Package org.cdk8s.plus24.k8s
Class VolumeDevice.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.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.plus24.k8s.VolumeDevice
VolumeDevice.Builder, VolumeDevice.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(VolumeDevice.Builder builder)
Constructor that initializes the object based on literal property values passed by theVolumeDevice.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
getDevicePath()
devicePath is the path inside of the container that the device will be mapped to.String
getName()
name must match the name of a persistentVolumeClaim in the pod.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(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:VolumeDevice
devicePath is the path inside of the container that the device will be mapped to.- Specified by:
getDevicePath
in interfaceVolumeDevice
-
getName
public final String getName()
Description copied from interface:VolumeDevice
name must match the name of a persistentVolumeClaim in the pod.- Specified by:
getName
in interfaceVolumeDevice
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-