Documentation ¶
Index ¶
Constants ¶
View Source
const (
ProviderName = "aws"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsProvider ¶
type AwsProvider struct {
// contains filtered or unexported fields
}
func NewAwsProvider ¶
func NewAwsProvider(dry bool, natCidrBlocks, availabilityZones []string) *AwsProvider
func (*AwsProvider) Create ¶
func (p *AwsProvider) Create(nets []string) error
func (*AwsProvider) Delete ¶
func (p *AwsProvider) Delete() error
func (AwsProvider) String ¶
func (p AwsProvider) String() string
func (*AwsProvider) Update ¶
func (p *AwsProvider) Update(nets []string) error
Click to show internal directories.
Click to hide internal directories.