Class: Google::Cloud::VMMigration::V1::PersistentDiskDefaults
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::PersistentDiskDefaults
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Details for creation of a Persistent Disk.
Defined Under Namespace
Classes: AdditionalLabelsEntry
Instance Attribute Summary collapse
-
#additional_labels ⇒ ::Google::Protobuf::Map{::String => ::String}
A map of labels to associate with the Persistent Disk.
-
#disk_name ⇒ ::String
Optional.
-
#disk_type ⇒ ::Google::Cloud::VMMigration::V1::ComputeEngineDiskType
The disk type to use.
-
#encryption ⇒ ::Google::Cloud::VMMigration::V1::Encryption
Optional.
-
#source_disk_number ⇒ ::Integer
Required.
-
#vm_attachment_details ⇒ ::Google::Cloud::VMMigration::V1::VmAttachmentDetails
Optional.
Instance Attribute Details
#additional_labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns A map of labels to associate with the Persistent Disk.
2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2574 class PersistentDiskDefaults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AdditionalLabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#disk_name ⇒ ::String
Returns Optional. The name of the Persistent Disk to create.
2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2574 class PersistentDiskDefaults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AdditionalLabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#disk_type ⇒ ::Google::Cloud::VMMigration::V1::ComputeEngineDiskType
Returns The disk type to use.
2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2574 class PersistentDiskDefaults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AdditionalLabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#encryption ⇒ ::Google::Cloud::VMMigration::V1::Encryption
Returns Optional. The encryption to apply to the disk.
2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2574 class PersistentDiskDefaults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AdditionalLabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#source_disk_number ⇒ ::Integer
Returns Required. The ordinal number of the source VM disk.
2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2574 class PersistentDiskDefaults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AdditionalLabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#vm_attachment_details ⇒ ::Google::Cloud::VMMigration::V1::VmAttachmentDetails
Returns Optional. Details for attachment of the disk to a VM. Used when the disk is set to be attached to a target VM.
2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2574 class PersistentDiskDefaults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AdditionalLabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |