| Package | Description | 
|---|---|
| org.jclouds.joyent.cloudapi.v6_5.domain | |
| org.jclouds.joyent.cloudapi.v6_5.domain.datacenterscoped | |
| org.jclouds.joyent.cloudapi.v6_5.features | 
| Modifier and Type | Method and Description | 
|---|---|
Machine | 
Machine.Builder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
Machine.compareTo(Machine that)  | 
Machine.Builder | 
Machine.Builder.fromMachine(Machine in)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Machine | 
MachineInDatacenter.machine  | 
| Modifier and Type | Method and Description | 
|---|---|
Machine | 
MachineInDatacenter.get()  | 
| Constructor and Description | 
|---|
MachineInDatacenter(Machine machine,
                   String datacenterId)  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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-2013 jclouds. All Rights Reserved.