public class NetAppUnMapVFilerLUNFromIGroupConfig
extends java.lang.Object
Un-Map the LUN from the Initiator Group.
Once the LUN is unmapped from the initiator group, the host node information stored in the LUN is no longer accessible. This task will work for both ONTAP and OnCommand accounts.
Modifier | Constructor and Description |
---|---|
protected |
NetAppUnMapVFilerLUNFromIGroupConfig() |
|
NetAppUnMapVFilerLUNFromIGroupConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppUnMapVFilerLUNFromIGroupConfigResponse |
execute() |
java.lang.String |
getAccountName() |
CuicServer |
getCuicServer() |
java.lang.String |
getDcName() |
java.lang.String |
getFilerName() |
java.lang.String |
getInitiatorGroup() |
java.lang.String |
getLunPath() |
void |
setAccountName(java.lang.String accountName) |
void |
setCuicServer(CuicServer api) |
void |
setDcName(java.lang.String dcName) |
void |
setFilerName(java.lang.String filerName) |
void |
setInitiatorGroup(java.lang.String initiatorGroup)
Select the Initiator Group.
|
void |
setLunPath(java.lang.String lunPath)
Select the LUN that needs to be Unmapped from the Initiator Group.
|
protected NetAppUnMapVFilerLUNFromIGroupConfig()
public NetAppUnMapVFilerLUNFromIGroupConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getDcName()
public java.lang.String getAccountName()
public java.lang.String getFilerName()
public java.lang.String getLunPath()
public java.lang.String getInitiatorGroup()
public void setDcName(java.lang.String dcName)
public void setAccountName(java.lang.String accountName)
public void setFilerName(java.lang.String filerName)
public void setLunPath(java.lang.String lunPath)
public void setInitiatorGroup(java.lang.String initiatorGroup)
public NetAppUnMapVFilerLUNFromIGroupConfigResponse execute() throws java.lang.Exception
java.lang.Exception