| Package | Description |
|---|---|
| org.jclouds.googlecomputeengine.domain | |
| org.jclouds.googlecomputeengine.features | |
| org.jclouds.googlecomputeengine.functions.internal |
| Modifier and Type | Field and Description |
|---|---|
protected MachineType |
MachineTypeInZone.machineType |
| Modifier and Type | Method and Description |
|---|---|
MachineType |
MachineType.Builder.build() |
MachineType |
MachineTypeInZone.getMachineType() |
| Modifier and Type | Method and Description |
|---|---|
MachineType.Builder |
MachineType.Builder.fromMachineType(MachineType in) |
| Constructor and Description |
|---|
MachineTypeInZone(MachineType machineType,
String zoneId) |
| Modifier and Type | Method and Description |
|---|---|
MachineType |
MachineTypeApi.getInZone(String zone,
String machineTypeName)
Returns the specified machine type resource
|
| Modifier and Type | Method and Description |
|---|---|
ListPage<MachineType> |
MachineTypeApi.listAtMarkerInZone(String zone,
String marker) |
ListPage<MachineType> |
MachineTypeApi.listAtMarkerInZone(String zone,
String marker,
ListOptions listOptions)
Retrieves the list of machine type resources available to the specified project.
|
ListPage<MachineType> |
MachineTypeApi.listFirstPageInZone(String zone) |
org.jclouds.collect.PagedIterable<MachineType> |
MachineTypeApi.listInZone(String zone) |
org.jclouds.collect.PagedIterable<MachineType> |
MachineTypeApi.listInZone(String zone,
ListOptions listOptions)
A paged version of MachineTypeApi#listInZone(String)
|
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<MachineType>> |
ParseMachineTypes.ToPagedIterable.fetchNextPage(String project,
String zone,
ListOptions options) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.