|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NetworkConfigSection | |
|---|---|
| org.jclouds.vcloud.director.v1_5.domain.section | |
| org.jclouds.vcloud.director.v1_5.features | |
| Uses of NetworkConfigSection in org.jclouds.vcloud.director.v1_5.domain.section |
|---|
| Methods in org.jclouds.vcloud.director.v1_5.domain.section that return NetworkConfigSection | |
|---|---|
NetworkConfigSection |
NetworkConfigSection.Builder.build()
|
| Methods in org.jclouds.vcloud.director.v1_5.domain.section with parameters of type NetworkConfigSection | |
|---|---|
B |
NetworkConfigSection.Builder.fromNetworkConfigSection(NetworkConfigSection in)
|
| Uses of NetworkConfigSection in org.jclouds.vcloud.director.v1_5.features |
|---|
| Methods in org.jclouds.vcloud.director.v1_5.features that return NetworkConfigSection | |
|---|---|
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)
|
| Methods in org.jclouds.vcloud.director.v1_5.features that return types with arguments of type NetworkConfigSection | |
|---|---|
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)
|
| Methods in org.jclouds.vcloud.director.v1_5.features with parameters of type NetworkConfigSection | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||