public class NetAppAddExistingInitiatorToIGroupConfig
extends java.lang.Object
Add an existing initiator of an host node to the existing Initiator Group.
This task will add the initiator to the initiator group of same type(iSCSI/FCP). Task will list out all the existing iSCSI and FCP initiators followed by the type iSCSI/FCP for the selected host node. So that we can select the appropriate initiator based on the selected initiator group of type iSCSI/FCP. This task will work for both ONTAP and OnCommand accounts.
Modifier | Constructor and Description |
---|---|
protected |
NetAppAddExistingInitiatorToIGroupConfig() |
|
NetAppAddExistingInitiatorToIGroupConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppAddExistingInitiatorToIGroupConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getFilerName() |
java.lang.String |
getHostNode() |
java.lang.String |
getInitiator() |
java.lang.String |
getInitiatorGroup() |
java.lang.String |
getInitiatorGroupType() |
void |
setCuicServer(CuicServer api) |
void |
setFilerName(java.lang.String filerName)
Select the Filer.
|
void |
setHostNode(java.lang.String hostNode)
Select a Hostnode.
|
void |
setInitiator(java.lang.String initiator)
Select the Initiator that needs to be deleted.
|
void |
setInitiatorGroup(java.lang.String initiatorGroup)
Select the Initiator Group.
|
void |
setInitiatorGroupType(java.lang.String initiatorGroupType)
Select type of the initiator group.
|
protected NetAppAddExistingInitiatorToIGroupConfig()
public NetAppAddExistingInitiatorToIGroupConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getFilerName()
public java.lang.String getHostNode()
public java.lang.String getInitiatorGroupType()
public java.lang.String getInitiator()
public java.lang.String getInitiatorGroup()
public void setFilerName(java.lang.String filerName)
public void setHostNode(java.lang.String hostNode)
public void setInitiatorGroupType(java.lang.String initiatorGroupType)
public void setInitiator(java.lang.String initiator)
public void setInitiatorGroup(java.lang.String initiatorGroup)
public NetAppAddExistingInitiatorToIGroupConfigResponse execute() throws java.lang.Exception
java.lang.Exception