Class Instance.NetworkInterface
java.lang.Object
org.jclouds.googlecomputeengine.domain.Instance.NetworkInterface
- Enclosing class:
 Instance
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThis specifies how this interface is configured to interact with other network services, such as connecting to the internet. - 
Method Summary
Modifier and TypeMethodDescriptionabstract List<Instance.NetworkInterface.AccessConfig> static Instance.NetworkInterfacecreate(String name, URI network, String networkIP, List<Instance.NetworkInterface.AccessConfig> accessConfigs) abstract Stringname()abstract URInetwork()abstract StringAn IPV4 internal network address to assign to this instance. 
- 
Method Details
- 
name
 - 
network
 - 
networkIP
An IPV4 internal network address to assign to this instance. - 
accessConfigs
 - 
create
public static Instance.NetworkInterface create(String name, URI network, String networkIP, List<Instance.NetworkInterface.AccessConfig> accessConfigs)  
 -