Class IpAddressType
What kind of addresses to allocate to the load balancer.
Inheritance
System.Object
IpAddressType
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public sealed class IpAddressType : Enum
Syntax (vb)
Public NotInheritable Class IpAddressType
Inherits
Enum
Synopsis
Fields
DUAL_STACK | Allocate both IPv4 and IPv6 addresses. |
IPV4 | Allocate IPv4 addresses. |
value__ |
Fields
DUAL_STACK
Allocate both IPv4 and IPv6 addresses.
public const IpAddressType DUAL_STACK
Field Value
Type | Description |
---|---|
IpAddressType |
IPV4
value__
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |