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 |
---|---|
NodeMetadata |
VirtualGuestToNodeMetadata.apply(VirtualGuest from) |
Hardware |
VirtualGuestToNodeMetadata.GetHardwareForVirtualGuest.getHardware(VirtualGuest guest) |
Image |
VirtualGuestToNodeMetadata.GetImageForVirtualGuest.getImage(VirtualGuest guest) |
boolean |
VirtualGuestToNodeMetadata.FindLocationForVirtualGuest.matches(VirtualGuest from,
Location input) |
Modifier and Type | Method and Description |
---|---|
VirtualGuest |
SoftLayerComputeServiceAdapter.getNode(String id) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<VirtualGuest> |
SoftLayerComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template) |
Iterable<VirtualGuest> |
SoftLayerComputeServiceAdapter.listNodes() |
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) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<VirtualGuest> |
VirtualGuestAsyncClient.getVirtualGuest(long id) |
Set<VirtualGuest> |
VirtualGuestClient.listVirtualGuests() |
com.google.common.util.concurrent.ListenableFuture<Set<VirtualGuest>> |
VirtualGuestAsyncClient.listVirtualGuests() |
Copyright © 2009-2013 jclouds. All Rights Reserved.