Uses of Class
org.jclouds.googlecomputeengine.domain.Zone
-
Packages that use Zone Package Description org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.features -
-
Uses of Zone in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Zone Modifier and Type Method Description static Zone
Zone. create(String id, Date creationTimestamp, URI selfLink, String name, String description, Zone.Status status, List<Zone.MaintenanceWindow> maintenanceWindows, Deprecated deprecated, String region, List<String> availableMachineTypes)
-
Uses of Zone in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features that return Zone Modifier and Type Method Description Zone
ZoneApi. get(String zone)
Returns a zone by name or null if not found.Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type Zone Modifier and Type Method Description protected com.google.common.base.Function<String,ListPage<Zone>>
ZoneApi.ZonePages. fetchNextPage(ListOptions options)
Iterator<ListPage<Zone>>
ZoneApi. list()
Iterator<ListPage<Zone>>
ZoneApi. list(ListOptions options)
ListPage<Zone>
ZoneApi. listPage(String pageToken, ListOptions listOptions)
Retrieves the list of zone resources available to the specified project.
-