Documentation
¶
Index ¶
- type Client
- func (c *Client) CreateV2(ctx context.Context, request *openapi.LoadBalancerV2Create) (*openapi.LoadBalancerV2Read, error)
- func (c *Client) DeleteV2(ctx context.Context, loadBalancerID string) error
- func (c *Client) GetV2(ctx context.Context, loadBalancerID string) (*openapi.LoadBalancerV2Read, error)
- func (c *Client) GetV2Raw(ctx context.Context, loadBalancerID string) (*regionv1.LoadBalancer, error)
- func (c *Client) ListV2(ctx context.Context, params openapi.GetApiV2LoadbalancersParams) (openapi.LoadBalancersV2Read, error)
- func (c *Client) UpdateV2(ctx context.Context, loadBalancerID string, ...) (*openapi.LoadBalancerV2Read, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
handlercommon.ClientArgs
}
func New ¶
func New(clientArgs handlercommon.ClientArgs) *Client
func (*Client) CreateV2 ¶
func (c *Client) CreateV2(ctx context.Context, request *openapi.LoadBalancerV2Create) (*openapi.LoadBalancerV2Read, error)
func (*Client) ListV2 ¶
func (c *Client) ListV2(ctx context.Context, params openapi.GetApiV2LoadbalancersParams) (openapi.LoadBalancersV2Read, error)
Click to show internal directories.
Click to hide internal directories.