public static final class CfnLoadBalancer.SubnetMappingProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLoadBalancer.SubnetMappingProperty
CfnLoadBalancer.SubnetMappingProperty
CfnLoadBalancer.SubnetMappingProperty.Builder, CfnLoadBalancer.SubnetMappingProperty.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.String |
getAllocationId()
[Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.
|
java.lang.String |
getIPv6Address()
[Network Load Balancers] The IPv6 address.
|
java.lang.String |
getPrivateIPv4Address()
[Network Load Balancers] The private IPv4 address for an internal load balancer.
|
java.lang.String |
getSubnetId()
The ID of the subnet.
|
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.String getSubnetId()
CfnLoadBalancer.SubnetMappingProperty
getSubnetId
in interface CfnLoadBalancer.SubnetMappingProperty
public final java.lang.String getAllocationId()
CfnLoadBalancer.SubnetMappingProperty
getAllocationId
in interface CfnLoadBalancer.SubnetMappingProperty
public final java.lang.String getIPv6Address()
CfnLoadBalancer.SubnetMappingProperty
getIPv6Address
in interface CfnLoadBalancer.SubnetMappingProperty
public final java.lang.String getPrivateIPv4Address()
CfnLoadBalancer.SubnetMappingProperty
getPrivateIPv4Address
in interface CfnLoadBalancer.SubnetMappingProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()