public class RemoveExternalPlatformTask extends SISSubTask
SISManagementTask
element.
For example:
<sis-sip-management
raentity="foo">
<removeexternalplatform extPlatformName="vpn"/>
</sis-sip-management>
This task invokes the ServiceRefManagementMBean.removeExternalPlatform(com.opencloud.slee.resources.sis.components.ExternalPlatformID)
management operation.
Attribute | Description | Required |
extPlatformName | The name of the external platform definition to remove. | 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 and Description |
---|
RemoveExternalPlatformTask() |
Modifier and Type | Method and Description |
---|---|
void |
setExtPlatformName(String extPlatformName) |
execute, getFailOnError, setFailOnError
public void setExtPlatformName(String extPlatformName)