Remove Ip Routes
directoryservice_remove_ip_routes | R Documentation |
Removes IP address blocks from a directory¶
Description¶
Removes IP address blocks from a directory.
Usage¶
directoryservice_remove_ip_routes(DirectoryId, CidrIps)
Arguments¶
DirectoryId |
[required] Identifier (ID) of the directory from which you want to remove the IP addresses. |
CidrIps |
[required] IP address blocks that you want to remove. |
Value¶
An empty list.
Request syntax¶
svc$remove_ip_routes(
DirectoryId = "string",
CidrIps = list(
"string"
)
)