Skip to content

/AWS1/CL_M2_GETDEPLOYMENTRSP

GetDeploymentResponse

CONSTRUCTOR

IMPORTING

Required arguments:

IV_DEPLOYMENTID TYPE /AWS1/M2_IDENTIFIER /AWS1/M2_IDENTIFIER

The unique identifier of the deployment.

IV_APPLICATIONID TYPE /AWS1/M2_IDENTIFIER /AWS1/M2_IDENTIFIER

The unique identifier of the application.

IV_ENVIRONMENTID TYPE /AWS1/M2_IDENTIFIER /AWS1/M2_IDENTIFIER

The unique identifier of the runtime environment.

IV_APPLICATIONVERSION TYPE /AWS1/M2_VERSION /AWS1/M2_VERSION

The application version.

IV_STATUS TYPE /AWS1/M2_DEPLOYMENTLIFECYCLE /AWS1/M2_DEPLOYMENTLIFECYCLE

The status of the deployment.

IV_CREATIONTIME TYPE /AWS1/M2_TIMESTAMP /AWS1/M2_TIMESTAMP

The timestamp when the deployment was created.

Optional arguments:

IV_STATUSREASON TYPE /AWS1/M2_STRING /AWS1/M2_STRING

The reason for the reported status.


Queryable Attributes

deploymentId

The unique identifier of the deployment.

Accessible with the following methods

Method Description
GET_DEPLOYMENTID() Getter for DEPLOYMENTID, with configurable default
ASK_DEPLOYMENTID() Getter for DEPLOYMENTID w/ exceptions if field has no value
HAS_DEPLOYMENTID() Determine if DEPLOYMENTID has a value

applicationId

The unique identifier of the application.

Accessible with the following methods

Method Description
GET_APPLICATIONID() Getter for APPLICATIONID, with configurable default
ASK_APPLICATIONID() Getter for APPLICATIONID w/ exceptions if field has no value
HAS_APPLICATIONID() Determine if APPLICATIONID has a value

environmentId

The unique identifier of the runtime environment.

Accessible with the following methods

Method Description
GET_ENVIRONMENTID() Getter for ENVIRONMENTID, with configurable default
ASK_ENVIRONMENTID() Getter for ENVIRONMENTID w/ exceptions if field has no value
HAS_ENVIRONMENTID() Determine if ENVIRONMENTID has a value

applicationVersion

The application version.

Accessible with the following methods

Method Description
GET_APPLICATIONVERSION() Getter for APPLICATIONVERSION, with configurable default
ASK_APPLICATIONVERSION() Getter for APPLICATIONVERSION w/ exceptions if field has no
HAS_APPLICATIONVERSION() Determine if APPLICATIONVERSION has a value

status

The status of the deployment.

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

creationTime

The timestamp when the deployment was created.

Accessible with the following methods

Method Description
GET_CREATIONTIME() Getter for CREATIONTIME, with configurable default
ASK_CREATIONTIME() Getter for CREATIONTIME w/ exceptions if field has no value
HAS_CREATIONTIME() Determine if CREATIONTIME has a value

statusReason

The reason for the reported status.

Accessible with the following methods

Method Description
GET_STATUSREASON() Getter for STATUSREASON, with configurable default
ASK_STATUSREASON() Getter for STATUSREASON w/ exceptions if field has no value
HAS_STATUSREASON() Determine if STATUSREASON has a value