Package org.cdk8s.plus25.k8s
Class VolumeAttachmentSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.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.plus25.k8s.VolumeAttachmentSource
VolumeAttachmentSource.Builder, VolumeAttachmentSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(VolumeAttachmentSource.Builder builder)Constructor that initializes the object based on literal property values passed by theVolumeAttachmentSource.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)PersistentVolumeSpecgetInlineVolumeSpec()inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource.StringgetPersistentVolumeName()Name of the persistent volume to attach.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(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:VolumeAttachmentSourceinlineVolumeSpec 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:
getInlineVolumeSpecin interfaceVolumeAttachmentSource
-
getPersistentVolumeName
public final String getPersistentVolumeName()
Description copied from interface:VolumeAttachmentSourceName of the persistent volume to attach.- Specified by:
getPersistentVolumeNamein interfaceVolumeAttachmentSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-