View source: R/directoryservice_operations.R
| directoryservice_remove_ip_routes | R Documentation |
Removes IP address blocks from a directory.
See https://www.paws-r-sdk.com/docs/directoryservice_remove_ip_routes/ for full documentation.
directoryservice_remove_ip_routes(
DirectoryId,
CidrIps = NULL,
CidrIpv6s = NULL
)
DirectoryId |
[required] Identifier (ID) of the directory from which you want to remove the IP addresses. |
CidrIps |
IP address blocks that you want to remove. |
CidrIpv6s |
IPv6 address blocks that you want to remove. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.