Datacenter¶
For VMware virtualization: holds vSphere datacenter information.
Fields¶
| Field | Type | Description |
|---|---|---|
| Created | datetime2 | Date/Time this datacenter object was created in the database |
| CreatedGUID | uniqueidentifier | GUID of the scan file that created this datacenter |
| Guid | uniqueidentifier | |
| ID | bigint | Internal ID for the Datacenter entity (Primary Key) |
| LastScan | datetime | Date/Time this datacenter got scanned last |
| LastScanGUID | uniqueidentifier | GUID of the last scan file for this datacenter |
| MoRef | nvarchar | VMWare managed object ID of this datacenter, relative to VCenter - or VirtualizationManagementSystem in the database. |
| Name | nvarchar | Name of the datacenter |
| Notes | nvarchar | Notes |
| ServiceNowLastExport | datetime2 | Date/Time of last export to ServiceNow |
| ServiceNowLastImport | datetime2 | Date/Time of last import from ServiceNow |
| ServiceNowSysID | uniqueidentifier | ServiceNow: sys_id of the replicated object |
| ServiceNowTargetClass | nvarchar | ServiceNow: class of the replicated object |
| VirtualizationManagementSystemID | bigint | Internal ID that references the VirtualizationManagementSystem entity (Foreign Key) |