Class: Google::Apis::ComputeBeta::InstanceGroupManagersResumeInstancesRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::InstanceGroupManagersResumeInstancesRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#instances ⇒ Array<String>
The URLs of one or more instances to resume.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstanceGroupManagersResumeInstancesRequest
constructor
A new instance of InstanceGroupManagersResumeInstancesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InstanceGroupManagersResumeInstancesRequest
Returns a new instance of InstanceGroupManagersResumeInstancesRequest.
17930 17931 17932 |
# File 'lib/google/apis/compute_beta/classes.rb', line 17930 def initialize(**args) update!(**args) end |
Instance Attribute Details
#instances ⇒ Array<String>
The URLs of one or more instances to resume. This can be a full URL or a
partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
Corresponds to the JSON property instances
17928 17929 17930 |
# File 'lib/google/apis/compute_beta/classes.rb', line 17928 def instances @instances end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17935 17936 17937 |
# File 'lib/google/apis/compute_beta/classes.rb', line 17935 def update!(**args) @instances = args[:instances] if args.key?(:instances) end |