Package org.cdk8s.plus24.k8s
Class MetricIdentifierV2Beta2.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.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.plus24.k8s.MetricIdentifierV2Beta2
MetricIdentifierV2Beta2.Builder, MetricIdentifierV2Beta2.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(MetricIdentifierV2Beta2.Builder builder)
Constructor that initializes the object based on literal property values passed by theMetricIdentifierV2Beta2.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)
String
getName()
name is the name of the given metric.LabelSelector
getSelector()
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.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(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:MetricIdentifierV2Beta2
name is the name of the given metric.- Specified by:
getName
in interfaceMetricIdentifierV2Beta2
-
getSelector
public final LabelSelector getSelector()
Description copied from interface:MetricIdentifierV2Beta2
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.When unset, just the metricName will be used to gather metrics.
- Specified by:
getSelector
in interfaceMetricIdentifierV2Beta2
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-