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

Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::DiskPartition.

Disk Partition details.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#capacity_bytes

def capacity_bytes() -> ::Integer
Returns
  • (::Integer) — Partition capacity.

#capacity_bytes=

def capacity_bytes=(value) -> ::Integer
Parameter
  • value (::Integer) — Partition capacity.
Returns
  • (::Integer) — Partition capacity.

#file_system

def file_system() -> ::String
Returns
  • (::String) — Partition file system.

#file_system=

def file_system=(value) -> ::String
Parameter
  • value (::String) — Partition file system.
Returns
  • (::String) — Partition file system.

#free_bytes

def free_bytes() -> ::Integer
Returns
  • (::Integer) — Partition free space.

#free_bytes=

def free_bytes=(value) -> ::Integer
Parameter
  • value (::Integer) — Partition free space.
Returns
  • (::Integer) — Partition free space.

#mount_point

def mount_point() -> ::String
Returns
  • (::String) — Mount pount (Linux/Windows) or drive letter (Windows).

#mount_point=

def mount_point=(value) -> ::String
Parameter
  • value (::String) — Mount pount (Linux/Windows) or drive letter (Windows).
Returns
  • (::String) — Mount pount (Linux/Windows) or drive letter (Windows).

#sub_partitions

def sub_partitions() -> ::Google::Cloud::MigrationCenter::V1::DiskPartitionList

#sub_partitions=

def sub_partitions=(value) -> ::Google::Cloud::MigrationCenter::V1::DiskPartitionList
Parameter

#type

def type() -> ::String
Returns
  • (::String) — Partition type.

#type=

def type=(value) -> ::String
Parameter
  • value (::String) — Partition type.
Returns
  • (::String) — Partition type.

#uuid

def uuid() -> ::String
Returns
  • (::String) — Partition UUID.

#uuid=

def uuid=(value) -> ::String
Parameter
  • value (::String) — Partition UUID.
Returns
  • (::String) — Partition UUID.