Uses of Class
org.jclouds.googlecomputeengine.domain.NewInstance.NetworkInterface
-
Packages that use NewInstance.NetworkInterface Package Description org.jclouds.googlecomputeengine.domain -
-
Uses of NewInstance.NetworkInterface in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return NewInstance.NetworkInterface Modifier and Type Method Description static NewInstance.NetworkInterfaceNewInstance.NetworkInterface. create(URI network, URI subnetwork)static NewInstance.NetworkInterfaceNewInstance.NetworkInterface. create(URI network, URI subnetwork, List<Instance.NetworkInterface.AccessConfig> accessConfigs)Methods in org.jclouds.googlecomputeengine.domain that return types with arguments of type NewInstance.NetworkInterface Modifier and Type Method Description abstract List<NewInstance.NetworkInterface>NewInstance. networkInterfaces()Constructor parameters in org.jclouds.googlecomputeengine.domain with type arguments of type NewInstance.NetworkInterface Constructor Description Builder(String name, URI machineType, List<NewInstance.NetworkInterface> networks, List<AttachDisk> disks)
-