Brocade Communications Systems IP250 Network Hardware User Manual


  Open as PDF
of 1753
 
Brocade Network Advisor IP User Manual 1591
53-1003056-01
Database tables and fields
I
MANAGED_ELEMENT_ID A foreign key referencing
MANAGED_ELEMENT(ID).
int
FAULT_MONITORING_ST
ATE
Flag to indicate whether fault monitoring is
registered or not for a VM Host. Possible values
are:
1.Not registered
2.Registered (Default)
smallint
NAME The name of the VCenter. varchar 64
UUID Unique identifier for vCenter server instance. varchar 64
TABLE 489 VM_VCENTER_MEMBER
Field Definition Format Size
ID Unique generated database identifier. serial
HOST_NAME Hostname of VM host. varchar 256
IP_ADDRESS IP address of VM host. varchar 128
STATUS Discovery status of VM host. This can be one of
the following: 1. Discovery Pending 2. Excluded
3. Conflict - Existing Host 4. Disconnected 5.Not
responding.
smallint
REASON In case the status is 3 (Conflict - Existing host)
then this field will be used to persist the
hostname for conflicting user defined host.
varchar 1024
VM_VCENTER_ID Id of the vCenter server managing this host. int
VM_HOST_ID Foreign Key to the vm_host table. int
TABLE 490 VM_VIRTUAL_ETHERNET_ADAPTER
Field Definition Format Size
ID Unique generated database identifier. serial
DISPLAY_LABEL Display label for the virtual ethernet adapter. varchar 256
DISPLAY_SUMMARY Summary description. varchar 256
KEY This property is a unique key that distinguishes
this device from other devices in the same
virtual machine. Keys are immutable but may
be recycled; that is, a key does not change as
long as the device is associated with a
particular virtual machine. However, once a
device is removed, its key may be used when
another device is added.
int
TABLE 488 VM_VCENTER (Continued)
Field Definition Format Size