Class CfnNetwork.IpPoolProperty
IP address cidr pool.
Implements
Inherited Members
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
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
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; }