Uses of Class
org.jclouds.googlecomputeengine.domain.Instance.NetworkInterface
-
Packages that use Instance.NetworkInterface Package Description org.jclouds.googlecomputeengine.domain -
-
Uses of Instance.NetworkInterface in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Instance.NetworkInterface Modifier and Type Method Description static 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.NetworkInterface Modifier and Type Method Description abstract List<Instance.NetworkInterface>
Instance. networkInterfaces()
Method parameters in org.jclouds.googlecomputeengine.domain with type arguments of type Instance.NetworkInterface Modifier and Type Method Description static 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)
-