Skip to content

/AWS1/CL_DMGDATABASERESPONSE

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_ipaddress TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The IP address of a database in a Fleet Advisor collector inventory.

iv_numberofschemas TYPE /AWS1/DMGLONGOPTIONAL /AWS1/DMGLONGOPTIONAL

The number of schemas in a Fleet Advisor collector inventory database.

io_server TYPE REF TO /AWS1/CL_DMGSERVERSHORTINFORSP /AWS1/CL_DMGSERVERSHORTINFORSP

The server name of a database in a Fleet Advisor collector inventory.

io_softwaredetails TYPE REF TO /AWS1/CL_DMGDATABASEINSTSOFT00 /AWS1/CL_DMGDATABASEINSTSOFT00

The software details of a database in a Fleet Advisor collector inventory, such as database engine and version.

it_collectors TYPE /AWS1/CL_DMGCOLLECTORSHORTIN00=>TT_COLLECTORSLIST TT_COLLECTORSLIST

A list of collectors associated with the database.


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

IpAddress

The IP address of a database in a Fleet Advisor collector inventory.

Accessible with the following methods

Method Description
GET_IPADDRESS() Getter for IPADDRESS, with configurable default
ASK_IPADDRESS() Getter for IPADDRESS w/ exceptions if field has no value
HAS_IPADDRESS() Determine if IPADDRESS has a value

NumberOfSchemas

The number of schemas in a Fleet Advisor collector inventory database.

Accessible with the following methods

Method Description
GET_NUMBEROFSCHEMAS() Getter for NUMBEROFSCHEMAS, with configurable default
ASK_NUMBEROFSCHEMAS() Getter for NUMBEROFSCHEMAS w/ exceptions if field has no val
HAS_NUMBEROFSCHEMAS() Determine if NUMBEROFSCHEMAS has a value

Server

The server name of a database in a Fleet Advisor collector inventory.

Accessible with the following methods

Method Description
GET_SERVER() Getter for SERVER

SoftwareDetails

The software details of a database in a Fleet Advisor collector inventory, such as database engine and version.

Accessible with the following methods

Method Description
GET_SOFTWAREDETAILS() Getter for SOFTWAREDETAILS

Collectors

A list of collectors associated with the database.

Accessible with the following methods

Method Description
GET_COLLECTORS() Getter for COLLECTORS, with configurable default
ASK_COLLECTORS() Getter for COLLECTORS w/ exceptions if field has no value
HAS_COLLECTORS() Determine if COLLECTORS has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_DATABASELIST

TYPES TT_DATABASELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DMGDATABASERESPONSE WITH DEFAULT KEY
.