/AWS1/CL_GSTCOMPONENTSTATDATA¶
Data on the status of agent components.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_componenttype TYPE /AWS1/GSTCOMPONENTTYPESTRING /AWS1/GSTCOMPONENTTYPESTRING¶
The Component type.
iv_capabilityarn TYPE /AWS1/GSTCAPABILITYARN /AWS1/GSTCAPABILITYARN¶
Capability ARN of the component.
iv_status TYPE /AWS1/GSTAGENTSTATUS /AWS1/GSTAGENTSTATUS¶
Component status.
iv_dataflowid TYPE /AWS1/GSTUUID /AWS1/GSTUUID¶
Dataflow UUID associated with the component.
Optional arguments:¶
iv_bytessent TYPE /AWS1/GSTLONG /AWS1/GSTLONG¶
Bytes sent by the component.
iv_bytesreceived TYPE /AWS1/GSTLONG /AWS1/GSTLONG¶
Bytes received by the component.
iv_packetsdropped TYPE /AWS1/GSTLONG /AWS1/GSTLONG¶
Packets dropped by component.
Queryable Attributes¶
componentType¶
The Component type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPONENTTYPE() |
Getter for COMPONENTTYPE, with configurable default |
ASK_COMPONENTTYPE() |
Getter for COMPONENTTYPE w/ exceptions if field has no value |
HAS_COMPONENTTYPE() |
Determine if COMPONENTTYPE has a value |
capabilityArn¶
Capability ARN of the component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPABILITYARN() |
Getter for CAPABILITYARN, with configurable default |
ASK_CAPABILITYARN() |
Getter for CAPABILITYARN w/ exceptions if field has no value |
HAS_CAPABILITYARN() |
Determine if CAPABILITYARN has a value |
status¶
Component status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
bytesSent¶
Bytes sent by the component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BYTESSENT() |
Getter for BYTESSENT, with configurable default |
ASK_BYTESSENT() |
Getter for BYTESSENT w/ exceptions if field has no value |
HAS_BYTESSENT() |
Determine if BYTESSENT has a value |
bytesReceived¶
Bytes received by the component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BYTESRECEIVED() |
Getter for BYTESRECEIVED, with configurable default |
ASK_BYTESRECEIVED() |
Getter for BYTESRECEIVED w/ exceptions if field has no value |
HAS_BYTESRECEIVED() |
Determine if BYTESRECEIVED has a value |
packetsDropped¶
Packets dropped by component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKETSDROPPED() |
Getter for PACKETSDROPPED, with configurable default |
ASK_PACKETSDROPPED() |
Getter for PACKETSDROPPED w/ exceptions if field has no valu |
HAS_PACKETSDROPPED() |
Determine if PACKETSDROPPED has a value |
dataflowId¶
Dataflow UUID associated with the component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATAFLOWID() |
Getter for DATAFLOWID, with configurable default |
ASK_DATAFLOWID() |
Getter for DATAFLOWID w/ exceptions if field has no value |
HAS_DATAFLOWID() |
Determine if DATAFLOWID 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_COMPONENTSTATUSLIST¶
TYPES TT_COMPONENTSTATUSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GSTCOMPONENTSTATDATA WITH DEFAULT KEY
.