Class: Google::Cloud::Compute::V1::CreateSnapshotDiskRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::CreateSnapshotDiskRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for Disks.CreateSnapshot. See the method description for details.
Instance Attribute Summary collapse
-
#disk ⇒ ::String
Name of the persistent disk to snapshot.
-
#guest_flush ⇒ ::Boolean
[Input Only] Whether to attempt an application consistent snapshot by informing the OS to prepare for the snapshot process.
-
#project ⇒ ::String
Project ID for this request.
-
#request_id ⇒ ::String
An optional request ID to identify requests.
-
#snapshot_resource ⇒ ::Google::Cloud::Compute::V1::Snapshot
The body resource for this request.
-
#zone ⇒ ::String
The name of the zone for this request.
Instance Attribute Details
#disk ⇒ ::String
5677 5678 5679 5680 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 5677 class CreateSnapshotDiskRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#guest_flush ⇒ ::Boolean
5677 5678 5679 5680 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 5677 class CreateSnapshotDiskRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
5677 5678 5679 5680 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 5677 class CreateSnapshotDiskRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
5677 5678 5679 5680 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 5677 class CreateSnapshotDiskRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#snapshot_resource ⇒ ::Google::Cloud::Compute::V1::Snapshot
5677 5678 5679 5680 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 5677 class CreateSnapshotDiskRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
5677 5678 5679 5680 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 5677 class CreateSnapshotDiskRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |