Package org.cdk8s.plus25.k8s
Class ObjectMetricSourceV2.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.ObjectMetricSourceV2.Jsii$Proxy
-
- All Implemented Interfaces:
ObjectMetricSourceV2,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ObjectMetricSourceV2
@Stability(Stable) @Internal public static final class ObjectMetricSourceV2.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ObjectMetricSourceV2
An implementation forObjectMetricSourceV2
-
-
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.ObjectMetricSourceV2
ObjectMetricSourceV2.Builder, ObjectMetricSourceV2.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ObjectMetricSourceV2.Builder builder)Constructor that initializes the object based on literal property values passed by theObjectMetricSourceV2.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)CrossVersionObjectReferenceV2getDescribedObject()describedObject specifies the descriptions of a object,such as kind,name apiVersion.MetricIdentifierV2getMetric()metric identifies the target metric by name and selector.MetricTargetV2getTarget()target specifies the target value for the given metric.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(ObjectMetricSourceV2.Builder builder)
Constructor that initializes the object based on literal property values passed by theObjectMetricSourceV2.Builder.
-
-
Method Detail
-
getDescribedObject
public final CrossVersionObjectReferenceV2 getDescribedObject()
Description copied from interface:ObjectMetricSourceV2describedObject specifies the descriptions of a object,such as kind,name apiVersion.- Specified by:
getDescribedObjectin interfaceObjectMetricSourceV2
-
getMetric
public final MetricIdentifierV2 getMetric()
Description copied from interface:ObjectMetricSourceV2metric identifies the target metric by name and selector.- Specified by:
getMetricin interfaceObjectMetricSourceV2
-
getTarget
public final MetricTargetV2 getTarget()
Description copied from interface:ObjectMetricSourceV2target specifies the target value for the given metric.- Specified by:
getTargetin interfaceObjectMetricSourceV2
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-