PhotonPersistentDiskVolumeSourcePatchArgs

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

Represents a Photon Controller persistent disk resource.

Constructors

constructor(fsType: Output<String>? = null, pdID: Output<String>? = null)

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>? = null

pdID is the ID that identifies Photon Controller persistent disk

Functions

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