DELETE_MIRROR_TAKEOVER_GROUP procedure

The DELETE_MIRROR_TAKEOVER_GROUP procedure deletes a takeover IP address group that contains takeover IP addresses. Deleting a group has no effect on TCP/IP interfaces for addresses that are part of the group.

Authorization: For the authority needed to use this procedure, see Authorization.

Read syntax diagramSkip visual syntax diagram DELETE_MIRROR_TAKEOVER_GROUP ( GROUP_NAME =>  group-name )

The schema is QSYS2.

group-name
A character or graphic string that contains the name of the takeover IP address group to be deleted. group-name must have been registered with the QSYS2.CREATE_MIRROR_TAKEOVER_GROUP procedure.

Example

  • Delete a takeover IP address group.
    CALL QSYS2.DELETE_MIRROR_TAKEOVER_GROUP(GROUP_NAME => 'GROUP1');