public class NetAppDeleteClustervLANConfig
extends java.lang.Object
Deletes a VLAN from a network port. under cluster context.
This task will deletes a VLAN from a network port.
Modifier | Constructor and Description |
---|---|
protected |
NetAppDeleteClustervLANConfig() |
|
NetAppDeleteClustervLANConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getvLAN() |
void |
setCuicServer(CuicServer api) |
void |
setvLAN(java.lang.String vLAN)
Select vLAN interface to be deleted.
|
protected NetAppDeleteClustervLANConfig()
public NetAppDeleteClustervLANConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getvLAN()
public void setvLAN(java.lang.String vLAN)
public void execute() throws java.lang.Exception
java.lang.Exception