Class OutlierDetection.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.OutlierDetection.Jsii$Proxy
All Implemented Interfaces:
OutlierDetection, software.amazon.jsii.JsiiSerializable
Enclosing interface:
OutlierDetection

@Stability(Stable) @Internal public static final class OutlierDetection.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OutlierDetection
An implementation for OutlierDetection
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.OutlierDetection

    OutlierDetection.Builder, OutlierDetection.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the OutlierDetection.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Duration
    The base amount of time for which a host is ejected.
    final Duration
    The time interval between ejection sweep analysis.
    final Number
    Maximum percentage of hosts in load balancing pool for upstream service that can be ejected.
    final Number
    Number of consecutive 5xx errors required for ejection.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • 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(OutlierDetection.Builder builder)
      Constructor that initializes the object based on literal property values passed by the OutlierDetection.Builder.
  • Method Details

    • getBaseEjectionDuration

      public final Duration getBaseEjectionDuration()
      Description copied from interface: OutlierDetection
      The base amount of time for which a host is ejected.
      Specified by:
      getBaseEjectionDuration in interface OutlierDetection
    • getInterval

      public final Duration getInterval()
      Description copied from interface: OutlierDetection
      The time interval between ejection sweep analysis.
      Specified by:
      getInterval in interface OutlierDetection
    • getMaxEjectionPercent

      public final Number getMaxEjectionPercent()
      Description copied from interface: OutlierDetection
      Maximum percentage of hosts in load balancing pool for upstream service that can be ejected.

      Will eject at least one host regardless of the value.

      Specified by:
      getMaxEjectionPercent in interface OutlierDetection
    • getMaxServerErrors

      public final Number getMaxServerErrors()
      Description copied from interface: OutlierDetection
      Number of consecutive 5xx errors required for ejection.
      Specified by:
      getMaxServerErrors in interface OutlierDetection
    • $jsii$toJson

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

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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