| Package | Description |
|---|---|
| org.jclouds.vcloud.director.v1_5.domain.section | |
| org.jclouds.vcloud.director.v1_5.features |
| Modifier and Type | Method and Description |
|---|---|
NetworkConnectionSection |
NetworkConnectionSection.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
B |
NetworkConnectionSection.Builder.fromNetworkConnectionSection(NetworkConnectionSection in) |
| Modifier and Type | Method and Description |
|---|---|
NetworkConnectionSection |
VmApi.getNetworkConnectionSection(String vmUrn)
Retrieves the network connection section of a
Vm. |
NetworkConnectionSection |
VmApi.getNetworkConnectionSection(URI vmHref) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<NetworkConnectionSection> |
VmAsyncApi.getNetworkConnectionSection(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<NetworkConnectionSection> |
VmAsyncApi.getNetworkConnectionSection(URI vmHref) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editNetworkConnectionSection(String vmUrn,
NetworkConnectionSection section) |
Task |
VmApi.editNetworkConnectionSection(String vmUrn,
NetworkConnectionSection section)
Modifies the network connection section of a
Vm. |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editNetworkConnectionSection(URI vmHref,
NetworkConnectionSection section) |
Task |
VmApi.editNetworkConnectionSection(URI vmHref,
NetworkConnectionSection section) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.