Documentation
¶
Index ¶
- type APIClient
- func (c *APIClient) LinkPublicIP(ctx context.Context, params osc.LinkPublicIpRequest) (osc.LinkPublicIpResponse, error)
- func (c *APIClient) ReadPublicIP(ctx context.Context, publicIPID string) (osc.PublicIp, error)
- func (c *APIClient) UnlinkPublicIP(ctx context.Context, params osc.UnlinkPublicIpRequest) (osc.UnlinkPublicIpResponse, error)
- type PublicIPClient
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 (*APIClient) LinkPublicIP ¶
func (c *APIClient) LinkPublicIP(ctx context.Context, params osc.LinkPublicIpRequest) (osc.LinkPublicIpResponse, error)
func (*APIClient) ReadPublicIP ¶
func (*APIClient) UnlinkPublicIP ¶
func (c *APIClient) UnlinkPublicIP(ctx context.Context, params osc.UnlinkPublicIpRequest) (osc.UnlinkPublicIpResponse, error)
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. |
Click to show internal directories.
Click to hide internal directories.