Interface CfnLoadBalancer.ISubnetMappingProperty
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public interface ISubnetMappingProperty
Syntax (vb)
Public Interface ISubnetMappingProperty
Remarks
Synopsis
Properties
AllocationId |
|
IPv6Address |
|
PrivateIPv4Address |
|
SubnetId |
|
Properties
AllocationId
CfnLoadBalancer.SubnetMappingProperty.AllocationId
.
virtual string AllocationId { get; }
Property Value
System.String
Remarks
IPv6Address
CfnLoadBalancer.SubnetMappingProperty.IPv6Address
.
virtual string IPv6Address { get; }
Property Value
System.String
Remarks
PrivateIPv4Address
CfnLoadBalancer.SubnetMappingProperty.PrivateIPv4Address
.
virtual string PrivateIPv4Address { get; }
Property Value
System.String
Remarks
SubnetId
CfnLoadBalancer.SubnetMappingProperty.SubnetId
.
string SubnetId { get; }
Property Value
System.String