Class: Google::Cloud::Compute::V1::SetDiskAutoDeleteInstanceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SetDiskAutoDeleteInstanceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for Instances.SetDiskAutoDelete. See the method description for details.
Instance Attribute Summary collapse
-
#auto_delete ⇒ ::Boolean
Whether to auto-delete the disk when the instance is deleted.
-
#device_name ⇒ ::String
The device name of the disk to modify.
-
#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
#auto_delete ⇒ ::Boolean
30995 30996 30997 30998 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30995 class SetDiskAutoDeleteInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#device_name ⇒ ::String
30995 30996 30997 30998 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30995 class SetDiskAutoDeleteInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance ⇒ ::String
30995 30996 30997 30998 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30995 class SetDiskAutoDeleteInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
30995 30996 30997 30998 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30995 class SetDiskAutoDeleteInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
30995 30996 30997 30998 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30995 class SetDiskAutoDeleteInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
30995 30996 30997 30998 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30995 class SetDiskAutoDeleteInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |