| Modifier and Type | Method and Description |
|---|---|
MachineType |
getInZone(String zone,
String machineTypeName)
Returns the specified machine type resource
|
ListPage<MachineType> |
listAtMarkerInZone(String zone,
String marker) |
ListPage<MachineType> |
listAtMarkerInZone(String zone,
String marker,
ListOptions listOptions)
Retrieves the list of machine type resources available to the specified project.
|
ListPage<MachineType> |
listFirstPageInZone(String zone) |
org.jclouds.collect.PagedIterable<MachineType> |
listInZone(String zone) |
org.jclouds.collect.PagedIterable<MachineType> |
listInZone(String zone,
ListOptions listOptions)
A paged version of MachineTypeApi#listInZone(String)
|
@Named(value="MachineTypes:get") MachineType getInZone(String zone, String machineTypeName)
zone - the name of the zone the machine type is inmachineTypeName - name of the machine type resource to return.@Named(value="MachineTypes:list") ListPage<MachineType> listFirstPageInZone(String zone)
@Named(value="MachineTypes:list") ListPage<MachineType> listAtMarkerInZone(String zone, @Nullable String marker)
@Named(value="MachineTypes:list") ListPage<MachineType> listAtMarkerInZone(String zone, @Nullable String marker, ListOptions listOptions)
zone - The name of the zone to list in.marker - marks the beginning of the next list pagelistOptions - listing optionsListOptions,
ListPage@Named(value="MachineTypes:list") org.jclouds.collect.PagedIterable<MachineType> listInZone(String zone)
@Named(value="MachineTypes:list") org.jclouds.collect.PagedIterable<MachineType> listInZone(String zone, ListOptions listOptions)
zone - the zone to list inPagedIterable,
listAtMarkerInZone(String, String, org.jclouds.googlecomputeengine.options.ListOptions)Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.