v3_organization_id_rdsconfigs

package
v2.9.0-dev.47+incompat... Latest Latest
Warning

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

Go to latest
Published: Sep 6, 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 organization id rdsconfigs API

func New

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

New creates a new v3 organization id rdsconfigs API client.

func (*Client) CreateRdsConfigInOrganization

func (a *Client) CreateRdsConfigInOrganization(params *CreateRdsConfigInOrganizationParams) (*CreateRdsConfigInOrganizationOK, error)

CreateRdsConfigInOrganization creates r d s config in organization

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

func (*Client) DeleteRdsConfigInOrganization

func (a *Client) DeleteRdsConfigInOrganization(params *DeleteRdsConfigInOrganizationParams) (*DeleteRdsConfigInOrganizationOK, error)

DeleteRdsConfigInOrganization deletes r d s config by name in organization

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

func (*Client) GetRdsConfigInOrganization

func (a *Client) GetRdsConfigInOrganization(params *GetRdsConfigInOrganizationParams) (*GetRdsConfigInOrganizationOK, error)

GetRdsConfigInOrganization gets r d s config by name in organization

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

func (*Client) GetRdsRequestFromNameInOrganization

func (a *Client) GetRdsRequestFromNameInOrganization(params *GetRdsRequestFromNameInOrganizationParams) (*GetRdsRequestFromNameInOrganizationOK, error)

GetRdsRequestFromNameInOrganization gets request in organization

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

func (*Client) ListRdsConfigsByOrganization

func (a *Client) ListRdsConfigsByOrganization(params *ListRdsConfigsByOrganizationParams) (*ListRdsConfigsByOrganizationOK, error)

ListRdsConfigsByOrganization lists r d s configs for the given organization

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) TestRdsConnectionInOrganization

func (a *Client) TestRdsConnectionInOrganization(params *TestRdsConnectionInOrganizationParams) (*TestRdsConnectionInOrganizationOK, error)

TestRdsConnectionInOrganization 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 CreateRdsConfigInOrganizationOK

type CreateRdsConfigInOrganizationOK struct {
	Payload *models_cloudbreak.RDSConfigResponse
}

CreateRdsConfigInOrganizationOK handles this case with default header values.

successful operation

func NewCreateRdsConfigInOrganizationOK

func NewCreateRdsConfigInOrganizationOK() *CreateRdsConfigInOrganizationOK

NewCreateRdsConfigInOrganizationOK creates a CreateRdsConfigInOrganizationOK with default headers values

func (*CreateRdsConfigInOrganizationOK) Error

type CreateRdsConfigInOrganizationParams

