EniInfo
Information of the x-eni created.
{
"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"
}
secondary private ips to be assigned.
Id of the attachment, it is used to detach eni from instance.
Id of the association for branch ENI, it is used to disassociate branch eni from trunk eni.
The vmknic id or null if the ENI does not mapped to a vmknic.
index of eni device..
Security Group of Eni.
Id of the instance to be attached.
Subnet it belongs to.
public ips to be associated with the secondary private ips.
Private ip of eni.
Mac address of nic.
Whether to set sourceDestCheck as false..
The portgroup name or null if the ENI does not mapped to a portgroup.
Interface ID.