#include <UserAccount.h>
Public Attributes | |
| int | userAccountId |
| ID of the account. | |
| char | adminPassword [32+1] |
| md5 hash of the admin password | |
| char | updatePassword [32+1] |
| md5 hash of the update password | |
| char | contactName [64+1] |
| contact name | |
| char | contactEmail [64+1] |
| contact email | |
| char | arch [16+1] |
| computer architecture of host | |
| char | os [16+1] |
| operating system used on host | |
| int | hostStatus |
| host has statically assigned IP address | |
| char | fqdn [MAX_FQDN_LENGTH] |
| fqdn of the account | |
| char | ipAddress [MAX_ADDR_LENGTH] |
| current IP address | |
This has the same format as the database table.
1.4.4