Show / Hide Table of Contents

Class CfnNetworkInterface.Ipv4PrefixSpecificationProperty

Describes an IPv4 prefix.

Inheritance
object
CfnNetworkInterface.Ipv4PrefixSpecificationProperty
Implements
CfnNetworkInterface.IIpv4PrefixSpecificationProperty
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.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnNetworkInterface.Ipv4PrefixSpecificationProperty : CfnNetworkInterface.IIpv4PrefixSpecificationProperty
Syntax (vb)
Public Class CfnNetworkInterface.Ipv4PrefixSpecificationProperty Implements CfnNetworkInterface.IIpv4PrefixSpecificationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-ipv4prefixspecification.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.EC2;

             var ipv4PrefixSpecificationProperty = new Ipv4PrefixSpecificationProperty {
                 Ipv4Prefix = "ipv4Prefix"
             };

Synopsis

Constructors

Ipv4PrefixSpecificationProperty()

Describes an IPv4 prefix.

Properties

Ipv4Prefix

The IPv4 prefix.

Constructors

Ipv4PrefixSpecificationProperty()

Describes an IPv4 prefix.

public Ipv4PrefixSpecificationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-ipv4prefixspecification.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.EC2;

             var ipv4PrefixSpecificationProperty = new Ipv4PrefixSpecificationProperty {
                 Ipv4Prefix = "ipv4Prefix"
             };

Properties

Ipv4Prefix

The IPv4 prefix.

public string Ipv4Prefix { get; set; }
Property Value

string

Remarks

For information, see Assigning prefixes to network interfaces in the Amazon EC2 User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-ipv4prefixspecification.html#cfn-ec2-networkinterface-ipv4prefixspecification-ipv4prefix

Implements

CfnNetworkInterface.IIpv4PrefixSpecificationProperty
Back to top Generated by DocFX