public class NetAppDeleteInitiatorGroupConfig
extends java.lang.Object
Delete an Initiator Group
An Initiator group 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. This task will work for both ONTAP and OnCommand accounts.
Modifier | Constructor and Description |
---|---|
protected |
NetAppDeleteInitiatorGroupConfig() |
|
NetAppDeleteInitiatorGroupConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppDeleteInitiatorGroupConfigResponse |
execute() |
java.lang.String |
getAccountName() |
CuicServer |
getCuicServer() |
java.lang.String |
getDcName() |
java.lang.String |
getFilerName() |
java.lang.String |
getInitiatorGroup() |
boolean |
isForce() |
void |
setAccountName(java.lang.String accountName) |
void |
setCuicServer(CuicServer api) |
void |
setDcName(java.lang.String dcName) |
void |
setFilerName(java.lang.String filerName) |
void |
setForce(boolean force)
Forcibly Delete.
|
void |
setInitiatorGroup(java.lang.String initiatorGroup)
Select the Initiator Group that needs to be deleted.
|
protected NetAppDeleteInitiatorGroupConfig()
public NetAppDeleteInitiatorGroupConfig(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 getInitiatorGroup()
public boolean isForce()
public void setDcName(java.lang.String dcName)
public void setAccountName(java.lang.String accountName)
public void setFilerName(java.lang.String filerName)
public void setInitiatorGroup(java.lang.String initiatorGroup)
public void setForce(boolean force)
public NetAppDeleteInitiatorGroupConfigResponse execute() throws java.lang.Exception
java.lang.Exception