Uses of Class
org.jclouds.googlecomputeengine.domain.Instance.NetworkInterface.AccessConfig.Type

Packages that use Instance.NetworkInterface.AccessConfig.Type
org.jclouds.googlecomputeengine.domain   
 

Uses of Instance.NetworkInterface.AccessConfig.Type in org.jclouds.googlecomputeengine.domain
 

Methods in org.jclouds.googlecomputeengine.domain that return Instance.NetworkInterface.AccessConfig.Type
 Instance.NetworkInterface.AccessConfig.Type Instance.NetworkInterface.AccessConfig.getType()
           
static Instance.NetworkInterface.AccessConfig.Type Instance.NetworkInterface.AccessConfig.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Instance.NetworkInterface.AccessConfig.Type[] Instance.NetworkInterface.AccessConfig.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.googlecomputeengine.domain with parameters of type Instance.NetworkInterface.AccessConfig.Type
 InstanceTemplate InstanceTemplate.addNetworkInterface(URI network, Instance.NetworkInterface.AccessConfig.Type type)
           
 Instance.NetworkInterface.AccessConfig.Builder Instance.NetworkInterface.AccessConfig.Builder.type(Instance.NetworkInterface.AccessConfig.Type type)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.