Package org.cdk8s.plus24.k8s
Class ContainerResourceMetricSourceV2Beta2.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.ContainerResourceMetricSourceV2Beta2.Jsii$Proxy
-
- All Implemented Interfaces:
ContainerResourceMetricSourceV2Beta2
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ContainerResourceMetricSourceV2Beta2
@Stability(Stable) @Internal public static final class ContainerResourceMetricSourceV2Beta2.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContainerResourceMetricSourceV2Beta2
An implementation forContainerResourceMetricSourceV2Beta2
-
-
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.ContainerResourceMetricSourceV2Beta2
ContainerResourceMetricSourceV2Beta2.Builder, ContainerResourceMetricSourceV2Beta2.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(ContainerResourceMetricSourceV2Beta2.Builder builder)
Constructor that initializes the object based on literal property values passed by theContainerResourceMetricSourceV2Beta2.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
getContainer()
container is the name of the container in the pods of the scaling target.String
getName()
name is the name of the resource in question.MetricTargetV2Beta2
getTarget()
target specifies the target value for the given metric.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(ContainerResourceMetricSourceV2Beta2.Builder builder)
Constructor that initializes the object based on literal property values passed by theContainerResourceMetricSourceV2Beta2.Builder
.
-
-
Method Detail
-
getContainer
public final String getContainer()
Description copied from interface:ContainerResourceMetricSourceV2Beta2
container is the name of the container in the pods of the scaling target.- Specified by:
getContainer
in interfaceContainerResourceMetricSourceV2Beta2
-
getName
public final String getName()
Description copied from interface:ContainerResourceMetricSourceV2Beta2
name is the name of the resource in question.- Specified by:
getName
in interfaceContainerResourceMetricSourceV2Beta2
-
getTarget
public final MetricTargetV2Beta2 getTarget()
Description copied from interface:ContainerResourceMetricSourceV2Beta2
target specifies the target value for the given metric.- Specified by:
getTarget
in interfaceContainerResourceMetricSourceV2Beta2
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-