public class NetAppModifyClusterInitiatorGroupConfig
extends java.lang.Object
Modifies Cluster initiator group attributes
This task will rename initiator group name of the selected cluster initiator group.
Modifier | Constructor and Description |
---|---|
protected |
NetAppModifyClusterInitiatorGroupConfig() |
|
NetAppModifyClusterInitiatorGroupConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppModifyClusterInitiatorGroupConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getInitiatorGroup() |
java.lang.String |
getNewInitiatorGroupName() |
void |
setCuicServer(CuicServer api) |
void |
setInitiatorGroup(java.lang.String initiatorGroup)
Select the Initiator Group that needs to be renamed Accepts value from
list type netappClusterIGroupIdentity
|
void |
setNewInitiatorGroupName(java.lang.String newInitiatorGroupName)
Enter new name for initiator group
|
protected NetAppModifyClusterInitiatorGroupConfig()
public NetAppModifyClusterInitiatorGroupConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getInitiatorGroup()
public java.lang.String getNewInitiatorGroupName()
public void setInitiatorGroup(java.lang.String initiatorGroup)
public void setNewInitiatorGroupName(java.lang.String newInitiatorGroupName)
public NetAppModifyClusterInitiatorGroupConfigResponse execute() throws java.lang.Exception
java.lang.Exception