Class: Google::Apis::ComputeV1::TargetPoolsRemoveInstanceRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::TargetPoolsRemoveInstanceRequest
- Defined in:
- generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
-
#instances ⇒ Array<Google::Apis::ComputeV1::InstanceReference>
URLs of the instances to be removed from target pool.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TargetPoolsRemoveInstanceRequest
constructor
A new instance of TargetPoolsRemoveInstanceRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ TargetPoolsRemoveInstanceRequest
Returns a new instance of TargetPoolsRemoveInstanceRequest
10384 10385 10386 |
# File 'generated/google/apis/compute_v1/classes.rb', line 10384 def initialize(**args) update!(**args) end |
Instance Attribute Details
#instances ⇒ Array<Google::Apis::ComputeV1::InstanceReference>
URLs of the instances to be removed from target pool.
Corresponds to the JSON property instances
10382 10383 10384 |
# File 'generated/google/apis/compute_v1/classes.rb', line 10382 def instances @instances end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10389 10390 10391 |
# File 'generated/google/apis/compute_v1/classes.rb', line 10389 def update!(**args) @instances = args[:instances] if args.key?(:instances) end |