util

package
v2.3.0-dev.11+incompat... Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2017 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 util API

func New

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

New creates a new util API client.

func (*Client) CreateRDSDatabaseUtil

func (a *Client) CreateRDSDatabaseUtil(params *CreateRDSDatabaseUtilParams) (*CreateRDSDatabaseUtilOK, error)

CreateRDSDatabaseUtil creates a database connection parameters

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) TestAmbariDatabaseUtil

func (a *Client) TestAmbariDatabaseUtil(params *TestAmbariDatabaseUtilParams) (*TestAmbariDatabaseUtilOK, error)

TestAmbariDatabaseUtil tests a database connection parameters

func (*Client) TestLdapConnectionByIDUtil

func (a *Client) TestLdapConnectionByIDUtil(params *TestLdapConnectionByIDUtilParams) (*TestLdapConnectionByIDUtilOK, error)

TestLdapConnectionByIDUtil tests an already exists l d a p connection

func (*Client) TestLdapConnectionUtil

func (a *Client) TestLdapConnectionUtil(params *TestLdapConnectionUtilParams) (*TestLdapConnectionUtilOK, error)

TestLdapConnectionUtil tests an l d a p connection

func (*Client) TestRdsConnectionByIDUtil

func (a *Client) TestRdsConnectionByIDUtil(params *TestRdsConnectionByIDUtilParams) (*TestRdsConnectionByIDUtilOK, error)

TestRdsConnectionByIDUtil tests an already exists r d s connection

func (*Client) TestRdsConnectionUtil

func (a *Client) TestRdsConnectionUtil(params *TestRdsConnectionUtilParams) (*TestRdsConnectionUtilOK, error)

TestRdsConnectionUtil tests an r d s connection

type CreateRDSDatabaseUtilOK

type CreateRDSDatabaseUtilOK struct {
	Payload *models_cloudbreak.RdsBuildResult
}

CreateRDSDatabaseUtilOK handles this case with default header values.

successful operation

func NewCreateRDSDatabaseUtilOK

func NewCreateRDSDatabaseUtilOK() *CreateRDSDatabaseUtilOK

NewCreateRDSDatabaseUtilOK creates a CreateRDSDatabaseUtilOK with default headers values

func (*CreateRDSDatabaseUtilOK) Error

func (o *CreateRDSDatabaseUtilOK) Error() string

type CreateRDSDatabaseUtilParams

