Class SubnetMapping.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticloadbalancingv2.SubnetMapping.Jsii$Proxy
- All Implemented Interfaces:
SubnetMapping,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
SubnetMapping
@Stability(Stable)
@Internal
public static final class SubnetMapping.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SubnetMapping
An implementation for
SubnetMapping-
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.SubnetMapping
SubnetMapping.Builder, SubnetMapping.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(SubnetMapping.Builder builder) Constructor that initializes the object based on literal property values passed by theSubnetMapping.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 StringThe allocation ID of the Elastic IP address for an internet-facing load balancer.final StringThe IPv6 address.final StringThe private IPv4 address for an internal load balancer.final SourceNatIpv6PrefixThe IPv6 prefix to use for source NAT for a dual-stack network load balancer with UDP listeners.final ISubnetThe subnet.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 theSubnetMapping.Builder.
-
-
Method Details
-
getSubnet
Description copied from interface:SubnetMappingThe subnet.- Specified by:
getSubnetin interfaceSubnetMapping
-
getAllocationId
Description copied from interface:SubnetMappingThe allocation ID of the Elastic IP address for an internet-facing load balancer.Default: undefined - AWS default is to allocate a new IP address for internet-facing load balancers
- Specified by:
getAllocationIdin interfaceSubnetMapping
-
getIpv6Address
Description copied from interface:SubnetMappingThe IPv6 address.Default: undefined - AWS default is to allocate an IPv6 address from the subnet's pool
- Specified by:
getIpv6Addressin interfaceSubnetMapping
-
getPrivateIpv4Address
Description copied from interface:SubnetMappingThe private IPv4 address for an internal load balancer.Default: undefined - AWS default is to allocate a private IPv4 address from the subnet's pool
- Specified by:
getPrivateIpv4Addressin interfaceSubnetMapping
-
getSourceNatIpv6Prefix
Description copied from interface:SubnetMappingThe IPv6 prefix to use for source NAT for a dual-stack network load balancer with UDP listeners.Specify an IPv6 prefix (/80 netmask) from the subnet CIDR block or
SourceNatIpv6Prefix.autoAssigned()to use an IPv6 prefix selected at random from the subnet CIDR block.Default: undefined - AWS default is `SourceNatIpv6Prefix.autoAssigned()` for IPv6 load balancers
- Specified by:
getSourceNatIpv6Prefixin interfaceSubnetMapping
-
$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()
-