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.
377 378 379 |
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 377 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
375 376 377 |
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 375 def instance_size @instance_size end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
382 383 384 |
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 382 def update!(**args) @instance_size = args[:instance_size] if args.key?(:instance_size) end |