public class NetAppRemoveVFilerInitiatorConfig
extends java.lang.Object
Remove an Initiator from an vFiler Initiator Group
Remove the Initiator from the Initiator Group. Once removed the host node will not be able to access the LUN. This task will work for both ONTAP and OnCommand accounts.
Modifier | Constructor and Description |
---|---|
protected |
NetAppRemoveVFilerInitiatorConfig() |
|
NetAppRemoveVFilerInitiatorConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppRemoveVFilerInitiatorConfigResponse |
execute() |
java.lang.String |
getAccountName() |
CuicServer |
getCuicServer() |
java.lang.String |
getDcName() |
java.lang.String |
getFilerName() |
java.lang.String |
getInitiator() |
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 |
setInitiator(java.lang.String initiator)
Select the Initiator that needs to be deleted.
|
void |
setInitiatorGroup(java.lang.String initiatorGroup)
Select the Initiator Group from which an Initiator needs to be deleted.
|
protected NetAppRemoveVFilerInitiatorConfig()
public NetAppRemoveVFilerInitiatorConfig(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 java.lang.String getInitiator()
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 setInitiator(java.lang.String initiator)
public NetAppRemoveVFilerInitiatorConfigResponse execute() throws java.lang.Exception
java.lang.Exception