uma2_resource

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for uma2 resource API

func (*Client) DeleteHostRsrcResourceSet

func (a *Client) DeleteHostRsrcResourceSet(params *DeleteHostRsrcResourceSetParams) (*DeleteHostRsrcResourceSetNoContent, error)

DeleteHostRsrcResourceSet deletes host rsrc resource set

Deletes a previously registered resource.

func (*Client) GetHostRsrcResourceSet

func (a *Client) GetHostRsrcResourceSet(params *GetHostRsrcResourceSetParams) (*GetHostRsrcResourceSetOK, error)

GetHostRsrcResourceSet gets host rsrc resource set

Lists all previously registered resource.

func (*Client) GetHostRsrcResourceSetRsid

func (a *Client) GetHostRsrcResourceSetRsid(params *GetHostRsrcResourceSetRsidParams) (*GetHostRsrcResourceSetRsidOK, error)

GetHostRsrcResourceSetRsid gets host rsrc resource set rsid

Reads a previously registered resource.

func (*Client) PostHostRsrcResourceSet

func (a *Client) PostHostRsrcResourceSet(params *PostHostRsrcResourceSetParams) (*PostHostRsrcResourceSetCreated, error)

PostHostRsrcResourceSet posts host rsrc resource set

Adds a new resource description.

func (*Client) PutHostRsrcResourceSetRsid

func (a *Client) PutHostRsrcResourceSetRsid(params *PutHostRsrcResourceSetRsidParams) (*PutHostRsrcResourceSetRsidOK, error)

PutHostRsrcResourceSetRsid puts host rsrc resource set rsid

