vcenter cluster: create spec
The
create_spec
structure defines the information used to create a cluster. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.Representation:
{
"parent" : "obj-103",
"name" : "string"
}
"parent" : "obj-103",
"name" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
name | string | The name of the cluster to be created. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
parent | string | Identifier of the folder in which the new cluster is to be created. The folder must support vSphere compute resource as child entity. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: Folder . When operations return a value of this structure as a result, the field will be an identifier for the resource type: Folder . |