Class CfnNetwork.IpPoolProperty
IP address cidr pool.
Inheritance
System.Object
CfnNetwork.IpPoolProperty
Implements
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class IpPoolProperty : Object, CfnNetwork.IIpPoolProperty
Syntax (vb)
Public Class IpPoolProperty
Inherits Object
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() |
Properties
Cidr | IP address cidr pool. |
Constructors
IpPoolProperty()
public IpPoolProperty()
Properties
Cidr
IP address cidr pool.
public string Cidr { get; set; }
Property Value
System.String