| Package | Description |
|---|---|
| com.vmware.vcloud.api.rest.client |
Contains necessary client(s) to facilitate API calls to vCloud Director
|
| com.vmware.vcloud.api.rest.client.constants |
| Modifier and Type | Method and Description |
|---|---|
<ResourceClass> |
VcdClientImpl.getResource(com.vmware.vcloud.api.rest.schema_v1_5.ResourceType resource,
RelationType rel,
String mediaType,
Class<ResourceClass> resourceClass) |
<ResourceClass> |
VcdClient.getResource(com.vmware.vcloud.api.rest.schema_v1_5.ResourceType resource,
RelationType rel,
String mediaType,
Class<ResourceClass> resourceClass)
Gets the contents of the resource referenced by the link with the specified rel
and mediaType in the specified resource.
|
<ContentsClass,ResponseClass> |
VcdClientImpl.postResource(com.vmware.vcloud.api.rest.schema_v1_5.ResourceType resource,
RelationType rel,
String mediaType,
JAXBElement<ContentsClass> contents,
Class<ResponseClass> responseClass) |
<ContentsClass,ResponseClass> |
VcdClient.postResource(com.vmware.vcloud.api.rest.schema_v1_5.ResourceType resource,
RelationType rel,
String mediaType,
JAXBElement<ContentsClass> contents,
Class<ResponseClass> responseClass)
Posts the contents to the resource referenced by the link with the specified rel and
mediaType in the specified resource
|
<ContentsClass,ResponseClass> |
VcdClientImpl.putResource(com.vmware.vcloud.api.rest.schema_v1_5.ResourceType resource,
RelationType rel,
String mediaType,
JAXBElement<ContentsClass> contents,
Class<ResponseClass> responseClass) |
<ContentsClass,ResponseClass> |
VcdClient.putResource(com.vmware.vcloud.api.rest.schema_v1_5.ResourceType resource,
RelationType rel,
String mediaType,
JAXBElement<ContentsClass> contents,
Class<ResponseClass> responseClass)
Puts the contents to the resource referenced by the link with the specified rel and
mediaType in the specified resource
|
| Modifier and Type | Method and Description |
|---|---|
static RelationType |
RelationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationType[] |
RelationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 VMware. All rights reserved.