Package org.cdk8s.plus24.k8s
Class AzureFileVolumeSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.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.plus24.k8s.AzureFileVolumeSource
AzureFileVolumeSource.Builder, AzureFileVolumeSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(AzureFileVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theAzureFileVolumeSource.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)
Boolean
getReadOnly()
readOnly defaults to false (read/write).String
getSecretName()
secretName is the name of secret that contains Azure Storage Account Name and Key.String
getShareName()
shareName is the azure share Name.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(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:AzureFileVolumeSource
secretName is the name of secret that contains Azure Storage Account Name and Key.- Specified by:
getSecretName
in interfaceAzureFileVolumeSource
-
getShareName
public final String getShareName()
Description copied from interface:AzureFileVolumeSource
shareName is the azure share Name.- Specified by:
getShareName
in interfaceAzureFileVolumeSource
-
getReadOnly
public final Boolean getReadOnly()
Description copied from interface:AzureFileVolumeSource
readOnly defaults to false (read/write).ReadOnly here will force the ReadOnly setting in VolumeMounts.
- Specified by:
getReadOnly
in interfaceAzureFileVolumeSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-