public class UserAPIFencedContainer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static UserAPIFencedContainer |
instance |
Constructor and Description |
---|
UserAPIFencedContainer() |
UserAPIFencedContainer(CuicServer server) |
public static UserAPIFencedContainer instance
public UserAPIFencedContainer()
public UserAPIFencedContainer(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String userAPIGetVNCURL(java.lang.String vmId) throws java.lang.Exception
java.lang.Exception
public APITabularReport userAPIGetServiceContainerDetails(int containerId) throws java.lang.Exception
java.lang.Exception
public boolean userAPIPowerOnServiceContainer(int containerId) throws java.lang.Exception
java.lang.Exception
public boolean userAPIPowerOffServiceContainer(int containerId) throws java.lang.Exception
java.lang.Exception
public int userAPIAddVMsServiceContainer(int containerId, ContainerVirtualMachine[] vms) throws java.lang.Exception
java.lang.Exception
public int userAPIDeleteServiceContainer(int containerId) throws java.lang.Exception
java.lang.Exception
public APITabularReport userAPIGetApplicationContainerTemplateDetails(java.lang.String applicationContainerTemplateName) throws java.lang.Exception
java.lang.Exception
public int userAPICloneServiceContainer(java.lang.String sourceContainerName, java.lang.String destinationContainerName) throws java.lang.Exception
java.lang.Exception
public java.util.List userAPIGetServiceContainerVirtualInfraPolicy(java.lang.String policyName) throws java.lang.Exception
java.lang.Exception
public java.util.List<ServiceContainer> userAPIGetAllServiceContainers() throws java.lang.Exception
java.lang.Exception
public ContainerDataObjects userAPIGetServiceContainerData(int containerId) throws java.lang.Exception
java.lang.Exception
public boolean userAPICreateServiceContainerTemplate(APIServiceContainerTemplate temp) throws java.lang.Exception
java.lang.Exception
public boolean userAPIUpdateServiceContainerTemplate(APIServiceContainerTemplate temp) throws java.lang.Exception
java.lang.Exception
public int userAPICreateServiceContainerWithoutCatalog(java.lang.String containerName, int groupId, java.lang.String applicationContainerTemplateName) throws java.lang.Exception
java.lang.Exception
public java.util.List<APIServiceContainerTemplate> userAPIGetServiceContainerTemplates() throws java.lang.Exception
java.lang.Exception
public int userAPIGetContainerId(java.lang.String containerName) throws java.lang.Exception
java.lang.Exception
public APIResourceLimitResponse userAPIGetVDCResourceLimits(APIResourceLimitParams resourceLimitParams) throws java.lang.Exception
java.lang.Exception
public boolean userAPICreateServiceContainerVirtualInfraPolicy(FencedContainerVirtualInfrastructurePolicy policy) throws java.lang.Exception
java.lang.Exception
public boolean userAPIUpdateServiceContainerVirtualInfraPolicy(FencedContainerVirtualInfrastructurePolicy policy) throws java.lang.Exception
java.lang.Exception
public boolean userAPIDeleteServiceContainerVirtualInfraPolicy(FencedContainerVirtualInfrastructurePolicy resourceLimitParams) throws java.lang.Exception
java.lang.Exception
public java.util.List<FencedContainerVirtualInfrastructurePolicy> userAPIGetAllServiceContainerVirtualInfraPolicy() throws java.lang.Exception
java.lang.Exception