DiskInfo

class DiskInfo

Describes a disk.

Types

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

Properties

Link copied to clipboard
val count: Int?

The number of disks with this configuration.

Link copied to clipboard

The size of the disk in GB.

Link copied to clipboard

The type of disk.

Functions

Link copied to clipboard
inline fun copy(block: DiskInfo.Builder.() -> Unit = {}): DiskInfo
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