v3_workspace_id_rdsconfigs

package
v2.8.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2018 License: Apache-2.0, BSD-2-Clause Imports: 11 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 v3 workspace id rdsconfigs API

func New

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

New creates a new v3 workspace id rdsconfigs API client.

func (*Client) CreateRdsConfigInWorkspace

func (a *Client) CreateRdsConfigInWorkspace(params *CreateRdsConfigInWorkspaceParams) (*CreateRdsConfigInWorkspaceOK, error)

CreateRdsConfigInWorkspace creates r d s config in workspace

An RDS Configuration describe a connection to an external Relational Database Service that can be used as the Hive Metastore.

func (*Client) DeleteRdsConfigInWorkspace

func (a *Client) DeleteRdsConfigInWorkspace(params *DeleteRdsConfigInWorkspaceParams) (*DeleteRdsConfigInWorkspaceOK, error)

DeleteRdsConfigInWorkspace deletes r d s config by name in workspace

An RDS Configuration describe a connection to an external Relational Database Service that can be used as the Hive Metastore.

func (*Client) GetRdsConfigInWorkspace

func (a *Client) GetRdsConfigInWorkspace(params *GetRdsConfigInWorkspaceParams) (*GetRdsConfigInWorkspaceOK, error)

GetRdsConfigInWorkspace gets r d s config by name in workspace

An RDS Configuration describe a connection to an external Relational Database Service that can be used as the Hive Metastore.

func (*Client) GetRdsRequestFromNameInWorkspace

func (a *Client) GetRdsRequestFromNameInWorkspace(params *GetRdsRequestFromNameInWorkspaceParams) (*GetRdsRequestFromNameInWorkspaceOK, error)

GetRdsRequestFromNameInWorkspace gets request in workspace

An RDS Configuration describe a connection to an external Relational Database Service that can be used as the Hive Metastore.

func (*Client) ListRdsConfigsByWorkspace

func (a *Client) ListRdsConfigsByWorkspace(params *ListRdsConfigsByWorkspaceParams) (*ListRdsConfigsByWorkspaceOK, error)

ListRdsConfigsByWorkspace lists r d s configs for the given workspace

An RDS Configuration describe a connection to an external Relational Database Service that can be used as the Hive Metastore.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) TestRdsConnectionInWorkspace

func (a *Client) TestRdsConnectionInWorkspace(params *TestRdsConnectionInWorkspaceParams) (*TestRdsConnectionInWorkspaceOK, error)

TestRdsConnectionInWorkspace tests r d s connectivity

An RDS Configuration describe a connection to an external Relational Database Service that can be used as the Hive Metastore.

type CreateRdsConfigInWorkspaceOK

type CreateRdsConfigInWorkspaceOK struct {
	Payload *models_cloudbreak.RDSConfigResponse
}

CreateRdsConfigInWorkspaceOK handles this case with default header values.

successful operation

func NewCreateRdsConfigInWorkspaceOK

func NewCreateRdsConfigInWorkspaceOK() *CreateRdsConfigInWorkspaceOK

NewCreateRdsConfigInWorkspaceOK creates a CreateRdsConfigInWorkspaceOK with default headers values

func (*CreateRdsConfigInWorkspaceOK) Error

type CreateRdsConfigInWorkspaceParams

type CreateRdsConfigInWorkspaceParams struct {

	/*Body*/
	Body *models_cloudbreak.RdsConfig
	/*WorkspaceID*/
	WorkspaceID int64

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

CreateRdsConfigInWorkspaceParams contains all the parameters to send to the API endpoint for the create rds config in workspace operation typically these are written to a http.Request

func NewCreateRdsConfigInWorkspaceParams

func NewCreateRdsConfigInWorkspaceParams() *CreateRdsConfigInWorkspaceParams

NewCreateRdsConfigInWorkspaceParams creates a new CreateRdsConfigInWorkspaceParams object with the default values initialized.

func NewCreateRdsConfigInWorkspaceParamsWithContext

func NewCreateRdsConfigInWorkspaceParamsWithContext(ctx context.Context) *CreateRdsConfigInWorkspaceParams

NewCreateRdsConfigInWorkspaceParamsWithContext creates a new CreateRdsConfigInWorkspaceParams object with the default values initialized, and the ability to set a context for a request

func NewCreateRdsConfigInWorkspaceParamsWithHTTPClient

func NewCreateRdsConfigInWorkspaceParamsWithHTTPClient(client *http.Client) *CreateRdsConfigInWorkspaceParams

NewCreateRdsConfigInWorkspaceParamsWithHTTPClient creates a new CreateRdsConfigInWorkspaceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateRdsConfigInWorkspaceParamsWithTimeout

func NewCreateRdsConfigInWorkspaceParamsWithTimeout(timeout time.Duration) *CreateRdsConfigInWorkspaceParams

NewCreateRdsConfigInWorkspaceParamsWithTimeout creates a new CreateRdsConfigInWorkspaceParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateRdsConfigInWorkspaceParams) SetBody