type CreateRDSDatabaseUtilParams struct {

	/*Body*/
	Body *models_cloudbreak.RDSBuildRequest
	/*Target*/
	Target []string

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

CreateRDSDatabaseUtilParams contains all the parameters to send to the API endpoint for the create r d s database util operation typically these are written to a http.Request

func NewCreateRDSDatabaseUtilParams

func NewCreateRDSDatabaseUtilParams() *CreateRDSDatabaseUtilParams

NewCreateRDSDatabaseUtilParams creates a new CreateRDSDatabaseUtilParams object with the default values initialized.

func NewCreateRDSDatabaseUtilParamsWithContext

func NewCreateRDSDatabaseUtilParamsWithContext(ctx context.Context) *CreateRDSDatabaseUtilParams

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

func NewCreateRDSDatabaseUtilParamsWithHTTPClient

func NewCreateRDSDatabaseUtilParamsWithHTTPClient(client *http.Client) *CreateRDSDatabaseUtilParams

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

func NewCreateRDSDatabaseUtilParamsWithTimeout

func NewCreateRDSDatabaseUtilParamsWithTimeout(timeout time.Duration) *CreateRDSDatabaseUtilParams

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

func (*CreateRDSDatabaseUtilParams) SetBody

SetBody adds the body to the create r d s database util params

func (*CreateRDSDatabaseUtilParams) SetContext

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

SetContext adds the context to the create r d s database util params

func (*CreateRDSDatabaseUtilParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create r d s database util params

func (*CreateRDSDatabaseUtilParams) SetTarget

func (o *CreateRDSDatabaseUtilParams) SetTarget(target []string)

SetTarget adds the target to the create r d s database util params

func (*CreateRDSDatabaseUtilParams) SetTimeout

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

SetTimeout adds the timeout to the create r d s database util params

func (*CreateRDSDatabaseUtilParams) WithBody

WithBody adds the body to the create r d s database util params

func (*CreateRDSDatabaseUtilParams) WithContext

WithContext adds the context to the create r d s database util params

func (*CreateRDSDatabaseUtilParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create r d s database util params

func (*CreateRDSDatabaseUtilParams) WithTarget

WithTarget adds the target to the create r d s database util params

func (*CreateRDSDatabaseUtilParams) WithTimeout

WithTimeout adds the timeout to the create r d s database util params

func (*CreateRDSDatabaseUtilParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateRDSDatabaseUtilReader

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

CreateRDSDatabaseUtilReader is a Reader for the CreateRDSDatabaseUtil structure.

func (*CreateRDSDatabaseUtilReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type TestAmbariDatabaseUtilOK

type TestAmbariDatabaseUtilOK struct {
	Payload *models_cloudbreak.AmbariDatabaseTestResult
}

TestAmbariDatabaseUtilOK handles this case with default header values.

successful operation

func NewTestAmbariDatabaseUtilOK

func NewTestAmbariDatabaseUtilOK() *TestAmbariDatabaseUtilOK

NewTestAmbariDatabaseUtilOK creates a TestAmbariDatabaseUtilOK with default headers values

func (*TestAmbariDatabaseUtilOK) Error

func (o *TestAmbariDatabaseUtilOK) Error() string

type TestAmbariDatabaseUtilParams

type TestAmbariDatabaseUtilParams struct {

	/*Body*/
	Body *models_cloudbreak.AmbariDatabaseDetails

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

TestAmbariDatabaseUtilParams contains all the parameters to send to the API endpoint for the test ambari database util operation typically these are written to a http.Request

func NewTestAmbariDatabaseUtilParams

func NewTestAmbariDatabaseUtilParams() *TestAmbariDatabaseUtilParams

NewTestAmbariDatabaseUtilParams creates a new TestAmbariDatabaseUtilParams object with the default values initialized.

func NewTestAmbariDatabaseUtilParamsWithContext

func NewTestAmbariDatabaseUtilParamsWithContext(ctx context.Context) *TestAmbariDatabaseUtilParams

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

func NewTestAmbariDatabaseUtilParamsWithHTTPClient

func NewTestAmbariDatabaseUtilParamsWithHTTPClient(client *http.Client) *TestAmbariDatabaseUtilParams

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

func NewTestAmbariDatabaseUtilParamsWithTimeout

func NewTestAmbariDatabaseUtilParamsWithTimeout(timeout time.Duration) *TestAmbariDatabaseUtilParams

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

func (*TestAmbariDatabaseUtilParams) SetBody

SetBody adds the body to the test ambari database util params

func (*TestAmbariDatabaseUtilParams) SetContext

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

SetContext adds the context to the test ambari database util params

func (*TestAmbariDatabaseUtilParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the test ambari database util params

func (*TestAmbariDatabaseUtilParams) SetTimeout

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

SetTimeout adds the timeout to the test ambari database util params

func (*TestAmbariDatabaseUtilParams) WithBody

WithBody adds the body to the test ambari database util params

func (*TestAmbariDatabaseUtilParams) WithContext

WithContext adds the context to the test ambari database util params

func (*TestAmbariDatabaseUtilParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the test ambari database util params

func (*TestAmbariDatabaseUtilParams) WithTimeout

WithTimeout adds the timeout to the test ambari database util params

func (*TestAmbariDatabaseUtilParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type TestAmbariDatabaseUtilReader

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

TestAmbariDatabaseUtilReader is a Reader for the TestAmbariDatabaseUtil structure.

func (*TestAmbariDatabaseUtilReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type TestLdapConnectionByIDUtilOK

type TestLdapConnectionByIDUtilOK struct {
	Payload *models_cloudbreak.RdsTestResult
}

TestLdapConnectionByIDUtilOK handles this case with default header values.

successful operation

func NewTestLdapConnectionByIDUtilOK

func NewTestLdapConnectionByIDUtilOK() *TestLdapConnectionByIDUtilOK

NewTestLdapConnectionByIDUtilOK creates a TestLdapConnectionByIDUtilOK with default headers values

func (*TestLdapConnectionByIDUtilOK) Error

type TestLdapConnectionByIDUtilParams

type TestLdapConnectionByIDUtilParams struct {

	/*ID*/
	ID int64

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

TestLdapConnectionByIDUtilParams contains all the parameters to send to the API endpoint for the test ldap connection by Id util operation typically these are written to a http.Request

func NewTestLdapConnectionByIDUtilParams

func NewTestLdapConnectionByIDUtilParams() *TestLdapConnectionByIDUtilParams

NewTestLdapConnectionByIDUtilParams creates a new TestLdapConnectionByIDUtilParams object with the default values initialized.

func NewTestLdapConnectionByIDUtilParamsWithContext

func NewTestLdapConnectionByIDUtilParamsWithContext(ctx context.Context) *TestLdapConnectionByIDUtilParams

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

func NewTestLdapConnectionByIDUtilParamsWithHTTPClient

func NewTestLdapConnectionByIDUtilParamsWithHTTPClient(client *http.Client) *TestLdapConnectionByIDUtilParams

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

func NewTestLdapConnectionByIDUtilParamsWithTimeout

func NewTestLdapConnectionByIDUtilParamsWithTimeout(timeout time.Duration) *TestLdapConnectionByIDUtilParams

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

func (*TestLdapConnectionByIDUtilParams) SetContext

SetContext adds the context to the test ldap connection by Id util params

func (*TestLdapConnectionByIDUtilParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the test ldap connection by Id util params

func (*TestLdapConnectionByIDUtilParams) SetID

SetID adds the id to the test ldap connection by Id util params

func (*TestLdapConnectionByIDUtilParams) SetTimeout

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

SetTimeout adds the timeout to the test ldap connection by Id util params

func (*TestLdapConnectionByIDUtilParams) WithContext

WithContext adds the context to the test ldap connection by Id util params

func (*TestLdapConnectionByIDUtilParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the test ldap connection by Id util params

func (*TestLdapConnectionByIDUtilParams) WithID

WithID adds the id to the test ldap connection by Id util params

func (*TestLdapConnectionByIDUtilParams) WithTimeout

WithTimeout adds the timeout to the test ldap connection by Id util params

func (*TestLdapConnectionByIDUtilParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type TestLdapConnectionByIDUtilReader

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

TestLdapConnectionByIDUtilReader is a Reader for the TestLdapConnectionByIDUtil structure.

func (*TestLdapConnectionByIDUtilReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type TestLdapConnectionUtilOK

type TestLdapConnectionUtilOK struct {
	Payload *models_cloudbreak.RdsTestResult
}

TestLdapConnectionUtilOK handles this case with default header values.

successful operation

func NewTestLdapConnectionUtilOK

func NewTestLdapConnectionUtilOK() *TestLdapConnectionUtilOK

NewTestLdapConnectionUtilOK creates a TestLdapConnectionUtilOK with default headers values

func (*TestLdapConnectionUtilOK) Error

func (o *TestLdapConnectionUtilOK) Error() string

type TestLdapConnectionUtilParams

type TestLdapConnectionUtilParams struct {

	/*Body*/
	Body *models_cloudbreak.LdapValidationRequest

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

TestLdapConnectionUtilParams contains all the parameters to send to the API endpoint for the test ldap connection util operation typically these are written to a http.Request

func NewTestLdapConnectionUtilParams

func NewTestLdapConnectionUtilParams() *TestLdapConnectionUtilParams

NewTestLdapConnectionUtilParams creates a new TestLdapConnectionUtilParams object with the default values initialized.

func NewTestLdapConnectionUtilParamsWithContext

func NewTestLdapConnectionUtilParamsWithContext(ctx context.Context) *TestLdapConnectionUtilParams

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

func NewTestLdapConnectionUtilParamsWithHTTPClient

func NewTestLdapConnectionUtilParamsWithHTTPClient(client *http.Client) *TestLdapConnectionUtilParams

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

func NewTestLdapConnectionUtilParamsWithTimeout

func NewTestLdapConnectionUtilParamsWithTimeout(timeout time.Duration) *TestLdapConnectionUtilParams

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

func (*TestLdapConnectionUtilParams) SetBody

SetBody adds the body to the test ldap connection util params

func (*TestLdapConnectionUtilParams) SetContext

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

SetContext adds the context to the test ldap connection util params

func (*TestLdapConnectionUtilParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the test ldap connection util params

func (*TestLdapConnectionUtilParams) SetTimeout

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

SetTimeout adds the timeout to the test ldap connection util params

func (*TestLdapConnectionUtilParams) WithBody

WithBody adds the body to the test ldap connection util params

func (*TestLdapConnectionUtilParams) WithContext

WithContext adds the context to the test ldap connection util params

func (*TestLdapConnectionUtilParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the test ldap connection util params

func (*TestLdapConnectionUtilParams) WithTimeout

WithTimeout adds the timeout to the test ldap connection util params

func (*TestLdapConnectionUtilParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type TestLdapConnectionUtilReader

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

TestLdapConnectionUtilReader is a Reader for the TestLdapConnectionUtil structure.

func (*TestLdapConnectionUtilReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type TestRdsConnectionByIDUtilOK

type TestRdsConnectionByIDUtilOK struct {
	Payload *models_cloudbreak.RdsTestResult
}

TestRdsConnectionByIDUtilOK handles this case with default header values.

successful operation

func NewTestRdsConnectionByIDUtilOK

func NewTestRdsConnectionByIDUtilOK() *TestRdsConnectionByIDUtilOK

NewTestRdsConnectionByIDUtilOK creates a TestRdsConnectionByIDUtilOK with default headers values

func (*TestRdsConnectionByIDUtilOK) Error

type TestRdsConnectionByIDUtilParams

type TestRdsConnectionByIDUtilParams struct {

	/*ID*/
	ID int64

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

TestRdsConnectionByIDUtilParams contains all the parameters to send to the API endpoint for the test rds connection by Id util operation typically these are written to a http.Request

func NewTestRdsConnectionByIDUtilParams

func NewTestRdsConnectionByIDUtilParams() *TestRdsConnectionByIDUtilParams

NewTestRdsConnectionByIDUtilParams creates a new TestRdsConnectionByIDUtilParams object with the default values initialized.

func NewTestRdsConnectionByIDUtilParamsWithContext

func NewTestRdsConnectionByIDUtilParamsWithContext(ctx context.Context) *TestRdsConnectionByIDUtilParams

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

func NewTestRdsConnectionByIDUtilParamsWithHTTPClient

func NewTestRdsConnectionByIDUtilParamsWithHTTPClient(client *http.Client) *TestRdsConnectionByIDUtilParams

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

func NewTestRdsConnectionByIDUtilParamsWithTimeout

func NewTestRdsConnectionByIDUtilParamsWithTimeout(timeout time.Duration) *TestRdsConnectionByIDUtilParams

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

func (*TestRdsConnectionByIDUtilParams) SetContext

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

SetContext adds the context to the test rds connection by Id util params

func (*TestRdsConnectionByIDUtilParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the test rds connection by Id util params

func (*TestRdsConnectionByIDUtilParams) SetID

SetID adds the id to the test rds connection by Id util params

func (*TestRdsConnectionByIDUtilParams) SetTimeout

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

SetTimeout adds the timeout to the test rds connection by Id util params

func (*TestRdsConnectionByIDUtilParams) WithContext

WithContext adds the context to the test rds connection by Id util params

func (*TestRdsConnectionByIDUtilParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the test rds connection by Id util params

func (*TestRdsConnectionByIDUtilParams) WithID

WithID adds the id to the test rds connection by Id util params

func (*TestRdsConnectionByIDUtilParams) WithTimeout

WithTimeout adds the timeout to the test rds connection by Id util params

func (*TestRdsConnectionByIDUtilParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type TestRdsConnectionByIDUtilReader

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

TestRdsConnectionByIDUtilReader is a Reader for the TestRdsConnectionByIDUtil structure.

func (*TestRdsConnectionByIDUtilReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type TestRdsConnectionUtilOK

type TestRdsConnectionUtilOK struct {
	Payload *models_cloudbreak.RdsTestResult
}

TestRdsConnectionUtilOK handles this case with default header values.

successful operation

func NewTestRdsConnectionUtilOK

func NewTestRdsConnectionUtilOK() *TestRdsConnectionUtilOK

NewTestRdsConnectionUtilOK creates a TestRdsConnectionUtilOK with default headers values

func (*TestRdsConnectionUtilOK) Error

func (o *TestRdsConnectionUtilOK) Error() string

type TestRdsConnectionUtilParams

type TestRdsConnectionUtilParams struct {

	/*Body*/
	Body *models_cloudbreak.RDSConfig

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

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

func NewTestRdsConnectionUtilParams

func NewTestRdsConnectionUtilParams() *TestRdsConnectionUtilParams

NewTestRdsConnectionUtilParams creates a new TestRdsConnectionUtilParams object with the default values initialized.

func NewTestRdsConnectionUtilParamsWithContext

func NewTestRdsConnectionUtilParamsWithContext(ctx context.Context) *TestRdsConnectionUtilParams

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

func NewTestRdsConnectionUtilParamsWithHTTPClient

func NewTestRdsConnectionUtilParamsWithHTTPClient(client *http.Client) *TestRdsConnectionUtilParams

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

func NewTestRdsConnectionUtilParamsWithTimeout

func NewTestRdsConnectionUtilParamsWithTimeout(timeout time.Duration) *TestRdsConnectionUtilParams

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

func (*TestRdsConnectionUtilParams) SetBody

SetBody adds the body to the test rds connection util params

func (*TestRdsConnectionUtilParams) SetContext

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

SetContext adds the context to the test rds connection util params

func (*TestRdsConnectionUtilParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the test rds connection util params

func (*TestRdsConnectionUtilParams) SetTimeout

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

SetTimeout adds the timeout to the test rds connection util params

func (*TestRdsConnectionUtilParams) WithBody

WithBody adds the body to the test rds connection util params

func (*TestRdsConnectionUtilParams) WithContext

WithContext adds the context to the test rds connection util params

func (*TestRdsConnectionUtilParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the test rds connection util params

func (*TestRdsConnectionUtilParams) WithTimeout

WithTimeout adds the timeout to the test rds connection util params

func (*TestRdsConnectionUtilParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type TestRdsConnectionUtilReader

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

TestRdsConnectionUtilReader is a Reader for the TestRdsConnectionUtil structure.

func (*TestRdsConnectionUtilReader) ReadResponse

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