public class CreateNetworkInterfaceTask extends PropertyBasedTask
sis-management
element.
For example:
<sis-management
raentity="foo">
<createnetworkinterface name="external" type="SIP"/>
</sis-management>
This task invokes the NetworkInterfaceManagementMBean.createNetworkInterfaceDefinition(String, com.opencloud.slee.resources.sis.management.NetworkInterfaceType, java.util.Map)
management operation.
Attribute | Description | Required |
name | The name for the new network interface definition. | Yes. |
type | Must be one of the possible NetworkInterfaceType values (case-insensitive): IN or SIP. |
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 . |
Element | Description |
property |
Contains a property name and value. Zero or more property elements may be present. |
Constructor and Description |
---|
CreateNetworkInterfaceTask() |
Modifier and Type | Method and Description |
---|---|
void |
setName(String name) |
void |
setType(String type) |
addConfiguredProperty
execute, getFailOnError, setFailOnError