Package org.cdk8s.plus24
Class GCEPersistentDiskVolumeOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.GCEPersistentDiskVolumeOptions.Jsii$Proxy
-
- All Implemented Interfaces:
GCEPersistentDiskVolumeOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GCEPersistentDiskVolumeOptions
@Stability(Stable) @Internal public static final class GCEPersistentDiskVolumeOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GCEPersistentDiskVolumeOptions
An implementation forGCEPersistentDiskVolumeOptions
-
-
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.GCEPersistentDiskVolumeOptions
GCEPersistentDiskVolumeOptions.Builder, GCEPersistentDiskVolumeOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(GCEPersistentDiskVolumeOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theGCEPersistentDiskVolumeOptions.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()
Filesystem type of the volume that you want to mount.String
getName()
The volume name.Number
getPartition()
The partition in the volume that you want to mount.Boolean
getReadOnly()
Specify "true" to force and set the ReadOnly property in VolumeMounts to "true".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(GCEPersistentDiskVolumeOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theGCEPersistentDiskVolumeOptions.Builder
.
-
-
Method Detail
-
getFsType
public final String getFsType()
Description copied from interface:GCEPersistentDiskVolumeOptions
Filesystem type of the volume that you want to mount.Tip: Ensure that the filesystem type is supported by the host operating system.
Default: 'ext4'
- Specified by:
getFsType
in interfaceGCEPersistentDiskVolumeOptions
- See Also:
- https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
-
getName
public final String getName()
Description copied from interface:GCEPersistentDiskVolumeOptions
The volume name.Default: - auto-generated
- Specified by:
getName
in interfaceGCEPersistentDiskVolumeOptions
-
getPartition
public final Number getPartition()
Description copied from interface:GCEPersistentDiskVolumeOptions
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).
Default: - No partition.
- Specified by:
getPartition
in interfaceGCEPersistentDiskVolumeOptions
-
getReadOnly
public final Boolean getReadOnly()
Description copied from interface:GCEPersistentDiskVolumeOptions
Specify "true" to force and set the ReadOnly property in VolumeMounts to "true".Default: false
- Specified by:
getReadOnly
in interfaceGCEPersistentDiskVolumeOptions
- See Also:
- https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-