Cluster EVC Manager Configure Evc Mode Task
Set the EVC mode.
If EVC is currently disabled, then this will enable EVC. The parameter must specify a key to one of the EVC modes listed in the supportedEVCMode array property. If there are no modes listed there, then EVC may not currently be enabled; reference the other properties in ClusterEVCManagerEVCState to determine what conditions are blocking EVC.
Required privileges: Host.Inventory.EditCluster
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case ClusterEVCManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
{
"evcModeKey": "string",
"evcGraphicsModeKey": "string"
}
A key referencing the desired EVC mode.
A key referencing the desired EVC Graphics mode Capability.supportedEVCGraphicsMode.
Since: vSphere API Release 7.0.1.0
OK
{
"_typeName": "string",
"type": "string",
"value": "string"
}
EVCConfigFault: if configuring EVC failed. Typically, a more specific subclass is thrown.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
],
"faults": [
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
]
}
The faults that caused this EVC test to fail, such as FeatureRequirementsNotMet faults.