| Package | Description |
|---|---|
| com.vmware.vcloud.api.rest.client |
Contains necessary client(s) to facilitate API calls to vCloud Director
|
| Modifier and Type | Method and Description |
|---|---|
<T extends com.vmware.vcloud.api.rest.schema_v1_5.EntityType> |
VcdClientImpl.getEntity(com.vmware.vcloud.api.rest.schema_v1_5.ReferenceType referenceType,
Class<T> resourceClass,
VcdClient.ReferenceTypeChangedCallBack referenceTypeChangedCallBack) |
<T extends com.vmware.vcloud.api.rest.schema_v1_5.EntityType> |
VcdClient.getEntity(com.vmware.vcloud.api.rest.schema_v1_5.ReferenceType referenceType,
Class<T> resourceClass,
VcdClient.ReferenceTypeChangedCallBack referenceTypeChangedCallBack)
Get an entity using a
ReferenceType by first trying with its href and, when it fails,
trying to recover using the vcd entity resolver service. |
Copyright © 2019 VMware. All rights reserved.