# Functions
FromAPIRequestToHTTPRequest converts API request object to http request.
FromHTTPRespToAPIResp converts Http response to API response.
GetAPIError reads an error out of the HTTP response, or does nothing if no error occured.
NewClient creates a new APIClient object.
# Constants
client constants.
client constants.
client constants.
API constants.
API constants.
client constants.
API constants.
client constants.
API constants.
API constants.
API constants.
client constants.
client constants.
API constants.
API constants.
API constants.
API constants.
API constants.
API constants.
client constants.
API constants.
API constants.
API constants.
API constants.
API constants.
API constants.
API constants.
client constants.
client constants.
API constants.
client constants.
API constants.
API constants.
API constants.
API constants.
API constants.
API constants.
API constants.
API constants.
API constants.
# Structs
APIClient represents the vra http client used throughout this provider.
APIError represents an error from the vRA API.
APIRequest struct.
APIResponse struct.
AuthenticationRequest represents the auth request to vra.
AuthResponse - This struct contains response of user authentication call.
BusinessGroup - detail view of a business group.
BusinessGroups - list of business groups.
CatalogItem - This struct holds the value of response of catalog item list.
CatalogItemRequestTemplate - A structure that captures a catalog request template, to be filled in and POSTED.
CatalogRequest - A structure that captures a vRA catalog request.
EntitledCatalogItemViews represents catalog items in an active state, the current user is entitled to consume.
Error API Error.
Metadata - Metadata used to store metadata of resource list response.
Operation - detailed view of an operation allowed on a resource.
RequestResourceView - resource view of a provisioned request.
RequestResponse is the response structure of any request.
RequestStatusView - used to store REST response of request triggered against any resource.
ResourceActionTemplate - is used to store information related to resource action template information.
ResourceConfigurationStruct - structure representing the resource_configuration.
ResourceContent - Detailed view of the resource provisioned and the operation allowed.
ResourceDataEntry - the property key and value of a resource.
ResourceDataMap - properties of a provisioned resource.
Resources - Retrieves the resources that were provisioned as a result of a given request.
ResourceTypeRef - type of resource (deployment, or machine, etc).
# Interfaces
HTTPClient interface.