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.



1783
1784
1785
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1783

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



1781
1782
1783
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1781

def instance_config
  @instance_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1788
1789
1790
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1788

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