Volume

class Volume

The structure that consists of name and type of volume.

Types

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

Properties

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: Volume.Builder.() -> Unit = {}): Volume
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