Package org.cdk8s.plus25.k8s
Class KubeClusterCidrv1Alpha1Props.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.KubeClusterCidrv1Alpha1Props.Jsii$Proxy
-
- All Implemented Interfaces:
KubeClusterCidrv1Alpha1Props,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeClusterCidrv1Alpha1Props
@Stability(Stable) @Internal public static final class KubeClusterCidrv1Alpha1Props.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeClusterCidrv1Alpha1Props
An implementation forKubeClusterCidrv1Alpha1Props
-
-
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.KubeClusterCidrv1Alpha1Props
KubeClusterCidrv1Alpha1Props.Builder, KubeClusterCidrv1Alpha1Props.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(KubeClusterCidrv1Alpha1Props.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeClusterCidrv1Alpha1Props.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)ObjectMetagetMetadata()Standard object's metadata.ClusterCidrSpecV1Alpha1getSpec()Spec is the desired state of the ClusterCIDR.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(KubeClusterCidrv1Alpha1Props.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeClusterCidrv1Alpha1Props.Builder.
-
-
Method Detail
-
getMetadata
public final ObjectMeta getMetadata()
Description copied from interface:KubeClusterCidrv1Alpha1PropsStandard object's metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
- Specified by:
getMetadatain interfaceKubeClusterCidrv1Alpha1Props
-
getSpec
public final ClusterCidrSpecV1Alpha1 getSpec()
Description copied from interface:KubeClusterCidrv1Alpha1PropsSpec is the desired state of the ClusterCIDR.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
- Specified by:
getSpecin interfaceKubeClusterCidrv1Alpha1Props
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-