Uses of Class
org.jclouds.profitbricks.domain.Server.Request.CreatePayload
- 
Packages that use Server.Request.CreatePayload Package Description org.jclouds.profitbricks.binder.server org.jclouds.profitbricks.domain org.jclouds.profitbricks.features  - 
- 
Uses of Server.Request.CreatePayload in org.jclouds.profitbricks.binder.server
Methods in org.jclouds.profitbricks.binder.server with parameters of type Server.Request.CreatePayload Modifier and Type Method Description protected StringCreateServerRequestBinder. createPayload(Server.Request.CreatePayload payload) - 
Uses of Server.Request.CreatePayload in org.jclouds.profitbricks.domain
Methods in org.jclouds.profitbricks.domain that return Server.Request.CreatePayload Modifier and Type Method Description Server.Request.CreatePayloadServer.Request.CreatePayload.Builder. build() - 
Uses of Server.Request.CreatePayload in org.jclouds.profitbricks.features
Methods in org.jclouds.profitbricks.features with parameters of type Server.Request.CreatePayload Modifier and Type Method Description StringServerApi. createServer(Server.Request.CreatePayload payload)Creates a Virtual Server within an existing data center. 
 -