public class HypervResyncVM
extends java.lang.Object
Performs inventory collection for the given VM.
This task allows you to get inventory for a given VM. It refreshes the standard parameters of the VM such as its memory, ipaddress,snapshots etc.
Modifier | Constructor and Description |
---|---|
protected |
HypervResyncVM() |
|
HypervResyncVM(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HypervResyncVMResponse |
execute() |
CuicServer |
getCuicServer() |
int |
getMaxWaitTimeMinutes() |
int |
getVmId() |
void |
setCuicServer(CuicServer api) |
void |
setMaxWaitTimeMinutes(int maxWaitTimeMinutes)
Max Wait Time in minutes
|
void |
setVmId(int vmId)
Select the VM on which to perform the action
Accepts value from list type vm
|
protected HypervResyncVM()
public HypervResyncVM(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public int getVmId()
public int getMaxWaitTimeMinutes()
public void setVmId(int vmId)
public void setMaxWaitTimeMinutes(int maxWaitTimeMinutes)
public HypervResyncVMResponse execute() throws java.lang.Exception
java.lang.Exception