Documentation
¶
Index ¶
- Constants
- Variables
- type Cluster
- func (clst *Cluster) Boot(bootSet []machine.Machine) error
- func (clst *Cluster) List() (machines []machine.Machine, err error)
- func (clst *Cluster) SetACLs(acls []acl.ACL) error
- func (clst *Cluster) Stop(machines []machine.Machine) error
- func (clst *Cluster) UpdateFloatingIPs(machines []machine.Machine) error
Constants ¶
View Source
const ( // DefaultRegion is the preferred location for machines that don't have a // user specified region preference. DefaultRegion = "us-west-1" )
Variables ¶
View Source
var Regions = []string{"ap-southeast-2", "us-west-1", "us-west-2"}
Regions is the list of supported AWS regions.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct {
// contains filtered or unexported fields
}
The Cluster object represents a connection to Amazon EC2.
Click to show internal directories.
Click to hide internal directories.