Documentation
¶
Index ¶
- type Client
- func (a *Client) DeleteRdsconfigsAccountName(params *DeleteRdsconfigsAccountNameParams) error
- func (a *Client) DeleteRdsconfigsID(params *DeleteRdsconfigsIDParams) error
- func (a *Client) DeleteRdsconfigsUserName(params *DeleteRdsconfigsUserNameParams) error
- func (a *Client) GetRdsconfigsAccount(params *GetRdsconfigsAccountParams) (*GetRdsconfigsAccountOK, error)
- func (a *Client) GetRdsconfigsAccountName(params *GetRdsconfigsAccountNameParams) (*GetRdsconfigsAccountNameOK, error)
- func (a *Client) GetRdsconfigsID(params *GetRdsconfigsIDParams) (*GetRdsconfigsIDOK, error)
- func (a *Client) GetRdsconfigsUser(params *GetRdsconfigsUserParams) (*GetRdsconfigsUserOK, error)
- func (a *Client) GetRdsconfigsUserName(params *GetRdsconfigsUserNameParams) (*GetRdsconfigsUserNameOK, error)
- func (a *Client) PostRdsconfigsAccount(params *PostRdsconfigsAccountParams) (*PostRdsconfigsAccountOK, error)
- func (a *Client) PostRdsconfigsUser(params *PostRdsconfigsUserParams) (*PostRdsconfigsUserOK, error)
- func (a *Client) SetTransport(transport client.Transport)
- type DeleteRdsconfigsAccountNameDefault
- type DeleteRdsconfigsAccountNameParams
- type DeleteRdsconfigsAccountNameReader
- type DeleteRdsconfigsIDDefault
- type DeleteRdsconfigsIDParams
- type DeleteRdsconfigsIDReader
- type DeleteRdsconfigsUserNameDefault
- type DeleteRdsconfigsUserNameParams
- type DeleteRdsconfigsUserNameReader
- type GetRdsconfigsAccountNameOK
- type GetRdsconfigsAccountNameParams
- type GetRdsconfigsAccountNameReader
- type GetRdsconfigsAccountOK
- type GetRdsconfigsAccountParams
- type GetRdsconfigsAccountReader
- type GetRdsconfigsIDOK
- type GetRdsconfigsIDParams
- type GetRdsconfigsIDReader
- type GetRdsconfigsUserNameOK
- type GetRdsconfigsUserNameParams
- type GetRdsconfigsUserNameReader
- type GetRdsconfigsUserOK
- type GetRdsconfigsUserParams
- type GetRdsconfigsUserReader
- type PostRdsconfigsAccountOK
- type PostRdsconfigsAccountParams
- type PostRdsconfigsAccountReader
- type PostRdsconfigsUserOK
- type PostRdsconfigsUserParams
- type PostRdsconfigsUserReader
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 (*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 ¶
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 ¶
func (o *DeleteRdsconfigsAccountNameDefault) Code() int
Code gets the status code for the delete rdsconfigs account name default response
func (*DeleteRdsconfigsAccountNameDefault) Error ¶
func (o *DeleteRdsconfigsAccountNameDefault) Error() string
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 ¶
func (o *DeleteRdsconfigsAccountNameParams) WithName(name string) *DeleteRdsconfigsAccountNameParams
WithName adds the name to the delete rdsconfigs account name params
func (*DeleteRdsconfigsAccountNameParams) WriteToRequest ¶
func (o *DeleteRdsconfigsAccountNameParams) WriteToRequest(r client.Request, reg strfmt.Registry) error
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 ¶
func (o *DeleteRdsconfigsIDParams) WithID(id int64) *DeleteRdsconfigsIDParams
WithID adds the id to the delete rdsconfigs ID params
func (*DeleteRdsconfigsIDParams) WriteToRequest ¶
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 ¶
func (o *DeleteRdsconfigsUserNameDefault) Code() int
Code gets the status code for the delete rdsconfigs user name default response
func (*DeleteRdsconfigsUserNameDefault) Error ¶
func (o *DeleteRdsconfigsUserNameDefault) Error() string
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 ¶
func (o *DeleteRdsconfigsUserNameParams) WithName(name string) *DeleteRdsconfigsUserNameParams
WithName adds the name to the delete rdsconfigs user name params
func (*DeleteRdsconfigsUserNameParams) WriteToRequest ¶
func (o *DeleteRdsconfigsUserNameParams) WriteToRequest(r client.Request, reg strfmt.Registry) error
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 ¶
func (o *GetRdsconfigsAccountNameOK) Error() string
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 ¶
func (o *GetRdsconfigsAccountNameParams) WithName(name string) *GetRdsconfigsAccountNameParams
WithName adds the name to the get rdsconfigs account name params
func (*GetRdsconfigsAccountNameParams) WriteToRequest ¶
func (o *GetRdsconfigsAccountNameParams) WriteToRequest(r client.Request, reg strfmt.Registry) error
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 ¶
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 ¶
func (o *GetRdsconfigsIDParams) WithID(id int64) *GetRdsconfigsIDParams
WithID adds the id to the get rdsconfigs ID params
func (*GetRdsconfigsIDParams) WriteToRequest ¶
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 ¶
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 ¶
func (o *GetRdsconfigsUserNameParams) WithName(name string) *GetRdsconfigsUserNameParams
WithName adds the name to the get rdsconfigs user name params
func (*GetRdsconfigsUserNameParams) WriteToRequest ¶
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 ¶
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 ¶
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 ¶
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 ¶
func (o *PostRdsconfigsAccountParams) WithBody(body *models.RDSConfig) *PostRdsconfigsAccountParams
WithBody adds the body to the post rdsconfigs account params
func (*PostRdsconfigsAccountParams) WriteToRequest ¶
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 ¶
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 ¶
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 ¶
func (o *PostRdsconfigsUserParams) WithBody(body *models.RDSConfig) *PostRdsconfigsUserParams
WithBody adds the body to the post rdsconfigs user params
func (*PostRdsconfigsUserParams) WriteToRequest ¶
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.
Source Files
¶
- delete_rdsconfigs_account_name_parameters.go
- delete_rdsconfigs_account_name_responses.go
- delete_rdsconfigs_id_parameters.go
- delete_rdsconfigs_id_responses.go
- delete_rdsconfigs_user_name_parameters.go
- delete_rdsconfigs_user_name_responses.go
- get_rdsconfigs_account_name_parameters.go
- get_rdsconfigs_account_name_responses.go
- get_rdsconfigs_account_parameters.go
- get_rdsconfigs_account_responses.go
- get_rdsconfigs_id_parameters.go
- get_rdsconfigs_id_responses.go
- get_rdsconfigs_user_name_parameters.go
- get_rdsconfigs_user_name_responses.go
- get_rdsconfigs_user_parameters.go
- get_rdsconfigs_user_responses.go
- post_rdsconfigs_account_parameters.go
- post_rdsconfigs_account_responses.go
- post_rdsconfigs_user_parameters.go
- post_rdsconfigs_user_responses.go
- rdsconfigs_client.go