Documentation
¶
Index ¶
- func NewProvider(ctx context.Context, cfg types.ProviderConfig) (types.Provider, error)
- type Provider
- func (p *Provider) Close() error
- func (p *Provider) GetNetworkState(ctx context.Context) (*types.NetworkState, error)
- func (p *Provider) GetStorageState(ctx context.Context, instanceIds ...string) (*types.StorageState, error)
- func (p *Provider) RefreshNetworkState(ctx context.Context, network string) error
- func (p *Provider) Type() types.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewProvider ¶
NewProvider creates a new AWS provider instance.
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
func (*Provider) GetNetworkState ¶
func (*Provider) GetStorageState ¶
func (*Provider) RefreshNetworkState ¶
Click to show internal directories.
Click to hide internal directories.