Remove a SIP or IN address from an external platform definition for a SIS RA entity.
The SIS RA entity to manage to is specified by the enclosing
sis-management
element.
For example:
<sis-management
raentity="foo">
<removeexternalplatformaddress extPlatformName="vpn" type="sip" position="0"/>
</sis-management>
This task invokes one of the
removeXXXAddress()
management operations in
ExternalPlatformManagementMBean
,
depending on the parameters provided.
Ant Parameters
Attribute |
Description |
Required |
extPlatformName |
The name of the external platform definition to update. |
Yes. |
type |
The type of address to add, either "SIP" or "IN" (case-insensitive). |
Yes. |
position |
The position in the current address list in which to remove from. Value must be between 0 and one less than the number of addresses currently present. |
Yes. |
failonerror |
Default failure case behaviour for this task. If set to 'false' or 'no', the build will continue when this task attempts a redundant action. |
No. Default is inherited from the enclosing SISManagementTask . |