Class GcePersistentDiskVolumeSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.GcePersistentDiskVolumeSource.Jsii$Proxy
-
- All Implemented Interfaces:
GcePersistentDiskVolumeSource
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GcePersistentDiskVolumeSource
@Stability(Stable) @Internal public static final class GcePersistentDiskVolumeSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GcePersistentDiskVolumeSource
An implementation forGcePersistentDiskVolumeSource
-
-
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.GcePersistentDiskVolumeSource
GcePersistentDiskVolumeSource.Builder, GcePersistentDiskVolumeSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(GcePersistentDiskVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theGcePersistentDiskVolumeSource.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 filesystem type of the volume that you want to mount.Number
getPartition()
partition is the partition in the volume that you want to mount.String
getPdName()
pdName is unique name of the PD resource in GCE.Boolean
getReadOnly()
readOnly here will force the ReadOnly setting in VolumeMounts.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(GcePersistentDiskVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theGcePersistentDiskVolumeSource.Builder
.
-
-
Method Detail
-
getPdName
public final String getPdName()
Description copied from interface:GcePersistentDiskVolumeSource
pdName is unique name of the PD resource in GCE.Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
- Specified by:
getPdName
in interfaceGcePersistentDiskVolumeSource
-
getFsType
public final String getFsType()
Description copied from interface:GcePersistentDiskVolumeSource
fsType is filesystem type of the volume that you want to mount.Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
- Specified by:
getFsType
in interfaceGcePersistentDiskVolumeSource
-
getPartition
public final Number getPartition()
Description copied from interface:GcePersistentDiskVolumeSource
partition is the partition in the volume that you want to mount.If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
- Specified by:
getPartition
in interfaceGcePersistentDiskVolumeSource
-
getReadOnly
public final Boolean getReadOnly()
Description copied from interface:GcePersistentDiskVolumeSource
readOnly here will force the ReadOnly setting in VolumeMounts.Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
Default: false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
- Specified by:
getReadOnly
in interfaceGcePersistentDiskVolumeSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-