Package org.cdk8s.plus25.k8s
Class EndpointSubset.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.EndpointSubset.Jsii$Proxy
-
- All Implemented Interfaces:
EndpointSubset,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EndpointSubset
@Stability(Stable) @Internal public static final class EndpointSubset.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EndpointSubset
An implementation forEndpointSubset
-
-
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.EndpointSubset
EndpointSubset.Builder, EndpointSubset.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(EndpointSubset.Builder builder)Constructor that initializes the object based on literal property values passed by theEndpointSubset.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)List<EndpointAddress>getAddresses()IP addresses which offer the related ports that are marked as ready.List<EndpointAddress>getNotReadyAddresses()IP addresses which offer the related ports but are not currently marked as ready because they have not yet finished starting, have recently failed a readiness check, or have recently failed a liveness check.List<EndpointPort>getPorts()Port numbers available on the related IP addresses.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(EndpointSubset.Builder builder)
Constructor that initializes the object based on literal property values passed by theEndpointSubset.Builder.
-
-
Method Detail
-
getAddresses
public final List<EndpointAddress> getAddresses()
Description copied from interface:EndpointSubsetIP addresses which offer the related ports that are marked as ready.These endpoints should be considered safe for load balancers and clients to utilize.
- Specified by:
getAddressesin interfaceEndpointSubset
-
getNotReadyAddresses
public final List<EndpointAddress> getNotReadyAddresses()
Description copied from interface:EndpointSubsetIP addresses which offer the related ports but are not currently marked as ready because they have not yet finished starting, have recently failed a readiness check, or have recently failed a liveness check.- Specified by:
getNotReadyAddressesin interfaceEndpointSubset
-
getPorts
public final List<EndpointPort> getPorts()
Description copied from interface:EndpointSubsetPort numbers available on the related IP addresses.- Specified by:
getPortsin interfaceEndpointSubset
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-