RaidArray

class RaidArray

Describes an instance's RAID array.

Types

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

Properties

Link copied to clipboard

The array's Availability Zone. For more information, see Regions and Endpoints.

Link copied to clipboard

When the RAID array was created.

Link copied to clipboard

The array's Linux device. For example /dev/mdadm0.

Link copied to clipboard

The instance ID.

Link copied to clipboard
val iops: Int?

For PIOPS volumes, the IOPS per disk.

Link copied to clipboard

The array's mount point.

Link copied to clipboard
val name: String?

The array name.

Link copied to clipboard

The number of disks in the array.

Link copied to clipboard

The array ID.

Link copied to clipboard
Link copied to clipboard
val size: Int?

The array's size.

Link copied to clipboard

The stack ID.

Link copied to clipboard

The volume type, standard or PIOPS.

Functions

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