public class NetAppClusterLunUnMapInitiatorGroupConfig
extends java.lang.Object
Un-map the LUN from the Initiator Group in Vserver.
Once the LUN is unmapped from the initiator group in Vserver, the host node information stored in the LUN is no longer accessible.
Modifier | Constructor and Description |
---|---|
protected |
NetAppClusterLunUnMapInitiatorGroupConfig() |
|
NetAppClusterLunUnMapInitiatorGroupConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppClusterLunUnMapInitiatorGroupConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getInitiatorGroup() |
java.lang.String |
getLunPath() |
void |
setCuicServer(CuicServer api) |
void |
setInitiatorGroup(java.lang.String initiatorGroup)
Select the Initiator Group that will be unmapped from the LUN.
|
void |
setLunPath(java.lang.String lunPath)
Select the LUN that need to be unmapped to iGroup.
|
protected NetAppClusterLunUnMapInitiatorGroupConfig()
public NetAppClusterLunUnMapInitiatorGroupConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getLunPath()
public java.lang.String getInitiatorGroup()
public void setLunPath(java.lang.String lunPath)
public void setInitiatorGroup(java.lang.String initiatorGroup)
public NetAppClusterLunUnMapInitiatorGroupConfigResponse execute() throws java.lang.Exception
java.lang.Exception