Package org.cdk8s.plus25.k8s
Class StorageOsVolumeSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.StorageOsVolumeSource.Jsii$Proxy
-
- All Implemented Interfaces:
StorageOsVolumeSource,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- StorageOsVolumeSource
@Stability(Stable) @Internal public static final class StorageOsVolumeSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StorageOsVolumeSource
An implementation forStorageOsVolumeSource
-
-
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.StorageOsVolumeSource
StorageOsVolumeSource.Builder, StorageOsVolumeSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(StorageOsVolumeSource.Builder builder)Constructor that initializes the object based on literal property values passed by theStorageOsVolumeSource.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 specifies the secret to use for obtaining the StorageOS API credentials.StringgetVolumeName()volumeName is the human-readable name of the StorageOS volume.StringgetVolumeNamespace()volumeNamespace specifies the scope of the volume within StorageOS.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(StorageOsVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theStorageOsVolumeSource.Builder.
-
-
Method Detail
-
getFsType
public final String getFsType()
Description copied from interface:StorageOsVolumeSourcefsType is the filesystem type to mount.Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
- Specified by:
getFsTypein interfaceStorageOsVolumeSource
-
getReadOnly
public final Boolean getReadOnly()
Description copied from interface:StorageOsVolumeSourcereadOnly defaults to false (read/write).ReadOnly here will force the ReadOnly setting in VolumeMounts.
- Specified by:
getReadOnlyin interfaceStorageOsVolumeSource
-
getSecretRef
public final LocalObjectReference getSecretRef()
Description copied from interface:StorageOsVolumeSourcesecretRef specifies the secret to use for obtaining the StorageOS API credentials.If not specified, default values will be attempted.
- Specified by:
getSecretRefin interfaceStorageOsVolumeSource
-
getVolumeName
public final String getVolumeName()
Description copied from interface:StorageOsVolumeSourcevolumeName is the human-readable name of the StorageOS volume.Volume names are only unique within a namespace.
- Specified by:
getVolumeNamein interfaceStorageOsVolumeSource
-
getVolumeNamespace
public final String getVolumeNamespace()
Description copied from interface:StorageOsVolumeSourcevolumeNamespace specifies the scope of the volume within StorageOS.If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created.
- Specified by:
getVolumeNamespacein interfaceStorageOsVolumeSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-