Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscovery

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscovery

Returns a new instance of GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscovery.



3190
3191
3192
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 3190

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

Instance Attribute Details

#api_gatewayGoogle::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscoveryApiGateway

If Service Discovery is done through API, defines its settings. Corresponds to the JSON property apiGateway



3188
3189
3190
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 3188

def api_gateway
  @api_gateway
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3195
3196
3197
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 3195

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