public class NetAppClusterInitiatorGroupDestroyConfig
extends java.lang.Object
Delete an Initiator Group in Vserver.
An Initiator group in Vserver can be deleted when the LUN that it is mapped to does not have any usage. When deleting an Initiator Group all the initiators within this group are deleted.
Modifier | Constructor and Description |
---|---|
protected |
NetAppClusterInitiatorGroupDestroyConfig() |
|
NetAppClusterInitiatorGroupDestroyConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getInitiatorGroup() |
boolean |
isForce() |
void |
setCuicServer(CuicServer api) |
void |
setForce(boolean force)
Forcibly Delete.
|
void |
setInitiatorGroup(java.lang.String initiatorGroup)
Select the Initiator Group that needs to be deleted.
|
protected NetAppClusterInitiatorGroupDestroyConfig()
public NetAppClusterInitiatorGroupDestroyConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getInitiatorGroup()
public boolean isForce()
public void setInitiatorGroup(java.lang.String initiatorGroup)
public void setForce(boolean force)
public void execute() throws java.lang.Exception
java.lang.Exception