Class: Google::Cloud::VMMigration::V1::AwsSourceVmDetails::AwsDiskDetails
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::AwsSourceVmDetails::AwsDiskDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
The details of an AWS instance disk.
Instance Attribute Summary collapse
-
#disk_number ⇒ ::Integer
readonly
Output only.
-
#size_gb ⇒ ::Integer
readonly
Output only.
-
#volume_id ⇒ ::String
readonly
Output only.
Instance Attribute Details
#disk_number ⇒ ::Integer (readonly)
Returns Output only. The ordinal number of the disk.
3667 3668 3669 3670 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3667 class AwsDiskDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#size_gb ⇒ ::Integer (readonly)
Returns Output only. Size in GB.
3667 3668 3669 3670 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3667 class AwsDiskDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#volume_id ⇒ ::String (readonly)
Returns Output only. AWS volume ID.
3667 3668 3669 3670 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3667 class AwsDiskDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |