Documentation
¶
Index ¶
- type Client
- func (c *Client) CreateV2(ctx context.Context, request *openapi.SshCertificateAuthorityV2Create) (*openapi.SshCertificateAuthorityV2Read, error)
- func (c *Client) DeleteV2(ctx context.Context, sshCertificateAuthorityID string) error
- func (c *Client) GetV2(ctx context.Context, sshCertificateAuthorityID string) (*openapi.SshCertificateAuthorityV2Read, error)
- func (c *Client) GetV2Raw(ctx context.Context, sshCertificateAuthorityID string) (*regionv1.SSHCertificateAuthority, error)
- func (c *Client) ListV2(ctx context.Context, params openapi.GetApiV2SshcertificateauthoritiesParams) (openapi.SshCertificateAuthoritiesV2Read, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
common.ClientArgs
}
func New ¶
func New(clientArgs common.ClientArgs) *Client
func (*Client) CreateV2 ¶
func (c *Client) CreateV2(ctx context.Context, request *openapi.SshCertificateAuthorityV2Create) (*openapi.SshCertificateAuthorityV2Read, error)
func (*Client) ListV2 ¶
func (c *Client) ListV2(ctx context.Context, params openapi.GetApiV2SshcertificateauthoritiesParams) (openapi.SshCertificateAuthoritiesV2Read, error)
Click to show internal directories.
Click to hide internal directories.