Class: Google::Apis::NetworkservicesV1beta1::AgentGatewayGoogleManaged
- Inherits:
-
Object
- Object
- Google::Apis::NetworkservicesV1beta1::AgentGatewayGoogleManaged
- 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
-
#governed_access_path ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AgentGatewayGoogleManaged
constructor
A new instance of AgentGatewayGoogleManaged.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AgentGatewayGoogleManaged
Returns a new instance of AgentGatewayGoogleManaged.
159 160 161 |
# File 'lib/google/apis/networkservices_v1beta1/classes.rb', line 159 def initialize(**args) update!(**args) end |
Instance Attribute Details
#governed_access_path ⇒ String
Optional. Operating Mode of Agent Gateway.
Corresponds to the JSON property governedAccessPath
157 158 159 |
# File 'lib/google/apis/networkservices_v1beta1/classes.rb', line 157 def governed_access_path @governed_access_path end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
164 165 166 |
# File 'lib/google/apis/networkservices_v1beta1/classes.rb', line 164 def update!(**args) @governed_access_path = args[:governed_access_path] if args.key?(:governed_access_path) end |