Uses of Class
org.jclouds.googlecomputeengine.domain.Instance.NetworkInterface.AccessConfig.Type
-
Packages that use Instance.NetworkInterface.AccessConfig.Type Package Description 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 Modifier and Type Method Description abstract Instance.NetworkInterface.AccessConfig.TypeInstance.NetworkInterface.AccessConfig. type()static Instance.NetworkInterface.AccessConfig.TypeInstance.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 Modifier and Type Method Description static Instance.NetworkInterface.AccessConfigInstance.NetworkInterface.AccessConfig. create(String name, Instance.NetworkInterface.AccessConfig.Type type, String natIP)
-