Package org.cdk8s.plus25.k8s
Class VolumeAttachmentSpec.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.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.plus25.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()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:VolumeAttachmentSpecThe 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
-
-