EnvironmentBrowserConfigOptionQuerySpec
EnvironmentBrowserConfigOptionQuerySpec
Represent search criteria and filters on a VirtualMachineConfigOption object.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"key": "string",
"host": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"guestId": [
"string"
]
}
string
key
Optional
The key found in the VirtualMachineConfigOptionDescriptor, obtained by invoking the QueryConfigOptionDescriptor operation.
array of string
guestId
Optional
The Guest OS IDs whose VirtualMachineConfigOption is requested GuestOsIdentifier