/AWS1/CL_RBMDEPLOYMENTJOB¶
Information about a deployment job.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_arn
TYPE /AWS1/RBMARN
/AWS1/RBMARN
¶
The Amazon Resource Name (ARN) of the deployment job.
iv_fleet
TYPE /AWS1/RBMARN
/AWS1/RBMARN
¶
The Amazon Resource Name (ARN) of the fleet.
iv_status
TYPE /AWS1/RBMDEPLOYMENTSTATUS
/AWS1/RBMDEPLOYMENTSTATUS
¶
The status of the deployment job.
it_deploymentapplicationcfgs
TYPE /AWS1/CL_RBMDEPLOYMENTAPPLIC00=>TT_DEPLOYMENTAPPLICATIONCFGS
TT_DEPLOYMENTAPPLICATIONCFGS
¶
The deployment application configuration.
io_deploymentconfig
TYPE REF TO /AWS1/CL_RBMDEPLOYMENTCONFIG
/AWS1/CL_RBMDEPLOYMENTCONFIG
¶
The deployment configuration.
iv_failurereason
TYPE /AWS1/RBMGENERICSTRING
/AWS1/RBMGENERICSTRING
¶
A short description of the reason why the deployment job failed.
iv_failurecode
TYPE /AWS1/RBMDEPLOYMENTJOBERRCODE
/AWS1/RBMDEPLOYMENTJOBERRCODE
¶
The deployment job failure code.
iv_createdat
TYPE /AWS1/RBMCREATEDAT
/AWS1/RBMCREATEDAT
¶
The time, in milliseconds since the epoch, when the deployment job was created.
Queryable Attributes¶
arn¶
The Amazon Resource Name (ARN) of the deployment job.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
fleet¶
The Amazon Resource Name (ARN) of the fleet.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FLEET() |
Getter for FLEET, with configurable default |
ASK_FLEET() |
Getter for FLEET w/ exceptions if field has no value |
HAS_FLEET() |
Determine if FLEET has a value |
status¶
The status of the deployment job.
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 |
deploymentApplicationConfigs¶
The deployment application configuration.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DEPLOYMENTAPPLICATIONC00() |
Getter for DEPLOYMENTAPPLICATIONCONFIGS, with configurable d |
ASK_DEPLOYMENTAPPLICATIONC00() |
Getter for DEPLOYMENTAPPLICATIONCONFIGS w/ exceptions if fie |
HAS_DEPLOYMENTAPPLICATIONC00() |
Determine if DEPLOYMENTAPPLICATIONCONFIGS has a value |
deploymentConfig¶
The deployment configuration.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DEPLOYMENTCONFIG() |
Getter for DEPLOYMENTCONFIG |
failureReason¶
A short description of the reason why the deployment job failed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FAILUREREASON() |
Getter for FAILUREREASON, with configurable default |
ASK_FAILUREREASON() |
Getter for FAILUREREASON w/ exceptions if field has no value |
HAS_FAILUREREASON() |
Determine if FAILUREREASON has a value |
failureCode¶
The deployment job failure code.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FAILURECODE() |
Getter for FAILURECODE, with configurable default |
ASK_FAILURECODE() |
Getter for FAILURECODE w/ exceptions if field has no value |
HAS_FAILURECODE() |
Determine if FAILURECODE has a value |
createdAt¶
The time, in milliseconds since the epoch, when the deployment job was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT 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_DEPLOYMENTJOBS
¶
TYPES TT_DEPLOYMENTJOBS TYPE STANDARD TABLE OF REF TO /AWS1/CL_RBMDEPLOYMENTJOB WITH DEFAULT KEY
.