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 |
---|---|
GuestCustomizationSection |
Vm.getGuestCustomizationSection() |
Modifier and Type | Method and Description |
---|---|
GuestCustomizationSection |
VmImpl.getGuestCustomizationSection() |
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.updateGuestCustomizationOfVm(GuestCustomizationSection guestCustomizationSection,
URI href)
Modify the Guest Customization Section of a Virtual Machine
|
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncClient.updateGuestCustomizationOfVm(GuestCustomizationSection guestCustomizationSection,
URI href) |
Modifier and Type | Field and Description |
---|---|
protected GuestCustomizationSection |
VmHandler.guestCustomization |
Modifier and Type | Method and Description |
---|---|
GuestCustomizationSection |
GuestCustomizationSectionHandler.getResult() |
Copyright © 2009-2013 jclouds. All Rights Reserved.