Disk

class Disk

Represents a gateway's local disk.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The iSCSI qualified name (IQN) that is defined for a disk. This field is not included in the response if the local disk is not defined as an iSCSI target. The format of this field is targetIqn::LUNNumber::region-volumeId.

Link copied to clipboard

One of the DiskAllocationType enumeration values that identifies how a local disk is used.

Link copied to clipboard

A list of values that represents attributes of a local disk.

Link copied to clipboard

The unique device ID or other distinguishing data that identifies a local disk.

Link copied to clipboard

The device node of a local disk as assigned by the virtualization environment.

Link copied to clipboard

The path of a local disk in the gateway virtual machine (VM).

Link copied to clipboard

The local disk size in bytes.

Link copied to clipboard

A value that represents the status of a local disk.

Functions

Link copied to clipboard
inline fun copy(block: Disk.Builder.() -> Unit = {}): Disk
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String