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.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class LaunchTemplateInstanceNetworkInterfaceSpecification
The LaunchTemplateInstanceNetworkInterfaceSpecification type exposes the following members
Name | Description | |
---|---|---|
![]() |
LaunchTemplateInstanceNetworkInterfaceSpecification() |
Name | Type | Description | |
---|---|---|---|
![]() |
AssociateCarrierIpAddress | System.Nullable<System.Boolean> |
Gets and sets the property AssociateCarrierIpAddress. Indicates whether to associate a Carrier IP address with eth0 for a new network interface. Use this option when you launch an instance in a Wavelength Zone and want to associate a Carrier IP address with the network interface. For more information about Carrier IP addresses, see Carrier IP address in the Wavelength Developer Guide. |
![]() |
AssociatePublicIpAddress | System.Nullable<System.Boolean> |
Gets and sets the property AssociatePublicIpAddress. Indicates whether to associate a public IPv4 address with eth0 for a new network interface. 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. |
![]() |
ConnectionTrackingSpecification | Amazon.EC2.Model.ConnectionTrackingSpecification |
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 Idle connection tracking timeout in the Amazon EC2 User Guide. |
![]() |
DeleteOnTermination | System.Nullable<System.Boolean> |
Gets and sets the property DeleteOnTermination. Indicates whether the network interface is deleted when the instance is terminated. |
![]() |
Description | System.String |
Gets and sets the property Description. A description for the network interface. |
![]() |
DeviceIndex | System.Nullable<System.Int32> |
Gets and sets the property DeviceIndex. The device index for the network interface attachment. |
![]() |
EnaQueueCount | System.Nullable<System.Int32> |
Gets and sets the property EnaQueueCount. The number of ENA queues created with the instance. |
![]() |
EnaSrdSpecification | Amazon.EC2.Model.LaunchTemplateEnaSrdSpecification |
Gets and sets the property EnaSrdSpecification. Contains the ENA Express settings for instances launched from your launch template. |
![]() |
Groups | System.Collections.Generic.List<System.String> |
Gets and sets the property Groups. The IDs of one or more security groups. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
InterfaceType | System.String |
Gets and sets the property InterfaceType. The type of network interface. |
![]() |
Ipv4PrefixCount | System.Nullable<System.Int32> |
Gets and sets the property Ipv4PrefixCount. The number of IPv4 prefixes that Amazon Web Services automatically assigned to the network interface. |
![]() |
Ipv4Prefixes | System.Collections.Generic.List<Amazon.EC2.Model.Ipv4PrefixSpecificationResponse> |
Gets and sets the property Ipv4Prefixes. One or more IPv4 prefixes assigned to the network interface. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
Ipv6AddressCount | System.Nullable<System.Int32> |
Gets and sets the property Ipv6AddressCount. The number of IPv6 addresses for the network interface. |
![]() |
Ipv6Addresses | System.Collections.Generic.List<Amazon.EC2.Model.InstanceIpv6Address> |
Gets and sets the property Ipv6Addresses. The IPv6 addresses for the network interface. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
Ipv6PrefixCount | System.Nullable<System.Int32> |
Gets and sets the property Ipv6PrefixCount. The number of IPv6 prefixes that Amazon Web Services automatically assigned to the network interface. |
![]() |
Ipv6Prefixes | System.Collections.Generic.List<Amazon.EC2.Model.Ipv6PrefixSpecificationResponse> |
Gets and sets the property Ipv6Prefixes. One or more IPv6 prefixes assigned to the network interface. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
NetworkCardIndex | System.Nullable<System.Int32> |
Gets and sets the property NetworkCardIndex. The index of the network card. |
![]() |
NetworkInterfaceId | System.String |
Gets and sets the property NetworkInterfaceId. The ID of the network interface. |
![]() |
PrimaryIpv6 | System.Nullable<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. |
![]() |
PrivateIpAddress | System.String |
Gets and sets the property PrivateIpAddress. The primary private IPv4 address of the network interface. |
![]() |
PrivateIpAddresses | System.Collections.Generic.List<Amazon.EC2.Model.PrivateIpAddressSpecification> |
Gets and sets the property PrivateIpAddresses. One or more private IPv4 addresses. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
SecondaryPrivateIpAddressCount | System.Nullable<System.Int32> |
Gets and sets the property SecondaryPrivateIpAddressCount. The number of secondary private IPv4 addresses for the network interface. |
![]() |
SubnetId | System.String |
Gets and sets the property SubnetId. The ID of the subnet for the network interface. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer