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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.CfnLoadBalancer.SubnetMappingProperty
CfnLoadBalancer.SubnetMappingProperty.Builder, CfnLoadBalancer.SubnetMappingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLoadBalancer.SubnetMappingProperty.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 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 StringThe ID of the 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 theCfnLoadBalancer.SubnetMappingProperty.Builder.
-
-
Method Details
-
getSubnetId
Description copied from interface:CfnLoadBalancer.SubnetMappingPropertyThe ID of the subnet.- Specified by:
getSubnetIdin 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:
getAllocationIdin interfaceCfnLoadBalancer.SubnetMappingProperty- See Also:
-
getIPv6Address
Description copied from interface:CfnLoadBalancer.SubnetMappingProperty[Network Load Balancers] The IPv6 address.- Specified by:
getIPv6Addressin 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:
getPrivateIPv4Addressin 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_assignedto use an IPv6 prefix selected at random from the subnet CIDR block.- Specified by:
getSourceNatIpv6Prefixin interfaceCfnLoadBalancer.SubnetMappingProperty- See Also:
-
$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()
-