public class NetAppClusterLogicalInterfaceDestroyConfig
extends java.lang.Object
Destroys a Logical Interface for the Vserver.
This task will destroys a Logical Interface(LIF) for the slected Vserver. Once LIF can be destroyed, LIF can be no longer exist for the Vserver.
Modifier | Constructor and Description |
---|---|
protected |
NetAppClusterLogicalInterfaceDestroyConfig() |
|
NetAppClusterLogicalInterfaceDestroyConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getInterfaceName() |
java.lang.String |
getUndoIpAddress() |
int |
getUndoOrigSRID() |
void |
setCuicServer(CuicServer api) |
void |
setInterfaceName(java.lang.String interfaceName)
Select logical interface name.
|
void |
setUndoIpAddress(java.lang.String undoIpAddress) |
void |
setUndoOrigSRID(int undoOrigSRID) |
protected NetAppClusterLogicalInterfaceDestroyConfig()
public NetAppClusterLogicalInterfaceDestroyConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getInterfaceName()
public void setInterfaceName(java.lang.String interfaceName)
public int getUndoOrigSRID()
public void setUndoOrigSRID(int undoOrigSRID)
undoOrigSRID
- the undoOrigSRID to setpublic java.lang.String getUndoIpAddress()
public void setUndoIpAddress(java.lang.String undoIpAddress)
undoIpAddress
- the undoIpAddress to setpublic void execute() throws java.lang.Exception
java.lang.Exception