Class CfnNetworkInterface.Ipv6PrefixSpecificationProperty
Describes the IPv6 prefix.
Inheritance
System.Object
CfnNetworkInterface.Ipv6PrefixSpecificationProperty
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class Ipv6PrefixSpecificationProperty : Object, CfnNetworkInterface.IIpv6PrefixSpecificationProperty
Syntax (vb)
Public Class Ipv6PrefixSpecificationProperty
Inherits Object
Implements CfnNetworkInterface.IIpv6PrefixSpecificationProperty
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.EC2;
var ipv6PrefixSpecificationProperty = new Ipv6PrefixSpecificationProperty {
Ipv6Prefix = "ipv6Prefix"
};
Synopsis
Constructors
Ipv6PrefixSpecificationProperty() |
Properties
Ipv6Prefix | The IPv6 prefix. |
Constructors
Ipv6PrefixSpecificationProperty()
public Ipv6PrefixSpecificationProperty()
Properties
Ipv6Prefix
The IPv6 prefix.
public string Ipv6Prefix { get; set; }
Property Value
System.String
Remarks
For information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide .