Uses of Class
org.jclouds.googlecomputeengine.domain.MachineType

Packages that use MachineType
org.jclouds.googlecomputeengine.domain   
org.jclouds.googlecomputeengine.features   
org.jclouds.googlecomputeengine.functions.internal   
 

Uses of MachineType in org.jclouds.googlecomputeengine.domain
 

Fields in org.jclouds.googlecomputeengine.domain declared as MachineType
protected  MachineType MachineTypeInZone.machineType
           
 

Methods in org.jclouds.googlecomputeengine.domain that return MachineType
 MachineType MachineType.Builder.build()
           
 MachineType MachineTypeInZone.getMachineType()
           
 

Methods in org.jclouds.googlecomputeengine.domain with parameters of type MachineType
 MachineType.Builder MachineType.Builder.fromMachineType(MachineType in)
           
 

Constructors in org.jclouds.googlecomputeengine.domain with parameters of type MachineType
MachineTypeInZone(MachineType machineType, String zoneId)
           
 

Uses of MachineType in org.jclouds.googlecomputeengine.features
 

Methods in org.jclouds.googlecomputeengine.features that return MachineType
 MachineType MachineTypeApi.getInZone(String zone, String machineTypeName)
          Returns the specified machine type resource
 

Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type MachineType
 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)
 

Uses of MachineType in org.jclouds.googlecomputeengine.functions.internal
 

Methods in org.jclouds.googlecomputeengine.functions.internal that return types with arguments of type MachineType
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.