public class NetAppClusterAddExistingInitiatorToGroupConfig
extends java.lang.Object
Add an existing initiator of an host node to the existing Initiator Group in Vserver.
This task will add the initiator to the initiator group of same type(iSCSI/FCP) in Vserver. 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.
Modifier | Constructor and Description |
---|---|
protected |
NetAppClusterAddExistingInitiatorToGroupConfig() |
|
NetAppClusterAddExistingInitiatorToGroupConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppClusterAddExistingInitiatorToGroupConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getHostNode() |
java.lang.String |
getInitiator() |
java.lang.String |
getInitiatorGroup() |
java.lang.String |
getInitiatorGroupType() |
java.lang.String |
getvServer() |
void |
setCuicServer(CuicServer api) |
void |
setHostNode(java.lang.String hostNode)
Select a Hostnode.
|
void |
setInitiator(java.lang.String initiator)
Select the name of the Initiator that needs to be created.
|
void |
setInitiatorGroup(java.lang.String initiatorGroup)
Select the Initiator Group.
|
void |
setInitiatorGroupType(java.lang.String initiatorGroupType)
Select type of the initiator group.
|
void |
setvServer(java.lang.String vServer)
Select Vserver Name Accepts value from list type
netappClusterVServerIdentity
|
protected NetAppClusterAddExistingInitiatorToGroupConfig()
public NetAppClusterAddExistingInitiatorToGroupConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getvServer()
public java.lang.String getHostNode()
public java.lang.String getInitiatorGroupType()
public java.lang.String getInitiator()
public java.lang.String getInitiatorGroup()
public void setvServer(java.lang.String vServer)
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 NetAppClusterAddExistingInitiatorToGroupConfigResponse execute() throws java.lang.Exception
java.lang.Exception