Package org.cdk8s.plus24.k8s
Class NfsVolumeSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.NfsVolumeSource.Jsii$Proxy
-
- All Implemented Interfaces:
NfsVolumeSource
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NfsVolumeSource
@Stability(Stable) @Internal public static final class NfsVolumeSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NfsVolumeSource
An implementation forNfsVolumeSource
-
-
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.NfsVolumeSource
NfsVolumeSource.Builder, NfsVolumeSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(NfsVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theNfsVolumeSource.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
getPath()
path that is exported by the NFS server.Boolean
getReadOnly()
readOnly here will force the NFS export to be mounted with read-only permissions.String
getServer()
server is the hostname or IP address of the NFS server.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(NfsVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theNfsVolumeSource.Builder
.
-
-
Method Detail
-
getPath
public final String getPath()
Description copied from interface:NfsVolumeSource
path that is exported by the NFS server.More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
- Specified by:
getPath
in interfaceNfsVolumeSource
-
getServer
public final String getServer()
Description copied from interface:NfsVolumeSource
server is the hostname or IP address of the NFS server.More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
- Specified by:
getServer
in interfaceNfsVolumeSource
-
getReadOnly
public final Boolean getReadOnly()
Description copied from interface:NfsVolumeSource
readOnly here will force the NFS export to be mounted with read-only permissions.Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
Default: false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
- Specified by:
getReadOnly
in interfaceNfsVolumeSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-