outscale

package
v3.2.1 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type APIClient

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

func NewClient

func NewClient(accessKey, secretKey, region string) *APIClient

func (*APIClient) LinkPublicIP

func (*APIClient) ReadPublicIP

func (c *APIClient) ReadPublicIP(ctx context.Context, publicIPID string) (osc.PublicIp, error)

func (*APIClient) UnlinkPublicIP

type PublicIPClient

type PublicIPClient interface {
	LinkPublicIP(ctx context.Context, params osc.LinkPublicIpRequest) (osc.LinkPublicIpResponse, error)
	UnlinkPublicIP(ctx context.Context, params osc.UnlinkPublicIpRequest) (osc.UnlinkPublicIpResponse, error)
	ReadPublicIP(ctx context.Context, publicIPID string) (osc.PublicIp, error)
}

Directories

Path Synopsis
Package outscalemock is a generated GoMock package.
Package outscalemock is a generated GoMock package.

Jump to

Keyboard shortcuts

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