Package org.cdk8s.plus25.k8s
Class CinderPersistentVolumeSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.CinderPersistentVolumeSource.Jsii$Proxy
-
- All Implemented Interfaces:
CinderPersistentVolumeSource,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CinderPersistentVolumeSource
@Stability(Stable) @Internal public static final class CinderPersistentVolumeSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CinderPersistentVolumeSource
An implementation forCinderPersistentVolumeSource
-
-
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.CinderPersistentVolumeSource
CinderPersistentVolumeSource.Builder, CinderPersistentVolumeSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CinderPersistentVolumeSource.Builder builder)Constructor that initializes the object based on literal property values passed by theCinderPersistentVolumeSource.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 Filesystem type to mount.BooleangetReadOnly()readOnly is Optional: Defaults to false (read/write).SecretReferencegetSecretRef()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(CinderPersistentVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theCinderPersistentVolumeSource.Builder.
-
-
Method Detail
-
getVolumeId
public final String getVolumeId()
Description copied from interface:CinderPersistentVolumeSourcevolumeID used to identify the volume in cinder.More info: https://examples.k8s.io/mysql-cinder-pd/README.md
- Specified by:
getVolumeIdin interfaceCinderPersistentVolumeSource
-
getFsType
public final String getFsType()
Description copied from interface:CinderPersistentVolumeSourcefsType 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 interfaceCinderPersistentVolumeSource
-
getReadOnly
public final Boolean getReadOnly()
Description copied from interface:CinderPersistentVolumeSourcereadOnly is Optional: 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
Default: 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 interfaceCinderPersistentVolumeSource
-
getSecretRef
public final SecretReference getSecretRef()
Description copied from interface:CinderPersistentVolumeSourcesecretRef is Optional: points to a secret object containing parameters used to connect to OpenStack.- Specified by:
getSecretRefin interfaceCinderPersistentVolumeSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-