ApplyEvcModeVMRequestType
ApplyEvcModeVMRequestType
The parameters of ApplyEvcModeVM_Task.
JSON Example
{
"mask": [
{
"_typeName": "string",
"key": "string",
"featureName": "string",
"value": "string"
}
],
"completeMasks": false
}
array of HostFeatureMask
mask
Optional
The feature masks to apply to the virtual machine. An empty set of masks will clear EVC settings.
boolean
completeMasks
Optional
Defaults to true if not set. A true value implies that any unspecified feature will not be exposed to the guest. A false value will expose any unspecified feature to the guest with the value of the host.