KxVolume

class KxVolume

The structure that contains the metadata of the volume.

Types

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

Properties

Link copied to clipboard

The identifier of the availability zones.

Link copied to clipboard

The number of availability zones you want to assign per volume. Currently, FinSpace only supports SINGLE for volumes. This places dataview in a single AZ.

Link copied to clipboard

The timestamp at which the volume was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

Link copied to clipboard

A description of the volume.

Link copied to clipboard

The last time that the volume was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

Link copied to clipboard

The status of volume.

Link copied to clipboard

The error message when a failed state occurs.

Link copied to clipboard

A unique identifier for the volume.

Link copied to clipboard

The type of file system volume. Currently, FinSpace only supports NAS_1 volume type.

Functions

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