Uses of Class
org.jclouds.cloudstack.domain.Zone
-
-
Uses of Zone in org.jclouds.cloudstack.compute
Fields in org.jclouds.cloudstack.compute with type parameters of type Zone Modifier and Type Field Description protected com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String,Zone>>
CloudStackComputeService. zoneIdToZone
-
Uses of Zone in org.jclouds.cloudstack.compute.functions
Methods in org.jclouds.cloudstack.compute.functions with parameters of type Zone Modifier and Type Method Description Location
ZoneToLocation. apply(Zone zone)
-
Uses of Zone in org.jclouds.cloudstack.compute.strategy
Methods in org.jclouds.cloudstack.compute.strategy that return types with arguments of type Zone Modifier and Type Method Description Iterable<Zone>
CloudStackComputeServiceAdapter. listLocations()
-
Uses of Zone in org.jclouds.cloudstack.domain
Methods in org.jclouds.cloudstack.domain that return Zone Modifier and Type Method Description Zone
Zone.Builder. build()
Methods in org.jclouds.cloudstack.domain with parameters of type Zone Modifier and Type Method Description int
Zone. compareTo(Zone o)
T
Zone.Builder. fromZone(Zone in)
-
Uses of Zone in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features that return Zone Modifier and Type Method Description Zone
GlobalZoneApi. createZone(String name, NetworkType networkType, String externalDns1, String internalDns1, CreateZoneOptions... options)
Create a new ZoneZone
ZoneApi. getZone(String id)
get a specific zone by idZone
GlobalZoneApi. updateZone(String id, UpdateZoneOptions... options)
Update a zoneMethods in org.jclouds.cloudstack.features that return types with arguments of type Zone Modifier and Type Method Description Set<Zone>
ZoneApi. listZones(ListZonesOptions... options)
Lists zones -
Uses of Zone in org.jclouds.cloudstack.functions
Fields in org.jclouds.cloudstack.functions with type parameters of type Zone Modifier and Type Field Description protected com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String,Zone>>
CreateSecurityGroupIfNeeded. zoneIdToZone
Methods in org.jclouds.cloudstack.functions that return Zone Modifier and Type Method Description Zone
ZoneIdToZone. load(String zoneId)
Constructor parameters in org.jclouds.cloudstack.functions with type arguments of type Zone Constructor Description CreateSecurityGroupIfNeeded(CloudStackApi client, com.google.common.base.Predicate<String> jobComplete, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String,Zone>> zoneIdToZone)
-
Uses of Zone in org.jclouds.cloudstack.predicates
Methods in org.jclouds.cloudstack.predicates that return types with arguments of type Zone Modifier and Type Method 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()
-
Uses of Zone in org.jclouds.cloudstack.suppliers
Methods in org.jclouds.cloudstack.suppliers that return types with arguments of type Zone Modifier and Type Method Description com.google.common.cache.LoadingCache<String,Zone>
ZoneIdToZoneSupplier. get()
Constructor parameters in org.jclouds.cloudstack.suppliers with type arguments of type Zone Constructor Description ZoneIdToZoneSupplier(com.google.common.cache.CacheLoader<String,Zone> zoneIdToZone, long expirationSecs)
-