public class UserAPIVMware
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static UserAPIVMware |
instance |
Constructor and Description |
---|
UserAPIVMware() |
UserAPIVMware(CuicServer server) |
public static UserAPIVMware instance
public UserAPIVMware()
public UserAPIVMware(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String userAPICheckContextActionStatus(java.lang.String statusId) throws java.lang.Exception
java.lang.Exception
public int userAPIExecuteVIXScript(int vmId, java.lang.String username, java.lang.String password, java.lang.String script) throws java.lang.Exception
java.lang.Exception
public int userAPIExecuteVIXScriptWithOutput(int vmId, java.lang.String username, java.lang.String password, java.lang.String script) throws java.lang.Exception
java.lang.Exception
public APIVMNICOutputDetails userAPIAddVMNICs(APIVMNICInputParams params) throws java.lang.Exception
java.lang.Exception
public boolean userAPICreateVMwareSystemPolicy(ServiceDeliveryPolicyRequestParam serviceDelivery) throws java.lang.Exception
java.lang.Exception
public boolean userAPIUpdateVMwareSystemPolicy(ServiceDeliveryPolicyRequestParam serviceDelivery) throws java.lang.Exception
java.lang.Exception
public boolean userAPIDeleteVMwareSystemPolicy(ServiceDeliveryPolicyRequestParam serviceDelivery) throws java.lang.Exception
java.lang.Exception
public ServiceDeliveryPolicy userAPIGetVMwareSystemPolicy(ServiceDeliveryPolicyRequestParam serviceDelivery) throws java.lang.Exception
java.lang.Exception
public java.util.List<ServiceDeliveryPolicy> userAPIGetAllVMwareSystemPolicies() throws java.lang.Exception
java.lang.Exception
public java.util.List<VMWareDatastoreCluster> userAPIGetEligibleDataStoreClustersForCreateNewDisk(CreateVMDiskParams createVMDiskParams) throws java.lang.Exception
java.lang.Exception
public java.util.List<DataStoreInfo> userAPIGetEligibleDataStoresForCreateNewDisk(CreateVMDiskParams createVMDiskParams) throws java.lang.Exception
java.lang.Exception