NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
ComputeCollection (schema)
Compute Collection
Represents a compute collection discovered from a registered Compute Manager (e.g., a
vCenter cluster or resource pool).
| Name | Description | Type | Notes |
|---|---|---|---|
| _last_sync_time | Timestamp of last modification | EpochMsTimestamp | Readonly Sortable |
| _links | References related to this resource The server will populate this field when returing the resource. Ignored on PUT and POST. |
array of ResourceLink | Readonly |
| _schema | Schema for this resource | string | Readonly |
| _self | Link to this resource | SelfResourceLink | Readonly |
| cm_local_id | Local Id of the compute collection in the Compute Manager | string | Required Readonly |
| datacenter_external_id | Datacenter external id of the compute collection in the Compute Manager | string | Readonly |
| description | Description of this resource | string | Maximum length: 1024 Sortable |
| display_name | Identifier to use when displaying entity in logs or GUI Defaults to ID if not set |
string | Maximum length: 255 Sortable |
| dpu_config | Configuration of homogeneous cluster Specifies property related to cluster homogeneity for SmartNic |
ClusterDpuConfig | Readonly |
| external_id | External ID of the ComputeCollection in the source Compute manager, e.g. mo-ref in VC | string | Required Readonly |
| host_groups | Host groups List of host groups for a cluster |
array of ClusterHostGroup | Readonly |
| origin_id | Id of the compute manager from where this Compute Collection was discovered | string | Required Readonly |
| origin_properties | Key-Value map of additional specific properties of compute collection in the Compute Manager | array of KeyValuePair | Readonly |
| origin_type | Origin Type of the Compute Collection Identifies the type of compute collection as reported by the Compute Manager. VC_Cluster represents a vSphere cluster. VC_ResourcePool represents a vSphere resource pool. The "VC_" prefix denotes that the collection originates from a vCenter Compute Manager. |
string | Required Readonly |
| owner_id | Id of the owner of compute collection in the Compute Manager | string | Readonly |
| owner_nsx | NSX ownership of the Compute Collection Identifies which NSX instance has prepared this Compute Collection. SELF - this NSX instance has prepared the Compute Collection. OTHER - another NSX instance has prepared the Compute Collection. MULTIPLE - multiple NSX instances attempted to prepare this Compute Collection simultaneously. NONE - no NSX instance has prepared this Compute Collection. |
string | Readonly Enum: SELF, OTHER, MULTIPLE, NONE |
| resource_type | Must be set to the value ComputeCollection | string | Required |
| scope | List of scopes for discovered resource Specifies list of scope of discovered resource. e.g. if VHC path is associated with principal identity, who owns the discovered resource, then scope id will be VHC path and scope type will be VHC. |
array of DiscoveredResourceScope | |
| tags | Opaque identifiers meaningful to the API user | array of Tag | Maximum items: 30 |