Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::RegionInstanceGroupManagersStopInstancesRequest (v2.15.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::RegionInstanceGroupManagersStopInstancesRequest.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#force_stop

def force_stop() -> ::Boolean
Returns
  • (::Boolean) — If this flag is set to true, the Instance Group Manager will proceed to stop the instances, skipping initialization on them.

#force_stop=

def force_stop=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If this flag is set to true, the Instance Group Manager will proceed to stop the instances, skipping initialization on them.
Returns
  • (::Boolean) — If this flag is set to true, the Instance Group Manager will proceed to stop the instances, skipping initialization on them.

#instances

def instances() -> ::Array<::String>
Returns
  • (::Array<::String>) — 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].

#instances=

def instances=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — 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].
Returns
  • (::Array<::String>) — 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].