Package org.cdk8s.plus24.k8s
Class AwsElasticBlockStoreVolumeSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.AwsElasticBlockStoreVolumeSource.Jsii$Proxy
-
- All Implemented Interfaces:
AwsElasticBlockStoreVolumeSource
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AwsElasticBlockStoreVolumeSource
@Stability(Stable) @Internal public static final class AwsElasticBlockStoreVolumeSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AwsElasticBlockStoreVolumeSource
An implementation forAwsElasticBlockStoreVolumeSource
-
-
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.AwsElasticBlockStoreVolumeSource
AwsElasticBlockStoreVolumeSource.Builder, AwsElasticBlockStoreVolumeSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(AwsElasticBlockStoreVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theAwsElasticBlockStoreVolumeSource.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 of the volume that you want to mount.Number
getPartition()
partition is the partition in the volume that you want to mount.Boolean
getReadOnly()
readOnly value true will force the readOnly setting in VolumeMounts.String
getVolumeId()
volumeID is unique ID of the persistent disk resource in AWS (Amazon EBS volume).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(AwsElasticBlockStoreVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theAwsElasticBlockStoreVolumeSource.Builder
.
-
-
Method Detail
-
getVolumeId
public final String getVolumeId()
Description copied from interface:AwsElasticBlockStoreVolumeSource
volumeID is unique ID of the persistent disk resource in AWS (Amazon EBS volume).More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
- Specified by:
getVolumeId
in interfaceAwsElasticBlockStoreVolumeSource
-
getFsType
public final String getFsType()
Description copied from interface:AwsElasticBlockStoreVolumeSource
fsType is the 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#awselasticblockstore
- Specified by:
getFsType
in interfaceAwsElasticBlockStoreVolumeSource
-
getPartition
public final Number getPartition()
Description copied from interface:AwsElasticBlockStoreVolumeSource
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).
- Specified by:
getPartition
in interfaceAwsElasticBlockStoreVolumeSource
-
getReadOnly
public final Boolean getReadOnly()
Description copied from interface:AwsElasticBlockStoreVolumeSource
readOnly value true will force the readOnly setting in VolumeMounts.More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
- Specified by:
getReadOnly
in interfaceAwsElasticBlockStoreVolumeSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-