Package org.cdk8s.plus25.k8s
Interface PhotonPersistentDiskVolumeSource
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PhotonPersistentDiskVolumeSource.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.767Z") @Stability(Stable) public interface PhotonPersistentDiskVolumeSource extends software.amazon.jsii.JsiiSerializable
Represents a Photon Controller persistent disk resource.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPhotonPersistentDiskVolumeSource.BuilderA builder forPhotonPersistentDiskVolumeSourcestatic classPhotonPersistentDiskVolumeSource.Jsii$ProxyAn implementation forPhotonPersistentDiskVolumeSource
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static PhotonPersistentDiskVolumeSource.Builderbuilder()default StringgetFsType()fsType is the filesystem type to mount.StringgetPdId()pdID is the ID that identifies Photon Controller persistent disk.
-
-
-
Method Detail
-
getPdId
@Stability(Stable) @NotNull String getPdId()
pdID is the ID that identifies Photon Controller persistent disk.
-
getFsType
@Stability(Stable) @Nullable default String getFsType()
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.
-
builder
@Stability(Stable) static PhotonPersistentDiskVolumeSource.Builder builder()
-
-