Class CfnIPAMPoolPropsMixin.ProvisionedCidrProperty
The CIDR provisioned to the IPAM pool.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EC2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnIPAMPoolPropsMixin.ProvisionedCidrProperty : CfnIPAMPoolPropsMixin.IProvisionedCidrProperty
Syntax (vb)
Public Class CfnIPAMPoolPropsMixin.ProvisionedCidrProperty Implements CfnIPAMPoolPropsMixin.IProvisionedCidrProperty
Remarks
A CIDR is a representation of an IP address and its associated network mask (or netmask) and refers to a range of IP addresses. An IPv4 CIDR example is 10.24.34.0/23 . An IPv6 CIDR example is 2001:DB8::/32 .
This resource type does not allow you to provision a CIDR using the netmask length. To provision a CIDR using netmask length, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampoolcidr.html">AWS::EC2::IPAMPoolCidr</a> .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.EC2;
var provisionedCidrProperty = new ProvisionedCidrProperty {
Cidr = "cidr"
};
Synopsis
Constructors
| ProvisionedCidrProperty() | The CIDR provisioned to the IPAM pool. |
Properties
| Cidr | The CIDR provisioned to the IPAM pool. |
Constructors
ProvisionedCidrProperty()
The CIDR provisioned to the IPAM pool.
public ProvisionedCidrProperty()
Remarks
A CIDR is a representation of an IP address and its associated network mask (or netmask) and refers to a range of IP addresses. An IPv4 CIDR example is 10.24.34.0/23 . An IPv6 CIDR example is 2001:DB8::/32 .
This resource type does not allow you to provision a CIDR using the netmask length. To provision a CIDR using netmask length, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampoolcidr.html">AWS::EC2::IPAMPoolCidr</a> .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.EC2;
var provisionedCidrProperty = new ProvisionedCidrProperty {
Cidr = "cidr"
};
Properties
Cidr
The CIDR provisioned to the IPAM pool.
public string? Cidr { get; set; }
Property Value
Remarks
A CIDR is a representation of an IP address and its associated network mask (or netmask) and refers to a range of IP addresses. An IPv4 CIDR example is 10.24.34.0/23 . An IPv6 CIDR example is 2001:DB8::/32 .