operations

package
v0.0.40 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for operations API

func (*Client) DeleteBackupStoresID added in v0.0.7

func (a *Client) DeleteBackupStoresID(params *DeleteBackupStoresIDParams, opts ...ClientOption) (*DeleteBackupStoresIDNoContent, error)

DeleteBackupStoresID deletes a backup store

Delete a backup store.

func (*Client) DeleteCloudAccountsID added in v0.0.7

func (a *Client) DeleteCloudAccountsID(params *DeleteCloudAccountsIDParams, opts ...ClientOption) (*DeleteCloudAccountsIDNoContent, error)

DeleteCloudAccountsID offboards a cloud account

Offboard a cloud account.

func (*Client) DeleteClustersID

func (a *Client) DeleteClustersID(params *DeleteClustersIDParams, opts ...ClientOption) (*DeleteClustersIDNoContent, error)

DeleteClustersID deletes a pg edge database cluster

Deletes a pgEdge database cluster.

func (*Client) DeleteDatabasesID

func (a *Client) DeleteDatabasesID(params *DeleteDatabasesIDParams, opts ...ClientOption) (*DeleteDatabasesIDNoContent, error)

DeleteDatabasesID deletes a database

Deletes a database.

func (*Client) DeleteSSHKeysID added in v0.0.7

func (a *Client) DeleteSSHKeysID(params *DeleteSSHKeysIDParams, opts ...ClientOption) (*DeleteSSHKeysIDNoContent, error)

DeleteSSHKeysID deletes an SSH key

Delete an SSH key.

func (*Client) GetBackupStores added in v0.0.7

func (a *Client) GetBackupStores(params *GetBackupStoresParams, opts ...ClientOption) (*GetBackupStoresOK, error)

GetBackupStores lists backup stores

List backup stores.

func (*Client) GetBackupStoresID added in v0.0.7

func (a *Client) GetBackupStoresID(params *GetBackupStoresIDParams, opts ...ClientOption) (*GetBackupStoresIDOK, error)

GetBackupStoresID retrieves a backup store

Retrieve a backup store.

func (*Client) GetCloudAccounts added in v0.0.7

func (a *Client) GetCloudAccounts(params *GetCloudAccountsParams, opts ...ClientOption) (*GetCloudAccountsOK, error)

GetCloudAccounts lists cloud accounts known to pg edge

Lists cloud accounts known to pgEdge.

func (*Client) GetCloudAccountsID added in v0.0.7

func (a *Client) GetCloudAccountsID(params *GetCloudAccountsIDParams, opts ...ClientOption) (*GetCloudAccountsIDOK, error)

GetCloudAccountsID retrieves a cloud account

Retrieve a cloud account.

func (*Client) GetClusters

func (a *Client) GetClusters(params *GetClustersParams, opts ...ClientOption) (*GetClustersOK, error)

GetClusters lists existing pg edge database clusters

Lists existing pgEdge database clusters.

func (*Client) GetClustersID

func (a *Client) GetClustersID(params *GetClustersIDParams, opts ...ClientOption) (*GetClustersIDOK, error)

GetClustersID retrieves a pg edge database cluster given its ID

Retrieve a pgEdge database cluster given its ID.

func (*Client) GetClustersIDNodes added in v0.0.7

func (a *Client) GetClustersIDNodes(params *GetClustersIDNodesParams, opts ...ClientOption) (*GetClustersIDNodesOK, error)

GetClustersIDNodes lists nodes belonging to a specific cluster

Lists nodes belonging to a specific cluster.

func (*Client) GetClustersIDNodesNodeIDLogsLogName added in v0.0.7

func (a *Client) GetClustersIDNodesNodeIDLogsLogName(params *GetClustersIDNodesNodeIDLogsLogNameParams, opts ...ClientOption) (*GetClustersIDNodesNodeIDLogsLogNameOK, error)

GetClustersIDNodesNodeIDLogsLogName retrieves messages from log file on a database node

Retrieve messages from log file on a database node.

func (*Client) GetDatabases

func (a *Client) GetDatabases(params *GetDatabasesParams, opts ...ClientOption) (*GetDatabasesOK, error)

GetDatabases lists databases

Lists databases.

func (*Client) GetDatabasesID

func (a *Client) GetDatabasesID(params *GetDatabasesIDParams, opts ...ClientOption) (*GetDatabasesIDOK, error)

GetDatabasesID retrieves a database given its ID

Retrieve a database given its ID.

func (*Client) GetSSHKeys added in v0.0.7

func (a *Client) GetSSHKeys(params *GetSSHKeysParams, opts ...ClientOption) (*GetSSHKeysOK, error)

GetSSHKeys lists SSH keys

List SSH keys.

func (*Client) GetSSHKeysID added in v0.0.7

func (a *Client) GetSSHKeysID(params *GetSSHKeysIDParams, opts ...ClientOption) (*GetSSHKeysIDOK, error)

GetSSHKeysID retrieves an SSH key

Retrieve an SSH key.

func (*Client) GetTasks added in v0.0.26

func (a *Client) GetTasks(params *GetTasksParams, opts ...ClientOption) (*GetTasksOK, error)

GetTasks lists tasks

List tasks.

func (*Client) PatchClustersID added in v0.0.6

func (a *Client) PatchClustersID(params *PatchClustersIDParams, opts ...ClientOption) (*PatchClustersIDOK, error)

PatchClustersID updates a pg edge database cluster

Update a pgEdge database cluster.

func (*Client) PatchDatabasesID added in v0.0.6

func (a *Client) PatchDatabasesID(params *PatchDatabasesIDParams, opts ...ClientOption) (*PatchDatabasesIDOK, error)

PatchDatabasesID updates a database

Updates a database.

func (*Client) PostBackupStores added in v0.0.7

func (a *Client) PostBackupStores(params *PostBackupStoresParams, opts ...ClientOption) (*PostBackupStoresOK, error)

PostBackupStores creates a backup store

Create a backup store.

func (*Client) PostCloudAccounts added in v0.0.7

func (a *Client) PostCloudAccounts(params *PostCloudAccountsParams, opts ...ClientOption) (*PostCloudAccountsOK, error)

PostCloudAccounts onboards a new cloud account

Onboard a new cloud account.

func (*Client) PostClusters

func (a *Client) PostClusters(params *PostClustersParams, opts ...ClientOption) (*PostClustersOK, error)

PostClusters creates a new pg edge database cluster

Creates a new pgEdge database cluster.

func (*Client) PostDatabases

func (a *Client) PostDatabases(params *PostDatabasesParams, opts ...ClientOption) (*PostDatabasesOK, error)

PostDatabases creates a new database

Creates a new database.

func (*Client) PostOauthToken

func (a *Client) PostOauthToken(params *PostOauthTokenParams, opts ...ClientOption) (*PostOauthTokenOK, error)

PostOauthToken obtains o auth token

Get an OAuth token using client credentials

func (*Client) PostSSHKeys added in v0.0.7

func (a *Client) PostSSHKeys(params *PostSSHKeysParams, opts ...ClientOption) (*PostSSHKeysOK, error)

PostSSHKeys creates an SSH key

Create an SSH key.

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption may be used to customize the behavior of Client methods.

type ClientService

type ClientService interface {
	DeleteBackupStoresID(params *DeleteBackupStoresIDParams, opts ...ClientOption) (*DeleteBackupStoresIDNoContent, error)

	DeleteCloudAccountsID(params *DeleteCloudAccountsIDParams, opts ...ClientOption) (*DeleteCloudAccountsIDNoContent, error)

	DeleteClustersID(params *DeleteClustersIDParams, opts ...ClientOption) (*DeleteClustersIDNoContent, error)

	DeleteDatabasesID(params *DeleteDatabasesIDParams, opts ...ClientOption) (*DeleteDatabasesIDNoContent, error)

	DeleteSSHKeysID(params *DeleteSSHKeysIDParams, opts ...ClientOption) (*DeleteSSHKeysIDNoContent, error)

	GetBackupStores(params *GetBackupStoresParams, opts ...ClientOption) (*GetBackupStoresOK, error)

	GetBackupStoresID(params *GetBackupStoresIDParams, opts ...ClientOption) (*GetBackupStoresIDOK, error)

	GetCloudAccounts(params *GetCloudAccountsParams, opts ...ClientOption) (*GetCloudAccountsOK, error)

	GetCloudAccountsID(params *GetCloudAccountsIDParams, opts ...ClientOption) (*GetCloudAccountsIDOK, error)

	GetClusters(params *GetClustersParams, opts ...ClientOption) (*GetClustersOK, error)

	GetClustersID(params *GetClustersIDParams, opts ...ClientOption) (*GetClustersIDOK, error)

	GetClustersIDNodes(params *GetClustersIDNodesParams, opts ...ClientOption) (*GetClustersIDNodesOK, error)

	GetClustersIDNodesNodeIDLogsLogName(params *GetClustersIDNodesNodeIDLogsLogNameParams, opts ...ClientOption) (*GetClustersIDNodesNodeIDLogsLogNameOK, error)

	GetDatabases(params *GetDatabasesParams, opts ...ClientOption) (*GetDatabasesOK, error)

	GetDatabasesID(params *GetDatabasesIDParams, opts ...ClientOption) (*GetDatabasesIDOK, error)

	GetSSHKeys(params *GetSSHKeysParams, opts ...ClientOption) (*GetSSHKeysOK, error)

	GetSSHKeysID(params *GetSSHKeysIDParams, opts ...ClientOption) (*GetSSHKeysIDOK, error)

	GetTasks(params *GetTasksParams, opts ...ClientOption) (*GetTasksOK, error)

	PatchClustersID(params *PatchClustersIDParams, opts ...ClientOption) (*PatchClustersIDOK, error)

	PatchDatabasesID(params *PatchDatabasesIDParams, opts ...ClientOption) (*PatchDatabasesIDOK, error)

	PostBackupStores(params *PostBackupStoresParams, opts ...ClientOption) (*PostBackupStoresOK, error)

	PostCloudAccounts(params *PostCloudAccountsParams, opts ...ClientOption) (*PostCloudAccountsOK, error)

	PostClusters(params *PostClustersParams, opts ...ClientOption) (*PostClustersOK, error)

	PostDatabases(params *PostDatabasesParams, opts ...ClientOption) (*PostDatabasesOK, error)

	PostOauthToken(params *PostOauthTokenParams, opts ...ClientOption) (*PostOauthTokenOK, error)

	PostSSHKeys(params *PostSSHKeysParams, opts ...ClientOption) (*PostSSHKeysOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new operations API client.

func NewClientWithBasicAuth added in v0.0.7

func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService

New creates a new operations API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.

func NewClientWithBearerToken added in v0.0.7

func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService

New creates a new operations API client with a bearer token for authentication. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - bearerToken: bearer token for Bearer authentication header.

type DeleteBackupStoresIDBadRequest added in v0.0.7

type DeleteBackupStoresIDBadRequest struct {
	Payload *models.Error
}

DeleteBackupStoresIDBadRequest describes a response with status code 400, with default header values.

Bad request.

func NewDeleteBackupStoresIDBadRequest added in v0.0.7

func NewDeleteBackupStoresIDBadRequest() *DeleteBackupStoresIDBadRequest

NewDeleteBackupStoresIDBadRequest creates a DeleteBackupStoresIDBadRequest with default headers values

func (*DeleteBackupStoresIDBadRequest) Code added in v0.0.7

Code gets the status code for the delete backup stores Id bad request response

func (*DeleteBackupStoresIDBadRequest) Error added in v0.0.7

func (*DeleteBackupStoresIDBadRequest) GetPayload added in v0.0.7

func (o *DeleteBackupStoresIDBadRequest) GetPayload() *models.Error

func (*DeleteBackupStoresIDBadRequest) IsClientError added in v0.0.7

func (o *DeleteBackupStoresIDBadRequest) IsClientError() bool

IsClientError returns true when this delete backup stores Id bad request response has a 4xx status code

func (*DeleteBackupStoresIDBadRequest) IsCode added in v0.0.7

func (o *DeleteBackupStoresIDBadRequest) IsCode(code int) bool

IsCode returns true when this delete backup stores Id bad request response a status code equal to that given

func (*DeleteBackupStoresIDBadRequest) IsRedirect added in v0.0.7

func (o *DeleteBackupStoresIDBadRequest) IsRedirect() bool

IsRedirect returns true when this delete backup stores Id bad request response has a 3xx status code

func (*DeleteBackupStoresIDBadRequest) IsServerError added in v0.0.7

func (o *DeleteBackupStoresIDBadRequest) IsServerError() bool

IsServerError returns true when this delete backup stores Id bad request response has a 5xx status code

func (*DeleteBackupStoresIDBadRequest) IsSuccess added in v0.0.7

func (o *DeleteBackupStoresIDBadRequest) IsSuccess() bool

IsSuccess returns true when this delete backup stores Id bad request response has a 2xx status code

func (*DeleteBackupStoresIDBadRequest) String added in v0.0.7

type DeleteBackupStoresIDNoContent added in v0.0.7

type DeleteBackupStoresIDNoContent struct {
}

DeleteBackupStoresIDNoContent describes a response with status code 204, with default header values.

Backup store deleted.

func NewDeleteBackupStoresIDNoContent added in v0.0.7

func NewDeleteBackupStoresIDNoContent() *DeleteBackupStoresIDNoContent

NewDeleteBackupStoresIDNoContent creates a DeleteBackupStoresIDNoContent with default headers values

func (*DeleteBackupStoresIDNoContent) Code added in v0.0.7

Code gets the status code for the delete backup stores Id no content response

func (*DeleteBackupStoresIDNoContent) Error added in v0.0.7

func (*DeleteBackupStoresIDNoContent) IsClientError added in v0.0.7

func (o *DeleteBackupStoresIDNoContent) IsClientError() bool

IsClientError returns true when this delete backup stores Id no content response has a 4xx status code

func (*DeleteBackupStoresIDNoContent) IsCode added in v0.0.7

func (o *DeleteBackupStoresIDNoContent) IsCode(code int) bool

IsCode returns true when this delete backup stores Id no content response a status code equal to that given

func (*DeleteBackupStoresIDNoContent) IsRedirect added in v0.0.7

func (o *DeleteBackupStoresIDNoContent) IsRedirect() bool

IsRedirect returns true when this delete backup stores Id no content response has a 3xx status code

func (*DeleteBackupStoresIDNoContent) IsServerError added in v0.0.7

func (o *DeleteBackupStoresIDNoContent) IsServerError() bool

IsServerError returns true when this delete backup stores Id no content response has a 5xx status code

func (*DeleteBackupStoresIDNoContent) IsSuccess added in v0.0.7

func (o *DeleteBackupStoresIDNoContent) IsSuccess() bool

IsSuccess returns true when this delete backup stores Id no content response has a 2xx status code

func (*DeleteBackupStoresIDNoContent) String added in v0.0.7

type DeleteBackupStoresIDParams added in v0.0.7

type DeleteBackupStoresIDParams struct {

	// Authorization.
	//
	// Format: Bearer {access_token}
	Authorization string

	/* ID.

	   The ID of the backup store to delete.

	   Format: uuid
	*/
	ID strfmt.UUID

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteBackupStoresIDParams contains all the parameters to send to the API endpoint

for the delete backup stores ID operation.

Typically these are written to a http.Request.

func NewDeleteBackupStoresIDParams added in v0.0.7

func NewDeleteBackupStoresIDParams() *DeleteBackupStoresIDParams

NewDeleteBackupStoresIDParams creates a new DeleteBackupStoresIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteBackupStoresIDParamsWithContext added in v0.0.7

func NewDeleteBackupStoresIDParamsWithContext(ctx context.Context) *DeleteBackupStoresIDParams

NewDeleteBackupStoresIDParamsWithContext creates a new DeleteBackupStoresIDParams object with the ability to set a context for a request.

func NewDeleteBackupStoresIDParamsWithHTTPClient added in v0.0.7

func NewDeleteBackupStoresIDParamsWithHTTPClient(client *http.Client) *DeleteBackupStoresIDParams

NewDeleteBackupStoresIDParamsWithHTTPClient creates a new DeleteBackupStoresIDParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteBackupStoresIDParamsWithTimeout added in v0.0.7

func NewDeleteBackupStoresIDParamsWithTimeout(timeout time.Duration) *DeleteBackupStoresIDParams

NewDeleteBackupStoresIDParamsWithTimeout creates a new DeleteBackupStoresIDParams object with the ability to set a timeout on a request.

func (*DeleteBackupStoresIDParams) SetAuthorization added in v0.0.7

func (o *DeleteBackupStoresIDParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the delete backup stores ID params

func (*DeleteBackupStoresIDParams) SetContext added in v0.0.7

func (o *DeleteBackupStoresIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete backup stores ID params

func (*DeleteBackupStoresIDParams) SetDefaults added in v0.0.7

func (o *DeleteBackupStoresIDParams) SetDefaults()

SetDefaults hydrates default values in the delete backup stores ID params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteBackupStoresIDParams) SetHTTPClient added in v0.0.7

func (o *DeleteBackupStoresIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete backup stores ID params

func (*DeleteBackupStoresIDParams) SetID added in v0.0.7

func (o *DeleteBackupStoresIDParams) SetID(id strfmt.UUID)

SetID adds the id to the delete backup stores ID params

func (*DeleteBackupStoresIDParams) SetTimeout added in v0.0.7

func (o *DeleteBackupStoresIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete backup stores ID params

func (*DeleteBackupStoresIDParams) WithAuthorization added in v0.0.7

func (o *DeleteBackupStoresIDParams) WithAuthorization(authorization string) *DeleteBackupStoresIDParams

WithAuthorization adds the authorization to the delete backup stores ID params

func (*DeleteBackupStoresIDParams) WithContext added in v0.0.7

WithContext adds the context to the delete backup stores ID params

func (*DeleteBackupStoresIDParams) WithDefaults added in v0.0.7

WithDefaults hydrates default values in the delete backup stores ID params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteBackupStoresIDParams) WithHTTPClient added in v0.0.7

WithHTTPClient adds the HTTPClient to the delete backup stores ID params

func (*DeleteBackupStoresIDParams) WithID added in v0.0.7

WithID adds the id to the delete backup stores ID params

func (*DeleteBackupStoresIDParams) WithTimeout added in v0.0.7

WithTimeout adds the timeout to the delete backup stores ID params

func (*DeleteBackupStoresIDParams) WriteToRequest added in v0.0.7

WriteToRequest writes these params to a swagger request

type DeleteBackupStoresIDReader added in v0.0.7

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

DeleteBackupStoresIDReader is a Reader for the DeleteBackupStoresID structure.

func (*DeleteBackupStoresIDReader) ReadResponse added in v0.0.7

func (o *DeleteBackupStoresIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteBackupStoresIDUnauthorized added in v0.0.7

type DeleteBackupStoresIDUnauthorized struct {
	Payload *models.Error
}

DeleteBackupStoresIDUnauthorized describes a response with status code 401, with default header values.

Authorization information is missing or invalid.

func NewDeleteBackupStoresIDUnauthorized added in v0.0.7

func NewDeleteBackupStoresIDUnauthorized() *DeleteBackupStoresIDUnauthorized

NewDeleteBackupStoresIDUnauthorized creates a DeleteBackupStoresIDUnauthorized with default headers values

func (*DeleteBackupStoresIDUnauthorized) Code added in v0.0.7

Code gets the status code for the delete backup stores Id unauthorized response

func (*DeleteBackupStoresIDUnauthorized) Error added in v0.0.7

func (*DeleteBackupStoresIDUnauthorized) GetPayload added in v0.0.7

func (*DeleteBackupStoresIDUnauthorized) IsClientError added in v0.0.7

func (o *DeleteBackupStoresIDUnauthorized) IsClientError() bool

IsClientError returns true when this delete backup stores Id unauthorized response has a 4xx status code

func (*DeleteBackupStoresIDUnauthorized) IsCode added in v0.0.7

func (o *DeleteBackupStoresIDUnauthorized) IsCode(code int) bool

IsCode returns true when this delete backup stores Id unauthorized response a status code equal to that given

func (*DeleteBackupStoresIDUnauthorized) IsRedirect added in v0.0.7

func (o *DeleteBackupStoresIDUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete backup stores Id unauthorized response has a 3xx status code

func (*DeleteBackupStoresIDUnauthorized) IsServerError added in v0.0.7

func (o *DeleteBackupStoresIDUnauthorized) IsServerError() bool

IsServerError returns true when this delete backup stores Id unauthorized response has a 5xx status code

func (*DeleteBackupStoresIDUnauthorized) IsSuccess added in v0.0.7

func (o *DeleteBackupStoresIDUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete backup stores Id unauthorized response has a 2xx status code

func (*DeleteBackupStoresIDUnauthorized) String added in v0.0.7

type DeleteCloudAccountsIDBadRequest added in v0.0.7

type DeleteCloudAccountsIDBadRequest struct {
	Payload *models.Error
}

DeleteCloudAccountsIDBadRequest describes a response with status code 400, with default header values.

Bad request.

func NewDeleteCloudAccountsIDBadRequest added in v0.0.7

func NewDeleteCloudAccountsIDBadRequest() *DeleteCloudAccountsIDBadRequest

NewDeleteCloudAccountsIDBadRequest creates a DeleteCloudAccountsIDBadRequest with default headers values

func (*DeleteCloudAccountsIDBadRequest) Code added in v0.0.7

Code gets the status code for the delete cloud accounts Id bad request response

func (*DeleteCloudAccountsIDBadRequest) Error added in v0.0.7

func (*DeleteCloudAccountsIDBadRequest) GetPayload added in v0.0.7

func (o *DeleteCloudAccountsIDBadRequest) GetPayload() *models.Error

func (*DeleteCloudAccountsIDBadRequest) IsClientError added in v0.0.7

func (o *DeleteCloudAccountsIDBadRequest) IsClientError() bool

IsClientError returns true when this delete cloud accounts Id bad request response has a 4xx status code

func (*DeleteCloudAccountsIDBadRequest) IsCode added in v0.0.7

func (o *DeleteCloudAccountsIDBadRequest) IsCode(code int) bool

IsCode returns true when this delete cloud accounts Id bad request response a status code equal to that given

func (*DeleteCloudAccountsIDBadRequest) IsRedirect added in v0.0.7

func (o *DeleteCloudAccountsIDBadRequest) IsRedirect() bool

IsRedirect returns true when this delete cloud accounts Id bad request response has a 3xx status code

func (*DeleteCloudAccountsIDBadRequest) IsServerError added in v0.0.7

func (o *DeleteCloudAccountsIDBadRequest) IsServerError() bool

IsServerError returns true when this delete cloud accounts Id bad request response has a 5xx status code

func (*DeleteCloudAccountsIDBadRequest) IsSuccess added in v0.0.7

func (o *DeleteCloudAccountsIDBadRequest) IsSuccess() bool

IsSuccess returns true when this delete cloud accounts Id bad request response has a 2xx status code

func (*DeleteCloudAccountsIDBadRequest) String added in v0.0.7

type DeleteCloudAccountsIDNoContent added in v0.0.7

type DeleteCloudAccountsIDNoContent struct {
}

DeleteCloudAccountsIDNoContent describes a response with status code 204, with default header values.

Empty response indicating that the cloud account was offboarded.

func NewDeleteCloudAccountsIDNoContent added in v0.0.7

func NewDeleteCloudAccountsIDNoContent() *DeleteCloudAccountsIDNoContent

NewDeleteCloudAccountsIDNoContent creates a DeleteCloudAccountsIDNoContent with default headers values

func (*DeleteCloudAccountsIDNoContent) Code added in v0.0.7

Code gets the status code for the delete cloud accounts Id no content response

func (*DeleteCloudAccountsIDNoContent) Error added in v0.0.7

func (*DeleteCloudAccountsIDNoContent) IsClientError added in v0.0.7

func (o *DeleteCloudAccountsIDNoContent) IsClientError() bool

IsClientError returns true when this delete cloud accounts Id no content response has a 4xx status code

func (*DeleteCloudAccountsIDNoContent) IsCode added in v0.0.7

func (o *DeleteCloudAccountsIDNoContent) IsCode(code int) bool

IsCode returns true when this delete cloud accounts Id no content response a status code equal to that given

func (*DeleteCloudAccountsIDNoContent) IsRedirect added in v0.0.7

func (o *DeleteCloudAccountsIDNoContent) IsRedirect() bool

IsRedirect returns true when this delete cloud accounts Id no content response has a 3xx status code

func (*DeleteCloudAccountsIDNoContent) IsServerError added in v0.0.7

func (o *DeleteCloudAccountsIDNoContent) IsServerError() bool

IsServerError returns true when this delete cloud accounts Id no content response has a 5xx status code

func (*DeleteCloudAccountsIDNoContent) IsSuccess added in v0.0.7

func (o *DeleteCloudAccountsIDNoContent) IsSuccess() bool

IsSuccess returns true when this delete cloud accounts Id no content response has a 2xx status code

func (*DeleteCloudAccountsIDNoContent) String added in v0.0.7

type DeleteCloudAccountsIDParams added in v0.0.7

type DeleteCloudAccountsIDParams struct {

	// Authorization.
	//
	// Format: Bearer {access_token}
	Authorization string

	/* ID.

	   ID of the cloud account to offboard.

	   Format: uuid
	*/
	ID strfmt.UUID

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteCloudAccountsIDParams contains all the parameters to send to the API endpoint

for the delete cloud accounts ID operation.

Typically these are written to a http.Request.

func NewDeleteCloudAccountsIDParams added in v0.0.7

func NewDeleteCloudAccountsIDParams() *DeleteCloudAccountsIDParams

NewDeleteCloudAccountsIDParams creates a new DeleteCloudAccountsIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteCloudAccountsIDParamsWithContext added in v0.0.7

func NewDeleteCloudAccountsIDParamsWithContext(ctx context.Context) *DeleteCloudAccountsIDParams

NewDeleteCloudAccountsIDParamsWithContext creates a new DeleteCloudAccountsIDParams object with the ability to set a context for a request.

func NewDeleteCloudAccountsIDParamsWithHTTPClient added in v0.0.7

func NewDeleteCloudAccountsIDParamsWithHTTPClient(client *http.Client) *DeleteCloudAccountsIDParams

NewDeleteCloudAccountsIDParamsWithHTTPClient creates a new DeleteCloudAccountsIDParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteCloudAccountsIDParamsWithTimeout added in v0.0.7

func NewDeleteCloudAccountsIDParamsWithTimeout(timeout time.Duration) *DeleteCloudAccountsIDParams

NewDeleteCloudAccountsIDParamsWithTimeout creates a new DeleteCloudAccountsIDParams object with the ability to set a timeout on a request.

func (*DeleteCloudAccountsIDParams) SetAuthorization added in v0.0.7

func (o *DeleteCloudAccountsIDParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the delete cloud accounts ID params

func (*DeleteCloudAccountsIDParams) SetContext added in v0.0.7

func (o *DeleteCloudAccountsIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete cloud accounts ID params

func (*DeleteCloudAccountsIDParams) SetDefaults added in v0.0.7

func (o *DeleteCloudAccountsIDParams) SetDefaults()

SetDefaults hydrates default values in the delete cloud accounts ID params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteCloudAccountsIDParams) SetHTTPClient added in v0.0.7

func (o *DeleteCloudAccountsIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete cloud accounts ID params

func (*DeleteCloudAccountsIDParams) SetID added in v0.0.7

SetID adds the id to the delete cloud accounts ID params

func (*DeleteCloudAccountsIDParams) SetTimeout added in v0.0.7

func (o *DeleteCloudAccountsIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete cloud accounts ID params

func (*DeleteCloudAccountsIDParams) WithAuthorization added in v0.0.7

func (o *DeleteCloudAccountsIDParams) WithAuthorization(authorization string) *DeleteCloudAccountsIDParams

WithAuthorization adds the authorization to the delete cloud accounts ID params

func (*DeleteCloudAccountsIDParams) WithContext added in v0.0.7

WithContext adds the context to the delete cloud accounts ID params

func (*DeleteCloudAccountsIDParams) WithDefaults added in v0.0.7

WithDefaults hydrates default values in the delete cloud accounts ID params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteCloudAccountsIDParams) WithHTTPClient added in v0.0.7

WithHTTPClient adds the HTTPClient to the delete cloud accounts ID params

func (*DeleteCloudAccountsIDParams) WithID added in v0.0.7

WithID adds the id to the delete cloud accounts ID params

func (*DeleteCloudAccountsIDParams) WithTimeout added in v0.0.7

WithTimeout adds the timeout to the delete cloud accounts ID params

func (*DeleteCloudAccountsIDParams) WriteToRequest added in v0.0.7

WriteToRequest writes these params to a swagger request

type DeleteCloudAccountsIDReader added in v0.0.7

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

DeleteCloudAccountsIDReader is a Reader for the DeleteCloudAccountsID structure.

func (*DeleteCloudAccountsIDReader) ReadResponse added in v0.0.7

func (o *DeleteCloudAccountsIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteCloudAccountsIDUnauthorized added in v0.0.7

type DeleteCloudAccountsIDUnauthorized struct {
	Payload *models.Error
}

DeleteCloudAccountsIDUnauthorized describes a response with status code 401, with default header values.

Authorization information is missing or invalid.

func NewDeleteCloudAccountsIDUnauthorized added in v0.0.7

func NewDeleteCloudAccountsIDUnauthorized() *DeleteCloudAccountsIDUnauthorized

NewDeleteCloudAccountsIDUnauthorized creates a DeleteCloudAccountsIDUnauthorized with default headers values

func (*DeleteCloudAccountsIDUnauthorized) Code added in v0.0.7

Code gets the status code for the delete cloud accounts Id unauthorized response

func (*DeleteCloudAccountsIDUnauthorized) Error added in v0.0.7

func (*DeleteCloudAccountsIDUnauthorized) GetPayload added in v0.0.7

func (*DeleteCloudAccountsIDUnauthorized) IsClientError added in v0.0.7

func (o *DeleteCloudAccountsIDUnauthorized) IsClientError() bool

IsClientError returns true when this delete cloud accounts Id unauthorized response has a 4xx status code

func (*DeleteCloudAccountsIDUnauthorized) IsCode added in v0.0.7

func (o *DeleteCloudAccountsIDUnauthorized) IsCode(code int) bool

IsCode returns true when this delete cloud accounts Id unauthorized response a status code equal to that given

func (*DeleteCloudAccountsIDUnauthorized) IsRedirect added in v0.0.7

func (o *DeleteCloudAccountsIDUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete cloud accounts Id unauthorized response has a 3xx status code

func (*DeleteCloudAccountsIDUnauthorized) IsServerError added in v0.0.7

func (o *DeleteCloudAccountsIDUnauthorized) IsServerError() bool

IsServerError returns true when this delete cloud accounts Id unauthorized response has a 5xx status code

func (*DeleteCloudAccountsIDUnauthorized) IsSuccess added in v0.0.7

func (o *DeleteCloudAccountsIDUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete cloud accounts Id unauthorized response has a 2xx status code

func (*DeleteCloudAccountsIDUnauthorized) String added in v0.0.7

type DeleteClustersIDBadRequest added in v0.0.6

type DeleteClustersIDBadRequest struct {
	Payload *models.Error
}

DeleteClustersIDBadRequest describes a response with status code 400, with default header values.

Bad request.

func NewDeleteClustersIDBadRequest added in v0.0.6

func NewDeleteClustersIDBadRequest() *DeleteClustersIDBadRequest

NewDeleteClustersIDBadRequest creates a DeleteClustersIDBadRequest with default headers values

func (*DeleteClustersIDBadRequest) Code added in v0.0.6

func (o *DeleteClustersIDBadRequest) Code() int

Code gets the status code for the delete clusters Id bad request response

func (*DeleteClustersIDBadRequest) Error added in v0.0.6

func (*DeleteClustersIDBadRequest) GetPayload added in v0.0.6

func (o *DeleteClustersIDBadRequest) GetPayload() *models.Error

func (*DeleteClustersIDBadRequest) IsClientError added in v0.0.6

func (o *DeleteClustersIDBadRequest) IsClientError() bool

IsClientError returns true when this delete clusters Id bad request response has a 4xx status code

func (*DeleteClustersIDBadRequest) IsCode added in v0.0.6

func (o *DeleteClustersIDBadRequest) IsCode(code int) bool

IsCode returns true when this delete clusters Id bad request response a status code equal to that given

func (*DeleteClustersIDBadRequest) IsRedirect added in v0.0.6

func (o *DeleteClustersIDBadRequest) IsRedirect() bool

IsRedirect returns true when this delete clusters Id bad request response has a 3xx status code

func (*DeleteClustersIDBadRequest) IsServerError added in v0.0.6

func (o *DeleteClustersIDBadRequest) IsServerError() bool

IsServerError returns true when this delete clusters Id bad request response has a 5xx status code

func (*DeleteClustersIDBadRequest) IsSuccess added in v0.0.6

func (o *DeleteClustersIDBadRequest) IsSuccess() bool

IsSuccess returns true when this delete clusters Id bad request response has a 2xx status code

func (*DeleteClustersIDBadRequest) String added in v0.0.6

func (o *DeleteClustersIDBadRequest) String() string

type DeleteClustersIDNoContent

type DeleteClustersIDNoContent struct {
}

DeleteClustersIDNoContent describes a response with status code 204, with default header values.

Empty response indicating that the cluster was deleted.

func NewDeleteClustersIDNoContent

func NewDeleteClustersIDNoContent() *DeleteClustersIDNoContent

NewDeleteClustersIDNoContent creates a DeleteClustersIDNoContent with default headers values

func (*DeleteClustersIDNoContent) Code

func (o *DeleteClustersIDNoContent) Code() int

Code gets the status code for the delete clusters Id no content response

func (*DeleteClustersIDNoContent) Error

func (o *DeleteClustersIDNoContent) Error() string

func (*DeleteClustersIDNoContent) IsClientError

func (o *DeleteClustersIDNoContent) IsClientError() bool

IsClientError returns true when this delete clusters Id no content response has a 4xx status code

func (*DeleteClustersIDNoContent) IsCode

func (o *DeleteClustersIDNoContent) IsCode(code int) bool

IsCode returns true when this delete clusters Id no content response a status code equal to that given

func (*DeleteClustersIDNoContent) IsRedirect

func (o *DeleteClustersIDNoContent) IsRedirect() bool

IsRedirect returns true when this delete clusters Id no content response has a 3xx status code

func (*DeleteClustersIDNoContent) IsServerError

func (o *DeleteClustersIDNoContent) IsServerError() bool

IsServerError returns true when this delete clusters Id no content response has a 5xx status code

func (*DeleteClustersIDNoContent) IsSuccess

func (o *DeleteClustersIDNoContent) IsSuccess() bool

IsSuccess returns true when this delete clusters Id no content response has a 2xx status code

func (*DeleteClustersIDNoContent) String

func (o *DeleteClustersIDNoContent) String() string

type DeleteClustersIDParams

type DeleteClustersIDParams struct {

	// Authorization.
	//
	// Format: Bearer {access_token}
	Authorization string

	/* ID.

	   ID of the cluster to delete.

	   Format: uuid
	*/
	ID strfmt.UUID

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteClustersIDParams contains all the parameters to send to the API endpoint

for the delete clusters ID operation.

Typically these are written to a http.Request.

func NewDeleteClustersIDParams

func NewDeleteClustersIDParams() *DeleteClustersIDParams

NewDeleteClustersIDParams creates a new DeleteClustersIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteClustersIDParamsWithContext

func NewDeleteClustersIDParamsWithContext(ctx context.Context) *DeleteClustersIDParams

NewDeleteClustersIDParamsWithContext creates a new DeleteClustersIDParams object with the ability to set a context for a request.

func NewDeleteClustersIDParamsWithHTTPClient

func NewDeleteClustersIDParamsWithHTTPClient(client *http.Client) *DeleteClustersIDParams

NewDeleteClustersIDParamsWithHTTPClient creates a new DeleteClustersIDParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteClustersIDParamsWithTimeout

func NewDeleteClustersIDParamsWithTimeout(timeout time.Duration) *DeleteClustersIDParams

NewDeleteClustersIDParamsWithTimeout creates a new DeleteClustersIDParams object with the ability to set a timeout on a request.

func (*DeleteClustersIDParams) SetAuthorization

func (o *DeleteClustersIDParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the delete clusters ID params

func (*DeleteClustersIDParams) SetContext

func (o *DeleteClustersIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete clusters ID params

func (*DeleteClustersIDParams) SetDefaults

func (o *DeleteClustersIDParams) SetDefaults()

SetDefaults hydrates default values in the delete clusters ID params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteClustersIDParams) SetHTTPClient

func (o *DeleteClustersIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete clusters ID params

func (*DeleteClustersIDParams) SetID

func (o *DeleteClustersIDParams) SetID(id strfmt.UUID)

SetID adds the id to the delete clusters ID params

func (*DeleteClustersIDParams) SetTimeout

func (o *DeleteClustersIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete clusters ID params

func (*DeleteClustersIDParams) WithAuthorization

func (o *DeleteClustersIDParams) WithAuthorization(authorization string) *DeleteClustersIDParams

WithAuthorization adds the authorization to the delete clusters ID params

func (*DeleteClustersIDParams) WithContext

WithContext adds the context to the delete clusters ID params

func (*DeleteClustersIDParams) WithDefaults

WithDefaults hydrates default values in the delete clusters ID params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteClustersIDParams) WithHTTPClient

func (o *DeleteClustersIDParams) WithHTTPClient(client *http.Client) *DeleteClustersIDParams

WithHTTPClient adds the HTTPClient to the delete clusters ID params

func (*DeleteClustersIDParams) WithID

WithID adds the id to the delete clusters ID params

func (*DeleteClustersIDParams) WithTimeout

WithTimeout adds the timeout to the delete clusters ID params

func (*DeleteClustersIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteClustersIDReader

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

DeleteClustersIDReader is a Reader for the DeleteClustersID structure.

func (*DeleteClustersIDReader) ReadResponse

func (o *DeleteClustersIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteClustersIDUnauthorized

type DeleteClustersIDUnauthorized struct {
	Payload *models.Error
}

DeleteClustersIDUnauthorized describes a response with status code 401, with default header values.

Authorization information is missing or invalid.

func NewDeleteClustersIDUnauthorized

func NewDeleteClustersIDUnauthorized() *DeleteClustersIDUnauthorized

NewDeleteClustersIDUnauthorized creates a DeleteClustersIDUnauthorized with default headers values

func (*DeleteClustersIDUnauthorized) Code

Code gets the status code for the delete clusters Id unauthorized response

func (*DeleteClustersIDUnauthorized) Error

func (*DeleteClustersIDUnauthorized) GetPayload added in v0.0.6

func (o *DeleteClustersIDUnauthorized) GetPayload() *models.Error

func (*DeleteClustersIDUnauthorized) IsClientError

func (o *DeleteClustersIDUnauthorized) IsClientError() bool

IsClientError returns true when this delete clusters Id unauthorized response has a 4xx status code

func (*DeleteClustersIDUnauthorized) IsCode

func (o *DeleteClustersIDUnauthorized) IsCode(code int) bool

IsCode returns true when this delete clusters Id unauthorized response a status code equal to that given

func (*DeleteClustersIDUnauthorized) IsRedirect

func (o *DeleteClustersIDUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete clusters Id unauthorized response has a 3xx status code

func (*DeleteClustersIDUnauthorized) IsServerError

func (o *DeleteClustersIDUnauthorized) IsServerError() bool

IsServerError returns true when this delete clusters Id unauthorized response has a 5xx status code

func (*DeleteClustersIDUnauthorized) IsSuccess

func (o *DeleteClustersIDUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete clusters Id unauthorized response has a 2xx status code

func (*DeleteClustersIDUnauthorized) String

type DeleteDatabasesIDBadRequest added in v0.0.6

type DeleteDatabasesIDBadRequest struct {
	Payload *models.Error
}

DeleteDatabasesIDBadRequest describes a response with status code 400, with default header values.

Bad request.

func NewDeleteDatabasesIDBadRequest added in v0.0.6

func NewDeleteDatabasesIDBadRequest() *DeleteDatabasesIDBadRequest

NewDeleteDatabasesIDBadRequest creates a DeleteDatabasesIDBadRequest with default headers values

func (*DeleteDatabasesIDBadRequest) Code added in v0.0.6

func (o *DeleteDatabasesIDBadRequest) Code() int

Code gets the status code for the delete databases Id bad request response

func (*DeleteDatabasesIDBadRequest) Error added in v0.0.6

func (*DeleteDatabasesIDBadRequest) GetPayload added in v0.0.6

func (o *DeleteDatabasesIDBadRequest) GetPayload() *models.Error

func (*DeleteDatabasesIDBadRequest) IsClientError added in v0.0.6

func (o *DeleteDatabasesIDBadRequest) IsClientError() bool

IsClientError returns true when this delete databases Id bad request response has a 4xx status code

func (*DeleteDatabasesIDBadRequest) IsCode added in v0.0.6

func (o *DeleteDatabasesIDBadRequest) IsCode(code int) bool

IsCode returns true when this delete databases Id bad request response a status code equal to that given

func (*DeleteDatabasesIDBadRequest) IsRedirect added in v0.0.6

func (o *DeleteDatabasesIDBadRequest) IsRedirect() bool

IsRedirect returns true when this delete databases Id bad request response has a 3xx status code

func (*DeleteDatabasesIDBadRequest) IsServerError added in v0.0.6

func (o *DeleteDatabasesIDBadRequest) IsServerError() bool

IsServerError returns true when this delete databases Id bad request response has a 5xx status code

func (*DeleteDatabasesIDBadRequest) IsSuccess added in v0.0.6

func (o *DeleteDatabasesIDBadRequest) IsSuccess() bool

IsSuccess returns true when this delete databases Id bad request response has a 2xx status code

func (*DeleteDatabasesIDBadRequest) String added in v0.0.6

func (o *DeleteDatabasesIDBadRequest) String() string

type DeleteDatabasesIDNoContent

type DeleteDatabasesIDNoContent struct {
}

DeleteDatabasesIDNoContent describes a response with status code 204, with default header values.

Empty response indicating that the database was deleted.

func NewDeleteDatabasesIDNoContent

func NewDeleteDatabasesIDNoContent() *DeleteDatabasesIDNoContent

NewDeleteDatabasesIDNoContent creates a DeleteDatabasesIDNoContent with default headers values

func (*DeleteDatabasesIDNoContent) Code

func (o *DeleteDatabasesIDNoContent) Code() int

Code gets the status code for the delete databases Id no content response

func (*DeleteDatabasesIDNoContent) Error

func (*DeleteDatabasesIDNoContent) IsClientError

func (o *DeleteDatabasesIDNoContent) IsClientError() bool

IsClientError returns true when this delete databases Id no content response has a 4xx status code

func (*DeleteDatabasesIDNoContent) IsCode

func (o *DeleteDatabasesIDNoContent) IsCode(code int) bool

IsCode returns true when this delete databases Id no content response a status code equal to that given

func (*DeleteDatabasesIDNoContent) IsRedirect

func (o *DeleteDatabasesIDNoContent) IsRedirect() bool

IsRedirect returns true when this delete databases Id no content response has a 3xx status code

func (*DeleteDatabasesIDNoContent) IsServerError

func (o *DeleteDatabasesIDNoContent) IsServerError() bool

IsServerError returns true when this delete databases Id no content response has a 5xx status code

func (*DeleteDatabasesIDNoContent) IsSuccess

func (o *DeleteDatabasesIDNoContent) IsSuccess() bool

IsSuccess returns true when this delete databases Id no content response has a 2xx status code

func (*DeleteDatabasesIDNoContent) String

func (o *DeleteDatabasesIDNoContent) String() string

type DeleteDatabasesIDParams

type DeleteDatabasesIDParams struct {

	// Authorization.
	//
	// Format: Bearer {access_token}
	Authorization string

	/* ID.

	   ID of the database to delete.

	   Format: uuid
	*/
	ID strfmt.UUID

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteDatabasesIDParams contains all the parameters to send to the API endpoint

for the delete databases ID operation.

Typically these are written to a http.Request.

func NewDeleteDatabasesIDParams

func NewDeleteDatabasesIDParams() *DeleteDatabasesIDParams

NewDeleteDatabasesIDParams creates a new DeleteDatabasesIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteDatabasesIDParamsWithContext

func NewDeleteDatabasesIDParamsWithContext(ctx context.Context) *DeleteDatabasesIDParams

NewDeleteDatabasesIDParamsWithContext creates a new DeleteDatabasesIDParams object with the ability to set a context for a request.

func NewDeleteDatabasesIDParamsWithHTTPClient

func NewDeleteDatabasesIDParamsWithHTTPClient(client *http.Client) *DeleteDatabasesIDParams

NewDeleteDatabasesIDParamsWithHTTPClient creates a new DeleteDatabasesIDParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteDatabasesIDParamsWithTimeout

func NewDeleteDatabasesIDParamsWithTimeout(timeout time.Duration) *DeleteDatabasesIDParams

NewDeleteDatabasesIDParamsWithTimeout creates a new DeleteDatabasesIDParams object with the ability to set a timeout on a request.

func (*DeleteDatabasesIDParams) SetAuthorization

func (o *DeleteDatabasesIDParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the delete databases ID params

func (*DeleteDatabasesIDParams) SetContext

func (o *DeleteDatabasesIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete databases ID params

func (*DeleteDatabasesIDParams) SetDefaults

func (o *DeleteDatabasesIDParams) SetDefaults()

SetDefaults hydrates default values in the delete databases ID params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteDatabasesIDParams) SetHTTPClient

func (o *DeleteDatabasesIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete databases ID params

func (*DeleteDatabasesIDParams) SetID

func (o *DeleteDatabasesIDParams) SetID(id strfmt.UUID)

SetID adds the id to the delete databases ID params

func (*DeleteDatabasesIDParams) SetTimeout

func (o *DeleteDatabasesIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete databases ID params

func (*DeleteDatabasesIDParams) WithAuthorization

func (o *DeleteDatabasesIDParams) WithAuthorization(authorization string) *DeleteDatabasesIDParams

WithAuthorization adds the authorization to the delete databases ID params

func (*DeleteDatabasesIDParams) WithContext

WithContext adds the context to the delete databases ID params

func (*DeleteDatabasesIDParams) WithDefaults

WithDefaults hydrates default values in the delete databases ID params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteDatabasesIDParams) WithHTTPClient

func (o *DeleteDatabasesIDParams) WithHTTPClient(client *http.Client) *DeleteDatabasesIDParams

WithHTTPClient adds the HTTPClient to the delete databases ID params

func (*DeleteDatabasesIDParams) WithID

WithID adds the id to the delete databases ID params

func (*DeleteDatabasesIDParams) WithTimeout

WithTimeout adds the timeout to the delete databases ID params

func (*DeleteDatabasesIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteDatabasesIDReader

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

DeleteDatabasesIDReader is a Reader for the DeleteDatabasesID structure.

func (*DeleteDatabasesIDReader) ReadResponse

func (o *DeleteDatabasesIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteDatabasesIDUnauthorized

type DeleteDatabasesIDUnauthorized struct {
	Payload *models.Error
}

DeleteDatabasesIDUnauthorized describes a response with status code 401, with default header values.

Authorization information is missing or invalid.

func NewDeleteDatabasesIDUnauthorized

func NewDeleteDatabasesIDUnauthorized() *DeleteDatabasesIDUnauthorized

NewDeleteDatabasesIDUnauthorized creates a DeleteDatabasesIDUnauthorized with default headers values

func (*DeleteDatabasesIDUnauthorized) Code

Code gets the status code for the delete databases Id unauthorized response

func (*DeleteDatabasesIDUnauthorized) Error

func (*DeleteDatabasesIDUnauthorized) GetPayload added in v0.0.6

func (o *DeleteDatabasesIDUnauthorized) GetPayload() *models.Error

func (*DeleteDatabasesIDUnauthorized) IsClientError

func (o *DeleteDatabasesIDUnauthorized) IsClientError() bool

IsClientError returns true when this delete databases Id unauthorized response has a 4xx status code

func (*DeleteDatabasesIDUnauthorized) IsCode

func (o *DeleteDatabasesIDUnauthorized) IsCode(code int) bool

IsCode returns true when this delete databases Id unauthorized response a status code equal to that given

func (*DeleteDatabasesIDUnauthorized) IsRedirect

func (o *DeleteDatabasesIDUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete databases Id unauthorized response has a 3xx status code

func (*DeleteDatabasesIDUnauthorized) IsServerError

func (o *DeleteDatabasesIDUnauthorized) IsServerError() bool

IsServerError returns true when this delete databases Id unauthorized response has a 5xx status code

func (*DeleteDatabasesIDUnauthorized) IsSuccess

func (o *DeleteDatabasesIDUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete databases Id unauthorized response has a 2xx status code

func (*DeleteDatabasesIDUnauthorized) String

type DeleteSSHKeysIDBadRequest added in v0.0.7

type DeleteSSHKeysIDBadRequest struct {
	Payload *models.Error
}

DeleteSSHKeysIDBadRequest describes a response with status code 400, with default header values.

Bad request.

func NewDeleteSSHKeysIDBadRequest added in v0.0.7

func NewDeleteSSHKeysIDBadRequest() *DeleteSSHKeysIDBadRequest

NewDeleteSSHKeysIDBadRequest creates a DeleteSSHKeysIDBadRequest with default headers values

func (*DeleteSSHKeysIDBadRequest) Code added in v0.0.7

func (o *DeleteSSHKeysIDBadRequest) Code() int

Code gets the status code for the delete Ssh keys Id bad request response

func (*DeleteSSHKeysIDBadRequest) Error added in v0.0.7

func (o *DeleteSSHKeysIDBadRequest) Error() string

func (*DeleteSSHKeysIDBadRequest) GetPayload added in v0.0.7

func (o *DeleteSSHKeysIDBadRequest) GetPayload() *models.Error

func (*DeleteSSHKeysIDBadRequest) IsClientError added in v0.0.7

func (o *DeleteSSHKeysIDBadRequest) IsClientError() bool

IsClientError returns true when this delete Ssh keys Id bad request response has a 4xx status code

func (*DeleteSSHKeysIDBadRequest) IsCode added in v0.0.7

func (o *DeleteSSHKeysIDBadRequest) IsCode(code int) bool

IsCode returns true when this delete Ssh keys Id bad request response a status code equal to that given

func (*DeleteSSHKeysIDBadRequest) IsRedirect added in v0.0.7

func (o *DeleteSSHKeysIDBadRequest) IsRedirect() bool

IsRedirect returns true when this delete Ssh keys Id bad request response has a 3xx status code

func (*DeleteSSHKeysIDBadRequest) IsServerError added in v0.0.7

func (o *DeleteSSHKeysIDBadRequest) IsServerError() bool

IsServerError returns true when this delete Ssh keys Id bad request response has a 5xx status code

func (*DeleteSSHKeysIDBadRequest) IsSuccess added in v0.0.7

func (o *DeleteSSHKeysIDBadRequest) IsSuccess() bool

IsSuccess returns true when this delete Ssh keys Id bad request response has a 2xx status code

func (*DeleteSSHKeysIDBadRequest) String added in v0.0.7

func (o *DeleteSSHKeysIDBadRequest) String() string

type DeleteSSHKeysIDNoContent added in v0.0.7

type DeleteSSHKeysIDNoContent struct {
}

DeleteSSHKeysIDNoContent describes a response with status code 204, with default header values.

Empty response indicating that the SSH key was offboarded.

func NewDeleteSSHKeysIDNoContent added in v0.0.7

func NewDeleteSSHKeysIDNoContent() *DeleteSSHKeysIDNoContent

NewDeleteSSHKeysIDNoContent creates a DeleteSSHKeysIDNoContent with default headers values

func (*DeleteSSHKeysIDNoContent) Code added in v0.0.7

func (o *DeleteSSHKeysIDNoContent) Code() int

Code gets the status code for the delete Ssh keys Id no content response

func (*DeleteSSHKeysIDNoContent) Error added in v0.0.7

func (o *DeleteSSHKeysIDNoContent) Error() string

func (*DeleteSSHKeysIDNoContent) IsClientError added in v0.0.7

func (o *DeleteSSHKeysIDNoContent) IsClientError() bool

IsClientError returns true when this delete Ssh keys Id no content response has a 4xx status code

func (*DeleteSSHKeysIDNoContent) IsCode added in v0.0.7

func (o *DeleteSSHKeysIDNoContent) IsCode(code int) bool

IsCode returns true when this delete Ssh keys Id no content response a status code equal to that given

func (*DeleteSSHKeysIDNoContent) IsRedirect added in v0.0.7

func (o *DeleteSSHKeysIDNoContent) IsRedirect() bool

IsRedirect returns true when this delete Ssh keys Id no content response has a 3xx status code

func (*DeleteSSHKeysIDNoContent) IsServerError added in v0.0.7

func (o *DeleteSSHKeysIDNoContent) IsServerError() bool

IsServerError returns true when this delete Ssh keys Id no content response has a 5xx status code

func (*DeleteSSHKeysIDNoContent) IsSuccess added in v0.0.7

func (o *DeleteSSHKeysIDNoContent) IsSuccess() bool

IsSuccess returns true when this delete Ssh keys Id no content response has a 2xx status code

func (*DeleteSSHKeysIDNoContent) String added in v0.0.7

func (o *DeleteSSHKeysIDNoContent) String() string

type DeleteSSHKeysIDParams added in v0.0.7

type DeleteSSHKeysIDParams struct {

	// Authorization.
	//
	// Format: Bearer {access_token}
	Authorization string

	/* ID.

	   ID of the SSH key to offboard.

	   Format: uuid
	*/
	ID strfmt.UUID

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteSSHKeysIDParams contains all the parameters to send to the API endpoint

for the delete SSH keys ID operation.

Typically these are written to a http.Request.

func NewDeleteSSHKeysIDParams added in v0.0.7

func NewDeleteSSHKeysIDParams() *DeleteSSHKeysIDParams

NewDeleteSSHKeysIDParams creates a new DeleteSSHKeysIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteSSHKeysIDParamsWithContext added in v0.0.7

func NewDeleteSSHKeysIDParamsWithContext(ctx context.Context) *DeleteSSHKeysIDParams

NewDeleteSSHKeysIDParamsWithContext creates a new DeleteSSHKeysIDParams object with the ability to set a context for a request.

func NewDeleteSSHKeysIDParamsWithHTTPClient added in v0.0.7

func NewDeleteSSHKeysIDParamsWithHTTPClient(client *http.Client) *DeleteSSHKeysIDParams

NewDeleteSSHKeysIDParamsWithHTTPClient creates a new DeleteSSHKeysIDParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteSSHKeysIDParamsWithTimeout added in v0.0.7

func NewDeleteSSHKeysIDParamsWithTimeout(timeout time.Duration) *DeleteSSHKeysIDParams

NewDeleteSSHKeysIDParamsWithTimeout creates a new DeleteSSHKeysIDParams object with the ability to set a timeout on a request.

func (*DeleteSSHKeysIDParams) SetAuthorization added in v0.0.7

func (o *DeleteSSHKeysIDParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the delete SSH keys ID params

func (*DeleteSSHKeysIDParams) SetContext added in v0.0.7

func (o *DeleteSSHKeysIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete SSH keys ID params

func (*DeleteSSHKeysIDParams) SetDefaults added in v0.0.7

func (o *DeleteSSHKeysIDParams) SetDefaults()

SetDefaults hydrates default values in the delete SSH keys ID params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteSSHKeysIDParams) SetHTTPClient added in v0.0.7

func (o *DeleteSSHKeysIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete SSH keys ID params

func (*DeleteSSHKeysIDParams) SetID added in v0.0.7

func (o *DeleteSSHKeysIDParams) SetID(id strfmt.UUID)

SetID adds the id to the delete SSH keys ID params

func (*DeleteSSHKeysIDParams) SetTimeout added in v0.0.7

func (o *DeleteSSHKeysIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete SSH keys ID params

func (*DeleteSSHKeysIDParams) WithAuthorization added in v0.0.7

func (o *DeleteSSHKeysIDParams) WithAuthorization(authorization string) *DeleteSSHKeysIDParams

WithAuthorization adds the authorization to the delete SSH keys ID params

func (*DeleteSSHKeysIDParams) WithContext added in v0.0.7

WithContext adds the context to the delete SSH keys ID params

func (*DeleteSSHKeysIDParams) WithDefaults added in v0.0.7

func (o *DeleteSSHKeysIDParams) WithDefaults() *DeleteSSHKeysIDParams

WithDefaults hydrates default values in the delete SSH keys ID params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteSSHKeysIDParams) WithHTTPClient added in v0.0.7

func (o *DeleteSSHKeysIDParams) WithHTTPClient(client *http.Client) *DeleteSSHKeysIDParams

WithHTTPClient adds the HTTPClient to the delete SSH keys ID params

func (*DeleteSSHKeysIDParams) WithID added in v0.0.7

WithID adds the id to the delete SSH keys ID params

func (*DeleteSSHKeysIDParams) WithTimeout added in v0.0.7

func (o *DeleteSSHKeysIDParams) WithTimeout(timeout time.Duration) *DeleteSSHKeysIDParams

WithTimeout adds the timeout to the delete SSH keys ID params

func (*DeleteSSHKeysIDParams) WriteToRequest added in v0.0.7

func (o *DeleteSSHKeysIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteSSHKeysIDReader added in v0.0.7

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

DeleteSSHKeysIDReader is a Reader for the DeleteSSHKeysID structure.

func (*DeleteSSHKeysIDReader) ReadResponse added in v0.0.7

func (o *DeleteSSHKeysIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteSSHKeysIDUnauthorized added in v0.0.7

type DeleteSSHKeysIDUnauthorized struct {
	Payload *models.Error
}

DeleteSSHKeysIDUnauthorized describes a response with status code 401, with default header values.

Authorization information is missing or invalid.

func NewDeleteSSHKeysIDUnauthorized added in v0.0.7

func NewDeleteSSHKeysIDUnauthorized() *DeleteSSHKeysIDUnauthorized

NewDeleteSSHKeysIDUnauthorized creates a DeleteSSHKeysIDUnauthorized with default headers values

func (*DeleteSSHKeysIDUnauthorized) Code added in v0.0.7

func (o *DeleteSSHKeysIDUnauthorized) Code() int

Code gets the status code for the delete Ssh keys Id unauthorized response

func (*DeleteSSHKeysIDUnauthorized) Error added in v0.0.7

func (*DeleteSSHKeysIDUnauthorized) GetPayload added in v0.0.7

func (o *DeleteSSHKeysIDUnauthorized) GetPayload() *models.Error

func (*DeleteSSHKeysIDUnauthorized) IsClientError added in v0.0.7

func (o *DeleteSSHKeysIDUnauthorized) IsClientError() bool

IsClientError returns true when this delete Ssh keys Id unauthorized response has a 4xx status code

func (*DeleteSSHKeysIDUnauthorized) IsCode added in v0.0.7

func (o *DeleteSSHKeysIDUnauthorized) IsCode(code int) bool

IsCode returns true when this delete Ssh keys Id unauthorized response a status code equal to that given

func (*DeleteSSHKeysIDUnauthorized) IsRedirect added in v0.0.7

func (o *DeleteSSHKeysIDUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete Ssh keys Id unauthorized response has a 3xx status code

func (*DeleteSSHKeysIDUnauthorized) IsServerError added in v0.0.7

func (o *DeleteSSHKeysIDUnauthorized) IsServerError() bool

IsServerError returns true when this delete Ssh keys Id unauthorized response has a 5xx status code

func (*DeleteSSHKeysIDUnauthorized) IsSuccess added in v0.0.7

func (o *DeleteSSHKeysIDUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete Ssh keys Id unauthorized response has a 2xx status code

func (*DeleteSSHKeysIDUnauthorized) String added in v0.0.7

func (o *DeleteSSHKeysIDUnauthorized) String() string

type GetBackupStoresBadRequest added in v0.0.7

type GetBackupStoresBadRequest struct {
	Payload *models.Error
}

GetBackupStoresBadRequest describes a response with status code 400, with default header values.

Bad request.

func NewGetBackupStoresBadRequest added in v0.0.7

func NewGetBackupStoresBadRequest() *GetBackupStoresBadRequest

NewGetBackupStoresBadRequest creates a GetBackupStoresBadRequest with default headers values

func (*GetBackupStoresBadRequest) Code added in v0.0.7

func (o *GetBackupStoresBadRequest) Code() int

Code gets the status code for the get backup stores bad request response

func (*GetBackupStoresBadRequest) Error added in v0.0.7

func (o *GetBackupStoresBadRequest) Error() string

func (*GetBackupStoresBadRequest) GetPayload added in v0.0.7

func (o *GetBackupStoresBadRequest) GetPayload() *models.Error

func (*GetBackupStoresBadRequest) IsClientError added in v0.0.7

func (o *GetBackupStoresBadRequest) IsClientError() bool

IsClientError returns true when this get backup stores bad request response has a 4xx status code

func (*GetBackupStoresBadRequest) IsCode added in v0.0.7

func (o *GetBackupStoresBadRequest) IsCode(code int) bool

IsCode returns true when this get backup stores bad request response a status code equal to that given

func (*GetBackupStoresBadRequest) IsRedirect added in v0.0.7

func (o *GetBackupStoresBadRequest) IsRedirect() bool

IsRedirect returns true when this get backup stores bad request response has a 3xx status code

func (*GetBackupStoresBadRequest) IsServerError added in v0.0.7

func (o *GetBackupStoresBadRequest) IsServerError() bool

IsServerError returns true when this get backup stores bad request response has a 5xx status code

func (*GetBackupStoresBadRequest) IsSuccess added in v0.0.7

func (o *GetBackupStoresBadRequest) IsSuccess() bool

IsSuccess returns true when this get backup stores bad request response has a 2xx status code

func (*GetBackupStoresBadRequest) String added in v0.0.7

func (o *GetBackupStoresBadRequest) String() string

type GetBackupStoresIDBadRequest added in v0.0.7

type GetBackupStoresIDBadRequest struct {
	Payload *models.Error
}

GetBackupStoresIDBadRequest describes a response with status code 400, with default header values.

Bad request.

func NewGetBackupStoresIDBadRequest added in v0.0.7

func NewGetBackupStoresIDBadRequest() *GetBackupStoresIDBadRequest

NewGetBackupStoresIDBadRequest creates a GetBackupStoresIDBadRequest with default headers values

func (*GetBackupStoresIDBadRequest) Code added in v0.0.7

func (o *GetBackupStoresIDBadRequest) Code() int

Code gets the status code for the get backup stores Id bad request response

func (*GetBackupStoresIDBadRequest) Error added in v0.0.7

func (*GetBackupStoresIDBadRequest) GetPayload added in v0.0.7

func (o *GetBackupStoresIDBadRequest) GetPayload() *models.Error

func (*GetBackupStoresIDBadRequest) IsClientError added in v0.0.7

func (o *GetBackupStoresIDBadRequest) IsClientError() bool

IsClientError returns true when this get backup stores Id bad request response has a 4xx status code

func (*GetBackupStoresIDBadRequest) IsCode added in v0.0.7

func (o *GetBackupStoresIDBadRequest) IsCode(code int) bool

IsCode returns true when this get backup stores Id bad request response a status code equal to that given

func (*GetBackupStoresIDBadRequest) IsRedirect added in v0.0.7

func (o *GetBackupStoresIDBadRequest) IsRedirect() bool

IsRedirect returns true when this get backup stores Id bad request response has a 3xx status code

func (*GetBackupStoresIDBadRequest) IsServerError added in v0.0.7

func (o *GetBackupStoresIDBadRequest) IsServerError() bool

IsServerError returns true when this get backup stores Id bad request response has a 5xx status code

func (*GetBackupStoresIDBadRequest) IsSuccess added in v0.0.7

func (o *GetBackupStoresIDBadRequest) IsSuccess() bool

IsSuccess returns true when this get backup stores Id bad request response has a 2xx status code

func (*GetBackupStoresIDBadRequest) String added in v0.0.7

func (o *GetBackupStoresIDBadRequest) String() string

type GetBackupStoresIDOK added in v0.0.7

type GetBackupStoresIDOK struct {
	Payload *models.BackupStore
}

GetBackupStoresIDOK describes a response with status code 200, with default header values.

Response containing the backup store details.

func NewGetBackupStoresIDOK added in v0.0.7

func NewGetBackupStoresIDOK() *GetBackupStoresIDOK

NewGetBackupStoresIDOK creates a GetBackupStoresIDOK with default headers values

func (*GetBackupStoresIDOK) Code added in v0.0.7

func (o *GetBackupStoresIDOK) Code() int

Code gets the status code for the get backup stores Id o k response

func (*GetBackupStoresIDOK) Error added in v0.0.7

func (o *GetBackupStoresIDOK) Error() string

func (*GetBackupStoresIDOK) GetPayload added in v0.0.7

func (o *GetBackupStoresIDOK) GetPayload() *models.BackupStore

func (*GetBackupStoresIDOK) IsClientError added in v0.0.7

func (o *GetBackupStoresIDOK) IsClientError() bool

IsClientError returns true when this get backup stores Id o k response has a 4xx status code

func (*GetBackupStoresIDOK) IsCode added in v0.0.7

func (o *GetBackupStoresIDOK) IsCode(code int) bool

IsCode returns true when this get backup stores Id o k response a status code equal to that given

func (*GetBackupStoresIDOK) IsRedirect added in v0.0.7

func (o *GetBackupStoresIDOK) IsRedirect() bool

IsRedirect returns true when this get backup stores Id o k response has a 3xx status code

func (*GetBackupStoresIDOK) IsServerError added in v0.0.7

func (o *GetBackupStoresIDOK) IsServerError() bool

IsServerError returns true when this get backup stores Id o k response has a 5xx status code

func (*GetBackupStoresIDOK) IsSuccess added in v0.0.7

func (o *GetBackupStoresIDOK) IsSuccess() bool

IsSuccess returns true when this get backup stores Id o k response has a 2xx status code

func (*GetBackupStoresIDOK) String added in v0.0.7

func (o *GetBackupStoresIDOK) String() string

type GetBackupStoresIDParams added in v0.0.7

type GetBackupStoresIDParams struct {

	// Authorization.
	//
	// Format: Bearer {access_token}
	Authorization string

	/* ID.

	   The ID of the backup store to get.

	   Format: uuid
	*/
	ID strfmt.UUID

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetBackupStoresIDParams contains all the parameters to send to the API endpoint

for the get backup stores ID operation.

Typically these are written to a http.Request.

func NewGetBackupStoresIDParams added in v0.0.7

func NewGetBackupStoresIDParams() *GetBackupStoresIDParams

NewGetBackupStoresIDParams creates a new GetBackupStoresIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetBackupStoresIDParamsWithContext added in v0.0.7

func NewGetBackupStoresIDParamsWithContext(ctx context.Context) *GetBackupStoresIDParams

NewGetBackupStoresIDParamsWithContext creates a new GetBackupStoresIDParams object with the ability to set a context for a request.

func NewGetBackupStoresIDParamsWithHTTPClient added in v0.0.7

func NewGetBackupStoresIDParamsWithHTTPClient(client *http.Client) *GetBackupStoresIDParams

NewGetBackupStoresIDParamsWithHTTPClient creates a new GetBackupStoresIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetBackupStoresIDParamsWithTimeout added in v0.0.7

func NewGetBackupStoresIDParamsWithTimeout(timeout time.Duration) *GetBackupStoresIDParams

NewGetBackupStoresIDParamsWithTimeout creates a new GetBackupStoresIDParams object with the ability to set a timeout on a request.

func (*GetBackupStoresIDParams) SetAuthorization added in v0.0.7

func (o *GetBackupStoresIDParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get backup stores ID params

func (*GetBackupStoresIDParams) SetContext added in v0.0.7

func (o *GetBackupStoresIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get backup stores ID params

func (*GetBackupStoresIDParams) SetDefaults added in v0.0.7

func (o *GetBackupStoresIDParams) SetDefaults()

SetDefaults hydrates default values in the get backup stores ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetBackupStoresIDParams) SetHTTPClient added in v0.0.7

func (o *GetBackupStoresIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get backup stores ID params

func (*GetBackupStoresIDParams) SetID added in v0.0.7

func (o *GetBackupStoresIDParams) SetID(id strfmt.UUID)

SetID adds the id to the get backup stores ID params

func (*GetBackupStoresIDParams) SetTimeout added in v0.0.7

func (o *GetBackupStoresIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get backup stores ID params

func (*GetBackupStoresIDParams) WithAuthorization added in v0.0.7

func (o *GetBackupStoresIDParams) WithAuthorization(authorization string) *GetBackupStoresIDParams

WithAuthorization adds the authorization to the get backup stores ID params

func (*GetBackupStoresIDParams) WithContext added in v0.0.7

WithContext adds the context to the get backup stores ID params

func (*GetBackupStoresIDParams) WithDefaults added in v0.0.7

WithDefaults hydrates default values in the get backup stores ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetBackupStoresIDParams) WithHTTPClient added in v0.0.7

func (o *GetBackupStoresIDParams) WithHTTPClient(client *http.Client) *GetBackupStoresIDParams

WithHTTPClient adds the HTTPClient to the get backup stores ID params

func (*GetBackupStoresIDParams) WithID added in v0.0.7

WithID adds the id to the get backup stores ID params

func (*GetBackupStoresIDParams) WithTimeout added in v0.0.7

WithTimeout adds the timeout to the get backup stores ID params

func (*GetBackupStoresIDParams) WriteToRequest added in v0.0.7

WriteToRequest writes these params to a swagger request

type GetBackupStoresIDReader added in v0.0.7

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

GetBackupStoresIDReader is a Reader for the GetBackupStoresID structure.

func (*GetBackupStoresIDReader) ReadResponse added in v0.0.7

func (o *GetBackupStoresIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetBackupStoresIDUnauthorized added in v0.0.7

type GetBackupStoresIDUnauthorized struct {
	Payload *models.Error
}

GetBackupStoresIDUnauthorized describes a response with status code 401, with default header values.

Authorization information is missing or invalid.

func NewGetBackupStoresIDUnauthorized added in v0.0.7

func NewGetBackupStoresIDUnauthorized() *GetBackupStoresIDUnauthorized

NewGetBackupStoresIDUnauthorized creates a GetBackupStoresIDUnauthorized with default headers values

func (*GetBackupStoresIDUnauthorized) Code added in v0.0.7

Code gets the status code for the get backup stores Id unauthorized response

func (*GetBackupStoresIDUnauthorized) Error added in v0.0.7

func (*GetBackupStoresIDUnauthorized) GetPayload added in v0.0.7

func (o *GetBackupStoresIDUnauthorized) GetPayload() *models.Error

func (*GetBackupStoresIDUnauthorized) IsClientError added in v0.0.7

func (o *GetBackupStoresIDUnauthorized) IsClientError() bool

IsClientError returns true when this get backup stores Id unauthorized response has a 4xx status code

func (*GetBackupStoresIDUnauthorized) IsCode added in v0.0.7

func (o *GetBackupStoresIDUnauthorized) IsCode(code int) bool

IsCode returns true when this get backup stores Id unauthorized response a status code equal to that given

func (*GetBackupStoresIDUnauthorized) IsRedirect added in v0.0.7

func (o *GetBackupStoresIDUnauthorized) IsRedirect() bool

IsRedirect returns true when this get backup stores Id unauthorized response has a 3xx status code

func (*GetBackupStoresIDUnauthorized) IsServerError added in v0.0.7

func (o *GetBackupStoresIDUnauthorized) IsServerError() bool

IsServerError returns true when this get backup stores Id unauthorized response has a 5xx status code

func (*GetBackupStoresIDUnauthorized) IsSuccess added in v0.0.7

func (o *GetBackupStoresIDUnauthorized) IsSuccess() bool

IsSuccess returns true when this get backup stores Id unauthorized response has a 2xx status code

func (*GetBackupStoresIDUnauthorized) String added in v0.0.7

type GetBackupStoresOK added in v0.0.7

type GetBackupStoresOK struct {
	Payload []*models.BackupStore
}

GetBackupStoresOK describes a response with status code 200, with default header values.

List backup stores response

func NewGetBackupStoresOK added in v0.0.7

func NewGetBackupStoresOK() *GetBackupStoresOK

NewGetBackupStoresOK creates a GetBackupStoresOK with default headers values

func (*GetBackupStoresOK) Code added in v0.0.7

func (o *GetBackupStoresOK) Code() int

Code gets the status code for the get backup stores o k response

func (*GetBackupStoresOK) Error added in v0.0.7

func (o *GetBackupStoresOK) Error() string

func (*GetBackupStoresOK) GetPayload added in v0.0.7

func (o *GetBackupStoresOK) GetPayload() []*models.BackupStore

func (*GetBackupStoresOK) IsClientError added in v0.0.7

func (o *GetBackupStoresOK) IsClientError() bool

IsClientError returns true when this get backup stores o k response has a 4xx status code

func (*GetBackupStoresOK) IsCode added in v0.0.7

func (o *GetBackupStoresOK) IsCode(code int) bool

IsCode returns true when this get backup stores o k response a status code equal to that given

func (*GetBackupStoresOK) IsRedirect added in v0.0.7

func (o *GetBackupStoresOK) IsRedirect() bool

IsRedirect returns true when this get backup stores o k response has a 3xx status code

func (*GetBackupStoresOK) IsServerError added in v0.0.7

func (o *GetBackupStoresOK) IsServerError() bool

IsServerError returns true when this get backup stores o k response has a 5xx status code

func (*GetBackupStoresOK) IsSuccess added in v0.0.7

func (o *GetBackupStoresOK) IsSuccess() bool

IsSuccess returns true when this get backup stores o k response has a 2xx status code

func (*GetBackupStoresOK) String added in v0.0.7

func (o *GetBackupStoresOK) String() string

type GetBackupStoresParams added in v0.0.7

type GetBackupStoresParams struct {

	// Authorization.
	//
	// Format: Bearer {access_token}
	Authorization string

	/* CreatedAfter.

	   Start time for backup stores retrieval as an RFC3339 timestamp.
	*/
	CreatedAfter *string

	/* CreatedBefore.

	   End time for backup stores retrieval as an RFC3339 timestamp.
	*/
	CreatedBefore *string

	/* Descending.

	   Whether to sort in descending order.
	*/
	Descending *bool

	/* Limit.

	   Maximum number of results to return.
	*/
	Limit *int64

	/* Offset.

	   Offset into the results, for pagination.
	*/
	Offset *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetBackupStoresParams contains all the parameters to send to the API endpoint

for the get backup stores operation.

Typically these are written to a http.Request.

func NewGetBackupStoresParams added in v0.0.7

func NewGetBackupStoresParams() *GetBackupStoresParams

NewGetBackupStoresParams creates a new GetBackupStoresParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetBackupStoresParamsWithContext added in v0.0.7

func NewGetBackupStoresParamsWithContext(ctx context.Context) *GetBackupStoresParams

NewGetBackupStoresParamsWithContext creates a new GetBackupStoresParams object with the ability to set a context for a request.

func NewGetBackupStoresParamsWithHTTPClient added in v0.0.7

func NewGetBackupStoresParamsWithHTTPClient(client *http.Client) *GetBackupStoresParams

NewGetBackupStoresParamsWithHTTPClient creates a new GetBackupStoresParams object with the ability to set a custom HTTPClient for a request.

func NewGetBackupStoresParamsWithTimeout added in v0.0.7

func NewGetBackupStoresParamsWithTimeout(timeout time.Duration) *GetBackupStoresParams

NewGetBackupStoresParamsWithTimeout creates a new GetBackupStoresParams object with the ability to set a timeout on a request.

func (*GetBackupStoresParams) SetAuthorization added in v0.0.7

func (o *GetBackupStoresParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get backup stores params

func (*GetBackupStoresParams) SetContext added in v0.0.7

func (o *GetBackupStoresParams) SetContext(ctx context.Context)

SetContext adds the context to the get backup stores params

func (*GetBackupStoresParams) SetCreatedAfter added in v0.0.7

func (o *GetBackupStoresParams) SetCreatedAfter(createdAfter *string)

SetCreatedAfter adds the createdAfter to the get backup stores params

func (*GetBackupStoresParams) SetCreatedBefore added in v0.0.7

func (o *GetBackupStoresParams) SetCreatedBefore(createdBefore *string)

SetCreatedBefore adds the createdBefore to the get backup stores params

func (*GetBackupStoresParams) SetDefaults added in v0.0.7

func (o *GetBackupStoresParams) SetDefaults()

SetDefaults hydrates default values in the get backup stores params (not the query body).

All values with no default are reset to their zero value.

func (*GetBackupStoresParams) SetDescending added in v0.0.7

func (o *GetBackupStoresParams) SetDescending(descending *bool)

SetDescending adds the descending to the get backup stores params

func (*GetBackupStoresParams) SetHTTPClient added in v0.0.7

func (o *GetBackupStoresParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get backup stores params

func (*GetBackupStoresParams) SetLimit added in v0.0.7

func (o *GetBackupStoresParams) SetLimit(limit *int64)

SetLimit adds the limit to the get backup stores params

func (*GetBackupStoresParams) SetOffset added in v0.0.7

func (o *GetBackupStoresParams) SetOffset(offset *int64)

SetOffset adds the offset to the get backup stores params

func (*GetBackupStoresParams) SetTimeout added in v0.0.7

func (o *GetBackupStoresParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get backup stores params

func (*GetBackupStoresParams) WithAuthorization added in v0.0.7

func (o *GetBackupStoresParams) WithAuthorization(authorization string) *GetBackupStoresParams

WithAuthorization adds the authorization to the get backup stores params

func (*GetBackupStoresParams) WithContext added in v0.0.7

WithContext adds the context to the get backup stores params

func (*GetBackupStoresParams) WithCreatedAfter added in v0.0.7

func (o *GetBackupStoresParams) WithCreatedAfter(createdAfter *string) *GetBackupStoresParams

WithCreatedAfter adds the createdAfter to the get backup stores params

func (*GetBackupStoresParams) WithCreatedBefore added in v0.0.7

func (o *GetBackupStoresParams) WithCreatedBefore(createdBefore *string) *GetBackupStoresParams

WithCreatedBefore adds the createdBefore to the get backup stores params

func (*GetBackupStoresParams) WithDefaults added in v0.0.7

func (o *GetBackupStoresParams) WithDefaults() *GetBackupStoresParams

WithDefaults hydrates default values in the get backup stores params (not the query body).

All values with no default are reset to their zero value.

func (*GetBackupStoresParams) WithDescending added in v0.0.7

func (o *GetBackupStoresParams) WithDescending(descending *bool) *GetBackupStoresParams

WithDescending adds the descending to the get backup stores params

func (*GetBackupStoresParams) WithHTTPClient added in v0.0.7

func (o *GetBackupStoresParams) WithHTTPClient(client *http.Client) *GetBackupStoresParams

WithHTTPClient adds the HTTPClient to the get backup stores params

func (*GetBackupStoresParams) WithLimit added in v0.0.7

func (o *GetBackupStoresParams) WithLimit(limit *int64) *GetBackupStoresParams

WithLimit adds the limit to the get backup stores params

func (*GetBackupStoresParams) WithOffset added in v0.0.7

func (o *GetBackupStoresParams) WithOffset(offset *int64) *GetBackupStoresParams

WithOffset adds the offset to the get backup stores params

func (*GetBackupStoresParams) WithTimeout added in v0.0.7

func (o *GetBackupStoresParams) WithTimeout(timeout time.Duration) *GetBackupStoresParams

WithTimeout adds the timeout to the get backup stores params

func (*GetBackupStoresParams) WriteToRequest added in v0.0.7

func (o *GetBackupStoresParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetBackupStoresReader added in v0.0.7

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

GetBackupStoresReader is a Reader for the GetBackupStores structure.

func (*GetBackupStoresReader) ReadResponse added in v0.0.7

func (o *GetBackupStoresReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetBackupStoresUnauthorized added in v0.0.7

type GetBackupStoresUnauthorized struct {
	Payload *models.Error
}

GetBackupStoresUnauthorized describes a response with status code 401, with default header values.

Authorization information is missing or invalid.

func NewGetBackupStoresUnauthorized added in v0.0.7

func NewGetBackupStoresUnauthorized() *GetBackupStoresUnauthorized

NewGetBackupStoresUnauthorized creates a GetBackupStoresUnauthorized with default headers values

func (*GetBackupStoresUnauthorized) Code added in v0.0.7

func (o *GetBackupStoresUnauthorized) Code() int

Code gets the status code for the get backup stores unauthorized response

func (*GetBackupStoresUnauthorized) Error added in v0.0.7

func (*GetBackupStoresUnauthorized) GetPayload added in v0.0.7

func (o *GetBackupStoresUnauthorized) GetPayload() *models.Error

func (*GetBackupStoresUnauthorized) IsClientError added in v0.0.7

func (o *GetBackupStoresUnauthorized) IsClientError() bool

IsClientError returns true when this get backup stores unauthorized response has a 4xx status code

func (*GetBackupStoresUnauthorized) IsCode added in v0.0.7

func (o *GetBackupStoresUnauthorized) IsCode(code int) bool

IsCode returns true when this get backup stores unauthorized response a status code equal to that given

func (*GetBackupStoresUnauthorized) IsRedirect added in v0.0.7

func (o *GetBackupStoresUnauthorized) IsRedirect() bool

IsRedirect returns true when this get backup stores unauthorized response has a 3xx status code

func (*GetBackupStoresUnauthorized) IsServerError added in v0.0.7

func (o *GetBackupStoresUnauthorized) IsServerError() bool

IsServerError returns true when this get backup stores unauthorized response has a 5xx status code

func (*GetBackupStoresUnauthorized) IsSuccess added in v0.0.7

func (o *GetBackupStoresUnauthorized) IsSuccess() bool

IsSuccess returns true when this get backup stores unauthorized response has a 2xx status code

func (*GetBackupStoresUnauthorized) String added in v0.0.7

func (o *GetBackupStoresUnauthorized) String() string

type GetCloudAccountsBadRequest added in v0.0.7

type GetCloudAccountsBadRequest struct {
	Payload *models.Error
}

GetCloudAccountsBadRequest describes a response with status code 400, with default header values.

Bad request.

func NewGetCloudAccountsBadRequest added in v0.0.7

func NewGetCloudAccountsBadRequest() *GetCloudAccountsBadRequest

NewGetCloudAccountsBadRequest creates a GetCloudAccountsBadRequest with default headers values

func (*GetCloudAccountsBadRequest) Code added in v0.0.7

func (o *GetCloudAccountsBadRequest) Code() int

Code gets the status code for the get cloud accounts bad request response

func (*GetCloudAccountsBadRequest) Error added in v0.0.7

func (*GetCloudAccountsBadRequest) GetPayload added in v0.0.7

func (o *GetCloudAccountsBadRequest) GetPayload() *models.Error

func (*GetCloudAccountsBadRequest) IsClientError added in v0.0.7

func (o *GetCloudAccountsBadRequest) IsClientError() bool

IsClientError returns true when this get cloud accounts bad request response has a 4xx status code

func (*GetCloudAccountsBadRequest) IsCode added in v0.0.7

func (o *GetCloudAccountsBadRequest) IsCode(code int) bool

IsCode returns true when this get cloud accounts bad request response a status code equal to that given

func (*GetCloudAccountsBadRequest) IsRedirect added in v0.0.7

func (o *GetCloudAccountsBadRequest) IsRedirect() bool

IsRedirect returns true when this get cloud accounts bad request response has a 3xx status code

func (*GetCloudAccountsBadRequest) IsServerError added in v0.0.7

func (o *GetCloudAccountsBadRequest) IsServerError() bool

IsServerError returns true when this get cloud accounts bad request response has a 5xx status code

func (*GetCloudAccountsBadRequest) IsSuccess added in v0.0.7

func (o *GetCloudAccountsBadRequest) IsSuccess() bool

IsSuccess returns true when this get cloud accounts bad request response has a 2xx status code

func (*GetCloudAccountsBadRequest) String added in v0.0.7

func (o *GetCloudAccountsBadRequest) String() string

type GetCloudAccountsIDBadRequest added in v0.0.7

type GetCloudAccountsIDBadRequest struct {
	Payload *models.Error
}

GetCloudAccountsIDBadRequest describes a response with status code 400, with default header values.

Bad request.

func NewGetCloudAccountsIDBadRequest added in v0.0.7

func NewGetCloudAccountsIDBadRequest() *GetCloudAccountsIDBadRequest

NewGetCloudAccountsIDBadRequest creates a GetCloudAccountsIDBadRequest with default headers values

func (*GetCloudAccountsIDBadRequest) Code added in v0.0.7

Code gets the status code for the get cloud accounts Id bad request response

func (*GetCloudAccountsIDBadRequest) Error added in v0.0.7

func (*GetCloudAccountsIDBadRequest) GetPayload added in v0.0.7

func (o *GetCloudAccountsIDBadRequest) GetPayload() *models.Error

func (*GetCloudAccountsIDBadRequest) IsClientError added in v0.0.7

func (o *GetCloudAccountsIDBadRequest) IsClientError() bool

IsClientError returns true when this get cloud accounts Id bad request response has a 4xx status code

func (*GetCloudAccountsIDBadRequest) IsCode added in v0.0.7

func (o *GetCloudAccountsIDBadRequest) IsCode(code int) bool

IsCode returns true when this get cloud accounts Id bad request response a status code equal to that given

func (*GetCloudAccountsIDBadRequest) IsRedirect added in v0.0.7

func (o *GetCloudAccountsIDBadRequest) IsRedirect() bool

IsRedirect returns true when this get cloud accounts Id bad request response has a 3xx status code

func (*GetCloudAccountsIDBadRequest) IsServerError added in v0.0.7

func (o *GetCloudAccountsIDBadRequest) IsServerError() bool

IsServerError returns true when this get cloud accounts Id bad request response has a 5xx status code

func (*GetCloudAccountsIDBadRequest) IsSuccess added in v0.0.7

func (o *GetCloudAccountsIDBadRequest) IsSuccess() bool

IsSuccess returns true when this get cloud accounts Id bad request response has a 2xx status code

func (*GetCloudAccountsIDBadRequest) String added in v0.0.7

type GetCloudAccountsIDOK added in v0.0.7

type GetCloudAccountsIDOK struct {
	Payload *models.CloudAccount
}

GetCloudAccountsIDOK describes a response with status code 200, with default header values.

Response containing the cloud account details.

func NewGetCloudAccountsIDOK added in v0.0.7

func NewGetCloudAccountsIDOK() *GetCloudAccountsIDOK

NewGetCloudAccountsIDOK creates a GetCloudAccountsIDOK with default headers values

func (*GetCloudAccountsIDOK) Code added in v0.0.7

func (o *GetCloudAccountsIDOK) Code() int

Code gets the status code for the get cloud accounts Id o k response

func (*GetCloudAccountsIDOK) Error added in v0.0.7

func (o *GetCloudAccountsIDOK) Error() string

func (*GetCloudAccountsIDOK) GetPayload added in v0.0.7

func (o *GetCloudAccountsIDOK) GetPayload() *models.CloudAccount

func (*GetCloudAccountsIDOK) IsClientError added in v0.0.7

func (o *GetCloudAccountsIDOK) IsClientError() bool

IsClientError returns true when this get cloud accounts Id o k response has a 4xx status code

func (*GetCloudAccountsIDOK) IsCode added in v0.0.7

func (o *GetCloudAccountsIDOK) IsCode(code int) bool

IsCode returns true when this get cloud accounts Id o k response a status code equal to that given

func (*GetCloudAccountsIDOK) IsRedirect added in v0.0.7

func (o *GetCloudAccountsIDOK) IsRedirect() bool

IsRedirect returns true when this get cloud accounts Id o k response has a 3xx status code

func (*GetCloudAccountsIDOK) IsServerError added in v0.0.7

func (o *GetCloudAccountsIDOK) IsServerError() bool

IsServerError returns true when this get cloud accounts Id o k response has a 5xx status code

func (*GetCloudAccountsIDOK) IsSuccess added in v0.0.7

func (o *GetCloudAccountsIDOK) IsSuccess() bool

IsSuccess returns true when this get cloud accounts Id o k response has a 2xx status code

func (*GetCloudAccountsIDOK) String added in v0.0.7

func (o *GetCloudAccountsIDOK) String() string

type GetCloudAccountsIDParams added in v0.0.7

type GetCloudAccountsIDParams struct {

	// Authorization.
	//
	// Format: Bearer {access_token}
	Authorization string

	/* ID.

	   ID of the cloud account to retrieve.

	   Format: uuid
	*/
	ID strfmt.UUID

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetCloudAccountsIDParams contains all the parameters to send to the API endpoint

for the get cloud accounts ID operation.

Typically these are written to a http.Request.

func NewGetCloudAccountsIDParams added in v0.0.7

func NewGetCloudAccountsIDParams() *GetCloudAccountsIDParams

NewGetCloudAccountsIDParams creates a new GetCloudAccountsIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetCloudAccountsIDParamsWithContext added in v0.0.7

func NewGetCloudAccountsIDParamsWithContext(ctx context.Context) *GetCloudAccountsIDParams

NewGetCloudAccountsIDParamsWithContext creates a new GetCloudAccountsIDParams object with the ability to set a context for a request.

func NewGetCloudAccountsIDParamsWithHTTPClient added in v0.0.7

func NewGetCloudAccountsIDParamsWithHTTPClient(client *http.Client) *GetCloudAccountsIDParams

NewGetCloudAccountsIDParamsWithHTTPClient creates a new GetCloudAccountsIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetCloudAccountsIDParamsWithTimeout added in v0.0.7

func NewGetCloudAccountsIDParamsWithTimeout(timeout time.Duration) *GetCloudAccountsIDParams

NewGetCloudAccountsIDParamsWithTimeout creates a new GetCloudAccountsIDParams object with the ability to set a timeout on a request.

func (*GetCloudAccountsIDParams) SetAuthorization added in v0.0.7

func (o *GetCloudAccountsIDParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get cloud accounts ID params

func (*GetCloudAccountsIDParams) SetContext added in v0.0.7

func (o *GetCloudAccountsIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get cloud accounts ID params

func (*GetCloudAccountsIDParams) SetDefaults added in v0.0.7

func (o *GetCloudAccountsIDParams) SetDefaults()

SetDefaults hydrates default values in the get cloud accounts ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetCloudAccountsIDParams) SetHTTPClient added in v0.0.7

func (o *GetCloudAccountsIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get cloud accounts ID params

func (*GetCloudAccountsIDParams) SetID added in v0.0.7

func (o *GetCloudAccountsIDParams) SetID(id strfmt.UUID)

SetID adds the id to the get cloud accounts ID params

func (*GetCloudAccountsIDParams) SetTimeout added in v0.0.7

func (o *GetCloudAccountsIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get cloud accounts ID params

func (*GetCloudAccountsIDParams) WithAuthorization added in v0.0.7

func (o *GetCloudAccountsIDParams) WithAuthorization(authorization string) *GetCloudAccountsIDParams

WithAuthorization adds the authorization to the get cloud accounts ID params

func (*GetCloudAccountsIDParams) WithContext added in v0.0.7

WithContext adds the context to the get cloud accounts ID params

func (*GetCloudAccountsIDParams) WithDefaults added in v0.0.7

WithDefaults hydrates default values in the get cloud accounts ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetCloudAccountsIDParams) WithHTTPClient added in v0.0.7

func (o *GetCloudAccountsIDParams) WithHTTPClient(client *http.Client) *GetCloudAccountsIDParams

WithHTTPClient adds the HTTPClient to the get cloud accounts ID params

func (*GetCloudAccountsIDParams) WithID added in v0.0.7

WithID adds the id to the get cloud accounts ID params

func (*GetCloudAccountsIDParams) WithTimeout added in v0.0.7

WithTimeout adds the timeout to the get cloud accounts ID params

func (*GetCloudAccountsIDParams) WriteToRequest added in v0.0.7

WriteToRequest writes these params to a swagger request

type GetCloudAccountsIDReader added in v0.0.7

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

GetCloudAccountsIDReader is a Reader for the GetCloudAccountsID structure.

func (*GetCloudAccountsIDReader) ReadResponse added in v0.0.7

func (o *GetCloudAccountsIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetCloudAccountsIDUnauthorized added in v0.0.7

type GetCloudAccountsIDUnauthorized struct {
	Payload *models.Error
}

GetCloudAccountsIDUnauthorized describes a response with status code 401, with default header values.

Authorization information is missing or invalid.

func NewGetCloudAccountsIDUnauthorized added in v0.0.7

func NewGetCloudAccountsIDUnauthorized() *GetCloudAccountsIDUnauthorized

NewGetCloudAccountsIDUnauthorized creates a GetCloudAccountsIDUnauthorized with default headers values

func (*GetCloudAccountsIDUnauthorized) Code added in v0.0.7

Code gets the status code for the get cloud accounts Id unauthorized response

func (*GetCloudAccountsIDUnauthorized) Error added in v0.0.7

func (*GetCloudAccountsIDUnauthorized) GetPayload added in v0.0.7

func (o *GetCloudAccountsIDUnauthorized) GetPayload() *models.Error

func (*GetCloudAccountsIDUnauthorized) IsClientError added in v0.0.7

func (o *GetCloudAccountsIDUnauthorized) IsClientError() bool

IsClientError returns true when this get cloud accounts Id unauthorized response has a 4xx status code

func (*GetCloudAccountsIDUnauthorized) IsCode added in v0.0.7

func (o *GetCloudAccountsIDUnauthorized) IsCode(code int) bool

IsCode returns true when this get cloud accounts Id unauthorized response a status code equal to that given

func (*GetCloudAccountsIDUnauthorized) IsRedirect added in v0.0.7

func (o *GetCloudAccountsIDUnauthorized) IsRedirect() bool

IsRedirect returns true when this get cloud accounts Id unauthorized response has a 3xx status code

func (*GetCloudAccountsIDUnauthorized) IsServerError added in v0.0.7

func (o *GetCloudAccountsIDUnauthorized) IsServerError() bool

IsServerError returns true when this get cloud accounts Id unauthorized response has a 5xx status code

func (*GetCloudAccountsIDUnauthorized) IsSuccess added in v0.0.7

func (o *GetCloudAccountsIDUnauthorized) IsSuccess() bool

IsSuccess returns true when this get cloud accounts Id unauthorized response has a 2xx status code

func (*GetCloudAccountsIDUnauthorized) String added in v0.0.7

type GetCloudAccountsOK added in v0.0.7

type GetCloudAccountsOK struct {
	Payload []*models.CloudAccount
}

GetCloudAccountsOK describes a response with status code 200, with default header values.

List cloud accounts response

func NewGetCloudAccountsOK added in v0.0.7

func NewGetCloudAccountsOK() *GetCloudAccountsOK

NewGetCloudAccountsOK creates a GetCloudAccountsOK with default headers values

func (*GetCloudAccountsOK) Code added in v0.0.7

func (o *GetCloudAccountsOK) Code() int

Code gets the status code for the get cloud accounts o k response

func (*GetCloudAccountsOK) Error added in v0.0.7

func (o *GetCloudAccountsOK) Error() string

func (*GetCloudAccountsOK) GetPayload added in v0.0.7

func (o *GetCloudAccountsOK) GetPayload() []*models.CloudAccount

func (*GetCloudAccountsOK) IsClientError added in v0.0.7

func (o *GetCloudAccountsOK) IsClientError() bool

IsClientError returns true when this get cloud accounts o k response has a 4xx status code

func (*GetCloudAccountsOK) IsCode added in v0.0.7

func (o *GetCloudAccountsOK) IsCode(code int) bool

IsCode returns true when this get cloud accounts o k response a status code equal to that given

func (*GetCloudAccountsOK) IsRedirect added in v0.0.7

func (o *GetCloudAccountsOK) IsRedirect() bool

IsRedirect returns true when this get cloud accounts o k response has a 3xx status code

func (*GetCloudAccountsOK) IsServerError added in v0.0.7

func (o *GetCloudAccountsOK) IsServerError() bool

IsServerError returns true when this get cloud accounts o k response has a 5xx status code

func (*GetCloudAccountsOK) IsSuccess added in v0.0.7

func (o *GetCloudAccountsOK) IsSuccess() bool

IsSuccess returns true when this get cloud accounts o k response has a 2xx status code

func (*GetCloudAccountsOK) String added in v0.0.7

func (o *GetCloudAccountsOK) String() string

type GetCloudAccountsParams added in v0.0.7

type GetCloudAccountsParams struct {

	// Authorization.
	//
	// Format: Bearer {access_token}
	Authorization string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetCloudAccountsParams contains all the parameters to send to the API endpoint

for the get cloud accounts operation.

Typically these are written to a http.Request.

func NewGetCloudAccountsParams added in v0.0.7

func NewGetCloudAccountsParams() *GetCloudAccountsParams

NewGetCloudAccountsParams creates a new GetCloudAccountsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetCloudAccountsParamsWithContext added in v0.0.7

func NewGetCloudAccountsParamsWithContext(ctx context.Context) *GetCloudAccountsParams

NewGetCloudAccountsParamsWithContext creates a new GetCloudAccountsParams object with the ability to set a context for a request.

func NewGetCloudAccountsParamsWithHTTPClient added in v0.0.7

func NewGetCloudAccountsParamsWithHTTPClient(client *http.Client) *GetCloudAccountsParams

NewGetCloudAccountsParamsWithHTTPClient creates a new GetCloudAccountsParams object with the ability to set a custom HTTPClient for a request.

func NewGetCloudAccountsParamsWithTimeout added in v0.0.7

func NewGetCloudAccountsParamsWithTimeout(timeout time.Duration) *GetCloudAccountsParams

NewGetCloudAccountsParamsWithTimeout creates a new GetCloudAccountsParams object with the ability to set a timeout on a request.

func (*GetCloudAccountsParams) SetAuthorization added in v0.0.7

func (o *GetCloudAccountsParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get cloud accounts params

func (*GetCloudAccountsParams) SetContext added in v0.0.7

func (o *GetCloudAccountsParams) SetContext(ctx context.Context)

SetContext adds the context to the get cloud accounts params

func (*GetCloudAccountsParams) SetDefaults added in v0.0.7

func (o *GetCloudAccountsParams) SetDefaults()

SetDefaults hydrates default values in the get cloud accounts params (not the query body).

All values with no default are reset to their zero value.

func (*GetCloudAccountsParams) SetHTTPClient added in v0.0.7

func (o *GetCloudAccountsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get cloud accounts params

func (*GetCloudAccountsParams) SetTimeout added in v0.0.7

func (o *GetCloudAccountsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get cloud accounts params

func (*GetCloudAccountsParams) WithAuthorization added in v0.0.7

func (o *GetCloudAccountsParams) WithAuthorization(authorization string) *GetCloudAccountsParams

WithAuthorization adds the authorization to the get cloud accounts params

func (*GetCloudAccountsParams) WithContext added in v0.0.7

WithContext adds the context to the get cloud accounts params

func (*GetCloudAccountsParams) WithDefaults added in v0.0.7

WithDefaults hydrates default values in the get cloud accounts params (not the query body).

All values with no default are reset to their zero value.

func (*GetCloudAccountsParams) WithHTTPClient added in v0.0.7

func (o *GetCloudAccountsParams) WithHTTPClient(client *http.Client) *GetCloudAccountsParams

WithHTTPClient adds the HTTPClient to the get cloud accounts params

func (*GetCloudAccountsParams) WithTimeout added in v0.0.7

WithTimeout adds the timeout to the get cloud accounts params

func (*GetCloudAccountsParams) WriteToRequest added in v0.0.7

WriteToRequest writes these params to a swagger request

type GetCloudAccountsReader added in v0.0.7

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

GetCloudAccountsReader is a Reader for the GetCloudAccounts structure.

func (*GetCloudAccountsReader) ReadResponse added in v0.0.7

func (o *GetCloudAccountsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetCloudAccountsUnauthorized added in v0.0.7

type GetCloudAccountsUnauthorized struct {
	Payload *models.Error
}

GetCloudAccountsUnauthorized describes a response with status code 401, with default header values.

Authorization information is missing or invalid.

func NewGetCloudAccountsUnauthorized added in v0.0.7

func NewGetCloudAccountsUnauthorized() *GetCloudAccountsUnauthorized

NewGetCloudAccountsUnauthorized creates a GetCloudAccountsUnauthorized with default headers values

func (*GetCloudAccountsUnauthorized) Code added in v0.0.7

Code gets the status code for the get cloud accounts unauthorized response

func (*GetCloudAccountsUnauthorized) Error added in v0.0.7

func (*GetCloudAccountsUnauthorized) GetPayload added in v0.0.7

func (o *GetCloudAccountsUnauthorized) GetPayload() *models.Error

func (*GetCloudAccountsUnauthorized) IsClientError added in v0.0.7

func (o *GetCloudAccountsUnauthorized) IsClientError() bool

IsClientError returns true when this get cloud accounts unauthorized response has a 4xx status code

func (*GetCloudAccountsUnauthorized) IsCode added in v0.0.7

func (o *GetCloudAccountsUnauthorized) IsCode(code int) bool

IsCode returns true when this get cloud accounts unauthorized response a status code equal to that given

func (*GetCloudAccountsUnauthorized) IsRedirect added in v0.0.7

func (o *GetCloudAccountsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get cloud accounts unauthorized response has a 3xx status code

func (*GetCloudAccountsUnauthorized) IsServerError added in v0.0.7

func (o *GetCloudAccountsUnauthorized) IsServerError() bool

IsServerError returns true when this get cloud accounts unauthorized response has a 5xx status code

func (*GetCloudAccountsUnauthorized) IsSuccess added in v0.0.7

func (o *GetCloudAccountsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get cloud accounts unauthorized response has a 2xx status code

func (*GetCloudAccountsUnauthorized) String added in v0.0.7

type GetClustersBadRequest added in v0.0.6

type GetClustersBadRequest struct {
	Payload *models.Error
}

GetClustersBadRequest describes a response with status code 400, with default header values.

Bad request.

func NewGetClustersBadRequest added in v0.0.6

func NewGetClustersBadRequest() *GetClustersBadRequest

NewGetClustersBadRequest creates a GetClustersBadRequest with default headers values

func (*GetClustersBadRequest) Code added in v0.0.6

func (o *GetClustersBadRequest) Code() int

Code gets the status code for the get clusters bad request response

func (*GetClustersBadRequest) Error added in v0.0.6

func (o *GetClustersBadRequest) Error() string

func (*GetClustersBadRequest) GetPayload added in v0.0.6

func (o *GetClustersBadRequest) GetPayload() *models.Error

func (*GetClustersBadRequest) IsClientError added in v0.0.6

func (o *GetClustersBadRequest) IsClientError() bool

IsClientError returns true when this get clusters bad request response has a 4xx status code

func (*GetClustersBadRequest) IsCode added in v0.0.6

func (o *GetClustersBadRequest) IsCode(code int) bool

IsCode returns true when this get clusters bad request response a status code equal to that given

func (*GetClustersBadRequest) IsRedirect added in v0.0.6

func (o *GetClustersBadRequest) IsRedirect() bool

IsRedirect returns true when this get clusters bad request response has a 3xx status code

func (*GetClustersBadRequest) IsServerError added in v0.0.6

func (o *GetClustersBadRequest) IsServerError() bool

IsServerError returns true when this get clusters bad request response has a 5xx status code

func (*GetClustersBadRequest) IsSuccess added in v0.0.6

func (o *GetClustersBadRequest) IsSuccess() bool

IsSuccess returns true when this get clusters bad request response has a 2xx status code

func (*GetClustersBadRequest) String added in v0.0.6

func (o *GetClustersBadRequest) String() string

type GetClustersIDBadRequest added in v0.0.6

type GetClustersIDBadRequest struct {
	Payload *models.Error
}

GetClustersIDBadRequest describes a response with status code 400, with default header values.

Bad request.

func NewGetClustersIDBadRequest added in v0.0.6

func NewGetClustersIDBadRequest() *GetClustersIDBadRequest

NewGetClustersIDBadRequest creates a GetClustersIDBadRequest with default headers values

func (*GetClustersIDBadRequest) Code added in v0.0.6

func (o *GetClustersIDBadRequest) Code() int

Code gets the status code for the get clusters Id bad request response

func (*GetClustersIDBadRequest) Error added in v0.0.6

func (o *GetClustersIDBadRequest) Error() string

func (*GetClustersIDBadRequest) GetPayload added in v0.0.6

func (o *GetClustersIDBadRequest) GetPayload() *models.Error

func (*GetClustersIDBadRequest) IsClientError added in v0.0.6

func (o *GetClustersIDBadRequest) IsClientError() bool

IsClientError returns true when this get clusters Id bad request response has a 4xx status code

func (*GetClustersIDBadRequest) IsCode added in v0.0.6

func (o *GetClustersIDBadRequest) IsCode(code int) bool

IsCode returns true when this get clusters Id bad request response a status code equal to that given

func (*GetClustersIDBadRequest) IsRedirect added in v0.0.6

func (o *GetClustersIDBadRequest) IsRedirect() bool

IsRedirect returns true when this get clusters Id bad request response has a 3xx status code

func (*GetClustersIDBadRequest) IsServerError added in v0.0.6

func (o *GetClustersIDBadRequest) IsServerError() bool

IsServerError returns true when this get clusters Id bad request response has a 5xx status code

func (*GetClustersIDBadRequest) IsSuccess added in v0.0.6

func (o *GetClustersIDBadRequest) IsSuccess() bool

IsSuccess returns true when this get clusters Id bad request response has a 2xx status code

func (*GetClustersIDBadRequest) String added in v0.0.6

func (o *GetClustersIDBadRequest) String() string

type GetClustersIDNodesBadRequest added in v0.0.7

type GetClustersIDNodesBadRequest struct {
	Payload *models.Error
}

GetClustersIDNodesBadRequest describes a response with status code 400, with default header values.

Bad request.

func NewGetClustersIDNodesBadRequest added in v0.0.7

func NewGetClustersIDNodesBadRequest() *GetClustersIDNodesBadRequest

NewGetClustersIDNodesBadRequest creates a GetClustersIDNodesBadRequest with default headers values

func (*GetClustersIDNodesBadRequest) Code added in v0.0.7

Code gets the status code for the get clusters Id nodes bad request response

func (*GetClustersIDNodesBadRequest) Error added in v0.0.7

func (*GetClustersIDNodesBadRequest) GetPayload added in v0.0.7

func (o *GetClustersIDNodesBadRequest) GetPayload() *models.Error

func (*GetClustersIDNodesBadRequest) IsClientError added in v0.0.7

func (o *GetClustersIDNodesBadRequest) IsClientError() bool

IsClientError returns true when this get clusters Id nodes bad request response has a 4xx status code

func (*GetClustersIDNodesBadRequest) IsCode added in v0.0.7

func (o *GetClustersIDNodesBadRequest) IsCode(code int) bool

IsCode returns true when this get clusters Id nodes bad request response a status code equal to that given

func (*GetClustersIDNodesBadRequest) IsRedirect added in v0.0.7

func (o *GetClustersIDNodesBadRequest) IsRedirect() bool

IsRedirect returns true when this get clusters Id nodes bad request response has a 3xx status code

func (*GetClustersIDNodesBadRequest) IsServerError added in v0.0.7

func (o *GetClustersIDNodesBadRequest) IsServerError() bool

IsServerError returns true when this get clusters Id nodes bad request response has a 5xx status code

func (*GetClustersIDNodesBadRequest) IsSuccess added in v0.0.7

func (o *GetClustersIDNodesBadRequest) IsSuccess() bool

IsSuccess returns true when this get clusters Id nodes bad request response has a 2xx status code

func (*GetClustersIDNodesBadRequest) String added in v0.0.7

type GetClustersIDNodesNodeIDLogsLogNameBadRequest added in v0.0.7

type GetClustersIDNodesNodeIDLogsLogNameBadRequest struct {
	Payload *models.Error
}

GetClustersIDNodesNodeIDLogsLogNameBadRequest describes a response with status code 400, with default header values.

Bad request.

func NewGetClustersIDNodesNodeIDLogsLogNameBadRequest added in v0.0.7

func NewGetClustersIDNodesNodeIDLogsLogNameBadRequest() *GetClustersIDNodesNodeIDLogsLogNameBadRequest

NewGetClustersIDNodesNodeIDLogsLogNameBadRequest creates a GetClustersIDNodesNodeIDLogsLogNameBadRequest with default headers values

func (*GetClustersIDNodesNodeIDLogsLogNameBadRequest) Code added in v0.0.7

Code gets the status code for the get clusters Id nodes node Id logs log name bad request response

func (*GetClustersIDNodesNodeIDLogsLogNameBadRequest) Error added in v0.0.7

func (*GetClustersIDNodesNodeIDLogsLogNameBadRequest) GetPayload added in v0.0.7

func (*GetClustersIDNodesNodeIDLogsLogNameBadRequest) IsClientError added in v0.0.7

IsClientError returns true when this get clusters Id nodes node Id logs log name bad request response has a 4xx status code

func (*GetClustersIDNodesNodeIDLogsLogNameBadRequest) IsCode added in v0.0.7

IsCode returns true when this get clusters Id nodes node Id logs log name bad request response a status code equal to that given

func (*GetClustersIDNodesNodeIDLogsLogNameBadRequest) IsRedirect added in v0.0.7

IsRedirect returns true when this get clusters Id nodes node Id logs log name bad request response has a 3xx status code

func (*GetClustersIDNodesNodeIDLogsLogNameBadRequest) IsServerError added in v0.0.7

IsServerError returns true when this get clusters Id nodes node Id logs log name bad request response has a 5xx status code

func (*GetClustersIDNodesNodeIDLogsLogNameBadRequest) IsSuccess added in v0.0.7

IsSuccess returns true when this get clusters Id nodes node Id logs log name bad request response has a 2xx status code

func (*GetClustersIDNodesNodeIDLogsLogNameBadRequest) String added in v0.0.7

type GetClustersIDNodesNodeIDLogsLogNameOK added in v0.0.7

type GetClustersIDNodesNodeIDLogsLogNameOK struct {
	Payload []*models.ClusterNodeLogMessage
}

GetClustersIDNodesNodeIDLogsLogNameOK describes a response with status code 200, with default header values.

Response containing log file messages

func NewGetClustersIDNodesNodeIDLogsLogNameOK added in v0.0.7

func NewGetClustersIDNodesNodeIDLogsLogNameOK() *GetClustersIDNodesNodeIDLogsLogNameOK

NewGetClustersIDNodesNodeIDLogsLogNameOK creates a GetClustersIDNodesNodeIDLogsLogNameOK with default headers values

func (*GetClustersIDNodesNodeIDLogsLogNameOK) Code added in v0.0.7

Code gets the status code for the get clusters Id nodes node Id logs log name o k response

func (*GetClustersIDNodesNodeIDLogsLogNameOK) Error added in v0.0.7

func (*GetClustersIDNodesNodeIDLogsLogNameOK) GetPayload added in v0.0.7

func (*GetClustersIDNodesNodeIDLogsLogNameOK) IsClientError added in v0.0.7

func (o *GetClustersIDNodesNodeIDLogsLogNameOK) IsClientError() bool

IsClientError returns true when this get clusters Id nodes node Id logs log name o k response has a 4xx status code

func (*GetClustersIDNodesNodeIDLogsLogNameOK) IsCode added in v0.0.7

IsCode returns true when this get clusters Id nodes node Id logs log name o k response a status code equal to that given

func (*GetClustersIDNodesNodeIDLogsLogNameOK) IsRedirect added in v0.0.7

IsRedirect returns true when this get clusters Id nodes node Id logs log name o k response has a 3xx status code

func (*GetClustersIDNodesNodeIDLogsLogNameOK) IsServerError added in v0.0.7

func (o *GetClustersIDNodesNodeIDLogsLogNameOK) IsServerError() bool

IsServerError returns true when this get clusters Id nodes node Id logs log name o k response has a 5xx status code

func (*GetClustersIDNodesNodeIDLogsLogNameOK) IsSuccess added in v0.0.7

IsSuccess returns true when this get clusters Id nodes node Id logs log name o k response has a 2xx status code

func (*GetClustersIDNodesNodeIDLogsLogNameOK) String added in v0.0.7

type GetClustersIDNodesNodeIDLogsLogNameParams added in v0.0.7

type GetClustersIDNodesNodeIDLogsLogNameParams struct {

	// Authorization.
	//
	// Format: Bearer {access_token}
	Authorization string

	/* CaseSensitive.

	   Make pattern matching case sensitive or case insensitive.
	*/
	CaseSensitive *bool

	/* Dmesg.

	   Show only kernel messages.
	*/
	Dmesg *bool

	/* Grep.

	   Filter output to entries where the message field matches this regular expression.
	*/
	Grep *string

	/* ID.

	   ID of the cluster.
	*/
	ID string

	/* Lines.

	   Number of lines to return.
	*/
	Lines *int64

	/* LogName.

	   Name of the log file.
	*/
	LogName string

	/* NodeID.

	   ID of the node.
	*/
	NodeID string

	/* Output.

	   Controls the formatting of the journal entries that are shown.
	*/
	Output *string

	/* Priority.

	   Filter output by message priority.
	*/
	Priority *string

	/* Reverse.

	   Reverse output so that the newest entries are displayed first.
	*/
	Reverse *bool

	/* Since.

	   Start showing entries on or newer than the specified date.
	*/
	Since *string

	/* Until.

	   Start showing entries on or older than the specified date.
	*/
	Until *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetClustersIDNodesNodeIDLogsLogNameParams contains all the parameters to send to the API endpoint

for the get clusters ID nodes node ID logs log name operation.

Typically these are written to a http.Request.

func NewGetClustersIDNodesNodeIDLogsLogNameParams added in v0.0.7

func NewGetClustersIDNodesNodeIDLogsLogNameParams() *GetClustersIDNodesNodeIDLogsLogNameParams

NewGetClustersIDNodesNodeIDLogsLogNameParams creates a new GetClustersIDNodesNodeIDLogsLogNameParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetClustersIDNodesNodeIDLogsLogNameParamsWithContext added in v0.0.7

func NewGetClustersIDNodesNodeIDLogsLogNameParamsWithContext(ctx context.Context) *GetClustersIDNodesNodeIDLogsLogNameParams

NewGetClustersIDNodesNodeIDLogsLogNameParamsWithContext creates a new GetClustersIDNodesNodeIDLogsLogNameParams object with the ability to set a context for a request.

func NewGetClustersIDNodesNodeIDLogsLogNameParamsWithHTTPClient added in v0.0.7

func NewGetClustersIDNodesNodeIDLogsLogNameParamsWithHTTPClient(client *http.Client) *GetClustersIDNodesNodeIDLogsLogNameParams

NewGetClustersIDNodesNodeIDLogsLogNameParamsWithHTTPClient creates a new GetClustersIDNodesNodeIDLogsLogNameParams object with the ability to set a custom HTTPClient for a request.

func NewGetClustersIDNodesNodeIDLogsLogNameParamsWithTimeout added in v0.0.7

func NewGetClustersIDNodesNodeIDLogsLogNameParamsWithTimeout(timeout time.Duration) *GetClustersIDNodesNodeIDLogsLogNameParams

NewGetClustersIDNodesNodeIDLogsLogNameParamsWithTimeout creates a new GetClustersIDNodesNodeIDLogsLogNameParams object with the ability to set a timeout on a request.

func (*GetClustersIDNodesNodeIDLogsLogNameParams) SetAuthorization added in v0.0.7

func (o *GetClustersIDNodesNodeIDLogsLogNameParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) SetCaseSensitive added in v0.0.7

func (o *GetClustersIDNodesNodeIDLogsLogNameParams) SetCaseSensitive(caseSensitive *bool)

SetCaseSensitive adds the caseSensitive to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) SetContext added in v0.0.7

SetContext adds the context to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) SetDefaults added in v0.0.7

SetDefaults hydrates default values in the get clusters ID nodes node ID logs log name params (not the query body).

All values with no default are reset to their zero value.

func (*GetClustersIDNodesNodeIDLogsLogNameParams) SetDmesg added in v0.0.7

func (o *GetClustersIDNodesNodeIDLogsLogNameParams) SetDmesg(dmesg *bool)

SetDmesg adds the dmesg to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) SetGrep added in v0.0.7

SetGrep adds the grep to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) SetHTTPClient added in v0.0.7

func (o *GetClustersIDNodesNodeIDLogsLogNameParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) SetID added in v0.0.7

SetID adds the id to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) SetLines added in v0.0.7

SetLines adds the lines to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) SetLogName added in v0.0.7

func (o *GetClustersIDNodesNodeIDLogsLogNameParams) SetLogName(logName string)

SetLogName adds the logName to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) SetNodeID added in v0.0.7

SetNodeID adds the nodeId to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) SetOutput added in v0.0.7

func (o *GetClustersIDNodesNodeIDLogsLogNameParams) SetOutput(output *string)

SetOutput adds the output to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) SetPriority added in v0.0.7

func (o *GetClustersIDNodesNodeIDLogsLogNameParams) SetPriority(priority *string)

SetPriority adds the priority to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) SetReverse added in v0.0.7

func (o *GetClustersIDNodesNodeIDLogsLogNameParams) SetReverse(reverse *bool)

SetReverse adds the reverse to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) SetSince added in v0.0.7

SetSince adds the since to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) SetTimeout added in v0.0.7

SetTimeout adds the timeout to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) SetUntil added in v0.0.7

SetUntil adds the until to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) WithAuthorization added in v0.0.7

WithAuthorization adds the authorization to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) WithCaseSensitive added in v0.0.7

WithCaseSensitive adds the caseSensitive to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) WithContext added in v0.0.7

WithContext adds the context to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) WithDefaults added in v0.0.7

WithDefaults hydrates default values in the get clusters ID nodes node ID logs log name params (not the query body).

All values with no default are reset to their zero value.

func (*GetClustersIDNodesNodeIDLogsLogNameParams) WithDmesg added in v0.0.7

WithDmesg adds the dmesg to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) WithGrep added in v0.0.7

WithGrep adds the grep to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) WithHTTPClient added in v0.0.7

WithHTTPClient adds the HTTPClient to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) WithID added in v0.0.7

WithID adds the id to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) WithLines added in v0.0.7

WithLines adds the lines to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) WithLogName added in v0.0.7

WithLogName adds the logName to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) WithNodeID added in v0.0.7

WithNodeID adds the nodeID to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) WithOutput added in v0.0.7

WithOutput adds the output to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) WithPriority added in v0.0.7

WithPriority adds the priority to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) WithReverse added in v0.0.7

WithReverse adds the reverse to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) WithSince added in v0.0.7

WithSince adds the since to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) WithTimeout added in v0.0.7

WithTimeout adds the timeout to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) WithUntil added in v0.0.7

WithUntil adds the until to the get clusters ID nodes node ID logs log name params

func (*GetClustersIDNodesNodeIDLogsLogNameParams) WriteToRequest added in v0.0.7

WriteToRequest writes these params to a swagger request

type GetClustersIDNodesNodeIDLogsLogNameReader added in v0.0.7

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

GetClustersIDNodesNodeIDLogsLogNameReader is a Reader for the GetClustersIDNodesNodeIDLogsLogName structure.

func (*GetClustersIDNodesNodeIDLogsLogNameReader) ReadResponse added in v0.0.7

func (o *GetClustersIDNodesNodeIDLogsLogNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetClustersIDNodesNodeIDLogsLogNameUnauthorized added in v0.0.7

type GetClustersIDNodesNodeIDLogsLogNameUnauthorized struct {
	Payload *models.Error
}

GetClustersIDNodesNodeIDLogsLogNameUnauthorized describes a response with status code 401, with default header values.

Authorization information is missing or invalid.

func NewGetClustersIDNodesNodeIDLogsLogNameUnauthorized added in v0.0.7

func NewGetClustersIDNodesNodeIDLogsLogNameUnauthorized() *GetClustersIDNodesNodeIDLogsLogNameUnauthorized

NewGetClustersIDNodesNodeIDLogsLogNameUnauthorized creates a GetClustersIDNodesNodeIDLogsLogNameUnauthorized with default headers values

func (*GetClustersIDNodesNodeIDLogsLogNameUnauthorized) Code added in v0.0.7

Code gets the status code for the get clusters Id nodes node Id logs log name unauthorized response

func (*GetClustersIDNodesNodeIDLogsLogNameUnauthorized) Error added in v0.0.7

func (*GetClustersIDNodesNodeIDLogsLogNameUnauthorized) GetPayload added in v0.0.7

func (*GetClustersIDNodesNodeIDLogsLogNameUnauthorized) IsClientError added in v0.0.7

IsClientError returns true when this get clusters Id nodes node Id logs log name unauthorized response has a 4xx status code

func (*GetClustersIDNodesNodeIDLogsLogNameUnauthorized) IsCode added in v0.0.7

IsCode returns true when this get clusters Id nodes node Id logs log name unauthorized response a status code equal to that given

func (*GetClustersIDNodesNodeIDLogsLogNameUnauthorized) IsRedirect added in v0.0.7

IsRedirect returns true when this get clusters Id nodes node Id logs log name unauthorized response has a 3xx status code

func (*GetClustersIDNodesNodeIDLogsLogNameUnauthorized) IsServerError added in v0.0.7

IsServerError returns true when this get clusters Id nodes node Id logs log name unauthorized response has a 5xx status code

func (*GetClustersIDNodesNodeIDLogsLogNameUnauthorized) IsSuccess added in v0.0.7

IsSuccess returns true when this get clusters Id nodes node Id logs log name unauthorized response has a 2xx status code

func (*GetClustersIDNodesNodeIDLogsLogNameUnauthorized) String added in v0.0.7

type GetClustersIDNodesOK added in v0.0.7

type GetClustersIDNodesOK struct {
	Payload []*models.ClusterNode
}

GetClustersIDNodesOK describes a response with status code 200, with default header values.

Response containing the cluster nodes.

func NewGetClustersIDNodesOK added in v0.0.7

func NewGetClustersIDNodesOK() *GetClustersIDNodesOK

NewGetClustersIDNodesOK creates a GetClustersIDNodesOK with default headers values

func (*GetClustersIDNodesOK) Code added in v0.0.7

func (o *GetClustersIDNodesOK) Code() int

Code gets the status code for the get clusters Id nodes o k response

func (*GetClustersIDNodesOK) Error added in v0.0.7

func (o *GetClustersIDNodesOK) Error() string

func (*GetClustersIDNodesOK) GetPayload added in v0.0.7

func (o *GetClustersIDNodesOK) GetPayload() []*models.ClusterNode

func (*GetClustersIDNodesOK) IsClientError added in v0.0.7

func (o *GetClustersIDNodesOK) IsClientError() bool

IsClientError returns true when this get clusters Id nodes o k response has a 4xx status code

func (*GetClustersIDNodesOK) IsCode added in v0.0.7

func (o *GetClustersIDNodesOK) IsCode(code int) bool

IsCode returns true when this get clusters Id nodes o k response a status code equal to that given

func (*GetClustersIDNodesOK) IsRedirect added in v0.0.7

func (o *GetClustersIDNodesOK) IsRedirect() bool

IsRedirect returns true when this get clusters Id nodes o k response has a 3xx status code

func (*GetClustersIDNodesOK) IsServerError added in v0.0.7

func (o *GetClustersIDNodesOK) IsServerError() bool

IsServerError returns true when this get clusters Id nodes o k response has a 5xx status code

func (*GetClustersIDNodesOK) IsSuccess added in v0.0.7

func (o *GetClustersIDNodesOK) IsSuccess() bool

IsSuccess returns true when this get clusters Id nodes o k response has a 2xx status code

func (*GetClustersIDNodesOK) String added in v0.0.7

func (o *GetClustersIDNodesOK) String() string

type GetClustersIDNodesParams added in v0.0.7

type GetClustersIDNodesParams struct {

	// Authorization.
	//
	// Format: Bearer {access_token}
	Authorization string

	/* ID.

	   ID of the cluster.

	   Format: uuid
	*/
	ID strfmt.UUID

	/* NearLat.

	   Latitude of the caller, when sorting by distance
	*/
	NearLat *string

	/* NearLon.

	   Longitude of the caller, when sorting by distance
	*/
	NearLon *string

	/* OrderBy.

	   Order by specification
	*/
	OrderBy *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetClustersIDNodesParams contains all the parameters to send to the API endpoint

for the get clusters ID nodes operation.

Typically these are written to a http.Request.

func NewGetClustersIDNodesParams added in v0.0.7

func NewGetClustersIDNodesParams() *GetClustersIDNodesParams

NewGetClustersIDNodesParams creates a new GetClustersIDNodesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetClustersIDNodesParamsWithContext added in v0.0.7

func NewGetClustersIDNodesParamsWithContext(ctx context.Context) *GetClustersIDNodesParams

NewGetClustersIDNodesParamsWithContext creates a new GetClustersIDNodesParams object with the ability to set a context for a request.

func NewGetClustersIDNodesParamsWithHTTPClient added in v0.0.7

func NewGetClustersIDNodesParamsWithHTTPClient(client *http.Client) *GetClustersIDNodesParams

NewGetClustersIDNodesParamsWithHTTPClient creates a new GetClustersIDNodesParams object with the ability to set a custom HTTPClient for a request.

func NewGetClustersIDNodesParamsWithTimeout added in v0.0.7

func NewGetClustersIDNodesParamsWithTimeout(timeout time.Duration) *GetClustersIDNodesParams

NewGetClustersIDNodesParamsWithTimeout creates a new GetClustersIDNodesParams object with the ability to set a timeout on a request.

func (*GetClustersIDNodesParams) SetAuthorization added in v0.0.7

func (o *GetClustersIDNodesParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get clusters ID nodes params

func (*GetClustersIDNodesParams) SetContext added in v0.0.7

func (o *GetClustersIDNodesParams) SetContext(ctx context.Context)

SetContext adds the context to the get clusters ID nodes params

func (*GetClustersIDNodesParams) SetDefaults added in v0.0.7

func (o *GetClustersIDNodesParams) SetDefaults()

SetDefaults hydrates default values in the get clusters ID nodes params (not the query body).

All values with no default are reset to their zero value.

func (*GetClustersIDNodesParams) SetHTTPClient added in v0.0.7

func (o *GetClustersIDNodesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get clusters ID nodes params

func (*GetClustersIDNodesParams) SetID added in v0.0.7

func (o *GetClustersIDNodesParams) SetID(id strfmt.UUID)

SetID adds the id to the get clusters ID nodes params

func (*GetClustersIDNodesParams) SetNearLat added in v0.0.7

func (o *GetClustersIDNodesParams) SetNearLat(nearLat *string)

SetNearLat adds the nearLat to the get clusters ID nodes params

func (*GetClustersIDNodesParams) SetNearLon added in v0.0.7

func (o *GetClustersIDNodesParams) SetNearLon(nearLon *string)

SetNearLon adds the nearLon to the get clusters ID nodes params

func (*GetClustersIDNodesParams) SetOrderBy added in v0.0.7

func (o *GetClustersIDNodesParams) SetOrderBy(orderBy *string)

SetOrderBy adds the orderBy to the get clusters ID nodes params

func (*GetClustersIDNodesParams) SetTimeout added in v0.0.7

func (o *GetClustersIDNodesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get clusters ID nodes params

func (*GetClustersIDNodesParams) WithAuthorization added in v0.0.7

func (o *GetClustersIDNodesParams) WithAuthorization(authorization string) *GetClustersIDNodesParams

WithAuthorization adds the authorization to the get clusters ID nodes params

func (*GetClustersIDNodesParams) WithContext added in v0.0.7

WithContext adds the context to the get clusters ID nodes params

func (*GetClustersIDNodesParams) WithDefaults added in v0.0.7

WithDefaults hydrates default values in the get clusters ID nodes params (not the query body).

All values with no default are reset to their zero value.

func (*GetClustersIDNodesParams) WithHTTPClient added in v0.0.7

func (o *GetClustersIDNodesParams) WithHTTPClient(client *http.Client) *GetClustersIDNodesParams

WithHTTPClient adds the HTTPClient to the get clusters ID nodes params

func (*GetClustersIDNodesParams) WithID added in v0.0.7

WithID adds the id to the get clusters ID nodes params

func (*GetClustersIDNodesParams) WithNearLat added in v0.0.7

func (o *GetClustersIDNodesParams) WithNearLat(nearLat *string) *GetClustersIDNodesParams

WithNearLat adds the nearLat to the get clusters ID nodes params

func (*GetClustersIDNodesParams) WithNearLon added in v0.0.7

func (o *GetClustersIDNodesParams) WithNearLon(nearLon *string) *GetClustersIDNodesParams

WithNearLon adds the nearLon to the get clusters ID nodes params

func (*GetClustersIDNodesParams) WithOrderBy added in v0.0.7

func (o *GetClustersIDNodesParams) WithOrderBy(orderBy *string) *GetClustersIDNodesParams

WithOrderBy adds the orderBy to the get clusters ID nodes params

func (*GetClustersIDNodesParams) WithTimeout added in v0.0.7

WithTimeout adds the timeout to the get clusters ID nodes params

func (*GetClustersIDNodesParams) WriteToRequest added in v0.0.7

WriteToRequest writes these params to a swagger request

type GetClustersIDNodesReader added in v0.0.7

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

GetClustersIDNodesReader is a Reader for the GetClustersIDNodes structure.

func (*GetClustersIDNodesReader) ReadResponse added in v0.0.7

func (o *GetClustersIDNodesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetClustersIDNodesUnauthorized added in v0.0.7

type GetClustersIDNodesUnauthorized struct {
	Payload *models.Error
}

GetClustersIDNodesUnauthorized describes a response with status code 401, with default header values.

Authorization information is missing or invalid.

func NewGetClustersIDNodesUnauthorized added in v0.0.7

func NewGetClustersIDNodesUnauthorized() *GetClustersIDNodesUnauthorized

NewGetClustersIDNodesUnauthorized creates a GetClustersIDNodesUnauthorized with default headers values

func (*GetClustersIDNodesUnauthorized) Code added in v0.0.7

Code gets the status code for the get clusters Id nodes unauthorized response

func (*GetClustersIDNodesUnauthorized) Error added in v0.0.7

func (*GetClustersIDNodesUnauthorized) GetPayload added in v0.0.7

func (o *GetClustersIDNodesUnauthorized) GetPayload() *models.Error

func (*GetClustersIDNodesUnauthorized) IsClientError added in v0.0.7

func (o *GetClustersIDNodesUnauthorized) IsClientError() bool

IsClientError returns true when this get clusters Id nodes unauthorized response has a 4xx status code

func (*GetClustersIDNodesUnauthorized) IsCode added in v0.0.7

func (o *GetClustersIDNodesUnauthorized) IsCode(code int) bool

IsCode returns true when this get clusters Id nodes unauthorized response a status code equal to that given

func (*GetClustersIDNodesUnauthorized) IsRedirect added in v0.0.7

func (o *GetClustersIDNodesUnauthorized) IsRedirect() bool

IsRedirect returns true when this get clusters Id nodes unauthorized response has a 3xx status code

func (*GetClustersIDNodesUnauthorized) IsServerError added in v0.0.7

func (o *GetClustersIDNodesUnauthorized) IsServerError() bool

IsServerError returns true when this get clusters Id nodes unauthorized response has a 5xx status code

func (*GetClustersIDNodesUnauthorized) IsSuccess added in v0.0.7

func (o *GetClustersIDNodesUnauthorized) IsSuccess() bool

IsSuccess returns true when this get clusters Id nodes unauthorized response has a 2xx status code

func (*GetClustersIDNodesUnauthorized) String added in v0.0.7

type GetClustersIDOK

type GetClustersIDOK struct {
	Payload *models.Cluster
}

GetClustersIDOK describes a response with status code 200, with default header values.

Response containing the cluster definition.

func NewGetClustersIDOK

func NewGetClustersIDOK() *GetClustersIDOK

NewGetClustersIDOK creates a GetClustersIDOK with default headers values

func (*GetClustersIDOK) Code

func (o *GetClustersIDOK) Code() int

Code gets the status code for the get clusters Id o k response

func (*GetClustersIDOK) Error

func (o *GetClustersIDOK) Error() string

func (*GetClustersIDOK) GetPayload

func (o *GetClustersIDOK) GetPayload() *models.Cluster

func (*GetClustersIDOK) IsClientError

func (o *GetClustersIDOK) IsClientError() bool

IsClientError returns true when this get clusters Id o k response has a 4xx status code

func (*GetClustersIDOK) IsCode

func (o *GetClustersIDOK) IsCode(code int) bool

IsCode returns true when this get clusters Id o k response a status code equal to that given

func (*GetClustersIDOK) IsRedirect

func (o *GetClustersIDOK) IsRedirect() bool

IsRedirect returns true when this get clusters Id o k response has a 3xx status code

func (*GetClustersIDOK) IsServerError

func (o *GetClustersIDOK) IsServerError() bool

IsServerError returns true when this get clusters Id o k response has a 5xx status code

func (*GetClustersIDOK) IsSuccess

func (o *GetClustersIDOK) IsSuccess() bool

IsSuccess returns true when this get clusters Id o k response has a 2xx status code

func (*GetClustersIDOK) String

func (o *GetClustersIDOK) String() string

type GetClustersIDParams

type GetClustersIDParams struct {

	// Authorization.
	//
	// Format: Bearer {access_token}
	Authorization string

	/* ID.

	   ID of the cluster to retrieve.

	   Format: uuid
	*/
	ID strfmt.UUID

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetClustersIDParams contains all the parameters to send to the API endpoint

for the get clusters ID operation.

Typically these are written to a http.Request.

func NewGetClustersIDParams

func NewGetClustersIDParams() *GetClustersIDParams

NewGetClustersIDParams creates a new GetClustersIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetClustersIDParamsWithContext

func NewGetClustersIDParamsWithContext(ctx context.Context) *GetClustersIDParams

NewGetClustersIDParamsWithContext creates a new GetClustersIDParams object with the ability to set a context for a request.

func NewGetClustersIDParamsWithHTTPClient

func NewGetClustersIDParamsWithHTTPClient(client *http.Client) *GetClustersIDParams

NewGetClustersIDParamsWithHTTPClient creates a new GetClustersIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetClustersIDParamsWithTimeout

func NewGetClustersIDParamsWithTimeout(timeout time.Duration) *GetClustersIDParams

NewGetClustersIDParamsWithTimeout creates a new GetClustersIDParams object with the ability to set a timeout on a request.

func (*GetClustersIDParams) SetAuthorization

func (o *GetClustersIDParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get clusters ID params

func (*GetClustersIDParams) SetContext

func (o *GetClustersIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get clusters ID params

func (*GetClustersIDParams) SetDefaults

func (o *GetClustersIDParams) SetDefaults()

SetDefaults hydrates default values in the get clusters ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetClustersIDParams) SetHTTPClient

func (o *GetClustersIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get clusters ID params

func (*GetClustersIDParams) SetID

func (o *GetClustersIDParams) SetID(id strfmt.UUID)

SetID adds the id to the get clusters ID params

func (*GetClustersIDParams) SetTimeout

func (o *GetClustersIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get clusters ID params

func (*GetClustersIDParams) WithAuthorization

func (o *GetClustersIDParams) WithAuthorization(authorization string) *GetClustersIDParams

WithAuthorization adds the authorization to the get clusters ID params

func (*GetClustersIDParams) WithContext

WithContext adds the context to the get clusters ID params

func (*GetClustersIDParams) WithDefaults

func (o *GetClustersIDParams) WithDefaults() *GetClustersIDParams

WithDefaults hydrates default values in the get clusters ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetClustersIDParams) WithHTTPClient

func (o *GetClustersIDParams) WithHTTPClient(client *http.Client) *GetClustersIDParams

WithHTTPClient adds the HTTPClient to the get clusters ID params

func (*GetClustersIDParams) WithID

WithID adds the id to the get clusters ID params

func (*GetClustersIDParams) WithTimeout

func (o *GetClustersIDParams) WithTimeout(timeout time.Duration) *GetClustersIDParams

WithTimeout adds the timeout to the get clusters ID params

func (*GetClustersIDParams) WriteToRequest

func (o *GetClustersIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetClustersIDReader

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

GetClustersIDReader is a Reader for the GetClustersID structure.

func (*GetClustersIDReader) ReadResponse

func (o *GetClustersIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetClustersIDUnauthorized

type GetClustersIDUnauthorized struct {
	Payload *models.Error
}

GetClustersIDUnauthorized describes a response with status code 401, with default header values.

Authorization information is missing or invalid.

func NewGetClustersIDUnauthorized

func NewGetClustersIDUnauthorized() *GetClustersIDUnauthorized

NewGetClustersIDUnauthorized creates a GetClustersIDUnauthorized with default headers values

func (*GetClustersIDUnauthorized) Code

func (o *GetClustersIDUnauthorized) Code() int

Code gets the status code for the get clusters Id unauthorized response

func (*GetClustersIDUnauthorized) Error

func (o *GetClustersIDUnauthorized) Error() string

func (*GetClustersIDUnauthorized) GetPayload added in v0.0.6

func (o *GetClustersIDUnauthorized) GetPayload() *models.Error

func (*GetClustersIDUnauthorized) IsClientError

func (o *GetClustersIDUnauthorized) IsClientError() bool

IsClientError returns true when this get clusters Id unauthorized response has a 4xx status code

func (*GetClustersIDUnauthorized) IsCode

func (o *GetClustersIDUnauthorized) IsCode(code int) bool

IsCode returns true when this get clusters Id unauthorized response a status code equal to that given

func (*GetClustersIDUnauthorized) IsRedirect

func (o *GetClustersIDUnauthorized) IsRedirect() bool

IsRedirect returns true when this get clusters Id unauthorized response has a 3xx status code

func (*GetClustersIDUnauthorized) IsServerError

func (o *GetClustersIDUnauthorized) IsServerError() bool

IsServerError returns true when this get clusters Id unauthorized response has a 5xx status code

func (*GetClustersIDUnauthorized) IsSuccess

func (o *GetClustersIDUnauthorized) IsSuccess() bool

IsSuccess returns true when this get clusters Id unauthorized response has a 2xx status code

func (*GetClustersIDUnauthorized) String

func (o *GetClustersIDUnauthorized) String() string

type GetClustersOK

type GetClustersOK struct {
	Payload []*models.Cluster
}

GetClustersOK describes a response with status code 200, with default header values.

Response containing an array of clusters.

func NewGetClustersOK

func NewGetClustersOK() *GetClustersOK

NewGetClustersOK creates a GetClustersOK with default headers values

func (*GetClustersOK) Code

func (o *GetClustersOK) Code() int

Code gets the status code for the get clusters o k response

func (*GetClustersOK) Error

func (o *GetClustersOK) Error() string

func (*GetClustersOK) GetPayload

func (o *GetClustersOK) GetPayload() []*models.Cluster

func (*GetClustersOK) IsClientError

func (o *GetClustersOK) IsClientError() bool

IsClientError returns true when this get clusters o k response has a 4xx status code

func (*GetClustersOK) IsCode

func (o *GetClustersOK) IsCode(code int) bool

IsCode returns true when this get clusters o k response a status code equal to that given

func (*GetClustersOK) IsRedirect

func (o *GetClustersOK) IsRedirect() bool

IsRedirect returns true when this get clusters o k response has a 3xx status code

func (*GetClustersOK) IsServerError

func (o *GetClustersOK) IsServerError() bool

IsServerError returns true when this get clusters o k response has a 5xx status code

func (*GetClustersOK) IsSuccess

func (o *GetClustersOK) IsSuccess() bool

IsSuccess returns true when this get clusters o k response has a 2xx status code

func (*GetClustersOK) String

func (o *GetClustersOK) String() string

type GetClustersParams

type GetClustersParams struct {

	// Authorization.
	Authorization string

	/* Limit.

	   Maximum number of results to return.
	*/
	Limit *int64

	/* Offset.

	   Offset into the results, for pagination.
	*/
	Offset *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetClustersParams contains all the parameters to send to the API endpoint

for the get clusters operation.

Typically these are written to a http.Request.

func NewGetClustersParams

func NewGetClustersParams() *GetClustersParams

NewGetClustersParams creates a new GetClustersParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetClustersParamsWithContext

func NewGetClustersParamsWithContext(ctx context.Context) *GetClustersParams

NewGetClustersParamsWithContext creates a new GetClustersParams object with the ability to set a context for a request.

func NewGetClustersParamsWithHTTPClient

func NewGetClustersParamsWithHTTPClient(client *http.Client) *GetClustersParams

NewGetClustersParamsWithHTTPClient creates a new GetClustersParams object with the ability to set a custom HTTPClient for a request.

func NewGetClustersParamsWithTimeout

func NewGetClustersParamsWithTimeout(timeout time.Duration) *GetClustersParams

NewGetClustersParamsWithTimeout creates a new GetClustersParams object with the ability to set a timeout on a request.

func (*GetClustersParams) SetAuthorization

func (o *GetClustersParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get clusters params

func (*GetClustersParams) SetContext

func (o *GetClustersParams) SetContext(ctx context.Context)

SetContext adds the context to the get clusters params

func (*GetClustersParams) SetDefaults

func (o *GetClustersParams) SetDefaults()

SetDefaults hydrates default values in the get clusters params (not the query body).

All values with no default are reset to their zero value.

func (*GetClustersParams) SetHTTPClient

func (o *GetClustersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get clusters params

func (*GetClustersParams) SetLimit

func (o *GetClustersParams) SetLimit(limit *int64)

SetLimit adds the limit to the get clusters params

func (*GetClustersParams) SetOffset

func (o *GetClustersParams) SetOffset(offset *int64)

SetOffset adds the offset to the get clusters params

func (*GetClustersParams) SetTimeout

func (o *GetClustersParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get clusters params

func (*GetClustersParams) WithAuthorization

func (o *GetClustersParams) WithAuthorization(authorization string) *GetClustersParams

WithAuthorization adds the authorization to the get clusters params

func (*GetClustersParams) WithContext

func (o *GetClustersParams) WithContext(ctx context.Context) *GetClustersParams

WithContext adds the context to the get clusters params

func (*GetClustersParams) WithDefaults

func (o *GetClustersParams) WithDefaults() *GetClustersParams

WithDefaults hydrates default values in the get clusters params (not the query body).

All values with no default are reset to their zero value.

func (*GetClustersParams) WithHTTPClient

func (o *GetClustersParams) WithHTTPClient(client *http.Client) *GetClustersParams

WithHTTPClient adds the HTTPClient to the get clusters params

func (*GetClustersParams) WithLimit

func (o *GetClustersParams) WithLimit(limit *int64) *GetClustersParams

WithLimit adds the limit to the get clusters params

func (*GetClustersParams) WithOffset

func (o *GetClustersParams) WithOffset(offset *int64) *GetClustersParams

WithOffset adds the offset to the get clusters params

func (*GetClustersParams) WithTimeout

func (o *GetClustersParams) WithTimeout(timeout time.Duration) *GetClustersParams

WithTimeout adds the timeout to the get clusters params

func (*GetClustersParams) WriteToRequest

func (o *GetClustersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetClustersReader

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

GetClustersReader is a Reader for the GetClusters structure.

func (*GetClustersReader) ReadResponse

func (o *GetClustersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetClustersUnauthorized

type GetClustersUnauthorized struct {
	Payload *models.Error
}

GetClustersUnauthorized describes a response with status code 401, with default header values.

Authorization information is missing or invalid.

func NewGetClustersUnauthorized

func NewGetClustersUnauthorized() *GetClustersUnauthorized

NewGetClustersUnauthorized creates a GetClustersUnauthorized with default headers values

func (*GetClustersUnauthorized) Code

func (o *GetClustersUnauthorized) Code() int

Code gets the status code for the get clusters unauthorized response

func (*GetClustersUnauthorized) Error

func (o *GetClustersUnauthorized) Error() string

func (*GetClustersUnauthorized) GetPayload added in v0.0.6

func (o *GetClustersUnauthorized) GetPayload() *models.Error

func (*GetClustersUnauthorized) IsClientError

func (o *GetClustersUnauthorized) IsClientError() bool

IsClientError returns true when this get clusters unauthorized response has a 4xx status code

func (*GetClustersUnauthorized) IsCode

func (o *GetClustersUnauthorized) IsCode(code int) bool

IsCode returns true when this get clusters unauthorized response a status code equal to that given

func (*GetClustersUnauthorized) IsRedirect

func (o *GetClustersUnauthorized) IsRedirect() bool

IsRedirect returns true when this get clusters unauthorized response has a 3xx status code

func (*GetClustersUnauthorized) IsServerError

func (o *GetClustersUnauthorized) IsServerError() bool

IsServerError returns true when this get clusters unauthorized response has a 5xx status code

func (*GetClustersUnauthorized) IsSuccess

func (o *GetClustersUnauthorized) IsSuccess() bool

IsSuccess returns true when this get clusters unauthorized response has a 2xx status code

func (*GetClustersUnauthorized) String

func (o *GetClustersUnauthorized) String() string

type GetDatabasesBadRequest added in v0.0.6

type GetDatabasesBadRequest struct {
	Payload *models.Error
}

GetDatabasesBadRequest describes a response with status code 400, with default header values.

Bad request.

func NewGetDatabasesBadRequest added in v0.0.6

func NewGetDatabasesBadRequest() *GetDatabasesBadRequest

NewGetDatabasesBadRequest creates a GetDatabasesBadRequest with default headers values

func (*GetDatabasesBadRequest) Code added in v0.0.6

func (o *GetDatabasesBadRequest) Code() int

Code gets the status code for the get databases bad request response

func (*GetDatabasesBadRequest) Error added in v0.0.6

func (o *GetDatabasesBadRequest) Error() string

func (*GetDatabasesBadRequest) GetPayload added in v0.0.6

func (o *GetDatabasesBadRequest) GetPayload() *models.Error

func (*GetDatabasesBadRequest) IsClientError added in v0.0.6

func (o *GetDatabasesBadRequest) IsClientError() bool

IsClientError returns true when this get databases bad request response has a 4xx status code

func (*GetDatabasesBadRequest) IsCode added in v0.0.6

func (o *GetDatabasesBadRequest) IsCode(code int) bool

IsCode returns true when this get databases bad request response a status code equal to that given

func (*GetDatabasesBadRequest) IsRedirect added in v0.0.6

func (o *GetDatabasesBadRequest) IsRedirect() bool

IsRedirect returns true when this get databases bad request response has a 3xx status code

func (*GetDatabasesBadRequest) IsServerError added in v0.0.6

func (o *GetDatabasesBadRequest) IsServerError() bool

IsServerError returns true when this get databases bad request response has a 5xx status code

func (*GetDatabasesBadRequest) IsSuccess added in v0.0.6

func (o *GetDatabasesBadRequest) IsSuccess() bool

IsSuccess returns true when this get databases bad request response has a 2xx status code

func (*GetDatabasesBadRequest) String added in v0.0.6

func (o *GetDatabasesBadRequest) String() string

type GetDatabasesIDBadRequest added in v0.0.6

type GetDatabasesIDBadRequest struct {
	Payload *models.Error
}

GetDatabasesIDBadRequest describes a response with status code 400, with default header values.

Bad request.

func NewGetDatabasesIDBadRequest added in v0.0.6

func NewGetDatabasesIDBadRequest() *GetDatabasesIDBadRequest

NewGetDatabasesIDBadRequest creates a GetDatabasesIDBadRequest with default headers values

func (*GetDatabasesIDBadRequest) Code added in v0.0.6

func (o *GetDatabasesIDBadRequest) Code() int

Code gets the status code for the get databases Id bad request response

func (*GetDatabasesIDBadRequest) Error added in v0.0.6

func (o *GetDatabasesIDBadRequest) Error() string

func (*GetDatabasesIDBadRequest) GetPayload added in v0.0.6

func (o *GetDatabasesIDBadRequest) GetPayload() *models.Error

func (*GetDatabasesIDBadRequest) IsClientError added in v0.0.6

func (o *GetDatabasesIDBadRequest) IsClientError() bool

IsClientError returns true when this get databases Id bad request response has a 4xx status code

func (*GetDatabasesIDBadRequest) IsCode added in v0.0.6

func (o *GetDatabasesIDBadRequest) IsCode(code int) bool

IsCode returns true when this get databases Id bad request response a status code equal to that given

func (*GetDatabasesIDBadRequest) IsRedirect added in v0.0.6

func (o *GetDatabasesIDBadRequest) IsRedirect() bool

IsRedirect returns true when this get databases Id bad request response has a 3xx status code

func (*GetDatabasesIDBadRequest) IsServerError added in v0.0.6

func (o *GetDatabasesIDBadRequest) IsServerError() bool

IsServerError returns true when this get databases Id bad request response has a 5xx status code

func (*GetDatabasesIDBadRequest) IsSuccess added in v0.0.6

func (o *GetDatabasesIDBadRequest) IsSuccess() bool

IsSuccess returns true when this get databases Id bad request response has a 2xx status code

func (*GetDatabasesIDBadRequest) String added in v0.0.6

func (o *GetDatabasesIDBadRequest) String() string

type GetDatabasesIDOK

type GetDatabasesIDOK struct {
	Payload *models.Database
}

GetDatabasesIDOK describes a response with status code 200, with default header values.

Response containing the database definition.

func NewGetDatabasesIDOK

func NewGetDatabasesIDOK() *GetDatabasesIDOK

NewGetDatabasesIDOK creates a GetDatabasesIDOK with default headers values

func (*GetDatabasesIDOK) Code

func (o *GetDatabasesIDOK) Code() int

Code gets the status code for the get databases Id o k response

func (*GetDatabasesIDOK) Error

func (o *GetDatabasesIDOK) Error() string

func (*GetDatabasesIDOK) GetPayload

func (o *GetDatabasesIDOK) GetPayload() *models.Database

func (*GetDatabasesIDOK) IsClientError

func (o *GetDatabasesIDOK) IsClientError() bool

IsClientError returns true when this get databases Id o k response has a 4xx status code

func (*GetDatabasesIDOK) IsCode

func (o *GetDatabasesIDOK) IsCode(code int) bool

IsCode returns true when this get databases Id o k response a status code equal to that given

func (*GetDatabasesIDOK) IsRedirect

func (o *GetDatabasesIDOK) IsRedirect() bool

IsRedirect returns true when this get databases Id o k response has a 3xx status code

func (*GetDatabasesIDOK) IsServerError

func (o *GetDatabasesIDOK) IsServerError() bool

IsServerError returns true when this get databases Id o k response has a 5xx status code

func (*GetDatabasesIDOK) IsSuccess

func (o *GetDatabasesIDOK) IsSuccess() bool

IsSuccess returns true when this get databases Id o k response has a 2xx status code

func (*GetDatabasesIDOK) String

func (o *GetDatabasesIDOK) String() string

type GetDatabasesIDParams

type GetDatabasesIDParams struct {

	// Authorization.
	//
	// Format: Bearer {access_token}
	Authorization string

	/* ID.

	   ID of the database to retrieve.

	   Format: uuid
	*/
	ID strfmt.UUID

	/* UserType.

	   The user type whose credentials will be returned.
	*/
	UserType *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDatabasesIDParams contains all the parameters to send to the API endpoint

for the get databases ID operation.

Typically these are written to a http.Request.

func NewGetDatabasesIDParams

func NewGetDatabasesIDParams() *GetDatabasesIDParams

NewGetDatabasesIDParams creates a new GetDatabasesIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDatabasesIDParamsWithContext

func NewGetDatabasesIDParamsWithContext(ctx context.Context) *GetDatabasesIDParams

NewGetDatabasesIDParamsWithContext creates a new GetDatabasesIDParams object with the ability to set a context for a request.

func NewGetDatabasesIDParamsWithHTTPClient

func NewGetDatabasesIDParamsWithHTTPClient(client *http.Client) *GetDatabasesIDParams

NewGetDatabasesIDParamsWithHTTPClient creates a new GetDatabasesIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetDatabasesIDParamsWithTimeout

func NewGetDatabasesIDParamsWithTimeout(timeout time.Duration) *GetDatabasesIDParams

NewGetDatabasesIDParamsWithTimeout creates a new GetDatabasesIDParams object with the ability to set a timeout on a request.

func (*GetDatabasesIDParams) SetAuthorization

func (o *GetDatabasesIDParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get databases ID params

func (*GetDatabasesIDParams) SetContext

func (o *GetDatabasesIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get databases ID params

func (*GetDatabasesIDParams) SetDefaults

func (o *GetDatabasesIDParams) SetDefaults()

SetDefaults hydrates default values in the get databases ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetDatabasesIDParams) SetHTTPClient

func (o *GetDatabasesIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get databases ID params

func (*GetDatabasesIDParams) SetID

func (o *GetDatabasesIDParams) SetID(id strfmt.UUID)

SetID adds the id to the get databases ID params

func (*GetDatabasesIDParams) SetTimeout

func (o *GetDatabasesIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get databases ID params

func (*GetDatabasesIDParams) SetUserType added in v0.0.7

func (o *GetDatabasesIDParams) SetUserType(userType *string)

SetUserType adds the userType to the get databases ID params

func (*GetDatabasesIDParams) WithAuthorization

func (o *GetDatabasesIDParams) WithAuthorization(authorization string) *GetDatabasesIDParams

WithAuthorization adds the authorization to the get databases ID params

func (*GetDatabasesIDParams) WithContext

WithContext adds the context to the get databases ID params

func (*GetDatabasesIDParams) WithDefaults

func (o *GetDatabasesIDParams) WithDefaults() *GetDatabasesIDParams

WithDefaults hydrates default values in the get databases ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetDatabasesIDParams) WithHTTPClient

func (o *GetDatabasesIDParams) WithHTTPClient(client *http.Client) *GetDatabasesIDParams

WithHTTPClient adds the HTTPClient to the get databases ID params

func (*GetDatabasesIDParams) WithID

WithID adds the id to the get databases ID params

func (*GetDatabasesIDParams) WithTimeout

func (o *GetDatabasesIDParams) WithTimeout(timeout time.Duration) *GetDatabasesIDParams

WithTimeout adds the timeout to the get databases ID params

func (*GetDatabasesIDParams) WithUserType added in v0.0.7

func (o *GetDatabasesIDParams) WithUserType(userType *string) *GetDatabasesIDParams

WithUserType adds the userType to the get databases ID params

func (*GetDatabasesIDParams) WriteToRequest

func (o *GetDatabasesIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetDatabasesIDReader

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

GetDatabasesIDReader is a Reader for the GetDatabasesID structure.

func (*GetDatabasesIDReader) ReadResponse

func (o *GetDatabasesIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDatabasesIDUnauthorized

type GetDatabasesIDUnauthorized struct {
	Payload *models.Error
}

GetDatabasesIDUnauthorized describes a response with status code 401, with default header values.

Authorization information is missing or invalid.

func NewGetDatabasesIDUnauthorized

func NewGetDatabasesIDUnauthorized() *GetDatabasesIDUnauthorized

NewGetDatabasesIDUnauthorized creates a GetDatabasesIDUnauthorized with default headers values

func (*GetDatabasesIDUnauthorized) Code

func (o *GetDatabasesIDUnauthorized) Code() int

Code gets the status code for the get databases Id unauthorized response

func (*GetDatabasesIDUnauthorized) Error

func (*GetDatabasesIDUnauthorized) GetPayload added in v0.0.6

func (o *GetDatabasesIDUnauthorized) GetPayload() *models.Error

func (*GetDatabasesIDUnauthorized) IsClientError

func (o *GetDatabasesIDUnauthorized) IsClientError() bool

IsClientError returns true when this get databases Id unauthorized response has a 4xx status code

func (*GetDatabasesIDUnauthorized) IsCode

func (o *GetDatabasesIDUnauthorized) IsCode(code int) bool

IsCode returns true when this get databases Id unauthorized response a status code equal to that given

func (*GetDatabasesIDUnauthorized) IsRedirect

func (o *GetDatabasesIDUnauthorized) IsRedirect() bool

IsRedirect returns true when this get databases Id unauthorized response has a 3xx status code

func (*GetDatabasesIDUnauthorized) IsServerError

func (o *GetDatabasesIDUnauthorized) IsServerError() bool

IsServerError returns true when this get databases Id unauthorized response has a 5xx status code

func (*GetDatabasesIDUnauthorized) IsSuccess

func (o *GetDatabasesIDUnauthorized) IsSuccess() bool

IsSuccess returns true when this get databases Id unauthorized response has a 2xx status code

func (*GetDatabasesIDUnauthorized) String

func (o *GetDatabasesIDUnauthorized) String() string

type GetDatabasesOK

type GetDatabasesOK struct {
	Payload []*models.Database
}

GetDatabasesOK describes a response with status code 200, with default header values.

Response containing an array of databases.

func NewGetDatabasesOK

func NewGetDatabasesOK() *GetDatabasesOK

NewGetDatabasesOK creates a GetDatabasesOK with default headers values

func (*GetDatabasesOK) Code

func (o *GetDatabasesOK) Code() int

Code gets the status code for the get databases o k response

func (*GetDatabasesOK) Error

func (o *GetDatabasesOK) Error() string

func (*GetDatabasesOK) GetPayload

func (o *GetDatabasesOK) GetPayload() []*models.Database

func (*GetDatabasesOK) IsClientError

func (o *GetDatabasesOK) IsClientError() bool

IsClientError returns true when this get databases o k response has a 4xx status code

func (*GetDatabasesOK) IsCode

func (o *GetDatabasesOK) IsCode(code int) bool

IsCode returns true when this get databases o k response a status code equal to that given

func (*GetDatabasesOK) IsRedirect

func (o *GetDatabasesOK) IsRedirect() bool

IsRedirect returns true when this get databases o k response has a 3xx status code

func (*GetDatabasesOK) IsServerError

func (o *GetDatabasesOK) IsServerError() bool

IsServerError returns true when this get databases o k response has a 5xx status code

func (*GetDatabasesOK) IsSuccess

func (o *GetDatabasesOK) IsSuccess() bool

IsSuccess returns true when this get databases o k response has a 2xx status code

func (*GetDatabasesOK) String

func (o *GetDatabasesOK) String() string

type GetDatabasesParams

type GetDatabasesParams struct {

	// Authorization.
	//
	// Format: Bearer {access_token}
	Authorization string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDatabasesParams contains all the parameters to send to the API endpoint

for the get databases operation.

Typically these are written to a http.Request.

func NewGetDatabasesParams

func NewGetDatabasesParams() *GetDatabasesParams

NewGetDatabasesParams creates a new GetDatabasesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDatabasesParamsWithContext

func NewGetDatabasesParamsWithContext(ctx context.Context) *GetDatabasesParams

NewGetDatabasesParamsWithContext creates a new GetDatabasesParams object with the ability to set a context for a request.

func NewGetDatabasesParamsWithHTTPClient

func NewGetDatabasesParamsWithHTTPClient(client *http.Client) *GetDatabasesParams

NewGetDatabasesParamsWithHTTPClient creates a new GetDatabasesParams object with the ability to set a custom HTTPClient for a request.

func NewGetDatabasesParamsWithTimeout

func NewGetDatabasesParamsWithTimeout(timeout time.Duration) *GetDatabasesParams

NewGetDatabasesParamsWithTimeout creates a new GetDatabasesParams object with the ability to set a timeout on a request.

func (*GetDatabasesParams) SetAuthorization

func (o *GetDatabasesParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get databases params

func (*GetDatabasesParams) SetContext

func (o *GetDatabasesParams) SetContext(ctx context.Context)

SetContext adds the context to the get databases params

func (*GetDatabasesParams) SetDefaults

func (o *GetDatabasesParams) SetDefaults()

SetDefaults hydrates default values in the get databases params (not the query body).

All values with no default are reset to their zero value.

func (*GetDatabasesParams) SetHTTPClient

func (o *GetDatabasesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get databases params

func (*GetDatabasesParams) SetTimeout

func (o *GetDatabasesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get databases params

func (*GetDatabasesParams) WithAuthorization

func (o *GetDatabasesParams) WithAuthorization(authorization string) *GetDatabasesParams

WithAuthorization adds the authorization to the get databases params

func (*GetDatabasesParams) WithContext

WithContext adds the context to the get databases params

func (*GetDatabasesParams) WithDefaults

func (o *GetDatabasesParams) WithDefaults() *GetDatabasesParams

WithDefaults hydrates default values in the get databases params (not the query body).

All values with no default are reset to their zero value.

func (*GetDatabasesParams) WithHTTPClient

func (o *GetDatabasesParams) WithHTTPClient(client *http.Client) *GetDatabasesParams

WithHTTPClient adds the HTTPClient to the get databases params

func (*GetDatabasesParams) WithTimeout

func (o *GetDatabasesParams) WithTimeout(timeout time.Duration) *GetDatabasesParams

WithTimeout adds the timeout to the get databases params

func (*GetDatabasesParams) WriteToRequest

func (o *GetDatabasesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetDatabasesReader

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

GetDatabasesReader is a Reader for the GetDatabases structure.

func (*GetDatabasesReader) ReadResponse

func (o *GetDatabasesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDatabasesUnauthorized

type GetDatabasesUnauthorized struct {
	Payload *models.Error
}

GetDatabasesUnauthorized describes a response with status code 401, with default header values.

Authorization information is missing or invalid.

func NewGetDatabasesUnauthorized

func NewGetDatabasesUnauthorized() *GetDatabasesUnauthorized

NewGetDatabasesUnauthorized creates a GetDatabasesUnauthorized with default headers values

func (*GetDatabasesUnauthorized) Code

func (o *GetDatabasesUnauthorized) Code() int

Code gets the status code for the get databases unauthorized response

func (*GetDatabasesUnauthorized) Error

func (o *GetDatabasesUnauthorized) Error() string

func (*GetDatabasesUnauthorized) GetPayload added in v0.0.6

func (o *GetDatabasesUnauthorized) GetPayload() *models.Error

func (*GetDatabasesUnauthorized) IsClientError

func (o *GetDatabasesUnauthorized) IsClientError() bool

IsClientError returns true when this get databases unauthorized response has a 4xx status code

func (*GetDatabasesUnauthorized) IsCode

func (o *GetDatabasesUnauthorized) IsCode(code int) bool

IsCode returns true when this get databases unauthorized response a status code equal to that given

func (*GetDatabasesUnauthorized) IsRedirect

func (o *GetDatabasesUnauthorized) IsRedirect() bool

IsRedirect returns true when this get databases unauthorized response has a 3xx status code

func (*GetDatabasesUnauthorized) IsServerError

func (o *GetDatabasesUnauthorized) IsServerError() bool

IsServerError returns true when this get databases unauthorized response has a 5xx status code

func (*GetDatabasesUnauthorized) IsSuccess

func (o *GetDatabasesUnauthorized) IsSuccess() bool

IsSuccess returns true when this get databases unauthorized response has a 2xx status code

func (*GetDatabasesUnauthorized) String

func (o *GetDatabasesUnauthorized) String() string

type GetSSHKeysBadRequest added in v0.0.7

type GetSSHKeysBadRequest struct {
	Payload *models.Error
}

GetSSHKeysBadRequest describes a response with status code 400, with default header values.

Bad request.

func NewGetSSHKeysBadRequest added in v0.0.7

func NewGetSSHKeysBadRequest() *GetSSHKeysBadRequest

NewGetSSHKeysBadRequest creates a GetSSHKeysBadRequest with default headers values

func (*GetSSHKeysBadRequest) Code added in v0.0.7

func (o *GetSSHKeysBadRequest) Code() int

Code gets the status code for the get Ssh keys bad request response

func (*GetSSHKeysBadRequest) Error added in v0.0.7

func (o *GetSSHKeysBadRequest) Error() string

func (*GetSSHKeysBadRequest) GetPayload added in v0.0.7

func (o *GetSSHKeysBadRequest) GetPayload() *models.Error

func (*GetSSHKeysBadRequest) IsClientError added in v0.0.7

func (o *GetSSHKeysBadRequest) IsClientError() bool

IsClientError returns true when this get Ssh keys bad request response has a 4xx status code

func (*GetSSHKeysBadRequest) IsCode added in v0.0.7

func (o *GetSSHKeysBadRequest) IsCode(code int) bool

IsCode returns true when this get Ssh keys bad request response a status code equal to that given

func (*GetSSHKeysBadRequest) IsRedirect added in v0.0.7

func (o *GetSSHKeysBadRequest) IsRedirect() bool

IsRedirect returns true when this get Ssh keys bad request response has a 3xx status code

func (*GetSSHKeysBadRequest) IsServerError added in v0.0.7

func (o *GetSSHKeysBadRequest) IsServerError() bool

IsServerError returns true when this get Ssh keys bad request response has a 5xx status code

func (*GetSSHKeysBadRequest) IsSuccess added in v0.0.7

func (o *GetSSHKeysBadRequest) IsSuccess() bool

IsSuccess returns true when this get Ssh keys bad request response has a 2xx status code

func (*GetSSHKeysBadRequest) String added in v0.0.7

func (o *GetSSHKeysBadRequest) String() string

type GetSSHKeysIDBadRequest added in v0.0.7

type GetSSHKeysIDBadRequest struct {
	Payload *models.Error
}

GetSSHKeysIDBadRequest describes a response with status code 400, with default header values.

Bad request.

func NewGetSSHKeysIDBadRequest added in v0.0.7

func NewGetSSHKeysIDBadRequest() *GetSSHKeysIDBadRequest

NewGetSSHKeysIDBadRequest creates a GetSSHKeysIDBadRequest with default headers values

func (*GetSSHKeysIDBadRequest) Code added in v0.0.7

func (o *GetSSHKeysIDBadRequest) Code() int

Code gets the status code for the get Ssh keys Id bad request response

func (*GetSSHKeysIDBadRequest) Error added in v0.0.7

func (o *GetSSHKeysIDBadRequest) Error() string

func (*GetSSHKeysIDBadRequest) GetPayload added in v0.0.7

func (o *GetSSHKeysIDBadRequest) GetPayload() *models.Error

func (*GetSSHKeysIDBadRequest) IsClientError added in v0.0.7

func (o *GetSSHKeysIDBadRequest) IsClientError() bool

IsClientError returns true when this get Ssh keys Id bad request response has a 4xx status code

func (*GetSSHKeysIDBadRequest) IsCode added in v0.0.7

func (o *GetSSHKeysIDBadRequest) IsCode(code int) bool

IsCode returns true when this get Ssh keys Id bad request response a status code equal to that given

func (*GetSSHKeysIDBadRequest) IsRedirect added in v0.0.7

func (o *GetSSHKeysIDBadRequest) IsRedirect() bool

IsRedirect returns true when this get Ssh keys Id bad request response has a 3xx status code

func (*GetSSHKeysIDBadRequest) IsServerError added in v0.0.7

func (o *GetSSHKeysIDBadRequest) IsServerError() bool

IsServerError returns true when this get Ssh keys Id bad request response has a 5xx status code

func (*GetSSHKeysIDBadRequest) IsSuccess added in v0.0.7

func (o *GetSSHKeysIDBadRequest) IsSuccess() bool

IsSuccess returns true when this get Ssh keys Id bad request response has a 2xx status code

func (*GetSSHKeysIDBadRequest) String added in v0.0.7

func (o *GetSSHKeysIDBadRequest) String() string

type GetSSHKeysIDOK added in v0.0.7

type GetSSHKeysIDOK struct {
	Payload *models.SSHKey
}

GetSSHKeysIDOK describes a response with status code 200, with default header values.

Response containing the SSH key details.

func NewGetSSHKeysIDOK added in v0.0.7

func NewGetSSHKeysIDOK() *GetSSHKeysIDOK

NewGetSSHKeysIDOK creates a GetSSHKeysIDOK with default headers values

func (*GetSSHKeysIDOK) Code added in v0.0.7

func (o *GetSSHKeysIDOK) Code() int

Code gets the status code for the get Ssh keys Id o k response

func (*GetSSHKeysIDOK) Error added in v0.0.7

func (o *GetSSHKeysIDOK) Error() string

func (*GetSSHKeysIDOK) GetPayload added in v0.0.7

func (o *GetSSHKeysIDOK) GetPayload() *models.SSHKey

func (*GetSSHKeysIDOK) IsClientError added in v0.0.7

func (o *GetSSHKeysIDOK) IsClientError() bool

IsClientError returns true when this get Ssh keys Id o k response has a 4xx status code

func (*GetSSHKeysIDOK) IsCode added in v0.0.7

func (o *GetSSHKeysIDOK) IsCode(code int) bool

IsCode returns true when this get Ssh keys Id o k response a status code equal to that given

func (*GetSSHKeysIDOK) IsRedirect added in v0.0.7

func (o *GetSSHKeysIDOK) IsRedirect() bool

IsRedirect returns true when this get Ssh keys Id o k response has a 3xx status code

func (*GetSSHKeysIDOK) IsServerError added in v0.0.7

func (o *GetSSHKeysIDOK) IsServerError() bool

IsServerError returns true when this get Ssh keys Id o k response has a 5xx status code

func (*GetSSHKeysIDOK) IsSuccess added in v0.0.7

func (o *GetSSHKeysIDOK) IsSuccess() bool

IsSuccess returns true when this get Ssh keys Id o k response has a 2xx status code

func (*GetSSHKeysIDOK) String added in v0.0.7

func (o *GetSSHKeysIDOK) String() string

type GetSSHKeysIDParams added in v0.0.7

type GetSSHKeysIDParams struct {

	// Authorization.
	//
	// Format: Bearer {access_token}
	Authorization string

	/* ID.

	   ID of the SSH key to retrieve.

	   Format: uuid
	*/
	ID strfmt.UUID

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetSSHKeysIDParams contains all the parameters to send to the API endpoint

for the get SSH keys ID operation.

Typically these are written to a http.Request.

func NewGetSSHKeysIDParams added in v0.0.7

func NewGetSSHKeysIDParams() *GetSSHKeysIDParams

NewGetSSHKeysIDParams creates a new GetSSHKeysIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetSSHKeysIDParamsWithContext added in v0.0.7

func NewGetSSHKeysIDParamsWithContext(ctx context.Context) *GetSSHKeysIDParams

NewGetSSHKeysIDParamsWithContext creates a new GetSSHKeysIDParams object with the ability to set a context for a request.

func NewGetSSHKeysIDParamsWithHTTPClient added in v0.0.7

func NewGetSSHKeysIDParamsWithHTTPClient(client *http.Client) *GetSSHKeysIDParams

NewGetSSHKeysIDParamsWithHTTPClient creates a new GetSSHKeysIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetSSHKeysIDParamsWithTimeout added in v0.0.7

func NewGetSSHKeysIDParamsWithTimeout(timeout time.Duration) *GetSSHKeysIDParams

NewGetSSHKeysIDParamsWithTimeout creates a new GetSSHKeysIDParams object with the ability to set a timeout on a request.

func (*GetSSHKeysIDParams) SetAuthorization added in v0.0.7

func (o *GetSSHKeysIDParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get SSH keys ID params

func (*GetSSHKeysIDParams) SetContext added in v0.0.7

func (o *GetSSHKeysIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get SSH keys ID params

func (*GetSSHKeysIDParams) SetDefaults added in v0.0.7

func (o *GetSSHKeysIDParams) SetDefaults()

SetDefaults hydrates default values in the get SSH keys ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetSSHKeysIDParams) SetHTTPClient added in v0.0.7

func (o *GetSSHKeysIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get SSH keys ID params

func (*GetSSHKeysIDParams) SetID added in v0.0.7

func (o *GetSSHKeysIDParams) SetID(id strfmt.UUID)

SetID adds the id to the get SSH keys ID params

func (*GetSSHKeysIDParams) SetTimeout added in v0.0.7

func (o *GetSSHKeysIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get SSH keys ID params

func (*GetSSHKeysIDParams) WithAuthorization added in v0.0.7

func (o *GetSSHKeysIDParams) WithAuthorization(authorization string) *GetSSHKeysIDParams

WithAuthorization adds the authorization to the get SSH keys ID params

func (*GetSSHKeysIDParams) WithContext added in v0.0.7

WithContext adds the context to the get SSH keys ID params

func (*GetSSHKeysIDParams) WithDefaults added in v0.0.7

func (o *GetSSHKeysIDParams) WithDefaults() *GetSSHKeysIDParams

WithDefaults hydrates default values in the get SSH keys ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetSSHKeysIDParams) WithHTTPClient added in v0.0.7

func (o *GetSSHKeysIDParams) WithHTTPClient(client *http.Client) *GetSSHKeysIDParams

WithHTTPClient adds the HTTPClient to the get SSH keys ID params

func (*GetSSHKeysIDParams) WithID added in v0.0.7

WithID adds the id to the get SSH keys ID params

func (*GetSSHKeysIDParams) WithTimeout added in v0.0.7

func (o *GetSSHKeysIDParams) WithTimeout(timeout time.Duration) *GetSSHKeysIDParams

WithTimeout adds the timeout to the get SSH keys ID params

func (*GetSSHKeysIDParams) WriteToRequest added in v0.0.7

func (o *GetSSHKeysIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetSSHKeysIDReader added in v0.0.7

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

GetSSHKeysIDReader is a Reader for the GetSSHKeysID structure.

func (*GetSSHKeysIDReader) ReadResponse added in v0.0.7

func (o *GetSSHKeysIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetSSHKeysIDUnauthorized added in v0.0.7

type GetSSHKeysIDUnauthorized struct {
	Payload *models.Error
}

GetSSHKeysIDUnauthorized describes a response with status code 401, with default header values.

Authorization information is missing or invalid.

func NewGetSSHKeysIDUnauthorized added in v0.0.7

func NewGetSSHKeysIDUnauthorized() *GetSSHKeysIDUnauthorized

NewGetSSHKeysIDUnauthorized creates a GetSSHKeysIDUnauthorized with default headers values

func (*GetSSHKeysIDUnauthorized) Code added in v0.0.7

func (o *GetSSHKeysIDUnauthorized) Code() int

Code gets the status code for the get Ssh keys Id unauthorized response

func (*GetSSHKeysIDUnauthorized) Error added in v0.0.7

func (o *GetSSHKeysIDUnauthorized) Error() string

func (*GetSSHKeysIDUnauthorized) GetPayload added in v0.0.7

func (o *GetSSHKeysIDUnauthorized) GetPayload() *models.Error

func (*GetSSHKeysIDUnauthorized) IsClientError added in v0.0.7

func (o *GetSSHKeysIDUnauthorized) IsClientError() bool

IsClientError returns true when this get Ssh keys Id unauthorized response has a 4xx status code

func (*GetSSHKeysIDUnauthorized) IsCode added in v0.0.7

func (o *GetSSHKeysIDUnauthorized) IsCode(code int) bool

IsCode returns true when this get Ssh keys Id unauthorized response a status code equal to that given

func (*GetSSHKeysIDUnauthorized) IsRedirect added in v0.0.7

func (o *GetSSHKeysIDUnauthorized) IsRedirect() bool

IsRedirect returns true when this get Ssh keys Id unauthorized response has a 3xx status code

func (*GetSSHKeysIDUnauthorized) IsServerError added in v0.0.7

func (o *GetSSHKeysIDUnauthorized) IsServerError() bool

IsServerError returns true when this get Ssh keys Id unauthorized response has a 5xx status code

func (*GetSSHKeysIDUnauthorized) IsSuccess added in v0.0.7

func (o *GetSSHKeysIDUnauthorized) IsSuccess() bool

IsSuccess returns true when this get Ssh keys Id unauthorized response has a 2xx status code

func (*GetSSHKeysIDUnauthorized) String added in v0.0.7

func (o *GetSSHKeysIDUnauthorized) String() string

type GetSSHKeysOK added in v0.0.7

type GetSSHKeysOK struct {
	Payload []*models.SSHKey
}

GetSSHKeysOK describes a response with status code 200, with default header values.

List SSH keys response

func NewGetSSHKeysOK added in v0.0.7

func NewGetSSHKeysOK() *GetSSHKeysOK

NewGetSSHKeysOK creates a GetSSHKeysOK with default headers values

func (*GetSSHKeysOK) Code added in v0.0.7

func (o *GetSSHKeysOK) Code() int

Code gets the status code for the get Ssh keys o k response

func (*GetSSHKeysOK) Error added in v0.0.7

func (o *GetSSHKeysOK) Error() string

func (*GetSSHKeysOK) GetPayload added in v0.0.7

func (o *GetSSHKeysOK) GetPayload() []*models.SSHKey

func (*GetSSHKeysOK) IsClientError added in v0.0.7

func (o *GetSSHKeysOK) IsClientError() bool

IsClientError returns true when this get Ssh keys o k response has a 4xx status code

func (*GetSSHKeysOK) IsCode added in v0.0.7

func (o *GetSSHKeysOK) IsCode(code int) bool

IsCode returns true when this get Ssh keys o k response a status code equal to that given

func (*GetSSHKeysOK) IsRedirect added in v0.0.7

func (o *GetSSHKeysOK) IsRedirect() bool

IsRedirect returns true when this get Ssh keys o k response has a 3xx status code

func (*GetSSHKeysOK) IsServerError added in v0.0.7

func (o *GetSSHKeysOK) IsServerError() bool

IsServerError returns true when this get Ssh keys o k response has a 5xx status code

func (*GetSSHKeysOK) IsSuccess added in v0.0.7

func (o *GetSSHKeysOK) IsSuccess() bool

IsSuccess returns true when this get Ssh keys o k response has a 2xx status code

func (*GetSSHKeysOK) String added in v0.0.7

func (o *GetSSHKeysOK) String() string

type GetSSHKeysParams added in v0.0.7

type GetSSHKeysParams struct {

	// Authorization.
	//
	// Format: Bearer {access_token}
	Authorization string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetSSHKeysParams contains all the parameters to send to the API endpoint

for the get SSH keys operation.

Typically these are written to a http.Request.

func NewGetSSHKeysParams added in v0.0.7

func NewGetSSHKeysParams() *GetSSHKeysParams

NewGetSSHKeysParams creates a new GetSSHKeysParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetSSHKeysParamsWithContext added in v0.0.7

func NewGetSSHKeysParamsWithContext(ctx context.Context) *GetSSHKeysParams

NewGetSSHKeysParamsWithContext creates a new GetSSHKeysParams object with the ability to set a context for a request.

func NewGetSSHKeysParamsWithHTTPClient added in v0.0.7

func NewGetSSHKeysParamsWithHTTPClient(client *http.Client) *GetSSHKeysParams

NewGetSSHKeysParamsWithHTTPClient creates a new GetSSHKeysParams object with the ability to set a custom HTTPClient for a request.

func NewGetSSHKeysParamsWithTimeout added in v0.0.7

func NewGetSSHKeysParamsWithTimeout(timeout time.Duration) *GetSSHKeysParams

NewGetSSHKeysParamsWithTimeout creates a new GetSSHKeysParams object with the ability to set a timeout on a request.

func (*GetSSHKeysParams) SetAuthorization added in v0.0.7

func (o *GetSSHKeysParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get SSH keys params

func (*GetSSHKeysParams) SetContext added in v0.0.7

func (o *GetSSHKeysParams) SetContext(ctx context.Context)

SetContext adds the context to the get SSH keys params

func (*GetSSHKeysParams) SetDefaults added in v0.0.7

func (o *GetSSHKeysParams) SetDefaults()

SetDefaults hydrates default values in the get SSH keys params (not the query body).

All values with no default are reset to their zero value.

func (*GetSSHKeysParams) SetHTTPClient added in v0.0.7

func (o *GetSSHKeysParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get SSH keys params

func (*GetSSHKeysParams) SetTimeout added in v0.0.7

func (o *GetSSHKeysParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get SSH keys params

func (*GetSSHKeysParams) WithAuthorization added in v0.0.7

func (o *GetSSHKeysParams) WithAuthorization(authorization string) *GetSSHKeysParams

WithAuthorization adds the authorization to the get SSH keys params

func (*GetSSHKeysParams) WithContext added in v0.0.7

func (o *GetSSHKeysParams) WithContext(ctx context.Context) *GetSSHKeysParams

WithContext adds the context to the get SSH keys params

func (*GetSSHKeysParams) WithDefaults added in v0.0.7

func (o *GetSSHKeysParams) WithDefaults() *GetSSHKeysParams

WithDefaults hydrates default values in the get SSH keys params (not the query body).

All values with no default are reset to their zero value.

func (*GetSSHKeysParams) WithHTTPClient added in v0.0.7

func (o *GetSSHKeysParams) WithHTTPClient(client *http.Client) *GetSSHKeysParams

WithHTTPClient adds the HTTPClient to the get SSH keys params

func (*GetSSHKeysParams) WithTimeout added in v0.0.7

func (o *GetSSHKeysParams) WithTimeout(timeout time.Duration) *GetSSHKeysParams

WithTimeout adds the timeout to the get SSH keys params

func (*GetSSHKeysParams) WriteToRequest added in v0.0.7

func (o *GetSSHKeysParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetSSHKeysReader added in v0.0.7

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

GetSSHKeysReader is a Reader for the GetSSHKeys structure.

func (*GetSSHKeysReader) ReadResponse added in v0.0.7

func (o *GetSSHKeysReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetSSHKeysUnauthorized added in v0.0.7

type GetSSHKeysUnauthorized struct {
	Payload *models.Error
}

GetSSHKeysUnauthorized describes a response with status code 401, with default header values.

Authorization information is missing or invalid.

func NewGetSSHKeysUnauthorized added in v0.0.7

func NewGetSSHKeysUnauthorized() *GetSSHKeysUnauthorized

NewGetSSHKeysUnauthorized creates a GetSSHKeysUnauthorized with default headers values

func (*GetSSHKeysUnauthorized) Code added in v0.0.7

func (o *GetSSHKeysUnauthorized) Code() int

Code gets the status code for the get Ssh keys unauthorized response

func (*GetSSHKeysUnauthorized) Error added in v0.0.7

func (o *GetSSHKeysUnauthorized) Error() string

func (*GetSSHKeysUnauthorized) GetPayload added in v0.0.7

func (o *GetSSHKeysUnauthorized) GetPayload() *models.Error

func (*GetSSHKeysUnauthorized) IsClientError added in v0.0.7

func (o *GetSSHKeysUnauthorized) IsClientError() bool

IsClientError returns true when this get Ssh keys unauthorized response has a 4xx status code

func (*GetSSHKeysUnauthorized) IsCode added in v0.0.7

func (o *GetSSHKeysUnauthorized) IsCode(code int) bool

IsCode returns true when this get Ssh keys unauthorized response a status code equal to that given

func (*GetSSHKeysUnauthorized) IsRedirect added in v0.0.7

func (o *GetSSHKeysUnauthorized) IsRedirect() bool

IsRedirect returns true when this get Ssh keys unauthorized response has a 3xx status code

func (*GetSSHKeysUnauthorized) IsServerError added in v0.0.7

func (o *GetSSHKeysUnauthorized) IsServerError() bool

IsServerError returns true when this get Ssh keys unauthorized response has a 5xx status code

func (*GetSSHKeysUnauthorized) IsSuccess added in v0.0.7

func (o *GetSSHKeysUnauthorized) IsSuccess() bool

IsSuccess returns true when this get Ssh keys unauthorized response has a 2xx status code

func (*GetSSHKeysUnauthorized) String added in v0.0.7

func (o *GetSSHKeysUnauthorized) String() string

type GetTasksBadRequest added in v0.0.26

type GetTasksBadRequest struct {
	Payload *models.Error
}

GetTasksBadRequest describes a response with status code 400, with default header values.

Bad request.

func NewGetTasksBadRequest added in v0.0.26

func NewGetTasksBadRequest() *GetTasksBadRequest

NewGetTasksBadRequest creates a GetTasksBadRequest with default headers values

func (*GetTasksBadRequest) Code added in v0.0.26

func (o *GetTasksBadRequest) Code() int

Code gets the status code for the get tasks bad request response

func (*GetTasksBadRequest) Error added in v0.0.26

func (o *GetTasksBadRequest) Error() string

func (*GetTasksBadRequest) GetPayload added in v0.0.26

func (o *GetTasksBadRequest) GetPayload() *models.Error

func (*GetTasksBadRequest) IsClientError added in v0.0.26

func (o *GetTasksBadRequest) IsClientError() bool

IsClientError returns true when this get tasks bad request response has a 4xx status code

func (*GetTasksBadRequest) IsCode added in v0.0.26

func (o *GetTasksBadRequest) IsCode(code int) bool

IsCode returns true when this get tasks bad request response a status code equal to that given

func (*GetTasksBadRequest) IsRedirect added in v0.0.26

func (o *GetTasksBadRequest) IsRedirect() bool

IsRedirect returns true when this get tasks bad request response has a 3xx status code

func (*GetTasksBadRequest) IsServerError added in v0.0.26

func (o *GetTasksBadRequest) IsServerError() bool

IsServerError returns true when this get tasks bad request response has a 5xx status code

func (*GetTasksBadRequest) IsSuccess added in v0.0.26

func (o *GetTasksBadRequest) IsSuccess() bool

IsSuccess returns true when this get tasks bad request response has a 2xx status code

func (*GetTasksBadRequest) String added in v0.0.26

func (o *GetTasksBadRequest) String() string

type GetTasksOK added in v0.0.26

type GetTasksOK struct {
	Payload []*models.Task
}

GetTasksOK describes a response with status code 200, with default header values.

Response containing the tasks

func NewGetTasksOK added in v0.0.26

func NewGetTasksOK() *GetTasksOK

NewGetTasksOK creates a GetTasksOK with default headers values

func (*GetTasksOK) Code added in v0.0.26

func (o *GetTasksOK) Code() int

Code gets the status code for the get tasks o k response

func (*GetTasksOK) Error added in v0.0.26

func (o *GetTasksOK) Error() string

func (*GetTasksOK) GetPayload added in v0.0.26

func (o *GetTasksOK) GetPayload() []*models.Task

func (*GetTasksOK) IsClientError added in v0.0.26

func (o *GetTasksOK) IsClientError() bool

IsClientError returns true when this get tasks o k response has a 4xx status code

func (*GetTasksOK) IsCode added in v0.0.26

func (o *GetTasksOK) IsCode(code int) bool

IsCode returns true when this get tasks o k response a status code equal to that given

func (*GetTasksOK) IsRedirect added in v0.0.26

func (o *GetTasksOK) IsRedirect() bool

IsRedirect returns true when this get tasks o k response has a 3xx status code

func (*GetTasksOK) IsServerError added in v0.0.26

func (o *GetTasksOK) IsServerError() bool

IsServerError returns true when this get tasks o k response has a 5xx status code

func (*GetTasksOK) IsSuccess added in v0.0.26

func (o *GetTasksOK) IsSuccess() bool

IsSuccess returns true when this get tasks o k response has a 2xx status code

func (*GetTasksOK) String added in v0.0.26

func (o *GetTasksOK) String() string

type GetTasksParams added in v0.0.26

type GetTasksParams struct {

	// Authorization.
	//
	// Format: Bearer {access_token}
	Authorization string

	/* ID.

	   Filter tasks by id.
	*/
	ID *string

	/* Limit.

	   Maximum number of results to return.
	*/
	Limit *int64

	/* Name.

	   Filter tasks by name.
	*/
	Name *string

	/* Offset.

	   Offset into the results, for pagination.
	*/
	Offset *int64

	/* Status.

	   Filter tasks by status.
	*/
	Status *string

	/* SubjectID.

	   Filter tasks by subject id.
	*/
	SubjectID *string

	/* SubjectKind.

	   Filter tasks by kind.
	*/
	SubjectKind *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetTasksParams contains all the parameters to send to the API endpoint

for the get tasks operation.

Typically these are written to a http.Request.

func NewGetTasksParams added in v0.0.26

func NewGetTasksParams() *GetTasksParams

NewGetTasksParams creates a new GetTasksParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetTasksParamsWithContext added in v0.0.26

func NewGetTasksParamsWithContext(ctx context.Context) *GetTasksParams

NewGetTasksParamsWithContext creates a new GetTasksParams object with the ability to set a context for a request.

func NewGetTasksParamsWithHTTPClient added in v0.0.26

func NewGetTasksParamsWithHTTPClient(client *http.Client) *GetTasksParams

NewGetTasksParamsWithHTTPClient creates a new GetTasksParams object with the ability to set a custom HTTPClient for a request.

func NewGetTasksParamsWithTimeout added in v0.0.26

func NewGetTasksParamsWithTimeout(timeout time.Duration) *GetTasksParams

NewGetTasksParamsWithTimeout creates a new GetTasksParams object with the ability to set a timeout on a request.

func (*GetTasksParams) SetAuthorization added in v0.0.26

func (o *GetTasksParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get tasks params

func (*GetTasksParams) SetContext added in v0.0.26

func (o *GetTasksParams) SetContext(ctx context.Context)

SetContext adds the context to the get tasks params

func (*GetTasksParams) SetDefaults added in v0.0.26

func (o *GetTasksParams) SetDefaults()

SetDefaults hydrates default values in the get tasks params (not the query body).

All values with no default are reset to their zero value.

func (*GetTasksParams) SetHTTPClient added in v0.0.26

func (o *GetTasksParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get tasks params

func (*GetTasksParams) SetID added in v0.0.26

func (o *GetTasksParams) SetID(id *string)

SetID adds the id to the get tasks params

func (*GetTasksParams) SetLimit added in v0.0.26

func (o *GetTasksParams) SetLimit(limit *int64)

SetLimit adds the limit to the get tasks params

func (*GetTasksParams) SetName added in v0.0.26

func (o *GetTasksParams) SetName(name *string)

SetName adds the name to the get tasks params

func (*GetTasksParams) SetOffset added in v0.0.26

func (o *GetTasksParams) SetOffset(offset *int64)

SetOffset adds the offset to the get tasks params

func (*GetTasksParams) SetStatus added in v0.0.26

func (o *GetTasksParams) SetStatus(status *string)

SetStatus adds the status to the get tasks params

func (*GetTasksParams) SetSubjectID added in v0.0.26

func (o *GetTasksParams) SetSubjectID(subjectID *string)

SetSubjectID adds the subjectId to the get tasks params

func (*GetTasksParams) SetSubjectKind added in v0.0.26

func (o *GetTasksParams) SetSubjectKind(subjectKind *string)

SetSubjectKind adds the subjectKind to the get tasks params

func (*GetTasksParams) SetTimeout added in v0.0.26

func (o *GetTasksParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get tasks params

func (*GetTasksParams) WithAuthorization added in v0.0.26

func (o *GetTasksParams) WithAuthorization(authorization string) *GetTasksParams

WithAuthorization adds the authorization to the get tasks params

func (*GetTasksParams) WithContext added in v0.0.26

func (o *GetTasksParams) WithContext(ctx context.Context) *GetTasksParams

WithContext adds the context to the get tasks params

func (*GetTasksParams) WithDefaults added in v0.0.26

func (o *GetTasksParams) WithDefaults() *GetTasksParams

WithDefaults hydrates default values in the get tasks params (not the query body).

All values with no default are reset to their zero value.

func (*GetTasksParams) WithHTTPClient added in v0.0.26

func (o *GetTasksParams) WithHTTPClient(client *http.Client) *GetTasksParams

WithHTTPClient adds the HTTPClient to the get tasks params

func (*GetTasksParams) WithID added in v0.0.26

func (o *GetTasksParams) WithID(id *string) *GetTasksParams

WithID adds the id to the get tasks params

func (*GetTasksParams) WithLimit added in v0.0.26

func (o *GetTasksParams) WithLimit(limit *int64) *GetTasksParams

WithLimit adds the limit to the get tasks params

func (*GetTasksParams) WithName added in v0.0.26

func (o *GetTasksParams) WithName(name *string) *GetTasksParams

WithName adds the name to the get tasks params

func (*GetTasksParams) WithOffset added in v0.0.26

func (o *GetTasksParams) WithOffset(offset *int64) *GetTasksParams

WithOffset adds the offset to the get tasks params

func (*GetTasksParams) WithStatus added in v0.0.26

func (o *GetTasksParams) WithStatus(status *string) *GetTasksParams

WithStatus adds the status to the get tasks params

func (*GetTasksParams) WithSubjectID added in v0.0.26

func (o *GetTasksParams) WithSubjectID(subjectID *string) *GetTasksParams

WithSubjectID adds the subjectID to the get tasks params

func (*GetTasksParams) WithSubjectKind added in v0.0.26

func (o *GetTasksParams) WithSubjectKind(subjectKind *string) *GetTasksParams

WithSubjectKind adds the subjectKind to the get tasks params

func (*GetTasksParams) WithTimeout added in v0.0.26

func (o *GetTasksParams) WithTimeout(timeout time.Duration) *GetTasksParams

WithTimeout adds the timeout to the get tasks params

func (*GetTasksParams) WriteToRequest added in v0.0.26

func (o *GetTasksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetTasksReader added in v0.0.26

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

GetTasksReader is a Reader for the GetTasks structure.

func (*GetTasksReader) ReadResponse added in v0.0.26

func (o *GetTasksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetTasksUnauthorized added in v0.0.26

type GetTasksUnauthorized struct {
	Payload *models.Error
}

GetTasksUnauthorized describes a response with status code 401, with default header values.

Authorization information is missing or invalid.

func NewGetTasksUnauthorized added in v0.0.26

func NewGetTasksUnauthorized() *GetTasksUnauthorized

NewGetTasksUnauthorized creates a GetTasksUnauthorized with default headers values

func (*GetTasksUnauthorized) Code added in v0.0.26

func (o *GetTasksUnauthorized) Code() int

Code gets the status code for the get tasks unauthorized response

func (*GetTasksUnauthorized) Error added in v0.0.26

func (o *GetTasksUnauthorized) Error() string

func (*GetTasksUnauthorized) GetPayload added in v0.0.26

func (o *GetTasksUnauthorized) GetPayload() *models.Error

func (*GetTasksUnauthorized) IsClientError added in v0.0.26

func (o *GetTasksUnauthorized) IsClientError() bool

IsClientError returns true when this get tasks unauthorized response has a 4xx status code

func (*GetTasksUnauthorized) IsCode added in v0.0.26

func (o *GetTasksUnauthorized) IsCode(code int) bool

IsCode returns true when this get tasks unauthorized response a status code equal to that given

func (*GetTasksUnauthorized) IsRedirect added in v0.0.26

func (o *GetTasksUnauthorized) IsRedirect() bool

IsRedirect returns true when this get tasks unauthorized response has a 3xx status code

func (*GetTasksUnauthorized) IsServerError added in v0.0.26

func (o *GetTasksUnauthorized) IsServerError() bool

IsServerError returns true when this get tasks unauthorized response has a 5xx status code

func (*GetTasksUnauthorized) IsSuccess added in v0.0.26

func (o *GetTasksUnauthorized) IsSuccess() bool

IsSuccess returns true when this get tasks unauthorized response has a 2xx status code

func (*GetTasksUnauthorized) String added in v0.0.26

func (o *GetTasksUnauthorized) String() string

type PatchClustersIDBadRequest added in v0.0.6

type PatchClustersIDBadRequest struct {
	Payload *models.Error
}

PatchClustersIDBadRequest describes a response with status code 400, with default header values.

Bad request.

func NewPatchClustersIDBadRequest added in v0.0.6

func NewPatchClustersIDBadRequest() *PatchClustersIDBadRequest

NewPatchClustersIDBadRequest creates a PatchClustersIDBadRequest with default headers values

func (*PatchClustersIDBadRequest) Code added in v0.0.6

func (o *PatchClustersIDBadRequest) Code() int

Code gets the status code for the patch clusters Id bad request response

func (*PatchClustersIDBadRequest) Error added in v0.0.6

func (o *PatchClustersIDBadRequest) Error() string

func (*PatchClustersIDBadRequest) GetPayload added in v0.0.6

func (o *PatchClustersIDBadRequest) GetPayload() *models.Error

func (*PatchClustersIDBadRequest) IsClientError added in v0.0.6

func (o *PatchClustersIDBadRequest) IsClientError() bool

IsClientError returns true when this patch clusters Id bad request response has a 4xx status code

func (*PatchClustersIDBadRequest) IsCode added in v0.0.6

func (o *PatchClustersIDBadRequest) IsCode(code int) bool

IsCode returns true when this patch clusters Id bad request response a status code equal to that given

func (*PatchClustersIDBadRequest) IsRedirect added in v0.0.6

func (o *PatchClustersIDBadRequest) IsRedirect() bool

IsRedirect returns true when this patch clusters Id bad request response has a 3xx status code

func (*PatchClustersIDBadRequest) IsServerError added in v0.0.6

func (o *PatchClustersIDBadRequest) IsServerError() bool

IsServerError returns true when this patch clusters Id bad request response has a 5xx status code

func (*PatchClustersIDBadRequest) IsSuccess added in v0.0.6

func (o *PatchClustersIDBadRequest) IsSuccess() bool

IsSuccess returns true when this patch clusters Id bad request response has a 2xx status code

func (*PatchClustersIDBadRequest) String added in v0.0.6

func (o *PatchClustersIDBadRequest) String() string

type PatchClustersIDOK added in v0.0.6

type PatchClustersIDOK struct {
	Payload *models.Cluster
}

PatchClustersIDOK describes a response with status code 200, with default header values.

Response containing the cluster definition.

func NewPatchClustersIDOK added in v0.0.6

func NewPatchClustersIDOK() *PatchClustersIDOK

NewPatchClustersIDOK creates a PatchClustersIDOK with default headers values

func (*PatchClustersIDOK) Code added in v0.0.6

func (o *PatchClustersIDOK) Code() int

Code gets the status code for the patch clusters Id o k response

func (*PatchClustersIDOK) Error added in v0.0.6

func (o *PatchClustersIDOK) Error() string

func (*PatchClustersIDOK) GetPayload added in v0.0.6

func (o *PatchClustersIDOK) GetPayload() *models.Cluster

func (*PatchClustersIDOK) IsClientError added in v0.0.6

func (o *PatchClustersIDOK) IsClientError() bool

IsClientError returns true when this patch clusters Id o k response has a 4xx status code

func (*PatchClustersIDOK) IsCode added in v0.0.6

func (o *PatchClustersIDOK) IsCode(code int) bool

IsCode returns true when this patch clusters Id o k response a status code equal to that given

func (*PatchClustersIDOK) IsRedirect added in v0.0.6

func (o *PatchClustersIDOK) IsRedirect() bool

IsRedirect returns true when this patch clusters Id o k response has a 3xx status code

func (*PatchClustersIDOK) IsServerError added in v0.0.6

func (o *PatchClustersIDOK) IsServerError() bool

IsServerError returns true when this patch clusters Id o k response has a 5xx status code

func (*PatchClustersIDOK) IsSuccess added in v0.0.6

func (o *PatchClustersIDOK) IsSuccess() bool

IsSuccess returns true when this patch clusters Id o k response has a 2xx status code

func (*PatchClustersIDOK) String added in v0.0.6

func (o *PatchClustersIDOK) String() string

type PatchClustersIDParams added in v0.0.6

type PatchClustersIDParams struct {

	// Authorization.
	//
	// Format: Bearer {access_token}
	Authorization string

	/* Body.

	   The cluster definition.
	*/
	Body *models.UpdateClusterInput

	/* ID.

	   ID of the cluster to update.

	   Format: uuid
	*/
	ID strfmt.UUID

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchClustersIDParams contains all the parameters to send to the API endpoint

for the patch clusters ID operation.

Typically these are written to a http.Request.

func NewPatchClustersIDParams added in v0.0.6

func NewPatchClustersIDParams() *PatchClustersIDParams

NewPatchClustersIDParams creates a new PatchClustersIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPatchClustersIDParamsWithContext added in v0.0.6

func NewPatchClustersIDParamsWithContext(ctx context.Context) *PatchClustersIDParams

NewPatchClustersIDParamsWithContext creates a new PatchClustersIDParams object with the ability to set a context for a request.

func NewPatchClustersIDParamsWithHTTPClient added in v0.0.6

func NewPatchClustersIDParamsWithHTTPClient(client *http.Client) *PatchClustersIDParams

NewPatchClustersIDParamsWithHTTPClient creates a new PatchClustersIDParams object with the ability to set a custom HTTPClient for a request.

func NewPatchClustersIDParamsWithTimeout added in v0.0.6

func NewPatchClustersIDParamsWithTimeout(timeout time.Duration) *PatchClustersIDParams

NewPatchClustersIDParamsWithTimeout creates a new PatchClustersIDParams object with the ability to set a timeout on a request.

func (*PatchClustersIDParams) SetAuthorization added in v0.0.6

func (o *PatchClustersIDParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the patch clusters ID params

func (*PatchClustersIDParams) SetBody added in v0.0.6

SetBody adds the body to the patch clusters ID params

func (*PatchClustersIDParams) SetContext added in v0.0.6

func (o *PatchClustersIDParams) SetContext(ctx context.Context)

SetContext adds the context to the patch clusters ID params

func (*PatchClustersIDParams) SetDefaults added in v0.0.6

func (o *PatchClustersIDParams) SetDefaults()

SetDefaults hydrates default values in the patch clusters ID params (not the query body).

All values with no default are reset to their zero value.

func (*PatchClustersIDParams) SetHTTPClient added in v0.0.6

func (o *PatchClustersIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch clusters ID params

func (*PatchClustersIDParams) SetID added in v0.0.6

func (o *PatchClustersIDParams) SetID(id strfmt.UUID)

SetID adds the id to the patch clusters ID params

func (*PatchClustersIDParams) SetTimeout added in v0.0.6

func (o *PatchClustersIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch clusters ID params

func (*PatchClustersIDParams) WithAuthorization added in v0.0.6

func (o *PatchClustersIDParams) WithAuthorization(authorization string) *PatchClustersIDParams

WithAuthorization adds the authorization to the patch clusters ID params

func (*PatchClustersIDParams) WithBody added in v0.0.6

WithBody adds the body to the patch clusters ID params

func (*PatchClustersIDParams) WithContext added in v0.0.6

WithContext adds the context to the patch clusters ID params

func (*PatchClustersIDParams) WithDefaults added in v0.0.6

func (o *PatchClustersIDParams) WithDefaults() *PatchClustersIDParams

WithDefaults hydrates default values in the patch clusters ID params (not the query body).

All values with no default are reset to their zero value.

func (*PatchClustersIDParams) WithHTTPClient added in v0.0.6

func (o *PatchClustersIDParams) WithHTTPClient(client *http.Client) *PatchClustersIDParams

WithHTTPClient adds the HTTPClient to the patch clusters ID params

func (*PatchClustersIDParams) WithID added in v0.0.6

WithID adds the id to the patch clusters ID params

func (*PatchClustersIDParams) WithTimeout added in v0.0.6

func (o *PatchClustersIDParams) WithTimeout(timeout time.Duration) *PatchClustersIDParams

WithTimeout adds the timeout to the patch clusters ID params

func (*PatchClustersIDParams) WriteToRequest added in v0.0.6

func (o *PatchClustersIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PatchClustersIDReader added in v0.0.6

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

PatchClustersIDReader is a Reader for the PatchClustersID structure.

func (*PatchClustersIDReader) ReadResponse added in v0.0.6

func (o *PatchClustersIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchClustersIDUnauthorized added in v0.0.6

type PatchClustersIDUnauthorized struct {
	Payload *models.Error
}

PatchClustersIDUnauthorized describes a response with status code 401, with default header values.

Authorization information is missing or invalid.

func NewPatchClustersIDUnauthorized added in v0.0.6

func NewPatchClustersIDUnauthorized() *PatchClustersIDUnauthorized

NewPatchClustersIDUnauthorized creates a PatchClustersIDUnauthorized with default headers values

func (*PatchClustersIDUnauthorized) Code added in v0.0.6

func (o *PatchClustersIDUnauthorized) Code() int

Code gets the status code for the patch clusters Id unauthorized response

func (*PatchClustersIDUnauthorized) Error added in v0.0.6

func (*PatchClustersIDUnauthorized) GetPayload added in v0.0.6

func (o *PatchClustersIDUnauthorized) GetPayload() *models.Error

func (*PatchClustersIDUnauthorized) IsClientError added in v0.0.6

func (o *PatchClustersIDUnauthorized) IsClientError() bool

IsClientError returns true when this patch clusters Id unauthorized response has a 4xx status code

func (*PatchClustersIDUnauthorized) IsCode added in v0.0.6

func (o *PatchClustersIDUnauthorized) IsCode(code int) bool

IsCode returns true when this patch clusters Id unauthorized response a status code equal to that given

func (*PatchClustersIDUnauthorized) IsRedirect added in v0.0.6

func (o *PatchClustersIDUnauthorized) IsRedirect() bool

IsRedirect returns true when this patch clusters Id unauthorized response has a 3xx status code

func (*PatchClustersIDUnauthorized) IsServerError added in v0.0.6

func (o *PatchClustersIDUnauthorized) IsServerError() bool

IsServerError returns true when this patch clusters Id unauthorized response has a 5xx status code

func (*PatchClustersIDUnauthorized) IsSuccess added in v0.0.6

func (o *PatchClustersIDUnauthorized) IsSuccess() bool

IsSuccess returns true when this patch clusters Id unauthorized response has a 2xx status code

func (*PatchClustersIDUnauthorized) String added in v0.0.6

func (o *PatchClustersIDUnauthorized) String() string

type PatchDatabasesIDBadRequest added in v0.0.6

type PatchDatabasesIDBadRequest struct {
	Payload *models.Error
}

PatchDatabasesIDBadRequest describes a response with status code 400, with default header values.

Bad request.

func NewPatchDatabasesIDBadRequest added in v0.0.6

func NewPatchDatabasesIDBadRequest() *PatchDatabasesIDBadRequest

NewPatchDatabasesIDBadRequest creates a PatchDatabasesIDBadRequest with default headers values

func (*PatchDatabasesIDBadRequest) Code added in v0.0.6

func (o *PatchDatabasesIDBadRequest) Code() int

Code gets the status code for the patch databases Id bad request response

func (*PatchDatabasesIDBadRequest) Error added in v0.0.6

func (*PatchDatabasesIDBadRequest) GetPayload added in v0.0.6

func (o *PatchDatabasesIDBadRequest) GetPayload() *models.Error

func (*PatchDatabasesIDBadRequest) IsClientError added in v0.0.6

func (o *PatchDatabasesIDBadRequest) IsClientError() bool

IsClientError returns true when this patch databases Id bad request response has a 4xx status code

func (*PatchDatabasesIDBadRequest) IsCode added in v0.0.6

func (o *PatchDatabasesIDBadRequest) IsCode(code int) bool

IsCode returns true when this patch databases Id bad request response a status code equal to that given

func (*PatchDatabasesIDBadRequest) IsRedirect added in v0.0.6

func (o *PatchDatabasesIDBadRequest) IsRedirect() bool

IsRedirect returns true when this patch databases Id bad request response has a 3xx status code

func (*PatchDatabasesIDBadRequest) IsServerError added in v0.0.6

func (o *PatchDatabasesIDBadRequest) IsServerError() bool

IsServerError returns true when this patch databases Id bad request response has a 5xx status code

func (*PatchDatabasesIDBadRequest) IsSuccess added in v0.0.6

func (o *PatchDatabasesIDBadRequest) IsSuccess() bool

IsSuccess returns true when this patch databases Id bad request response has a 2xx status code

func (*PatchDatabasesIDBadRequest) String added in v0.0.6

func (o *PatchDatabasesIDBadRequest) String() string

type PatchDatabasesIDOK added in v0.0.6

type PatchDatabasesIDOK struct {
	Payload *models.Database
}

PatchDatabasesIDOK describes a response with status code 200, with default header values.

Response containing the updated database definition.

func NewPatchDatabasesIDOK added in v0.0.6

func NewPatchDatabasesIDOK() *PatchDatabasesIDOK

NewPatchDatabasesIDOK creates a PatchDatabasesIDOK with default headers values

func (*PatchDatabasesIDOK) Code added in v0.0.6

func (o *PatchDatabasesIDOK) Code() int

Code gets the status code for the patch databases Id o k response

func (*PatchDatabasesIDOK) Error added in v0.0.6

func (o *PatchDatabasesIDOK) Error() string

func (*PatchDatabasesIDOK) GetPayload added in v0.0.6

func (o *PatchDatabasesIDOK) GetPayload() *models.Database

func (*PatchDatabasesIDOK) IsClientError added in v0.0.6

func (o *PatchDatabasesIDOK) IsClientError() bool

IsClientError returns true when this patch databases Id o k response has a 4xx status code

func (*PatchDatabasesIDOK) IsCode added in v0.0.6

func (o *PatchDatabasesIDOK) IsCode(code int) bool

IsCode returns true when this patch databases Id o k response a status code equal to that given

func (*PatchDatabasesIDOK) IsRedirect added in v0.0.6

func (o *PatchDatabasesIDOK) IsRedirect() bool

IsRedirect returns true when this patch databases Id o k response has a 3xx status code

func (*PatchDatabasesIDOK) IsServerError added in v0.0.6

func (o *PatchDatabasesIDOK) IsServerError() bool

IsServerError returns true when this patch databases Id o k response has a 5xx status code

func (*PatchDatabasesIDOK) IsSuccess added in v0.0.6

func (o *PatchDatabasesIDOK) IsSuccess() bool

IsSuccess returns true when this patch databases Id o k response has a 2xx status code

func (*PatchDatabasesIDOK) String added in v0.0.6

func (o *PatchDatabasesIDOK) String() string

type PatchDatabasesIDParams added in v0.0.6

type PatchDatabasesIDParams struct {

	// Authorization.
	//
	// Format: Bearer {access_token}
	Authorization string

	/* Body.

	   The database parameters to update.
	*/
	Body *models.UpdateDatabaseInput

	/* ID.

	   ID of the database to update.

	   Format: uuid
	*/
	ID strfmt.UUID

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchDatabasesIDParams contains all the parameters to send to the API endpoint

for the patch databases ID operation.

Typically these are written to a http.Request.

func NewPatchDatabasesIDParams added in v0.0.6

func NewPatchDatabasesIDParams() *PatchDatabasesIDParams

NewPatchDatabasesIDParams creates a new PatchDatabasesIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPatchDatabasesIDParamsWithContext added in v0.0.6

func NewPatchDatabasesIDParamsWithContext(ctx context.Context) *PatchDatabasesIDParams

NewPatchDatabasesIDParamsWithContext creates a new PatchDatabasesIDParams object with the ability to set a context for a request.

func NewPatchDatabasesIDParamsWithHTTPClient added in v0.0.6

func NewPatchDatabasesIDParamsWithHTTPClient(client *http.Client) *PatchDatabasesIDParams

NewPatchDatabasesIDParamsWithHTTPClient creates a new PatchDatabasesIDParams object with the ability to set a custom HTTPClient for a request.

func NewPatchDatabasesIDParamsWithTimeout added in v0.0.6

func NewPatchDatabasesIDParamsWithTimeout(timeout time.Duration) *PatchDatabasesIDParams

NewPatchDatabasesIDParamsWithTimeout creates a new PatchDatabasesIDParams object with the ability to set a timeout on a request.

func (*PatchDatabasesIDParams) SetAuthorization added in v0.0.6

func (o *PatchDatabasesIDParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the patch databases ID params

func (*PatchDatabasesIDParams) SetBody added in v0.0.6

SetBody adds the body to the patch databases ID params

func (*PatchDatabasesIDParams) SetContext added in v0.0.6

func (o *PatchDatabasesIDParams) SetContext(ctx context.Context)

SetContext adds the context to the patch databases ID params

func (*PatchDatabasesIDParams) SetDefaults added in v0.0.6

func (o *PatchDatabasesIDParams) SetDefaults()

SetDefaults hydrates default values in the patch databases ID params (not the query body).

All values with no default are reset to their zero value.

func (*PatchDatabasesIDParams) SetHTTPClient added in v0.0.6

func (o *PatchDatabasesIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch databases ID params

func (*PatchDatabasesIDParams) SetID added in v0.0.6

func (o *PatchDatabasesIDParams) SetID(id strfmt.UUID)

SetID adds the id to the patch databases ID params

func (*PatchDatabasesIDParams) SetTimeout added in v0.0.6

func (o *PatchDatabasesIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch databases ID params

func (*PatchDatabasesIDParams) WithAuthorization added in v0.0.6

func (o *PatchDatabasesIDParams) WithAuthorization(authorization string) *PatchDatabasesIDParams

WithAuthorization adds the authorization to the patch databases ID params

func (*PatchDatabasesIDParams) WithBody added in v0.0.6

WithBody adds the body to the patch databases ID params

func (*PatchDatabasesIDParams) WithContext added in v0.0.6

WithContext adds the context to the patch databases ID params

func (*PatchDatabasesIDParams) WithDefaults added in v0.0.6

WithDefaults hydrates default values in the patch databases ID params (not the query body).

All values with no default are reset to their zero value.

func (*PatchDatabasesIDParams) WithHTTPClient added in v0.0.6

func (o *PatchDatabasesIDParams) WithHTTPClient(client *http.Client) *PatchDatabasesIDParams

WithHTTPClient adds the HTTPClient to the patch databases ID params

func (*PatchDatabasesIDParams) WithID added in v0.0.6

WithID adds the id to the patch databases ID params

func (*PatchDatabasesIDParams) WithTimeout added in v0.0.6

WithTimeout adds the timeout to the patch databases ID params

func (*PatchDatabasesIDParams) WriteToRequest added in v0.0.6

WriteToRequest writes these params to a swagger request

type PatchDatabasesIDReader added in v0.0.6

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

PatchDatabasesIDReader is a Reader for the PatchDatabasesID structure.

func (*PatchDatabasesIDReader) ReadResponse added in v0.0.6

func (o *PatchDatabasesIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchDatabasesIDUnauthorized added in v0.0.6

type PatchDatabasesIDUnauthorized struct {
	Payload *models.Error
}

PatchDatabasesIDUnauthorized describes a response with status code 401, with default header values.

Authorization information is missing or invalid.

func NewPatchDatabasesIDUnauthorized added in v0.0.6

func NewPatchDatabasesIDUnauthorized() *PatchDatabasesIDUnauthorized

NewPatchDatabasesIDUnauthorized creates a PatchDatabasesIDUnauthorized with default headers values

func (*PatchDatabasesIDUnauthorized) Code added in v0.0.6

Code gets the status code for the patch databases Id unauthorized response

func (*PatchDatabasesIDUnauthorized) Error added in v0.0.6

func (*PatchDatabasesIDUnauthorized) GetPayload added in v0.0.6

func (o *PatchDatabasesIDUnauthorized) GetPayload() *models.Error

func (*PatchDatabasesIDUnauthorized) IsClientError added in v0.0.6

func (o *PatchDatabasesIDUnauthorized) IsClientError() bool

IsClientError returns true when this patch databases Id unauthorized response has a 4xx status code

func (*PatchDatabasesIDUnauthorized) IsCode added in v0.0.6

func (o *PatchDatabasesIDUnauthorized) IsCode(code int) bool

IsCode returns true when this patch databases Id unauthorized response a status code equal to that given

func (*PatchDatabasesIDUnauthorized) IsRedirect added in v0.0.6

func (o *PatchDatabasesIDUnauthorized) IsRedirect() bool

IsRedirect returns true when this patch databases Id unauthorized response has a 3xx status code

func (*PatchDatabasesIDUnauthorized) IsServerError added in v0.0.6

func (o *PatchDatabasesIDUnauthorized) IsServerError() bool

IsServerError returns true when this patch databases Id unauthorized response has a 5xx status code

func (*PatchDatabasesIDUnauthorized) IsSuccess added in v0.0.6

func (o *PatchDatabasesIDUnauthorized) IsSuccess() bool

IsSuccess returns true when this patch databases Id unauthorized response has a 2xx status code

func (*PatchDatabasesIDUnauthorized) String added in v0.0.6

type PostBackupStoresBadRequest added in v0.0.7

type PostBackupStoresBadRequest struct {
	Payload *models.Error
}

PostBackupStoresBadRequest describes a response with status code 400, with default header values.

Bad request.

func NewPostBackupStoresBadRequest added in v0.0.7

func NewPostBackupStoresBadRequest() *PostBackupStoresBadRequest

NewPostBackupStoresBadRequest creates a PostBackupStoresBadRequest with default headers values

func (*PostBackupStoresBadRequest) Code added in v0.0.7

func (o *PostBackupStoresBadRequest) Code() int

Code gets the status code for the post backup stores bad request response

func (*PostBackupStoresBadRequest) Error added in v0.0.7

func (*PostBackupStoresBadRequest) GetPayload added in v0.0.7

func (o *PostBackupStoresBadRequest) GetPayload() *models.Error

func (*PostBackupStoresBadRequest) IsClientError added in v0.0.7

func (o *PostBackupStoresBadRequest) IsClientError() bool

IsClientError returns true when this post backup stores bad request response has a 4xx status code

func (*PostBackupStoresBadRequest) IsCode added in v0.0.7

func (o *PostBackupStoresBadRequest) IsCode(code int) bool

IsCode returns true when this post backup stores bad request response a status code equal to that given

func (*PostBackupStoresBadRequest) IsRedirect added in v0.0.7

func (o *PostBackupStoresBadRequest) IsRedirect() bool

IsRedirect returns true when this post backup stores bad request response has a 3xx status code

func (*PostBackupStoresBadRequest) IsServerError added in v0.0.7

func (o *PostBackupStoresBadRequest) IsServerError() bool

IsServerError returns true when this post backup stores bad request response has a 5xx status code

func (*PostBackupStoresBadRequest) IsSuccess added in v0.0.7

func (o *PostBackupStoresBadRequest) IsSuccess() bool

IsSuccess returns true when this post backup stores bad request response has a 2xx status code

func (*PostBackupStoresBadRequest) String added in v0.0.7

func (o *PostBackupStoresBadRequest) String() string

type PostBackupStoresOK added in v0.0.7

type PostBackupStoresOK struct {
	Payload *models.BackupStore
}

PostBackupStoresOK describes a response with status code 200, with default header values.

Response containing the backup store details.

func NewPostBackupStoresOK added in v0.0.7

func NewPostBackupStoresOK() *PostBackupStoresOK

NewPostBackupStoresOK creates a PostBackupStoresOK with default headers values

func (*PostBackupStoresOK) Code added in v0.0.7

func (o *PostBackupStoresOK) Code() int

Code gets the status code for the post backup stores o k response

func (*PostBackupStoresOK) Error added in v0.0.7

func (o *PostBackupStoresOK) Error() string

func (*PostBackupStoresOK) GetPayload added in v0.0.7

func (o *PostBackupStoresOK) GetPayload() *models.BackupStore

func (*PostBackupStoresOK) IsClientError added in v0.0.7

func (o *PostBackupStoresOK) IsClientError() bool

IsClientError returns true when this post backup stores o k response has a 4xx status code

func (*PostBackupStoresOK) IsCode added in v0.0.7

func (o *PostBackupStoresOK) IsCode(code int) bool

IsCode returns true when this post backup stores o k response a status code equal to that given

func (*PostBackupStoresOK) IsRedirect added in v0.0.7

func (o *PostBackupStoresOK) IsRedirect() bool

IsRedirect returns true when this post backup stores o k response has a 3xx status code

func (*PostBackupStoresOK) IsServerError added in v0.0.7

func (o *PostBackupStoresOK) IsServerError() bool

IsServerError returns true when this post backup stores o k response has a 5xx status code

func (*PostBackupStoresOK) IsSuccess added in v0.0.7

func (o *PostBackupStoresOK) IsSuccess() bool

IsSuccess returns true when this post backup stores o k response has a 2xx status code

func (*PostBackupStoresOK) String added in v0.0.7

func (o *PostBackupStoresOK) String() string

type PostBackupStoresParams added in v0.0.7

type PostBackupStoresParams struct {

	// Authorization.
	//
	// Format: Bearer {access_token}
	Authorization string

	/* Body.

	   The backup store details.
	*/
	Body *models.CreateBackupStoreInput

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostBackupStoresParams contains all the parameters to send to the API endpoint

for the post backup stores operation.

Typically these are written to a http.Request.

func NewPostBackupStoresParams added in v0.0.7

func NewPostBackupStoresParams() *PostBackupStoresParams

NewPostBackupStoresParams creates a new PostBackupStoresParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostBackupStoresParamsWithContext added in v0.0.7

func NewPostBackupStoresParamsWithContext(ctx context.Context) *PostBackupStoresParams

NewPostBackupStoresParamsWithContext creates a new PostBackupStoresParams object with the ability to set a context for a request.

func NewPostBackupStoresParamsWithHTTPClient added in v0.0.7

func NewPostBackupStoresParamsWithHTTPClient(client *http.Client) *PostBackupStoresParams

NewPostBackupStoresParamsWithHTTPClient creates a new PostBackupStoresParams object with the ability to set a custom HTTPClient for a request.

func NewPostBackupStoresParamsWithTimeout added in v0.0.7

func NewPostBackupStoresParamsWithTimeout(timeout time.Duration) *PostBackupStoresParams

NewPostBackupStoresParamsWithTimeout creates a new PostBackupStoresParams object with the ability to set a timeout on a request.

func (*PostBackupStoresParams) SetAuthorization added in v0.0.7

func (o *PostBackupStoresParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the post backup stores params

func (*PostBackupStoresParams) SetBody added in v0.0.7

SetBody adds the body to the post backup stores params

func (*PostBackupStoresParams) SetContext added in v0.0.7

func (o *PostBackupStoresParams) SetContext(ctx context.Context)

SetContext adds the context to the post backup stores params

func (*PostBackupStoresParams) SetDefaults added in v0.0.7

func (o *PostBackupStoresParams) SetDefaults()

SetDefaults hydrates default values in the post backup stores params (not the query body).

All values with no default are reset to their zero value.

func (*PostBackupStoresParams) SetHTTPClient added in v0.0.7

func (o *PostBackupStoresParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post backup stores params

func (*PostBackupStoresParams) SetTimeout added in v0.0.7

func (o *PostBackupStoresParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post backup stores params

func (*PostBackupStoresParams) WithAuthorization added in v0.0.7

func (o *PostBackupStoresParams) WithAuthorization(authorization string) *PostBackupStoresParams

WithAuthorization adds the authorization to the post backup stores params

func (*PostBackupStoresParams) WithBody added in v0.0.7

WithBody adds the body to the post backup stores params

func (*PostBackupStoresParams) WithContext added in v0.0.7

WithContext adds the context to the post backup stores params

func (*PostBackupStoresParams) WithDefaults added in v0.0.7

WithDefaults hydrates default values in the post backup stores params (not the query body).

All values with no default are reset to their zero value.

func (*PostBackupStoresParams) WithHTTPClient added in v0.0.7

func (o *PostBackupStoresParams) WithHTTPClient(client *http.Client) *PostBackupStoresParams

WithHTTPClient adds the HTTPClient to the post backup stores params

func (*PostBackupStoresParams) WithTimeout added in v0.0.7

WithTimeout adds the timeout to the post backup stores params

func (*PostBackupStoresParams) WriteToRequest added in v0.0.7

WriteToRequest writes these params to a swagger request

type PostBackupStoresReader added in v0.0.7

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

PostBackupStoresReader is a Reader for the PostBackupStores structure.

func (*PostBackupStoresReader) ReadResponse added in v0.0.7

func (o *PostBackupStoresReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostBackupStoresUnauthorized added in v0.0.7

type PostBackupStoresUnauthorized struct {
	Payload *models.Error
}

PostBackupStoresUnauthorized describes a response with status code 401, with default header values.

Authorization information is missing or invalid.

func NewPostBackupStoresUnauthorized added in v0.0.7

func NewPostBackupStoresUnauthorized() *PostBackupStoresUnauthorized

NewPostBackupStoresUnauthorized creates a PostBackupStoresUnauthorized with default headers values

func (*PostBackupStoresUnauthorized) Code added in v0.0.7

Code gets the status code for the post backup stores unauthorized response

func (*PostBackupStoresUnauthorized) Error added in v0.0.7

func (*PostBackupStoresUnauthorized) GetPayload added in v0.0.7

func (o *PostBackupStoresUnauthorized) GetPayload() *models.Error

func (*PostBackupStoresUnauthorized) IsClientError added in v0.0.7

func (o *PostBackupStoresUnauthorized) IsClientError() bool

IsClientError returns true when this post backup stores unauthorized response has a 4xx status code

func (*PostBackupStoresUnauthorized) IsCode added in v0.0.7

func (o *PostBackupStoresUnauthorized) IsCode(code int) bool

IsCode returns true when this post backup stores unauthorized response a status code equal to that given

func (*PostBackupStoresUnauthorized) IsRedirect added in v0.0.7

func (o *PostBackupStoresUnauthorized) IsRedirect() bool

IsRedirect returns true when this post backup stores unauthorized response has a 3xx status code

func (*PostBackupStoresUnauthorized) IsServerError added in v0.0.7

func (o *PostBackupStoresUnauthorized) IsServerError() bool

IsServerError returns true when this post backup stores unauthorized response has a 5xx status code

func (*PostBackupStoresUnauthorized) IsSuccess added in v0.0.7

func (o *PostBackupStoresUnauthorized) IsSuccess() bool

IsSuccess returns true when this post backup stores unauthorized response has a 2xx status code

func (*PostBackupStoresUnauthorized) String added in v0.0.7

type PostCloudAccountsBadRequest added in v0.0.7

type PostCloudAccountsBadRequest struct {
	Payload *models.Error
}

PostCloudAccountsBadRequest describes a response with status code 400, with default header values.

Bad request.

func NewPostCloudAccountsBadRequest added in v0.0.7

func NewPostCloudAccountsBadRequest() *PostCloudAccountsBadRequest

NewPostCloudAccountsBadRequest creates a PostCloudAccountsBadRequest with default headers values

func (*PostCloudAccountsBadRequest) Code added in v0.0.7

func (o *PostCloudAccountsBadRequest) Code() int

Code gets the status code for the post cloud accounts bad request response

func (*PostCloudAccountsBadRequest) Error added in v0.0.7

func (*PostCloudAccountsBadRequest) GetPayload added in v0.0.7

func (o *PostCloudAccountsBadRequest) GetPayload() *models.Error

func (*PostCloudAccountsBadRequest) IsClientError added in v0.0.7

func (o *PostCloudAccountsBadRequest) IsClientError() bool

IsClientError returns true when this post cloud accounts bad request response has a 4xx status code

func (*PostCloudAccountsBadRequest) IsCode added in v0.0.7

func (o *PostCloudAccountsBadRequest) IsCode(code int) bool

IsCode returns true when this post cloud accounts bad request response a status code equal to that given

func (*PostCloudAccountsBadRequest) IsRedirect added in v0.0.7

func (o *PostCloudAccountsBadRequest) IsRedirect() bool

IsRedirect returns true when this post cloud accounts bad request response has a 3xx status code

func (*PostCloudAccountsBadRequest) IsServerError added in v0.0.7

func (o *PostCloudAccountsBadRequest) IsServerError() bool

IsServerError returns true when this post cloud accounts bad request response has a 5xx status code

func (*PostCloudAccountsBadRequest) IsSuccess added in v0.0.7

func (o *PostCloudAccountsBadRequest) IsSuccess() bool

IsSuccess returns true when this post cloud accounts bad request response has a 2xx status code

func (*PostCloudAccountsBadRequest) String added in v0.0.7

func (o *PostCloudAccountsBadRequest) String() string

type PostCloudAccountsOK added in v0.0.7

type PostCloudAccountsOK struct {
	Payload *models.CloudAccount
}

PostCloudAccountsOK describes a response with status code 200, with default header values.

Response containing the cloud account details.

func NewPostCloudAccountsOK added in v0.0.7

func NewPostCloudAccountsOK() *PostCloudAccountsOK

NewPostCloudAccountsOK creates a PostCloudAccountsOK with default headers values

func (*PostCloudAccountsOK) Code added in v0.0.7

func (o *PostCloudAccountsOK) Code() int

Code gets the status code for the post cloud accounts o k response

func (*PostCloudAccountsOK) Error added in v0.0.7

func (o *PostCloudAccountsOK) Error() string

func (*PostCloudAccountsOK) GetPayload added in v0.0.7

func (o *PostCloudAccountsOK) GetPayload() *models.CloudAccount

func (*PostCloudAccountsOK) IsClientError added in v0.0.7

func (o *PostCloudAccountsOK) IsClientError() bool

IsClientError returns true when this post cloud accounts o k response has a 4xx status code

func (*PostCloudAccountsOK) IsCode added in v0.0.7

func (o *PostCloudAccountsOK) IsCode(code int) bool

IsCode returns true when this post cloud accounts o k response a status code equal to that given

func (*PostCloudAccountsOK) IsRedirect added in v0.0.7

func (o *PostCloudAccountsOK) IsRedirect() bool

IsRedirect returns true when this post cloud accounts o k response has a 3xx status code

func (*PostCloudAccountsOK) IsServerError added in v0.0.7

func (o *PostCloudAccountsOK) IsServerError() bool

IsServerError returns true when this post cloud accounts o k response has a 5xx status code

func (*PostCloudAccountsOK) IsSuccess added in v0.0.7

func (o *PostCloudAccountsOK) IsSuccess() bool

IsSuccess returns true when this post cloud accounts o k response has a 2xx status code

func (*PostCloudAccountsOK) String added in v0.0.7

func (o *PostCloudAccountsOK) String() string

type PostCloudAccountsParams added in v0.0.7

type PostCloudAccountsParams struct {

	// Authorization.
	//
	// Format: Bearer {access_token}
	Authorization string

	/* Body.

	   The cloud account details.
	*/
	Body *models.CreateCloudAccountInput

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostCloudAccountsParams contains all the parameters to send to the API endpoint

for the post cloud accounts operation.

Typically these are written to a http.Request.

func NewPostCloudAccountsParams added in v0.0.7

func NewPostCloudAccountsParams() *PostCloudAccountsParams

NewPostCloudAccountsParams creates a new PostCloudAccountsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostCloudAccountsParamsWithContext added in v0.0.7

func NewPostCloudAccountsParamsWithContext(ctx context.Context) *PostCloudAccountsParams

NewPostCloudAccountsParamsWithContext creates a new PostCloudAccountsParams object with the ability to set a context for a request.

func NewPostCloudAccountsParamsWithHTTPClient added in v0.0.7

func NewPostCloudAccountsParamsWithHTTPClient(client *http.Client) *PostCloudAccountsParams

NewPostCloudAccountsParamsWithHTTPClient creates a new PostCloudAccountsParams object with the ability to set a custom HTTPClient for a request.

func NewPostCloudAccountsParamsWithTimeout added in v0.0.7

func NewPostCloudAccountsParamsWithTimeout(timeout time.Duration) *PostCloudAccountsParams

NewPostCloudAccountsParamsWithTimeout creates a new PostCloudAccountsParams object with the ability to set a timeout on a request.

func (*PostCloudAccountsParams) SetAuthorization added in v0.0.7

func (o *PostCloudAccountsParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the post cloud accounts params

func (*PostCloudAccountsParams) SetBody added in v0.0.7

SetBody adds the body to the post cloud accounts params

func (*PostCloudAccountsParams) SetContext added in v0.0.7

func (o *PostCloudAccountsParams) SetContext(ctx context.Context)

SetContext adds the context to the post cloud accounts params

func (*PostCloudAccountsParams) SetDefaults added in v0.0.7

func (o *PostCloudAccountsParams) SetDefaults()

SetDefaults hydrates default values in the post cloud accounts params (not the query body).

All values with no default are reset to their zero value.

func (*PostCloudAccountsParams) SetHTTPClient added in v0.0.7

func (o *PostCloudAccountsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post cloud accounts params

func (*PostCloudAccountsParams) SetTimeout added in v0.0.7

func (o *PostCloudAccountsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post cloud accounts params

func (*PostCloudAccountsParams) WithAuthorization added in v0.0.7

func (o *PostCloudAccountsParams) WithAuthorization(authorization string) *PostCloudAccountsParams

WithAuthorization adds the authorization to the post cloud accounts params

func (*PostCloudAccountsParams) WithBody added in v0.0.7

WithBody adds the body to the post cloud accounts params

func (*PostCloudAccountsParams) WithContext added in v0.0.7

WithContext adds the context to the post cloud accounts params

func (*PostCloudAccountsParams) WithDefaults added in v0.0.7

WithDefaults hydrates default values in the post cloud accounts params (not the query body).

All values with no default are reset to their zero value.

func (*PostCloudAccountsParams) WithHTTPClient added in v0.0.7

func (o *PostCloudAccountsParams) WithHTTPClient(client *http.Client) *PostCloudAccountsParams

WithHTTPClient adds the HTTPClient to the post cloud accounts params

func (*PostCloudAccountsParams) WithTimeout added in v0.0.7

WithTimeout adds the timeout to the post cloud accounts params

func (*PostCloudAccountsParams) WriteToRequest added in v0.0.7

WriteToRequest writes these params to a swagger request

type PostCloudAccountsReader added in v0.0.7

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

PostCloudAccountsReader is a Reader for the PostCloudAccounts structure.

func (*PostCloudAccountsReader) ReadResponse added in v0.0.7

func (o *PostCloudAccountsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostCloudAccountsUnauthorized added in v0.0.7

type PostCloudAccountsUnauthorized struct {
	Payload *models.Error
}

PostCloudAccountsUnauthorized describes a response with status code 401, with default header values.

Authorization information is missing or invalid.

func NewPostCloudAccountsUnauthorized added in v0.0.7

func NewPostCloudAccountsUnauthorized() *PostCloudAccountsUnauthorized

NewPostCloudAccountsUnauthorized creates a PostCloudAccountsUnauthorized with default headers values

func (*PostCloudAccountsUnauthorized) Code added in v0.0.7

Code gets the status code for the post cloud accounts unauthorized response

func (*PostCloudAccountsUnauthorized) Error added in v0.0.7

func (*PostCloudAccountsUnauthorized) GetPayload added in v0.0.7

func (o *PostCloudAccountsUnauthorized) GetPayload() *models.Error

func (*PostCloudAccountsUnauthorized) IsClientError added in v0.0.7

func (o *PostCloudAccountsUnauthorized) IsClientError() bool

IsClientError returns true when this post cloud accounts unauthorized response has a 4xx status code

func (*PostCloudAccountsUnauthorized) IsCode added in v0.0.7

func (o *PostCloudAccountsUnauthorized) IsCode(code int) bool

IsCode returns true when this post cloud accounts unauthorized response a status code equal to that given

func (*PostCloudAccountsUnauthorized) IsRedirect added in v0.0.7

func (o *PostCloudAccountsUnauthorized) IsRedirect() bool

IsRedirect returns true when this post cloud accounts unauthorized response has a 3xx status code

func (*PostCloudAccountsUnauthorized) IsServerError added in v0.0.7

func (o *PostCloudAccountsUnauthorized) IsServerError() bool

IsServerError returns true when this post cloud accounts unauthorized response has a 5xx status code

func (*PostCloudAccountsUnauthorized) IsSuccess added in v0.0.7

func (o *PostCloudAccountsUnauthorized) IsSuccess() bool

IsSuccess returns true when this post cloud accounts unauthorized response has a 2xx status code

func (*PostCloudAccountsUnauthorized) String added in v0.0.7

type PostClustersBadRequest added in v0.0.6

type PostClustersBadRequest struct {
	Payload *models.Error
}

PostClustersBadRequest describes a response with status code 400, with default header values.

Bad request.

func NewPostClustersBadRequest added in v0.0.6

func NewPostClustersBadRequest() *PostClustersBadRequest

NewPostClustersBadRequest creates a PostClustersBadRequest with default headers values

func (*PostClustersBadRequest) Code added in v0.0.6

func (o *PostClustersBadRequest) Code() int

Code gets the status code for the post clusters bad request response

func (*PostClustersBadRequest) Error added in v0.0.6

func (o *PostClustersBadRequest) Error() string

func (*PostClustersBadRequest) GetPayload added in v0.0.6

func (o *PostClustersBadRequest) GetPayload() *models.Error

func (*PostClustersBadRequest) IsClientError added in v0.0.6

func (o *PostClustersBadRequest) IsClientError() bool

IsClientError returns true when this post clusters bad request response has a 4xx status code

func (*PostClustersBadRequest) IsCode added in v0.0.6

func (o *PostClustersBadRequest) IsCode(code int) bool

IsCode returns true when this post clusters bad request response a status code equal to that given

func (*PostClustersBadRequest) IsRedirect added in v0.0.6

func (o *PostClustersBadRequest) IsRedirect() bool

IsRedirect returns true when this post clusters bad request response has a 3xx status code

func (*PostClustersBadRequest) IsServerError added in v0.0.6

func (o *PostClustersBadRequest) IsServerError() bool

IsServerError returns true when this post clusters bad request response has a 5xx status code

func (*PostClustersBadRequest) IsSuccess added in v0.0.6

func (o *PostClustersBadRequest) IsSuccess() bool

IsSuccess returns true when this post clusters bad request response has a 2xx status code

func (*PostClustersBadRequest) String added in v0.0.6

func (o *PostClustersBadRequest) String() string

type PostClustersOK

type PostClustersOK struct {
	Payload *models.Cluster
}

PostClustersOK describes a response with status code 200, with default header values.

Response containing the cluster definition.

func NewPostClustersOK

func NewPostClustersOK() *PostClustersOK

NewPostClustersOK creates a PostClustersOK with default headers values

func (*PostClustersOK) Code

func (o *PostClustersOK) Code() int

Code gets the status code for the post clusters o k response

func (*PostClustersOK) Error

func (o *PostClustersOK) Error() string

func (*PostClustersOK) GetPayload

func (o *PostClustersOK) GetPayload() *models.Cluster

func (*PostClustersOK) IsClientError

func (o *PostClustersOK) IsClientError() bool

IsClientError returns true when this post clusters o k response has a 4xx status code

func (*PostClustersOK) IsCode

func (o *PostClustersOK) IsCode(code int) bool

IsCode returns true when this post clusters o k response a status code equal to that given

func (*PostClustersOK) IsRedirect

func (o *PostClustersOK) IsRedirect() bool

IsRedirect returns true when this post clusters o k response has a 3xx status code

func (*PostClustersOK) IsServerError

func (o *PostClustersOK) IsServerError() bool

IsServerError returns true when this post clusters o k response has a 5xx status code

func (*PostClustersOK) IsSuccess

func (o *PostClustersOK) IsSuccess() bool

IsSuccess returns true when this post clusters o k response has a 2xx status code

func (*PostClustersOK) String

func (o *PostClustersOK) String() string

type PostClustersParams

type PostClustersParams struct {

	// Authorization.
	Authorization string

	/* Body.

	   The cluster definition.
	*/
	Body *models.CreateClusterInput

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostClustersParams contains all the parameters to send to the API endpoint

for the post clusters operation.

Typically these are written to a http.Request.

func NewPostClustersParams

func NewPostClustersParams() *PostClustersParams

NewPostClustersParams creates a new PostClustersParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostClustersParamsWithContext

func NewPostClustersParamsWithContext(ctx context.Context) *PostClustersParams

NewPostClustersParamsWithContext creates a new PostClustersParams object with the ability to set a context for a request.

func NewPostClustersParamsWithHTTPClient

func NewPostClustersParamsWithHTTPClient(client *http.Client) *PostClustersParams

NewPostClustersParamsWithHTTPClient creates a new PostClustersParams object with the ability to set a custom HTTPClient for a request.

func NewPostClustersParamsWithTimeout

func NewPostClustersParamsWithTimeout(timeout time.Duration) *PostClustersParams

NewPostClustersParamsWithTimeout creates a new PostClustersParams object with the ability to set a timeout on a request.

func (*PostClustersParams) SetAuthorization

func (o *PostClustersParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the post clusters params

func (*PostClustersParams) SetBody

func (o *PostClustersParams) SetBody(body *models.CreateClusterInput)

SetBody adds the body to the post clusters params

func (*PostClustersParams) SetContext

func (o *PostClustersParams) SetContext(ctx context.Context)

SetContext adds the context to the post clusters params

func (*PostClustersParams) SetDefaults

func (o *PostClustersParams) SetDefaults()

SetDefaults hydrates default values in the post clusters params (not the query body).

All values with no default are reset to their zero value.

func (*PostClustersParams) SetHTTPClient

func (o *PostClustersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post clusters params

func (*PostClustersParams) SetTimeout

func (o *PostClustersParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post clusters params

func (*PostClustersParams) WithAuthorization

func (o *PostClustersParams) WithAuthorization(authorization string) *PostClustersParams

WithAuthorization adds the authorization to the post clusters params

func (*PostClustersParams) WithBody

WithBody adds the body to the post clusters params

func (*PostClustersParams) WithContext

WithContext adds the context to the post clusters params

func (*PostClustersParams) WithDefaults

func (o *PostClustersParams) WithDefaults() *PostClustersParams

WithDefaults hydrates default values in the post clusters params (not the query body).

All values with no default are reset to their zero value.

func (*PostClustersParams) WithHTTPClient

func (o *PostClustersParams) WithHTTPClient(client *http.Client) *PostClustersParams

WithHTTPClient adds the HTTPClient to the post clusters params

func (*PostClustersParams) WithTimeout

func (o *PostClustersParams) WithTimeout(timeout time.Duration) *PostClustersParams

WithTimeout adds the timeout to the post clusters params

func (*PostClustersParams) WriteToRequest

func (o *PostClustersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostClustersReader

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

PostClustersReader is a Reader for the PostClusters structure.

func (*PostClustersReader) ReadResponse

func (o *PostClustersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostClustersUnauthorized

type PostClustersUnauthorized struct {
	Payload *models.Error
}

PostClustersUnauthorized describes a response with status code 401, with default header values.

Authorization information is missing or invalid.

func NewPostClustersUnauthorized

func NewPostClustersUnauthorized() *PostClustersUnauthorized

NewPostClustersUnauthorized creates a PostClustersUnauthorized with default headers values

func (*PostClustersUnauthorized) Code

func (o *PostClustersUnauthorized) Code() int

Code gets the status code for the post clusters unauthorized response

func (*PostClustersUnauthorized) Error

func (o *PostClustersUnauthorized) Error() string

func (*PostClustersUnauthorized) GetPayload added in v0.0.6

func (o *PostClustersUnauthorized) GetPayload() *models.Error

func (*PostClustersUnauthorized) IsClientError

func (o *PostClustersUnauthorized) IsClientError() bool

IsClientError returns true when this post clusters unauthorized response has a 4xx status code

func (*PostClustersUnauthorized) IsCode

func (o *PostClustersUnauthorized) IsCode(code int) bool

IsCode returns true when this post clusters unauthorized response a status code equal to that given

func (*PostClustersUnauthorized) IsRedirect

func (o *PostClustersUnauthorized) IsRedirect() bool

IsRedirect returns true when this post clusters unauthorized response has a 3xx status code

func (*PostClustersUnauthorized) IsServerError

func (o *PostClustersUnauthorized) IsServerError() bool

IsServerError returns true when this post clusters unauthorized response has a 5xx status code

func (*PostClustersUnauthorized) IsSuccess

func (o *PostClustersUnauthorized) IsSuccess() bool

IsSuccess returns true when this post clusters unauthorized response has a 2xx status code

func (*PostClustersUnauthorized) String

func (o *PostClustersUnauthorized) String() string

type PostDatabasesBadRequest added in v0.0.6

type PostDatabasesBadRequest struct {
	Payload *models.Error
}

PostDatabasesBadRequest describes a response with status code 400, with default header values.

Bad request.

func NewPostDatabasesBadRequest added in v0.0.6

func NewPostDatabasesBadRequest() *PostDatabasesBadRequest

NewPostDatabasesBadRequest creates a PostDatabasesBadRequest with default headers values

func (*PostDatabasesBadRequest) Code added in v0.0.6

func (o *PostDatabasesBadRequest) Code() int

Code gets the status code for the post databases bad request response

func (*PostDatabasesBadRequest) Error added in v0.0.6

func (o *PostDatabasesBadRequest) Error() string

func (*PostDatabasesBadRequest) GetPayload added in v0.0.6

func (o *PostDatabasesBadRequest) GetPayload() *models.Error

func (*PostDatabasesBadRequest) IsClientError added in v0.0.6

func (o *PostDatabasesBadRequest) IsClientError() bool

IsClientError returns true when this post databases bad request response has a 4xx status code

func (*PostDatabasesBadRequest) IsCode added in v0.0.6

func (o *PostDatabasesBadRequest) IsCode(code int) bool

IsCode returns true when this post databases bad request response a status code equal to that given

func (*PostDatabasesBadRequest) IsRedirect added in v0.0.6

func (o *PostDatabasesBadRequest) IsRedirect() bool

IsRedirect returns true when this post databases bad request response has a 3xx status code

func (*PostDatabasesBadRequest) IsServerError added in v0.0.6

func (o *PostDatabasesBadRequest) IsServerError() bool

IsServerError returns true when this post databases bad request response has a 5xx status code

func (*PostDatabasesBadRequest) IsSuccess added in v0.0.6

func (o *PostDatabasesBadRequest) IsSuccess() bool

IsSuccess returns true when this post databases bad request response has a 2xx status code

func (*PostDatabasesBadRequest) String added in v0.0.6

func (o *PostDatabasesBadRequest) String() string

type PostDatabasesOK

type PostDatabasesOK struct {
	Payload *models.Database
}

PostDatabasesOK describes a response with status code 200, with default header values.

Response containing the database definition.

func NewPostDatabasesOK

func NewPostDatabasesOK() *PostDatabasesOK

NewPostDatabasesOK creates a PostDatabasesOK with default headers values

func (*PostDatabasesOK) Code

func (o *PostDatabasesOK) Code() int

Code gets the status code for the post databases o k response

func (*PostDatabasesOK) Error

func (o *PostDatabasesOK) Error() string

func (*PostDatabasesOK) GetPayload

func (o *PostDatabasesOK) GetPayload() *models.Database

func (*PostDatabasesOK) IsClientError

func (o *PostDatabasesOK) IsClientError() bool

IsClientError returns true when this post databases o k response has a 4xx status code

func (*PostDatabasesOK) IsCode

func (o *PostDatabasesOK) IsCode(code int) bool

IsCode returns true when this post databases o k response a status code equal to that given

func (*PostDatabasesOK) IsRedirect

func (o *PostDatabasesOK) IsRedirect() bool

IsRedirect returns true when this post databases o k response has a 3xx status code

func (*PostDatabasesOK) IsServerError

func (o *PostDatabasesOK) IsServerError() bool

IsServerError returns true when this post databases o k response has a 5xx status code

func (*PostDatabasesOK) IsSuccess

func (o *PostDatabasesOK) IsSuccess() bool

IsSuccess returns true when this post databases o k response has a 2xx status code

func (*PostDatabasesOK) String

func (o *PostDatabasesOK) String() string

type PostDatabasesParams

type PostDatabasesParams struct {

	// Authorization.
	//
	// Format: Bearer {access_token}
	Authorization string

	/* Body.

	   The database definition.
	*/
	Body *models.CreateDatabaseInput

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostDatabasesParams contains all the parameters to send to the API endpoint

for the post databases operation.

Typically these are written to a http.Request.

func NewPostDatabasesParams

func NewPostDatabasesParams() *PostDatabasesParams

NewPostDatabasesParams creates a new PostDatabasesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostDatabasesParamsWithContext

func NewPostDatabasesParamsWithContext(ctx context.Context) *PostDatabasesParams

NewPostDatabasesParamsWithContext creates a new PostDatabasesParams object with the ability to set a context for a request.

func NewPostDatabasesParamsWithHTTPClient

func NewPostDatabasesParamsWithHTTPClient(client *http.Client) *PostDatabasesParams

NewPostDatabasesParamsWithHTTPClient creates a new PostDatabasesParams object with the ability to set a custom HTTPClient for a request.

func NewPostDatabasesParamsWithTimeout

func NewPostDatabasesParamsWithTimeout(timeout time.Duration) *PostDatabasesParams

NewPostDatabasesParamsWithTimeout creates a new PostDatabasesParams object with the ability to set a timeout on a request.

func (*PostDatabasesParams) SetAuthorization

func (o *PostDatabasesParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the post databases params

func (*PostDatabasesParams) SetBody

SetBody adds the body to the post databases params

func (*PostDatabasesParams) SetContext

func (o *PostDatabasesParams) SetContext(ctx context.Context)

SetContext adds the context to the post databases params

func (*PostDatabasesParams) SetDefaults

func (o *PostDatabasesParams) SetDefaults()

SetDefaults hydrates default values in the post databases params (not the query body).

All values with no default are reset to their zero value.

func (*PostDatabasesParams) SetHTTPClient

func (o *PostDatabasesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post databases params

func (*PostDatabasesParams) SetTimeout

func (o *PostDatabasesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post databases params

func (*PostDatabasesParams) WithAuthorization

func (o *PostDatabasesParams) WithAuthorization(authorization string) *PostDatabasesParams

WithAuthorization adds the authorization to the post databases params

func (*PostDatabasesParams) WithBody

WithBody adds the body to the post databases params

func (*PostDatabasesParams) WithContext

WithContext adds the context to the post databases params

func (*PostDatabasesParams) WithDefaults

func (o *PostDatabasesParams) WithDefaults() *PostDatabasesParams

WithDefaults hydrates default values in the post databases params (not the query body).

All values with no default are reset to their zero value.

func (*PostDatabasesParams) WithHTTPClient

func (o *PostDatabasesParams) WithHTTPClient(client *http.Client) *PostDatabasesParams

WithHTTPClient adds the HTTPClient to the post databases params

func (*PostDatabasesParams) WithTimeout

func (o *PostDatabasesParams) WithTimeout(timeout time.Duration) *PostDatabasesParams

WithTimeout adds the timeout to the post databases params

func (*PostDatabasesParams) WriteToRequest

func (o *PostDatabasesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostDatabasesReader

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

PostDatabasesReader is a Reader for the PostDatabases structure.

func (*PostDatabasesReader) ReadResponse

func (o *PostDatabasesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostDatabasesUnauthorized

type PostDatabasesUnauthorized struct {
	Payload *models.Error
}

PostDatabasesUnauthorized describes a response with status code 401, with default header values.

Authorization information is missing or invalid.

func NewPostDatabasesUnauthorized

func NewPostDatabasesUnauthorized() *PostDatabasesUnauthorized

NewPostDatabasesUnauthorized creates a PostDatabasesUnauthorized with default headers values

func (*PostDatabasesUnauthorized) Code

func (o *PostDatabasesUnauthorized) Code() int

Code gets the status code for the post databases unauthorized response

func (*PostDatabasesUnauthorized) Error

func (o *PostDatabasesUnauthorized) Error() string

func (*PostDatabasesUnauthorized) GetPayload added in v0.0.6

func (o *PostDatabasesUnauthorized) GetPayload() *models.Error

func (*PostDatabasesUnauthorized) IsClientError

func (o *PostDatabasesUnauthorized) IsClientError() bool

IsClientError returns true when this post databases unauthorized response has a 4xx status code

func (*PostDatabasesUnauthorized) IsCode

func (o *PostDatabasesUnauthorized) IsCode(code int) bool

IsCode returns true when this post databases unauthorized response a status code equal to that given

func (*PostDatabasesUnauthorized) IsRedirect

func (o *PostDatabasesUnauthorized) IsRedirect() bool

IsRedirect returns true when this post databases unauthorized response has a 3xx status code

func (*PostDatabasesUnauthorized) IsServerError

func (o *PostDatabasesUnauthorized) IsServerError() bool

IsServerError returns true when this post databases unauthorized response has a 5xx status code

func (*PostDatabasesUnauthorized) IsSuccess

func (o *PostDatabasesUnauthorized) IsSuccess() bool

IsSuccess returns true when this post databases unauthorized response has a 2xx status code

func (*PostDatabasesUnauthorized) String

func (o *PostDatabasesUnauthorized) String() string

type PostOauthTokenBadRequest added in v0.0.6

type PostOauthTokenBadRequest struct {
	Payload *PostOauthTokenBadRequestBody
}

PostOauthTokenBadRequest describes a response with status code 400, with default header values.

Bad request

func NewPostOauthTokenBadRequest added in v0.0.6

func NewPostOauthTokenBadRequest() *PostOauthTokenBadRequest

NewPostOauthTokenBadRequest creates a PostOauthTokenBadRequest with default headers values

func (*PostOauthTokenBadRequest) Code added in v0.0.6

func (o *PostOauthTokenBadRequest) Code() int

Code gets the status code for the post oauth token bad request response

func (*PostOauthTokenBadRequest) Error added in v0.0.6

func (o *PostOauthTokenBadRequest) Error() string

func (*PostOauthTokenBadRequest) GetPayload added in v0.0.6

func (*PostOauthTokenBadRequest) IsClientError added in v0.0.6

func (o *PostOauthTokenBadRequest) IsClientError() bool

IsClientError returns true when this post oauth token bad request response has a 4xx status code

func (*PostOauthTokenBadRequest) IsCode added in v0.0.6

func (o *PostOauthTokenBadRequest) IsCode(code int) bool

IsCode returns true when this post oauth token bad request response a status code equal to that given

func (*PostOauthTokenBadRequest) IsRedirect added in v0.0.6

func (o *PostOauthTokenBadRequest) IsRedirect() bool

IsRedirect returns true when this post oauth token bad request response has a 3xx status code

func (*PostOauthTokenBadRequest) IsServerError added in v0.0.6

func (o *PostOauthTokenBadRequest) IsServerError() bool

IsServerError returns true when this post oauth token bad request response has a 5xx status code

func (*PostOauthTokenBadRequest) IsSuccess added in v0.0.6

func (o *PostOauthTokenBadRequest) IsSuccess() bool

IsSuccess returns true when this post oauth token bad request response has a 2xx status code

func (*PostOauthTokenBadRequest) String added in v0.0.6

func (o *PostOauthTokenBadRequest) String() string

type PostOauthTokenBadRequestBody added in v0.0.6

type PostOauthTokenBadRequestBody struct {

	// code
	Code int64 `json:"code,omitempty"`

	// message
	Message string `json:"message,omitempty"`
}

PostOauthTokenBadRequestBody post oauth token bad request body swagger:model PostOauthTokenBadRequestBody

func (*PostOauthTokenBadRequestBody) ContextValidate added in v0.0.6

func (o *PostOauthTokenBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this post oauth token bad request body based on context it is used

func (*PostOauthTokenBadRequestBody) MarshalBinary added in v0.0.6

func (o *PostOauthTokenBadRequestBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PostOauthTokenBadRequestBody) UnmarshalBinary added in v0.0.6

func (o *PostOauthTokenBadRequestBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PostOauthTokenBadRequestBody) Validate added in v0.0.6

func (o *PostOauthTokenBadRequestBody) Validate(formats strfmt.Registry) error

Validate validates this post oauth token bad request body

type PostOauthTokenBody

type PostOauthTokenBody struct {

	// client id
	ClientID string `json:"client_id,omitempty"`

	// client secret
	ClientSecret string `json:"client_secret,omitempty"`

	// grant type
	GrantType string `json:"grant_type,omitempty"`
}

PostOauthTokenBody post oauth token body swagger:model PostOauthTokenBody

func (*PostOauthTokenBody) ContextValidate

func (o *PostOauthTokenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this post oauth token body based on context it is used

func (*PostOauthTokenBody) MarshalBinary

func (o *PostOauthTokenBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PostOauthTokenBody) UnmarshalBinary

func (o *PostOauthTokenBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PostOauthTokenBody) Validate

func (o *PostOauthTokenBody) Validate(formats strfmt.Registry) error

Validate validates this post oauth token body

type PostOauthTokenInternalServerError

type PostOauthTokenInternalServerError struct {
	Payload *PostOauthTokenInternalServerErrorBody
}

PostOauthTokenInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostOauthTokenInternalServerError

func NewPostOauthTokenInternalServerError() *PostOauthTokenInternalServerError

NewPostOauthTokenInternalServerError creates a PostOauthTokenInternalServerError with default headers values

func (*PostOauthTokenInternalServerError) Code

Code gets the status code for the post oauth token internal server error response

func (*PostOauthTokenInternalServerError) Error

func (*PostOauthTokenInternalServerError) GetPayload added in v0.0.6

func (*PostOauthTokenInternalServerError) IsClientError

func (o *PostOauthTokenInternalServerError) IsClientError() bool

IsClientError returns true when this post oauth token internal server error response has a 4xx status code

func (*PostOauthTokenInternalServerError) IsCode

func (o *PostOauthTokenInternalServerError) IsCode(code int) bool

IsCode returns true when this post oauth token internal server error response a status code equal to that given

func (*PostOauthTokenInternalServerError) IsRedirect

func (o *PostOauthTokenInternalServerError) IsRedirect() bool

IsRedirect returns true when this post oauth token internal server error response has a 3xx status code

func (*PostOauthTokenInternalServerError) IsServerError

func (o *PostOauthTokenInternalServerError) IsServerError() bool

IsServerError returns true when this post oauth token internal server error response has a 5xx status code

func (*PostOauthTokenInternalServerError) IsSuccess

func (o *PostOauthTokenInternalServerError) IsSuccess() bool

IsSuccess returns true when this post oauth token internal server error response has a 2xx status code

func (*PostOauthTokenInternalServerError) String

type PostOauthTokenInternalServerErrorBody added in v0.0.6

type PostOauthTokenInternalServerErrorBody struct {

	// code
	Code int64 `json:"code,omitempty"`

	// message
	Message string `json:"message,omitempty"`
}

PostOauthTokenInternalServerErrorBody post oauth token internal server error body swagger:model PostOauthTokenInternalServerErrorBody

func (*PostOauthTokenInternalServerErrorBody) ContextValidate added in v0.0.6

func (o *PostOauthTokenInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this post oauth token internal server error body based on context it is used

func (*PostOauthTokenInternalServerErrorBody) MarshalBinary added in v0.0.6

func (o *PostOauthTokenInternalServerErrorBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PostOauthTokenInternalServerErrorBody) UnmarshalBinary added in v0.0.6

func (o *PostOauthTokenInternalServerErrorBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PostOauthTokenInternalServerErrorBody) Validate added in v0.0.6

Validate validates this post oauth token internal server error body

type PostOauthTokenOK

type PostOauthTokenOK struct {
	Payload *PostOauthTokenOKBody
}

PostOauthTokenOK describes a response with status code 200, with default header values.

Successful response

func NewPostOauthTokenOK

func NewPostOauthTokenOK() *PostOauthTokenOK

NewPostOauthTokenOK creates a PostOauthTokenOK with default headers values

func (*PostOauthTokenOK) Code

func (o *PostOauthTokenOK) Code() int

Code gets the status code for the post oauth token o k response

func (*PostOauthTokenOK) Error

func (o *PostOauthTokenOK) Error() string

func (*PostOauthTokenOK) GetPayload

func (o *PostOauthTokenOK) GetPayload() *PostOauthTokenOKBody

func (*PostOauthTokenOK) IsClientError

func (o *PostOauthTokenOK) IsClientError() bool

IsClientError returns true when this post oauth token o k response has a 4xx status code

func (*PostOauthTokenOK) IsCode

func (o *PostOauthTokenOK) IsCode(code int) bool

IsCode returns true when this post oauth token o k response a status code equal to that given

func (*PostOauthTokenOK) IsRedirect

func (o *PostOauthTokenOK) IsRedirect() bool

IsRedirect returns true when this post oauth token o k response has a 3xx status code

func (*PostOauthTokenOK) IsServerError

func (o *PostOauthTokenOK) IsServerError() bool

IsServerError returns true when this post oauth token o k response has a 5xx status code

func (*PostOauthTokenOK) IsSuccess

func (o *PostOauthTokenOK) IsSuccess() bool

IsSuccess returns true when this post oauth token o k response has a 2xx status code

func (*PostOauthTokenOK) String

func (o *PostOauthTokenOK) String() string

type PostOauthTokenOKBody

type PostOauthTokenOKBody struct {

	// access token
	AccessToken string `json:"access_token,omitempty"`

	// expires in
	ExpiresIn int64 `json:"expires_in,omitempty"`

	// token type
	TokenType string `json:"token_type,omitempty"`
}

PostOauthTokenOKBody post oauth token o k body swagger:model PostOauthTokenOKBody

func (*PostOauthTokenOKBody) ContextValidate

func (o *PostOauthTokenOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this post oauth token o k body based on context it is used

func (*PostOauthTokenOKBody) MarshalBinary

func (o *PostOauthTokenOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PostOauthTokenOKBody) UnmarshalBinary

func (o *PostOauthTokenOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PostOauthTokenOKBody) Validate

func (o *PostOauthTokenOKBody) Validate(formats strfmt.Registry) error

Validate validates this post oauth token o k body

type PostOauthTokenParams

type PostOauthTokenParams struct {

	/* Body.

	   Client credentials for obtaining the OAuth token
	*/
	Body PostOauthTokenBody

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostOauthTokenParams contains all the parameters to send to the API endpoint

for the post oauth token operation.

Typically these are written to a http.Request.

func NewPostOauthTokenParams

func NewPostOauthTokenParams() *PostOauthTokenParams

NewPostOauthTokenParams creates a new PostOauthTokenParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostOauthTokenParamsWithContext

func NewPostOauthTokenParamsWithContext(ctx context.Context) *PostOauthTokenParams

NewPostOauthTokenParamsWithContext creates a new PostOauthTokenParams object with the ability to set a context for a request.

func NewPostOauthTokenParamsWithHTTPClient

func NewPostOauthTokenParamsWithHTTPClient(client *http.Client) *PostOauthTokenParams

NewPostOauthTokenParamsWithHTTPClient creates a new PostOauthTokenParams object with the ability to set a custom HTTPClient for a request.

func NewPostOauthTokenParamsWithTimeout

func NewPostOauthTokenParamsWithTimeout(timeout time.Duration) *PostOauthTokenParams

NewPostOauthTokenParamsWithTimeout creates a new PostOauthTokenParams object with the ability to set a timeout on a request.

func (*PostOauthTokenParams) SetBody

func (o *PostOauthTokenParams) SetBody(body PostOauthTokenBody)

SetBody adds the body to the post oauth token params

func (*PostOauthTokenParams) SetContext

func (o *PostOauthTokenParams) SetContext(ctx context.Context)

SetContext adds the context to the post oauth token params

func (*PostOauthTokenParams) SetDefaults

func (o *PostOauthTokenParams) SetDefaults()

SetDefaults hydrates default values in the post oauth token params (not the query body).

All values with no default are reset to their zero value.

func (*PostOauthTokenParams) SetHTTPClient

func (o *PostOauthTokenParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post oauth token params

func (*PostOauthTokenParams) SetTimeout

func (o *PostOauthTokenParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post oauth token params

func (*PostOauthTokenParams) WithBody

WithBody adds the body to the post oauth token params

func (*PostOauthTokenParams) WithContext

WithContext adds the context to the post oauth token params

func (*PostOauthTokenParams) WithDefaults

func (o *PostOauthTokenParams) WithDefaults() *PostOauthTokenParams

WithDefaults hydrates default values in the post oauth token params (not the query body).

All values with no default are reset to their zero value.

func (*PostOauthTokenParams) WithHTTPClient

func (o *PostOauthTokenParams) WithHTTPClient(client *http.Client) *PostOauthTokenParams

WithHTTPClient adds the HTTPClient to the post oauth token params

func (*PostOauthTokenParams) WithTimeout

func (o *PostOauthTokenParams) WithTimeout(timeout time.Duration) *PostOauthTokenParams

WithTimeout adds the timeout to the post oauth token params

func (*PostOauthTokenParams) WriteToRequest

func (o *PostOauthTokenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostOauthTokenReader

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

PostOauthTokenReader is a Reader for the PostOauthToken structure.

func (*PostOauthTokenReader) ReadResponse

func (o *PostOauthTokenReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostSSHKeysBadRequest added in v0.0.7

type PostSSHKeysBadRequest struct {
	Payload *models.Error
}

PostSSHKeysBadRequest describes a response with status code 400, with default header values.

Bad request.

func NewPostSSHKeysBadRequest added in v0.0.7

func NewPostSSHKeysBadRequest() *PostSSHKeysBadRequest

NewPostSSHKeysBadRequest creates a PostSSHKeysBadRequest with default headers values

func (*PostSSHKeysBadRequest) Code added in v0.0.7

func (o *PostSSHKeysBadRequest) Code() int

Code gets the status code for the post Ssh keys bad request response

func (*PostSSHKeysBadRequest) Error added in v0.0.7

func (o *PostSSHKeysBadRequest) Error() string

func (*PostSSHKeysBadRequest) GetPayload added in v0.0.7

func (o *PostSSHKeysBadRequest) GetPayload() *models.Error

func (*PostSSHKeysBadRequest) IsClientError added in v0.0.7

func (o *PostSSHKeysBadRequest) IsClientError() bool

IsClientError returns true when this post Ssh keys bad request response has a 4xx status code

func (*PostSSHKeysBadRequest) IsCode added in v0.0.7

func (o *PostSSHKeysBadRequest) IsCode(code int) bool

IsCode returns true when this post Ssh keys bad request response a status code equal to that given

func (*PostSSHKeysBadRequest) IsRedirect added in v0.0.7

func (o *PostSSHKeysBadRequest) IsRedirect() bool

IsRedirect returns true when this post Ssh keys bad request response has a 3xx status code

func (*PostSSHKeysBadRequest) IsServerError added in v0.0.7

func (o *PostSSHKeysBadRequest) IsServerError() bool

IsServerError returns true when this post Ssh keys bad request response has a 5xx status code

func (*PostSSHKeysBadRequest) IsSuccess added in v0.0.7

func (o *PostSSHKeysBadRequest) IsSuccess() bool

IsSuccess returns true when this post Ssh keys bad request response has a 2xx status code

func (*PostSSHKeysBadRequest) String added in v0.0.7

func (o *PostSSHKeysBadRequest) String() string

type PostSSHKeysOK added in v0.0.7

type PostSSHKeysOK struct {
	Payload *models.SSHKey
}

PostSSHKeysOK describes a response with status code 200, with default header values.

Response containing the SSH key details.

func NewPostSSHKeysOK added in v0.0.7

func NewPostSSHKeysOK() *PostSSHKeysOK

NewPostSSHKeysOK creates a PostSSHKeysOK with default headers values

func (*PostSSHKeysOK) Code added in v0.0.7

func (o *PostSSHKeysOK) Code() int

Code gets the status code for the post Ssh keys o k response

func (*PostSSHKeysOK) Error added in v0.0.7

func (o *PostSSHKeysOK) Error() string

func (*PostSSHKeysOK) GetPayload added in v0.0.7

func (o *PostSSHKeysOK) GetPayload() *models.SSHKey

func (*PostSSHKeysOK) IsClientError added in v0.0.7

func (o *PostSSHKeysOK) IsClientError() bool

IsClientError returns true when this post Ssh keys o k response has a 4xx status code

func (*PostSSHKeysOK) IsCode added in v0.0.7

func (o *PostSSHKeysOK) IsCode(code int) bool

IsCode returns true when this post Ssh keys o k response a status code equal to that given

func (*PostSSHKeysOK) IsRedirect added in v0.0.7

func (o *PostSSHKeysOK) IsRedirect() bool

IsRedirect returns true when this post Ssh keys o k response has a 3xx status code

func (*PostSSHKeysOK) IsServerError added in v0.0.7

func (o *PostSSHKeysOK) IsServerError() bool

IsServerError returns true when this post Ssh keys o k response has a 5xx status code

func (*PostSSHKeysOK) IsSuccess added in v0.0.7

func (o *PostSSHKeysOK) IsSuccess() bool

IsSuccess returns true when this post Ssh keys o k response has a 2xx status code

func (*PostSSHKeysOK) String added in v0.0.7

func (o *PostSSHKeysOK) String() string

type PostSSHKeysParams added in v0.0.7

type PostSSHKeysParams struct {

	// Authorization.
	//
	// Format: Bearer {access_token}
	Authorization string

	/* Body.

	   The SSH key details.
	*/
	Body *models.CreateSSHKeyInput

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostSSHKeysParams contains all the parameters to send to the API endpoint

for the post SSH keys operation.

Typically these are written to a http.Request.

func NewPostSSHKeysParams added in v0.0.7

func NewPostSSHKeysParams() *PostSSHKeysParams

NewPostSSHKeysParams creates a new PostSSHKeysParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostSSHKeysParamsWithContext added in v0.0.7

func NewPostSSHKeysParamsWithContext(ctx context.Context) *PostSSHKeysParams

NewPostSSHKeysParamsWithContext creates a new PostSSHKeysParams object with the ability to set a context for a request.

func NewPostSSHKeysParamsWithHTTPClient added in v0.0.7

func NewPostSSHKeysParamsWithHTTPClient(client *http.Client) *PostSSHKeysParams

NewPostSSHKeysParamsWithHTTPClient creates a new PostSSHKeysParams object with the ability to set a custom HTTPClient for a request.

func NewPostSSHKeysParamsWithTimeout added in v0.0.7

func NewPostSSHKeysParamsWithTimeout(timeout time.Duration) *PostSSHKeysParams

NewPostSSHKeysParamsWithTimeout creates a new PostSSHKeysParams object with the ability to set a timeout on a request.

func (*PostSSHKeysParams) SetAuthorization added in v0.0.7

func (o *PostSSHKeysParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the post SSH keys params

func (*PostSSHKeysParams) SetBody added in v0.0.7

func (o *PostSSHKeysParams) SetBody(body *models.CreateSSHKeyInput)

SetBody adds the body to the post SSH keys params

func (*PostSSHKeysParams) SetContext added in v0.0.7

func (o *PostSSHKeysParams) SetContext(ctx context.Context)

SetContext adds the context to the post SSH keys params

func (*PostSSHKeysParams) SetDefaults added in v0.0.7

func (o *PostSSHKeysParams) SetDefaults()

SetDefaults hydrates default values in the post SSH keys params (not the query body).

All values with no default are reset to their zero value.

func (*PostSSHKeysParams) SetHTTPClient added in v0.0.7

func (o *PostSSHKeysParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post SSH keys params

func (*PostSSHKeysParams) SetTimeout added in v0.0.7

func (o *PostSSHKeysParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post SSH keys params

func (*PostSSHKeysParams) WithAuthorization added in v0.0.7

func (o *PostSSHKeysParams) WithAuthorization(authorization string) *PostSSHKeysParams

WithAuthorization adds the authorization to the post SSH keys params

func (*PostSSHKeysParams) WithBody added in v0.0.7

WithBody adds the body to the post SSH keys params

func (*PostSSHKeysParams) WithContext added in v0.0.7

func (o *PostSSHKeysParams) WithContext(ctx context.Context) *PostSSHKeysParams

WithContext adds the context to the post SSH keys params

func (*PostSSHKeysParams) WithDefaults added in v0.0.7

func (o *PostSSHKeysParams) WithDefaults() *PostSSHKeysParams

WithDefaults hydrates default values in the post SSH keys params (not the query body).

All values with no default are reset to their zero value.

func (*PostSSHKeysParams) WithHTTPClient added in v0.0.7

func (o *PostSSHKeysParams) WithHTTPClient(client *http.Client) *PostSSHKeysParams

WithHTTPClient adds the HTTPClient to the post SSH keys params

func (*PostSSHKeysParams) WithTimeout added in v0.0.7

func (o *PostSSHKeysParams) WithTimeout(timeout time.Duration) *PostSSHKeysParams

WithTimeout adds the timeout to the post SSH keys params

func (*PostSSHKeysParams) WriteToRequest added in v0.0.7

func (o *PostSSHKeysParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostSSHKeysReader added in v0.0.7

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

PostSSHKeysReader is a Reader for the PostSSHKeys structure.

func (*PostSSHKeysReader) ReadResponse added in v0.0.7

func (o *PostSSHKeysReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostSSHKeysUnauthorized added in v0.0.7

type PostSSHKeysUnauthorized struct {
	Payload *models.Error
}

PostSSHKeysUnauthorized describes a response with status code 401, with default header values.

Authorization information is missing or invalid.

func NewPostSSHKeysUnauthorized added in v0.0.7

func NewPostSSHKeysUnauthorized() *PostSSHKeysUnauthorized

NewPostSSHKeysUnauthorized creates a PostSSHKeysUnauthorized with default headers values

func (*PostSSHKeysUnauthorized) Code added in v0.0.7

func (o *PostSSHKeysUnauthorized) Code() int

Code gets the status code for the post Ssh keys unauthorized response

func (*PostSSHKeysUnauthorized) Error added in v0.0.7

func (o *PostSSHKeysUnauthorized) Error() string

func (*PostSSHKeysUnauthorized) GetPayload added in v0.0.7

func (o *PostSSHKeysUnauthorized) GetPayload() *models.Error

func (*PostSSHKeysUnauthorized) IsClientError added in v0.0.7

func (o *PostSSHKeysUnauthorized) IsClientError() bool

IsClientError returns true when this post Ssh keys unauthorized response has a 4xx status code

func (*PostSSHKeysUnauthorized) IsCode added in v0.0.7

func (o *PostSSHKeysUnauthorized) IsCode(code int) bool

IsCode returns true when this post Ssh keys unauthorized response a status code equal to that given

func (*PostSSHKeysUnauthorized) IsRedirect added in v0.0.7

func (o *PostSSHKeysUnauthorized) IsRedirect() bool

IsRedirect returns true when this post Ssh keys unauthorized response has a 3xx status code

func (*PostSSHKeysUnauthorized) IsServerError added in v0.0.7

func (o *PostSSHKeysUnauthorized) IsServerError() bool

IsServerError returns true when this post Ssh keys unauthorized response has a 5xx status code

func (*PostSSHKeysUnauthorized) IsSuccess added in v0.0.7

func (o *PostSSHKeysUnauthorized) IsSuccess() bool

IsSuccess returns true when this post Ssh keys unauthorized response has a 2xx status code

func (*PostSSHKeysUnauthorized) String added in v0.0.7

func (o *PostSSHKeysUnauthorized) String() string

Source Files

Jump to

Keyboard shortcuts

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