@Stability(value=Stable) @Internal public static final class NetworkLoadBalancerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NetworkLoadBalancerProps
NetworkLoadBalancerPropssoftware.amazon.jsii.JsiiObject.InitializationModeNetworkLoadBalancerProps.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.
|
protected |
Jsii$Proxy(NetworkLoadBalancerProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
NetworkLoadBalancerProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDomainName()
The domain name for the service, e.g.
|
IHostedZone |
getDomainZone()
The Route53 hosted zone for the domain, e.g.
|
List<NetworkListenerProps> |
getListeners()
Listeners (at least one listener) attached to this load balancer.
|
String |
getName()
Name of the load balancer.
|
Boolean |
getPublicLoadBalancer()
Determines whether the Load Balancer will be internet-facing.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(NetworkLoadBalancerProps.Builder builder)
NetworkLoadBalancerProps.Builder.public final List<NetworkListenerProps> getListeners()
NetworkLoadBalancerPropsDefault: - none
getListeners in interface NetworkLoadBalancerPropspublic final String getName()
NetworkLoadBalancerPropsgetName in interface NetworkLoadBalancerPropspublic final String getDomainName()
NetworkLoadBalancerPropsDefault: - No domain name.
getDomainName in interface NetworkLoadBalancerPropspublic final IHostedZone getDomainZone()
NetworkLoadBalancerPropsDefault: - No Route53 hosted domain zone.
getDomainZone in interface NetworkLoadBalancerPropspublic final Boolean getPublicLoadBalancer()
NetworkLoadBalancerPropsDefault: true
getPublicLoadBalancer in interface NetworkLoadBalancerProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.