@Stability(value=Experimental) @Internal public static final class NetworkLoadBalancerAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NetworkLoadBalancerAttributes
NetworkLoadBalancerAttributessoftware.amazon.jsii.JsiiObject.InitializationModeNetworkLoadBalancerAttributes.Builder, NetworkLoadBalancerAttributes.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(String loadBalancerArn,
String loadBalancerCanonicalHostedZoneId,
String loadBalancerDnsName,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
NetworkLoadBalancerAttributes.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getLoadBalancerArn()
(experimental) ARN of the load balancer.
|
String |
getLoadBalancerCanonicalHostedZoneId()
(experimental) The canonical hosted zone ID of this load balancer.
|
String |
getLoadBalancerDnsName()
(experimental) The DNS name of this load balancer.
|
IVpc |
getVpc()
(experimental) The VPC to associate with the load balancer.
|
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(String loadBalancerArn, String loadBalancerCanonicalHostedZoneId, String loadBalancerDnsName, IVpc vpc)
NetworkLoadBalancerAttributes.Builder.public final String getLoadBalancerArn()
NetworkLoadBalancerAttributesgetLoadBalancerArn in interface NetworkLoadBalancerAttributespublic final String getLoadBalancerCanonicalHostedZoneId()
NetworkLoadBalancerAttributesDefault: - When not provided, LB cannot be used as Route53 Alias target.
getLoadBalancerCanonicalHostedZoneId in interface NetworkLoadBalancerAttributespublic final String getLoadBalancerDnsName()
NetworkLoadBalancerAttributesDefault: - When not provided, LB cannot be used as Route53 Alias target.
getLoadBalancerDnsName in interface NetworkLoadBalancerAttributespublic final IVpc getVpc()
NetworkLoadBalancerAttributesDefault: - When not provided, listeners cannot be created on imported load balancers.
getVpc in interface NetworkLoadBalancerAttributes@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.