Class: Google::Cloud::Compute::V1::TargetPoolsRemoveInstanceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::TargetPoolsRemoveInstanceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#instances ⇒ ::Array<::Google::Cloud::Compute::V1::InstanceReference>
URLs of the instances to be removed from target pool.
Instance Attribute Details
#instances ⇒ ::Array<::Google::Cloud::Compute::V1::InstanceReference>
Returns URLs of the instances to be removed from target pool.
33781 33782 33783 33784 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 33781 class TargetPoolsRemoveInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |