Package org.cdk8s.plus24.k8s
Class LocalVolumeSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.LocalVolumeSource.Jsii$Proxy
-
- All Implemented Interfaces:
LocalVolumeSource
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- LocalVolumeSource
@Stability(Stable) @Internal public static final class LocalVolumeSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LocalVolumeSource
An implementation forLocalVolumeSource
-
-
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.LocalVolumeSource
LocalVolumeSource.Builder, LocalVolumeSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(LocalVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theLocalVolumeSource.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
getFsType()
fsType is the filesystem type to mount.String
getPath()
path of the full path to the volume on the node.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(LocalVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theLocalVolumeSource.Builder
.
-
-
Method Detail
-
getPath
public final String getPath()
Description copied from interface:LocalVolumeSource
path of the full path to the volume on the node.It can be either a directory or block device (disk, partition, ...).
- Specified by:
getPath
in interfaceLocalVolumeSource
-
getFsType
public final String getFsType()
Description copied from interface:LocalVolumeSource
fsType is the filesystem type to mount.It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default value is to auto-select a filesystem if unspecified.
- Specified by:
getFsType
in interfaceLocalVolumeSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-