CreateNetworkInterface

GET /?Action=CreateNetworkInterface
Description

Creates an FNI in the specified subnet.

Body parameter

Required: false
Name: CreateNetworkInterfaceRequest

Name Description Required Schema Default Example

Description

A description for the FNI. This description can contain any Unicode character, with no length limit.

false

string

DryRun

If set to true, checks whether you have the required permissions to perform the action.

false

boolean

Groups

One or more IDs of security groups for the FNI.

false

string

PrivateIpAddress

The primary private IP address for the FNI.
- This IP address must be within the IP address range of the subnet that you specified with the subnet-id attribute.
- If you do not specify this attribute, a random private IP address is selected within the IP address range of the subnet.

false

string

SubnetId

The ID of the subnet in which you want to create the FNI.

true

string

Responses
HTTP Code 200
HTTP Code Description Schema

200

CreateNetworkInterfaceResult

Response 200

Response 200

Name Description Required Schema Default Example

networkInterface

Information about the newly created FNI.

false

NetworkInterface