Package org.cdk8s.plus24.k8s
Class FlockerVolumeSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.FlockerVolumeSource.Jsii$Proxy
-
- All Implemented Interfaces:
FlockerVolumeSource
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- FlockerVolumeSource
@Stability(Stable) @Internal public static final class FlockerVolumeSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FlockerVolumeSource
An implementation forFlockerVolumeSource
-
-
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.FlockerVolumeSource
FlockerVolumeSource.Builder, FlockerVolumeSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(FlockerVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theFlockerVolumeSource.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
getDatasetName()
datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated.String
getDatasetUuid()
datasetUUID is the UUID of the dataset.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(FlockerVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theFlockerVolumeSource.Builder
.
-
-
Method Detail
-
getDatasetName
public final String getDatasetName()
Description copied from interface:FlockerVolumeSource
datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated.- Specified by:
getDatasetName
in interfaceFlockerVolumeSource
-
getDatasetUuid
public final String getDatasetUuid()
Description copied from interface:FlockerVolumeSource
datasetUUID is the UUID of the dataset.This is unique identifier of a Flocker dataset
- Specified by:
getDatasetUuid
in interfaceFlockerVolumeSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-