public class NetAppDeleteVFilerInitiatorGroupConfig
extends java.lang.Object
Delete an vFiler 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 |
NetAppDeleteVFilerInitiatorGroupConfig() |
|
NetAppDeleteVFilerInitiatorGroupConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppDeleteVFilerInitiatorGroupConfigResponse |
execute() |
java.lang.String |
getAccountName() |
CuicServer |
getCuicServer() |
java.lang.String |
getDcName() |
java.lang.String |
getFilerName() |
java.lang.String |
getInitiatorGroup() |
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 that needs to be deleted.
|
protected NetAppDeleteVFilerInitiatorGroupConfig()
public NetAppDeleteVFilerInitiatorGroupConfig(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 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 NetAppDeleteVFilerInitiatorGroupConfigResponse execute() throws java.lang.Exception
java.lang.Exception