Uses of Class
org.jclouds.joyent.cloudapi.v6_5.domain.Machine

Packages that use Machine
org.jclouds.joyent.cloudapi.v6_5.domain   
org.jclouds.joyent.cloudapi.v6_5.domain.datacenterscoped   
org.jclouds.joyent.cloudapi.v6_5.features   
 

Uses of Machine in org.jclouds.joyent.cloudapi.v6_5.domain
 

Methods in org.jclouds.joyent.cloudapi.v6_5.domain that return Machine
 Machine Machine.Builder.build()
           
 

Methods in org.jclouds.joyent.cloudapi.v6_5.domain with parameters of type Machine
 int Machine.compareTo(Machine that)
           
 Machine.Builder Machine.Builder.fromMachine(Machine in)
           
 

Uses of Machine in org.jclouds.joyent.cloudapi.v6_5.domain.datacenterscoped
 

Fields in org.jclouds.joyent.cloudapi.v6_5.domain.datacenterscoped declared as Machine
protected  Machine MachineInDatacenter.machine
           
 

Methods in org.jclouds.joyent.cloudapi.v6_5.domain.datacenterscoped that return Machine
 Machine MachineInDatacenter.get()
           
 

Constructors in org.jclouds.joyent.cloudapi.v6_5.domain.datacenterscoped with parameters of type Machine
MachineInDatacenter(Machine machine, String datacenterId)
           
 

Uses of Machine in org.jclouds.joyent.cloudapi.v6_5.features
 

Methods in org.jclouds.joyent.cloudapi.v6_5.features that return Machine
 Machine MachineApi.createWithDataset(String datasetURN)
           
 Machine MachineApi.createWithDataset(String datasetURN, CreateMachineOptions options)
          Allows you to provision a machine.
 Machine MachineApi.get(String id)
          Gets the details for an individual machine.
 

Methods in org.jclouds.joyent.cloudapi.v6_5.features that return types with arguments of type Machine
 com.google.common.util.concurrent.ListenableFuture<Machine> MachineAsyncApi.createWithDataset(String datasetURN)
           
 com.google.common.util.concurrent.ListenableFuture<Machine> MachineAsyncApi.createWithDataset(String datasetURN, CreateMachineOptions options)
           
 com.google.common.util.concurrent.ListenableFuture<Machine> MachineAsyncApi.get(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Machine>> MachineAsyncApi.list()
           
 Set<Machine> MachineApi.list()
          Lists all machines we have on record for your account.
 



Copyright © 2009-2012 jclouds. All Rights Reserved.