Migration Center V1 API - Class Google::Cloud::MigrationCenter::V1::MachineDiskDetails (v0.2.2)

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

#disks=

def disks=(value) -> ::Google::Cloud::MigrationCenter::V1::DiskEntryList
Parameter

#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.