Class: Google::Cloud::VMMigration::V1::AzureVmDetails::Disk
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::AzureVmDetails::Disk
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
A message describing a data disk.
Instance Attribute Summary collapse
-
#lun ⇒ ::Integer
The disk's Logical Unit Number (LUN).
-
#name ⇒ ::String
The disk name.
-
#size_gb ⇒ ::Integer
The disk size in GB.
Instance Attribute Details
#lun ⇒ ::Integer
Returns The disk's Logical Unit Number (LUN).
1550 1551 1552 1553 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1550 class Disk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The disk name.
1550 1551 1552 1553 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1550 class Disk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#size_gb ⇒ ::Integer
Returns The disk size in GB.
1550 1551 1552 1553 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1550 class Disk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |