Package org.cdk8s.plus25.k8s
Class CinderVolumeSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.CinderVolumeSource.Jsii$Proxy
-
- All Implemented Interfaces:
CinderVolumeSource,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CinderVolumeSource
@Stability(Stable) @Internal public static final class CinderVolumeSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CinderVolumeSource
An implementation forCinderVolumeSource
-
-
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.CinderVolumeSource
CinderVolumeSource.Builder, CinderVolumeSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CinderVolumeSource.Builder builder)Constructor that initializes the object based on literal property values passed by theCinderVolumeSource.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 is the filesystem type to mount.BooleangetReadOnly()readOnly defaults to false (read/write).LocalObjectReferencegetSecretRef()secretRef is optional: points to a secret object containing parameters used to connect to OpenStack.StringgetVolumeId()volumeID used to identify the volume in cinder.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(CinderVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theCinderVolumeSource.Builder.
-
-
Method Detail
-
getVolumeId
public final String getVolumeId()
Description copied from interface:CinderVolumeSourcevolumeID used to identify the volume in cinder.More info: https://examples.k8s.io/mysql-cinder-pd/README.md
- Specified by:
getVolumeIdin interfaceCinderVolumeSource
-
getFsType
public final String getFsType()
Description copied from interface:CinderVolumeSourcefsType is the filesystem type to mount.Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
- Specified by:
getFsTypein interfaceCinderVolumeSource
-
getReadOnly
public final Boolean getReadOnly()
Description copied from interface:CinderVolumeSourcereadOnly defaults to false (read/write).ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
- Specified by:
getReadOnlyin interfaceCinderVolumeSource
-
getSecretRef
public final LocalObjectReference getSecretRef()
Description copied from interface:CinderVolumeSourcesecretRef is optional: points to a secret object containing parameters used to connect to OpenStack.- Specified by:
getSecretRefin interfaceCinderVolumeSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-