Class BaseLoadBalancerProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticloadbalancingv2.BaseLoadBalancerProps.Jsii$Proxy
- All Implemented Interfaces:
BaseLoadBalancerProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
BaseLoadBalancerProps
@Stability(Stable)
@Internal
public static final class BaseLoadBalancerProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements BaseLoadBalancerProps
An implementation for
BaseLoadBalancerProps-
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.elasticloadbalancingv2.BaseLoadBalancerProps
BaseLoadBalancerProps.Builder, BaseLoadBalancerProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(BaseLoadBalancerProps.Builder builder) Constructor that initializes the object based on literal property values passed by theBaseLoadBalancerProps.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 BooleanIndicates whether cross-zone load balancing is enabled.final BooleanIndicates whether deletion protection is enabled.final BooleanIndicates whether the load balancer blocks traffic through the Internet Gateway (IGW).final BooleanWhether the load balancer has an internet-routable address.final StringName of the load balancer.final NumberThe minimum capacity (LCU) for a load balancer.final IVpcgetVpc()The VPC network to place the load balancer in.final SubnetSelectionWhich subnets place the load balancer in.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 theBaseLoadBalancerProps.Builder.
-
-
Method Details
-
getVpc
Description copied from interface:BaseLoadBalancerPropsThe VPC network to place the load balancer in.- Specified by:
getVpcin interfaceBaseLoadBalancerProps
-
getCrossZoneEnabled
Description copied from interface:BaseLoadBalancerPropsIndicates whether cross-zone load balancing is enabled.Default: - false for Network Load Balancers and true for Application Load Balancers. This can not be `false` for Application Load Balancers.
- Specified by:
getCrossZoneEnabledin interfaceBaseLoadBalancerProps- See Also:
-
getDeletionProtection
Description copied from interface:BaseLoadBalancerPropsIndicates whether deletion protection is enabled.Default: false
- Specified by:
getDeletionProtectionin interfaceBaseLoadBalancerProps
-
getDenyAllIgwTraffic
Description copied from interface:BaseLoadBalancerPropsIndicates whether the load balancer blocks traffic through the Internet Gateway (IGW).Default: - false for internet-facing load balancers and true for internal load balancers
- Specified by:
getDenyAllIgwTrafficin interfaceBaseLoadBalancerProps
-
getInternetFacing
Description copied from interface:BaseLoadBalancerPropsWhether the load balancer has an internet-routable address.Default: false
- Specified by:
getInternetFacingin interfaceBaseLoadBalancerProps
-
getLoadBalancerName
Description copied from interface:BaseLoadBalancerPropsName of the load balancer.Default: - Automatically generated name.
- Specified by:
getLoadBalancerNamein interfaceBaseLoadBalancerProps
-
getMinimumCapacityUnit
Description copied from interface:BaseLoadBalancerPropsThe minimum capacity (LCU) for a load balancer.Default: undefined - ELB default is 0 LCU
- Specified by:
getMinimumCapacityUnitin interfaceBaseLoadBalancerProps- See Also:
-
getVpcSubnets
Description copied from interface:BaseLoadBalancerPropsWhich subnets place the load balancer in.Default: - the Vpc default strategy.
- Specified by:
getVpcSubnetsin interfaceBaseLoadBalancerProps
-
$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()
-