rdsconfigs

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2016 License: Apache-2.0 Imports: 8 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 rdsconfigs API

func New

func New(transport client.Transport, formats strfmt.Registry) *Client

New creates a new rdsconfigs API client.

func (*Client) DeleteRdsconfigsAccountName

func (a *Client) DeleteRdsconfigsAccountName(params *DeleteRdsconfigsAccountNameParams) error

DeleteRdsconfigsAccountName deletes public owned or private r d s configuration by name

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

func (*Client) DeleteRdsconfigsID

func (a *Client) DeleteRdsconfigsID(params *DeleteRdsconfigsIDParams) error

DeleteRdsconfigsID deletes r d s configuration by id

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

func (*Client) DeleteRdsconfigsUserName

func (a *Client) DeleteRdsconfigsUserName(params *DeleteRdsconfigsUserNameParams) error

DeleteRdsconfigsUserName deletes private r d s configuration by name

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

func (*Client) GetRdsconfigsAccount

func (a *Client) GetRdsconfigsAccount(params *GetRdsconfigsAccountParams) (*GetRdsconfigsAccountOK, error)

GetRdsconfigsAccount retrieves public and private owned r d s configurations

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

func (*Client) GetRdsconfigsAccountName

func (a *Client) GetRdsconfigsAccountName(params *GetRdsconfigsAccountNameParams) (*GetRdsconfigsAccountNameOK, error)

GetRdsconfigsAccountName retrieves a public or private owned r d s configuration by name

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

func (*Client) GetRdsconfigsID

func (a *Client) GetRdsconfigsID(params *GetRdsconfigsIDParams) (*GetRdsconfigsIDOK, error)

GetRdsconfigsID retrieves r d s configuration by id

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

func (*Client) GetRdsconfigsUser

func (a *Client) GetRdsconfigsUser(params *GetRdsconfigsUserParams) (*GetRdsconfigsUserOK, error)

GetRdsconfigsUser retrieves private r d s configurations

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

func (*Client) GetRdsconfigsUserName

func (a *Client) GetRdsconfigsUserName(params *GetRdsconfigsUserNameParams) (*GetRdsconfigsUserNameOK, error)

GetRdsconfigsUserName retrieves a private r d s configuration by name

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

func (*Client) PostRdsconfigsAccount

func (a *Client) PostRdsconfigsAccount(params *PostRdsconfigsAccountParams) (*PostRdsconfigsAccountOK, error)

PostRdsconfigsAccount creates r d s configuration as public resource

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

func (*Client) PostRdsconfigsUser

func (a *Client) PostRdsconfigsUser(params *PostRdsconfigsUserParams) (*PostRdsconfigsUserOK, error)

PostRdsconfigsUser creates r d s configuration as private resource

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 client.Transport)

SetTransport changes the transport on the client

type DeleteRdsconfigsAccountNameDefault

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

DeleteRdsconfigsAccountNameDefault handles this case with default header values.

successful operation

func NewDeleteRdsconfigsAccountNameDefault

func NewDeleteRdsconfigsAccountNameDefault(code int) *DeleteRdsconfigsAccountNameDefault

NewDeleteRdsconfigsAccountNameDefault creates a DeleteRdsconfigsAccountNameDefault with default headers values

func (*DeleteRdsconfigsAccountNameDefault) Code

Code gets the status code for the delete rdsconfigs account name default response

func (*DeleteRdsconfigsAccountNameDefault) Error

type DeleteRdsconfigsAccountNameParams

type DeleteRdsconfigsAccountNameParams struct {

	/*Name*/
	Name string
}

DeleteRdsconfigsAccountNameParams contains all the parameters to send to the API endpoint for the delete rdsconfigs account name operation typically these are written to a http.Request

func NewDeleteRdsconfigsAccountNameParams

func NewDeleteRdsconfigsAccountNameParams() *DeleteRdsconfigsAccountNameParams

NewDeleteRdsconfigsAccountNameParams creates a new DeleteRdsconfigsAccountNameParams object with the default values initialized.

func (*DeleteRdsconfigsAccountNameParams) WithName

WithName adds the name to the delete rdsconfigs account name params

func (*DeleteRdsconfigsAccountNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteRdsconfigsAccountNameReader

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

DeleteRdsconfigsAccountNameReader is a Reader for the DeleteRdsconfigsAccountName structure.

func (*DeleteRdsconfigsAccountNameReader) ReadResponse

func (o *DeleteRdsconfigsAccountNameReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

type DeleteRdsconfigsIDDefault

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

DeleteRdsconfigsIDDefault handles this case with default header values.

successful operation

func NewDeleteRdsconfigsIDDefault

func NewDeleteRdsconfigsIDDefault(code int) *DeleteRdsconfigsIDDefault

NewDeleteRdsconfigsIDDefault creates a DeleteRdsconfigsIDDefault with default headers values

func (*DeleteRdsconfigsIDDefault) Code

func (o *DeleteRdsconfigsIDDefault) Code() int

Code gets the status code for the delete rdsconfigs ID default response

func (*DeleteRdsconfigsIDDefault) Error

func (o *DeleteRdsconfigsIDDefault) Error() string

type DeleteRdsconfigsIDParams

type DeleteRdsconfigsIDParams struct {

	/*ID*/
	ID int64
}

DeleteRdsconfigsIDParams contains all the parameters to send to the API endpoint for the delete rdsconfigs ID operation typically these are written to a http.Request

func NewDeleteRdsconfigsIDParams

func NewDeleteRdsconfigsIDParams() *DeleteRdsconfigsIDParams

NewDeleteRdsconfigsIDParams creates a new DeleteRdsconfigsIDParams object with the default values initialized.

func (*DeleteRdsconfigsIDParams) WithID

WithID adds the id to the delete rdsconfigs ID params

func (*DeleteRdsconfigsIDParams) WriteToRequest

func (o *DeleteRdsconfigsIDParams) WriteToRequest(r client.Request, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteRdsconfigsIDReader

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

DeleteRdsconfigsIDReader is a Reader for the DeleteRdsconfigsID structure.

func (*DeleteRdsconfigsIDReader) ReadResponse

func (o *DeleteRdsconfigsIDReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

type DeleteRdsconfigsUserNameDefault

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

DeleteRdsconfigsUserNameDefault handles this case with default header values.

successful operation

func NewDeleteRdsconfigsUserNameDefault

func NewDeleteRdsconfigsUserNameDefault(code int) *DeleteRdsconfigsUserNameDefault

NewDeleteRdsconfigsUserNameDefault creates a DeleteRdsconfigsUserNameDefault with default headers values

func (*DeleteRdsconfigsUserNameDefault) Code

Code gets the status code for the delete rdsconfigs user name default response

func (*DeleteRdsconfigsUserNameDefault) Error

type DeleteRdsconfigsUserNameParams

type DeleteRdsconfigsUserNameParams struct {

	/*Name*/
	Name string
}

DeleteRdsconfigsUserNameParams contains all the parameters to send to the API endpoint for the delete rdsconfigs user name operation typically these are written to a http.Request

func NewDeleteRdsconfigsUserNameParams

func NewDeleteRdsconfigsUserNameParams() *DeleteRdsconfigsUserNameParams

NewDeleteRdsconfigsUserNameParams creates a new DeleteRdsconfigsUserNameParams object with the default values initialized.

func (*DeleteRdsconfigsUserNameParams) WithName

WithName adds the name to the delete rdsconfigs user name params

func (*DeleteRdsconfigsUserNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteRdsconfigsUserNameReader

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

DeleteRdsconfigsUserNameReader is a Reader for the DeleteRdsconfigsUserName structure.

func (*DeleteRdsconfigsUserNameReader) ReadResponse

func (o *DeleteRdsconfigsUserNameReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

type GetRdsconfigsAccountNameOK

type GetRdsconfigsAccountNameOK struct {
	Payload *models.RDSConfigResponse
}

GetRdsconfigsAccountNameOK handles this case with default header values.

successful operation

func NewGetRdsconfigsAccountNameOK

func NewGetRdsconfigsAccountNameOK() *GetRdsconfigsAccountNameOK

NewGetRdsconfigsAccountNameOK creates a GetRdsconfigsAccountNameOK with default headers values

func (*GetRdsconfigsAccountNameOK) Error

type GetRdsconfigsAccountNameParams

type GetRdsconfigsAccountNameParams struct {

	/*Name*/
	Name string
}

GetRdsconfigsAccountNameParams contains all the parameters to send to the API endpoint for the get rdsconfigs account name operation typically these are written to a http.Request

func NewGetRdsconfigsAccountNameParams

func NewGetRdsconfigsAccountNameParams() *GetRdsconfigsAccountNameParams

NewGetRdsconfigsAccountNameParams creates a new GetRdsconfigsAccountNameParams object with the default values initialized.

func (*GetRdsconfigsAccountNameParams) WithName

WithName adds the name to the get rdsconfigs account name params

func (*GetRdsconfigsAccountNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRdsconfigsAccountNameReader

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

GetRdsconfigsAccountNameReader is a Reader for the GetRdsconfigsAccountName structure.

func (*GetRdsconfigsAccountNameReader) ReadResponse

func (o *GetRdsconfigsAccountNameReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

type GetRdsconfigsAccountOK

type GetRdsconfigsAccountOK struct {
	Payload []*models.RDSConfigResponse
}

GetRdsconfigsAccountOK handles this case with default header values.

successful operation

func NewGetRdsconfigsAccountOK

func NewGetRdsconfigsAccountOK() *GetRdsconfigsAccountOK

NewGetRdsconfigsAccountOK creates a GetRdsconfigsAccountOK with default headers values

func (*GetRdsconfigsAccountOK) Error

func (o *GetRdsconfigsAccountOK) Error() string

type GetRdsconfigsAccountParams

type GetRdsconfigsAccountParams struct {
}

GetRdsconfigsAccountParams contains all the parameters to send to the API endpoint for the get rdsconfigs account operation typically these are written to a http.Request

func NewGetRdsconfigsAccountParams

func NewGetRdsconfigsAccountParams() *GetRdsconfigsAccountParams

NewGetRdsconfigsAccountParams creates a new GetRdsconfigsAccountParams object with the default values initialized.

func (*GetRdsconfigsAccountParams) WriteToRequest

func (o *GetRdsconfigsAccountParams) WriteToRequest(r client.Request, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetRdsconfigsAccountReader

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

GetRdsconfigsAccountReader is a Reader for the GetRdsconfigsAccount structure.

func (*GetRdsconfigsAccountReader) ReadResponse

func (o *GetRdsconfigsAccountReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

type GetRdsconfigsIDOK

type GetRdsconfigsIDOK struct {
	Payload *models.RDSConfigResponse
}

GetRdsconfigsIDOK handles this case with default header values.

successful operation

func NewGetRdsconfigsIDOK

func NewGetRdsconfigsIDOK() *GetRdsconfigsIDOK

NewGetRdsconfigsIDOK creates a GetRdsconfigsIDOK with default headers values

func (*GetRdsconfigsIDOK) Error

func (o *GetRdsconfigsIDOK) Error() string

type GetRdsconfigsIDParams

type GetRdsconfigsIDParams struct {

	/*ID*/
	ID int64
}

GetRdsconfigsIDParams contains all the parameters to send to the API endpoint for the get rdsconfigs ID operation typically these are written to a http.Request

func NewGetRdsconfigsIDParams

func NewGetRdsconfigsIDParams() *GetRdsconfigsIDParams

NewGetRdsconfigsIDParams creates a new GetRdsconfigsIDParams object with the default values initialized.

func (*GetRdsconfigsIDParams) WithID

WithID adds the id to the get rdsconfigs ID params

func (*GetRdsconfigsIDParams) WriteToRequest

func (o *GetRdsconfigsIDParams) WriteToRequest(r client.Request, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetRdsconfigsIDReader

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

GetRdsconfigsIDReader is a Reader for the GetRdsconfigsID structure.

func (*GetRdsconfigsIDReader) ReadResponse

func (o *GetRdsconfigsIDReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

type GetRdsconfigsUserNameOK

type GetRdsconfigsUserNameOK struct {
	Payload *models.RDSConfig
}

GetRdsconfigsUserNameOK handles this case with default header values.

successful operation

func NewGetRdsconfigsUserNameOK

func NewGetRdsconfigsUserNameOK() *GetRdsconfigsUserNameOK

NewGetRdsconfigsUserNameOK creates a GetRdsconfigsUserNameOK with default headers values

func (*GetRdsconfigsUserNameOK) Error

func (o *GetRdsconfigsUserNameOK) Error() string

type GetRdsconfigsUserNameParams

type GetRdsconfigsUserNameParams struct {

	/*Name*/
	Name string
}

GetRdsconfigsUserNameParams contains all the parameters to send to the API endpoint for the get rdsconfigs user name operation typically these are written to a http.Request

func NewGetRdsconfigsUserNameParams

func NewGetRdsconfigsUserNameParams() *GetRdsconfigsUserNameParams

NewGetRdsconfigsUserNameParams creates a new GetRdsconfigsUserNameParams object with the default values initialized.

func (*GetRdsconfigsUserNameParams) WithName

WithName adds the name to the get rdsconfigs user name params

func (*GetRdsconfigsUserNameParams) WriteToRequest

func (o *GetRdsconfigsUserNameParams) WriteToRequest(r client.Request, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetRdsconfigsUserNameReader

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

GetRdsconfigsUserNameReader is a Reader for the GetRdsconfigsUserName structure.

func (*GetRdsconfigsUserNameReader) ReadResponse

func (o *GetRdsconfigsUserNameReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

type GetRdsconfigsUserOK

type GetRdsconfigsUserOK struct {
	Payload []*models.RDSConfigResponse
}

GetRdsconfigsUserOK handles this case with default header values.

successful operation

func NewGetRdsconfigsUserOK

func NewGetRdsconfigsUserOK() *GetRdsconfigsUserOK

NewGetRdsconfigsUserOK creates a GetRdsconfigsUserOK with default headers values

func (*GetRdsconfigsUserOK) Error

func (o *GetRdsconfigsUserOK) Error() string

type GetRdsconfigsUserParams

type GetRdsconfigsUserParams struct {
}

GetRdsconfigsUserParams contains all the parameters to send to the API endpoint for the get rdsconfigs user operation typically these are written to a http.Request

func NewGetRdsconfigsUserParams

func NewGetRdsconfigsUserParams() *GetRdsconfigsUserParams

NewGetRdsconfigsUserParams creates a new GetRdsconfigsUserParams object with the default values initialized.

func (*GetRdsconfigsUserParams) WriteToRequest

func (o *GetRdsconfigsUserParams) WriteToRequest(r client.Request, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetRdsconfigsUserReader

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

GetRdsconfigsUserReader is a Reader for the GetRdsconfigsUser structure.

func (*GetRdsconfigsUserReader) ReadResponse

func (o *GetRdsconfigsUserReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

type PostRdsconfigsAccountOK

type PostRdsconfigsAccountOK struct {
	Payload *models.ID
}

PostRdsconfigsAccountOK handles this case with default header values.

successful operation

func NewPostRdsconfigsAccountOK

func NewPostRdsconfigsAccountOK() *PostRdsconfigsAccountOK

NewPostRdsconfigsAccountOK creates a PostRdsconfigsAccountOK with default headers values

func (*PostRdsconfigsAccountOK) Error

func (o *PostRdsconfigsAccountOK) Error() string

type PostRdsconfigsAccountParams

type PostRdsconfigsAccountParams struct {

	/*Body*/
	Body *models.RDSConfig
}

PostRdsconfigsAccountParams contains all the parameters to send to the API endpoint for the post rdsconfigs account operation typically these are written to a http.Request

func NewPostRdsconfigsAccountParams

func NewPostRdsconfigsAccountParams() *PostRdsconfigsAccountParams

NewPostRdsconfigsAccountParams creates a new PostRdsconfigsAccountParams object with the default values initialized.

func (*PostRdsconfigsAccountParams) WithBody

WithBody adds the body to the post rdsconfigs account params

func (*PostRdsconfigsAccountParams) WriteToRequest

func (o *PostRdsconfigsAccountParams) WriteToRequest(r client.Request, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostRdsconfigsAccountReader

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

PostRdsconfigsAccountReader is a Reader for the PostRdsconfigsAccount structure.

func (*PostRdsconfigsAccountReader) ReadResponse

func (o *PostRdsconfigsAccountReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

type PostRdsconfigsUserOK

type PostRdsconfigsUserOK struct {
	Payload *models.ID
}

PostRdsconfigsUserOK handles this case with default header values.

successful operation

func NewPostRdsconfigsUserOK

func NewPostRdsconfigsUserOK() *PostRdsconfigsUserOK

NewPostRdsconfigsUserOK creates a PostRdsconfigsUserOK with default headers values

func (*PostRdsconfigsUserOK) Error

func (o *PostRdsconfigsUserOK) Error() string

type PostRdsconfigsUserParams

type PostRdsconfigsUserParams struct {

	/*Body*/
	Body *models.RDSConfig
}

PostRdsconfigsUserParams contains all the parameters to send to the API endpoint for the post rdsconfigs user operation typically these are written to a http.Request

func NewPostRdsconfigsUserParams

func NewPostRdsconfigsUserParams() *PostRdsconfigsUserParams

NewPostRdsconfigsUserParams creates a new PostRdsconfigsUserParams object with the default values initialized.

func (*PostRdsconfigsUserParams) WithBody

WithBody adds the body to the post rdsconfigs user params

func (*PostRdsconfigsUserParams) WriteToRequest

func (o *PostRdsconfigsUserParams) WriteToRequest(r client.Request, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostRdsconfigsUserReader

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

PostRdsconfigsUserReader is a Reader for the PostRdsconfigsUser structure.

func (*PostRdsconfigsUserReader) ReadResponse

func (o *PostRdsconfigsUserReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error)

ReadResponse reads a server response into the recieved o.

Jump to

Keyboard shortcuts

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