public abstract static class Instance.NetworkInterface.AccessConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Instance.NetworkInterface.AccessConfig.Type |
Modifier and Type | Method and 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() |
public abstract Instance.NetworkInterface.AccessConfig.Type type()
@Nullable public abstract String natIP()
public static Instance.NetworkInterface.AccessConfig create(String name, Instance.NetworkInterface.AccessConfig.Type type, String natIP)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.