| Modifier and Type | Method and Description | 
|---|---|
Location | 
ZoneToLocation.apply(Zone zone)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Zone> | 
CloudStackComputeServiceAdapter.listLocations()  | 
| Constructor and Description | 
|---|
CloudStackComputeServiceAdapter(CloudStackClient client,
                               com.google.common.base.Predicate<Long> jobComplete,
                               com.google.common.base.Supplier<Map<Long,Network>> networkSupplier,
                               BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult,
                               StaticNATVirtualMachineInNetwork.Factory staticNATVMInNetwork,
                               CreatePortForwardingRulesForIP setupPortForwardingRulesForIP,
                               com.google.common.cache.LoadingCache<Long,Set<IPForwardingRule>> vmToRules,
                               Map<String,Credentials> credentialStore,
                               Map<NetworkType,? extends OptionsConverter> optionsConverters,
                               com.google.common.base.Supplier<com.google.common.cache.LoadingCache<Long,Zone>> zoneIdToZone)  | 
| Modifier and Type | Method and Description | 
|---|---|
Zone | 
Zone.Builder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
Zone.compareTo(Zone arg0)  | 
| Modifier and Type | Method and Description | 
|---|---|
Zone | 
GlobalZoneClient.createZone(String name,
          NetworkType networkType,
          String dns1,
          String internalDns1,
          CreateZoneOptions... options)
Create a new Zone 
 | 
Zone | 
ZoneClient.getZone(long id)
get a specific zone by id 
 | 
Zone | 
GlobalZoneClient.updateZone(long id,
          UpdateZoneOptions... options)
Update a zone 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Zone> | 
GlobalZoneAsyncClient.createZone(String name,
          NetworkType networkType,
          String externalDns1,
          String internalDns1,
          CreateZoneOptions... options)  | 
com.google.common.util.concurrent.ListenableFuture<Zone> | 
ZoneAsyncClient.getZone(long id)  | 
Set<Zone> | 
ZoneClient.listZones(ListZonesOptions... options)
Lists zones 
 | 
com.google.common.util.concurrent.ListenableFuture<Set<Zone>> | 
ZoneAsyncClient.listZones(ListZonesOptions... options)  | 
com.google.common.util.concurrent.ListenableFuture<Zone> | 
GlobalZoneAsyncClient.updateZone(long id,
          UpdateZoneOptions... options)  | 
| Modifier and Type | Method and Description | 
|---|---|
Zone | 
ZoneIdToZone.load(Long zoneId)  | 
| Modifier and Type | Method and Description | 
|---|---|
static com.google.common.base.Predicate<Zone> | 
ZonePredicates.any()  | 
static com.google.common.base.Predicate<Zone> | 
ZonePredicates.supportsAdvancedNetworks()  | 
static com.google.common.base.Predicate<Zone> | 
ZonePredicates.supportsSecurityGroups()  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.cache.LoadingCache<Long,Zone> | 
ZoneIdToZoneSupplier.get()  | 
| Constructor and Description | 
|---|
ZoneIdToZoneSupplier(com.google.common.cache.CacheLoader<Long,Zone> zoneIdToZone,
                    long expirationSecs)  | 
Copyright © 2009-2012 jclouds. All Rights Reserved.