Package br.com.ingenieux.picloud.req

Examples of br.com.ingenieux.picloud.req.CreateVolumeRequest


    assertThat(serverList, hasSize(greaterThan(0)));
  }
 
  @Test
  public void testCreateVolume() {
    CreateVolumeRequest req = new CreateVolumeRequest();
   
    req.setName("apps");
    req.setDescription("Sample apps volume");
    req.setMountPath("apps");
   
    CreateVolumeResponse response = piCloud.createVolume(req);
  }
View Full Code Here

TOP

Related Classes of br.com.ingenieux.picloud.req.CreateVolumeRequest

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.