PhotonPersistentDiskVolumeSourcePatch

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

Represents a Photon Controller persistent disk resource.

Constructors

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

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
val pdID: String? = null

pdID is the ID that identifies Photon Controller persistent disk