# Functions

HandleFullyPopulatedLoadbalancerCreationSuccessfully sets up the test server to respond to a fully populated loadbalancer creation request with a given response.
HandleLoadbalancerCreationSuccessfully sets up the test server to respond to a loadbalancer creation request with a given response.
HandleLoadbalancerDeletionSuccessfully sets up the test server to respond to a loadbalancer deletion request.
HandleLoadbalancerFailoverSuccessfully sets up the test server to respond to a loadbalancer failover request.
HandleLoadbalancerGetStatsTree sets up the test server to respond to a loadbalancer Get stats tree request.
HandleLoadbalancerGetStatusesTree sets up the test server to respond to a loadbalancer Get statuses tree request.
HandleLoadbalancerGetSuccessfully sets up the test server to respond to a loadbalancer Get request.
HandleLoadbalancerListSuccessfully sets up the test server to respond to a loadbalancer List request.
HandleLoadbalancerUpdateSuccessfully sets up the test server to respond to a loadbalancer Update request.

# Constants

LoadbalancerStatsTree is the canned request body of a Get request on loadbalancer's statistics.
GetLoadbalancerStatusesBody is the canned request body of a Get request on loadbalancer's status.
LoadbalancersListBody contains the canned body of a loadbalancer list response.
PostFullyPopulatedLoadbalancerBody is the canned response body of a Create request of an fully populated loadbalancer.
PostUpdateLoadbalancerBody is the canned response body of a Update request on an existing loadbalancer.
SingleLoadbalancerBody is the canned body of a Get request on an existing loadbalancer.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author