Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscoveryApiGateway

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

If Service Discovery is done through API, defines its settings.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscoveryApiGateway

Returns a new instance of GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscoveryApiGateway.



3209
3210
3211
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 3209

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

Instance Attribute Details

#resource_overrideGoogle::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscoveryApiGatewayOperationDescriptor

API operation descriptor. Corresponds to the JSON property resourceOverride



3207
3208
3209
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 3207

def resource_override
  @resource_override
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3214
3215
3216
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 3214

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