Package org.cdk8s.plus24.k8s
Class VolumeAttachmentSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.VolumeAttachmentSource.Jsii$Proxy
-
- All Implemented Interfaces:
VolumeAttachmentSource
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- VolumeAttachmentSource
@Stability(Stable) @Internal public static final class VolumeAttachmentSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VolumeAttachmentSource
An implementation forVolumeAttachmentSource
-
-
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.VolumeAttachmentSource
VolumeAttachmentSource.Builder, VolumeAttachmentSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(VolumeAttachmentSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theVolumeAttachmentSource.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)
PersistentVolumeSpec
getInlineVolumeSpec()
inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource.String
getPersistentVolumeName()
Name of the persistent volume to attach.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(VolumeAttachmentSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theVolumeAttachmentSource.Builder
.
-
-
Method Detail
-
getInlineVolumeSpec
public final PersistentVolumeSpec getInlineVolumeSpec()
Description copied from interface:VolumeAttachmentSource
inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource.This field is populated only for the CSIMigration feature. It contains translated fields from a pod's inline VolumeSource to a PersistentVolumeSpec. This field is beta-level and is only honored by servers that enabled the CSIMigration feature.
- Specified by:
getInlineVolumeSpec
in interfaceVolumeAttachmentSource
-
getPersistentVolumeName
public final String getPersistentVolumeName()
Description copied from interface:VolumeAttachmentSource
Name of the persistent volume to attach.- Specified by:
getPersistentVolumeName
in interfaceVolumeAttachmentSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-