[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api

InlineBaseVirtualMachine1

Properties

string
default_gateway Optional

Default gateway IP of the VM


array of RuleSet
destination_firewall_rules Optional

array of IpV4Address
ip_addresses Optional

array of Reference
ip_sets Optional

array of Reference
security_groups Optional

array of RuleSet
source_firewall_rules Optional

array of string
tag_key_values Optional

array of string
tag_keys Optional

string
vm_UUID Optional

UUID of the VM


array of Reference
vnics Optional

JSON Example

{
	"default_gateway": "string",
	"destination_firewall_rules": [
		{
			"firewall": {
				"entity_id": "string",
				"entity_type": "VirtualMachine"
			},
			"rule_set_type": "NSX_STANDARD",
			"rules": [
				{
					"entity_id": "string",
					"entity_type": "VirtualMachine"
				}
			]
		}
	],
	"ip_addresses": [
		{
			"ip_address": "string",
			"netmask": "string",
			"network_address": "string"
		}
	],
	"ip_sets": [
		{
			"entity_id": "string",
			"entity_type": "VirtualMachine"
		}
	],
	"security_groups": [
		{
			"entity_id": "string",
			"entity_type": "VirtualMachine"
		}
	],
	"source_firewall_rules": [
		{
			"firewall": {
				"entity_id": "string",
				"entity_type": "VirtualMachine"
			},
			"rule_set_type": "NSX_STANDARD",
			"rules": [
				{
					"entity_id": "string",
					"entity_type": "VirtualMachine"
				}
			]
		}
	],
	"tag_key_values": [
		"string"
	],
	"tag_keys": [
		"string"
	],
	"vm_UUID": "string",
	"vnics": [
		{
			"entity_id": "string",
			"entity_type": "VirtualMachine"
		}
	]
}
[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Used By

BaseVirtualMachine

Feedback

Was this page helpful?