Package org.cdk8s.plus25.k8s
Class KubeHorizontalPodAutoscalerV2Props.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.KubeHorizontalPodAutoscalerV2Props.Jsii$Proxy
-
- All Implemented Interfaces:
KubeHorizontalPodAutoscalerV2Props,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeHorizontalPodAutoscalerV2Props
@Stability(Stable) @Internal public static final class KubeHorizontalPodAutoscalerV2Props.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeHorizontalPodAutoscalerV2Props
An implementation forKubeHorizontalPodAutoscalerV2Props
-
-
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.KubeHorizontalPodAutoscalerV2Props
KubeHorizontalPodAutoscalerV2Props.Builder, KubeHorizontalPodAutoscalerV2Props.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(KubeHorizontalPodAutoscalerV2Props.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeHorizontalPodAutoscalerV2Props.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()metadata is the standard object metadata.HorizontalPodAutoscalerSpecV2getSpec()spec is the specification for the behaviour of the autoscaler.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(KubeHorizontalPodAutoscalerV2Props.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeHorizontalPodAutoscalerV2Props.Builder.
-
-
Method Detail
-
getMetadata
public final ObjectMeta getMetadata()
Description copied from interface:KubeHorizontalPodAutoscalerV2Propsmetadata is the standard object metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
- Specified by:
getMetadatain interfaceKubeHorizontalPodAutoscalerV2Props
-
getSpec
public final HorizontalPodAutoscalerSpecV2 getSpec()
Description copied from interface:KubeHorizontalPodAutoscalerV2Propsspec is the specification for the behaviour of the autoscaler.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.
- Specified by:
getSpecin interfaceKubeHorizontalPodAutoscalerV2Props
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-