Create a network interface definition for a SIS RA entity.
The SIS RA entity to manage to is specified by the enclosing
SISManagementTask
element.
For example:
<sis-in-management
raentity="foo">
<createnetworkinterface name="external"/>
</sis-in-management>
This task invokes the
NetworkInterfaceManagementMBean.createNetworkInterfaceDefinition(String, java.util.Map)
management operation.
Ant Parameters
Attribute |
Description |
Required |
name |
The name for the new network interface definition. |
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 . |
Parameters specified as nested elements
Element |
Description |
property |
Contains a property name and value. Zero or more property elements may be present. |