Package | Description |
---|---|
org.jclouds.joyent.sdc.v6_5.domain | |
org.jclouds.joyent.sdc.v6_5.domain.datacenterscoped | |
org.jclouds.joyent.sdc.v6_5.features |
Modifier and Type | Method and Description |
---|---|
Machine |
Machine.Builder.build() |
Modifier and Type | Method and Description |
---|---|
int |
Machine.compareTo(Machine other) |
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 |
MachineClient.createWithDataset(String datasetURN) |
Machine |
MachineClient.createWithDataset(String datasetURN,
CreateMachineOptions options)
Allows you to provision a machine.
|
Machine |
MachineClient.get(String id)
Gets the details for an individual machine.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Machine> |
MachineAsyncClient.createWithDataset(String datasetURN) |
com.google.common.util.concurrent.ListenableFuture<Machine> |
MachineAsyncClient.createWithDataset(String datasetURN,
CreateMachineOptions options) |
com.google.common.util.concurrent.ListenableFuture<Machine> |
MachineAsyncClient.get(String id) |
Set<Machine> |
MachineClient.list()
Lists all machines we have on record for your account.
|
com.google.common.util.concurrent.ListenableFuture<Set<Machine>> |
MachineAsyncClient.list() |
Copyright © 2009-2012 jclouds. All Rights Reserved.