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

InlineAwsEsxHost1

Properties

array of EniInfo
eni_list Optional

Information of the x-eni created.


array of SddcPublicIp
internal_public_ip_pool Optional

integer as int32
partition_number Optional

Partition number alloted to host.


xeni_info Optional

This class represent a mapping between eniId created on customer account to the associationId and trunkEniId of ESX.

JSON Example

{
	"eni_list": [
		{
			"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"
		}
	],
	"internal_public_ip_pool": [
		{
			"allocation_id": "string",
			"associated_private_ip": "string",
			"dnat_rule_id": "string",
			"name": "string",
			"public_ip": "string",
			"snat_rule_id": "string"
		}
	],
	"partition_number": 0,
	"xeni_info": {
		"association_id": "string",
		"trunk_eni_id": "string",
		"x_eni_id": "string"
	}
}
[{"label":"Latest (v1.1)","version":"latest"}]
vmc
Used By

AwsEsxHost

Feedback

Was this page helpful?