Package org.cdk8s.plus25.k8s
Class ResourceMetricSourceV2.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.ResourceMetricSourceV2.Jsii$Proxy
-
- All Implemented Interfaces:
ResourceMetricSourceV2,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ResourceMetricSourceV2
@Stability(Stable) @Internal public static final class ResourceMetricSourceV2.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ResourceMetricSourceV2
An implementation forResourceMetricSourceV2
-
-
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.ResourceMetricSourceV2
ResourceMetricSourceV2.Builder, ResourceMetricSourceV2.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ResourceMetricSourceV2.Builder builder)Constructor that initializes the object based on literal property values passed by theResourceMetricSourceV2.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)StringgetName()name is the name of the resource in question.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(ResourceMetricSourceV2.Builder builder)
Constructor that initializes the object based on literal property values passed by theResourceMetricSourceV2.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:ResourceMetricSourceV2name is the name of the resource in question.- Specified by:
getNamein interfaceResourceMetricSourceV2
-
getTarget
public final MetricTargetV2 getTarget()
Description copied from interface:ResourceMetricSourceV2target specifies the target value for the given metric.- Specified by:
getTargetin interfaceResourceMetricSourceV2
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-