Documentation
¶
Index ¶
- type CancelCloudJobBadRequest
- type CancelCloudJobConflict
- type CancelCloudJobForbidden
- type CancelCloudJobInternalServerError
- type CancelCloudJobNotFound
- type CancelCloudJobOK
- type CancelCloudJobParams
- func NewCancelCloudJobParams() *CancelCloudJobParams
- func NewCancelCloudJobParamsWithContext(ctx context.Context) *CancelCloudJobParams
- func NewCancelCloudJobParamsWithHTTPClient(client *http.Client) *CancelCloudJobParams
- func NewCancelCloudJobParamsWithTimeout(timeout time.Duration) *CancelCloudJobParams
- func (o *CancelCloudJobParams) SetContext(ctx context.Context)
- func (o *CancelCloudJobParams) SetHTTPClient(client *http.Client)
- func (o *CancelCloudJobParams) SetResource(resource *models.CloudJobCancelRequest)
- func (o *CancelCloudJobParams) SetTimeout(timeout time.Duration)
- func (o *CancelCloudJobParams) WithContext(ctx context.Context) *CancelCloudJobParams
- func (o *CancelCloudJobParams) WithHTTPClient(client *http.Client) *CancelCloudJobParams
- func (o *CancelCloudJobParams) WithResource(resource *models.CloudJobCancelRequest) *CancelCloudJobParams
- func (o *CancelCloudJobParams) WithTimeout(timeout time.Duration) *CancelCloudJobParams
- func (o *CancelCloudJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CancelCloudJobReader
- type CancelCloudJobUnauthorized
- type Client
- func (a *Client) CancelCloudJob(params *CancelCloudJobParams, authInfo runtime.ClientAuthInfoWriter) (*CancelCloudJobOK, error)
- func (a *Client) ListCloudJob(params *ListCloudJobParams, authInfo runtime.ClientAuthInfoWriter) (*ListCloudJobOK, error)
- func (a *Client) ReadCloudJob(params *ReadCloudJobParams, authInfo runtime.ClientAuthInfoWriter) (*ReadCloudJobOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientService
- type ListCloudJobBadRequest
- type ListCloudJobConflict
- type ListCloudJobForbidden
- type ListCloudJobInternalServerError
- type ListCloudJobNotFound
- type ListCloudJobOK
- type ListCloudJobParams
- func (o *ListCloudJobParams) SetContext(ctx context.Context)
- func (o *ListCloudJobParams) SetFields(fields *string)
- func (o *ListCloudJobParams) SetHTTPClient(client *http.Client)
- func (o *ListCloudJobParams) SetLimit(limit *int32)
- func (o *ListCloudJobParams) SetOrderby(orderby *string)
- func (o *ListCloudJobParams) SetQ(q *string)
- func (o *ListCloudJobParams) SetStart(start *int32)
- func (o *ListCloudJobParams) SetTimeout(timeout time.Duration)
- func (o *ListCloudJobParams) WithContext(ctx context.Context) *ListCloudJobParams
- func (o *ListCloudJobParams) WithFields(fields *string) *ListCloudJobParams
- func (o *ListCloudJobParams) WithHTTPClient(client *http.Client) *ListCloudJobParams
- func (o *ListCloudJobParams) WithLimit(limit *int32) *ListCloudJobParams
- func (o *ListCloudJobParams) WithOrderby(orderby *string) *ListCloudJobParams
- func (o *ListCloudJobParams) WithQ(q *string) *ListCloudJobParams
- func (o *ListCloudJobParams) WithStart(start *int32) *ListCloudJobParams
- func (o *ListCloudJobParams) WithTimeout(timeout time.Duration) *ListCloudJobParams
- func (o *ListCloudJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListCloudJobReader
- type ListCloudJobUnauthorized
- type ReadCloudJobBadRequest
- type ReadCloudJobConflict
- type ReadCloudJobForbidden
- type ReadCloudJobInternalServerError
- type ReadCloudJobNotFound
- type ReadCloudJobOK
- type ReadCloudJobParams
- func (o *ReadCloudJobParams) SetContext(ctx context.Context)
- func (o *ReadCloudJobParams) SetFields(fields *string)
- func (o *ReadCloudJobParams) SetHTTPClient(client *http.Client)
- func (o *ReadCloudJobParams) SetJobToken(jobToken string)
- func (o *ReadCloudJobParams) SetTimeout(timeout time.Duration)
- func (o *ReadCloudJobParams) WithContext(ctx context.Context) *ReadCloudJobParams
- func (o *ReadCloudJobParams) WithFields(fields *string) *ReadCloudJobParams
- func (o *ReadCloudJobParams) WithHTTPClient(client *http.Client) *ReadCloudJobParams
- func (o *ReadCloudJobParams) WithJobToken(jobToken string) *ReadCloudJobParams
- func (o *ReadCloudJobParams) WithTimeout(timeout time.Duration) *ReadCloudJobParams
- func (o *ReadCloudJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReadCloudJobReader
- type ReadCloudJobUnauthorized
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CancelCloudJobBadRequest ¶
CancelCloudJobBadRequest handles this case with default header values.
Bad Request
func NewCancelCloudJobBadRequest ¶
func NewCancelCloudJobBadRequest() *CancelCloudJobBadRequest
NewCancelCloudJobBadRequest creates a CancelCloudJobBadRequest with default headers values
func (*CancelCloudJobBadRequest) Error ¶
func (o *CancelCloudJobBadRequest) Error() string
func (*CancelCloudJobBadRequest) GetPayload ¶
func (o *CancelCloudJobBadRequest) GetPayload() *models.APIResult
type CancelCloudJobConflict ¶
CancelCloudJobConflict handles this case with default header values.
Conflict
func NewCancelCloudJobConflict ¶
func NewCancelCloudJobConflict() *CancelCloudJobConflict
NewCancelCloudJobConflict creates a CancelCloudJobConflict with default headers values
func (*CancelCloudJobConflict) Error ¶
func (o *CancelCloudJobConflict) Error() string
func (*CancelCloudJobConflict) GetPayload ¶
func (o *CancelCloudJobConflict) GetPayload() *models.APIResult
type CancelCloudJobForbidden ¶
CancelCloudJobForbidden handles this case with default header values.
Forbidden
func NewCancelCloudJobForbidden ¶
func NewCancelCloudJobForbidden() *CancelCloudJobForbidden
NewCancelCloudJobForbidden creates a CancelCloudJobForbidden with default headers values
func (*CancelCloudJobForbidden) Error ¶
func (o *CancelCloudJobForbidden) Error() string
func (*CancelCloudJobForbidden) GetPayload ¶
func (o *CancelCloudJobForbidden) GetPayload() *models.APIResult
type CancelCloudJobInternalServerError ¶
CancelCloudJobInternalServerError handles this case with default header values.
Internal Server Error
func NewCancelCloudJobInternalServerError ¶
func NewCancelCloudJobInternalServerError() *CancelCloudJobInternalServerError
NewCancelCloudJobInternalServerError creates a CancelCloudJobInternalServerError with default headers values
func (*CancelCloudJobInternalServerError) Error ¶
func (o *CancelCloudJobInternalServerError) Error() string
func (*CancelCloudJobInternalServerError) GetPayload ¶
func (o *CancelCloudJobInternalServerError) GetPayload() *models.APIResult
type CancelCloudJobNotFound ¶
CancelCloudJobNotFound handles this case with default header values.
Not Found
func NewCancelCloudJobNotFound ¶
func NewCancelCloudJobNotFound() *CancelCloudJobNotFound
NewCancelCloudJobNotFound creates a CancelCloudJobNotFound with default headers values
func (*CancelCloudJobNotFound) Error ¶
func (o *CancelCloudJobNotFound) Error() string
func (*CancelCloudJobNotFound) GetPayload ¶
func (o *CancelCloudJobNotFound) GetPayload() *models.APIResult
type CancelCloudJobOK ¶
type CancelCloudJobOK struct {
Payload *models.APIResultVoid
}
CancelCloudJobOK handles this case with default header values.
OK
func NewCancelCloudJobOK ¶
func NewCancelCloudJobOK() *CancelCloudJobOK
NewCancelCloudJobOK creates a CancelCloudJobOK with default headers values
func (*CancelCloudJobOK) Error ¶
func (o *CancelCloudJobOK) Error() string
func (*CancelCloudJobOK) GetPayload ¶
func (o *CancelCloudJobOK) GetPayload() *models.APIResultVoid
type CancelCloudJobParams ¶
type CancelCloudJobParams struct { /*Resource resource */ Resource *models.CloudJobCancelRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CancelCloudJobParams contains all the parameters to send to the API endpoint for the cancel cloud job operation typically these are written to a http.Request
func NewCancelCloudJobParams ¶
func NewCancelCloudJobParams() *CancelCloudJobParams
NewCancelCloudJobParams creates a new CancelCloudJobParams object with the default values initialized.
func NewCancelCloudJobParamsWithContext ¶
func NewCancelCloudJobParamsWithContext(ctx context.Context) *CancelCloudJobParams
NewCancelCloudJobParamsWithContext creates a new CancelCloudJobParams object with the default values initialized, and the ability to set a context for a request
func NewCancelCloudJobParamsWithHTTPClient ¶
func NewCancelCloudJobParamsWithHTTPClient(client *http.Client) *CancelCloudJobParams
NewCancelCloudJobParamsWithHTTPClient creates a new CancelCloudJobParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCancelCloudJobParamsWithTimeout ¶
func NewCancelCloudJobParamsWithTimeout(timeout time.Duration) *CancelCloudJobParams
NewCancelCloudJobParamsWithTimeout creates a new CancelCloudJobParams object with the default values initialized, and the ability to set a timeout on a request
func (*CancelCloudJobParams) SetContext ¶
func (o *CancelCloudJobParams) SetContext(ctx context.Context)
SetContext adds the context to the cancel cloud job params
func (*CancelCloudJobParams) SetHTTPClient ¶
func (o *CancelCloudJobParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the cancel cloud job params
func (*CancelCloudJobParams) SetResource ¶
func (o *CancelCloudJobParams) SetResource(resource *models.CloudJobCancelRequest)
SetResource adds the resource to the cancel cloud job params
func (*CancelCloudJobParams) SetTimeout ¶
func (o *CancelCloudJobParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the cancel cloud job params
func (*CancelCloudJobParams) WithContext ¶
func (o *CancelCloudJobParams) WithContext(ctx context.Context) *CancelCloudJobParams
WithContext adds the context to the cancel cloud job params
func (*CancelCloudJobParams) WithHTTPClient ¶
func (o *CancelCloudJobParams) WithHTTPClient(client *http.Client) *CancelCloudJobParams
WithHTTPClient adds the HTTPClient to the cancel cloud job params
func (*CancelCloudJobParams) WithResource ¶
func (o *CancelCloudJobParams) WithResource(resource *models.CloudJobCancelRequest) *CancelCloudJobParams
WithResource adds the resource to the cancel cloud job params
func (*CancelCloudJobParams) WithTimeout ¶
func (o *CancelCloudJobParams) WithTimeout(timeout time.Duration) *CancelCloudJobParams
WithTimeout adds the timeout to the cancel cloud job params
func (*CancelCloudJobParams) WriteToRequest ¶
func (o *CancelCloudJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CancelCloudJobReader ¶
type CancelCloudJobReader struct {
// contains filtered or unexported fields
}
CancelCloudJobReader is a Reader for the CancelCloudJob structure.
func (*CancelCloudJobReader) ReadResponse ¶
func (o *CancelCloudJobReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CancelCloudJobUnauthorized ¶
type CancelCloudJobUnauthorized struct {
}CancelCloudJobUnauthorized handles this case with default header values.
Unauthorized
func NewCancelCloudJobUnauthorized ¶
func NewCancelCloudJobUnauthorized() *CancelCloudJobUnauthorized
NewCancelCloudJobUnauthorized creates a CancelCloudJobUnauthorized with default headers values
func (*CancelCloudJobUnauthorized) Error ¶
func (o *CancelCloudJobUnauthorized) Error() string
func (*CancelCloudJobUnauthorized) GetPayload ¶
func (o *CancelCloudJobUnauthorized) GetPayload() *models.APIResult
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for cloud job controller API
func (*Client) CancelCloudJob ¶
func (a *Client) CancelCloudJob(params *CancelCloudJobParams, authInfo runtime.ClientAuthInfoWriter) (*CancelCloudJobOK, error)
CancelCloudJob cancels a job
func (*Client) ListCloudJob ¶
func (a *Client) ListCloudJob(params *ListCloudJobParams, authInfo runtime.ClientAuthInfoWriter) (*ListCloudJobOK, error)
ListCloudJob lists
func (*Client) ReadCloudJob ¶
func (a *Client) ReadCloudJob(params *ReadCloudJobParams, authInfo runtime.ClientAuthInfoWriter) (*ReadCloudJobOK, error)
ReadCloudJob reads
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientService ¶
type ClientService interface { CancelCloudJob(params *CancelCloudJobParams, authInfo runtime.ClientAuthInfoWriter) (*CancelCloudJobOK, error) ListCloudJob(params *ListCloudJobParams, authInfo runtime.ClientAuthInfoWriter) (*ListCloudJobOK, error) ReadCloudJob(params *ReadCloudJobParams, authInfo runtime.ClientAuthInfoWriter) (*ReadCloudJobOK, 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 job controller API client.
type ListCloudJobBadRequest ¶
ListCloudJobBadRequest handles this case with default header values.
Bad Request
func NewListCloudJobBadRequest ¶
func NewListCloudJobBadRequest() *ListCloudJobBadRequest
NewListCloudJobBadRequest creates a ListCloudJobBadRequest with default headers values
func (*ListCloudJobBadRequest) Error ¶
func (o *ListCloudJobBadRequest) Error() string
func (*ListCloudJobBadRequest) GetPayload ¶
func (o *ListCloudJobBadRequest) GetPayload() *models.APIResult
type ListCloudJobConflict ¶
ListCloudJobConflict handles this case with default header values.
Conflict
func NewListCloudJobConflict ¶
func NewListCloudJobConflict() *ListCloudJobConflict
NewListCloudJobConflict creates a ListCloudJobConflict with default headers values
func (*ListCloudJobConflict) Error ¶
func (o *ListCloudJobConflict) Error() string
func (*ListCloudJobConflict) GetPayload ¶
func (o *ListCloudJobConflict) GetPayload() *models.APIResult
type ListCloudJobForbidden ¶
ListCloudJobForbidden handles this case with default header values.
Forbidden
func NewListCloudJobForbidden ¶
func NewListCloudJobForbidden() *ListCloudJobForbidden
NewListCloudJobForbidden creates a ListCloudJobForbidden with default headers values
func (*ListCloudJobForbidden) Error ¶
func (o *ListCloudJobForbidden) Error() string
func (*ListCloudJobForbidden) GetPayload ¶
func (o *ListCloudJobForbidden) GetPayload() *models.APIResult
type ListCloudJobInternalServerError ¶
ListCloudJobInternalServerError handles this case with default header values.
Internal Server Error
func NewListCloudJobInternalServerError ¶
func NewListCloudJobInternalServerError() *ListCloudJobInternalServerError
NewListCloudJobInternalServerError creates a ListCloudJobInternalServerError with default headers values
func (*ListCloudJobInternalServerError) Error ¶
func (o *ListCloudJobInternalServerError) Error() string
func (*ListCloudJobInternalServerError) GetPayload ¶
func (o *ListCloudJobInternalServerError) GetPayload() *models.APIResult
type ListCloudJobNotFound ¶
ListCloudJobNotFound handles this case with default header values.
Not Found
func NewListCloudJobNotFound ¶
func NewListCloudJobNotFound() *ListCloudJobNotFound
NewListCloudJobNotFound creates a ListCloudJobNotFound with default headers values
func (*ListCloudJobNotFound) Error ¶
func (o *ListCloudJobNotFound) Error() string
func (*ListCloudJobNotFound) GetPayload ¶
func (o *ListCloudJobNotFound) GetPayload() *models.APIResult
type ListCloudJobOK ¶
type ListCloudJobOK struct {
Payload *models.APIResultListCloudJob
}
ListCloudJobOK handles this case with default header values.
OK
func NewListCloudJobOK ¶
func NewListCloudJobOK() *ListCloudJobOK
NewListCloudJobOK creates a ListCloudJobOK with default headers values
func (*ListCloudJobOK) Error ¶
func (o *ListCloudJobOK) Error() string
func (*ListCloudJobOK) GetPayload ¶
func (o *ListCloudJobOK) GetPayload() *models.APIResultListCloudJob
type ListCloudJobParams ¶
type ListCloudJobParams struct { /*Fields Output fields */ Fields *string /*Limit A maximum number of returned objects in listing, if '-1' or '0' no limit is applied */ Limit *int32 /*Orderby Fields to order by */ Orderby *string /*Q A search query */ Q *string /*Start A start offset in object listing */ Start *int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListCloudJobParams contains all the parameters to send to the API endpoint for the list cloud job operation typically these are written to a http.Request
func NewListCloudJobParams ¶
func NewListCloudJobParams() *ListCloudJobParams
NewListCloudJobParams creates a new ListCloudJobParams object with the default values initialized.
func NewListCloudJobParamsWithContext ¶
func NewListCloudJobParamsWithContext(ctx context.Context) *ListCloudJobParams
NewListCloudJobParamsWithContext creates a new ListCloudJobParams object with the default values initialized, and the ability to set a context for a request
func NewListCloudJobParamsWithHTTPClient ¶
func NewListCloudJobParamsWithHTTPClient(client *http.Client) *ListCloudJobParams
NewListCloudJobParamsWithHTTPClient creates a new ListCloudJobParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListCloudJobParamsWithTimeout ¶
func NewListCloudJobParamsWithTimeout(timeout time.Duration) *ListCloudJobParams
NewListCloudJobParamsWithTimeout creates a new ListCloudJobParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListCloudJobParams) SetContext ¶
func (o *ListCloudJobParams) SetContext(ctx context.Context)
SetContext adds the context to the list cloud job params
func (*ListCloudJobParams) SetFields ¶
func (o *ListCloudJobParams) SetFields(fields *string)
SetFields adds the fields to the list cloud job params
func (*ListCloudJobParams) SetHTTPClient ¶
func (o *ListCloudJobParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list cloud job params
func (*ListCloudJobParams) SetLimit ¶
func (o *ListCloudJobParams) SetLimit(limit *int32)
SetLimit adds the limit to the list cloud job params
func (*ListCloudJobParams) SetOrderby ¶
func (o *ListCloudJobParams) SetOrderby(orderby *string)
SetOrderby adds the orderby to the list cloud job params
func (*ListCloudJobParams) SetQ ¶
func (o *ListCloudJobParams) SetQ(q *string)
SetQ adds the q to the list cloud job params
func (*ListCloudJobParams) SetStart ¶
func (o *ListCloudJobParams) SetStart(start *int32)
SetStart adds the start to the list cloud job params
func (*ListCloudJobParams) SetTimeout ¶
func (o *ListCloudJobParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list cloud job params
func (*ListCloudJobParams) WithContext ¶
func (o *ListCloudJobParams) WithContext(ctx context.Context) *ListCloudJobParams
WithContext adds the context to the list cloud job params
func (*ListCloudJobParams) WithFields ¶
func (o *ListCloudJobParams) WithFields(fields *string) *ListCloudJobParams
WithFields adds the fields to the list cloud job params
func (*ListCloudJobParams) WithHTTPClient ¶
func (o *ListCloudJobParams) WithHTTPClient(client *http.Client) *ListCloudJobParams
WithHTTPClient adds the HTTPClient to the list cloud job params
func (*ListCloudJobParams) WithLimit ¶
func (o *ListCloudJobParams) WithLimit(limit *int32) *ListCloudJobParams
WithLimit adds the limit to the list cloud job params
func (*ListCloudJobParams) WithOrderby ¶
func (o *ListCloudJobParams) WithOrderby(orderby *string) *ListCloudJobParams
WithOrderby adds the orderby to the list cloud job params
func (*ListCloudJobParams) WithQ ¶
func (o *ListCloudJobParams) WithQ(q *string) *ListCloudJobParams
WithQ adds the q to the list cloud job params
func (*ListCloudJobParams) WithStart ¶
func (o *ListCloudJobParams) WithStart(start *int32) *ListCloudJobParams
WithStart adds the start to the list cloud job params
func (*ListCloudJobParams) WithTimeout ¶
func (o *ListCloudJobParams) WithTimeout(timeout time.Duration) *ListCloudJobParams
WithTimeout adds the timeout to the list cloud job params
func (*ListCloudJobParams) WriteToRequest ¶
func (o *ListCloudJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListCloudJobReader ¶
type ListCloudJobReader struct {
// contains filtered or unexported fields
}
ListCloudJobReader is a Reader for the ListCloudJob structure.
func (*ListCloudJobReader) ReadResponse ¶
func (o *ListCloudJobReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListCloudJobUnauthorized ¶
type ListCloudJobUnauthorized struct {
}ListCloudJobUnauthorized handles this case with default header values.
Unauthorized
func NewListCloudJobUnauthorized ¶
func NewListCloudJobUnauthorized() *ListCloudJobUnauthorized
NewListCloudJobUnauthorized creates a ListCloudJobUnauthorized with default headers values
func (*ListCloudJobUnauthorized) Error ¶
func (o *ListCloudJobUnauthorized) Error() string
func (*ListCloudJobUnauthorized) GetPayload ¶
func (o *ListCloudJobUnauthorized) GetPayload() *models.APIResult
type ReadCloudJobBadRequest ¶
ReadCloudJobBadRequest handles this case with default header values.
Bad Request
func NewReadCloudJobBadRequest ¶
func NewReadCloudJobBadRequest() *ReadCloudJobBadRequest
NewReadCloudJobBadRequest creates a ReadCloudJobBadRequest with default headers values
func (*ReadCloudJobBadRequest) Error ¶
func (o *ReadCloudJobBadRequest) Error() string
func (*ReadCloudJobBadRequest) GetPayload ¶
func (o *ReadCloudJobBadRequest) GetPayload() *models.APIResult
type ReadCloudJobConflict ¶
ReadCloudJobConflict handles this case with default header values.
Conflict
func NewReadCloudJobConflict ¶
func NewReadCloudJobConflict() *ReadCloudJobConflict
NewReadCloudJobConflict creates a ReadCloudJobConflict with default headers values
func (*ReadCloudJobConflict) Error ¶
func (o *ReadCloudJobConflict) Error() string
func (*ReadCloudJobConflict) GetPayload ¶
func (o *ReadCloudJobConflict) GetPayload() *models.APIResult
type ReadCloudJobForbidden ¶
ReadCloudJobForbidden handles this case with default header values.
Forbidden
func NewReadCloudJobForbidden ¶
func NewReadCloudJobForbidden() *ReadCloudJobForbidden
NewReadCloudJobForbidden creates a ReadCloudJobForbidden with default headers values
func (*ReadCloudJobForbidden) Error ¶
func (o *ReadCloudJobForbidden) Error() string
func (*ReadCloudJobForbidden) GetPayload ¶
func (o *ReadCloudJobForbidden) GetPayload() *models.APIResult
type ReadCloudJobInternalServerError ¶
ReadCloudJobInternalServerError handles this case with default header values.
Internal Server Error
func NewReadCloudJobInternalServerError ¶
func NewReadCloudJobInternalServerError() *ReadCloudJobInternalServerError
NewReadCloudJobInternalServerError creates a ReadCloudJobInternalServerError with default headers values
func (*ReadCloudJobInternalServerError) Error ¶
func (o *ReadCloudJobInternalServerError) Error() string
func (*ReadCloudJobInternalServerError) GetPayload ¶
func (o *ReadCloudJobInternalServerError) GetPayload() *models.APIResult
type ReadCloudJobNotFound ¶
ReadCloudJobNotFound handles this case with default header values.
Not Found
func NewReadCloudJobNotFound ¶
func NewReadCloudJobNotFound() *ReadCloudJobNotFound
NewReadCloudJobNotFound creates a ReadCloudJobNotFound with default headers values
func (*ReadCloudJobNotFound) Error ¶
func (o *ReadCloudJobNotFound) Error() string
func (*ReadCloudJobNotFound) GetPayload ¶
func (o *ReadCloudJobNotFound) GetPayload() *models.APIResult
type ReadCloudJobOK ¶
type ReadCloudJobOK struct {
Payload *models.APIResultCloudJob
}
ReadCloudJobOK handles this case with default header values.
OK
func NewReadCloudJobOK ¶
func NewReadCloudJobOK() *ReadCloudJobOK
NewReadCloudJobOK creates a ReadCloudJobOK with default headers values
func (*ReadCloudJobOK) Error ¶
func (o *ReadCloudJobOK) Error() string
func (*ReadCloudJobOK) GetPayload ¶
func (o *ReadCloudJobOK) GetPayload() *models.APIResultCloudJob
type ReadCloudJobParams ¶
type ReadCloudJobParams struct { /*Fields Output fields */ Fields *string /*JobToken jobToken */ JobToken string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReadCloudJobParams contains all the parameters to send to the API endpoint for the read cloud job operation typically these are written to a http.Request
func NewReadCloudJobParams ¶
func NewReadCloudJobParams() *ReadCloudJobParams
NewReadCloudJobParams creates a new ReadCloudJobParams object with the default values initialized.
func NewReadCloudJobParamsWithContext ¶
func NewReadCloudJobParamsWithContext(ctx context.Context) *ReadCloudJobParams
NewReadCloudJobParamsWithContext creates a new ReadCloudJobParams object with the default values initialized, and the ability to set a context for a request
func NewReadCloudJobParamsWithHTTPClient ¶
func NewReadCloudJobParamsWithHTTPClient(client *http.Client) *ReadCloudJobParams
NewReadCloudJobParamsWithHTTPClient creates a new ReadCloudJobParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewReadCloudJobParamsWithTimeout ¶
func NewReadCloudJobParamsWithTimeout(timeout time.Duration) *ReadCloudJobParams
NewReadCloudJobParamsWithTimeout creates a new ReadCloudJobParams object with the default values initialized, and the ability to set a timeout on a request
func (*ReadCloudJobParams) SetContext ¶
func (o *ReadCloudJobParams) SetContext(ctx context.Context)
SetContext adds the context to the read cloud job params
func (*ReadCloudJobParams) SetFields ¶
func (o *ReadCloudJobParams) SetFields(fields *string)
SetFields adds the fields to the read cloud job params
func (*ReadCloudJobParams) SetHTTPClient ¶
func (o *ReadCloudJobParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the read cloud job params
func (*ReadCloudJobParams) SetJobToken ¶
func (o *ReadCloudJobParams) SetJobToken(jobToken string)
SetJobToken adds the jobToken to the read cloud job params
func (*ReadCloudJobParams) SetTimeout ¶
func (o *ReadCloudJobParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the read cloud job params
func (*ReadCloudJobParams) WithContext ¶
func (o *ReadCloudJobParams) WithContext(ctx context.Context) *ReadCloudJobParams
WithContext adds the context to the read cloud job params
func (*ReadCloudJobParams) WithFields ¶
func (o *ReadCloudJobParams) WithFields(fields *string) *ReadCloudJobParams
WithFields adds the fields to the read cloud job params
func (*ReadCloudJobParams) WithHTTPClient ¶
func (o *ReadCloudJobParams) WithHTTPClient(client *http.Client) *ReadCloudJobParams
WithHTTPClient adds the HTTPClient to the read cloud job params
func (*ReadCloudJobParams) WithJobToken ¶
func (o *ReadCloudJobParams) WithJobToken(jobToken string) *ReadCloudJobParams
WithJobToken adds the jobToken to the read cloud job params
func (*ReadCloudJobParams) WithTimeout ¶
func (o *ReadCloudJobParams) WithTimeout(timeout time.Duration) *ReadCloudJobParams
WithTimeout adds the timeout to the read cloud job params
func (*ReadCloudJobParams) WriteToRequest ¶
func (o *ReadCloudJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReadCloudJobReader ¶
type ReadCloudJobReader struct {
// contains filtered or unexported fields
}
ReadCloudJobReader is a Reader for the ReadCloudJob structure.
func (*ReadCloudJobReader) ReadResponse ¶
func (o *ReadCloudJobReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReadCloudJobUnauthorized ¶
type ReadCloudJobUnauthorized struct {
}ReadCloudJobUnauthorized handles this case with default header values.
Unauthorized
func NewReadCloudJobUnauthorized ¶
func NewReadCloudJobUnauthorized() *ReadCloudJobUnauthorized
NewReadCloudJobUnauthorized creates a ReadCloudJobUnauthorized with default headers values
func (*ReadCloudJobUnauthorized) Error ¶
func (o *ReadCloudJobUnauthorized) Error() string
func (*ReadCloudJobUnauthorized) GetPayload ¶
func (o *ReadCloudJobUnauthorized) GetPayload() *models.APIResult