Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::MachineDiskDetails.
Details of machine disks.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#disks
def disks() -> ::Google::Cloud::MigrationCenter::V1::DiskEntryList
Returns
- (::Google::Cloud::MigrationCenter::V1::DiskEntryList) — List of disks.
#disks=
def disks=(value) -> ::Google::Cloud::MigrationCenter::V1::DiskEntryList
Parameter
- value (::Google::Cloud::MigrationCenter::V1::DiskEntryList) — List of disks.
Returns
- (::Google::Cloud::MigrationCenter::V1::DiskEntryList) — List of disks.
#total_capacity_bytes
def total_capacity_bytes() -> ::Integer
Returns
- (::Integer) — Disk total Capacity.
#total_capacity_bytes=
def total_capacity_bytes=(value) -> ::Integer
Parameter
- value (::Integer) — Disk total Capacity.
Returns
- (::Integer) — Disk total Capacity.
#total_free_bytes
def total_free_bytes() -> ::Integer
Returns
- (::Integer) — Total disk free space.
#total_free_bytes=
def total_free_bytes=(value) -> ::Integer
Parameter
- value (::Integer) — Total disk free space.
Returns
- (::Integer) — Total disk free space.