Class: Google::Apis::ContactcenteraiplatformV1alpha1::InstanceConfig
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenteraiplatformV1alpha1::InstanceConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb,
lib/google/apis/contactcenteraiplatform_v1alpha1/representations.rb,
lib/google/apis/contactcenteraiplatform_v1alpha1/representations.rb
Overview
Message storing the instance configuration.
Instance Attribute Summary collapse
-
#instance_size ⇒ String
The instance size of this the instance configuration.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstanceConfig
constructor
A new instance of InstanceConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InstanceConfig
Returns a new instance of InstanceConfig.
380 381 382 |
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 380 def initialize(**args) update!(**args) end |
Instance Attribute Details
#instance_size ⇒ String
The instance size of this the instance configuration.
Corresponds to the JSON property instanceSize
378 379 380 |
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 378 def instance_size @instance_size end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
385 386 387 |
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 385 def update!(**args) @instance_size = args[:instance_size] if args.key?(:instance_size) end |