| Package | Description |
|---|---|
| org.jclouds.vcloud.director.v1_5.domain.section | |
| org.jclouds.vcloud.director.v1_5.features |
| Modifier and Type | Method and Description |
|---|---|
NetworkConfigSection |
NetworkConfigSection.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
B |
NetworkConfigSection.Builder.fromNetworkConfigSection(NetworkConfigSection in) |
| Modifier and Type | Method and Description |
|---|---|
NetworkConfigSection |
VAppTemplateApi.getNetworkConfigSection(String templateUrn)
Retrieves the network config section of a vApp or vApp template.
|
NetworkConfigSection |
VAppApi.getNetworkConfigSection(String vAppUrn)
Retrieves the network config section of a
VApp. |
NetworkConfigSection |
VAppTemplateApi.getNetworkConfigSection(URI templateHref) |
NetworkConfigSection |
VAppApi.getNetworkConfigSection(URI vAppHref) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<NetworkConfigSection> |
VAppTemplateAsyncApi.getNetworkConfigSection(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<NetworkConfigSection> |
VAppAsyncApi.getNetworkConfigSection(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<NetworkConfigSection> |
VAppTemplateAsyncApi.getNetworkConfigSection(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<NetworkConfigSection> |
VAppAsyncApi.getNetworkConfigSection(URI vAppHref) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.editNetworkConfigSection(String vAppUrn,
NetworkConfigSection section) |
Task |
VAppApi.editNetworkConfigSection(String vAppUrn,
NetworkConfigSection section)
Modifies the network config section of a
VApp. |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.editNetworkConfigSection(URI vAppHref,
NetworkConfigSection section) |
Task |
VAppApi.editNetworkConfigSection(URI vAppHref,
NetworkConfigSection section) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.