public class NetAppClusterUnbindIGroupFromPorsetConfig
extends java.lang.Object
Unbinds igroup from selected portset
This task will unbind selected initiator group from selected portset.
Modifier | Constructor and Description |
---|---|
protected |
NetAppClusterUnbindIGroupFromPorsetConfig() |
|
NetAppClusterUnbindIGroupFromPorsetConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppClusterUnbindIGroupFromPorsetConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getInitiatorGroup() |
void |
setCuicServer(CuicServer api) |
void |
setInitiatorGroup(java.lang.String initiatorGroup)
Select the Initiator Group that needs to be unbound from portset Accepts
value from list type netappClusterIGroupIdentity
|
protected NetAppClusterUnbindIGroupFromPorsetConfig()
public NetAppClusterUnbindIGroupFromPorsetConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getInitiatorGroup()
public void setInitiatorGroup(java.lang.String initiatorGroup)
public NetAppClusterUnbindIGroupFromPorsetConfigResponse execute() throws java.lang.Exception
java.lang.Exception