Class: Google::Apis::ComputeBeta::TargetPoolsRemoveInstanceRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::TargetPoolsRemoveInstanceRequest
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#instances ⇒ Array<Google::Apis::ComputeBeta::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
12048 12049 12050 |
# File 'generated/google/apis/compute_beta/classes.rb', line 12048 def initialize(**args) update!(**args) end |
Instance Attribute Details
#instances ⇒ Array<Google::Apis::ComputeBeta::InstanceReference>
URLs of the instances to be removed from target pool.
Corresponds to the JSON property instances
12046 12047 12048 |
# File 'generated/google/apis/compute_beta/classes.rb', line 12046 def instances @instances end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12053 12054 12055 |
# File 'generated/google/apis/compute_beta/classes.rb', line 12053 def update!(**args) @instances = args[:instances] if args.key?(:instances) end |