Uses of Class
org.jclouds.cloudstack.domain.Zone
Packages that use Zone
Package
Description
-
Uses of Zone in org.jclouds.cloudstack.compute
Fields in org.jclouds.cloudstack.compute with type parameters of type Zone -
Uses of Zone in org.jclouds.cloudstack.compute.functions
Methods in org.jclouds.cloudstack.compute.functions with parameters of type 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 -
Uses of Zone in org.jclouds.cloudstack.domain
Methods in org.jclouds.cloudstack.domain that return ZoneMethods in org.jclouds.cloudstack.domain with parameters of type Zone -
Uses of Zone in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features that return ZoneModifier and TypeMethodDescriptionGlobalZoneApi.createZone
(String name, NetworkType networkType, String externalDns1, String internalDns1, CreateZoneOptions... options) Create a new Zoneget a specific zone by idGlobalZoneApi.updateZone
(String id, UpdateZoneOptions... options) Update a zoneMethods in org.jclouds.cloudstack.features that return types with arguments of type Zone -
Uses of Zone in org.jclouds.cloudstack.functions
Fields in org.jclouds.cloudstack.functions with type parameters of type ZoneMethods in org.jclouds.cloudstack.functions that return ZoneConstructor parameters in org.jclouds.cloudstack.functions with type arguments of type ZoneModifierConstructorDescriptionCreateSecurityGroupIfNeeded
(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 ZoneModifier and TypeMethodDescriptionstatic 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 ZoneConstructor parameters in org.jclouds.cloudstack.suppliers with type arguments of type ZoneModifierConstructorDescriptionZoneIdToZoneSupplier
(com.google.common.cache.CacheLoader<String, Zone> zoneIdToZone, long expirationSecs)