Polymorph
The following values are possible for this polymorph value.
| Option | Description |
|---|---|
|
VirtualMachine |
VirtualMachine |
|
VirtualMachineGroup |
VirtualMachineGroup |
|
Tag |
Tag |
When you a polymorph is returned, it will be returned as an object containing the type along with the values for the object shown above. For example:
{
"type":"VirtualMachine",
"value": {
... Fields for the object shown above...
}
}