NetworkInterfaceSpecification
NetworkInterfaceSpecification
Specification for attaching nic to machine
JSON Example
{
"name": "string",
"description": "string",
"deviceIndex": 1,
"networkId": "dcd9",
"addresses": [
"string"
],
"securityGroupIds": [
"string"
]
}
string
name
Required
A human-friendly name used as an identifier in APIs that support this option.
string
description
Optional
A human-friendly description.
integer As int32 As int32
deviceIndex
Optional
The device index of this network interface.
string
networkId
Required
Id of the network instance that this network interface plugs into.
array of string
addresses
Optional
A list of IP addresses allocated or in use by this network interface.
array of string
securityGroupIds
Optional
A list of security group ids which this network interface will be assigned to.
object
customProperties
Optional
Additional properties that may be used to extend the base type.