alibaba

package
v0.2.4 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2026 License: MIT Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientConfig added in v0.2.3

type ClientConfig struct {
	APIOptions          []_api.Option
	OSSOptions          []_oss.Option
	SLSHTTPClient       *http.Client
	SkipCredentialCache bool
}

type Provider

type Provider struct {
	// contains filtered or unexported fields
}

Provider is a data provider for alibaba API

func New

func New(options schema.Options) (*Provider, error)

New creates a new provider client for alibaba API

func NewWithConfig added in v0.2.3

func NewWithConfig(options schema.Options, cfg ClientConfig) (*Provider, error)

NewWithConfig creates a new provider client for alibaba API with injected transport options. This keeps payload behavior intact while allowing replay/test clients to flow through the real provider and driver stack.

func (*Provider) BucketDump added in v0.0.5

func (p *Provider) BucketDump(ctx context.Context, action, bucketName string)

func (*Provider) DBManagement added in v0.1.1

func (p *Provider) DBManagement(action, instanceID string)

func (*Provider) EventDump added in v0.0.9

func (p *Provider) EventDump(action, args string)

func (*Provider) ExecuteCloudVMCommand added in v0.1.1

func (p *Provider) ExecuteCloudVMCommand(instanceID, cmd string)

func (*Provider) Name

func (p *Provider) Name() string

Name returns the name of the provider

func (*Provider) Resources

func (p *Provider) Resources(ctx context.Context) (schema.Resources, error)

Resources returns the provider for a resource deployment source.

func (*Provider) UserManagement added in v0.0.4

func (p *Provider) UserManagement(action, username, password string)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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