Class: Google::Cloud::Compute::V1::RegionInstanceGroupManagersStopInstancesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RegionInstanceGroupManagersStopInstancesRequest
- 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.
26320 26321 26322 26323 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26320 class RegionInstanceGroupManagersStopInstancesRequest 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].
26320 26321 26322 26323 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26320 class RegionInstanceGroupManagersStopInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |