ComputeCollection
Properties
Timestamp of last modification
The server will populate this field when returing the resource. Ignored on PUT and POST.
Schema for this resource
Local Id of the compute collection in the Compute Manager
Description of this resource
Defaults to ID if not set
External ID of the ComputeCollection in the source Compute manager, e.g. mo-ref in VC
Id of the compute manager from where this Compute Collection was discovered
Key-Value map of additional specific properties of compute collection in the Compute Manager
ComputeCollection type like VC_Cluster. Here the Compute Manager type prefix would help in differentiating similar named Compute Collection types from different Compute Managers
Id of the owner of compute collection in the Compute Manager
The type of this resource.
JSON Example
{
"_last_sync_time": 0,
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {
"action": "string",
"href": "string",
"rel": "string"
},
"cm_local_id": "string",
"description": "string",
"display_name": "string",
"external_id": "string",
"origin_id": "string",
"origin_properties": [
{
"key": "string",
"value": "string"
}
],
"origin_type": "string",
"owner_id": "string",
"resource_type": "string",
"tags": [
{
"scope": "string",
"tag": "string"
}
]
}