Skip to content

Datacenter

For VMware virtualization: holds vSphere datacenter information.

erDiagram
    VirtualizationManagementSystem ||--o{ Datacenter : "VirtualizationManagementSystemID"
    Datacenter ||--o{ Cluster : "DatacenterID"
    Datacenter ||--o{ VirtualMachine : "DatacenterID"

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 Unique identifier for the datacenter
ID numeric Internal ID for the Datacenter entity (Primary Key)
LastScan datetime Date/Time this datacenter was last scanned
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)

References

Column Name Referenced Table Description
VirtualizationManagementSystemID VirtualizationManagementSystem Source system for virtualization information. For VMware: corresponds to a vCenter.

Referenced by

Table Column Name Description
Cluster DatacenterID Cluster information
VirtualMachine DatacenterID Holds information for virtual machines. For Hyper-V specific columns see MSDN WMI Msvm_ComputerSystem class.