Package org.cdk8s.plus23.k8s
Class VolumeAttachmentSpec.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus23.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.plus23.k8s.VolumeAttachmentSpec
VolumeAttachmentSpec.Builder, VolumeAttachmentSpec.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(VolumeAttachmentSpec.Builder builder)
Constructor that initializes the object based on literal property values passed by theVolumeAttachmentSpec.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
getAttacher()
Attacher indicates the name of the volume driver that MUST handle this request.String
getNodeName()
The node that the volume should be attached to.VolumeAttachmentSource
getSource()
Source represents the volume that should be attached.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(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:VolumeAttachmentSpec
Attacher indicates the name of the volume driver that MUST handle this request.This is the name returned by GetPluginName().
- Specified by:
getAttacher
in interfaceVolumeAttachmentSpec
-
getNodeName
public final String getNodeName()
Description copied from interface:VolumeAttachmentSpec
The node that the volume should be attached to.- Specified by:
getNodeName
in interfaceVolumeAttachmentSpec
-
getSource
public final VolumeAttachmentSource getSource()
Description copied from interface:VolumeAttachmentSpec
Source represents the volume that should be attached.- Specified by:
getSource
in interfaceVolumeAttachmentSpec
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-