Package org.cdk8s.plus25.k8s
Class AzureFileVolumeSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.AzureFileVolumeSource.Jsii$Proxy
-
- All Implemented Interfaces:
AzureFileVolumeSource,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AzureFileVolumeSource
@Stability(Stable) @Internal public static final class AzureFileVolumeSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AzureFileVolumeSource
An implementation forAzureFileVolumeSource
-
-
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.AzureFileVolumeSource
AzureFileVolumeSource.Builder, AzureFileVolumeSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AzureFileVolumeSource.Builder builder)Constructor that initializes the object based on literal property values passed by theAzureFileVolumeSource.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)BooleangetReadOnly()readOnly defaults to false (read/write).StringgetSecretName()secretName is the name of secret that contains Azure Storage Account Name and Key.StringgetShareName()shareName is the azure share Name.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(AzureFileVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theAzureFileVolumeSource.Builder.
-
-
Method Detail
-
getSecretName
public final String getSecretName()
Description copied from interface:AzureFileVolumeSourcesecretName is the name of secret that contains Azure Storage Account Name and Key.- Specified by:
getSecretNamein interfaceAzureFileVolumeSource
-
getShareName
public final String getShareName()
Description copied from interface:AzureFileVolumeSourceshareName is the azure share Name.- Specified by:
getShareNamein interfaceAzureFileVolumeSource
-
getReadOnly
public final Boolean getReadOnly()
Description copied from interface:AzureFileVolumeSourcereadOnly defaults to false (read/write).ReadOnly here will force the ReadOnly setting in VolumeMounts.
- Specified by:
getReadOnlyin interfaceAzureFileVolumeSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-