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<String> jobComplete,
com.google.common.base.Supplier<Map<String,Network>> networkSupplier,
BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult,
StaticNATVirtualMachineInNetwork.Factory staticNATVMInNetwork,
CreatePortForwardingRulesForIP setupPortForwardingRulesForIP,
CreateFirewallRulesForIP setupFirewallRulesForIP,
com.google.common.cache.LoadingCache<String,Set<IPForwardingRule>> vmToRules,
Map<String,Credentials> credentialStore,
Map<NetworkType,? extends OptionsConverter> optionsConverters,
com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String,Zone>> zoneIdToZone) |
Modifier and Type | Method and Description |
---|---|
Zone |
Zone.Builder.build() |
Modifier and Type | Method and Description |
---|---|
int |
Zone.compareTo(Zone o) |
T |
Zone.Builder.fromZone(Zone in) |
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(String id)
get a specific zone by id
|
Zone |
GlobalZoneClient.updateZone(String 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(String 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(String id,
UpdateZoneOptions... options) |
Modifier and Type | Method and Description |
---|---|
Zone |
ZoneIdToZone.load(String 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<String,Zone> |
ZoneIdToZoneSupplier.get() |
Constructor and Description |
---|
ZoneIdToZoneSupplier(com.google.common.cache.CacheLoader<String,Zone> zoneIdToZone,
long expirationSecs) |
Copyright © 2009-2013 jclouds. All Rights Reserved.