REMOVE_MIRROR_TAKEOVER_ADDRESS procedure
The REMOVE_MIRROR_TAKEOVER_ADDRESS procedure removes a takeover IP address from a takeover IP address group.
Removing an address from a takeover IP address group has no effect on the TCP/IP interface for the address.
Authorization: For the authority needed to use this procedure, see Authorization.
The schema is QSYS2.
- group-name
- A character or graphic string that contains the name of the takeover IP address group that contains the IP address to remove.
- ip-address
- A character or graphic string that contains the IP address to remove. Either an IPv4 or an IPv6 address can be specified.
Example
- Remove an IP address from a takeover IP address
group.
CALL QSYS2.REMOVE_MIRROR_TAKEOVER_ADDRESS(GROUP_NAME => 'GROUP1', IP_ADDRESS => '23.203.112.172');