Package org.cdk8s.plus25.k8s
Class VolumeDevice.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.VolumeDevice.Jsii$Proxy
-
- All Implemented Interfaces:
VolumeDevice,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- VolumeDevice
@Stability(Stable) @Internal public static final class VolumeDevice.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VolumeDevice
An implementation forVolumeDevice
-
-
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.VolumeDevice
VolumeDevice.Builder, VolumeDevice.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(VolumeDevice.Builder builder)Constructor that initializes the object based on literal property values passed by theVolumeDevice.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)StringgetDevicePath()devicePath is the path inside of the container that the device will be mapped to.StringgetName()name must match the name of a persistentVolumeClaim in the pod.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(VolumeDevice.Builder builder)
Constructor that initializes the object based on literal property values passed by theVolumeDevice.Builder.
-
-
Method Detail
-
getDevicePath
public final String getDevicePath()
Description copied from interface:VolumeDevicedevicePath is the path inside of the container that the device will be mapped to.- Specified by:
getDevicePathin interfaceVolumeDevice
-
getName
public final String getName()
Description copied from interface:VolumeDevicename must match the name of a persistentVolumeClaim in the pod.- Specified by:
getNamein interfaceVolumeDevice
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-