Uses of Class
org.jclouds.googlecomputeengine.domain.Zone
Packages that use Zone
-
Uses of Zone in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return ZoneModifier and TypeMethodDescriptionstatic 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 ZoneModifier and TypeMethodDescriptionReturns a zone by name or null if not found.Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type ZoneModifier and TypeMethodDescriptionZoneApi.ZonePages.fetchNextPage
(ListOptions options) ZoneApi.list()
ZoneApi.list
(ListOptions options) ZoneApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of zone resources available to the specified project.