Package | Description |
---|---|
org.jclouds.vcloud.domain | |
org.jclouds.vcloud.domain.internal | |
org.jclouds.vcloud.features | |
org.jclouds.vcloud.xml |
Modifier and Type | Method and Description |
---|---|
NetworkConnectionSection |
NetworkConnectionSection.Builder.build() |
NetworkConnectionSection |
Vm.getNetworkConnectionSection() |
Modifier and Type | Method and Description |
---|---|
static NetworkConnectionSection.Builder |
NetworkConnectionSection.Builder.fromNetworkConnectionSection(NetworkConnectionSection in) |
Modifier and Type | Method and Description |
---|---|
NetworkConnectionSection |
VmImpl.getNetworkConnectionSection() |
Constructor and Description |
---|
VmImpl(String name,
String type,
URI id,
Status status,
ReferenceType vApp,
String description,
Iterable<Task> tasks,
VCloudVirtualHardwareSection hardware,
VCloudOperatingSystemSection os,
NetworkConnectionSection networkConnectionSection,
GuestCustomizationSection guestCustomization,
String vAppScopedLocalId) |
Modifier and Type | Method and Description |
---|---|
Task |
VmClient.updateNetworkConnectionOfVm(NetworkConnectionSection guestCustomizationSection,
URI href)
Modify the Network Connection Section of a Virtual Machine
|
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncClient.updateNetworkConnectionOfVm(NetworkConnectionSection networkConnectionSection,
URI href) |
Modifier and Type | Field and Description |
---|---|
protected NetworkConnectionSection |
VmHandler.networkConnectionSection |
Modifier and Type | Method and Description |
---|---|
NetworkConnectionSection |
NetworkConnectionSectionHandler.getResult() |
Copyright © 2009-2012 jclouds. All Rights Reserved.