Package org.cdk8s.plus24.k8s
Class EndpointHintsV1Beta1.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.EndpointHintsV1Beta1.Jsii$Proxy
-
- All Implemented Interfaces:
EndpointHintsV1Beta1
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EndpointHintsV1Beta1
@Stability(Stable) @Internal public static final class EndpointHintsV1Beta1.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EndpointHintsV1Beta1
An implementation forEndpointHintsV1Beta1
-
-
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.EndpointHintsV1Beta1
EndpointHintsV1Beta1.Builder, EndpointHintsV1Beta1.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(EndpointHintsV1Beta1.Builder builder)
Constructor that initializes the object based on literal property values passed by theEndpointHintsV1Beta1.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)
List<ForZoneV1Beta1>
getForZones()
forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing.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(EndpointHintsV1Beta1.Builder builder)
Constructor that initializes the object based on literal property values passed by theEndpointHintsV1Beta1.Builder
.
-
-
Method Detail
-
getForZones
public final List<ForZoneV1Beta1> getForZones()
Description copied from interface:EndpointHintsV1Beta1
forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing.May contain a maximum of 8 entries.
- Specified by:
getForZones
in interfaceEndpointHintsV1Beta1
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-