Skip to content

/AWS1/CL_NWFDELNETFIREWALLTG01

DeleteNetworkFirewallTransitGatewayAttachmentResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_tgwattachmentid TYPE /AWS1/NWFTGWATTACHMENTID /AWS1/NWFTGWATTACHMENTID

The ID of the transit gateway attachment that was deleted.

iv_tgwattachmentstatus TYPE /AWS1/NWFTGWATTACHMENTSTATUS /AWS1/NWFTGWATTACHMENTSTATUS

The current status of the transit gateway attachment deletion process.

Valid values are:

  • CREATING - The attachment is being created

  • DELETING - The attachment is being deleted

  • DELETED - The attachment has been deleted

  • FAILED - The attachment creation has failed and cannot be recovered

  • ERROR - The attachment is in an error state that might be recoverable

  • READY - The attachment is active and processing traffic

  • PENDING_ACCEPTANCE - The attachment is waiting to be accepted

  • REJECTING - The attachment is in the process of being rejected

  • REJECTED - The attachment has been rejected


Queryable Attributes

TransitGatewayAttachmentId

The ID of the transit gateway attachment that was deleted.

Accessible with the following methods

Method Description
GET_TGWATTACHMENTID() Getter for TRANSITGATEWAYATTACHMENTID, with configurable def
ASK_TGWATTACHMENTID() Getter for TRANSITGATEWAYATTACHMENTID w/ exceptions if field
HAS_TGWATTACHMENTID() Determine if TRANSITGATEWAYATTACHMENTID has a value

TransitGatewayAttachmentStatus

The current status of the transit gateway attachment deletion process.

Valid values are:

  • CREATING - The attachment is being created

  • DELETING - The attachment is being deleted

  • DELETED - The attachment has been deleted

  • FAILED - The attachment creation has failed and cannot be recovered

  • ERROR - The attachment is in an error state that might be recoverable

  • READY - The attachment is active and processing traffic

  • PENDING_ACCEPTANCE - The attachment is waiting to be accepted

  • REJECTING - The attachment is in the process of being rejected

  • REJECTED - The attachment has been rejected

Accessible with the following methods

Method Description
GET_TGWATTACHMENTSTATUS() Getter for TGWATTACHMENTSTATUS, with configurable default
ASK_TGWATTACHMENTSTATUS() Getter for TGWATTACHMENTSTATUS w/ exceptions if field has no
HAS_TGWATTACHMENTSTATUS() Determine if TGWATTACHMENTSTATUS has a value