Update VDC Max Compute Policy
DescriptionUpdates Max Compute Policy of the vDC. Returns 400 if policy type is not VdcVmPolicy.
Request
URLURL
Path Parameters
Path Parameters
Request Body
{
"name": "string",
"policyType": "string"
}
The discriminator type is used to differentiate among various sub policy types.
Display name.
UUID for vDC compute policy. This is immutable.
It is a read-only field. It indicates whether the policy is auto-generated.
This field cannot be updated and is a read-only field in the client after creation. It defines whether the policy is SIZING_ONLY or if it also contains affinity information.
A list of read-only compatible vDC types for this policy.
This field cannot be updated and is a read-only field in the client after creation.
URN for Provider vDC.
Authentication
Response
Response BodyResponse Body
{
"compatibleVdcTypes": [
"string"
],
"description": "string",
"id": "string",
"isAutoGenerated": false,
"isSizingOnly": false,
"name": "string",
"policyType": "string",
"pvdcComputePolicy": {
"id": "string",
"name": "string"
},
"pvdcId": "string"
}
The discriminator type is used to differentiate among various sub policy types.
Display name.
UUID for vDC compute policy. This is immutable.
It is a read-only field. It indicates whether the policy is auto-generated.
This field cannot be updated and is a read-only field in the client after creation. It defines whether the policy is SIZING_ONLY or if it also contains affinity information.
A list of read-only compatible vDC types for this policy.
This field cannot be updated and is a read-only field in the client after creation.
URN for Provider vDC.