Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscovery
- Inherits:
-
Object
- Object
- Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscovery
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/beyondcorp_v1alpha/classes.rb,
lib/google/apis/beyondcorp_v1alpha/representations.rb,
lib/google/apis/beyondcorp_v1alpha/representations.rb
Overview
Settings related to the Service Discovery.
Instance Attribute Summary collapse
-
#api_gateway ⇒ Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscoveryApiGateway
If Service Discovery is done through API, defines its settings.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscovery
constructor
A new instance of GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscovery.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscovery
Returns a new instance of GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscovery.
3157 3158 3159 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 3157 def initialize(**args) update!(**args) end |
Instance Attribute Details
#api_gateway ⇒ Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscoveryApiGateway
If Service Discovery is done through API, defines its settings.
Corresponds to the JSON property apiGateway
3155 3156 3157 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 3155 def api_gateway @api_gateway end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3162 3163 3164 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 3162 def update!(**args) @api_gateway = args[:api_gateway] if args.key?(:api_gateway) end |