Package org.cdk8s.plus24.k8s
Class PodsMetricSourceV2.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.PodsMetricSourceV2.Jsii$Proxy
-
- All Implemented Interfaces:
PodsMetricSourceV2
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PodsMetricSourceV2
@Stability(Stable) @Internal public static final class PodsMetricSourceV2.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PodsMetricSourceV2
An implementation forPodsMetricSourceV2
-
-
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.PodsMetricSourceV2
PodsMetricSourceV2.Builder, PodsMetricSourceV2.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(PodsMetricSourceV2.Builder builder)
Constructor that initializes the object based on literal property values passed by thePodsMetricSourceV2.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)
MetricIdentifierV2
getMetric()
metric identifies the target metric by name and selector.MetricTargetV2
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(PodsMetricSourceV2.Builder builder)
Constructor that initializes the object based on literal property values passed by thePodsMetricSourceV2.Builder
.
-
-
Method Detail
-
getMetric
public final MetricIdentifierV2 getMetric()
Description copied from interface:PodsMetricSourceV2
metric identifies the target metric by name and selector.- Specified by:
getMetric
in interfacePodsMetricSourceV2
-
getTarget
public final MetricTargetV2 getTarget()
Description copied from interface:PodsMetricSourceV2
target specifies the target value for the given metric.- Specified by:
getTarget
in interfacePodsMetricSourceV2
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-