Package org.cdk8s.plus25.k8s
Class PortworxVolumeSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.PortworxVolumeSource.Jsii$Proxy
-
- All Implemented Interfaces:
PortworxVolumeSource,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PortworxVolumeSource
@Stability(Stable) @Internal public static final class PortworxVolumeSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PortworxVolumeSource
An implementation forPortworxVolumeSource
-
-
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.plus25.k8s.PortworxVolumeSource
PortworxVolumeSource.Builder, PortworxVolumeSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(PortworxVolumeSource.Builder builder)Constructor that initializes the object based on literal property values passed by thePortworxVolumeSource.Builder.protectedJsii$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()booleanequals(Object o)StringgetFsType()fSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system.BooleangetReadOnly()readOnly defaults to false (read/write).StringgetVolumeId()volumeID uniquely identifies a Portworx volume.inthashCode()
-
-
-
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(PortworxVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by thePortworxVolumeSource.Builder.
-
-
Method Detail
-
getVolumeId
public final String getVolumeId()
Description copied from interface:PortworxVolumeSourcevolumeID uniquely identifies a Portworx volume.- Specified by:
getVolumeIdin interfacePortworxVolumeSource
-
getFsType
public final String getFsType()
Description copied from interface:PortworxVolumeSourcefSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system.Ex. "ext4", "xfs". Implicitly inferred to be "ext4" if unspecified.
- Specified by:
getFsTypein interfacePortworxVolumeSource
-
getReadOnly
public final Boolean getReadOnly()
Description copied from interface:PortworxVolumeSourcereadOnly defaults to false (read/write).ReadOnly here will force the ReadOnly setting in VolumeMounts.
- Specified by:
getReadOnlyin interfacePortworxVolumeSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-