Show / Hide Table of Contents

Class CfnNetworkInterfacePropsMixin.Ipv6PrefixSpecificationProperty

Describes the IPv6 prefix.

Inheritance
object
CfnNetworkInterfacePropsMixin.Ipv6PrefixSpecificationProperty
Implements
CfnNetworkInterfacePropsMixin.IIpv6PrefixSpecificationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnNetworkInterfacePropsMixin.Ipv6PrefixSpecificationProperty : CfnNetworkInterfacePropsMixin.IIpv6PrefixSpecificationProperty
Syntax (vb)
Public Class CfnNetworkInterfacePropsMixin.Ipv6PrefixSpecificationProperty Implements CfnNetworkInterfacePropsMixin.IIpv6PrefixSpecificationProperty
Remarks

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

             var ipv6PrefixSpecificationProperty = new Ipv6PrefixSpecificationProperty {
                 Ipv6Prefix = "ipv6Prefix"
             };

Synopsis

Constructors

Ipv6PrefixSpecificationProperty()

Describes the IPv6 prefix.

Properties

Ipv6Prefix

The IPv6 prefix.

Constructors

Ipv6PrefixSpecificationProperty()

Describes the IPv6 prefix.

public Ipv6PrefixSpecificationProperty()
Remarks

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

             var ipv6PrefixSpecificationProperty = new Ipv6PrefixSpecificationProperty {
                 Ipv6Prefix = "ipv6Prefix"
             };

Properties

Ipv6Prefix

The IPv6 prefix.

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

string

Remarks

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

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

Implements

CfnNetworkInterfacePropsMixin.IIpv6PrefixSpecificationProperty
Back to top Generated by DocFX