ec2

package
v0.0.0-...-6f1e256 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 5, 2013 License: BSD-3-Clause, GooglePatentClause Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DEFAULT_VERSION = "2011-05-15"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type GroupSet

type GroupSet struct {
	GroupId   string "groupId"
	GroupName string "groupName"
}

type Instance

type Instance struct {
	XMLName          xml.Name
	InstanceId       string
	ImageId          string
	PrivateDNSName   string
	DNSName          string
	PrivateIPAddress string
	IPAddress        string
	AvailabilityZone string "placement>availabilityZone"
	MonitoringState  string "monitoring>state"
	InstanceType     string
	RootDeviceName   string
	RootDeviceType   string
	KernelId         string
}

At the level of depth we're at, XML's

not happy with us

type ReservationSet

type ReservationSet struct {
	ReservationId string
	OwnerId       string
	Groups        []GroupSet "groupSet>item"
	Instances     []Instance "instancesSet>item"
}

type Service

type Service struct {
	URL *url.URL
	// contains filtered or unexported fields
}

func NewService

func NewService(url_ *url.URL) (s *Service)

func (*Service) Close

func (self *Service) Close() (err error)

Closes the underlying connection

func (*Service) DescribeInstances

func (self *Service) DescribeInstances(id *aws.Signer, filter url.Values, ic chan Instance) (err error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL