Skip to content

/AWS1/CL_DMGCOLLECTORRESPONSE

Describes a Fleet Advisor collector.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_collectorreferencedid TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The reference ID of the Fleet Advisor collector.

iv_collectorname TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The name of the Fleet Advisor collector .

iv_collectorversion TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The version of your Fleet Advisor collector, in semantic versioning format, for example 1.0.2

iv_versionstatus TYPE /AWS1/DMGVERSIONSTATUS /AWS1/DMGVERSIONSTATUS

Whether the collector version is up to date.

iv_description TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

A summary description of the Fleet Advisor collector.

iv_s3bucketname TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The Amazon S3 bucket that the Fleet Advisor collector uses to store inventory metadata.

iv_serviceaccessrolearn TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The IAM role that grants permissions to access the specified Amazon S3 bucket.

io_collectorhealthcheck TYPE REF TO /AWS1/CL_DMGCOLLECTORHEALTHC00 /AWS1/CL_DMGCOLLECTORHEALTHC00

CollectorHealthCheck

iv_lastdatareceived TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The timestamp of the last time the collector received data, in the following format: 2022-01-24T19:04:02.596113Z

iv_registereddate TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The timestamp when DMS registered the collector, in the following format: 2022-01-24T19:04:02.596113Z

iv_createddate TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The timestamp when you created the collector, in the following format: 2022-01-24T19:04:02.596113Z

iv_modifieddate TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The timestamp when DMS last modified the collector, in the following format: 2022-01-24T19:04:02.596113Z

io_inventorydata TYPE REF TO /AWS1/CL_DMGINVENTORYDATA /AWS1/CL_DMGINVENTORYDATA

InventoryData


Queryable Attributes

CollectorReferencedId

The reference ID of the Fleet Advisor collector.

Accessible with the following methods

Method Description
GET_COLLECTORREFERENCEDID() Getter for COLLECTORREFERENCEDID, with configurable default
ASK_COLLECTORREFERENCEDID() Getter for COLLECTORREFERENCEDID w/ exceptions if field has
HAS_COLLECTORREFERENCEDID() Determine if COLLECTORREFERENCEDID has a value

CollectorName

The name of the Fleet Advisor collector .

Accessible with the following methods

Method Description
GET_COLLECTORNAME() Getter for COLLECTORNAME, with configurable default
ASK_COLLECTORNAME() Getter for COLLECTORNAME w/ exceptions if field has no value
HAS_COLLECTORNAME() Determine if COLLECTORNAME has a value

CollectorVersion

The version of your Fleet Advisor collector, in semantic versioning format, for example 1.0.2

Accessible with the following methods

Method Description
GET_COLLECTORVERSION() Getter for COLLECTORVERSION, with configurable default
ASK_COLLECTORVERSION() Getter for COLLECTORVERSION w/ exceptions if field has no va
HAS_COLLECTORVERSION() Determine if COLLECTORVERSION has a value

VersionStatus

Whether the collector version is up to date.

Accessible with the following methods

Method Description
GET_VERSIONSTATUS() Getter for VERSIONSTATUS, with configurable default
ASK_VERSIONSTATUS() Getter for VERSIONSTATUS w/ exceptions if field has no value
HAS_VERSIONSTATUS() Determine if VERSIONSTATUS has a value

Description

A summary description of the Fleet Advisor collector.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

S3BucketName

The Amazon S3 bucket that the Fleet Advisor collector uses to store inventory metadata.

Accessible with the following methods

Method Description
GET_S3BUCKETNAME() Getter for S3BUCKETNAME, with configurable default
ASK_S3BUCKETNAME() Getter for S3BUCKETNAME w/ exceptions if field has no value
HAS_S3BUCKETNAME() Determine if S3BUCKETNAME has a value

ServiceAccessRoleArn

The IAM role that grants permissions to access the specified Amazon S3 bucket.

Accessible with the following methods

Method Description
GET_SERVICEACCESSROLEARN() Getter for SERVICEACCESSROLEARN, with configurable default
ASK_SERVICEACCESSROLEARN() Getter for SERVICEACCESSROLEARN w/ exceptions if field has n
HAS_SERVICEACCESSROLEARN() Determine if SERVICEACCESSROLEARN has a value

CollectorHealthCheck

CollectorHealthCheck

Accessible with the following methods

Method Description
GET_COLLECTORHEALTHCHECK() Getter for COLLECTORHEALTHCHECK

LastDataReceived

The timestamp of the last time the collector received data, in the following format: 2022-01-24T19:04:02.596113Z

Accessible with the following methods

Method Description
GET_LASTDATARECEIVED() Getter for LASTDATARECEIVED, with configurable default
ASK_LASTDATARECEIVED() Getter for LASTDATARECEIVED w/ exceptions if field has no va
HAS_LASTDATARECEIVED() Determine if LASTDATARECEIVED has a value

RegisteredDate

The timestamp when DMS registered the collector, in the following format: 2022-01-24T19:04:02.596113Z

Accessible with the following methods

Method Description
GET_REGISTEREDDATE() Getter for REGISTEREDDATE, with configurable default
ASK_REGISTEREDDATE() Getter for REGISTEREDDATE w/ exceptions if field has no valu
HAS_REGISTEREDDATE() Determine if REGISTEREDDATE has a value

CreatedDate

The timestamp when you created the collector, in the following format: 2022-01-24T19:04:02.596113Z

Accessible with the following methods

Method Description
GET_CREATEDDATE() Getter for CREATEDDATE, with configurable default
ASK_CREATEDDATE() Getter for CREATEDDATE w/ exceptions if field has no value
HAS_CREATEDDATE() Determine if CREATEDDATE has a value

ModifiedDate

The timestamp when DMS last modified the collector, in the following format: 2022-01-24T19:04:02.596113Z

Accessible with the following methods

Method Description
GET_MODIFIEDDATE() Getter for MODIFIEDDATE, with configurable default
ASK_MODIFIEDDATE() Getter for MODIFIEDDATE w/ exceptions if field has no value
HAS_MODIFIEDDATE() Determine if MODIFIEDDATE has a value

InventoryData

InventoryData

Accessible with the following methods

Method Description
GET_INVENTORYDATA() Getter for INVENTORYDATA

Public Local Types In This Class

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

TT_COLLECTORRESPONSES

TYPES TT_COLLECTORRESPONSES TYPE STANDARD TABLE OF REF TO /AWS1/CL_DMGCOLLECTORRESPONSE WITH DEFAULT KEY
.