Package org.cdk8s.plus24.k8s
Class GlusterfsVolumeSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.GlusterfsVolumeSource.Jsii$Proxy
-
- All Implemented Interfaces:
GlusterfsVolumeSource
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GlusterfsVolumeSource
@Stability(Stable) @Internal public static final class GlusterfsVolumeSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GlusterfsVolumeSource
An implementation forGlusterfsVolumeSource
-
-
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.GlusterfsVolumeSource
GlusterfsVolumeSource.Builder, GlusterfsVolumeSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(GlusterfsVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theGlusterfsVolumeSource.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)
String
getEndpoints()
endpoints is the endpoint name that details Glusterfs topology.String
getPath()
path is the Glusterfs volume path.Boolean
getReadOnly()
readOnly here will force the Glusterfs volume to be mounted with read-only permissions.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(GlusterfsVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theGlusterfsVolumeSource.Builder
.
-
-
Method Detail
-
getEndpoints
public final String getEndpoints()
Description copied from interface:GlusterfsVolumeSource
endpoints is the endpoint name that details Glusterfs topology.More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
- Specified by:
getEndpoints
in interfaceGlusterfsVolumeSource
-
getPath
public final String getPath()
Description copied from interface:GlusterfsVolumeSource
path is the Glusterfs volume path.More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
- Specified by:
getPath
in interfaceGlusterfsVolumeSource
-
getReadOnly
public final Boolean getReadOnly()
Description copied from interface:GlusterfsVolumeSource
readOnly here will force the Glusterfs volume to be mounted with read-only permissions.Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
Default: false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
- Specified by:
getReadOnly
in interfaceGlusterfsVolumeSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-