Class Instance.NetworkInterface
java.lang.Object
org.jclouds.googlecomputeengine.domain.Instance.NetworkInterface
- Enclosing class:
Instance
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
This 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.NetworkInterface
create
(String name, URI network, String networkIP, List<Instance.NetworkInterface.AccessConfig> accessConfigs) abstract String
name()
abstract URI
network()
abstract String
An 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)
-