Package org.cdk8s.plus24.k8s
Class ExternalMetricSourceV2Beta1.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.ExternalMetricSourceV2Beta1.Jsii$Proxy
-
- All Implemented Interfaces:
ExternalMetricSourceV2Beta1,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ExternalMetricSourceV2Beta1
@Stability(Stable) @Internal public static final class ExternalMetricSourceV2Beta1.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ExternalMetricSourceV2Beta1
An implementation forExternalMetricSourceV2Beta1
-
-
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.ExternalMetricSourceV2Beta1
ExternalMetricSourceV2Beta1.Builder, ExternalMetricSourceV2Beta1.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ExternalMetricSourceV2Beta1.Builder builder)Constructor that initializes the object based on literal property values passed by theExternalMetricSourceV2Beta1.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)StringgetMetricName()metricName is the name of the metric in question.LabelSelectorgetMetricSelector()metricSelector is used to identify a specific time series within a given metric.QuantitygetTargetAverageValue()targetAverageValue is the target per-pod value of global metric (as a quantity).QuantitygetTargetValue()targetValue is the target value of the metric (as a quantity).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(ExternalMetricSourceV2Beta1.Builder builder)
Constructor that initializes the object based on literal property values passed by theExternalMetricSourceV2Beta1.Builder.
-
-
Method Detail
-
getMetricName
public final String getMetricName()
Description copied from interface:ExternalMetricSourceV2Beta1metricName is the name of the metric in question.- Specified by:
getMetricNamein interfaceExternalMetricSourceV2Beta1
-
getMetricSelector
public final LabelSelector getMetricSelector()
Description copied from interface:ExternalMetricSourceV2Beta1metricSelector is used to identify a specific time series within a given metric.- Specified by:
getMetricSelectorin interfaceExternalMetricSourceV2Beta1
-
getTargetAverageValue
public final Quantity getTargetAverageValue()
Description copied from interface:ExternalMetricSourceV2Beta1targetAverageValue is the target per-pod value of global metric (as a quantity).Mutually exclusive with TargetValue.
- Specified by:
getTargetAverageValuein interfaceExternalMetricSourceV2Beta1
-
getTargetValue
public final Quantity getTargetValue()
Description copied from interface:ExternalMetricSourceV2Beta1targetValue is the target value of the metric (as a quantity).Mutually exclusive with TargetAverageValue.
- Specified by:
getTargetValuein interfaceExternalMetricSourceV2Beta1
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-