| Package | Description |
|---|---|
| org.jclouds.softlayer.compute.functions | |
| org.jclouds.softlayer.compute.strategy | |
| org.jclouds.softlayer.domain | |
| org.jclouds.softlayer.features |
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.compute.domain.NodeMetadata |
VirtualGuestToNodeMetadata.apply(VirtualGuest from) |
org.jclouds.compute.domain.Hardware |
VirtualGuestToNodeMetadata.GetHardwareForVirtualGuest.getHardware(VirtualGuest guest) |
org.jclouds.compute.domain.Image |
VirtualGuestToNodeMetadata.GetImageForVirtualGuest.getImage(VirtualGuest guest) |
| Modifier and Type | Method and Description |
|---|---|
VirtualGuest |
SoftLayerComputeServiceAdapter.getNode(String id) |
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.compute.ComputeServiceAdapter.NodeAndInitialCredentials<VirtualGuest> |
SoftLayerComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
org.jclouds.compute.domain.Template template) |
Iterable<VirtualGuest> |
SoftLayerComputeServiceAdapter.listNodes() |
Iterable<VirtualGuest> |
SoftLayerComputeServiceAdapter.listNodesByIds(Iterable<String> ids) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SoftLayerComputeServiceAdapter.VirtualGuestHasLoginDetailsPresent.apply(VirtualGuest guest) |
| Modifier and Type | Field and Description |
|---|---|
protected Set<VirtualGuest> |
ProductOrder.Builder.virtualGuests |
| Modifier and Type | Method and Description |
|---|---|
VirtualGuest |
VirtualGuest.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Set<VirtualGuest> |
ProductOrder.getVirtualGuests()
Gets the virtual guests in this order.
|
| Modifier and Type | Method and Description |
|---|---|
T |
VirtualGuest.Builder.fromVirtualGuest(VirtualGuest in) |
T |
ProductOrder.Builder.virtualGuests(VirtualGuest... in) |
| Modifier and Type | Method and Description |
|---|---|
T |
ProductOrder.Builder.virtualGuests(Set<VirtualGuest> virtualGuests) |
| Constructor and Description |
|---|
ProductOrder(int packageId,
String location,
Set<ProductItemPrice> prices,
Set<VirtualGuest> virtualGuests,
int quantity,
boolean useHourlyPricing) |
| Modifier and Type | Method and Description |
|---|---|
VirtualGuest |
VirtualGuestClient.getVirtualGuest(long id)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<VirtualGuest> |
VirtualGuestAsyncClient.getVirtualGuest(long id)
Deprecated.
|
Set<VirtualGuest> |
VirtualGuestClient.listVirtualGuests()
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Set<VirtualGuest>> |
VirtualGuestAsyncClient.listVirtualGuests()
Deprecated.
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.