Amazon Elastic Compute Cloud
API Reference (API Version 2013-02-01)
« PreviousNext »
View the PDF for this guide.Go to the AWS Discussion Forum for this product.Did this page help you?  Yes | No |  Tell us about it...

InstanceNetworkInterfaceSetItemRequestType

Describes a network interface.

Ancestors

  • InstanceNetworkInterfaceSetRequestType

Relevant Operations

Contents

networkInterfaceId

The ID of the network interface.

Type: String

deviceIndex

Required. The index of the device on the instance for the network interface attachment.

Type: Integer

subnetId

The ID of the subnet associated with the network string.

Type: String

description

The description of the network interface.

Type: String

privateIpAddress

The private IP address of the network interface.

Type: String

groupSet

The group IDs for use by the network interface.

Type: SecurityGroupIdSetItemType

deleteOnTermination

If set to true, the interface is deleted when the instance is terminated.

Type: Boolean

privateIpAddressesSet

The list of IP addresses to assign to the network interface.

Type: PrivateIpAddressesSetItemRequestType

secondaryPrivateIpAddressCount

The number of secondary private IP addresses. You cannot specify this option with privateIpAddressSet.

Type: Integer