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.



3176
3177
3178
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 3176

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

Instance Attribute Details

#resource_overrideGoogle::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscoveryApiGatewayOperationDescriptor

API operation descriptor. Corresponds to the JSON property resourceOverride



3174
3175
3176
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 3174

def resource_override
  @resource_override
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3181
3182
3183
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 3181

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