Show / Hide Table of Contents

Class CfnNetworkInterface.InstanceIpv6AddressProperty

Describes the IPv6 addresses to associate with the network interface.

Inheritance
System.Object
CfnNetworkInterface.InstanceIpv6AddressProperty
Implements
CfnNetworkInterface.IInstanceIpv6AddressProperty
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public class InstanceIpv6AddressProperty : Object, CfnNetworkInterface.IInstanceIpv6AddressProperty
Syntax (vb)
Public Class InstanceIpv6AddressProperty
    Inherits Object
    Implements CfnNetworkInterface.IInstanceIpv6AddressProperty
Remarks

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

InstanceIpv6AddressProperty instanceIpv6AddressProperty = new InstanceIpv6AddressProperty {
    Ipv6Address = "ipv6Address"
};

Synopsis

Constructors

InstanceIpv6AddressProperty()

Properties

Ipv6Address

An IPv6 address to associate with the network interface.

Constructors

InstanceIpv6AddressProperty()

public InstanceIpv6AddressProperty()

Properties

Ipv6Address

An IPv6 address to associate with the network interface.

public string Ipv6Address { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-instanceipv6address.html#cfn-ec2-networkinterface-instanceipv6address-ipv6address

Implements

CfnNetworkInterface.IInstanceIpv6AddressProperty
Back to top Generated by DocFX