public static final class NetworkLoadBalancerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NetworkLoadBalancerProps
NetworkLoadBalancerProps
NetworkLoadBalancerProps.Builder, NetworkLoadBalancerProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
getCrossZoneEnabled()
Indicates whether cross-zone load balancing is enabled.
|
java.lang.Boolean |
getDeletionProtection()
Indicates whether deletion protection is enabled.
|
java.lang.Boolean |
getInternetFacing()
Whether the load balancer has an internet-routable address.
|
java.lang.String |
getLoadBalancerName()
Name of the load balancer.
|
IVpc |
getVpc()
The VPC network to place the load balancer in.
|
SubnetSelection |
getVpcSubnets()
Which subnets place the load balancer in.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Boolean getCrossZoneEnabled()
NetworkLoadBalancerProps
Default: false
getCrossZoneEnabled
in interface NetworkLoadBalancerProps
public final IVpc getVpc()
BaseLoadBalancerProps
getVpc
in interface BaseLoadBalancerProps
public final java.lang.Boolean getDeletionProtection()
BaseLoadBalancerProps
Default: false
getDeletionProtection
in interface BaseLoadBalancerProps
public final java.lang.Boolean getInternetFacing()
BaseLoadBalancerProps
Default: false
getInternetFacing
in interface BaseLoadBalancerProps
public final java.lang.String getLoadBalancerName()
BaseLoadBalancerProps
Default: - Automatically generated name.
getLoadBalancerName
in interface BaseLoadBalancerProps
public final SubnetSelection getVpcSubnets()
BaseLoadBalancerProps
Default: - the Vpc default strategy.
getVpcSubnets
in interface BaseLoadBalancerProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()