/AWS1/CL_OWCDSCNODEASSOCIATI01¶
DescribeNodeAssociationStatusResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nodeassociationstatus TYPE /AWS1/OWCNODEASSOCIATIONSTATUS /AWS1/OWCNODEASSOCIATIONSTATUS¶
The status of the association or disassociation request.
Possible values:
SUCCESS: The association or disassociation succeeded.
FAILED: The association or disassociation failed.
IN_PROGRESS: The association or disassociation is still in progress.
it_engineattributes TYPE /AWS1/CL_OWCENGINEATTRIBUTE=>TT_ENGINEATTRIBUTES TT_ENGINEATTRIBUTES¶
Attributes specific to the node association. In Puppet, the attribute PUPPET_NODE_CERT contains the signed certificate (the result of the CSR).
Queryable Attributes¶
NodeAssociationStatus¶
The status of the association or disassociation request.
Possible values:
SUCCESS: The association or disassociation succeeded.
FAILED: The association or disassociation failed.
IN_PROGRESS: The association or disassociation is still in progress.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NODEASSOCIATIONSTATUS() |
Getter for NODEASSOCIATIONSTATUS, with configurable default |
ASK_NODEASSOCIATIONSTATUS() |
Getter for NODEASSOCIATIONSTATUS w/ exceptions if field has |
HAS_NODEASSOCIATIONSTATUS() |
Determine if NODEASSOCIATIONSTATUS has a value |
EngineAttributes¶
Attributes specific to the node association. In Puppet, the attribute PUPPET_NODE_CERT contains the signed certificate (the result of the CSR).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENGINEATTRIBUTES() |
Getter for ENGINEATTRIBUTES, with configurable default |
ASK_ENGINEATTRIBUTES() |
Getter for ENGINEATTRIBUTES w/ exceptions if field has no va |
HAS_ENGINEATTRIBUTES() |
Determine if ENGINEATTRIBUTES has a value |