Modifier and Type | Method and Description |
---|---|
Set<Resource> |
VPDCAsyncApi.listOrgs() |
Set<Resource> |
VPDCApi.listOrgs() |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Supplier<Set<Resource>> |
VPDCRestClientModule.provideOrgs(com.google.common.base.Supplier<VCloudSession> cache,
com.google.common.base.Supplier<Credentials> creds) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Supplier<String> |
VPDCRestClientModule.provideDefaultOrgId(com.google.common.base.Supplier<Set<Resource>> orgs) |
Modifier and Type | Class and Description |
---|---|
class |
FirewallRule
API returns a firewall rule in a firewall service
|
class |
FirewallService
API returns the firewall service containing firewall rules for a given VDC
|
class |
Link
Location of a Rest resource
|
class |
Network
Various network features such NAT Public IP, Gateway and Netmask.
|
class |
Org
A cloud can contain one or more Organizations.
|
class |
ResourceImpl
Location of a Rest resource
|
class |
Task
The result of a api request cannot be returned immediately, the server creates a task entity
and returns its URL to the api.
|
class |
VDC
VDC is a virtual data center ,the API returns a list of VAPPs own by given bill site Id.
|
class |
VM
A virtual application (vApp) is a software solution, packaged in OVF containing one or more
virtual machines.
|
Modifier and Type | Method and Description |
---|---|
Resource |
Task.getOwner()
A link to the object that owns the task.
|
Resource |
Task.getResult()
Result is represent outcome of request url.
|
Modifier and Type | Method and Description |
---|---|
Set<Resource> |
VDC.getAvailableNetworks() |
Set<Resource> |
VDC.getResourceEntities() |
Modifier and Type | Method and Description |
---|---|
VDC.Builder |
VDC.Builder.availableNetwork(Resource availableNetwork) |
int |
VM.compareTo(Resource that) |
int |
ResourceImpl.compareTo(Resource that) |
int |
Resource.compareTo(Resource that) |
Task.Builder |
Task.Builder.owner(Resource owner) |
VDC.Builder |
VDC.Builder.resourceEntity(Resource resourceEntity) |
Task.Builder |
Task.Builder.result(Resource result) |
Modifier and Type | Method and Description |
---|---|
VDC.Builder |
VDC.Builder.availableNetworks(Set<Resource> availableNetworks) |
VDC.Builder |
VDC.Builder.resourceEntities(Set<Resource> resourceEntities) |
Constructor and Description |
---|
Task(String id,
String name,
String type,
URI href,
Task.Status status,
Date startTime,
Date endTime,
Resource result,
Resource owner,
TaskError error) |
Constructor and Description |
---|
VDC(String id,
String name,
String type,
URI href,
String description,
VDC.Status status,
Set<Resource> resourceEntities,
Set<Resource> availableNetworks) |
VDC(String id,
String name,
String type,
URI href,
String description,
VDC.Status status,
Set<Resource> resourceEntities,
Set<Resource> availableNetworks) |
Modifier and Type | Method and Description |
---|---|
Set<Resource> |
VCloudSession.getOrgs() |
Modifier and Type | Method and Description |
---|---|
static Resource |
Utils.newResource(Map<String,String> attributes) |
static Resource |
Utils.newResource(Map<String,String> attributes,
String defaultType) |
Modifier and Type | Method and Description |
---|---|
Set<Resource> |
OrgListHandler.getResult() |
Copyright © 2009-2013 jclouds. All Rights Reserved.