| 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) |
| 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() |
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 |
VirtualGuestApi.getVirtualGuest(long id) |
| Modifier and Type | Method and Description |
|---|---|
Set<VirtualGuest> |
VirtualGuestApi.listVirtualGuests() |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.