PhotonPersistentDiskVolumeSource

data class PhotonPersistentDiskVolumeSource(val fsType: String? = null, val pdID: String)

Represents a Photon Controller persistent disk resource.

Constructors

Link copied to clipboard
constructor(fsType: String? = null, pdID: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fsType: String? = null

fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.

Link copied to clipboard

pdID is the ID that identifies Photon Controller persistent disk