Uses of Class
org.jclouds.googlecomputeengine.domain.Instance.NetworkInterface.AccessConfig
- 
Packages that use Instance.NetworkInterface.AccessConfig Package Description org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.features  - 
- 
Uses of Instance.NetworkInterface.AccessConfig in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Instance.NetworkInterface.AccessConfig Modifier and Type Method Description static Instance.NetworkInterface.AccessConfigInstance.NetworkInterface.AccessConfig. create(String name, Instance.NetworkInterface.AccessConfig.Type type, String natIP)Methods in org.jclouds.googlecomputeengine.domain that return types with arguments of type Instance.NetworkInterface.AccessConfig Modifier and Type Method Description abstract List<Instance.NetworkInterface.AccessConfig>Instance.NetworkInterface. accessConfigs()Method parameters in org.jclouds.googlecomputeengine.domain with type arguments of type Instance.NetworkInterface.AccessConfig Modifier and Type Method Description static Instance.NetworkInterfaceInstance.NetworkInterface. create(String name, URI network, String networkIP, List<Instance.NetworkInterface.AccessConfig> accessConfigs)static NewInstance.NetworkInterfaceNewInstance.NetworkInterface. create(URI network, URI subnetwork, List<Instance.NetworkInterface.AccessConfig> accessConfigs) - 
Uses of Instance.NetworkInterface.AccessConfig in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features with parameters of type Instance.NetworkInterface.AccessConfig Modifier and Type Method Description OperationInstanceApi. addAccessConfigToNic(String instance, Instance.NetworkInterface.AccessConfig accessConfig, String networkInterfaceName)Adds an access config to an instance's network interface. 
 -