Uses of Class
org.jclouds.googlecomputeengine.domain.Instance.NetworkInterface
Packages that use Instance.NetworkInterface
-
Uses of Instance.NetworkInterface in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Instance.NetworkInterfaceModifier and TypeMethodDescriptionstatic Instance.NetworkInterface
Instance.NetworkInterface.create
(String name, URI network, String networkIP, List<Instance.NetworkInterface.AccessConfig> accessConfigs) Methods in org.jclouds.googlecomputeengine.domain that return types with arguments of type Instance.NetworkInterfaceModifier and TypeMethodDescriptionabstract List
<Instance.NetworkInterface> Instance.networkInterfaces()
Method parameters in org.jclouds.googlecomputeengine.domain with type arguments of type Instance.NetworkInterfaceModifier and TypeMethodDescriptionstatic Instance
Instance.create
(String id, Date creationTimestamp, URI selfLink, String name, String description, Tags tags, URI machineType, Instance.Status status, String statusMessage, URI zone, Boolean canIpForward, List<Instance.NetworkInterface> networkInterfaces, List<Instance.AttachedDisk> disks, Metadata metadata, List<Instance.ServiceAccount> serviceAccounts, Instance.Scheduling scheduling)