Show / Hide Table of Contents

Class CfnNetwork.IpPoolProperty

IP address cidr pool.

Inheritance
object
CfnNetwork.IpPoolProperty
Implements
CfnNetwork.IIpPoolProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnNetwork.IpPoolProperty : CfnNetwork.IIpPoolProperty
Syntax (vb)
Public Class CfnNetwork.IpPoolProperty Implements CfnNetwork.IIpPoolProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-network-ippool.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.AWS.MediaLive;

             var ipPoolProperty = new IpPoolProperty {
                 Cidr = "cidr"
             };

Synopsis

Constructors

IpPoolProperty()

IP address cidr pool.

Properties

Cidr

IP address cidr pool.

Constructors

IpPoolProperty()

IP address cidr pool.

public IpPoolProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-network-ippool.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.AWS.MediaLive;

             var ipPoolProperty = new IpPoolProperty {
                 Cidr = "cidr"
             };

Properties

Cidr

IP address cidr pool.

public string? Cidr { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-network-ippool.html#cfn-medialive-network-ippool-cidr

Implements

CfnNetwork.IIpPoolProperty
Back to top Generated by DocFX