Class CfnLoadBalancer.SubnetMappingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticloadbalancingv2.CfnLoadBalancer.SubnetMappingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLoadBalancer.SubnetMappingProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLoadBalancer.SubnetMappingProperty
@Stability(Stable)
@Internal
public static final class CfnLoadBalancer.SubnetMappingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLoadBalancer.SubnetMappingProperty
An implementation for
CfnLoadBalancer.SubnetMappingProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.CfnLoadBalancer.SubnetMappingProperty
CfnLoadBalancer.SubnetMappingProperty.Builder, CfnLoadBalancer.SubnetMappingProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLoadBalancer.SubnetMappingProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
[Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.final String
[Network Load Balancers] The IPv6 address.final String
[Network Load Balancers] The private IPv4 address for an internal load balancer.final String
[Network Load Balancers with UDP listeners] The IPv6 prefix to use for source NAT.final String
The ID of the subnet.final int
hashCode()
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 theCfnLoadBalancer.SubnetMappingProperty.Builder
.
-
-
Method Details
-
getSubnetId
Description copied from interface:CfnLoadBalancer.SubnetMappingProperty
The ID of the subnet.- Specified by:
getSubnetId
in interfaceCfnLoadBalancer.SubnetMappingProperty
- See Also:
-
getAllocationId
Description copied from interface:CfnLoadBalancer.SubnetMappingProperty
[Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.- Specified by:
getAllocationId
in interfaceCfnLoadBalancer.SubnetMappingProperty
- See Also:
-
getIPv6Address
Description copied from interface:CfnLoadBalancer.SubnetMappingProperty
[Network Load Balancers] The IPv6 address.- Specified by:
getIPv6Address
in interfaceCfnLoadBalancer.SubnetMappingProperty
- See Also:
-
getPrivateIPv4Address
Description copied from interface:CfnLoadBalancer.SubnetMappingProperty
[Network Load Balancers] The private IPv4 address for an internal load balancer.- Specified by:
getPrivateIPv4Address
in interfaceCfnLoadBalancer.SubnetMappingProperty
- See Also:
-
getSourceNatIpv6Prefix
Description copied from interface:CfnLoadBalancer.SubnetMappingProperty
[Network Load Balancers with UDP listeners] The IPv6 prefix to use for source NAT.Specify an IPv6 prefix (/80 netmask) from the subnet CIDR block or
auto_assigned
to use an IPv6 prefix selected at random from the subnet CIDR block.- Specified by:
getSourceNatIpv6Prefix
in interfaceCfnLoadBalancer.SubnetMappingProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-