/AWS1/CL_FMSEC2DELETEROUTEACT¶
Information about the DeleteRoute action in Amazon EC2.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_routetableid TYPE REF TO /AWS1/CL_FMSACTIONTARGET /AWS1/CL_FMSACTIONTARGET¶
Information about the ID of the route table.
Optional arguments:¶
iv_description TYPE /AWS1/FMSLENGTHBOUNDEDSTRING /AWS1/FMSLENGTHBOUNDEDSTRING¶
A description of the DeleteRoute action.
iv_destinationcidrblock TYPE /AWS1/FMSCIDR /AWS1/FMSCIDR¶
Information about the IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.
iv_destinationprefixlistid TYPE /AWS1/FMSRESOURCEID /AWS1/FMSRESOURCEID¶
Information about the ID of the prefix list for the route.
iv_destinationipv6cidrblock TYPE /AWS1/FMSCIDR /AWS1/FMSCIDR¶
Information about the IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.
Queryable Attributes¶
Description¶
A description of the DeleteRoute action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
DestinationCidrBlock¶
Information about the IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONCIDRBLOCK() |
Getter for DESTINATIONCIDRBLOCK, with configurable default |
ASK_DESTINATIONCIDRBLOCK() |
Getter for DESTINATIONCIDRBLOCK w/ exceptions if field has n |
HAS_DESTINATIONCIDRBLOCK() |
Determine if DESTINATIONCIDRBLOCK has a value |
DestinationPrefixListId¶
Information about the ID of the prefix list for the route.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONPREFIXLISTID() |
Getter for DESTINATIONPREFIXLISTID, with configurable defaul |
ASK_DESTINATIONPREFIXLISTID() |
Getter for DESTINATIONPREFIXLISTID w/ exceptions if field ha |
HAS_DESTINATIONPREFIXLISTID() |
Determine if DESTINATIONPREFIXLISTID has a value |
DestinationIpv6CidrBlock¶
Information about the IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONIPV6CIDRBLOCK() |
Getter for DESTINATIONIPV6CIDRBLOCK, with configurable defau |
ASK_DESTINATIONIPV6CIDRBLOCK() |
Getter for DESTINATIONIPV6CIDRBLOCK w/ exceptions if field h |
HAS_DESTINATIONIPV6CIDRBLOCK() |
Determine if DESTINATIONIPV6CIDRBLOCK has a value |
RouteTableId¶
Information about the ID of the route table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROUTETABLEID() |
Getter for ROUTETABLEID |