Class Instance.NetworkInterface.AccessConfig
- java.lang.Object
-
- org.jclouds.googlecomputeengine.domain.Instance.NetworkInterface.AccessConfig
-
- Enclosing class:
- Instance.NetworkInterface
public abstract static class Instance.NetworkInterface.AccessConfig extends Object
This specifies how this interface is configured to interact with other network services, such as connecting to the internet.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Instance.NetworkInterface.AccessConfig.Type
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Instance.NetworkInterface.AccessConfig
create(String name, Instance.NetworkInterface.AccessConfig.Type type, String natIP)
abstract String
name()
abstract String
natIP()
An external IP address associated with this instance, if there is one.abstract Instance.NetworkInterface.AccessConfig.Type
type()
-
-
-
Method Detail
-
type
public abstract Instance.NetworkInterface.AccessConfig.Type type()
-
natIP
@Nullable public abstract String 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)
-
-