Package org.cdk8s.plus25.k8s
Class LocalVolumeSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.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.plus25.k8s.LocalVolumeSource
LocalVolumeSource.Builder, LocalVolumeSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(LocalVolumeSource.Builder builder)Constructor that initializes the object based on literal property values passed by theLocalVolumeSource.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)StringgetFsType()fsType is the filesystem type to mount.StringgetPath()path of the full path to the volume on the node.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(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:LocalVolumeSourcepath of the full path to the volume on the node.It can be either a directory or block device (disk, partition, ...).
- Specified by:
getPathin interfaceLocalVolumeSource
-
getFsType
public final String getFsType()
Description copied from interface:LocalVolumeSourcefsType 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:
getFsTypein interfaceLocalVolumeSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-