Show / Hide Table of Contents

Class CfnIPAMPoolPropsMixin.ProvisionedCidrProperty

The CIDR provisioned to the IPAM pool.

Inheritance
object
CfnIPAMPoolPropsMixin.ProvisionedCidrProperty
Implements
CfnIPAMPoolPropsMixin.IProvisionedCidrProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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> .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ipampool-provisionedcidr.html

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> .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ipampool-provisionedcidr.html

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

string

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ipampool-provisionedcidr.html#cfn-ec2-ipampool-provisionedcidr-cidr

Implements

CfnIPAMPoolPropsMixin.IProvisionedCidrProperty
Back to top Generated by DocFX