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