Replicated virtual machine and vCenter appliance information
The VMware vSphere connector creates Inventory files using the SnowXML schema for each virtual machine. The following tables list the properties that are used in the SnowXML file and what information from VMware vSphere they are populated with.
Introduced in version 5.38, the vSphere connector also includes a full set of VM inventory data for the vCenter appliance.
Field in SnowXML | Field in VMware vSphere |
---|
BiosSerialNumber | VirtualMachine -> BiosSerialNumber |
HostName | VirtualMachine -> HostNameIdentification |
IsVirtual | Always set to "true" |
NumberOfProcessors | VirtualMachine -> (CpuCount / CoresPerSocket) (calculated column) |
Manufacturer | Always set to "VMWare inc" |
Source | Always set to "VSPHERE" |
DccName | VirtualMachine -> DataCenter |
HostMachine | VirtualMachine -> Host |
PowerState | VirtualMachine -> PowerState |
OverallStatus | VirtualMachine -> OverallStatus |
ID | VirtualMachine -> Name |
Field in SnowXML | Field in VMware vSphere |
---|
TotalPhysical | VirtualMachine -> Memory |
Field in SnowXML | Field in VMware vSphere |
---|
MacAddress | VirtualMachine -> nic -> MacAddress |
DhcpEnabled | VirtualMachine -> nic -> Dhcp |
IpAddress | VirtualMachine -> nic -> IpAddress |
Field in SnowXML | Field in VMware vSphere |
---|
ComputerName | VirtualMachine -> HostName |
Name | VirtualMachine -> GuestOsName |
CDKey | vCenter -> LicenseKey (vCenter appliance only) |
Field in SnowXML | Field in VMware vSphere |
---|
Name | VirtualMachine -> disk -> diskPath |
DiskSize | VirtualMachine -> disk -> capacity |
FreeSpace | VirtualMachine -> disk -> freespace |
Field in SnowXML | Field in VMware vSphere |
---|
NumberOfCores | VirtualMachine -> CpuCount |
NumberOfProcessors | VirtualMachine -> (CpuCount / CoresPerSocket) (calculated column) |