/AWS1/CL_APYAPIASSOCIATION¶
Describes an ApiAssociation object.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_domainname TYPE /AWS1/APYDOMAINNAME /AWS1/APYDOMAINNAME¶
The domain name.
iv_apiid TYPE /AWS1/APYSTRING /AWS1/APYSTRING¶
The API ID.
iv_associationstatus TYPE /AWS1/APYASSOCIATIONSTATUS /AWS1/APYASSOCIATIONSTATUS¶
Identifies the status of an association.
PROCESSING: The API association is being created. You cannot modify association requests during processing.
SUCCESS: The API association was successful. You can modify associations after success.
FAILED: The API association has failed. You can modify associations after failure.
iv_deploymentdetail TYPE /AWS1/APYSTRING /AWS1/APYSTRING¶
Details about the last deployment status.
Queryable Attributes¶
domainName¶
The domain name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINNAME() |
Getter for DOMAINNAME, with configurable default |
ASK_DOMAINNAME() |
Getter for DOMAINNAME w/ exceptions if field has no value |
HAS_DOMAINNAME() |
Determine if DOMAINNAME has a value |
apiId¶
The API ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APIID() |
Getter for APIID, with configurable default |
ASK_APIID() |
Getter for APIID w/ exceptions if field has no value |
HAS_APIID() |
Determine if APIID has a value |
associationStatus¶
Identifies the status of an association.
PROCESSING: The API association is being created. You cannot modify association requests during processing.
SUCCESS: The API association was successful. You can modify associations after success.
FAILED: The API association has failed. You can modify associations after failure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSOCIATIONSTATUS() |
Getter for ASSOCIATIONSTATUS, with configurable default |
ASK_ASSOCIATIONSTATUS() |
Getter for ASSOCIATIONSTATUS w/ exceptions if field has no v |
HAS_ASSOCIATIONSTATUS() |
Determine if ASSOCIATIONSTATUS has a value |
deploymentDetail¶
Details about the last deployment status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEPLOYMENTDETAIL() |
Getter for DEPLOYMENTDETAIL, with configurable default |
ASK_DEPLOYMENTDETAIL() |
Getter for DEPLOYMENTDETAIL w/ exceptions if field has no va |
HAS_DEPLOYMENTDETAIL() |
Determine if DEPLOYMENTDETAIL has a value |