PhotonPersistentDiskVolumeSourceArgs

data class PhotonPersistentDiskVolumeSourceArgs(val fsType: Output<String>? = null, val pdID: Output<String>) : ConvertibleToJava<PhotonPersistentDiskVolumeSourceArgs>

Represents a Photon Controller persistent disk resource.

Constructors

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

Properties

Link copied to clipboard
val fsType: Output<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: Output<String>

pdID is the ID that identifies Photon Controller persistent disk

Functions

Link copied to clipboard
open override fun toJava(): PhotonPersistentDiskVolumeSourceArgs