Package org.cdk8s.plus24.k8s
Interface EndpointHintsV1Beta1
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EndpointHintsV1Beta1.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-06T02:54:45.764Z") @Stability(Stable) public interface EndpointHintsV1Beta1 extends software.amazon.jsii.JsiiSerializable
EndpointHints provides hints describing how an endpoint should be consumed.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEndpointHintsV1Beta1.BuilderA builder forEndpointHintsV1Beta1static classEndpointHintsV1Beta1.Jsii$ProxyAn implementation forEndpointHintsV1Beta1
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static EndpointHintsV1Beta1.Builderbuilder()default List<ForZoneV1Beta1>getForZones()forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing.
-
-
-
Method Detail
-
getForZones
@Stability(Stable) @Nullable default List<ForZoneV1Beta1> getForZones()
forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing.May contain a maximum of 8 entries.
-
builder
@Stability(Stable) static EndpointHintsV1Beta1.Builder builder()
- Returns:
- a
EndpointHintsV1Beta1.BuilderofEndpointHintsV1Beta1
-
-