| Package | Description |
|---|---|
| org.jclouds.googlecomputeengine.domain | |
| org.jclouds.googlecomputeengine.features |
| Modifier and Type | Method and Description |
|---|---|
Instance.NetworkInterface.AccessConfig |
Instance.NetworkInterface.AccessConfig.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Set<Instance.NetworkInterface.AccessConfig> |
InstanceTemplate.NetworkInterface.getAccessConfigs() |
Set<Instance.NetworkInterface.AccessConfig> |
Instance.NetworkInterface.getAccessConfigs() |
| Modifier and Type | Method and Description |
|---|---|
Instance.NetworkInterface.Builder |
Instance.NetworkInterface.Builder.addAccessConfig(Instance.NetworkInterface.AccessConfig accessConfig) |
Instance.NetworkInterface.AccessConfig.Builder |
Instance.NetworkInterface.AccessConfig.Builder.fromAccessConfig(Instance.NetworkInterface.AccessConfig in) |
| Modifier and Type | Method and Description |
|---|---|
Instance.NetworkInterface.Builder |
Instance.NetworkInterface.Builder.accessConfigs(Set<Instance.NetworkInterface.AccessConfig> accessConfigs) |
| Constructor and Description |
|---|
InstanceTemplate.NetworkInterface(URI network,
String networkIP,
Set<Instance.NetworkInterface.AccessConfig> accessConfigs) |
| Modifier and Type | Method and Description |
|---|---|
Operation |
InstanceApi.addAccessConfigToNicInZone(String zone,
String instanceName,
Instance.NetworkInterface.AccessConfig accessConfig,
String networkInterfaceName)
Adds an access config to an instance's network interface.
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.