Package org.cdk8s.plus24
Class HostPathVolumeOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.HostPathVolumeOptions.Jsii$Proxy
-
- All Implemented Interfaces:
HostPathVolumeOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- HostPathVolumeOptions
@Stability(Stable) @Internal public static final class HostPathVolumeOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HostPathVolumeOptions
An implementation forHostPathVolumeOptions
-
-
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.HostPathVolumeOptions
HostPathVolumeOptions.Builder, HostPathVolumeOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(HostPathVolumeOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theHostPathVolumeOptions.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)StringgetPath()The path of the directory on the host.HostPathVolumeTypegetType()The expected type of the path found on the host.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(HostPathVolumeOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theHostPathVolumeOptions.Builder.
-
-
Method Detail
-
getPath
public final String getPath()
Description copied from interface:HostPathVolumeOptionsThe path of the directory on the host.- Specified by:
getPathin interfaceHostPathVolumeOptions
-
getType
public final HostPathVolumeType getType()
Description copied from interface:HostPathVolumeOptionsThe expected type of the path found on the host.Default: HostPathVolumeType.DEFAULT
- Specified by:
getTypein interfaceHostPathVolumeOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-