Documentation
¶
Index ¶
- type Client
- func (c *Client) Create(ctx context.Context, imageURL string, imageName string, loc string) error
- func (c *Client) Delete(ctx context.Context, name string, loc string) error
- func (c *Client) Exists(ctx context.Context, name string, loc string) (bool, error)
- func (c *Client) GetLocations() map[string]interface{}
- type Config
- type Credentials
- type ImporterConfig
- type Location
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client wraps the govcd client
func (*Client) GetLocations ¶
GetLocations returns all configured cloudDirector locations
type Credentials ¶
Click to show internal directories.
Click to hide internal directories.