Class CfnLoadBalancer.ConnectionDrainingPolicyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticloadbalancing.CfnLoadBalancer.ConnectionDrainingPolicyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLoadBalancer.ConnectionDrainingPolicyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLoadBalancer.ConnectionDrainingPolicyProperty
@Stability(Stable)
@Internal
public static final class CfnLoadBalancer.ConnectionDrainingPolicyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLoadBalancer.ConnectionDrainingPolicyProperty
An implementation for
CfnLoadBalancer.ConnectionDrainingPolicyProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancing.CfnLoadBalancer.ConnectionDrainingPolicyProperty
CfnLoadBalancer.ConnectionDrainingPolicyProperty.Builder, CfnLoadBalancer.ConnectionDrainingPolicyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLoadBalancer.ConnectionDrainingPolicyProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectSpecifies whether connection draining is enabled for the load balancer.final NumberThe maximum time, in seconds, to keep the existing connections open before deregistering the instances.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theCfnLoadBalancer.ConnectionDrainingPolicyProperty.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnLoadBalancer.ConnectionDrainingPolicyPropertySpecifies whether connection draining is enabled for the load balancer.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnLoadBalancer.ConnectionDrainingPolicyProperty- See Also:
-
getTimeout
Description copied from interface:CfnLoadBalancer.ConnectionDrainingPolicyPropertyThe maximum time, in seconds, to keep the existing connections open before deregistering the instances.- Specified by:
getTimeoutin interfaceCfnLoadBalancer.ConnectionDrainingPolicyProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-