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