SetBody adds the body to the create rds config in workspace params

func (*CreateRdsConfigInWorkspaceParams) SetContext

SetContext adds the context to the create rds config in workspace params

func (*CreateRdsConfigInWorkspaceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create rds config in workspace params

func (*CreateRdsConfigInWorkspaceParams) SetTimeout

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

SetTimeout adds the timeout to the create rds config in workspace params

func (*CreateRdsConfigInWorkspaceParams) SetWorkspaceID

func (o *CreateRdsConfigInWorkspaceParams) SetWorkspaceID(workspaceID int64)

SetWorkspaceID adds the workspaceId to the create rds config in workspace params

func (*CreateRdsConfigInWorkspaceParams) WithBody

WithBody adds the body to the create rds config in workspace params

func (*CreateRdsConfigInWorkspaceParams) WithContext

WithContext adds the context to the create rds config in workspace params

func (*CreateRdsConfigInWorkspaceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create rds config in workspace params

func (*CreateRdsConfigInWorkspaceParams) WithTimeout

WithTimeout adds the timeout to the create rds config in workspace params

func (*CreateRdsConfigInWorkspaceParams) WithWorkspaceID

WithWorkspaceID adds the workspaceID to the create rds config in workspace params

func (*CreateRdsConfigInWorkspaceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateRdsConfigInWorkspaceReader

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

CreateRdsConfigInWorkspaceReader is a Reader for the CreateRdsConfigInWorkspace structure.

func (*CreateRdsConfigInWorkspaceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteRdsConfigInWorkspaceOK

type DeleteRdsConfigInWorkspaceOK struct {
	Payload *models_cloudbreak.RDSConfigResponse
}

DeleteRdsConfigInWorkspaceOK handles this case with default header values.

successful operation

func NewDeleteRdsConfigInWorkspaceOK

func NewDeleteRdsConfigInWorkspaceOK() *DeleteRdsConfigInWorkspaceOK

NewDeleteRdsConfigInWorkspaceOK creates a DeleteRdsConfigInWorkspaceOK with default headers values

func (*DeleteRdsConfigInWorkspaceOK) Error

type DeleteRdsConfigInWorkspaceParams

type DeleteRdsConfigInWorkspaceParams struct {

	/*Name*/
	Name string
	/*WorkspaceID*/
	WorkspaceID int64

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

DeleteRdsConfigInWorkspaceParams contains all the parameters to send to the API endpoint for the delete rds config in workspace operation typically these are written to a http.Request

func NewDeleteRdsConfigInWorkspaceParams

func NewDeleteRdsConfigInWorkspaceParams() *DeleteRdsConfigInWorkspaceParams

NewDeleteRdsConfigInWorkspaceParams creates a new DeleteRdsConfigInWorkspaceParams object with the default values initialized.

func NewDeleteRdsConfigInWorkspaceParamsWithContext

func NewDeleteRdsConfigInWorkspaceParamsWithContext(ctx context.Context) *DeleteRdsConfigInWorkspaceParams

NewDeleteRdsConfigInWorkspaceParamsWithContext creates a new DeleteRdsConfigInWorkspaceParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteRdsConfigInWorkspaceParamsWithHTTPClient

func NewDeleteRdsConfigInWorkspaceParamsWithHTTPClient(client *http.Client) *DeleteRdsConfigInWorkspaceParams

NewDeleteRdsConfigInWorkspaceParamsWithHTTPClient creates a new DeleteRdsConfigInWorkspaceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteRdsConfigInWorkspaceParamsWithTimeout

func NewDeleteRdsConfigInWorkspaceParamsWithTimeout(timeout time.Duration) *DeleteRdsConfigInWorkspaceParams

NewDeleteRdsConfigInWorkspaceParamsWithTimeout creates a new DeleteRdsConfigInWorkspaceParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteRdsConfigInWorkspaceParams) SetContext

SetContext adds the context to the delete rds config in workspace params

func (*DeleteRdsConfigInWorkspaceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete rds config in workspace params

func (*DeleteRdsConfigInWorkspaceParams) SetName

func (o *DeleteRdsConfigInWorkspaceParams) SetName(name string)

SetName adds the name to the delete rds config in workspace params

func (*DeleteRdsConfigInWorkspaceParams) SetTimeout

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

SetTimeout adds the timeout to the delete rds config in workspace params

func (*DeleteRdsConfigInWorkspaceParams) SetWorkspaceID

func (o *DeleteRdsConfigInWorkspaceParams) SetWorkspaceID(workspaceID int64)

SetWorkspaceID adds the workspaceId to the delete rds config in workspace params

func (*DeleteRdsConfigInWorkspaceParams) WithContext

WithContext adds the context to the delete rds config in workspace params

func (*DeleteRdsConfigInWorkspaceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete rds config in workspace params

func (*DeleteRdsConfigInWorkspaceParams) WithName

WithName adds the name to the delete rds config in workspace params

func (*DeleteRdsConfigInWorkspaceParams) WithTimeout

WithTimeout adds the timeout to the delete rds config in workspace params

func (*DeleteRdsConfigInWorkspaceParams) WithWorkspaceID

WithWorkspaceID adds the workspaceID to the delete rds config in workspace params

func (*DeleteRdsConfigInWorkspaceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteRdsConfigInWorkspaceReader

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

DeleteRdsConfigInWorkspaceReader is a Reader for the DeleteRdsConfigInWorkspace structure.

func (*DeleteRdsConfigInWorkspaceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRdsConfigInWorkspaceOK

type GetRdsConfigInWorkspaceOK struct {
	Payload *models_cloudbreak.RDSConfigResponse
}

GetRdsConfigInWorkspaceOK handles this case with default header values.

successful operation

func NewGetRdsConfigInWorkspaceOK

func NewGetRdsConfigInWorkspaceOK() *GetRdsConfigInWorkspaceOK

NewGetRdsConfigInWorkspaceOK creates a GetRdsConfigInWorkspaceOK with default headers values

func (*GetRdsConfigInWorkspaceOK) Error

func (o *GetRdsConfigInWorkspaceOK) Error() string

type GetRdsConfigInWorkspaceParams

type GetRdsConfigInWorkspaceParams struct {

	/*Name*/
	Name string
	/*WorkspaceID*/
	WorkspaceID int64

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

GetRdsConfigInWorkspaceParams contains all the parameters to send to the API endpoint for the get rds config in workspace operation typically these are written to a http.Request

func NewGetRdsConfigInWorkspaceParams

func NewGetRdsConfigInWorkspaceParams() *GetRdsConfigInWorkspaceParams

NewGetRdsConfigInWorkspaceParams creates a new GetRdsConfigInWorkspaceParams object with the default values initialized.

func NewGetRdsConfigInWorkspaceParamsWithContext

func NewGetRdsConfigInWorkspaceParamsWithContext(ctx context.Context) *GetRdsConfigInWorkspaceParams

NewGetRdsConfigInWorkspaceParamsWithContext creates a new GetRdsConfigInWorkspaceParams object with the default values initialized, and the ability to set a context for a request

func NewGetRdsConfigInWorkspaceParamsWithHTTPClient

func NewGetRdsConfigInWorkspaceParamsWithHTTPClient(client *http.Client) *GetRdsConfigInWorkspaceParams

NewGetRdsConfigInWorkspaceParamsWithHTTPClient creates a new GetRdsConfigInWorkspaceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetRdsConfigInWorkspaceParamsWithTimeout

func NewGetRdsConfigInWorkspaceParamsWithTimeout(timeout time.Duration) *GetRdsConfigInWorkspaceParams

NewGetRdsConfigInWorkspaceParamsWithTimeout creates a new GetRdsConfigInWorkspaceParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetRdsConfigInWorkspaceParams) SetContext

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

SetContext adds the context to the get rds config in workspace params

func (*GetRdsConfigInWorkspaceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get rds config in workspace params

func (*GetRdsConfigInWorkspaceParams) SetName

func (o *GetRdsConfigInWorkspaceParams) SetName(name string)

SetName adds the name to the get rds config in workspace params

func (*GetRdsConfigInWorkspaceParams) SetTimeout

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

SetTimeout adds the timeout to the get rds config in workspace params

func (*GetRdsConfigInWorkspaceParams) SetWorkspaceID

func (o *GetRdsConfigInWorkspaceParams) SetWorkspaceID(workspaceID int64)

SetWorkspaceID adds the workspaceId to the get rds config in workspace params

func (*GetRdsConfigInWorkspaceParams) WithContext

WithContext adds the context to the get rds config in workspace params

func (*GetRdsConfigInWorkspaceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get rds config in workspace params

func (*GetRdsConfigInWorkspaceParams) WithName

WithName adds the name to the get rds config in workspace params

func (*GetRdsConfigInWorkspaceParams) WithTimeout

WithTimeout adds the timeout to the get rds config in workspace params

func (*GetRdsConfigInWorkspaceParams) WithWorkspaceID

func (o *GetRdsConfigInWorkspaceParams) WithWorkspaceID(workspaceID int64) *GetRdsConfigInWorkspaceParams

WithWorkspaceID adds the workspaceID to the get rds config in workspace params

func (*GetRdsConfigInWorkspaceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRdsConfigInWorkspaceReader

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

GetRdsConfigInWorkspaceReader is a Reader for the GetRdsConfigInWorkspace structure.

func (*GetRdsConfigInWorkspaceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRdsRequestFromNameInWorkspaceOK

type GetRdsRequestFromNameInWorkspaceOK struct {
	Payload *models_cloudbreak.RdsConfig
}

GetRdsRequestFromNameInWorkspaceOK handles this case with default header values.

successful operation

func NewGetRdsRequestFromNameInWorkspaceOK

func NewGetRdsRequestFromNameInWorkspaceOK() *GetRdsRequestFromNameInWorkspaceOK

NewGetRdsRequestFromNameInWorkspaceOK creates a GetRdsRequestFromNameInWorkspaceOK with default headers values

func (*GetRdsRequestFromNameInWorkspaceOK) Error

type GetRdsRequestFromNameInWorkspaceParams

type GetRdsRequestFromNameInWorkspaceParams struct {

	/*Name*/
	Name string
	/*WorkspaceID*/
	WorkspaceID int64

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

GetRdsRequestFromNameInWorkspaceParams contains all the parameters to send to the API endpoint for the get rds request from name in workspace operation typically these are written to a http.Request

func NewGetRdsRequestFromNameInWorkspaceParams

func NewGetRdsRequestFromNameInWorkspaceParams() *GetRdsRequestFromNameInWorkspaceParams

NewGetRdsRequestFromNameInWorkspaceParams creates a new GetRdsRequestFromNameInWorkspaceParams object with the default values initialized.

func NewGetRdsRequestFromNameInWorkspaceParamsWithContext

func NewGetRdsRequestFromNameInWorkspaceParamsWithContext(ctx context.Context) *GetRdsRequestFromNameInWorkspaceParams

NewGetRdsRequestFromNameInWorkspaceParamsWithContext creates a new GetRdsRequestFromNameInWorkspaceParams object with the default values initialized, and the ability to set a context for a request

func NewGetRdsRequestFromNameInWorkspaceParamsWithHTTPClient

func NewGetRdsRequestFromNameInWorkspaceParamsWithHTTPClient(client *http.Client) *GetRdsRequestFromNameInWorkspaceParams

NewGetRdsRequestFromNameInWorkspaceParamsWithHTTPClient creates a new GetRdsRequestFromNameInWorkspaceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetRdsRequestFromNameInWorkspaceParamsWithTimeout

func NewGetRdsRequestFromNameInWorkspaceParamsWithTimeout(timeout time.Duration) *GetRdsRequestFromNameInWorkspaceParams

NewGetRdsRequestFromNameInWorkspaceParamsWithTimeout creates a new GetRdsRequestFromNameInWorkspaceParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetRdsRequestFromNameInWorkspaceParams) SetContext

SetContext adds the context to the get rds request from name in workspace params

func (*GetRdsRequestFromNameInWorkspaceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get rds request from name in workspace params

func (*GetRdsRequestFromNameInWorkspaceParams) SetName

SetName adds the name to the get rds request from name in workspace params

func (*GetRdsRequestFromNameInWorkspaceParams) SetTimeout

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

SetTimeout adds the timeout to the get rds request from name in workspace params

func (*GetRdsRequestFromNameInWorkspaceParams) SetWorkspaceID

func (o *GetRdsRequestFromNameInWorkspaceParams) SetWorkspaceID(workspaceID int64)

SetWorkspaceID adds the workspaceId to the get rds request from name in workspace params

func (*GetRdsRequestFromNameInWorkspaceParams) WithContext

WithContext adds the context to the get rds request from name in workspace params

func (*GetRdsRequestFromNameInWorkspaceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get rds request from name in workspace params

func (*GetRdsRequestFromNameInWorkspaceParams) WithName

WithName adds the name to the get rds request from name in workspace params

func (*GetRdsRequestFromNameInWorkspaceParams) WithTimeout

WithTimeout adds the timeout to the get rds request from name in workspace params

func (*GetRdsRequestFromNameInWorkspaceParams) WithWorkspaceID

WithWorkspaceID adds the workspaceID to the get rds request from name in workspace params

func (*GetRdsRequestFromNameInWorkspaceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRdsRequestFromNameInWorkspaceReader

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

GetRdsRequestFromNameInWorkspaceReader is a Reader for the GetRdsRequestFromNameInWorkspace structure.

func (*GetRdsRequestFromNameInWorkspaceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListRdsConfigsByWorkspaceOK

type ListRdsConfigsByWorkspaceOK struct {
	Payload []*models_cloudbreak.RDSConfigResponse
}

ListRdsConfigsByWorkspaceOK handles this case with default header values.

successful operation

func NewListRdsConfigsByWorkspaceOK

func NewListRdsConfigsByWorkspaceOK() *ListRdsConfigsByWorkspaceOK

NewListRdsConfigsByWorkspaceOK creates a ListRdsConfigsByWorkspaceOK with default headers values

func (*ListRdsConfigsByWorkspaceOK) Error

type ListRdsConfigsByWorkspaceParams

type ListRdsConfigsByWorkspaceParams struct {

	/*WorkspaceID*/
	WorkspaceID int64

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

ListRdsConfigsByWorkspaceParams contains all the parameters to send to the API endpoint for the list rds configs by workspace operation typically these are written to a http.Request

func NewListRdsConfigsByWorkspaceParams

func NewListRdsConfigsByWorkspaceParams() *ListRdsConfigsByWorkspaceParams

NewListRdsConfigsByWorkspaceParams creates a new ListRdsConfigsByWorkspaceParams object with the default values initialized.

func NewListRdsConfigsByWorkspaceParamsWithContext

func NewListRdsConfigsByWorkspaceParamsWithContext(ctx context.Context) *ListRdsConfigsByWorkspaceParams

NewListRdsConfigsByWorkspaceParamsWithContext creates a new ListRdsConfigsByWorkspaceParams object with the default values initialized, and the ability to set a context for a request

func NewListRdsConfigsByWorkspaceParamsWithHTTPClient

func NewListRdsConfigsByWorkspaceParamsWithHTTPClient(client *http.Client) *ListRdsConfigsByWorkspaceParams

NewListRdsConfigsByWorkspaceParamsWithHTTPClient creates a new ListRdsConfigsByWorkspaceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListRdsConfigsByWorkspaceParamsWithTimeout

func NewListRdsConfigsByWorkspaceParamsWithTimeout(timeout time.Duration) *ListRdsConfigsByWorkspaceParams

NewListRdsConfigsByWorkspaceParamsWithTimeout creates a new ListRdsConfigsByWorkspaceParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListRdsConfigsByWorkspaceParams) SetContext

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

SetContext adds the context to the list rds configs by workspace params

func (*ListRdsConfigsByWorkspaceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list rds configs by workspace params

func (*ListRdsConfigsByWorkspaceParams) SetTimeout

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

SetTimeout adds the timeout to the list rds configs by workspace params

func (*ListRdsConfigsByWorkspaceParams) SetWorkspaceID

func (o *ListRdsConfigsByWorkspaceParams) SetWorkspaceID(workspaceID int64)

SetWorkspaceID adds the workspaceId to the list rds configs by workspace params

func (*ListRdsConfigsByWorkspaceParams) WithContext

WithContext adds the context to the list rds configs by workspace params

func (*ListRdsConfigsByWorkspaceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list rds configs by workspace params

func (*ListRdsConfigsByWorkspaceParams) WithTimeout

WithTimeout adds the timeout to the list rds configs by workspace params

func (*ListRdsConfigsByWorkspaceParams) WithWorkspaceID

WithWorkspaceID adds the workspaceID to the list rds configs by workspace params

func (*ListRdsConfigsByWorkspaceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListRdsConfigsByWorkspaceReader

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

ListRdsConfigsByWorkspaceReader is a Reader for the ListRdsConfigsByWorkspace structure.

func (*ListRdsConfigsByWorkspaceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type TestRdsConnectionInWorkspaceOK

type TestRdsConnectionInWorkspaceOK struct {
	Payload *models_cloudbreak.RdsTestResult
}

TestRdsConnectionInWorkspaceOK handles this case with default header values.

successful operation

func NewTestRdsConnectionInWorkspaceOK

func NewTestRdsConnectionInWorkspaceOK() *TestRdsConnectionInWorkspaceOK

NewTestRdsConnectionInWorkspaceOK creates a TestRdsConnectionInWorkspaceOK with default headers values

func (*TestRdsConnectionInWorkspaceOK) Error

type TestRdsConnectionInWorkspaceParams

type TestRdsConnectionInWorkspaceParams struct {

	/*Body*/
	Body *models_cloudbreak.RdsTestRequest
	/*WorkspaceID*/
	WorkspaceID int64

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

TestRdsConnectionInWorkspaceParams contains all the parameters to send to the API endpoint for the test rds connection in workspace operation typically these are written to a http.Request

func NewTestRdsConnectionInWorkspaceParams

func NewTestRdsConnectionInWorkspaceParams() *TestRdsConnectionInWorkspaceParams

NewTestRdsConnectionInWorkspaceParams creates a new TestRdsConnectionInWorkspaceParams object with the default values initialized.

func NewTestRdsConnectionInWorkspaceParamsWithContext

func NewTestRdsConnectionInWorkspaceParamsWithContext(ctx context.Context) *TestRdsConnectionInWorkspaceParams

NewTestRdsConnectionInWorkspaceParamsWithContext creates a new TestRdsConnectionInWorkspaceParams object with the default values initialized, and the ability to set a context for a request

func NewTestRdsConnectionInWorkspaceParamsWithHTTPClient

func NewTestRdsConnectionInWorkspaceParamsWithHTTPClient(client *http.Client) *TestRdsConnectionInWorkspaceParams

NewTestRdsConnectionInWorkspaceParamsWithHTTPClient creates a new TestRdsConnectionInWorkspaceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewTestRdsConnectionInWorkspaceParamsWithTimeout

func NewTestRdsConnectionInWorkspaceParamsWithTimeout(timeout time.Duration) *TestRdsConnectionInWorkspaceParams

NewTestRdsConnectionInWorkspaceParamsWithTimeout creates a new TestRdsConnectionInWorkspaceParams object with the default values initialized, and the ability to set a timeout on a request

func (*TestRdsConnectionInWorkspaceParams) SetBody

SetBody adds the body to the test rds connection in workspace params

func (*TestRdsConnectionInWorkspaceParams) SetContext

SetContext adds the context to the test rds connection in workspace params

func (*TestRdsConnectionInWorkspaceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the test rds connection in workspace params

func (*TestRdsConnectionInWorkspaceParams) SetTimeout

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

SetTimeout adds the timeout to the test rds connection in workspace params

func (*TestRdsConnectionInWorkspaceParams) SetWorkspaceID

func (o *TestRdsConnectionInWorkspaceParams) SetWorkspaceID(workspaceID int64)

SetWorkspaceID adds the workspaceId to the test rds connection in workspace params

func (*TestRdsConnectionInWorkspaceParams) WithBody

WithBody adds the body to the test rds connection in workspace params

func (*TestRdsConnectionInWorkspaceParams) WithContext

WithContext adds the context to the test rds connection in workspace params

func (*TestRdsConnectionInWorkspaceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the test rds connection in workspace params

func (*TestRdsConnectionInWorkspaceParams) WithTimeout

WithTimeout adds the timeout to the test rds connection in workspace params

func (*TestRdsConnectionInWorkspaceParams) WithWorkspaceID

WithWorkspaceID adds the workspaceID to the test rds connection in workspace params

func (*TestRdsConnectionInWorkspaceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type TestRdsConnectionInWorkspaceReader

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

TestRdsConnectionInWorkspaceReader is a Reader for the TestRdsConnectionInWorkspace structure.

func (*TestRdsConnectionInWorkspaceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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