type CreateRdsConfigInOrganizationParams struct {

	/*Body*/
	Body *models_cloudbreak.RdsConfig
	/*OrganizationID*/
	OrganizationID int64

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

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

func NewCreateRdsConfigInOrganizationParams

func NewCreateRdsConfigInOrganizationParams() *CreateRdsConfigInOrganizationParams

NewCreateRdsConfigInOrganizationParams creates a new CreateRdsConfigInOrganizationParams object with the default values initialized.

func NewCreateRdsConfigInOrganizationParamsWithContext

func NewCreateRdsConfigInOrganizationParamsWithContext(ctx context.Context) *CreateRdsConfigInOrganizationParams

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

func NewCreateRdsConfigInOrganizationParamsWithHTTPClient

func NewCreateRdsConfigInOrganizationParamsWithHTTPClient(client *http.Client) *CreateRdsConfigInOrganizationParams

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

func NewCreateRdsConfigInOrganizationParamsWithTimeout

func NewCreateRdsConfigInOrganizationParamsWithTimeout(timeout time.Duration) *CreateRdsConfigInOrganizationParams

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

func (*CreateRdsConfigInOrganizationParams) SetBody

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

func (*CreateRdsConfigInOrganizationParams) SetContext

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

func (*CreateRdsConfigInOrganizationParams) SetHTTPClient

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

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

func (*CreateRdsConfigInOrganizationParams) SetOrganizationID

func (o *CreateRdsConfigInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the create rds config in organization params

func (*CreateRdsConfigInOrganizationParams) SetTimeout

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

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

func (*CreateRdsConfigInOrganizationParams) WithBody

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

func (*CreateRdsConfigInOrganizationParams) WithContext

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

func (*CreateRdsConfigInOrganizationParams) WithHTTPClient

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

func (*CreateRdsConfigInOrganizationParams) WithOrganizationID

func (o *CreateRdsConfigInOrganizationParams) WithOrganizationID(organizationID int64) *CreateRdsConfigInOrganizationParams

WithOrganizationID adds the organizationID to the create rds config in organization params

func (*CreateRdsConfigInOrganizationParams) WithTimeout

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

func (*CreateRdsConfigInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateRdsConfigInOrganizationReader

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

CreateRdsConfigInOrganizationReader is a Reader for the CreateRdsConfigInOrganization structure.

func (*CreateRdsConfigInOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteRdsConfigInOrganizationOK

type DeleteRdsConfigInOrganizationOK struct {
	Payload *models_cloudbreak.RDSConfigResponse
}

DeleteRdsConfigInOrganizationOK handles this case with default header values.

successful operation

func NewDeleteRdsConfigInOrganizationOK

func NewDeleteRdsConfigInOrganizationOK() *DeleteRdsConfigInOrganizationOK

NewDeleteRdsConfigInOrganizationOK creates a DeleteRdsConfigInOrganizationOK with default headers values

func (*DeleteRdsConfigInOrganizationOK) Error

type DeleteRdsConfigInOrganizationParams

type DeleteRdsConfigInOrganizationParams struct {

	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64

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

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

func NewDeleteRdsConfigInOrganizationParams

func NewDeleteRdsConfigInOrganizationParams() *DeleteRdsConfigInOrganizationParams

NewDeleteRdsConfigInOrganizationParams creates a new DeleteRdsConfigInOrganizationParams object with the default values initialized.

func NewDeleteRdsConfigInOrganizationParamsWithContext

func NewDeleteRdsConfigInOrganizationParamsWithContext(ctx context.Context) *DeleteRdsConfigInOrganizationParams

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

func NewDeleteRdsConfigInOrganizationParamsWithHTTPClient

func NewDeleteRdsConfigInOrganizationParamsWithHTTPClient(client *http.Client) *DeleteRdsConfigInOrganizationParams

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

func NewDeleteRdsConfigInOrganizationParamsWithTimeout

func NewDeleteRdsConfigInOrganizationParamsWithTimeout(timeout time.Duration) *DeleteRdsConfigInOrganizationParams

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

func (*DeleteRdsConfigInOrganizationParams) SetContext

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

func (*DeleteRdsConfigInOrganizationParams) SetHTTPClient

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

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

func (*DeleteRdsConfigInOrganizationParams) SetName

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

func (*DeleteRdsConfigInOrganizationParams) SetOrganizationID

func (o *DeleteRdsConfigInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the delete rds config in organization params

func (*DeleteRdsConfigInOrganizationParams) SetTimeout

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

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

func (*DeleteRdsConfigInOrganizationParams) WithContext

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

func (*DeleteRdsConfigInOrganizationParams) WithHTTPClient

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

func (*DeleteRdsConfigInOrganizationParams) WithName

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

func (*DeleteRdsConfigInOrganizationParams) WithOrganizationID

func (o *DeleteRdsConfigInOrganizationParams) WithOrganizationID(organizationID int64) *DeleteRdsConfigInOrganizationParams

WithOrganizationID adds the organizationID to the delete rds config in organization params

func (*DeleteRdsConfigInOrganizationParams) WithTimeout

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

func (*DeleteRdsConfigInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteRdsConfigInOrganizationReader

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

DeleteRdsConfigInOrganizationReader is a Reader for the DeleteRdsConfigInOrganization structure.

func (*DeleteRdsConfigInOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRdsConfigInOrganizationOK

type GetRdsConfigInOrganizationOK struct {
	Payload *models_cloudbreak.RDSConfigResponse
}

GetRdsConfigInOrganizationOK handles this case with default header values.

successful operation

func NewGetRdsConfigInOrganizationOK

func NewGetRdsConfigInOrganizationOK() *GetRdsConfigInOrganizationOK

NewGetRdsConfigInOrganizationOK creates a GetRdsConfigInOrganizationOK with default headers values

func (*GetRdsConfigInOrganizationOK) Error

type GetRdsConfigInOrganizationParams

type GetRdsConfigInOrganizationParams struct {

	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64

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

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

func NewGetRdsConfigInOrganizationParams

func NewGetRdsConfigInOrganizationParams() *GetRdsConfigInOrganizationParams

NewGetRdsConfigInOrganizationParams creates a new GetRdsConfigInOrganizationParams object with the default values initialized.

func NewGetRdsConfigInOrganizationParamsWithContext

func NewGetRdsConfigInOrganizationParamsWithContext(ctx context.Context) *GetRdsConfigInOrganizationParams

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

func NewGetRdsConfigInOrganizationParamsWithHTTPClient

func NewGetRdsConfigInOrganizationParamsWithHTTPClient(client *http.Client) *GetRdsConfigInOrganizationParams

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

func NewGetRdsConfigInOrganizationParamsWithTimeout

func NewGetRdsConfigInOrganizationParamsWithTimeout(timeout time.Duration) *GetRdsConfigInOrganizationParams

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

func (*GetRdsConfigInOrganizationParams) SetContext

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

func (*GetRdsConfigInOrganizationParams) SetHTTPClient

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

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

func (*GetRdsConfigInOrganizationParams) SetName

func (o *GetRdsConfigInOrganizationParams) SetName(name string)

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

func (*GetRdsConfigInOrganizationParams) SetOrganizationID

func (o *GetRdsConfigInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the get rds config in organization params

func (*GetRdsConfigInOrganizationParams) SetTimeout

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

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

func (*GetRdsConfigInOrganizationParams) WithContext

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

func (*GetRdsConfigInOrganizationParams) WithHTTPClient

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

func (*GetRdsConfigInOrganizationParams) WithName

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

func (*GetRdsConfigInOrganizationParams) WithOrganizationID

func (o *GetRdsConfigInOrganizationParams) WithOrganizationID(organizationID int64) *GetRdsConfigInOrganizationParams

WithOrganizationID adds the organizationID to the get rds config in organization params

func (*GetRdsConfigInOrganizationParams) WithTimeout

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

func (*GetRdsConfigInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRdsConfigInOrganizationReader

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

GetRdsConfigInOrganizationReader is a Reader for the GetRdsConfigInOrganization structure.

func (*GetRdsConfigInOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRdsRequestFromNameInOrganizationOK

type GetRdsRequestFromNameInOrganizationOK struct {
	Payload *models_cloudbreak.RdsConfig
}

GetRdsRequestFromNameInOrganizationOK handles this case with default header values.

successful operation

func NewGetRdsRequestFromNameInOrganizationOK

func NewGetRdsRequestFromNameInOrganizationOK() *GetRdsRequestFromNameInOrganizationOK

NewGetRdsRequestFromNameInOrganizationOK creates a GetRdsRequestFromNameInOrganizationOK with default headers values

func (*GetRdsRequestFromNameInOrganizationOK) Error

type GetRdsRequestFromNameInOrganizationParams

type GetRdsRequestFromNameInOrganizationParams struct {

	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64

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

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

func NewGetRdsRequestFromNameInOrganizationParams

func NewGetRdsRequestFromNameInOrganizationParams() *GetRdsRequestFromNameInOrganizationParams

NewGetRdsRequestFromNameInOrganizationParams creates a new GetRdsRequestFromNameInOrganizationParams object with the default values initialized.

func NewGetRdsRequestFromNameInOrganizationParamsWithContext

func NewGetRdsRequestFromNameInOrganizationParamsWithContext(ctx context.Context) *GetRdsRequestFromNameInOrganizationParams

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

func NewGetRdsRequestFromNameInOrganizationParamsWithHTTPClient

func NewGetRdsRequestFromNameInOrganizationParamsWithHTTPClient(client *http.Client) *GetRdsRequestFromNameInOrganizationParams

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

func NewGetRdsRequestFromNameInOrganizationParamsWithTimeout

func NewGetRdsRequestFromNameInOrganizationParamsWithTimeout(timeout time.Duration) *GetRdsRequestFromNameInOrganizationParams

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

func (*GetRdsRequestFromNameInOrganizationParams) SetContext

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

func (*GetRdsRequestFromNameInOrganizationParams) SetHTTPClient

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

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

func (*GetRdsRequestFromNameInOrganizationParams) SetName

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

func (*GetRdsRequestFromNameInOrganizationParams) SetOrganizationID

func (o *GetRdsRequestFromNameInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the get rds request from name in organization params

func (*GetRdsRequestFromNameInOrganizationParams) SetTimeout

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

func (*GetRdsRequestFromNameInOrganizationParams) WithContext

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

func (*GetRdsRequestFromNameInOrganizationParams) WithHTTPClient

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

func (*GetRdsRequestFromNameInOrganizationParams) WithName

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

func (*GetRdsRequestFromNameInOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the get rds request from name in organization params

func (*GetRdsRequestFromNameInOrganizationParams) WithTimeout

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

func (*GetRdsRequestFromNameInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRdsRequestFromNameInOrganizationReader

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

GetRdsRequestFromNameInOrganizationReader is a Reader for the GetRdsRequestFromNameInOrganization structure.

func (*GetRdsRequestFromNameInOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListRdsConfigsByOrganizationOK

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

ListRdsConfigsByOrganizationOK handles this case with default header values.

successful operation

func NewListRdsConfigsByOrganizationOK

func NewListRdsConfigsByOrganizationOK() *ListRdsConfigsByOrganizationOK

NewListRdsConfigsByOrganizationOK creates a ListRdsConfigsByOrganizationOK with default headers values

func (*ListRdsConfigsByOrganizationOK) Error

type ListRdsConfigsByOrganizationParams

type ListRdsConfigsByOrganizationParams struct {

	/*OrganizationID*/
	OrganizationID int64

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

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

func NewListRdsConfigsByOrganizationParams

func NewListRdsConfigsByOrganizationParams() *ListRdsConfigsByOrganizationParams

NewListRdsConfigsByOrganizationParams creates a new ListRdsConfigsByOrganizationParams object with the default values initialized.

func NewListRdsConfigsByOrganizationParamsWithContext

func NewListRdsConfigsByOrganizationParamsWithContext(ctx context.Context) *ListRdsConfigsByOrganizationParams

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

func NewListRdsConfigsByOrganizationParamsWithHTTPClient

func NewListRdsConfigsByOrganizationParamsWithHTTPClient(client *http.Client) *ListRdsConfigsByOrganizationParams

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

func NewListRdsConfigsByOrganizationParamsWithTimeout

func NewListRdsConfigsByOrganizationParamsWithTimeout(timeout time.Duration) *ListRdsConfigsByOrganizationParams

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

func (*ListRdsConfigsByOrganizationParams) SetContext

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

func (*ListRdsConfigsByOrganizationParams) SetHTTPClient

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

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

func (*ListRdsConfigsByOrganizationParams) SetOrganizationID

func (o *ListRdsConfigsByOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the list rds configs by organization params

func (*ListRdsConfigsByOrganizationParams) SetTimeout

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

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

func (*ListRdsConfigsByOrganizationParams) WithContext

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

func (*ListRdsConfigsByOrganizationParams) WithHTTPClient

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

func (*ListRdsConfigsByOrganizationParams) WithOrganizationID

func (o *ListRdsConfigsByOrganizationParams) WithOrganizationID(organizationID int64) *ListRdsConfigsByOrganizationParams

WithOrganizationID adds the organizationID to the list rds configs by organization params

func (*ListRdsConfigsByOrganizationParams) WithTimeout

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

func (*ListRdsConfigsByOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListRdsConfigsByOrganizationReader

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

ListRdsConfigsByOrganizationReader is a Reader for the ListRdsConfigsByOrganization structure.

func (*ListRdsConfigsByOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type TestRdsConnectionInOrganizationOK

type TestRdsConnectionInOrganizationOK struct {
	Payload *models_cloudbreak.RdsTestResult
}

TestRdsConnectionInOrganizationOK handles this case with default header values.

successful operation

func NewTestRdsConnectionInOrganizationOK

func NewTestRdsConnectionInOrganizationOK() *TestRdsConnectionInOrganizationOK

NewTestRdsConnectionInOrganizationOK creates a TestRdsConnectionInOrganizationOK with default headers values

func (*TestRdsConnectionInOrganizationOK) Error

type TestRdsConnectionInOrganizationParams

type TestRdsConnectionInOrganizationParams struct {

	/*Body*/
	Body *models_cloudbreak.RdsTestRequest
	/*OrganizationID*/
	OrganizationID int64

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

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

func NewTestRdsConnectionInOrganizationParams

func NewTestRdsConnectionInOrganizationParams() *TestRdsConnectionInOrganizationParams

NewTestRdsConnectionInOrganizationParams creates a new TestRdsConnectionInOrganizationParams object with the default values initialized.

func NewTestRdsConnectionInOrganizationParamsWithContext

func NewTestRdsConnectionInOrganizationParamsWithContext(ctx context.Context) *TestRdsConnectionInOrganizationParams

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

func NewTestRdsConnectionInOrganizationParamsWithHTTPClient

func NewTestRdsConnectionInOrganizationParamsWithHTTPClient(client *http.Client) *TestRdsConnectionInOrganizationParams

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

func NewTestRdsConnectionInOrganizationParamsWithTimeout

func NewTestRdsConnectionInOrganizationParamsWithTimeout(timeout time.Duration) *TestRdsConnectionInOrganizationParams

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

func (*TestRdsConnectionInOrganizationParams) SetBody

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

func (*TestRdsConnectionInOrganizationParams) SetContext

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

func (*TestRdsConnectionInOrganizationParams) SetHTTPClient

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

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

func (*TestRdsConnectionInOrganizationParams) SetOrganizationID

func (o *TestRdsConnectionInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the test rds connection in organization params

func (*TestRdsConnectionInOrganizationParams) SetTimeout

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

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

func (*TestRdsConnectionInOrganizationParams) WithBody

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

func (*TestRdsConnectionInOrganizationParams) WithContext

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

func (*TestRdsConnectionInOrganizationParams) WithHTTPClient

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

func (*TestRdsConnectionInOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the test rds connection in organization params

func (*TestRdsConnectionInOrganizationParams) WithTimeout

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

func (*TestRdsConnectionInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type TestRdsConnectionInOrganizationReader

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

TestRdsConnectionInOrganizationReader is a Reader for the TestRdsConnectionInOrganization structure.

func (*TestRdsConnectionInOrganizationReader) ReadResponse

func (o *TestRdsConnectionInOrganizationReader) 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