AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes a network interface.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.InstanceNetworkInterfaceSpecification

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class InstanceNetworkInterfaceSpecification

The InstanceNetworkInterfaceSpecification type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AssociateCarrierIpAddress System.Boolean

Gets and sets the property AssociateCarrierIpAddress.

Indicates whether to assign a carrier IP address to the network interface.

You can only assign a carrier IP address to a network interface that is in a subnet in a Wavelength Zone. For more information about carrier IP addresses, see Carrier IP address in the Amazon Web Services Wavelength Developer Guide.

Public Property AssociatePublicIpAddress System.Boolean

Gets and sets the property AssociatePublicIpAddress.

Indicates whether to assign a public IPv4 address to an instance you launch in a VPC. The public IP address can only be assigned to a network interface for eth0, and can only be assigned to a new network interface, not an existing one. You cannot specify more than one network interface in the request. If launching into a default subnet, the default value is true.

Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses associated with running instances and Elastic IP addresses. For more information, see the Public IPv4 Address tab on the Amazon VPC pricing page.

Public Property ConnectionTrackingSpecification Amazon.EC2.Model.ConnectionTrackingSpecificationRequest

Gets and sets the property ConnectionTrackingSpecification.

A security group connection tracking specification that enables you to set the timeout for connection tracking on an Elastic network interface. For more information, see Connection tracking timeouts in the Amazon Elastic Compute Cloud User Guide.

Public Property DeleteOnTermination System.Boolean

Gets and sets the property DeleteOnTermination.

If set to true, the interface is deleted when the instance is terminated. You can specify true only if creating a new network interface when launching an instance.

Public Property Description System.String

Gets and sets the property Description.

The description of the network interface. Applies only if creating a network interface when launching an instance.

Public Property DeviceIndex System.Int32

Gets and sets the property DeviceIndex.

The position of the network interface in the attachment order. A primary network interface has a device index of 0.

If you specify a network interface when launching an instance, you must specify the device index.

Public Property EnaSrdSpecification Amazon.EC2.Model.EnaSrdSpecificationRequest

Gets and sets the property EnaSrdSpecification.

Specifies the ENA Express settings for the network interface that's attached to the instance.

Public Property Groups System.Collections.Generic.List<System.String>

Gets and sets the property Groups.

The IDs of the security groups for the network interface. Applies only if creating a network interface when launching an instance.

Public Property InterfaceType System.String

Gets and sets the property InterfaceType.

The type of network interface.

Valid values: interface | efa

Public Property Ipv4PrefixCount System.Int32

Gets and sets the property Ipv4PrefixCount.

The number of IPv4 delegated prefixes to be automatically assigned to the network interface. You cannot use this option if you use the Ipv4Prefix option.

Public Property Ipv4Prefixes System.Collections.Generic.List<Amazon.EC2.Model.Ipv4PrefixSpecificationRequest>

Gets and sets the property Ipv4Prefixes.

The IPv4 delegated prefixes to be assigned to the network interface. You cannot use this option if you use the Ipv4PrefixCount option.

Public Property Ipv6AddressCount System.Int32

Gets and sets the property Ipv6AddressCount.

A number of IPv6 addresses to assign to the network interface. Amazon EC2 chooses the IPv6 addresses from the range of the subnet. You cannot specify this option and the option to assign specific IPv6 addresses in the same request. You can specify this option if you've specified a minimum number of instances to launch.

Public Property Ipv6Addresses System.Collections.Generic.List<Amazon.EC2.Model.InstanceIpv6Address>

Gets and sets the property Ipv6Addresses.

The IPv6 addresses to assign to the network interface. You cannot specify this option and the option to assign a number of IPv6 addresses in the same request. You cannot specify this option if you've specified a minimum number of instances to launch.

Public Property Ipv6PrefixCount System.Int32

Gets and sets the property Ipv6PrefixCount.

The number of IPv6 delegated prefixes to be automatically assigned to the network interface. You cannot use this option if you use the Ipv6Prefix option.

Public Property Ipv6Prefixes System.Collections.Generic.List<Amazon.EC2.Model.Ipv6PrefixSpecificationRequest>

Gets and sets the property Ipv6Prefixes.

The IPv6 delegated prefixes to be assigned to the network interface. You cannot use this option if you use the Ipv6PrefixCount option.

Public Property NetworkCardIndex System.Int32

Gets and sets the property NetworkCardIndex.

The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.

If you are using RequestSpotInstances to create Spot Instances, omit this parameter because you can’t specify the network card index when using this API. To specify the network card index, use RunInstances.

Public Property NetworkInterfaceId System.String

Gets and sets the property NetworkInterfaceId.

The ID of the network interface.

If you are creating a Spot Fleet, omit this parameter because you can’t specify a network interface ID in a launch specification.

Public Property PrimaryIpv6 System.Boolean

Gets and sets the property PrimaryIpv6.

The primary IPv6 address of the network interface. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information about primary IPv6 addresses, see RunInstances.

Public Property PrivateIpAddress System.String

Gets and sets the property PrivateIpAddress.

The private IPv4 address of the network interface. Applies only if creating a network interface when launching an instance. You cannot specify this option if you're launching more than one instance in a RunInstances request.

Public Property PrivateIpAddresses System.Collections.Generic.List<Amazon.EC2.Model.PrivateIpAddressSpecification>

Gets and sets the property PrivateIpAddresses.

The private IPv4 addresses to assign to the network interface. Only one private IPv4 address can be designated as primary. You cannot specify this option if you're launching more than one instance in a RunInstances request.

Public Property SecondaryPrivateIpAddressCount System.Int32

Gets and sets the property SecondaryPrivateIpAddressCount.

The number of secondary private IPv4 addresses. You can't specify this option and specify more than one private IP address using the private IP addresses option. You cannot specify this option if you're launching more than one instance in a RunInstances request.

Public Property SubnetId System.String

Gets and sets the property SubnetId.

The ID of the subnet associated with the network interface. Applies only if creating a network interface when launching an instance.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5