Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Upstream *govcd.VCDClient
Endpoint *url.URL
Insecure bool
Username string
Password string
Organization string
Datacenter string
}
Client abstracts some cloud provider client handling.
func (*Client) Authenticate ¶
Authenticate wraps the auth for the cloud provider.
func (*Client) Disconnect ¶
Disconnect wraps the logout for the cloud provider.
Click to show internal directories.
Click to hide internal directories.