Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpAppconnectorsV1alphaResolveInstanceConfigResponse

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

Response message for BeyondCorp.ResolveInstanceConfig.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBeyondcorpAppconnectorsV1alphaResolveInstanceConfigResponse

Returns a new instance of GoogleCloudBeyondcorpAppconnectorsV1alphaResolveInstanceConfigResponse.



1735
1736
1737
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1735

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

Instance Attribute Details

#instance_configGoogle::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpAppconnectorsV1alphaAppConnectorInstanceConfig

AppConnectorInstanceConfig defines the instance config of a AppConnector. Corresponds to the JSON property instanceConfig



1733
1734
1735
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1733

def instance_config
  @instance_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1740
1741
1742
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1740

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