[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

VirtualMachineTagsUpdate

List of tags applied to the virtual machine. Based on the enforcement point, the virtual_machine_id will be different. It could be an external id for NSX T or a moid for NSX V


Properties

array of Tag
tags Required

List of tags to be applied on the virtual machine


string
virtual_machine_id Required

The identifier that is used in the enforcement point that uniquely identifies the virtual machine. In case of NSXT it would be the value of the external_id of the virtual machine.

JSON Example

{
	"tags": [
		{}
	],
	"virtual_machine_id": "string"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: PolicyRealizedState
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Parameter To

Apply Tags To Enforcement Point VM

Feedback

Was this page helpful?