Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWSProvider ¶
AWSProvider struct
func (*AWSProvider) Auth ¶
func (a *AWSProvider) Auth() error
Auth takes config values and configures this service
func (*AWSProvider) GetPrivateIPs ¶
func (a *AWSProvider) GetPrivateIPs() []string
GetPrivateIPs returns the IPs of instances matching specific tags
type GCEProvider ¶
type GCEProvider struct { Service *compute.Service Credentials string Debug bool NamePrefix string Project string Region string }
GCEProvider struct
func (*GCEProvider) Auth ¶
func (g *GCEProvider) Auth() error
Auth takes config values and configures this service
func (*GCEProvider) GetPrivateIPs ¶
func (g *GCEProvider) GetPrivateIPs() []string
GetPrivateIPs returns the IPs of instances matching specific tags
Click to show internal directories.
Click to hide internal directories.