Package org.cdk8s.plus25.k8s
Class GlusterfsVolumeSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.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.plus25.k8s.GlusterfsVolumeSource
GlusterfsVolumeSource.Builder, GlusterfsVolumeSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GlusterfsVolumeSource.Builder builder)Constructor that initializes the object based on literal property values passed by theGlusterfsVolumeSource.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)StringgetEndpoints()endpoints is the endpoint name that details Glusterfs topology.StringgetPath()path is the Glusterfs volume path.BooleangetReadOnly()readOnly here will force the Glusterfs volume to be mounted with read-only permissions.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(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:GlusterfsVolumeSourceendpoints is the endpoint name that details Glusterfs topology.More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
- Specified by:
getEndpointsin interfaceGlusterfsVolumeSource
-
getPath
public final String getPath()
Description copied from interface:GlusterfsVolumeSourcepath is the Glusterfs volume path.More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
- Specified by:
getPathin interfaceGlusterfsVolumeSource
-
getReadOnly
public final Boolean getReadOnly()
Description copied from interface:GlusterfsVolumeSourcereadOnly 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:
getReadOnlyin interfaceGlusterfsVolumeSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-