Class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscovery
- Inherits:
-
Object
- Object
- Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscovery
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/beyondcorp_v1/classes.rb,
lib/google/apis/beyondcorp_v1/representations.rb,
lib/google/apis/beyondcorp_v1/representations.rb
Overview
Settings related to the Service Discovery.
Instance Attribute Summary collapse
-
#api_gateway ⇒ Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGateway
If Service Discovery is done through API, defines its settings.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscovery
constructor
A new instance of GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscovery.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscovery
Returns a new instance of GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscovery.
2298 2299 2300 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 2298 def initialize(**args) update!(**args) end |
Instance Attribute Details
#api_gateway ⇒ Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGateway
If Service Discovery is done through API, defines its settings.
Corresponds to the JSON property apiGateway
2296 2297 2298 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 2296 def api_gateway @api_gateway end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2303 2304 2305 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 2303 def update!(**args) @api_gateway = args[:api_gateway] if args.key?(:api_gateway) end |