public class HypervDeleteVMPlacementPath
extends java.lang.Object
Remove VM Placement Path
This task allows the user to remove a VM placement path on a host.
Modifier | Constructor and Description |
---|---|
protected |
HypervDeleteVMPlacementPath() |
|
HypervDeleteVMPlacementPath(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getHost() |
java.lang.String |
getPlacementPath() |
void |
setCuicServer(CuicServer api) |
void |
setHost(java.lang.String host)
Select host
Accepts value from list type hvHost
|
void |
setPlacementPath(java.lang.String placementPath)
Select Placement Path
|
protected HypervDeleteVMPlacementPath()
public HypervDeleteVMPlacementPath(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getHost()
public java.lang.String getPlacementPath()
public void setHost(java.lang.String host)
public void setPlacementPath(java.lang.String placementPath)
public void execute() throws java.lang.Exception
java.lang.Exception