NfsStorageClassTypePropertiesResponse

data class NfsStorageClassTypePropertiesResponse(val mountPermissions: String? = null, val onDelete: String? = null, val server: String, val share: String, val subDir: String? = null, val type: String)

The properties of NFS StorageClass

Constructors

Link copied to clipboard
constructor(mountPermissions: String? = null, onDelete: String? = null, server: String, share: String, subDir: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Mounted folder permissions. Default is 0. If set as non-zero, driver will perform chmod after mount

Link copied to clipboard
val onDelete: String? = null

The action to take when a NFS volume is deleted. Default is Delete

Link copied to clipboard

NFS Server

Link copied to clipboard

NFS share

Link copied to clipboard
val subDir: String? = null

Sub directory under share. If the sub directory doesn't exist, driver will create it

Link copied to clipboard

Type of a storage class Expected value is 'NFS'.