Class AddDefaultNetworkRouteTask
- java.lang.Object
-
- com.opencloud.slee.resources.sis.management.ant.SISSubTask
-
- com.opencloud.slee.resources.sis.management.ant.AddDefaultNetworkRouteTask
-
public class AddDefaultNetworkRouteTask extends SISSubTask
Adds a default network route to a SIS RA entity. At most one default route per network interface type can be specified at any one time. The SIS RA entity to manage to is specified by the enclosingSISManagementTask
element. For example:<
This task invokes thesis-in-management
raentity="foo"> <adddefaultnetworkroute interface="external"/> </sis-in-management>NetworkInterfaceManagementMBean.addDefaultRoute(String)
management operation.Ant Parameters
Attribute Description Required interface The name of the network interface to be used for the default route. 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
.
-
-
Constructor Summary
Constructors Constructor Description AddDefaultNetworkRouteTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
setInterface(String interfaceName)
void
setType(String interfaceType)
Deprecated.-
Methods inherited from class com.opencloud.slee.resources.sis.management.ant.SISSubTask
execute, getFailOnError, setFailOnError
-
-
-
-
Method Detail
-
setInterface
public void setInterface(String interfaceName)
-
setType
@Deprecated public void setType(String interfaceType)
Deprecated.
-
-