Uses of Class
org.jclouds.googlecomputeengine.domain.NewInstance.NetworkInterface
Packages that use NewInstance.NetworkInterface
-
Uses of NewInstance.NetworkInterface in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return NewInstance.NetworkInterfaceModifier and TypeMethodDescriptionstatic NewInstance.NetworkInterface
static NewInstance.NetworkInterface
NewInstance.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.NetworkInterfaceModifier and TypeMethodDescriptionabstract List
<NewInstance.NetworkInterface> NewInstance.networkInterfaces()
Constructor parameters in org.jclouds.googlecomputeengine.domain with type arguments of type NewInstance.NetworkInterfaceModifierConstructorDescriptionBuilder
(String name, URI machineType, List<NewInstance.NetworkInterface> networks, List<AttachDisk> disks)