com.coralogix.zio.k8s.model.core.v1
PhotonPersistentDiskVolumeSource
Companion object PhotonPersistentDiskVolumeSource
case class PhotonPersistentDiskVolumeSource(fsType: Optional[String] = Optional.Absent, pdID: String) extends Product with Serializable
Represents a Photon Controller persistent disk resource.
- fsType
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.
- pdID
ID that identifies Photon Controller persistent disk
- Alphabetic
- By Inheritance
- PhotonPersistentDiskVolumeSource
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
PhotonPersistentDiskVolumeSource(fsType: Optional[String] = Optional.Absent, pdID: String)
- fsType
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.
- pdID
ID that identifies Photon Controller persistent disk
Value Members
- val fsType: Optional[String]
-
def
getFsType: IO[K8sFailure, String]
Filesystem type to mount.
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.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
-
def
getPdID: IO[K8sFailure, String]
ID that identifies Photon Controller persistent disk
ID that identifies Photon Controller persistent disk
This effect always succeeds, it is safe to use the field pdID directly.
- val pdID: String