cloud_system_poll_status_controller

package
v0.0.0-...-7b3e9a7 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2022 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 cloud system poll status controller API

func (*Client) GetCloudSystemPollStatus

func (a *Client) GetCloudSystemPollStatus(params *GetCloudSystemPollStatusParams, authInfo runtime.ClientAuthInfoWriter) (*GetCloudSystemPollStatusOK, error)

GetCloudSystemPollStatus gets

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	GetCloudSystemPollStatus(params *GetCloudSystemPollStatusParams, authInfo runtime.ClientAuthInfoWriter) (*GetCloudSystemPollStatusOK, 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 cloud system poll status controller API client.

type GetCloudSystemPollStatusBadRequest

type GetCloudSystemPollStatusBadRequest struct {
	Payload *models.APIResult
}

GetCloudSystemPollStatusBadRequest handles this case with default header values.

Bad Request

func NewGetCloudSystemPollStatusBadRequest

func NewGetCloudSystemPollStatusBadRequest() *GetCloudSystemPollStatusBadRequest

NewGetCloudSystemPollStatusBadRequest creates a GetCloudSystemPollStatusBadRequest with default headers values

func (*GetCloudSystemPollStatusBadRequest) Error

func (*GetCloudSystemPollStatusBadRequest) GetPayload

type GetCloudSystemPollStatusConflict

type GetCloudSystemPollStatusConflict struct {
	Payload *models.APIResult
}

GetCloudSystemPollStatusConflict handles this case with default header values.

Conflict

func NewGetCloudSystemPollStatusConflict

func NewGetCloudSystemPollStatusConflict() *GetCloudSystemPollStatusConflict

NewGetCloudSystemPollStatusConflict creates a GetCloudSystemPollStatusConflict with default headers values

func (*GetCloudSystemPollStatusConflict) Error

func (*GetCloudSystemPollStatusConflict) GetPayload

type GetCloudSystemPollStatusForbidden

type GetCloudSystemPollStatusForbidden struct {
	Payload *models.APIResult
}

GetCloudSystemPollStatusForbidden handles this case with default header values.

Forbidden

func NewGetCloudSystemPollStatusForbidden

func NewGetCloudSystemPollStatusForbidden() *GetCloudSystemPollStatusForbidden

NewGetCloudSystemPollStatusForbidden creates a GetCloudSystemPollStatusForbidden with default headers values

func (*GetCloudSystemPollStatusForbidden) Error

func (*GetCloudSystemPollStatusForbidden) GetPayload

type GetCloudSystemPollStatusInternalServerError

type GetCloudSystemPollStatusInternalServerError struct {
	Payload *models.APIResult
}

GetCloudSystemPollStatusInternalServerError handles this case with default header values.

Internal Server Error

func NewGetCloudSystemPollStatusInternalServerError

func NewGetCloudSystemPollStatusInternalServerError() *GetCloudSystemPollStatusInternalServerError

NewGetCloudSystemPollStatusInternalServerError creates a GetCloudSystemPollStatusInternalServerError with default headers values

func (*GetCloudSystemPollStatusInternalServerError) Error

func (*GetCloudSystemPollStatusInternalServerError) GetPayload

type GetCloudSystemPollStatusNotFound

type GetCloudSystemPollStatusNotFound struct {
	Payload *models.APIResult
}

GetCloudSystemPollStatusNotFound handles this case with default header values.

Not Found

func NewGetCloudSystemPollStatusNotFound

func NewGetCloudSystemPollStatusNotFound() *GetCloudSystemPollStatusNotFound

NewGetCloudSystemPollStatusNotFound creates a GetCloudSystemPollStatusNotFound with default headers values

func (*GetCloudSystemPollStatusNotFound) Error

func (*GetCloudSystemPollStatusNotFound) GetPayload

type GetCloudSystemPollStatusOK

type GetCloudSystemPollStatusOK struct {
	Payload *models.APIResultCloudSystemPollStatus
}

GetCloudSystemPollStatusOK handles this case with default header values.

OK

func NewGetCloudSystemPollStatusOK

func NewGetCloudSystemPollStatusOK() *GetCloudSystemPollStatusOK

NewGetCloudSystemPollStatusOK creates a GetCloudSystemPollStatusOK with default headers values

func (*GetCloudSystemPollStatusOK) Error

func (*GetCloudSystemPollStatusOK) GetPayload

type GetCloudSystemPollStatusParams

type GetCloudSystemPollStatusParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetCloudSystemPollStatusParams contains all the parameters to send to the API endpoint for the get cloud system poll status operation typically these are written to a http.Request

func NewGetCloudSystemPollStatusParams

func NewGetCloudSystemPollStatusParams() *GetCloudSystemPollStatusParams

NewGetCloudSystemPollStatusParams creates a new GetCloudSystemPollStatusParams object with the default values initialized.

func NewGetCloudSystemPollStatusParamsWithContext

func NewGetCloudSystemPollStatusParamsWithContext(ctx context.Context) *GetCloudSystemPollStatusParams

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

func NewGetCloudSystemPollStatusParamsWithHTTPClient

func NewGetCloudSystemPollStatusParamsWithHTTPClient(client *http.Client) *GetCloudSystemPollStatusParams

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

func NewGetCloudSystemPollStatusParamsWithTimeout

func NewGetCloudSystemPollStatusParamsWithTimeout(timeout time.Duration) *GetCloudSystemPollStatusParams

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

func (*GetCloudSystemPollStatusParams) SetContext

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

SetContext adds the context to the get cloud system poll status params

func (*GetCloudSystemPollStatusParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get cloud system poll status params

func (*GetCloudSystemPollStatusParams) SetTimeout

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

SetTimeout adds the timeout to the get cloud system poll status params

func (*GetCloudSystemPollStatusParams) WithContext

WithContext adds the context to the get cloud system poll status params

func (*GetCloudSystemPollStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get cloud system poll status params

func (*GetCloudSystemPollStatusParams) WithTimeout

WithTimeout adds the timeout to the get cloud system poll status params

func (*GetCloudSystemPollStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCloudSystemPollStatusReader

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

GetCloudSystemPollStatusReader is a Reader for the GetCloudSystemPollStatus structure.

func (*GetCloudSystemPollStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCloudSystemPollStatusUnauthorized

type GetCloudSystemPollStatusUnauthorized struct {
	Payload *models.APIResult
}

GetCloudSystemPollStatusUnauthorized handles this case with default header values.

Unauthorized

func NewGetCloudSystemPollStatusUnauthorized

func NewGetCloudSystemPollStatusUnauthorized() *GetCloudSystemPollStatusUnauthorized

NewGetCloudSystemPollStatusUnauthorized creates a GetCloudSystemPollStatusUnauthorized with default headers values

func (*GetCloudSystemPollStatusUnauthorized) Error

func (*GetCloudSystemPollStatusUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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