public class HypervCreateVMPlacementPath
extends java.lang.Object
Adds VM placement path on host
This task will create VM placement path on HyperV host. The input filed is of HyperV host disk ID, this ID includes account name, host name and drive name.
Modifier | Constructor and Description |
---|---|
protected |
HypervCreateVMPlacementPath() |
|
HypervCreateVMPlacementPath(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HypervCreateVMPlacementPathResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getHostVolumeIDs() |
java.lang.String |
getPath() |
void |
setCuicServer(CuicServer api) |
void |
setHostVolumeIDs(java.lang.String hostVolumeIDs)
Select drive to add as VM placement
|
void |
setPath(java.lang.String path)
Specify Path Name
|
protected HypervCreateVMPlacementPath()
public HypervCreateVMPlacementPath(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getHostVolumeIDs()
public java.lang.String getPath()
public void setHostVolumeIDs(java.lang.String hostVolumeIDs)
public void setPath(java.lang.String path)
public HypervCreateVMPlacementPathResponse execute() throws java.lang.Exception
java.lang.Exception