# Packages
Package client enables handler code to easily and consistently validate and dispatch calls to lib/install.
Package decode converts model objects used by the API into objects used by the management package.
Package encode converts objects used by the management package into model objects used by the API.
Package errors provides constructors and wrappers for http-aware errors.
Package logging encapsulates logging functionality used by API handlers.
Package target encapsulates the logic for translating the raw input about the intended target of an API operation (vSphere endpoint, thumbprint, datacenter, compute resource, VCH ID) into structs handlers can use.
# Functions
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
GetTargetTargetVchVchIDCertificateOK and the methods below are actually borrowed directly from generated swagger code.
HelloGet is a handler that returns a static message for interfaces to use during self-signed certificate acceptance workflows.
VCHCertGet is the Handler for getting the certificate for a VCH without specifying a datacenter.
VCHCreate is the handler for creating a VCH without specifying a datacenter.
VCHDatacenterCertGet is the Handler for getting the certificate for a VCH within a specified datacenter.
VCHDatacenterCreate is the handler for creating a VCH within a specified datacenter.
VCHDatacenterDelete is the handler for deleting a VCH within a specified datacenter.
VCHDatacenterGet is the handler for inspecting a VCH within a specified datacenter.
VCHDatacenterListGet is the handler for listing VCHs within a specified datacenter.
VCHDatacenterLogGet is the handler for getting the log messages for a VCH within a specified datacenter.
VCHDelete is the handler for deleting a VCH without specifying a datacenter.
VCHGet is the handler for inspecting a VCH without specifying a datacenter.
VCHListGet is the handler for listing VCHs without specifying a datacenter.
VCHLogGet is the handler for getting the log messages for a VCH without specifying a datacenter.
VersionGet is the handler for accessing the version of the API server.