[{"label":"Latest (v1.1)","version":"latest"}]
vmc

EniInfo

Information of the x-eni created.


Properties

string
association_id Optional

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


string
attachment_id Optional

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


int
device_index Optional

index of eni device..


string
id Optional

Interface ID.


string
instance_id Optional

Id of the instance to be attached.


string
mac_address Optional

Mac address of nic.


string
portgroup Optional

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


string
private_ip Optional

Private ip of eni.


array of string
public_ips Optional

public ips to be associated with the secondary private ips.


array of string
secondary_ips Optional

secondary private ips to be assigned.


string
security_group_id Optional

Security Group of Eni.


boolean
source_dest_check_false Optional

Whether to set sourceDestCheck as false..


string
subnet_id Optional

Subnet it belongs to.


string
vmk_id Optional

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

JSON Example

{
	"association_id": "string",
	"attachment_id": "string",
	"id": "string",
	"instance_id": "string",
	"mac_address": "string",
	"portgroup": "string",
	"private_ip": "string",
	"public_ips": [
		"string"
	],
	"secondary_ips": [
		"string"
	],
	"security_group_id": "string",
	"source_dest_check_false": false,
	"subnet_id": "string",
	"vmk_id": "string"
}
[{"label":"Latest (v1.1)","version":"latest"}]
vmc
Property Of

InlineAwsEsxHost1
InlineAwsWitnessEsx1
PopAgentXeniConnection
VpcInfo

Feedback

Was this page helpful?