Create Pvdc Compute Policy Deprecated
DescriptionCreates a new pVDC compute policy
Request
URLURL
Request Body
{
"name": "string"
}
Display name.
UUID for pVDC compute policy. This is immutable.
This field cannot be updated and is a read-only field after creation.
This field cannot be updated and is a read-only field in the client after creation. Deprecated in Api 33.0, this property will be removed in future release.
List of list of vmGroups grouped together in a meaningful manner. A group of vmGroups would consist of one functionally equal vmGroup picked from each cluster of the pvdc.
URN for Provider VDC. If not provided, then this policy is considered Global.
Authentication
Response
Response BodyResponse Body
201 Created
{
"description": "string",
"id": "string",
"logicalVmGroupReferences": [
{
"id": "string",
"name": "string"
}
],
"name": "string",
"namedVmGroupReferences": [
{
"id": "string",
"name": "string"
}
],
"namedVmGroups": [
{
"id": "string",
"name": "string"
}
],
"pvdcId": "string"
}
Display name.
UUID for pVDC compute policy. This is immutable.
This field cannot be updated and is a read-only field after creation.
This field cannot be updated and is a read-only field in the client after creation. Deprecated in Api 33.0, this property will be removed in future release.
List of list of vmGroups grouped together in a meaningful manner. A group of vmGroups would consist of one functionally equal vmGroup picked from each cluster of the pvdc.
URN for Provider VDC. If not provided, then this policy is considered Global.
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
Availability
With alternative: 2.0.0 version of API