Class Instance.NetworkInterface.AccessConfig
java.lang.Object
org.jclouds.googlecomputeengine.domain.Instance.NetworkInterface.AccessConfig
- Enclosing class:
 Instance.NetworkInterface
This specifies how this interface is configured to interact with other network services,
 such as connecting to the internet.
- 
Method Details
- 
name
 - 
type
 - 
natIP
An external IP address associated with this instance, if there is one. - 
create
public static Instance.NetworkInterface.AccessConfig create(String name, Instance.NetworkInterface.AccessConfig.Type type, String natIP)  
 -