Class: Google::Cloud::Compute::V1::InstanceGroupManagersApplyUpdatesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InstanceGroupManagersApplyUpdatesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
InstanceGroupManagers.applyUpdatesToInstances
Instance Attribute Summary collapse
-
#all_instances ⇒ ::Boolean
Flag to update all instances instead of specified list of ���instances���.
-
#instances ⇒ ::Array<::String>
The list of URLs of one or more instances for which you want to apply updates.
-
#minimal_action ⇒ ::String
The minimal action that you want to perform on each instance during the update: - REPLACE: At minimum, delete the instance and create it again.
-
#most_disruptive_allowed_action ⇒ ::String
The most disruptive action that you want to perform on each instance during the update: - REPLACE: Delete the instance and create it again.
Instance Attribute Details
#all_instances ⇒ ::Boolean
11296 11297 11298 11299 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11296 class InstanceGroupManagersApplyUpdatesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instances ⇒ ::Array<::String>
11296 11297 11298 11299 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11296 class InstanceGroupManagersApplyUpdatesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#minimal_action ⇒ ::String
11296 11297 11298 11299 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11296 class InstanceGroupManagersApplyUpdatesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#most_disruptive_allowed_action ⇒ ::String
11296 11297 11298 11299 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11296 class InstanceGroupManagersApplyUpdatesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |