Class: Google::Cloud::Compute::V1::InstanceGroupManagersRecreateInstancesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InstanceGroupManagersRecreateInstancesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#instances ⇒ ::Array<::String>
The URLs of one or more instances to recreate.
Instance Attribute Details
#instances ⇒ ::Array<::String>
Returns The URLs of one or more instances to recreate. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
14403 14404 14405 14406 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14403 class InstanceGroupManagersRecreateInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |