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 |
---|---|
Location |
DatacenterToLocation.apply(Datacenter datacenter) |
Modifier and Type | Method and Description |
---|---|
Iterable<Datacenter> |
SoftLayerComputeServiceAdapter.listLocations() |
Modifier and Type | Field and Description |
---|---|
protected Datacenter |
VirtualGuest.Builder.datacenter |
Modifier and Type | Field and Description |
---|---|
protected Set<Datacenter> |
ProductPackage.Builder.locations |
Modifier and Type | Method and Description |
---|---|
Datacenter |
Datacenter.Builder.build() |
Datacenter |
VirtualGuest.getDatacenter() |
Modifier and Type | Method and Description |
---|---|
Set<Datacenter> |
ProductPackage.getDatacenters() |
Modifier and Type | Method and Description |
---|---|
T |
VirtualGuest.Builder.datacenter(Datacenter datacenter) |
T |
ProductPackage.Builder.datacenters(Datacenter... in) |
T |
Datacenter.Builder.fromDatacenter(Datacenter in) |
Modifier and Type | Method and Description |
---|---|
T |
ProductPackage.Builder.datacenters(Set<Datacenter> locations) |
Constructor and Description |
---|
VirtualGuest(int accountId,
Date createDate,
boolean dedicatedAccountHostOnly,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
boolean privateNetworkOnly,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
Datacenter datacenter,
PowerState powerState) |
Constructor and Description |
---|
ProductPackage(int id,
String name,
String description,
Set<ProductItem> items,
Set<Datacenter> locations) |
Modifier and Type | Method and Description |
---|---|
Datacenter |
DatacenterClient.getDatacenter(long id) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Datacenter> |
DatacenterAsyncClient.getDatacenter(long id) |
Set<Datacenter> |
DatacenterClient.listDatacenters() |
com.google.common.util.concurrent.ListenableFuture<Set<Datacenter>> |
DatacenterAsyncClient.listDatacenters() |
Copyright © 2009-2013 jclouds. All Rights Reserved.