| Package | Description |
|---|---|
| org.jclouds.googlecomputeengine.domain | |
| org.jclouds.googlecomputeengine.features |
| Modifier and Type | Method and Description |
|---|---|
static Instance.NetworkInterface.AccessConfig |
Instance.NetworkInterface.AccessConfig.create(String name,
Instance.NetworkInterface.AccessConfig.Type type,
String natIP) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<Instance.NetworkInterface.AccessConfig> |
Instance.NetworkInterface.accessConfigs() |
| Modifier and Type | Method and Description |
|---|---|
static Instance.NetworkInterface |
Instance.NetworkInterface.create(String name,
URI network,
String networkIP,
List<Instance.NetworkInterface.AccessConfig> accessConfigs) |
| Modifier and Type | Method and Description |
|---|---|
Operation |
InstanceApi.addAccessConfigToNic(String instance,
Instance.NetworkInterface.AccessConfig accessConfig,
String networkInterfaceName)
Adds an access config to an instance's network interface.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.