NetworkInterfaceSpecification

NetworkInterfaceSpecification
NetworkInterfaceSpecification

Specification for attaching nic to machine

JSON Example
{
    "addresses": [
        "string"
    ],
    "securityGroupIds": [
        "string"
    ],
    "name": "string",
    "description": "string",
    "networkId": "dcd9",
    "deviceIndex": 1
}
array of string
addresses
Optional

A list of IP addresses allocated or in use by this network interface.

object
customProperties
Optional

Additional properties that may be used to extend the base type.

array of string
securityGroupIds
Optional

A list of security group ids which this network interface will be assigned to.

string
name
Optional

A human-friendly name used as an identifier in APIs that support this option.

string
description
Optional

A human-friendly description.

string
networkId
Required

Id of the network instance that this network interface plugs into.

integer As int32 As int32
deviceIndex
Optional

The device index of this network interface.