Class: Google::Cloud::Compute::V1::UpdateInstanceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::UpdateInstanceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for Instances.Update. See the method description for details.
Instance Attribute Summary collapse
-
#instance ⇒ ::String
Name of the instance resource to update.
-
#instance_resource ⇒ ::Google::Cloud::Compute::V1::Instance
The body resource for this request.
-
#minimal_action ⇒ ::String
Specifies the action to take when updating an instance even if the updated properties do not require it.
-
#most_disruptive_allowed_action ⇒ ::String
Specifies the most disruptive action that can be taken on the instance as part of the update.
-
#project ⇒ ::String
Project ID for this request.
-
#request_id ⇒ ::String
An optional request ID to identify requests.
-
#zone ⇒ ::String
The name of the zone for this request.
Instance Attribute Details
#instance ⇒ ::String
26726 26727 26728 26729 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26726 class UpdateInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance_resource ⇒ ::Google::Cloud::Compute::V1::Instance
26726 26727 26728 26729 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26726 class UpdateInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#minimal_action ⇒ ::String
26726 26727 26728 26729 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26726 class UpdateInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#most_disruptive_allowed_action ⇒ ::String
26726 26727 26728 26729 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26726 class UpdateInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
26726 26727 26728 26729 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26726 class UpdateInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
26726 26727 26728 26729 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26726 class UpdateInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
26726 26727 26728 26729 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26726 class UpdateInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |