|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MachineTypeApi
Provides access to MachineTypes via their REST API.
| Method Summary | |
|---|---|
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) |
| Method Detail |
|---|
@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)
listAtMarkerInZone(String, String, org.jclouds.googlecomputeengine.options.ListOptions)
@Named(value="MachineTypes:list")
ListPage<MachineType> listAtMarkerInZone(String zone,
@Nullable
String marker)
listAtMarkerInZone(String, String, org.jclouds.googlecomputeengine.options.ListOptions)
@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 options
ListOptions,
ListPage@Named(value="MachineTypes:list") org.jclouds.collect.PagedIterable<MachineType> listInZone(String zone)
listInZone(String, org.jclouds.googlecomputeengine.options.ListOptions)
@Named(value="MachineTypes:list")
org.jclouds.collect.PagedIterable<MachineType> listInZone(String zone,
ListOptions listOptions)
zone - the zone to list in
PagedIterable,
listAtMarkerInZone(String, String, org.jclouds.googlecomputeengine.options.ListOptions)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||