public class NetAppClusterBindIGroupToPorsetConfig
extends java.lang.Object
Binds igroup to selected portset
This task will bind selected initiator group to selected portset.
Modifier | Constructor and Description |
---|---|
protected |
NetAppClusterBindIGroupToPorsetConfig() |
|
NetAppClusterBindIGroupToPorsetConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppClusterBindIGroupToPorsetConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getInitiatorGroup() |
java.lang.String |
getPortsetName() |
void |
setCuicServer(CuicServer api) |
void |
setInitiatorGroup(java.lang.String initiatorGroup)
Select the Initiator Group that needs to be bound to portset Accepts
value from list type netappClusterIGroupIdentity
|
void |
setPortsetName(java.lang.String portsetName)
Select Portset Accepts value from list type netappClusterPortsetIdentity
|
protected NetAppClusterBindIGroupToPorsetConfig()
public NetAppClusterBindIGroupToPorsetConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getInitiatorGroup()
public java.lang.String getPortsetName()
public void setInitiatorGroup(java.lang.String initiatorGroup)
public void setPortsetName(java.lang.String portsetName)
public NetAppClusterBindIGroupToPorsetConfigResponse execute() throws java.lang.Exception
java.lang.Exception