Updates a previously registered resource.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	DeleteHostRsrcResourceSet(params *DeleteHostRsrcResourceSetParams) (*DeleteHostRsrcResourceSetNoContent, error)

	GetHostRsrcResourceSet(params *GetHostRsrcResourceSetParams) (*GetHostRsrcResourceSetOK, error)

	GetHostRsrcResourceSetRsid(params *GetHostRsrcResourceSetRsidParams) (*GetHostRsrcResourceSetRsidOK, error)

	PostHostRsrcResourceSet(params *PostHostRsrcResourceSetParams) (*PostHostRsrcResourceSetCreated, error)

	PutHostRsrcResourceSetRsid(params *PutHostRsrcResourceSetRsidParams) (*PutHostRsrcResourceSetRsidOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new uma2 resource API client.

type DeleteHostRsrcResourceSetInternalServerError

type DeleteHostRsrcResourceSetInternalServerError struct {
	Payload *models.ErrorResponse
}

DeleteHostRsrcResourceSetInternalServerError handles this case with default header values.

Invalid parameters provided to endpoint.

func NewDeleteHostRsrcResourceSetInternalServerError

func NewDeleteHostRsrcResourceSetInternalServerError() *DeleteHostRsrcResourceSetInternalServerError

NewDeleteHostRsrcResourceSetInternalServerError creates a DeleteHostRsrcResourceSetInternalServerError with default headers values

func (*DeleteHostRsrcResourceSetInternalServerError) Error

func (*DeleteHostRsrcResourceSetInternalServerError) GetPayload

type DeleteHostRsrcResourceSetNoContent

type DeleteHostRsrcResourceSetNoContent struct {
}

DeleteHostRsrcResourceSetNoContent handles this case with default header values.

OK

func NewDeleteHostRsrcResourceSetNoContent

func NewDeleteHostRsrcResourceSetNoContent() *DeleteHostRsrcResourceSetNoContent

NewDeleteHostRsrcResourceSetNoContent creates a DeleteHostRsrcResourceSetNoContent with default headers values

func (*DeleteHostRsrcResourceSetNoContent) Error

type DeleteHostRsrcResourceSetParams

type DeleteHostRsrcResourceSetParams struct {

	/*Authorization*/
	Authorization string

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

DeleteHostRsrcResourceSetParams contains all the parameters to send to the API endpoint for the delete host rsrc resource set operation typically these are written to a http.Request

func NewDeleteHostRsrcResourceSetParams

func NewDeleteHostRsrcResourceSetParams() *DeleteHostRsrcResourceSetParams

NewDeleteHostRsrcResourceSetParams creates a new DeleteHostRsrcResourceSetParams object with the default values initialized.

func NewDeleteHostRsrcResourceSetParamsWithContext

func NewDeleteHostRsrcResourceSetParamsWithContext(ctx context.Context) *DeleteHostRsrcResourceSetParams

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

func NewDeleteHostRsrcResourceSetParamsWithHTTPClient

func NewDeleteHostRsrcResourceSetParamsWithHTTPClient(client *http.Client) *DeleteHostRsrcResourceSetParams

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

func NewDeleteHostRsrcResourceSetParamsWithTimeout

func NewDeleteHostRsrcResourceSetParamsWithTimeout(timeout time.Duration) *DeleteHostRsrcResourceSetParams

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

func (*DeleteHostRsrcResourceSetParams) SetAuthorization

func (o *DeleteHostRsrcResourceSetParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the delete host rsrc resource set params

func (*DeleteHostRsrcResourceSetParams) SetContext

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

SetContext adds the context to the delete host rsrc resource set params

func (*DeleteHostRsrcResourceSetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete host rsrc resource set params

func (*DeleteHostRsrcResourceSetParams) SetTimeout

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

SetTimeout adds the timeout to the delete host rsrc resource set params

func (*DeleteHostRsrcResourceSetParams) WithAuthorization

func (o *DeleteHostRsrcResourceSetParams) WithAuthorization(authorization string) *DeleteHostRsrcResourceSetParams

WithAuthorization adds the authorization to the delete host rsrc resource set params

func (*DeleteHostRsrcResourceSetParams) WithContext

WithContext adds the context to the delete host rsrc resource set params

func (*DeleteHostRsrcResourceSetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete host rsrc resource set params

func (*DeleteHostRsrcResourceSetParams) WithTimeout

WithTimeout adds the timeout to the delete host rsrc resource set params

func (*DeleteHostRsrcResourceSetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteHostRsrcResourceSetReader

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

DeleteHostRsrcResourceSetReader is a Reader for the DeleteHostRsrcResourceSet structure.

func (*DeleteHostRsrcResourceSetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetHostRsrcResourceSetInternalServerError

type GetHostRsrcResourceSetInternalServerError struct {
	Payload *models.ErrorResponse
}

GetHostRsrcResourceSetInternalServerError handles this case with default header values.

Invalid parameters provided to endpoint.

func NewGetHostRsrcResourceSetInternalServerError

func NewGetHostRsrcResourceSetInternalServerError() *GetHostRsrcResourceSetInternalServerError

NewGetHostRsrcResourceSetInternalServerError creates a GetHostRsrcResourceSetInternalServerError with default headers values

func (*GetHostRsrcResourceSetInternalServerError) Error

func (*GetHostRsrcResourceSetInternalServerError) GetPayload

type GetHostRsrcResourceSetOK

type GetHostRsrcResourceSetOK struct {
	Payload []string
}

GetHostRsrcResourceSetOK handles this case with default header values.

OK

func NewGetHostRsrcResourceSetOK

func NewGetHostRsrcResourceSetOK() *GetHostRsrcResourceSetOK

NewGetHostRsrcResourceSetOK creates a GetHostRsrcResourceSetOK with default headers values

func (*GetHostRsrcResourceSetOK) Error

func (o *GetHostRsrcResourceSetOK) Error() string

func (*GetHostRsrcResourceSetOK) GetPayload

func (o *GetHostRsrcResourceSetOK) GetPayload() []string

type GetHostRsrcResourceSetParams

type GetHostRsrcResourceSetParams struct {

	/*Authorization*/
	Authorization string
	/*Scope
	  Scope uri.

	*/
	Scope *string

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

GetHostRsrcResourceSetParams contains all the parameters to send to the API endpoint for the get host rsrc resource set operation typically these are written to a http.Request

func NewGetHostRsrcResourceSetParams

func NewGetHostRsrcResourceSetParams() *GetHostRsrcResourceSetParams

NewGetHostRsrcResourceSetParams creates a new GetHostRsrcResourceSetParams object with the default values initialized.

func NewGetHostRsrcResourceSetParamsWithContext

func NewGetHostRsrcResourceSetParamsWithContext(ctx context.Context) *GetHostRsrcResourceSetParams

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

func NewGetHostRsrcResourceSetParamsWithHTTPClient

func NewGetHostRsrcResourceSetParamsWithHTTPClient(client *http.Client) *GetHostRsrcResourceSetParams

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

func NewGetHostRsrcResourceSetParamsWithTimeout

func NewGetHostRsrcResourceSetParamsWithTimeout(timeout time.Duration) *GetHostRsrcResourceSetParams

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

func (*GetHostRsrcResourceSetParams) SetAuthorization

func (o *GetHostRsrcResourceSetParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get host rsrc resource set params

func (*GetHostRsrcResourceSetParams) SetContext

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

SetContext adds the context to the get host rsrc resource set params

func (*GetHostRsrcResourceSetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get host rsrc resource set params

func (*GetHostRsrcResourceSetParams) SetScope

func (o *GetHostRsrcResourceSetParams) SetScope(scope *string)

SetScope adds the scope to the get host rsrc resource set params

func (*GetHostRsrcResourceSetParams) SetTimeout

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

SetTimeout adds the timeout to the get host rsrc resource set params

func (*GetHostRsrcResourceSetParams) WithAuthorization

func (o *GetHostRsrcResourceSetParams) WithAuthorization(authorization string) *GetHostRsrcResourceSetParams

WithAuthorization adds the authorization to the get host rsrc resource set params

func (*GetHostRsrcResourceSetParams) WithContext

WithContext adds the context to the get host rsrc resource set params

func (*GetHostRsrcResourceSetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get host rsrc resource set params

func (*GetHostRsrcResourceSetParams) WithScope

WithScope adds the scope to the get host rsrc resource set params

func (*GetHostRsrcResourceSetParams) WithTimeout

WithTimeout adds the timeout to the get host rsrc resource set params

func (*GetHostRsrcResourceSetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetHostRsrcResourceSetReader

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

GetHostRsrcResourceSetReader is a Reader for the GetHostRsrcResourceSet structure.

func (*GetHostRsrcResourceSetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetHostRsrcResourceSetRsidInternalServerError

type GetHostRsrcResourceSetRsidInternalServerError struct {
	Payload *models.ErrorResponse
}

GetHostRsrcResourceSetRsidInternalServerError handles this case with default header values.

Invalid parameters provided to endpoint.

func NewGetHostRsrcResourceSetRsidInternalServerError

func NewGetHostRsrcResourceSetRsidInternalServerError() *GetHostRsrcResourceSetRsidInternalServerError

NewGetHostRsrcResourceSetRsidInternalServerError creates a GetHostRsrcResourceSetRsidInternalServerError with default headers values

func (*GetHostRsrcResourceSetRsidInternalServerError) Error

func (*GetHostRsrcResourceSetRsidInternalServerError) GetPayload

type GetHostRsrcResourceSetRsidOK

type GetHostRsrcResourceSetRsidOK struct {
	Payload *models.UMAResourceWithID
}

GetHostRsrcResourceSetRsidOK handles this case with default header values.

OK

func NewGetHostRsrcResourceSetRsidOK

func NewGetHostRsrcResourceSetRsidOK() *GetHostRsrcResourceSetRsidOK

NewGetHostRsrcResourceSetRsidOK creates a GetHostRsrcResourceSetRsidOK with default headers values

func (*GetHostRsrcResourceSetRsidOK) Error

func (*GetHostRsrcResourceSetRsidOK) GetPayload

type GetHostRsrcResourceSetRsidParams

type GetHostRsrcResourceSetRsidParams struct {

	/*Authorization
	  Client Authorization details that contains the access token along with other details.

	*/
	Authorization string
	/*Rsid
	  Resource description ID.

	*/
	Rsid string

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

GetHostRsrcResourceSetRsidParams contains all the parameters to send to the API endpoint for the get host rsrc resource set rsid operation typically these are written to a http.Request

func NewGetHostRsrcResourceSetRsidParams

func NewGetHostRsrcResourceSetRsidParams() *GetHostRsrcResourceSetRsidParams

NewGetHostRsrcResourceSetRsidParams creates a new GetHostRsrcResourceSetRsidParams object with the default values initialized.

func NewGetHostRsrcResourceSetRsidParamsWithContext

func NewGetHostRsrcResourceSetRsidParamsWithContext(ctx context.Context) *GetHostRsrcResourceSetRsidParams

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

func NewGetHostRsrcResourceSetRsidParamsWithHTTPClient

func NewGetHostRsrcResourceSetRsidParamsWithHTTPClient(client *http.Client) *GetHostRsrcResourceSetRsidParams

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

func NewGetHostRsrcResourceSetRsidParamsWithTimeout

func NewGetHostRsrcResourceSetRsidParamsWithTimeout(timeout time.Duration) *GetHostRsrcResourceSetRsidParams

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

func (*GetHostRsrcResourceSetRsidParams) SetAuthorization

func (o *GetHostRsrcResourceSetRsidParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the get host rsrc resource set rsid params

func (*GetHostRsrcResourceSetRsidParams) SetContext

SetContext adds the context to the get host rsrc resource set rsid params

func (*GetHostRsrcResourceSetRsidParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get host rsrc resource set rsid params

func (*GetHostRsrcResourceSetRsidParams) SetRsid

func (o *GetHostRsrcResourceSetRsidParams) SetRsid(rsid string)

SetRsid adds the rsid to the get host rsrc resource set rsid params

func (*GetHostRsrcResourceSetRsidParams) SetTimeout

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

SetTimeout adds the timeout to the get host rsrc resource set rsid params

func (*GetHostRsrcResourceSetRsidParams) WithAuthorization

func (o *GetHostRsrcResourceSetRsidParams) WithAuthorization(authorization string) *GetHostRsrcResourceSetRsidParams

WithAuthorization adds the authorization to the get host rsrc resource set rsid params

func (*GetHostRsrcResourceSetRsidParams) WithContext

WithContext adds the context to the get host rsrc resource set rsid params

func (*GetHostRsrcResourceSetRsidParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get host rsrc resource set rsid params

func (*GetHostRsrcResourceSetRsidParams) WithRsid

WithRsid adds the rsid to the get host rsrc resource set rsid params

func (*GetHostRsrcResourceSetRsidParams) WithTimeout

WithTimeout adds the timeout to the get host rsrc resource set rsid params

func (*GetHostRsrcResourceSetRsidParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetHostRsrcResourceSetRsidReader

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

GetHostRsrcResourceSetRsidReader is a Reader for the GetHostRsrcResourceSetRsid structure.

func (*GetHostRsrcResourceSetRsidReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostHostRsrcResourceSetCreated

type PostHostRsrcResourceSetCreated struct {
	Payload *models.UMAResourceResponse
}

PostHostRsrcResourceSetCreated handles this case with default header values.

OK

func NewPostHostRsrcResourceSetCreated

func NewPostHostRsrcResourceSetCreated() *PostHostRsrcResourceSetCreated

NewPostHostRsrcResourceSetCreated creates a PostHostRsrcResourceSetCreated with default headers values

func (*PostHostRsrcResourceSetCreated) Error

func (*PostHostRsrcResourceSetCreated) GetPayload

type PostHostRsrcResourceSetInternalServerError

type PostHostRsrcResourceSetInternalServerError struct {
	Payload *models.ErrorResponse
}

PostHostRsrcResourceSetInternalServerError handles this case with default header values.

Invalid parameters provided to endpoint.

func NewPostHostRsrcResourceSetInternalServerError

func NewPostHostRsrcResourceSetInternalServerError() *PostHostRsrcResourceSetInternalServerError

NewPostHostRsrcResourceSetInternalServerError creates a PostHostRsrcResourceSetInternalServerError with default headers values

func (*PostHostRsrcResourceSetInternalServerError) Error

func (*PostHostRsrcResourceSetInternalServerError) GetPayload

type PostHostRsrcResourceSetParams

type PostHostRsrcResourceSetParams struct {

	/*Authorization
	  Client Authorization details that contains the access token along with other details.

	*/
	Authorization string
	/*Body*/
	Body *models.UMAResource

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

PostHostRsrcResourceSetParams contains all the parameters to send to the API endpoint for the post host rsrc resource set operation typically these are written to a http.Request

func NewPostHostRsrcResourceSetParams

func NewPostHostRsrcResourceSetParams() *PostHostRsrcResourceSetParams

NewPostHostRsrcResourceSetParams creates a new PostHostRsrcResourceSetParams object with the default values initialized.

func NewPostHostRsrcResourceSetParamsWithContext

func NewPostHostRsrcResourceSetParamsWithContext(ctx context.Context) *PostHostRsrcResourceSetParams

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

func NewPostHostRsrcResourceSetParamsWithHTTPClient

func NewPostHostRsrcResourceSetParamsWithHTTPClient(client *http.Client) *PostHostRsrcResourceSetParams

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

func NewPostHostRsrcResourceSetParamsWithTimeout

func NewPostHostRsrcResourceSetParamsWithTimeout(timeout time.Duration) *PostHostRsrcResourceSetParams

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

func (*PostHostRsrcResourceSetParams) SetAuthorization

func (o *PostHostRsrcResourceSetParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the post host rsrc resource set params

func (*PostHostRsrcResourceSetParams) SetBody

SetBody adds the body to the post host rsrc resource set params

func (*PostHostRsrcResourceSetParams) SetContext

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

SetContext adds the context to the post host rsrc resource set params

func (*PostHostRsrcResourceSetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post host rsrc resource set params

func (*PostHostRsrcResourceSetParams) SetTimeout

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

SetTimeout adds the timeout to the post host rsrc resource set params

func (*PostHostRsrcResourceSetParams) WithAuthorization

func (o *PostHostRsrcResourceSetParams) WithAuthorization(authorization string) *PostHostRsrcResourceSetParams

WithAuthorization adds the authorization to the post host rsrc resource set params

func (*PostHostRsrcResourceSetParams) WithBody

WithBody adds the body to the post host rsrc resource set params

func (*PostHostRsrcResourceSetParams) WithContext

WithContext adds the context to the post host rsrc resource set params

func (*PostHostRsrcResourceSetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post host rsrc resource set params

func (*PostHostRsrcResourceSetParams) WithTimeout

WithTimeout adds the timeout to the post host rsrc resource set params

func (*PostHostRsrcResourceSetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostHostRsrcResourceSetReader

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

PostHostRsrcResourceSetReader is a Reader for the PostHostRsrcResourceSet structure.

func (*PostHostRsrcResourceSetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutHostRsrcResourceSetRsidInternalServerError

type PutHostRsrcResourceSetRsidInternalServerError struct {
	Payload *models.ErrorResponse
}

PutHostRsrcResourceSetRsidInternalServerError handles this case with default header values.

Invalid parameters provided to endpoint.

func NewPutHostRsrcResourceSetRsidInternalServerError

func NewPutHostRsrcResourceSetRsidInternalServerError() *PutHostRsrcResourceSetRsidInternalServerError

NewPutHostRsrcResourceSetRsidInternalServerError creates a PutHostRsrcResourceSetRsidInternalServerError with default headers values

func (*PutHostRsrcResourceSetRsidInternalServerError) Error

func (*PutHostRsrcResourceSetRsidInternalServerError) GetPayload

type PutHostRsrcResourceSetRsidNotFound

type PutHostRsrcResourceSetRsidNotFound struct {
	Payload *models.ErrorResponse
}

PutHostRsrcResourceSetRsidNotFound handles this case with default header values.

Invalid parameters provided to endpoint.

func NewPutHostRsrcResourceSetRsidNotFound

func NewPutHostRsrcResourceSetRsidNotFound() *PutHostRsrcResourceSetRsidNotFound

NewPutHostRsrcResourceSetRsidNotFound creates a PutHostRsrcResourceSetRsidNotFound with default headers values

func (*PutHostRsrcResourceSetRsidNotFound) Error

func (*PutHostRsrcResourceSetRsidNotFound) GetPayload

type PutHostRsrcResourceSetRsidOK

type PutHostRsrcResourceSetRsidOK struct {
	Payload *models.UMAResourceResponse
}

PutHostRsrcResourceSetRsidOK handles this case with default header values.

OK

func NewPutHostRsrcResourceSetRsidOK

func NewPutHostRsrcResourceSetRsidOK() *PutHostRsrcResourceSetRsidOK

NewPutHostRsrcResourceSetRsidOK creates a PutHostRsrcResourceSetRsidOK with default headers values

func (*PutHostRsrcResourceSetRsidOK) Error

func (*PutHostRsrcResourceSetRsidOK) GetPayload

type PutHostRsrcResourceSetRsidParams

type PutHostRsrcResourceSetRsidParams struct {

	/*Authorization*/
	Authorization string
	/*Body*/
	Body *models.UMAResource

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

PutHostRsrcResourceSetRsidParams contains all the parameters to send to the API endpoint for the put host rsrc resource set rsid operation typically these are written to a http.Request

func NewPutHostRsrcResourceSetRsidParams

func NewPutHostRsrcResourceSetRsidParams() *PutHostRsrcResourceSetRsidParams

NewPutHostRsrcResourceSetRsidParams creates a new PutHostRsrcResourceSetRsidParams object with the default values initialized.

func NewPutHostRsrcResourceSetRsidParamsWithContext

func NewPutHostRsrcResourceSetRsidParamsWithContext(ctx context.Context) *PutHostRsrcResourceSetRsidParams

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

func NewPutHostRsrcResourceSetRsidParamsWithHTTPClient

func NewPutHostRsrcResourceSetRsidParamsWithHTTPClient(client *http.Client) *PutHostRsrcResourceSetRsidParams

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

func NewPutHostRsrcResourceSetRsidParamsWithTimeout

func NewPutHostRsrcResourceSetRsidParamsWithTimeout(timeout time.Duration) *PutHostRsrcResourceSetRsidParams

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

func (*PutHostRsrcResourceSetRsidParams) SetAuthorization

func (o *PutHostRsrcResourceSetRsidParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the put host rsrc resource set rsid params

func (*PutHostRsrcResourceSetRsidParams) SetBody

SetBody adds the body to the put host rsrc resource set rsid params

func (*PutHostRsrcResourceSetRsidParams) SetContext

SetContext adds the context to the put host rsrc resource set rsid params

func (*PutHostRsrcResourceSetRsidParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put host rsrc resource set rsid params

func (*PutHostRsrcResourceSetRsidParams) SetTimeout

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

SetTimeout adds the timeout to the put host rsrc resource set rsid params

func (*PutHostRsrcResourceSetRsidParams) WithAuthorization

func (o *PutHostRsrcResourceSetRsidParams) WithAuthorization(authorization string) *PutHostRsrcResourceSetRsidParams

WithAuthorization adds the authorization to the put host rsrc resource set rsid params

func (*PutHostRsrcResourceSetRsidParams) WithBody

WithBody adds the body to the put host rsrc resource set rsid params

func (*PutHostRsrcResourceSetRsidParams) WithContext

WithContext adds the context to the put host rsrc resource set rsid params

func (*PutHostRsrcResourceSetRsidParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put host rsrc resource set rsid params

func (*PutHostRsrcResourceSetRsidParams) WithTimeout

WithTimeout adds the timeout to the put host rsrc resource set rsid params

func (*PutHostRsrcResourceSetRsidParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutHostRsrcResourceSetRsidReader

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

PutHostRsrcResourceSetRsidReader is a Reader for the PutHostRsrcResourceSetRsid structure.

func (*PutHostRsrcResourceSetRsidReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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