Class: Google::Cloud::MigrationCenter::V1::MachineDiskDetails
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::MachineDiskDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Details of machine disks.
Instance Attribute Summary collapse
-
#disks ⇒ ::Google::Cloud::MigrationCenter::V1::DiskEntryList
List of disks.
-
#total_capacity_bytes ⇒ ::Integer
Disk total Capacity.
-
#total_free_bytes ⇒ ::Integer
Total disk free space.
Instance Attribute Details
#disks ⇒ ::Google::Cloud::MigrationCenter::V1::DiskEntryList
Returns List of disks.
2040 2041 2042 2043 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2040 class MachineDiskDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_capacity_bytes ⇒ ::Integer
Returns Disk total Capacity.
2040 2041 2042 2043 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2040 class MachineDiskDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_free_bytes ⇒ ::Integer
Returns Total disk free space.
2040 2041 2042 2043 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2040 class MachineDiskDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |