Package org.cdk8s.plus24.k8s
Class PhotonPersistentDiskVolumeSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.PhotonPersistentDiskVolumeSource.Jsii$Proxy
-
- All Implemented Interfaces:
PhotonPersistentDiskVolumeSource
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PhotonPersistentDiskVolumeSource
@Stability(Stable) @Internal public static final class PhotonPersistentDiskVolumeSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PhotonPersistentDiskVolumeSource
An implementation forPhotonPersistentDiskVolumeSource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus24.k8s.PhotonPersistentDiskVolumeSource
PhotonPersistentDiskVolumeSource.Builder, PhotonPersistentDiskVolumeSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(PhotonPersistentDiskVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by thePhotonPersistentDiskVolumeSource.Builder
.protected
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode
$jsii$toJson()
boolean
equals(Object o)
String
getFsType()
fsType is the filesystem type to mount.String
getPdId()
pdID is the ID that identifies Photon Controller persistent disk.int
hashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(PhotonPersistentDiskVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by thePhotonPersistentDiskVolumeSource.Builder
.
-
-
Method Detail
-
getPdId
public final String getPdId()
Description copied from interface:PhotonPersistentDiskVolumeSource
pdID is the ID that identifies Photon Controller persistent disk.- Specified by:
getPdId
in interfacePhotonPersistentDiskVolumeSource
-
getFsType
public final String getFsType()
Description copied from interface:PhotonPersistentDiskVolumeSource
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.
- Specified by:
getFsType
in interfacePhotonPersistentDiskVolumeSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-