Class: Google::Apis::NetworkservicesV1beta1::AgentGatewayGoogleManaged

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/networkservices_v1beta1/classes.rb,
lib/google/apis/networkservices_v1beta1/representations.rb,
lib/google/apis/networkservices_v1beta1/representations.rb

Overview

Configuration for Google Managed deployment mode. Proxy is orchestrated and managed by GoogleCloud in a tenant project.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AgentGatewayGoogleManaged

Returns a new instance of AgentGatewayGoogleManaged.



241
242
243
# File 'lib/google/apis/networkservices_v1beta1/classes.rb', line 241

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#governed_access_pathString

Optional. Operating Mode of Agent Gateway. Corresponds to the JSON property governedAccessPath

Returns:

  • (String)


239
240
241
# File 'lib/google/apis/networkservices_v1beta1/classes.rb', line 239

def governed_access_path
  @governed_access_path
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



246
247
248
# File 'lib/google/apis/networkservices_v1beta1/classes.rb', line 246

def update!(**args)
  @governed_access_path = args[:governed_access_path] if args.key?(:governed_access_path)
end