public class HypervRemoveVMVirtualNetworkAdapater
extends java.lang.Object
Removes VM Virtual Network Adapter
This task removes VM Virtual Network Adapter.
Modifier | Constructor and Description |
---|---|
protected |
HypervRemoveVMVirtualNetworkAdapater() |
|
HypervRemoveVMVirtualNetworkAdapater(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getVmNetworkAdapter() |
void |
setCuicServer(CuicServer api) |
void |
setVmNetworkAdapter(java.lang.String vmNetworkAdapter)
Select the VM Network Adapter on which to perform the action
|
protected HypervRemoveVMVirtualNetworkAdapater()
public HypervRemoveVMVirtualNetworkAdapater(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getVmNetworkAdapter()
public void setVmNetworkAdapter(java.lang.String vmNetworkAdapter)
public void execute() throws java.lang.Exception
java.lang.Exception