Class: Google::Cloud::VMMigration::V1::AzureVmDetails::OSDisk
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::AzureVmDetails::OSDisk
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
A message describing the OS disk.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The disk's full name.
-
#size_gb ⇒ ::Integer
The disk's size in GB.
-
#type ⇒ ::String
The disk's type.
Instance Attribute Details
#name ⇒ ::String
Returns The disk's full name.
1535 1536 1537 1538 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1535 class OSDisk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |