Package org.cdk8s.plus25.k8s
Class MetricIdentifierV2Beta2.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.MetricIdentifierV2Beta2.Jsii$Proxy
-
- All Implemented Interfaces:
MetricIdentifierV2Beta2,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- MetricIdentifierV2Beta2
@Stability(Stable) @Internal public static final class MetricIdentifierV2Beta2.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MetricIdentifierV2Beta2
An implementation forMetricIdentifierV2Beta2
-
-
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.MetricIdentifierV2Beta2
MetricIdentifierV2Beta2.Builder, MetricIdentifierV2Beta2.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(MetricIdentifierV2Beta2.Builder builder)Constructor that initializes the object based on literal property values passed by theMetricIdentifierV2Beta2.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 given metric.LabelSelectorgetSelector()selector is the string-encoded form of a standard kubernetes label selector for the given metric When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping.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(MetricIdentifierV2Beta2.Builder builder)
Constructor that initializes the object based on literal property values passed by theMetricIdentifierV2Beta2.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:MetricIdentifierV2Beta2name is the name of the given metric.- Specified by:
getNamein interfaceMetricIdentifierV2Beta2
-
getSelector
public final LabelSelector getSelector()
Description copied from interface:MetricIdentifierV2Beta2selector is the string-encoded form of a standard kubernetes label selector for the given metric When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping.When unset, just the metricName will be used to gather metrics.
- Specified by:
getSelectorin interfaceMetricIdentifierV2Beta2
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-