Package org.cdk8s.plus28.k8s
Class VolumeAttachmentSpec.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus28.k8s.VolumeAttachmentSpec.Jsii$Proxy
-
- All Implemented Interfaces:
VolumeAttachmentSpec,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- VolumeAttachmentSpec
@Stability(Stable) @Internal public static final class VolumeAttachmentSpec.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VolumeAttachmentSpec
An implementation forVolumeAttachmentSpec
-
-
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.plus28.k8s.VolumeAttachmentSpec
VolumeAttachmentSpec.Builder, VolumeAttachmentSpec.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(VolumeAttachmentSpec.Builder builder)Constructor that initializes the object based on literal property values passed by theVolumeAttachmentSpec.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)StringgetAttacher()attacher indicates the name of the volume driver that MUST handle this request.StringgetNodeName()nodeName represents the node that the volume should be attached to.VolumeAttachmentSourcegetSource()source represents the volume that should be attached.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(VolumeAttachmentSpec.Builder builder)
Constructor that initializes the object based on literal property values passed by theVolumeAttachmentSpec.Builder.
-
-
Method Detail
-
getAttacher
public final String getAttacher()
Description copied from interface:VolumeAttachmentSpecattacher indicates the name of the volume driver that MUST handle this request.This is the name returned by GetPluginName().
- Specified by:
getAttacherin interfaceVolumeAttachmentSpec
-
getNodeName
public final String getNodeName()
Description copied from interface:VolumeAttachmentSpecnodeName represents the node that the volume should be attached to.- Specified by:
getNodeNamein interfaceVolumeAttachmentSpec
-
getSource
public final VolumeAttachmentSource getSource()
Description copied from interface:VolumeAttachmentSpecsource represents the volume that should be attached.- Specified by:
getSourcein interfaceVolumeAttachmentSpec
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-