GetNfsShareResult

data class GetNfsShareResult(val allowedClients: List<AllowedClientResponse>, val labels: Map<String, String>, val name: String, val nfsShareId: String, val requestedSizeGib: String, val state: String, val storageType: String, val volume: String)

Constructors

Link copied to clipboard
constructor(allowedClients: List<AllowedClientResponse>, labels: Map<String, String>, name: String, nfsShareId: String, requestedSizeGib: String, state: String, storageType: String, volume: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of allowed access points.

Link copied to clipboard

Labels as key value pairs.

Link copied to clipboard

Immutable. The name of the NFS share.

Link copied to clipboard

An identifier for the NFS share, generated by the backend. This field will be deprecated in the future, use id instead.

Link copied to clipboard

The requested size, in GiB.

Link copied to clipboard

The state of the NFS share.

Link copied to clipboard

Immutable. The storage type of the underlying volume.

Link copied to clipboard

The underlying volume of the share. Created automatically during provisioning.