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 |
VAppApi.getStartupSection(String vAppUrn)
Retrieves the startup section of a
VApp . |
StartupSection |
VAppApi.getStartupSection(URI vAppHref) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<StartupSection> |
VAppAsyncApi.getStartupSection(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<StartupSection> |
VAppAsyncApi.getStartupSection(URI vAppHref) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.editStartupSection(String vAppUrn,
StartupSection section) |
Task |
VAppApi.editStartupSection(String vAppUrn,
StartupSection section)
Modifies the startup section of a
VApp . |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.editStartupSection(URI vAppHref,
StartupSection section) |
Task |
VAppApi.editStartupSection(URI vAppHref,
StartupSection section) |
Copyright © 2009-2013 jclouds. All Rights Reserved.