Class: Google::Cloud::Compute::V1::AttachDiskInstanceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::AttachDiskInstanceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for Instances.AttachDisk. See the method description for details.
Instance Attribute Summary collapse
-
#attached_disk_resource ⇒ ::Google::Cloud::Compute::V1::AttachedDisk
The body resource for this request.
-
#force_attach ⇒ ::Boolean
Whether to force attach the regional disk even if it's currently attached to another instance.
-
#instance ⇒ ::String
The instance name for this request.
-
#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
#attached_disk_resource ⇒ ::Google::Cloud::Compute::V1::AttachedDisk
2429 2430 2431 2432 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2429 class AttachDiskInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#force_attach ⇒ ::Boolean
2429 2430 2431 2432 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2429 class AttachDiskInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance ⇒ ::String
2429 2430 2431 2432 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2429 class AttachDiskInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
2429 2430 2431 2432 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2429 class AttachDiskInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
2429 2430 2431 2432 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2429 class AttachDiskInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
2429 2430 2431 2432 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2429 class AttachDiskInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |