Class 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 for EndpointSubset
    • 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.
    • Method Detail

      • getAddresses

        public final List<EndpointAddress> getAddresses()
        Description copied from interface: EndpointSubset
        IP 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:
        getAddresses in interface EndpointSubset
      • getNotReadyAddresses

        public final List<EndpointAddress> getNotReadyAddresses()
        Description copied from interface: EndpointSubset
        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.
        Specified by:
        getNotReadyAddresses in interface EndpointSubset
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object