Package | Description |
---|---|
org.jclouds.dmtf.ovf | |
org.jclouds.vcloud.director.v1_5.features |
Modifier and Type | Method and Description |
---|---|
StartupSection |
StartupSection.Builder.build() |
Modifier and Type | Method and Description |
---|---|
B |
StartupSection.Builder.fromStartupSection(StartupSection in) |
Modifier and Type | Method and Description |
---|---|
StartupSection |
VAppClient.getStartupSection(URI vAppURI)
Retrieves the startup section of a
VApp . |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<StartupSection> |
VAppAsyncClient.getStartupSection(URI vAppURI) |
Modifier and Type | Method and Description |
---|---|
Task |
VAppClient.modifyStartupSection(URI vAppURI,
StartupSection section)
Modifies the startup section of a
VApp . |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncClient.modifyStartupSection(URI vAppURI,
StartupSection section) |
Copyright © 2009-2012 jclouds. All Rights Reserved.