Skip to content

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, CidrIpv6s)

Arguments

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.

Value

An empty list.

Request syntax

svc$remove_ip_routes(
  DirectoryId = "string",
  CidrIps = list(
    "string"
  ),
  CidrIpv6s = list(
    "string"
  )
)