public class NetAppClusterDeleteWWPNAliasConfig
extends java.lang.Object
deletes wwpn alias
This task will delete selected wwpn alias.
Modifier | Constructor and Description |
---|---|
protected |
NetAppClusterDeleteWWPNAliasConfig() |
|
NetAppClusterDeleteWWPNAliasConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppClusterDeleteWWPNAliasConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getWwpnAlias() |
void |
setCuicServer(CuicServer api) |
void |
setWwpnAlias(java.lang.String wwpnAlias)
Select wwpn alias to be deleted Accepts value from list type
netappClusterWWPNAliasIdentity
|
protected NetAppClusterDeleteWWPNAliasConfig()
public NetAppClusterDeleteWWPNAliasConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getWwpnAlias()
public void setWwpnAlias(java.lang.String wwpnAlias)
public NetAppClusterDeleteWWPNAliasConfigResponse execute() throws java.lang.Exception
java.lang.Exception