Package org.jclouds.opsource.servers.domain

Examples of org.jclouds.opsource.servers.domain.DeployedServersList


public class ServerApiLiveTest extends BaseOpSourceServersApiLiveTest {

   public void testGetDeployedServers() {
    Account account = restContext.getApi().getAccountApi().getMyAccount();
    assert account.getOrgId() != null;
      DeployedServersList deployedServersList = restContext.getApi().getServerApi().getDeployedServers(account.getOrgId());
      assert deployedServersList != null;
   }
View Full Code Here


public class ServerApiLiveTest extends BaseOpSourceServersApiLiveTest {

   public void testGetDeployedServers() {
    Account account = restContext.getApi().getAccountApi().getMyAccount();
    assert account.getOrgId() != null;
      DeployedServersList deployedServersList = restContext.getApi().getServerApi().getDeployedServers(account.getOrgId());
      assert deployedServersList != null;
   }
View Full Code Here

TOP

Related Classes of org.jclouds.opsource.servers.domain.DeployedServersList

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.