Documentation ¶
Index ¶
- type Client
- func (a *Client) DeleteCredential(params *DeleteCredentialParams) error
- func (a *Client) DeletePrivateCredential(params *DeletePrivateCredentialParams) error
- func (a *Client) DeletePublicCredential(params *DeletePublicCredentialParams) error
- func (a *Client) GetCredential(params *GetCredentialParams) (*GetCredentialOK, error)
- func (a *Client) GetPrivateCredential(params *GetPrivateCredentialParams) (*GetPrivateCredentialOK, error)
- func (a *Client) GetPrivatesCredential(params *GetPrivatesCredentialParams) (*GetPrivatesCredentialOK, error)
- func (a *Client) GetPublicCredential(params *GetPublicCredentialParams) (*GetPublicCredentialOK, error)
- func (a *Client) GetPublicsCredential(params *GetPublicsCredentialParams) (*GetPublicsCredentialOK, error)
- func (a *Client) PostPrivateCredential(params *PostPrivateCredentialParams) (*PostPrivateCredentialOK, error)
- func (a *Client) PostPublicCredential(params *PostPublicCredentialParams) (*PostPublicCredentialOK, error)
- func (a *Client) PrivateInteractiveLoginCredential(params *PrivateInteractiveLoginCredentialParams) (*PrivateInteractiveLoginCredentialOK, error)
- func (a *Client) PublicInteractiveLoginCredential(params *PublicInteractiveLoginCredentialParams) (*PublicInteractiveLoginCredentialOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type DeleteCredentialDefault
- type DeleteCredentialParams
- func NewDeleteCredentialParams() *DeleteCredentialParams
- func NewDeleteCredentialParamsWithContext(ctx context.Context) *DeleteCredentialParams
- func NewDeleteCredentialParamsWithHTTPClient(client *http.Client) *DeleteCredentialParams
- func NewDeleteCredentialParamsWithTimeout(timeout time.Duration) *DeleteCredentialParams
- func (o *DeleteCredentialParams) SetContext(ctx context.Context)
- func (o *DeleteCredentialParams) SetHTTPClient(client *http.Client)
- func (o *DeleteCredentialParams) SetID(id int64)
- func (o *DeleteCredentialParams) SetTimeout(timeout time.Duration)
- func (o *DeleteCredentialParams) WithContext(ctx context.Context) *DeleteCredentialParams
- func (o *DeleteCredentialParams) WithHTTPClient(client *http.Client) *DeleteCredentialParams
- func (o *DeleteCredentialParams) WithID(id int64) *DeleteCredentialParams
- func (o *DeleteCredentialParams) WithTimeout(timeout time.Duration) *DeleteCredentialParams
- func (o *DeleteCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteCredentialReader
- type DeletePrivateCredentialDefault
- type DeletePrivateCredentialParams
- func NewDeletePrivateCredentialParams() *DeletePrivateCredentialParams
- func NewDeletePrivateCredentialParamsWithContext(ctx context.Context) *DeletePrivateCredentialParams
- func NewDeletePrivateCredentialParamsWithHTTPClient(client *http.Client) *DeletePrivateCredentialParams
- func NewDeletePrivateCredentialParamsWithTimeout(timeout time.Duration) *DeletePrivateCredentialParams
- func (o *DeletePrivateCredentialParams) SetContext(ctx context.Context)
- func (o *DeletePrivateCredentialParams) SetHTTPClient(client *http.Client)
- func (o *DeletePrivateCredentialParams) SetName(name string)
- func (o *DeletePrivateCredentialParams) SetTimeout(timeout time.Duration)
- func (o *DeletePrivateCredentialParams) WithContext(ctx context.Context) *DeletePrivateCredentialParams
- func (o *DeletePrivateCredentialParams) WithHTTPClient(client *http.Client) *DeletePrivateCredentialParams
- func (o *DeletePrivateCredentialParams) WithName(name string) *DeletePrivateCredentialParams
- func (o *DeletePrivateCredentialParams) WithTimeout(timeout time.Duration) *DeletePrivateCredentialParams
- func (o *DeletePrivateCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeletePrivateCredentialReader
- type DeletePublicCredentialDefault
- type DeletePublicCredentialParams
- func NewDeletePublicCredentialParams() *DeletePublicCredentialParams
- func NewDeletePublicCredentialParamsWithContext(ctx context.Context) *DeletePublicCredentialParams
- func NewDeletePublicCredentialParamsWithHTTPClient(client *http.Client) *DeletePublicCredentialParams
- func NewDeletePublicCredentialParamsWithTimeout(timeout time.Duration) *DeletePublicCredentialParams
- func (o *DeletePublicCredentialParams) SetContext(ctx context.Context)
- func (o *DeletePublicCredentialParams) SetHTTPClient(client *http.Client)
- func (o *DeletePublicCredentialParams) SetName(name string)
- func (o *DeletePublicCredentialParams) SetTimeout(timeout time.Duration)
- func (o *DeletePublicCredentialParams) WithContext(ctx context.Context) *DeletePublicCredentialParams
- func (o *DeletePublicCredentialParams) WithHTTPClient(client *http.Client) *DeletePublicCredentialParams
- func (o *DeletePublicCredentialParams) WithName(name string) *DeletePublicCredentialParams
- func (o *DeletePublicCredentialParams) WithTimeout(timeout time.Duration) *DeletePublicCredentialParams
- func (o *DeletePublicCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeletePublicCredentialReader
- type GetCredentialOK
- type GetCredentialParams
- func (o *GetCredentialParams) SetContext(ctx context.Context)
- func (o *GetCredentialParams) SetHTTPClient(client *http.Client)
- func (o *GetCredentialParams) SetID(id int64)
- func (o *GetCredentialParams) SetTimeout(timeout time.Duration)
- func (o *GetCredentialParams) WithContext(ctx context.Context) *GetCredentialParams
- func (o *GetCredentialParams) WithHTTPClient(client *http.Client) *GetCredentialParams
- func (o *GetCredentialParams) WithID(id int64) *GetCredentialParams
- func (o *GetCredentialParams) WithTimeout(timeout time.Duration) *GetCredentialParams
- func (o *GetCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCredentialReader
- type GetPrivateCredentialOK
- type GetPrivateCredentialParams
- func NewGetPrivateCredentialParams() *GetPrivateCredentialParams
- func NewGetPrivateCredentialParamsWithContext(ctx context.Context) *GetPrivateCredentialParams
- func NewGetPrivateCredentialParamsWithHTTPClient(client *http.Client) *GetPrivateCredentialParams
- func NewGetPrivateCredentialParamsWithTimeout(timeout time.Duration) *GetPrivateCredentialParams
- func (o *GetPrivateCredentialParams) SetContext(ctx context.Context)
- func (o *GetPrivateCredentialParams) SetHTTPClient(client *http.Client)
- func (o *GetPrivateCredentialParams) SetName(name string)
- func (o *GetPrivateCredentialParams) SetTimeout(timeout time.Duration)
- func (o *GetPrivateCredentialParams) WithContext(ctx context.Context) *GetPrivateCredentialParams
- func (o *GetPrivateCredentialParams) WithHTTPClient(client *http.Client) *GetPrivateCredentialParams
- func (o *GetPrivateCredentialParams) WithName(name string) *GetPrivateCredentialParams
- func (o *GetPrivateCredentialParams) WithTimeout(timeout time.Duration) *GetPrivateCredentialParams
- func (o *GetPrivateCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPrivateCredentialReader
- type GetPrivatesCredentialOK
- type GetPrivatesCredentialParams
- func NewGetPrivatesCredentialParams() *GetPrivatesCredentialParams
- func NewGetPrivatesCredentialParamsWithContext(ctx context.Context) *GetPrivatesCredentialParams
- func NewGetPrivatesCredentialParamsWithHTTPClient(client *http.Client) *GetPrivatesCredentialParams
- func NewGetPrivatesCredentialParamsWithTimeout(timeout time.Duration) *GetPrivatesCredentialParams
- func (o *GetPrivatesCredentialParams) SetContext(ctx context.Context)
- func (o *GetPrivatesCredentialParams) SetHTTPClient(client *http.Client)
- func (o *GetPrivatesCredentialParams) SetTimeout(timeout time.Duration)
- func (o *GetPrivatesCredentialParams) WithContext(ctx context.Context) *GetPrivatesCredentialParams
- func (o *GetPrivatesCredentialParams) WithHTTPClient(client *http.Client) *GetPrivatesCredentialParams
- func (o *GetPrivatesCredentialParams) WithTimeout(timeout time.Duration) *GetPrivatesCredentialParams
- func (o *GetPrivatesCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPrivatesCredentialReader
- type GetPublicCredentialOK
- type GetPublicCredentialParams
- func NewGetPublicCredentialParams() *GetPublicCredentialParams
- func NewGetPublicCredentialParamsWithContext(ctx context.Context) *GetPublicCredentialParams
- func NewGetPublicCredentialParamsWithHTTPClient(client *http.Client) *GetPublicCredentialParams
- func NewGetPublicCredentialParamsWithTimeout(timeout time.Duration) *GetPublicCredentialParams
- func (o *GetPublicCredentialParams) SetContext(ctx context.Context)
- func (o *GetPublicCredentialParams) SetHTTPClient(client *http.Client)
- func (o *GetPublicCredentialParams) SetName(name string)
- func (o *GetPublicCredentialParams) SetTimeout(timeout time.Duration)
- func (o *GetPublicCredentialParams) WithContext(ctx context.Context) *GetPublicCredentialParams
- func (o *GetPublicCredentialParams) WithHTTPClient(client *http.Client) *GetPublicCredentialParams
- func (o *GetPublicCredentialParams) WithName(name string) *GetPublicCredentialParams
- func (o *GetPublicCredentialParams) WithTimeout(timeout time.Duration) *GetPublicCredentialParams
- func (o *GetPublicCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPublicCredentialReader
- type GetPublicsCredentialOK
- type GetPublicsCredentialParams
- func NewGetPublicsCredentialParams() *GetPublicsCredentialParams
- func NewGetPublicsCredentialParamsWithContext(ctx context.Context) *GetPublicsCredentialParams
- func NewGetPublicsCredentialParamsWithHTTPClient(client *http.Client) *GetPublicsCredentialParams
- func NewGetPublicsCredentialParamsWithTimeout(timeout time.Duration) *GetPublicsCredentialParams
- func (o *GetPublicsCredentialParams) SetContext(ctx context.Context)
- func (o *GetPublicsCredentialParams) SetHTTPClient(client *http.Client)
- func (o *GetPublicsCredentialParams) SetTimeout(timeout time.Duration)
- func (o *GetPublicsCredentialParams) WithContext(ctx context.Context) *GetPublicsCredentialParams
- func (o *GetPublicsCredentialParams) WithHTTPClient(client *http.Client) *GetPublicsCredentialParams
- func (o *GetPublicsCredentialParams) WithTimeout(timeout time.Duration) *GetPublicsCredentialParams
- func (o *GetPublicsCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPublicsCredentialReader
- type PostPrivateCredentialOK
- type PostPrivateCredentialParams
- func NewPostPrivateCredentialParams() *PostPrivateCredentialParams
- func NewPostPrivateCredentialParamsWithContext(ctx context.Context) *PostPrivateCredentialParams
- func NewPostPrivateCredentialParamsWithHTTPClient(client *http.Client) *PostPrivateCredentialParams
- func NewPostPrivateCredentialParamsWithTimeout(timeout time.Duration) *PostPrivateCredentialParams
- func (o *PostPrivateCredentialParams) SetBody(body *models_cloudbreak.CredentialRequest)
- func (o *PostPrivateCredentialParams) SetContext(ctx context.Context)
- func (o *PostPrivateCredentialParams) SetHTTPClient(client *http.Client)
- func (o *PostPrivateCredentialParams) SetTimeout(timeout time.Duration)
- func (o *PostPrivateCredentialParams) WithBody(body *models_cloudbreak.CredentialRequest) *PostPrivateCredentialParams
- func (o *PostPrivateCredentialParams) WithContext(ctx context.Context) *PostPrivateCredentialParams
- func (o *PostPrivateCredentialParams) WithHTTPClient(client *http.Client) *PostPrivateCredentialParams
- func (o *PostPrivateCredentialParams) WithTimeout(timeout time.Duration) *PostPrivateCredentialParams
- func (o *PostPrivateCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostPrivateCredentialReader
- type PostPublicCredentialOK
- type PostPublicCredentialParams
- func NewPostPublicCredentialParams() *PostPublicCredentialParams
- func NewPostPublicCredentialParamsWithContext(ctx context.Context) *PostPublicCredentialParams
- func NewPostPublicCredentialParamsWithHTTPClient(client *http.Client) *PostPublicCredentialParams
- func NewPostPublicCredentialParamsWithTimeout(timeout time.Duration) *PostPublicCredentialParams
- func (o *PostPublicCredentialParams) SetBody(body *models_cloudbreak.CredentialRequest)
- func (o *PostPublicCredentialParams) SetContext(ctx context.Context)
- func (o *PostPublicCredentialParams) SetHTTPClient(client *http.Client)
- func (o *PostPublicCredentialParams) SetTimeout(timeout time.Duration)
- func (o *PostPublicCredentialParams) WithBody(body *models_cloudbreak.CredentialRequest) *PostPublicCredentialParams
- func (o *PostPublicCredentialParams) WithContext(ctx context.Context) *PostPublicCredentialParams
- func (o *PostPublicCredentialParams) WithHTTPClient(client *http.Client) *PostPublicCredentialParams
- func (o *PostPublicCredentialParams) WithTimeout(timeout time.Duration) *PostPublicCredentialParams
- func (o *PostPublicCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostPublicCredentialReader
- type PrivateInteractiveLoginCredentialOK
- type PrivateInteractiveLoginCredentialOKBody
- type PrivateInteractiveLoginCredentialParams
- func NewPrivateInteractiveLoginCredentialParams() *PrivateInteractiveLoginCredentialParams
- func NewPrivateInteractiveLoginCredentialParamsWithContext(ctx context.Context) *PrivateInteractiveLoginCredentialParams
- func NewPrivateInteractiveLoginCredentialParamsWithHTTPClient(client *http.Client) *PrivateInteractiveLoginCredentialParams
- func NewPrivateInteractiveLoginCredentialParamsWithTimeout(timeout time.Duration) *PrivateInteractiveLoginCredentialParams
- func (o *PrivateInteractiveLoginCredentialParams) SetBody(body *models_cloudbreak.CredentialRequest)
- func (o *PrivateInteractiveLoginCredentialParams) SetContext(ctx context.Context)
- func (o *PrivateInteractiveLoginCredentialParams) SetHTTPClient(client *http.Client)
- func (o *PrivateInteractiveLoginCredentialParams) SetTimeout(timeout time.Duration)
- func (o *PrivateInteractiveLoginCredentialParams) WithBody(body *models_cloudbreak.CredentialRequest) *PrivateInteractiveLoginCredentialParams
- func (o *PrivateInteractiveLoginCredentialParams) WithContext(ctx context.Context) *PrivateInteractiveLoginCredentialParams
- func (o *PrivateInteractiveLoginCredentialParams) WithHTTPClient(client *http.Client) *PrivateInteractiveLoginCredentialParams
- func (o *PrivateInteractiveLoginCredentialParams) WithTimeout(timeout time.Duration) *PrivateInteractiveLoginCredentialParams
- func (o *PrivateInteractiveLoginCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PrivateInteractiveLoginCredentialReader
- type PublicInteractiveLoginCredentialOK
- type PublicInteractiveLoginCredentialOKBody
- type PublicInteractiveLoginCredentialParams
- func NewPublicInteractiveLoginCredentialParams() *PublicInteractiveLoginCredentialParams
- func NewPublicInteractiveLoginCredentialParamsWithContext(ctx context.Context) *PublicInteractiveLoginCredentialParams
- func NewPublicInteractiveLoginCredentialParamsWithHTTPClient(client *http.Client) *PublicInteractiveLoginCredentialParams
- func NewPublicInteractiveLoginCredentialParamsWithTimeout(timeout time.Duration) *PublicInteractiveLoginCredentialParams
- func (o *PublicInteractiveLoginCredentialParams) SetBody(body *models_cloudbreak.CredentialRequest)
- func (o *PublicInteractiveLoginCredentialParams) SetContext(ctx context.Context)
- func (o *PublicInteractiveLoginCredentialParams) SetHTTPClient(client *http.Client)
- func (o *PublicInteractiveLoginCredentialParams) SetTimeout(timeout time.Duration)
- func (o *PublicInteractiveLoginCredentialParams) WithBody(body *models_cloudbreak.CredentialRequest) *PublicInteractiveLoginCredentialParams
- func (o *PublicInteractiveLoginCredentialParams) WithContext(ctx context.Context) *PublicInteractiveLoginCredentialParams
- func (o *PublicInteractiveLoginCredentialParams) WithHTTPClient(client *http.Client) *PublicInteractiveLoginCredentialParams
- func (o *PublicInteractiveLoginCredentialParams) WithTimeout(timeout time.Duration) *PublicInteractiveLoginCredentialParams
- func (o *PublicInteractiveLoginCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PublicInteractiveLoginCredentialReader
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 v1credentials API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new v1credentials API client.
func (*Client) DeleteCredential ¶
func (a *Client) DeleteCredential(params *DeleteCredentialParams) error
DeleteCredential deletes credential by id
Cloudbreak is launching Hadoop clusters on the user's behalf - on different cloud providers. One key point is that Cloudbreak does not store your Cloud provider account details (such as username, password, keys, private SSL certificates, etc). We work around the concept that Identity and Access Management is fully controlled by you - the end user. The Cloudbreak deployer is purely acting on behalf of the end user - without having access to the user's account.
func (*Client) DeletePrivateCredential ¶
func (a *Client) DeletePrivateCredential(params *DeletePrivateCredentialParams) error
DeletePrivateCredential deletes private credential by name
Cloudbreak is launching Hadoop clusters on the user's behalf - on different cloud providers. One key point is that Cloudbreak does not store your Cloud provider account details (such as username, password, keys, private SSL certificates, etc). We work around the concept that Identity and Access Management is fully controlled by you - the end user. The Cloudbreak deployer is purely acting on behalf of the end user - without having access to the user's account.
func (*Client) DeletePublicCredential ¶
func (a *Client) DeletePublicCredential(params *DeletePublicCredentialParams) error
DeletePublicCredential deletes public owned or private credential by name
Cloudbreak is launching Hadoop clusters on the user's behalf - on different cloud providers. One key point is that Cloudbreak does not store your Cloud provider account details (such as username, password, keys, private SSL certificates, etc). We work around the concept that Identity and Access Management is fully controlled by you - the end user. The Cloudbreak deployer is purely acting on behalf of the end user - without having access to the user's account.
func (*Client) GetCredential ¶
func (a *Client) GetCredential(params *GetCredentialParams) (*GetCredentialOK, error)
GetCredential retrieves credential by id
Cloudbreak is launching Hadoop clusters on the user's behalf - on different cloud providers. One key point is that Cloudbreak does not store your Cloud provider account details (such as username, password, keys, private SSL certificates, etc). We work around the concept that Identity and Access Management is fully controlled by you - the end user. The Cloudbreak deployer is purely acting on behalf of the end user - without having access to the user's account.
func (*Client) GetPrivateCredential ¶
func (a *Client) GetPrivateCredential(params *GetPrivateCredentialParams) (*GetPrivateCredentialOK, error)
GetPrivateCredential retrieves a private credential by name
Cloudbreak is launching Hadoop clusters on the user's behalf - on different cloud providers. One key point is that Cloudbreak does not store your Cloud provider account details (such as username, password, keys, private SSL certificates, etc). We work around the concept that Identity and Access Management is fully controlled by you - the end user. The Cloudbreak deployer is purely acting on behalf of the end user - without having access to the user's account.
func (*Client) GetPrivatesCredential ¶
func (a *Client) GetPrivatesCredential(params *GetPrivatesCredentialParams) (*GetPrivatesCredentialOK, error)
GetPrivatesCredential retrieves private credentials
Cloudbreak is launching Hadoop clusters on the user's behalf - on different cloud providers. One key point is that Cloudbreak does not store your Cloud provider account details (such as username, password, keys, private SSL certificates, etc). We work around the concept that Identity and Access Management is fully controlled by you - the end user. The Cloudbreak deployer is purely acting on behalf of the end user - without having access to the user's account.
func (*Client) GetPublicCredential ¶
func (a *Client) GetPublicCredential(params *GetPublicCredentialParams) (*GetPublicCredentialOK, error)
GetPublicCredential retrieves a public or private owned credential by name
Cloudbreak is launching Hadoop clusters on the user's behalf - on different cloud providers. One key point is that Cloudbreak does not store your Cloud provider account details (such as username, password, keys, private SSL certificates, etc). We work around the concept that Identity and Access Management is fully controlled by you - the end user. The Cloudbreak deployer is purely acting on behalf of the end user - without having access to the user's account.
func (*Client) GetPublicsCredential ¶
func (a *Client) GetPublicsCredential(params *GetPublicsCredentialParams) (*GetPublicsCredentialOK, error)
GetPublicsCredential retrieves public and private owned credentials
Cloudbreak is launching Hadoop clusters on the user's behalf - on different cloud providers. One key point is that Cloudbreak does not store your Cloud provider account details (such as username, password, keys, private SSL certificates, etc). We work around the concept that Identity and Access Management is fully controlled by you - the end user. The Cloudbreak deployer is purely acting on behalf of the end user - without having access to the user's account.
func (*Client) PostPrivateCredential ¶
func (a *Client) PostPrivateCredential(params *PostPrivateCredentialParams) (*PostPrivateCredentialOK, error)
PostPrivateCredential creates credential as private resource
Cloudbreak is launching Hadoop clusters on the user's behalf - on different cloud providers. One key point is that Cloudbreak does not store your Cloud provider account details (such as username, password, keys, private SSL certificates, etc). We work around the concept that Identity and Access Management is fully controlled by you - the end user. The Cloudbreak deployer is purely acting on behalf of the end user - without having access to the user's account.
func (*Client) PostPublicCredential ¶
func (a *Client) PostPublicCredential(params *PostPublicCredentialParams) (*PostPublicCredentialOK, error)
PostPublicCredential creates credential as public resource
Cloudbreak is launching Hadoop clusters on the user's behalf - on different cloud providers. One key point is that Cloudbreak does not store your Cloud provider account details (such as username, password, keys, private SSL certificates, etc). We work around the concept that Identity and Access Management is fully controlled by you - the end user. The Cloudbreak deployer is purely acting on behalf of the end user - without having access to the user's account.
func (*Client) PrivateInteractiveLoginCredential ¶
func (a *Client) PrivateInteractiveLoginCredential(params *PrivateInteractiveLoginCredentialParams) (*PrivateInteractiveLoginCredentialOK, error)
PrivateInteractiveLoginCredential interactives login
Cloudbreak is launching Hadoop clusters on the user's behalf - on different cloud providers. One key point is that Cloudbreak does not store your Cloud provider account details (such as username, password, keys, private SSL certificates, etc). We work around the concept that Identity and Access Management is fully controlled by you - the end user. The Cloudbreak deployer is purely acting on behalf of the end user - without having access to the user's account.
func (*Client) PublicInteractiveLoginCredential ¶
func (a *Client) PublicInteractiveLoginCredential(params *PublicInteractiveLoginCredentialParams) (*PublicInteractiveLoginCredentialOK, error)
PublicInteractiveLoginCredential interactives login
Cloudbreak is launching Hadoop clusters on the user's behalf - on different cloud providers. One key point is that Cloudbreak does not store your Cloud provider account details (such as username, password, keys, private SSL certificates, etc). We work around the concept that Identity and Access Management is fully controlled by you - the end user. The Cloudbreak deployer is purely acting on behalf of the end user - without having access to the user's account.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type DeleteCredentialDefault ¶
type DeleteCredentialDefault struct {
// contains filtered or unexported fields
}
DeleteCredentialDefault handles this case with default header values.
successful operation
func NewDeleteCredentialDefault ¶
func NewDeleteCredentialDefault(code int) *DeleteCredentialDefault
NewDeleteCredentialDefault creates a DeleteCredentialDefault with default headers values
func (*DeleteCredentialDefault) Code ¶
func (o *DeleteCredentialDefault) Code() int
Code gets the status code for the delete credential default response
func (*DeleteCredentialDefault) Error ¶
func (o *DeleteCredentialDefault) Error() string
type DeleteCredentialParams ¶
type DeleteCredentialParams struct { /*ID*/ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteCredentialParams contains all the parameters to send to the API endpoint for the delete credential operation typically these are written to a http.Request
func NewDeleteCredentialParams ¶
func NewDeleteCredentialParams() *DeleteCredentialParams
NewDeleteCredentialParams creates a new DeleteCredentialParams object with the default values initialized.
func NewDeleteCredentialParamsWithContext ¶
func NewDeleteCredentialParamsWithContext(ctx context.Context) *DeleteCredentialParams
NewDeleteCredentialParamsWithContext creates a new DeleteCredentialParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteCredentialParamsWithHTTPClient ¶
func NewDeleteCredentialParamsWithHTTPClient(client *http.Client) *DeleteCredentialParams
NewDeleteCredentialParamsWithHTTPClient creates a new DeleteCredentialParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteCredentialParamsWithTimeout ¶
func NewDeleteCredentialParamsWithTimeout(timeout time.Duration) *DeleteCredentialParams
NewDeleteCredentialParamsWithTimeout creates a new DeleteCredentialParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteCredentialParams) SetContext ¶
func (o *DeleteCredentialParams) SetContext(ctx context.Context)
SetContext adds the context to the delete credential params
func (*DeleteCredentialParams) SetHTTPClient ¶
func (o *DeleteCredentialParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete credential params
func (*DeleteCredentialParams) SetID ¶
func (o *DeleteCredentialParams) SetID(id int64)
SetID adds the id to the delete credential params
func (*DeleteCredentialParams) SetTimeout ¶
func (o *DeleteCredentialParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete credential params
func (*DeleteCredentialParams) WithContext ¶
func (o *DeleteCredentialParams) WithContext(ctx context.Context) *DeleteCredentialParams
WithContext adds the context to the delete credential params
func (*DeleteCredentialParams) WithHTTPClient ¶
func (o *DeleteCredentialParams) WithHTTPClient(client *http.Client) *DeleteCredentialParams
WithHTTPClient adds the HTTPClient to the delete credential params
func (*DeleteCredentialParams) WithID ¶
func (o *DeleteCredentialParams) WithID(id int64) *DeleteCredentialParams
WithID adds the id to the delete credential params
func (*DeleteCredentialParams) WithTimeout ¶
func (o *DeleteCredentialParams) WithTimeout(timeout time.Duration) *DeleteCredentialParams
WithTimeout adds the timeout to the delete credential params
func (*DeleteCredentialParams) WriteToRequest ¶
func (o *DeleteCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteCredentialReader ¶
type DeleteCredentialReader struct {
// contains filtered or unexported fields
}
DeleteCredentialReader is a Reader for the DeleteCredential structure.
func (*DeleteCredentialReader) ReadResponse ¶
func (o *DeleteCredentialReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeletePrivateCredentialDefault ¶
type DeletePrivateCredentialDefault struct {
// contains filtered or unexported fields
}
DeletePrivateCredentialDefault handles this case with default header values.
successful operation
func NewDeletePrivateCredentialDefault ¶
func NewDeletePrivateCredentialDefault(code int) *DeletePrivateCredentialDefault
NewDeletePrivateCredentialDefault creates a DeletePrivateCredentialDefault with default headers values
func (*DeletePrivateCredentialDefault) Code ¶
func (o *DeletePrivateCredentialDefault) Code() int
Code gets the status code for the delete private credential default response
func (*DeletePrivateCredentialDefault) Error ¶
func (o *DeletePrivateCredentialDefault) Error() string
type DeletePrivateCredentialParams ¶
type DeletePrivateCredentialParams struct { /*Name*/ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeletePrivateCredentialParams contains all the parameters to send to the API endpoint for the delete private credential operation typically these are written to a http.Request
func NewDeletePrivateCredentialParams ¶
func NewDeletePrivateCredentialParams() *DeletePrivateCredentialParams
NewDeletePrivateCredentialParams creates a new DeletePrivateCredentialParams object with the default values initialized.
func NewDeletePrivateCredentialParamsWithContext ¶
func NewDeletePrivateCredentialParamsWithContext(ctx context.Context) *DeletePrivateCredentialParams
NewDeletePrivateCredentialParamsWithContext creates a new DeletePrivateCredentialParams object with the default values initialized, and the ability to set a context for a request
func NewDeletePrivateCredentialParamsWithHTTPClient ¶
func NewDeletePrivateCredentialParamsWithHTTPClient(client *http.Client) *DeletePrivateCredentialParams
NewDeletePrivateCredentialParamsWithHTTPClient creates a new DeletePrivateCredentialParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeletePrivateCredentialParamsWithTimeout ¶
func NewDeletePrivateCredentialParamsWithTimeout(timeout time.Duration) *DeletePrivateCredentialParams
NewDeletePrivateCredentialParamsWithTimeout creates a new DeletePrivateCredentialParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeletePrivateCredentialParams) SetContext ¶
func (o *DeletePrivateCredentialParams) SetContext(ctx context.Context)
SetContext adds the context to the delete private credential params
func (*DeletePrivateCredentialParams) SetHTTPClient ¶
func (o *DeletePrivateCredentialParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete private credential params
func (*DeletePrivateCredentialParams) SetName ¶
func (o *DeletePrivateCredentialParams) SetName(name string)
SetName adds the name to the delete private credential params
func (*DeletePrivateCredentialParams) SetTimeout ¶
func (o *DeletePrivateCredentialParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete private credential params
func (*DeletePrivateCredentialParams) WithContext ¶
func (o *DeletePrivateCredentialParams) WithContext(ctx context.Context) *DeletePrivateCredentialParams
WithContext adds the context to the delete private credential params
func (*DeletePrivateCredentialParams) WithHTTPClient ¶
func (o *DeletePrivateCredentialParams) WithHTTPClient(client *http.Client) *DeletePrivateCredentialParams
WithHTTPClient adds the HTTPClient to the delete private credential params
func (*DeletePrivateCredentialParams) WithName ¶
func (o *DeletePrivateCredentialParams) WithName(name string) *DeletePrivateCredentialParams
WithName adds the name to the delete private credential params
func (*DeletePrivateCredentialParams) WithTimeout ¶
func (o *DeletePrivateCredentialParams) WithTimeout(timeout time.Duration) *DeletePrivateCredentialParams
WithTimeout adds the timeout to the delete private credential params
func (*DeletePrivateCredentialParams) WriteToRequest ¶
func (o *DeletePrivateCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeletePrivateCredentialReader ¶
type DeletePrivateCredentialReader struct {
// contains filtered or unexported fields
}
DeletePrivateCredentialReader is a Reader for the DeletePrivateCredential structure.
func (*DeletePrivateCredentialReader) ReadResponse ¶
func (o *DeletePrivateCredentialReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeletePublicCredentialDefault ¶
type DeletePublicCredentialDefault struct {
// contains filtered or unexported fields
}
DeletePublicCredentialDefault handles this case with default header values.
successful operation
func NewDeletePublicCredentialDefault ¶
func NewDeletePublicCredentialDefault(code int) *DeletePublicCredentialDefault
NewDeletePublicCredentialDefault creates a DeletePublicCredentialDefault with default headers values
func (*DeletePublicCredentialDefault) Code ¶
func (o *DeletePublicCredentialDefault) Code() int
Code gets the status code for the delete public credential default response
func (*DeletePublicCredentialDefault) Error ¶
func (o *DeletePublicCredentialDefault) Error() string
type DeletePublicCredentialParams ¶
type DeletePublicCredentialParams struct { /*Name*/ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeletePublicCredentialParams contains all the parameters to send to the API endpoint for the delete public credential operation typically these are written to a http.Request
func NewDeletePublicCredentialParams ¶
func NewDeletePublicCredentialParams() *DeletePublicCredentialParams
NewDeletePublicCredentialParams creates a new DeletePublicCredentialParams object with the default values initialized.
func NewDeletePublicCredentialParamsWithContext ¶
func NewDeletePublicCredentialParamsWithContext(ctx context.Context) *DeletePublicCredentialParams
NewDeletePublicCredentialParamsWithContext creates a new DeletePublicCredentialParams object with the default values initialized, and the ability to set a context for a request
func NewDeletePublicCredentialParamsWithHTTPClient ¶
func NewDeletePublicCredentialParamsWithHTTPClient(client *http.Client) *DeletePublicCredentialParams
NewDeletePublicCredentialParamsWithHTTPClient creates a new DeletePublicCredentialParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeletePublicCredentialParamsWithTimeout ¶
func NewDeletePublicCredentialParamsWithTimeout(timeout time.Duration) *DeletePublicCredentialParams
NewDeletePublicCredentialParamsWithTimeout creates a new DeletePublicCredentialParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeletePublicCredentialParams) SetContext ¶
func (o *DeletePublicCredentialParams) SetContext(ctx context.Context)
SetContext adds the context to the delete public credential params
func (*DeletePublicCredentialParams) SetHTTPClient ¶
func (o *DeletePublicCredentialParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete public credential params
func (*DeletePublicCredentialParams) SetName ¶
func (o *DeletePublicCredentialParams) SetName(name string)
SetName adds the name to the delete public credential params
func (*DeletePublicCredentialParams) SetTimeout ¶
func (o *DeletePublicCredentialParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete public credential params
func (*DeletePublicCredentialParams) WithContext ¶
func (o *DeletePublicCredentialParams) WithContext(ctx context.Context) *DeletePublicCredentialParams
WithContext adds the context to the delete public credential params
func (*DeletePublicCredentialParams) WithHTTPClient ¶
func (o *DeletePublicCredentialParams) WithHTTPClient(client *http.Client) *DeletePublicCredentialParams
WithHTTPClient adds the HTTPClient to the delete public credential params
func (*DeletePublicCredentialParams) WithName ¶
func (o *DeletePublicCredentialParams) WithName(name string) *DeletePublicCredentialParams
WithName adds the name to the delete public credential params
func (*DeletePublicCredentialParams) WithTimeout ¶
func (o *DeletePublicCredentialParams) WithTimeout(timeout time.Duration) *DeletePublicCredentialParams
WithTimeout adds the timeout to the delete public credential params
func (*DeletePublicCredentialParams) WriteToRequest ¶
func (o *DeletePublicCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeletePublicCredentialReader ¶
type DeletePublicCredentialReader struct {
// contains filtered or unexported fields
}
DeletePublicCredentialReader is a Reader for the DeletePublicCredential structure.
func (*DeletePublicCredentialReader) ReadResponse ¶
func (o *DeletePublicCredentialReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCredentialOK ¶
type GetCredentialOK struct {
Payload *models_cloudbreak.CredentialResponse
}
GetCredentialOK handles this case with default header values.
successful operation
func NewGetCredentialOK ¶
func NewGetCredentialOK() *GetCredentialOK
NewGetCredentialOK creates a GetCredentialOK with default headers values
func (*GetCredentialOK) Error ¶
func (o *GetCredentialOK) Error() string
type GetCredentialParams ¶
type GetCredentialParams struct { /*ID*/ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCredentialParams contains all the parameters to send to the API endpoint for the get credential operation typically these are written to a http.Request
func NewGetCredentialParams ¶
func NewGetCredentialParams() *GetCredentialParams
NewGetCredentialParams creates a new GetCredentialParams object with the default values initialized.
func NewGetCredentialParamsWithContext ¶
func NewGetCredentialParamsWithContext(ctx context.Context) *GetCredentialParams
NewGetCredentialParamsWithContext creates a new GetCredentialParams object with the default values initialized, and the ability to set a context for a request
func NewGetCredentialParamsWithHTTPClient ¶
func NewGetCredentialParamsWithHTTPClient(client *http.Client) *GetCredentialParams
NewGetCredentialParamsWithHTTPClient creates a new GetCredentialParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetCredentialParamsWithTimeout ¶
func NewGetCredentialParamsWithTimeout(timeout time.Duration) *GetCredentialParams
NewGetCredentialParamsWithTimeout creates a new GetCredentialParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetCredentialParams) SetContext ¶
func (o *GetCredentialParams) SetContext(ctx context.Context)
SetContext adds the context to the get credential params
func (*GetCredentialParams) SetHTTPClient ¶
func (o *GetCredentialParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get credential params
func (*GetCredentialParams) SetID ¶
func (o *GetCredentialParams) SetID(id int64)
SetID adds the id to the get credential params
func (*GetCredentialParams) SetTimeout ¶
func (o *GetCredentialParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get credential params
func (*GetCredentialParams) WithContext ¶
func (o *GetCredentialParams) WithContext(ctx context.Context) *GetCredentialParams
WithContext adds the context to the get credential params
func (*GetCredentialParams) WithHTTPClient ¶
func (o *GetCredentialParams) WithHTTPClient(client *http.Client) *GetCredentialParams
WithHTTPClient adds the HTTPClient to the get credential params
func (*GetCredentialParams) WithID ¶
func (o *GetCredentialParams) WithID(id int64) *GetCredentialParams
WithID adds the id to the get credential params
func (*GetCredentialParams) WithTimeout ¶
func (o *GetCredentialParams) WithTimeout(timeout time.Duration) *GetCredentialParams
WithTimeout adds the timeout to the get credential params
func (*GetCredentialParams) WriteToRequest ¶
func (o *GetCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCredentialReader ¶
type GetCredentialReader struct {
// contains filtered or unexported fields
}
GetCredentialReader is a Reader for the GetCredential structure.
func (*GetCredentialReader) ReadResponse ¶
func (o *GetCredentialReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPrivateCredentialOK ¶
type GetPrivateCredentialOK struct {
Payload *models_cloudbreak.CredentialResponse
}
GetPrivateCredentialOK handles this case with default header values.
successful operation
func NewGetPrivateCredentialOK ¶
func NewGetPrivateCredentialOK() *GetPrivateCredentialOK
NewGetPrivateCredentialOK creates a GetPrivateCredentialOK with default headers values
func (*GetPrivateCredentialOK) Error ¶
func (o *GetPrivateCredentialOK) Error() string
type GetPrivateCredentialParams ¶
type GetPrivateCredentialParams struct { /*Name*/ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPrivateCredentialParams contains all the parameters to send to the API endpoint for the get private credential operation typically these are written to a http.Request
func NewGetPrivateCredentialParams ¶
func NewGetPrivateCredentialParams() *GetPrivateCredentialParams
NewGetPrivateCredentialParams creates a new GetPrivateCredentialParams object with the default values initialized.
func NewGetPrivateCredentialParamsWithContext ¶
func NewGetPrivateCredentialParamsWithContext(ctx context.Context) *GetPrivateCredentialParams
NewGetPrivateCredentialParamsWithContext creates a new GetPrivateCredentialParams object with the default values initialized, and the ability to set a context for a request
func NewGetPrivateCredentialParamsWithHTTPClient ¶
func NewGetPrivateCredentialParamsWithHTTPClient(client *http.Client) *GetPrivateCredentialParams
NewGetPrivateCredentialParamsWithHTTPClient creates a new GetPrivateCredentialParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPrivateCredentialParamsWithTimeout ¶
func NewGetPrivateCredentialParamsWithTimeout(timeout time.Duration) *GetPrivateCredentialParams
NewGetPrivateCredentialParamsWithTimeout creates a new GetPrivateCredentialParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPrivateCredentialParams) SetContext ¶
func (o *GetPrivateCredentialParams) SetContext(ctx context.Context)
SetContext adds the context to the get private credential params
func (*GetPrivateCredentialParams) SetHTTPClient ¶
func (o *GetPrivateCredentialParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get private credential params
func (*GetPrivateCredentialParams) SetName ¶
func (o *GetPrivateCredentialParams) SetName(name string)
SetName adds the name to the get private credential params
func (*GetPrivateCredentialParams) SetTimeout ¶
func (o *GetPrivateCredentialParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get private credential params
func (*GetPrivateCredentialParams) WithContext ¶
func (o *GetPrivateCredentialParams) WithContext(ctx context.Context) *GetPrivateCredentialParams
WithContext adds the context to the get private credential params
func (*GetPrivateCredentialParams) WithHTTPClient ¶
func (o *GetPrivateCredentialParams) WithHTTPClient(client *http.Client) *GetPrivateCredentialParams
WithHTTPClient adds the HTTPClient to the get private credential params
func (*GetPrivateCredentialParams) WithName ¶
func (o *GetPrivateCredentialParams) WithName(name string) *GetPrivateCredentialParams
WithName adds the name to the get private credential params
func (*GetPrivateCredentialParams) WithTimeout ¶
func (o *GetPrivateCredentialParams) WithTimeout(timeout time.Duration) *GetPrivateCredentialParams
WithTimeout adds the timeout to the get private credential params
func (*GetPrivateCredentialParams) WriteToRequest ¶
func (o *GetPrivateCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPrivateCredentialReader ¶
type GetPrivateCredentialReader struct {
// contains filtered or unexported fields
}
GetPrivateCredentialReader is a Reader for the GetPrivateCredential structure.
func (*GetPrivateCredentialReader) ReadResponse ¶
func (o *GetPrivateCredentialReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPrivatesCredentialOK ¶
type GetPrivatesCredentialOK struct {
Payload []*models_cloudbreak.CredentialResponse
}
GetPrivatesCredentialOK handles this case with default header values.
successful operation
func NewGetPrivatesCredentialOK ¶
func NewGetPrivatesCredentialOK() *GetPrivatesCredentialOK
NewGetPrivatesCredentialOK creates a GetPrivatesCredentialOK with default headers values
func (*GetPrivatesCredentialOK) Error ¶
func (o *GetPrivatesCredentialOK) Error() string
type GetPrivatesCredentialParams ¶
type GetPrivatesCredentialParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPrivatesCredentialParams contains all the parameters to send to the API endpoint for the get privates credential operation typically these are written to a http.Request
func NewGetPrivatesCredentialParams ¶
func NewGetPrivatesCredentialParams() *GetPrivatesCredentialParams
NewGetPrivatesCredentialParams creates a new GetPrivatesCredentialParams object with the default values initialized.
func NewGetPrivatesCredentialParamsWithContext ¶
func NewGetPrivatesCredentialParamsWithContext(ctx context.Context) *GetPrivatesCredentialParams
NewGetPrivatesCredentialParamsWithContext creates a new GetPrivatesCredentialParams object with the default values initialized, and the ability to set a context for a request
func NewGetPrivatesCredentialParamsWithHTTPClient ¶
func NewGetPrivatesCredentialParamsWithHTTPClient(client *http.Client) *GetPrivatesCredentialParams
NewGetPrivatesCredentialParamsWithHTTPClient creates a new GetPrivatesCredentialParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPrivatesCredentialParamsWithTimeout ¶
func NewGetPrivatesCredentialParamsWithTimeout(timeout time.Duration) *GetPrivatesCredentialParams
NewGetPrivatesCredentialParamsWithTimeout creates a new GetPrivatesCredentialParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPrivatesCredentialParams) SetContext ¶
func (o *GetPrivatesCredentialParams) SetContext(ctx context.Context)
SetContext adds the context to the get privates credential params
func (*GetPrivatesCredentialParams) SetHTTPClient ¶
func (o *GetPrivatesCredentialParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get privates credential params
func (*GetPrivatesCredentialParams) SetTimeout ¶
func (o *GetPrivatesCredentialParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get privates credential params
func (*GetPrivatesCredentialParams) WithContext ¶
func (o *GetPrivatesCredentialParams) WithContext(ctx context.Context) *GetPrivatesCredentialParams
WithContext adds the context to the get privates credential params
func (*GetPrivatesCredentialParams) WithHTTPClient ¶
func (o *GetPrivatesCredentialParams) WithHTTPClient(client *http.Client) *GetPrivatesCredentialParams
WithHTTPClient adds the HTTPClient to the get privates credential params
func (*GetPrivatesCredentialParams) WithTimeout ¶
func (o *GetPrivatesCredentialParams) WithTimeout(timeout time.Duration) *GetPrivatesCredentialParams
WithTimeout adds the timeout to the get privates credential params
func (*GetPrivatesCredentialParams) WriteToRequest ¶
func (o *GetPrivatesCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPrivatesCredentialReader ¶
type GetPrivatesCredentialReader struct {
// contains filtered or unexported fields
}
GetPrivatesCredentialReader is a Reader for the GetPrivatesCredential structure.
func (*GetPrivatesCredentialReader) ReadResponse ¶
func (o *GetPrivatesCredentialReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPublicCredentialOK ¶
type GetPublicCredentialOK struct {
Payload *models_cloudbreak.CredentialResponse
}
GetPublicCredentialOK handles this case with default header values.
successful operation
func NewGetPublicCredentialOK ¶
func NewGetPublicCredentialOK() *GetPublicCredentialOK
NewGetPublicCredentialOK creates a GetPublicCredentialOK with default headers values
func (*GetPublicCredentialOK) Error ¶
func (o *GetPublicCredentialOK) Error() string
type GetPublicCredentialParams ¶
type GetPublicCredentialParams struct { /*Name*/ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPublicCredentialParams contains all the parameters to send to the API endpoint for the get public credential operation typically these are written to a http.Request
func NewGetPublicCredentialParams ¶
func NewGetPublicCredentialParams() *GetPublicCredentialParams
NewGetPublicCredentialParams creates a new GetPublicCredentialParams object with the default values initialized.
func NewGetPublicCredentialParamsWithContext ¶
func NewGetPublicCredentialParamsWithContext(ctx context.Context) *GetPublicCredentialParams
NewGetPublicCredentialParamsWithContext creates a new GetPublicCredentialParams object with the default values initialized, and the ability to set a context for a request
func NewGetPublicCredentialParamsWithHTTPClient ¶
func NewGetPublicCredentialParamsWithHTTPClient(client *http.Client) *GetPublicCredentialParams
NewGetPublicCredentialParamsWithHTTPClient creates a new GetPublicCredentialParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPublicCredentialParamsWithTimeout ¶
func NewGetPublicCredentialParamsWithTimeout(timeout time.Duration) *GetPublicCredentialParams
NewGetPublicCredentialParamsWithTimeout creates a new GetPublicCredentialParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPublicCredentialParams) SetContext ¶
func (o *GetPublicCredentialParams) SetContext(ctx context.Context)
SetContext adds the context to the get public credential params
func (*GetPublicCredentialParams) SetHTTPClient ¶
func (o *GetPublicCredentialParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get public credential params
func (*GetPublicCredentialParams) SetName ¶
func (o *GetPublicCredentialParams) SetName(name string)
SetName adds the name to the get public credential params
func (*GetPublicCredentialParams) SetTimeout ¶
func (o *GetPublicCredentialParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get public credential params
func (*GetPublicCredentialParams) WithContext ¶
func (o *GetPublicCredentialParams) WithContext(ctx context.Context) *GetPublicCredentialParams
WithContext adds the context to the get public credential params
func (*GetPublicCredentialParams) WithHTTPClient ¶
func (o *GetPublicCredentialParams) WithHTTPClient(client *http.Client) *GetPublicCredentialParams
WithHTTPClient adds the HTTPClient to the get public credential params
func (*GetPublicCredentialParams) WithName ¶
func (o *GetPublicCredentialParams) WithName(name string) *GetPublicCredentialParams
WithName adds the name to the get public credential params
func (*GetPublicCredentialParams) WithTimeout ¶
func (o *GetPublicCredentialParams) WithTimeout(timeout time.Duration) *GetPublicCredentialParams
WithTimeout adds the timeout to the get public credential params
func (*GetPublicCredentialParams) WriteToRequest ¶
func (o *GetPublicCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPublicCredentialReader ¶
type GetPublicCredentialReader struct {
// contains filtered or unexported fields
}
GetPublicCredentialReader is a Reader for the GetPublicCredential structure.
func (*GetPublicCredentialReader) ReadResponse ¶
func (o *GetPublicCredentialReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPublicsCredentialOK ¶
type GetPublicsCredentialOK struct {
Payload []*models_cloudbreak.CredentialResponse
}
GetPublicsCredentialOK handles this case with default header values.
successful operation
func NewGetPublicsCredentialOK ¶
func NewGetPublicsCredentialOK() *GetPublicsCredentialOK
NewGetPublicsCredentialOK creates a GetPublicsCredentialOK with default headers values
func (*GetPublicsCredentialOK) Error ¶
func (o *GetPublicsCredentialOK) Error() string
type GetPublicsCredentialParams ¶
type GetPublicsCredentialParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPublicsCredentialParams contains all the parameters to send to the API endpoint for the get publics credential operation typically these are written to a http.Request
func NewGetPublicsCredentialParams ¶
func NewGetPublicsCredentialParams() *GetPublicsCredentialParams
NewGetPublicsCredentialParams creates a new GetPublicsCredentialParams object with the default values initialized.
func NewGetPublicsCredentialParamsWithContext ¶
func NewGetPublicsCredentialParamsWithContext(ctx context.Context) *GetPublicsCredentialParams
NewGetPublicsCredentialParamsWithContext creates a new GetPublicsCredentialParams object with the default values initialized, and the ability to set a context for a request
func NewGetPublicsCredentialParamsWithHTTPClient ¶
func NewGetPublicsCredentialParamsWithHTTPClient(client *http.Client) *GetPublicsCredentialParams
NewGetPublicsCredentialParamsWithHTTPClient creates a new GetPublicsCredentialParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPublicsCredentialParamsWithTimeout ¶
func NewGetPublicsCredentialParamsWithTimeout(timeout time.Duration) *GetPublicsCredentialParams
NewGetPublicsCredentialParamsWithTimeout creates a new GetPublicsCredentialParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPublicsCredentialParams) SetContext ¶
func (o *GetPublicsCredentialParams) SetContext(ctx context.Context)
SetContext adds the context to the get publics credential params
func (*GetPublicsCredentialParams) SetHTTPClient ¶
func (o *GetPublicsCredentialParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get publics credential params
func (*GetPublicsCredentialParams) SetTimeout ¶
func (o *GetPublicsCredentialParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get publics credential params
func (*GetPublicsCredentialParams) WithContext ¶
func (o *GetPublicsCredentialParams) WithContext(ctx context.Context) *GetPublicsCredentialParams
WithContext adds the context to the get publics credential params
func (*GetPublicsCredentialParams) WithHTTPClient ¶
func (o *GetPublicsCredentialParams) WithHTTPClient(client *http.Client) *GetPublicsCredentialParams
WithHTTPClient adds the HTTPClient to the get publics credential params
func (*GetPublicsCredentialParams) WithTimeout ¶
func (o *GetPublicsCredentialParams) WithTimeout(timeout time.Duration) *GetPublicsCredentialParams
WithTimeout adds the timeout to the get publics credential params
func (*GetPublicsCredentialParams) WriteToRequest ¶
func (o *GetPublicsCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPublicsCredentialReader ¶
type GetPublicsCredentialReader struct {
// contains filtered or unexported fields
}
GetPublicsCredentialReader is a Reader for the GetPublicsCredential structure.
func (*GetPublicsCredentialReader) ReadResponse ¶
func (o *GetPublicsCredentialReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostPrivateCredentialOK ¶
type PostPrivateCredentialOK struct {
Payload *models_cloudbreak.CredentialResponse
}
PostPrivateCredentialOK handles this case with default header values.
successful operation
func NewPostPrivateCredentialOK ¶
func NewPostPrivateCredentialOK() *PostPrivateCredentialOK
NewPostPrivateCredentialOK creates a PostPrivateCredentialOK with default headers values
func (*PostPrivateCredentialOK) Error ¶
func (o *PostPrivateCredentialOK) Error() string
type PostPrivateCredentialParams ¶
type PostPrivateCredentialParams struct { /*Body*/ Body *models_cloudbreak.CredentialRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostPrivateCredentialParams contains all the parameters to send to the API endpoint for the post private credential operation typically these are written to a http.Request
func NewPostPrivateCredentialParams ¶
func NewPostPrivateCredentialParams() *PostPrivateCredentialParams
NewPostPrivateCredentialParams creates a new PostPrivateCredentialParams object with the default values initialized.
func NewPostPrivateCredentialParamsWithContext ¶
func NewPostPrivateCredentialParamsWithContext(ctx context.Context) *PostPrivateCredentialParams
NewPostPrivateCredentialParamsWithContext creates a new PostPrivateCredentialParams object with the default values initialized, and the ability to set a context for a request
func NewPostPrivateCredentialParamsWithHTTPClient ¶
func NewPostPrivateCredentialParamsWithHTTPClient(client *http.Client) *PostPrivateCredentialParams
NewPostPrivateCredentialParamsWithHTTPClient creates a new PostPrivateCredentialParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPostPrivateCredentialParamsWithTimeout ¶
func NewPostPrivateCredentialParamsWithTimeout(timeout time.Duration) *PostPrivateCredentialParams
NewPostPrivateCredentialParamsWithTimeout creates a new PostPrivateCredentialParams object with the default values initialized, and the ability to set a timeout on a request
func (*PostPrivateCredentialParams) SetBody ¶
func (o *PostPrivateCredentialParams) SetBody(body *models_cloudbreak.CredentialRequest)
SetBody adds the body to the post private credential params
func (*PostPrivateCredentialParams) SetContext ¶
func (o *PostPrivateCredentialParams) SetContext(ctx context.Context)
SetContext adds the context to the post private credential params
func (*PostPrivateCredentialParams) SetHTTPClient ¶
func (o *PostPrivateCredentialParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post private credential params
func (*PostPrivateCredentialParams) SetTimeout ¶
func (o *PostPrivateCredentialParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post private credential params
func (*PostPrivateCredentialParams) WithBody ¶
func (o *PostPrivateCredentialParams) WithBody(body *models_cloudbreak.CredentialRequest) *PostPrivateCredentialParams
WithBody adds the body to the post private credential params
func (*PostPrivateCredentialParams) WithContext ¶
func (o *PostPrivateCredentialParams) WithContext(ctx context.Context) *PostPrivateCredentialParams
WithContext adds the context to the post private credential params
func (*PostPrivateCredentialParams) WithHTTPClient ¶
func (o *PostPrivateCredentialParams) WithHTTPClient(client *http.Client) *PostPrivateCredentialParams
WithHTTPClient adds the HTTPClient to the post private credential params
func (*PostPrivateCredentialParams) WithTimeout ¶
func (o *PostPrivateCredentialParams) WithTimeout(timeout time.Duration) *PostPrivateCredentialParams
WithTimeout adds the timeout to the post private credential params
func (*PostPrivateCredentialParams) WriteToRequest ¶
func (o *PostPrivateCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostPrivateCredentialReader ¶
type PostPrivateCredentialReader struct {
// contains filtered or unexported fields
}
PostPrivateCredentialReader is a Reader for the PostPrivateCredential structure.
func (*PostPrivateCredentialReader) ReadResponse ¶
func (o *PostPrivateCredentialReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostPublicCredentialOK ¶
type PostPublicCredentialOK struct {
Payload *models_cloudbreak.CredentialResponse
}
PostPublicCredentialOK handles this case with default header values.
successful operation
func NewPostPublicCredentialOK ¶
func NewPostPublicCredentialOK() *PostPublicCredentialOK
NewPostPublicCredentialOK creates a PostPublicCredentialOK with default headers values
func (*PostPublicCredentialOK) Error ¶
func (o *PostPublicCredentialOK) Error() string
type PostPublicCredentialParams ¶
type PostPublicCredentialParams struct { /*Body*/ Body *models_cloudbreak.CredentialRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostPublicCredentialParams contains all the parameters to send to the API endpoint for the post public credential operation typically these are written to a http.Request
func NewPostPublicCredentialParams ¶
func NewPostPublicCredentialParams() *PostPublicCredentialParams
NewPostPublicCredentialParams creates a new PostPublicCredentialParams object with the default values initialized.
func NewPostPublicCredentialParamsWithContext ¶
func NewPostPublicCredentialParamsWithContext(ctx context.Context) *PostPublicCredentialParams
NewPostPublicCredentialParamsWithContext creates a new PostPublicCredentialParams object with the default values initialized, and the ability to set a context for a request
func NewPostPublicCredentialParamsWithHTTPClient ¶
func NewPostPublicCredentialParamsWithHTTPClient(client *http.Client) *PostPublicCredentialParams
NewPostPublicCredentialParamsWithHTTPClient creates a new PostPublicCredentialParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPostPublicCredentialParamsWithTimeout ¶
func NewPostPublicCredentialParamsWithTimeout(timeout time.Duration) *PostPublicCredentialParams
NewPostPublicCredentialParamsWithTimeout creates a new PostPublicCredentialParams object with the default values initialized, and the ability to set a timeout on a request
func (*PostPublicCredentialParams) SetBody ¶
func (o *PostPublicCredentialParams) SetBody(body *models_cloudbreak.CredentialRequest)
SetBody adds the body to the post public credential params
func (*PostPublicCredentialParams) SetContext ¶
func (o *PostPublicCredentialParams) SetContext(ctx context.Context)
SetContext adds the context to the post public credential params
func (*PostPublicCredentialParams) SetHTTPClient ¶
func (o *PostPublicCredentialParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post public credential params
func (*PostPublicCredentialParams) SetTimeout ¶
func (o *PostPublicCredentialParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post public credential params
func (*PostPublicCredentialParams) WithBody ¶
func (o *PostPublicCredentialParams) WithBody(body *models_cloudbreak.CredentialRequest) *PostPublicCredentialParams
WithBody adds the body to the post public credential params
func (*PostPublicCredentialParams) WithContext ¶
func (o *PostPublicCredentialParams) WithContext(ctx context.Context) *PostPublicCredentialParams
WithContext adds the context to the post public credential params
func (*PostPublicCredentialParams) WithHTTPClient ¶
func (o *PostPublicCredentialParams) WithHTTPClient(client *http.Client) *PostPublicCredentialParams
WithHTTPClient adds the HTTPClient to the post public credential params
func (*PostPublicCredentialParams) WithTimeout ¶
func (o *PostPublicCredentialParams) WithTimeout(timeout time.Duration) *PostPublicCredentialParams
WithTimeout adds the timeout to the post public credential params
func (*PostPublicCredentialParams) WriteToRequest ¶
func (o *PostPublicCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostPublicCredentialReader ¶
type PostPublicCredentialReader struct {
// contains filtered or unexported fields
}
PostPublicCredentialReader is a Reader for the PostPublicCredential structure.
func (*PostPublicCredentialReader) ReadResponse ¶
func (o *PostPublicCredentialReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PrivateInteractiveLoginCredentialOK ¶
type PrivateInteractiveLoginCredentialOK struct {
Payload PrivateInteractiveLoginCredentialOKBody
}
PrivateInteractiveLoginCredentialOK handles this case with default header values.
successful operation
func NewPrivateInteractiveLoginCredentialOK ¶
func NewPrivateInteractiveLoginCredentialOK() *PrivateInteractiveLoginCredentialOK
NewPrivateInteractiveLoginCredentialOK creates a PrivateInteractiveLoginCredentialOK with default headers values
func (*PrivateInteractiveLoginCredentialOK) Error ¶
func (o *PrivateInteractiveLoginCredentialOK) Error() string
type PrivateInteractiveLoginCredentialParams ¶
type PrivateInteractiveLoginCredentialParams struct { /*Body*/ Body *models_cloudbreak.CredentialRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PrivateInteractiveLoginCredentialParams contains all the parameters to send to the API endpoint for the private interactive login credential operation typically these are written to a http.Request
func NewPrivateInteractiveLoginCredentialParams ¶
func NewPrivateInteractiveLoginCredentialParams() *PrivateInteractiveLoginCredentialParams
NewPrivateInteractiveLoginCredentialParams creates a new PrivateInteractiveLoginCredentialParams object with the default values initialized.
func NewPrivateInteractiveLoginCredentialParamsWithContext ¶
func NewPrivateInteractiveLoginCredentialParamsWithContext(ctx context.Context) *PrivateInteractiveLoginCredentialParams
NewPrivateInteractiveLoginCredentialParamsWithContext creates a new PrivateInteractiveLoginCredentialParams object with the default values initialized, and the ability to set a context for a request
func NewPrivateInteractiveLoginCredentialParamsWithHTTPClient ¶
func NewPrivateInteractiveLoginCredentialParamsWithHTTPClient(client *http.Client) *PrivateInteractiveLoginCredentialParams
NewPrivateInteractiveLoginCredentialParamsWithHTTPClient creates a new PrivateInteractiveLoginCredentialParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPrivateInteractiveLoginCredentialParamsWithTimeout ¶
func NewPrivateInteractiveLoginCredentialParamsWithTimeout(timeout time.Duration) *PrivateInteractiveLoginCredentialParams
NewPrivateInteractiveLoginCredentialParamsWithTimeout creates a new PrivateInteractiveLoginCredentialParams object with the default values initialized, and the ability to set a timeout on a request
func (*PrivateInteractiveLoginCredentialParams) SetBody ¶
func (o *PrivateInteractiveLoginCredentialParams) SetBody(body *models_cloudbreak.CredentialRequest)
SetBody adds the body to the private interactive login credential params
func (*PrivateInteractiveLoginCredentialParams) SetContext ¶
func (o *PrivateInteractiveLoginCredentialParams) SetContext(ctx context.Context)
SetContext adds the context to the private interactive login credential params
func (*PrivateInteractiveLoginCredentialParams) SetHTTPClient ¶
func (o *PrivateInteractiveLoginCredentialParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the private interactive login credential params
func (*PrivateInteractiveLoginCredentialParams) SetTimeout ¶
func (o *PrivateInteractiveLoginCredentialParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the private interactive login credential params
func (*PrivateInteractiveLoginCredentialParams) WithBody ¶
func (o *PrivateInteractiveLoginCredentialParams) WithBody(body *models_cloudbreak.CredentialRequest) *PrivateInteractiveLoginCredentialParams
WithBody adds the body to the private interactive login credential params
func (*PrivateInteractiveLoginCredentialParams) WithContext ¶
func (o *PrivateInteractiveLoginCredentialParams) WithContext(ctx context.Context) *PrivateInteractiveLoginCredentialParams
WithContext adds the context to the private interactive login credential params
func (*PrivateInteractiveLoginCredentialParams) WithHTTPClient ¶
func (o *PrivateInteractiveLoginCredentialParams) WithHTTPClient(client *http.Client) *PrivateInteractiveLoginCredentialParams
WithHTTPClient adds the HTTPClient to the private interactive login credential params
func (*PrivateInteractiveLoginCredentialParams) WithTimeout ¶
func (o *PrivateInteractiveLoginCredentialParams) WithTimeout(timeout time.Duration) *PrivateInteractiveLoginCredentialParams
WithTimeout adds the timeout to the private interactive login credential params
func (*PrivateInteractiveLoginCredentialParams) WriteToRequest ¶
func (o *PrivateInteractiveLoginCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PrivateInteractiveLoginCredentialReader ¶
type PrivateInteractiveLoginCredentialReader struct {
// contains filtered or unexported fields
}
PrivateInteractiveLoginCredentialReader is a Reader for the PrivateInteractiveLoginCredential structure.
func (*PrivateInteractiveLoginCredentialReader) ReadResponse ¶
func (o *PrivateInteractiveLoginCredentialReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PublicInteractiveLoginCredentialOK ¶
type PublicInteractiveLoginCredentialOK struct {
Payload PublicInteractiveLoginCredentialOKBody
}
PublicInteractiveLoginCredentialOK handles this case with default header values.
successful operation
func NewPublicInteractiveLoginCredentialOK ¶
func NewPublicInteractiveLoginCredentialOK() *PublicInteractiveLoginCredentialOK
NewPublicInteractiveLoginCredentialOK creates a PublicInteractiveLoginCredentialOK with default headers values
func (*PublicInteractiveLoginCredentialOK) Error ¶
func (o *PublicInteractiveLoginCredentialOK) Error() string
type PublicInteractiveLoginCredentialParams ¶
type PublicInteractiveLoginCredentialParams struct { /*Body*/ Body *models_cloudbreak.CredentialRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PublicInteractiveLoginCredentialParams contains all the parameters to send to the API endpoint for the public interactive login credential operation typically these are written to a http.Request
func NewPublicInteractiveLoginCredentialParams ¶
func NewPublicInteractiveLoginCredentialParams() *PublicInteractiveLoginCredentialParams
NewPublicInteractiveLoginCredentialParams creates a new PublicInteractiveLoginCredentialParams object with the default values initialized.
func NewPublicInteractiveLoginCredentialParamsWithContext ¶
func NewPublicInteractiveLoginCredentialParamsWithContext(ctx context.Context) *PublicInteractiveLoginCredentialParams
NewPublicInteractiveLoginCredentialParamsWithContext creates a new PublicInteractiveLoginCredentialParams object with the default values initialized, and the ability to set a context for a request
func NewPublicInteractiveLoginCredentialParamsWithHTTPClient ¶
func NewPublicInteractiveLoginCredentialParamsWithHTTPClient(client *http.Client) *PublicInteractiveLoginCredentialParams
NewPublicInteractiveLoginCredentialParamsWithHTTPClient creates a new PublicInteractiveLoginCredentialParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPublicInteractiveLoginCredentialParamsWithTimeout ¶
func NewPublicInteractiveLoginCredentialParamsWithTimeout(timeout time.Duration) *PublicInteractiveLoginCredentialParams
NewPublicInteractiveLoginCredentialParamsWithTimeout creates a new PublicInteractiveLoginCredentialParams object with the default values initialized, and the ability to set a timeout on a request
func (*PublicInteractiveLoginCredentialParams) SetBody ¶
func (o *PublicInteractiveLoginCredentialParams) SetBody(body *models_cloudbreak.CredentialRequest)
SetBody adds the body to the public interactive login credential params
func (*PublicInteractiveLoginCredentialParams) SetContext ¶
func (o *PublicInteractiveLoginCredentialParams) SetContext(ctx context.Context)
SetContext adds the context to the public interactive login credential params
func (*PublicInteractiveLoginCredentialParams) SetHTTPClient ¶
func (o *PublicInteractiveLoginCredentialParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the public interactive login credential params
func (*PublicInteractiveLoginCredentialParams) SetTimeout ¶
func (o *PublicInteractiveLoginCredentialParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the public interactive login credential params
func (*PublicInteractiveLoginCredentialParams) WithBody ¶
func (o *PublicInteractiveLoginCredentialParams) WithBody(body *models_cloudbreak.CredentialRequest) *PublicInteractiveLoginCredentialParams
WithBody adds the body to the public interactive login credential params
func (*PublicInteractiveLoginCredentialParams) WithContext ¶
func (o *PublicInteractiveLoginCredentialParams) WithContext(ctx context.Context) *PublicInteractiveLoginCredentialParams
WithContext adds the context to the public interactive login credential params
func (*PublicInteractiveLoginCredentialParams) WithHTTPClient ¶
func (o *PublicInteractiveLoginCredentialParams) WithHTTPClient(client *http.Client) *PublicInteractiveLoginCredentialParams
WithHTTPClient adds the HTTPClient to the public interactive login credential params
func (*PublicInteractiveLoginCredentialParams) WithTimeout ¶
func (o *PublicInteractiveLoginCredentialParams) WithTimeout(timeout time.Duration) *PublicInteractiveLoginCredentialParams
WithTimeout adds the timeout to the public interactive login credential params
func (*PublicInteractiveLoginCredentialParams) WriteToRequest ¶
func (o *PublicInteractiveLoginCredentialParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PublicInteractiveLoginCredentialReader ¶
type PublicInteractiveLoginCredentialReader struct {
// contains filtered or unexported fields
}
PublicInteractiveLoginCredentialReader is a Reader for the PublicInteractiveLoginCredential structure.
func (*PublicInteractiveLoginCredentialReader) ReadResponse ¶
func (o *PublicInteractiveLoginCredentialReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files ¶
- delete_credential_parameters.go
- delete_credential_responses.go
- delete_private_credential_parameters.go
- delete_private_credential_responses.go
- delete_public_credential_parameters.go
- delete_public_credential_responses.go
- get_credential_parameters.go
- get_credential_responses.go
- get_private_credential_parameters.go
- get_private_credential_responses.go
- get_privates_credential_parameters.go
- get_privates_credential_responses.go
- get_public_credential_parameters.go
- get_public_credential_responses.go
- get_publics_credential_parameters.go
- get_publics_credential_responses.go
- post_private_credential_parameters.go
- post_private_credential_responses.go
- post_public_credential_parameters.go
- post_public_credential_responses.go
- private_interactive_login_credential_parameters.go
- private_interactive_login_credential_responses.go
- public_interactive_login_credential_parameters.go
- public_interactive_login_credential_responses.go
- v1credentials_client.go