/AWS1/CL_DMGDATABASESHORTINF00¶
Describes a database in a Fleet Advisor collector inventory.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_databaseid TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING¶
The ID of a database in a Fleet Advisor collector inventory.
iv_databasename TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING¶
The name of a database in a Fleet Advisor collector inventory.
iv_databaseipaddress TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING¶
The IP address of a database in a Fleet Advisor collector inventory.
iv_databaseengine TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING¶
The database engine of a database in a Fleet Advisor collector inventory, for example
PostgreSQL.
Queryable Attributes¶
DatabaseId¶
The ID of a database in a Fleet Advisor collector inventory.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATABASEID() |
Getter for DATABASEID, with configurable default |
ASK_DATABASEID() |
Getter for DATABASEID w/ exceptions if field has no value |
HAS_DATABASEID() |
Determine if DATABASEID has a value |
DatabaseName¶
The name of a database in a Fleet Advisor collector inventory.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATABASENAME() |
Getter for DATABASENAME, with configurable default |
ASK_DATABASENAME() |
Getter for DATABASENAME w/ exceptions if field has no value |
HAS_DATABASENAME() |
Determine if DATABASENAME has a value |
DatabaseIpAddress¶
The IP address of a database in a Fleet Advisor collector inventory.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATABASEIPADDRESS() |
Getter for DATABASEIPADDRESS, with configurable default |
ASK_DATABASEIPADDRESS() |
Getter for DATABASEIPADDRESS w/ exceptions if field has no v |
HAS_DATABASEIPADDRESS() |
Determine if DATABASEIPADDRESS has a value |
DatabaseEngine¶
The database engine of a database in a Fleet Advisor collector inventory, for example
PostgreSQL.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATABASEENGINE() |
Getter for DATABASEENGINE, with configurable default |
ASK_DATABASEENGINE() |
Getter for DATABASEENGINE w/ exceptions if field has no valu |
HAS_DATABASEENGINE() |
Determine if DATABASEENGINE has a value |