EniInfo

EniInfo
EniInfo

Information of the x-eni created.

JSON Example
{
    "secondary_ips": [
        "string"
    ],
    "attachment_id": "string",
    "association_id": "string",
    "vmk_id": "string",
    "security_group_id": "string",
    "instance_id": "string",
    "subnet_id": "string",
    "public_ips": [
        "string"
    ],
    "private_ip": "string",
    "mac_address": "string",
    "source_dest_check_false": false,
    "portgroup": "string",
    "id": "string"
}
array of string
secondary_ips
Optional

secondary private ips to be assigned.

string
attachment_id
Optional

Id of the attachment, it is used to detach eni from instance.

string
association_id
Optional

Id of the association for branch ENI, it is used to disassociate branch eni from trunk eni.

string
vmk_id
Optional

The vmknic id or null if the ENI does not mapped to a vmknic.

int
device_index
Optional

index of eni device..

string
security_group_id
Optional

Security Group of Eni.

string
instance_id
Optional

Id of the instance to be attached.

string
subnet_id
Optional

Subnet it belongs to.

array of string
public_ips
Optional

public ips to be associated with the secondary private ips.

string
private_ip
Optional

Private ip of eni.

string
mac_address
Optional

Mac address of nic.

boolean
source_dest_check_false
Optional

Whether to set sourceDestCheck as false..

string
portgroup
Optional

The portgroup name or null if the ENI does not mapped to a portgroup.

string
id
Optional

Interface ID.