Class: Google::Cloud::VMMigration::V1::VmwareSourceVmDetails::VmwareDiskDetails
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::VmwareSourceVmDetails::VmwareDiskDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
The details of a Vmware VM disk.
Instance Attribute Summary collapse
-
#disk_number ⇒ ::Integer
readonly
Output only.
-
#label ⇒ ::String
readonly
Output only.
-
#size_gb ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#disk_number ⇒ ::Integer (readonly)
Returns Output only. The ordinal number of the disk.
3618 3619 3620 3621 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3618 class VmwareDiskDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#label ⇒ ::String (readonly)
Returns Output only. The disk label.
3618 3619 3620 3621 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3618 class VmwareDiskDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#size_gb ⇒ ::Integer (readonly)
Returns Output only. Size in GB.
3618 3619 3620 3621 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3618 class VmwareDiskDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |