Class: Google::Cloud::Compute::V1::InstanceGroupManagersStopInstancesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InstanceGroupManagersStopInstancesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#force_stop ⇒ ::Boolean
If this flag is set to true, the Instance Group Manager will proceed to stop the instances, skipping initialization on them.
-
#instances ⇒ ::Array<::String>
The URLs of one or more instances to stop.
Instance Attribute Details
#force_stop ⇒ ::Boolean
Returns If this flag is set to true, the Instance Group Manager will proceed to stop the instances, skipping initialization on them.
14511 14512 14513 14514 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14511 class InstanceGroupManagersStopInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instances ⇒ ::Array<::String>
Returns The URLs of one or more instances to stop. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
14511 14512 14513 14514 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14511 class InstanceGroupManagersStopInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |