bulk_job_ops

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BulkCreateEdgeApplicationInstancesBadRequest

type BulkCreateEdgeApplicationInstancesBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}
BulkCreateEdgeApplicationInstancesBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewBulkCreateEdgeApplicationInstancesBadRequest

func NewBulkCreateEdgeApplicationInstancesBadRequest() *BulkCreateEdgeApplicationInstancesBadRequest

NewBulkCreateEdgeApplicationInstancesBadRequest creates a BulkCreateEdgeApplicationInstancesBadRequest with default headers values

func (*BulkCreateEdgeApplicationInstancesBadRequest) Error

func (*BulkCreateEdgeApplicationInstancesBadRequest) GetPayload

type BulkCreateEdgeApplicationInstancesConflict

type BulkCreateEdgeApplicationInstancesConflict struct {
	Payload *swagger_models.ZsrvResponse
}
BulkCreateEdgeApplicationInstancesConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing asynchronous job request record.

func NewBulkCreateEdgeApplicationInstancesConflict

func NewBulkCreateEdgeApplicationInstancesConflict() *BulkCreateEdgeApplicationInstancesConflict

NewBulkCreateEdgeApplicationInstancesConflict creates a BulkCreateEdgeApplicationInstancesConflict with default headers values

func (*BulkCreateEdgeApplicationInstancesConflict) Error

func (*BulkCreateEdgeApplicationInstancesConflict) GetPayload

type BulkCreateEdgeApplicationInstancesForbidden

type BulkCreateEdgeApplicationInstancesForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
BulkCreateEdgeApplicationInstancesForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-app level access permission for the operation or does not have access scope to the project.

func NewBulkCreateEdgeApplicationInstancesForbidden

func NewBulkCreateEdgeApplicationInstancesForbidden() *BulkCreateEdgeApplicationInstancesForbidden

NewBulkCreateEdgeApplicationInstancesForbidden creates a BulkCreateEdgeApplicationInstancesForbidden with default headers values

func (*BulkCreateEdgeApplicationInstancesForbidden) Error

func (*BulkCreateEdgeApplicationInstancesForbidden) GetPayload

type BulkCreateEdgeApplicationInstancesGatewayTimeout

type BulkCreateEdgeApplicationInstancesGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
BulkCreateEdgeApplicationInstancesGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewBulkCreateEdgeApplicationInstancesGatewayTimeout

func NewBulkCreateEdgeApplicationInstancesGatewayTimeout() *BulkCreateEdgeApplicationInstancesGatewayTimeout

NewBulkCreateEdgeApplicationInstancesGatewayTimeout creates a BulkCreateEdgeApplicationInstancesGatewayTimeout with default headers values

func (*BulkCreateEdgeApplicationInstancesGatewayTimeout) Error

func (*BulkCreateEdgeApplicationInstancesGatewayTimeout) GetPayload

type BulkCreateEdgeApplicationInstancesInternalServerError

type BulkCreateEdgeApplicationInstancesInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
BulkCreateEdgeApplicationInstancesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewBulkCreateEdgeApplicationInstancesInternalServerError

func NewBulkCreateEdgeApplicationInstancesInternalServerError() *BulkCreateEdgeApplicationInstancesInternalServerError

NewBulkCreateEdgeApplicationInstancesInternalServerError creates a BulkCreateEdgeApplicationInstancesInternalServerError with default headers values

func (*BulkCreateEdgeApplicationInstancesInternalServerError) Error

func (*BulkCreateEdgeApplicationInstancesInternalServerError) GetPayload

type BulkCreateEdgeApplicationInstancesNotFound

type BulkCreateEdgeApplicationInstancesNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
BulkCreateEdgeApplicationInstancesNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewBulkCreateEdgeApplicationInstancesNotFound

func NewBulkCreateEdgeApplicationInstancesNotFound() *BulkCreateEdgeApplicationInstancesNotFound

NewBulkCreateEdgeApplicationInstancesNotFound creates a BulkCreateEdgeApplicationInstancesNotFound with default headers values

func (*BulkCreateEdgeApplicationInstancesNotFound) Error

func (*BulkCreateEdgeApplicationInstancesNotFound) GetPayload

type BulkCreateEdgeApplicationInstancesOK

type BulkCreateEdgeApplicationInstancesOK struct {
	Payload *swagger_models.ZsrvResponse
}
BulkCreateEdgeApplicationInstancesOK describes a response with status code 200, with default header values.

A successful response.

func NewBulkCreateEdgeApplicationInstancesOK

func NewBulkCreateEdgeApplicationInstancesOK() *BulkCreateEdgeApplicationInstancesOK

NewBulkCreateEdgeApplicationInstancesOK creates a BulkCreateEdgeApplicationInstancesOK with default headers values

func (*BulkCreateEdgeApplicationInstancesOK) Error

func (*BulkCreateEdgeApplicationInstancesOK) GetPayload

type BulkCreateEdgeApplicationInstancesParams

type BulkCreateEdgeApplicationInstancesParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.BulkConfig

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

BulkCreateEdgeApplicationInstancesParams contains all the parameters to send to the API endpoint

for the bulk create edge application instances operation.

Typically these are written to a http.Request.

func NewBulkCreateEdgeApplicationInstancesParams

func NewBulkCreateEdgeApplicationInstancesParams() *BulkCreateEdgeApplicationInstancesParams

NewBulkCreateEdgeApplicationInstancesParams creates a new BulkCreateEdgeApplicationInstancesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewBulkCreateEdgeApplicationInstancesParamsWithContext

func NewBulkCreateEdgeApplicationInstancesParamsWithContext(ctx context.Context) *BulkCreateEdgeApplicationInstancesParams

NewBulkCreateEdgeApplicationInstancesParamsWithContext creates a new BulkCreateEdgeApplicationInstancesParams object with the ability to set a context for a request.

func NewBulkCreateEdgeApplicationInstancesParamsWithHTTPClient

func NewBulkCreateEdgeApplicationInstancesParamsWithHTTPClient(client *http.Client) *BulkCreateEdgeApplicationInstancesParams

NewBulkCreateEdgeApplicationInstancesParamsWithHTTPClient creates a new BulkCreateEdgeApplicationInstancesParams object with the ability to set a custom HTTPClient for a request.

func NewBulkCreateEdgeApplicationInstancesParamsWithTimeout

func NewBulkCreateEdgeApplicationInstancesParamsWithTimeout(timeout time.Duration) *BulkCreateEdgeApplicationInstancesParams

NewBulkCreateEdgeApplicationInstancesParamsWithTimeout creates a new BulkCreateEdgeApplicationInstancesParams object with the ability to set a timeout on a request.

func (*BulkCreateEdgeApplicationInstancesParams) SetBody

SetBody adds the body to the bulk create edge application instances params

func (*BulkCreateEdgeApplicationInstancesParams) SetContext

SetContext adds the context to the bulk create edge application instances params

func (*BulkCreateEdgeApplicationInstancesParams) SetDefaults

SetDefaults hydrates default values in the bulk create edge application instances params (not the query body).

All values with no default are reset to their zero value.

func (*BulkCreateEdgeApplicationInstancesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bulk create edge application instances params

func (*BulkCreateEdgeApplicationInstancesParams) SetTimeout

SetTimeout adds the timeout to the bulk create edge application instances params

func (*BulkCreateEdgeApplicationInstancesParams) SetXRequestID

func (o *BulkCreateEdgeApplicationInstancesParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the bulk create edge application instances params

func (*BulkCreateEdgeApplicationInstancesParams) WithBody

WithBody adds the body to the bulk create edge application instances params

func (*BulkCreateEdgeApplicationInstancesParams) WithContext

WithContext adds the context to the bulk create edge application instances params

func (*BulkCreateEdgeApplicationInstancesParams) WithDefaults

WithDefaults hydrates default values in the bulk create edge application instances params (not the query body).

All values with no default are reset to their zero value.

func (*BulkCreateEdgeApplicationInstancesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk create edge application instances params

func (*BulkCreateEdgeApplicationInstancesParams) WithTimeout

WithTimeout adds the timeout to the bulk create edge application instances params

func (*BulkCreateEdgeApplicationInstancesParams) WithXRequestID

WithXRequestID adds the xRequestID to the bulk create edge application instances params

func (*BulkCreateEdgeApplicationInstancesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkCreateEdgeApplicationInstancesReader

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

BulkCreateEdgeApplicationInstancesReader is a Reader for the BulkCreateEdgeApplicationInstances structure.

func (*BulkCreateEdgeApplicationInstancesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BulkCreateEdgeApplicationInstancesUnauthorized

type BulkCreateEdgeApplicationInstancesUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
BulkCreateEdgeApplicationInstancesUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewBulkCreateEdgeApplicationInstancesUnauthorized

func NewBulkCreateEdgeApplicationInstancesUnauthorized() *BulkCreateEdgeApplicationInstancesUnauthorized

NewBulkCreateEdgeApplicationInstancesUnauthorized creates a BulkCreateEdgeApplicationInstancesUnauthorized with default headers values

func (*BulkCreateEdgeApplicationInstancesUnauthorized) Error

func (*BulkCreateEdgeApplicationInstancesUnauthorized) GetPayload

type BulkImportEdgeApplicationsBadRequest

type BulkImportEdgeApplicationsBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}
BulkImportEdgeApplicationsBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewBulkImportEdgeApplicationsBadRequest

func NewBulkImportEdgeApplicationsBadRequest() *BulkImportEdgeApplicationsBadRequest

NewBulkImportEdgeApplicationsBadRequest creates a BulkImportEdgeApplicationsBadRequest with default headers values

func (*BulkImportEdgeApplicationsBadRequest) Error

func (*BulkImportEdgeApplicationsBadRequest) GetPayload

type BulkImportEdgeApplicationsConflict

type BulkImportEdgeApplicationsConflict struct {
	Payload *swagger_models.ZsrvResponse
}
BulkImportEdgeApplicationsConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing asynchronous job request record.

func NewBulkImportEdgeApplicationsConflict

func NewBulkImportEdgeApplicationsConflict() *BulkImportEdgeApplicationsConflict

NewBulkImportEdgeApplicationsConflict creates a BulkImportEdgeApplicationsConflict with default headers values

func (*BulkImportEdgeApplicationsConflict) Error

func (*BulkImportEdgeApplicationsConflict) GetPayload

type BulkImportEdgeApplicationsForbidden

type BulkImportEdgeApplicationsForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
BulkImportEdgeApplicationsForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-app level access permission for the operation or does not have access scope to the project.

func NewBulkImportEdgeApplicationsForbidden

func NewBulkImportEdgeApplicationsForbidden() *BulkImportEdgeApplicationsForbidden

NewBulkImportEdgeApplicationsForbidden creates a BulkImportEdgeApplicationsForbidden with default headers values

func (*BulkImportEdgeApplicationsForbidden) Error

func (*BulkImportEdgeApplicationsForbidden) GetPayload

type BulkImportEdgeApplicationsGatewayTimeout

type BulkImportEdgeApplicationsGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
BulkImportEdgeApplicationsGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewBulkImportEdgeApplicationsGatewayTimeout

func NewBulkImportEdgeApplicationsGatewayTimeout() *BulkImportEdgeApplicationsGatewayTimeout

NewBulkImportEdgeApplicationsGatewayTimeout creates a BulkImportEdgeApplicationsGatewayTimeout with default headers values

func (*BulkImportEdgeApplicationsGatewayTimeout) Error

func (*BulkImportEdgeApplicationsGatewayTimeout) GetPayload

type BulkImportEdgeApplicationsInternalServerError

type BulkImportEdgeApplicationsInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
BulkImportEdgeApplicationsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewBulkImportEdgeApplicationsInternalServerError

func NewBulkImportEdgeApplicationsInternalServerError() *BulkImportEdgeApplicationsInternalServerError

NewBulkImportEdgeApplicationsInternalServerError creates a BulkImportEdgeApplicationsInternalServerError with default headers values

func (*BulkImportEdgeApplicationsInternalServerError) Error

func (*BulkImportEdgeApplicationsInternalServerError) GetPayload

type BulkImportEdgeApplicationsNotFound

type BulkImportEdgeApplicationsNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
BulkImportEdgeApplicationsNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewBulkImportEdgeApplicationsNotFound

func NewBulkImportEdgeApplicationsNotFound() *BulkImportEdgeApplicationsNotFound

NewBulkImportEdgeApplicationsNotFound creates a BulkImportEdgeApplicationsNotFound with default headers values

func (*BulkImportEdgeApplicationsNotFound) Error

func (*BulkImportEdgeApplicationsNotFound) GetPayload

type BulkImportEdgeApplicationsOK

type BulkImportEdgeApplicationsOK struct {
	Payload *swagger_models.ZsrvResponse
}
BulkImportEdgeApplicationsOK describes a response with status code 200, with default header values.

A successful response.

func NewBulkImportEdgeApplicationsOK

func NewBulkImportEdgeApplicationsOK() *BulkImportEdgeApplicationsOK

NewBulkImportEdgeApplicationsOK creates a BulkImportEdgeApplicationsOK with default headers values

func (*BulkImportEdgeApplicationsOK) Error

func (*BulkImportEdgeApplicationsOK) GetPayload

type BulkImportEdgeApplicationsParams

type BulkImportEdgeApplicationsParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.BulkConfig

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

BulkImportEdgeApplicationsParams contains all the parameters to send to the API endpoint

for the bulk import edge applications operation.

Typically these are written to a http.Request.

func NewBulkImportEdgeApplicationsParams

func NewBulkImportEdgeApplicationsParams() *BulkImportEdgeApplicationsParams

NewBulkImportEdgeApplicationsParams creates a new BulkImportEdgeApplicationsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewBulkImportEdgeApplicationsParamsWithContext

func NewBulkImportEdgeApplicationsParamsWithContext(ctx context.Context) *BulkImportEdgeApplicationsParams

NewBulkImportEdgeApplicationsParamsWithContext creates a new BulkImportEdgeApplicationsParams object with the ability to set a context for a request.

func NewBulkImportEdgeApplicationsParamsWithHTTPClient

func NewBulkImportEdgeApplicationsParamsWithHTTPClient(client *http.Client) *BulkImportEdgeApplicationsParams

NewBulkImportEdgeApplicationsParamsWithHTTPClient creates a new BulkImportEdgeApplicationsParams object with the ability to set a custom HTTPClient for a request.

func NewBulkImportEdgeApplicationsParamsWithTimeout

func NewBulkImportEdgeApplicationsParamsWithTimeout(timeout time.Duration) *BulkImportEdgeApplicationsParams

NewBulkImportEdgeApplicationsParamsWithTimeout creates a new BulkImportEdgeApplicationsParams object with the ability to set a timeout on a request.

func (*BulkImportEdgeApplicationsParams) SetBody

SetBody adds the body to the bulk import edge applications params

func (*BulkImportEdgeApplicationsParams) SetContext

SetContext adds the context to the bulk import edge applications params

func (*BulkImportEdgeApplicationsParams) SetDefaults

func (o *BulkImportEdgeApplicationsParams) SetDefaults()

SetDefaults hydrates default values in the bulk import edge applications params (not the query body).

All values with no default are reset to their zero value.

func (*BulkImportEdgeApplicationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bulk import edge applications params

func (*BulkImportEdgeApplicationsParams) SetTimeout

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

SetTimeout adds the timeout to the bulk import edge applications params

func (*BulkImportEdgeApplicationsParams) SetXRequestID

func (o *BulkImportEdgeApplicationsParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the bulk import edge applications params

func (*BulkImportEdgeApplicationsParams) WithBody

WithBody adds the body to the bulk import edge applications params

func (*BulkImportEdgeApplicationsParams) WithContext

WithContext adds the context to the bulk import edge applications params

func (*BulkImportEdgeApplicationsParams) WithDefaults

WithDefaults hydrates default values in the bulk import edge applications params (not the query body).

All values with no default are reset to their zero value.

func (*BulkImportEdgeApplicationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk import edge applications params

func (*BulkImportEdgeApplicationsParams) WithTimeout

WithTimeout adds the timeout to the bulk import edge applications params

func (*BulkImportEdgeApplicationsParams) WithXRequestID

WithXRequestID adds the xRequestID to the bulk import edge applications params

func (*BulkImportEdgeApplicationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkImportEdgeApplicationsReader

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

BulkImportEdgeApplicationsReader is a Reader for the BulkImportEdgeApplications structure.

func (*BulkImportEdgeApplicationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BulkImportEdgeApplicationsUnauthorized

type BulkImportEdgeApplicationsUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
BulkImportEdgeApplicationsUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewBulkImportEdgeApplicationsUnauthorized

func NewBulkImportEdgeApplicationsUnauthorized() *BulkImportEdgeApplicationsUnauthorized

NewBulkImportEdgeApplicationsUnauthorized creates a BulkImportEdgeApplicationsUnauthorized with default headers values

func (*BulkImportEdgeApplicationsUnauthorized) Error

func (*BulkImportEdgeApplicationsUnauthorized) GetPayload

type BulkImportHardwareModelsBadRequest

type BulkImportHardwareModelsBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}
BulkImportHardwareModelsBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewBulkImportHardwareModelsBadRequest

func NewBulkImportHardwareModelsBadRequest() *BulkImportHardwareModelsBadRequest

NewBulkImportHardwareModelsBadRequest creates a BulkImportHardwareModelsBadRequest with default headers values

func (*BulkImportHardwareModelsBadRequest) Error

func (*BulkImportHardwareModelsBadRequest) GetPayload

type BulkImportHardwareModelsConflict

type BulkImportHardwareModelsConflict struct {
	Payload *swagger_models.ZsrvResponse
}
BulkImportHardwareModelsConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing asynchronous job request record.

func NewBulkImportHardwareModelsConflict

func NewBulkImportHardwareModelsConflict() *BulkImportHardwareModelsConflict

NewBulkImportHardwareModelsConflict creates a BulkImportHardwareModelsConflict with default headers values

func (*BulkImportHardwareModelsConflict) Error

func (*BulkImportHardwareModelsConflict) GetPayload

type BulkImportHardwareModelsForbidden

type BulkImportHardwareModelsForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
BulkImportHardwareModelsForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-app level access permission for the operation or does not have access scope to the project.

func NewBulkImportHardwareModelsForbidden

func NewBulkImportHardwareModelsForbidden() *BulkImportHardwareModelsForbidden

NewBulkImportHardwareModelsForbidden creates a BulkImportHardwareModelsForbidden with default headers values

func (*BulkImportHardwareModelsForbidden) Error

func (*BulkImportHardwareModelsForbidden) GetPayload

type BulkImportHardwareModelsGatewayTimeout

type BulkImportHardwareModelsGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
BulkImportHardwareModelsGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewBulkImportHardwareModelsGatewayTimeout

func NewBulkImportHardwareModelsGatewayTimeout() *BulkImportHardwareModelsGatewayTimeout

NewBulkImportHardwareModelsGatewayTimeout creates a BulkImportHardwareModelsGatewayTimeout with default headers values

func (*BulkImportHardwareModelsGatewayTimeout) Error

func (*BulkImportHardwareModelsGatewayTimeout) GetPayload

type BulkImportHardwareModelsInternalServerError

type BulkImportHardwareModelsInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
BulkImportHardwareModelsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewBulkImportHardwareModelsInternalServerError

func NewBulkImportHardwareModelsInternalServerError() *BulkImportHardwareModelsInternalServerError

NewBulkImportHardwareModelsInternalServerError creates a BulkImportHardwareModelsInternalServerError with default headers values

func (*BulkImportHardwareModelsInternalServerError) Error

func (*BulkImportHardwareModelsInternalServerError) GetPayload

type BulkImportHardwareModelsNotFound

type BulkImportHardwareModelsNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
BulkImportHardwareModelsNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewBulkImportHardwareModelsNotFound

func NewBulkImportHardwareModelsNotFound() *BulkImportHardwareModelsNotFound

NewBulkImportHardwareModelsNotFound creates a BulkImportHardwareModelsNotFound with default headers values

func (*BulkImportHardwareModelsNotFound) Error

func (*BulkImportHardwareModelsNotFound) GetPayload

type BulkImportHardwareModelsOK

type BulkImportHardwareModelsOK struct {
	Payload *swagger_models.ZsrvResponse
}
BulkImportHardwareModelsOK describes a response with status code 200, with default header values.

A successful response.

func NewBulkImportHardwareModelsOK

func NewBulkImportHardwareModelsOK() *BulkImportHardwareModelsOK

NewBulkImportHardwareModelsOK creates a BulkImportHardwareModelsOK with default headers values

func (*BulkImportHardwareModelsOK) Error

func (*BulkImportHardwareModelsOK) GetPayload

type BulkImportHardwareModelsParams

type BulkImportHardwareModelsParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.BulkConfig

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

BulkImportHardwareModelsParams contains all the parameters to send to the API endpoint

for the bulk import hardware models operation.

Typically these are written to a http.Request.

func NewBulkImportHardwareModelsParams

func NewBulkImportHardwareModelsParams() *BulkImportHardwareModelsParams

NewBulkImportHardwareModelsParams creates a new BulkImportHardwareModelsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewBulkImportHardwareModelsParamsWithContext

func NewBulkImportHardwareModelsParamsWithContext(ctx context.Context) *BulkImportHardwareModelsParams

NewBulkImportHardwareModelsParamsWithContext creates a new BulkImportHardwareModelsParams object with the ability to set a context for a request.

func NewBulkImportHardwareModelsParamsWithHTTPClient

func NewBulkImportHardwareModelsParamsWithHTTPClient(client *http.Client) *BulkImportHardwareModelsParams

NewBulkImportHardwareModelsParamsWithHTTPClient creates a new BulkImportHardwareModelsParams object with the ability to set a custom HTTPClient for a request.

func NewBulkImportHardwareModelsParamsWithTimeout

func NewBulkImportHardwareModelsParamsWithTimeout(timeout time.Duration) *BulkImportHardwareModelsParams

NewBulkImportHardwareModelsParamsWithTimeout creates a new BulkImportHardwareModelsParams object with the ability to set a timeout on a request.

func (*BulkImportHardwareModelsParams) SetBody

SetBody adds the body to the bulk import hardware models params

func (*BulkImportHardwareModelsParams) SetContext

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

SetContext adds the context to the bulk import hardware models params

func (*BulkImportHardwareModelsParams) SetDefaults

func (o *BulkImportHardwareModelsParams) SetDefaults()

SetDefaults hydrates default values in the bulk import hardware models params (not the query body).

All values with no default are reset to their zero value.

func (*BulkImportHardwareModelsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bulk import hardware models params

func (*BulkImportHardwareModelsParams) SetTimeout

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

SetTimeout adds the timeout to the bulk import hardware models params

func (*BulkImportHardwareModelsParams) SetXRequestID

func (o *BulkImportHardwareModelsParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the bulk import hardware models params

func (*BulkImportHardwareModelsParams) WithBody

WithBody adds the body to the bulk import hardware models params

func (*BulkImportHardwareModelsParams) WithContext

WithContext adds the context to the bulk import hardware models params

func (*BulkImportHardwareModelsParams) WithDefaults

WithDefaults hydrates default values in the bulk import hardware models params (not the query body).

All values with no default are reset to their zero value.

func (*BulkImportHardwareModelsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk import hardware models params

func (*BulkImportHardwareModelsParams) WithTimeout

WithTimeout adds the timeout to the bulk import hardware models params

func (*BulkImportHardwareModelsParams) WithXRequestID

WithXRequestID adds the xRequestID to the bulk import hardware models params

func (*BulkImportHardwareModelsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkImportHardwareModelsReader

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

BulkImportHardwareModelsReader is a Reader for the BulkImportHardwareModels structure.

func (*BulkImportHardwareModelsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BulkImportHardwareModelsUnauthorized

type BulkImportHardwareModelsUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
BulkImportHardwareModelsUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewBulkImportHardwareModelsUnauthorized

func NewBulkImportHardwareModelsUnauthorized() *BulkImportHardwareModelsUnauthorized

NewBulkImportHardwareModelsUnauthorized creates a BulkImportHardwareModelsUnauthorized with default headers values

func (*BulkImportHardwareModelsUnauthorized) Error

func (*BulkImportHardwareModelsUnauthorized) GetPayload

type BulkRefreshAndPurgeEdgeApplicationInstancesBadRequest

type BulkRefreshAndPurgeEdgeApplicationInstancesBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}
BulkRefreshAndPurgeEdgeApplicationInstancesBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewBulkRefreshAndPurgeEdgeApplicationInstancesBadRequest

func NewBulkRefreshAndPurgeEdgeApplicationInstancesBadRequest() *BulkRefreshAndPurgeEdgeApplicationInstancesBadRequest

NewBulkRefreshAndPurgeEdgeApplicationInstancesBadRequest creates a BulkRefreshAndPurgeEdgeApplicationInstancesBadRequest with default headers values

func (*BulkRefreshAndPurgeEdgeApplicationInstancesBadRequest) Error

func (*BulkRefreshAndPurgeEdgeApplicationInstancesBadRequest) GetPayload

type BulkRefreshAndPurgeEdgeApplicationInstancesConflict

type BulkRefreshAndPurgeEdgeApplicationInstancesConflict struct {
	Payload *swagger_models.ZsrvResponse
}
BulkRefreshAndPurgeEdgeApplicationInstancesConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing asynchronous job request record.

func NewBulkRefreshAndPurgeEdgeApplicationInstancesConflict

func NewBulkRefreshAndPurgeEdgeApplicationInstancesConflict() *BulkRefreshAndPurgeEdgeApplicationInstancesConflict

NewBulkRefreshAndPurgeEdgeApplicationInstancesConflict creates a BulkRefreshAndPurgeEdgeApplicationInstancesConflict with default headers values

func (*BulkRefreshAndPurgeEdgeApplicationInstancesConflict) Error

func (*BulkRefreshAndPurgeEdgeApplicationInstancesConflict) GetPayload

type BulkRefreshAndPurgeEdgeApplicationInstancesForbidden

type BulkRefreshAndPurgeEdgeApplicationInstancesForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
BulkRefreshAndPurgeEdgeApplicationInstancesForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-app level access permission for the operation or does not have access scope to the project.

func NewBulkRefreshAndPurgeEdgeApplicationInstancesForbidden

func NewBulkRefreshAndPurgeEdgeApplicationInstancesForbidden() *BulkRefreshAndPurgeEdgeApplicationInstancesForbidden

NewBulkRefreshAndPurgeEdgeApplicationInstancesForbidden creates a BulkRefreshAndPurgeEdgeApplicationInstancesForbidden with default headers values

func (*BulkRefreshAndPurgeEdgeApplicationInstancesForbidden) Error

func (*BulkRefreshAndPurgeEdgeApplicationInstancesForbidden) GetPayload

type BulkRefreshAndPurgeEdgeApplicationInstancesGatewayTimeout

type BulkRefreshAndPurgeEdgeApplicationInstancesGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
BulkRefreshAndPurgeEdgeApplicationInstancesGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewBulkRefreshAndPurgeEdgeApplicationInstancesGatewayTimeout

func NewBulkRefreshAndPurgeEdgeApplicationInstancesGatewayTimeout() *BulkRefreshAndPurgeEdgeApplicationInstancesGatewayTimeout

NewBulkRefreshAndPurgeEdgeApplicationInstancesGatewayTimeout creates a BulkRefreshAndPurgeEdgeApplicationInstancesGatewayTimeout with default headers values

func (*BulkRefreshAndPurgeEdgeApplicationInstancesGatewayTimeout) Error

func (*BulkRefreshAndPurgeEdgeApplicationInstancesGatewayTimeout) GetPayload

type BulkRefreshAndPurgeEdgeApplicationInstancesInternalServerError

type BulkRefreshAndPurgeEdgeApplicationInstancesInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
BulkRefreshAndPurgeEdgeApplicationInstancesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewBulkRefreshAndPurgeEdgeApplicationInstancesInternalServerError

func NewBulkRefreshAndPurgeEdgeApplicationInstancesInternalServerError() *BulkRefreshAndPurgeEdgeApplicationInstancesInternalServerError

NewBulkRefreshAndPurgeEdgeApplicationInstancesInternalServerError creates a BulkRefreshAndPurgeEdgeApplicationInstancesInternalServerError with default headers values

func (*BulkRefreshAndPurgeEdgeApplicationInstancesInternalServerError) Error

func (*BulkRefreshAndPurgeEdgeApplicationInstancesInternalServerError) GetPayload

type BulkRefreshAndPurgeEdgeApplicationInstancesNotFound

type BulkRefreshAndPurgeEdgeApplicationInstancesNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
BulkRefreshAndPurgeEdgeApplicationInstancesNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewBulkRefreshAndPurgeEdgeApplicationInstancesNotFound

func NewBulkRefreshAndPurgeEdgeApplicationInstancesNotFound() *BulkRefreshAndPurgeEdgeApplicationInstancesNotFound

NewBulkRefreshAndPurgeEdgeApplicationInstancesNotFound creates a BulkRefreshAndPurgeEdgeApplicationInstancesNotFound with default headers values

func (*BulkRefreshAndPurgeEdgeApplicationInstancesNotFound) Error

func (*BulkRefreshAndPurgeEdgeApplicationInstancesNotFound) GetPayload

type BulkRefreshAndPurgeEdgeApplicationInstancesOK

type BulkRefreshAndPurgeEdgeApplicationInstancesOK struct {
	Payload *swagger_models.ZsrvResponse
}
BulkRefreshAndPurgeEdgeApplicationInstancesOK describes a response with status code 200, with default header values.

A successful response.

func NewBulkRefreshAndPurgeEdgeApplicationInstancesOK

func NewBulkRefreshAndPurgeEdgeApplicationInstancesOK() *BulkRefreshAndPurgeEdgeApplicationInstancesOK

NewBulkRefreshAndPurgeEdgeApplicationInstancesOK creates a BulkRefreshAndPurgeEdgeApplicationInstancesOK with default headers values

func (*BulkRefreshAndPurgeEdgeApplicationInstancesOK) Error

func (*BulkRefreshAndPurgeEdgeApplicationInstancesOK) GetPayload

type BulkRefreshAndPurgeEdgeApplicationInstancesParams

type BulkRefreshAndPurgeEdgeApplicationInstancesParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.BulkConfig

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

BulkRefreshAndPurgeEdgeApplicationInstancesParams contains all the parameters to send to the API endpoint

for the bulk refresh and purge edge application instances operation.

Typically these are written to a http.Request.

func NewBulkRefreshAndPurgeEdgeApplicationInstancesParams

func NewBulkRefreshAndPurgeEdgeApplicationInstancesParams() *BulkRefreshAndPurgeEdgeApplicationInstancesParams

NewBulkRefreshAndPurgeEdgeApplicationInstancesParams creates a new BulkRefreshAndPurgeEdgeApplicationInstancesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewBulkRefreshAndPurgeEdgeApplicationInstancesParamsWithContext

func NewBulkRefreshAndPurgeEdgeApplicationInstancesParamsWithContext(ctx context.Context) *BulkRefreshAndPurgeEdgeApplicationInstancesParams

NewBulkRefreshAndPurgeEdgeApplicationInstancesParamsWithContext creates a new BulkRefreshAndPurgeEdgeApplicationInstancesParams object with the ability to set a context for a request.

func NewBulkRefreshAndPurgeEdgeApplicationInstancesParamsWithHTTPClient

func NewBulkRefreshAndPurgeEdgeApplicationInstancesParamsWithHTTPClient(client *http.Client) *BulkRefreshAndPurgeEdgeApplicationInstancesParams

NewBulkRefreshAndPurgeEdgeApplicationInstancesParamsWithHTTPClient creates a new BulkRefreshAndPurgeEdgeApplicationInstancesParams object with the ability to set a custom HTTPClient for a request.

func NewBulkRefreshAndPurgeEdgeApplicationInstancesParamsWithTimeout

func NewBulkRefreshAndPurgeEdgeApplicationInstancesParamsWithTimeout(timeout time.Duration) *BulkRefreshAndPurgeEdgeApplicationInstancesParams

NewBulkRefreshAndPurgeEdgeApplicationInstancesParamsWithTimeout creates a new BulkRefreshAndPurgeEdgeApplicationInstancesParams object with the ability to set a timeout on a request.

func (*BulkRefreshAndPurgeEdgeApplicationInstancesParams) SetBody

SetBody adds the body to the bulk refresh and purge edge application instances params

func (*BulkRefreshAndPurgeEdgeApplicationInstancesParams) SetContext

SetContext adds the context to the bulk refresh and purge edge application instances params

func (*BulkRefreshAndPurgeEdgeApplicationInstancesParams) SetDefaults

SetDefaults hydrates default values in the bulk refresh and purge edge application instances params (not the query body).

All values with no default are reset to their zero value.

func (*BulkRefreshAndPurgeEdgeApplicationInstancesParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the bulk refresh and purge edge application instances params

func (*BulkRefreshAndPurgeEdgeApplicationInstancesParams) SetTimeout

SetTimeout adds the timeout to the bulk refresh and purge edge application instances params

func (*BulkRefreshAndPurgeEdgeApplicationInstancesParams) SetXRequestID

func (o *BulkRefreshAndPurgeEdgeApplicationInstancesParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the bulk refresh and purge edge application instances params

func (*BulkRefreshAndPurgeEdgeApplicationInstancesParams) WithBody

WithBody adds the body to the bulk refresh and purge edge application instances params

func (*BulkRefreshAndPurgeEdgeApplicationInstancesParams) WithContext

WithContext adds the context to the bulk refresh and purge edge application instances params

func (*BulkRefreshAndPurgeEdgeApplicationInstancesParams) WithDefaults

WithDefaults hydrates default values in the bulk refresh and purge edge application instances params (not the query body).

All values with no default are reset to their zero value.

func (*BulkRefreshAndPurgeEdgeApplicationInstancesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk refresh and purge edge application instances params

func (*BulkRefreshAndPurgeEdgeApplicationInstancesParams) WithTimeout

WithTimeout adds the timeout to the bulk refresh and purge edge application instances params

func (*BulkRefreshAndPurgeEdgeApplicationInstancesParams) WithXRequestID

WithXRequestID adds the xRequestID to the bulk refresh and purge edge application instances params

func (*BulkRefreshAndPurgeEdgeApplicationInstancesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkRefreshAndPurgeEdgeApplicationInstancesReader

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

BulkRefreshAndPurgeEdgeApplicationInstancesReader is a Reader for the BulkRefreshAndPurgeEdgeApplicationInstances structure.

func (*BulkRefreshAndPurgeEdgeApplicationInstancesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BulkRefreshAndPurgeEdgeApplicationInstancesUnauthorized

type BulkRefreshAndPurgeEdgeApplicationInstancesUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
BulkRefreshAndPurgeEdgeApplicationInstancesUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewBulkRefreshAndPurgeEdgeApplicationInstancesUnauthorized

func NewBulkRefreshAndPurgeEdgeApplicationInstancesUnauthorized() *BulkRefreshAndPurgeEdgeApplicationInstancesUnauthorized

NewBulkRefreshAndPurgeEdgeApplicationInstancesUnauthorized creates a BulkRefreshAndPurgeEdgeApplicationInstancesUnauthorized with default headers values

func (*BulkRefreshAndPurgeEdgeApplicationInstancesUnauthorized) Error

func (*BulkRefreshAndPurgeEdgeApplicationInstancesUnauthorized) GetPayload

type BulkRefreshEdgeApplicationInstancesBadRequest

type BulkRefreshEdgeApplicationInstancesBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}
BulkRefreshEdgeApplicationInstancesBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewBulkRefreshEdgeApplicationInstancesBadRequest

func NewBulkRefreshEdgeApplicationInstancesBadRequest() *BulkRefreshEdgeApplicationInstancesBadRequest

NewBulkRefreshEdgeApplicationInstancesBadRequest creates a BulkRefreshEdgeApplicationInstancesBadRequest with default headers values

func (*BulkRefreshEdgeApplicationInstancesBadRequest) Error

func (*BulkRefreshEdgeApplicationInstancesBadRequest) GetPayload

type BulkRefreshEdgeApplicationInstancesConflict

type BulkRefreshEdgeApplicationInstancesConflict struct {
	Payload *swagger_models.ZsrvResponse
}
BulkRefreshEdgeApplicationInstancesConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing asynchronous job request record.

func NewBulkRefreshEdgeApplicationInstancesConflict

func NewBulkRefreshEdgeApplicationInstancesConflict() *BulkRefreshEdgeApplicationInstancesConflict

NewBulkRefreshEdgeApplicationInstancesConflict creates a BulkRefreshEdgeApplicationInstancesConflict with default headers values

func (*BulkRefreshEdgeApplicationInstancesConflict) Error

func (*BulkRefreshEdgeApplicationInstancesConflict) GetPayload

type BulkRefreshEdgeApplicationInstancesForbidden

type BulkRefreshEdgeApplicationInstancesForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
BulkRefreshEdgeApplicationInstancesForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-app level access permission for the operation or does not have access scope to the project.

func NewBulkRefreshEdgeApplicationInstancesForbidden

func NewBulkRefreshEdgeApplicationInstancesForbidden() *BulkRefreshEdgeApplicationInstancesForbidden

NewBulkRefreshEdgeApplicationInstancesForbidden creates a BulkRefreshEdgeApplicationInstancesForbidden with default headers values

func (*BulkRefreshEdgeApplicationInstancesForbidden) Error

func (*BulkRefreshEdgeApplicationInstancesForbidden) GetPayload

type BulkRefreshEdgeApplicationInstancesGatewayTimeout

type BulkRefreshEdgeApplicationInstancesGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
BulkRefreshEdgeApplicationInstancesGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewBulkRefreshEdgeApplicationInstancesGatewayTimeout

func NewBulkRefreshEdgeApplicationInstancesGatewayTimeout() *BulkRefreshEdgeApplicationInstancesGatewayTimeout

NewBulkRefreshEdgeApplicationInstancesGatewayTimeout creates a BulkRefreshEdgeApplicationInstancesGatewayTimeout with default headers values

func (*BulkRefreshEdgeApplicationInstancesGatewayTimeout) Error

func (*BulkRefreshEdgeApplicationInstancesGatewayTimeout) GetPayload

type BulkRefreshEdgeApplicationInstancesInternalServerError

type BulkRefreshEdgeApplicationInstancesInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
BulkRefreshEdgeApplicationInstancesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewBulkRefreshEdgeApplicationInstancesInternalServerError

func NewBulkRefreshEdgeApplicationInstancesInternalServerError() *BulkRefreshEdgeApplicationInstancesInternalServerError

NewBulkRefreshEdgeApplicationInstancesInternalServerError creates a BulkRefreshEdgeApplicationInstancesInternalServerError with default headers values

func (*BulkRefreshEdgeApplicationInstancesInternalServerError) Error

func (*BulkRefreshEdgeApplicationInstancesInternalServerError) GetPayload

type BulkRefreshEdgeApplicationInstancesNotFound

type BulkRefreshEdgeApplicationInstancesNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
BulkRefreshEdgeApplicationInstancesNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewBulkRefreshEdgeApplicationInstancesNotFound

func NewBulkRefreshEdgeApplicationInstancesNotFound() *BulkRefreshEdgeApplicationInstancesNotFound

NewBulkRefreshEdgeApplicationInstancesNotFound creates a BulkRefreshEdgeApplicationInstancesNotFound with default headers values

func (*BulkRefreshEdgeApplicationInstancesNotFound) Error

func (*BulkRefreshEdgeApplicationInstancesNotFound) GetPayload

type BulkRefreshEdgeApplicationInstancesOK

type BulkRefreshEdgeApplicationInstancesOK struct {
	Payload *swagger_models.ZsrvResponse
}
BulkRefreshEdgeApplicationInstancesOK describes a response with status code 200, with default header values.

A successful response.

func NewBulkRefreshEdgeApplicationInstancesOK

func NewBulkRefreshEdgeApplicationInstancesOK() *BulkRefreshEdgeApplicationInstancesOK

NewBulkRefreshEdgeApplicationInstancesOK creates a BulkRefreshEdgeApplicationInstancesOK with default headers values

func (*BulkRefreshEdgeApplicationInstancesOK) Error

func (*BulkRefreshEdgeApplicationInstancesOK) GetPayload

type BulkRefreshEdgeApplicationInstancesParams

type BulkRefreshEdgeApplicationInstancesParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.BulkConfig

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

BulkRefreshEdgeApplicationInstancesParams contains all the parameters to send to the API endpoint

for the bulk refresh edge application instances operation.

Typically these are written to a http.Request.

func NewBulkRefreshEdgeApplicationInstancesParams

func NewBulkRefreshEdgeApplicationInstancesParams() *BulkRefreshEdgeApplicationInstancesParams

NewBulkRefreshEdgeApplicationInstancesParams creates a new BulkRefreshEdgeApplicationInstancesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewBulkRefreshEdgeApplicationInstancesParamsWithContext

func NewBulkRefreshEdgeApplicationInstancesParamsWithContext(ctx context.Context) *BulkRefreshEdgeApplicationInstancesParams

NewBulkRefreshEdgeApplicationInstancesParamsWithContext creates a new BulkRefreshEdgeApplicationInstancesParams object with the ability to set a context for a request.

func NewBulkRefreshEdgeApplicationInstancesParamsWithHTTPClient

func NewBulkRefreshEdgeApplicationInstancesParamsWithHTTPClient(client *http.Client) *BulkRefreshEdgeApplicationInstancesParams

NewBulkRefreshEdgeApplicationInstancesParamsWithHTTPClient creates a new BulkRefreshEdgeApplicationInstancesParams object with the ability to set a custom HTTPClient for a request.

func NewBulkRefreshEdgeApplicationInstancesParamsWithTimeout

func NewBulkRefreshEdgeApplicationInstancesParamsWithTimeout(timeout time.Duration) *BulkRefreshEdgeApplicationInstancesParams

NewBulkRefreshEdgeApplicationInstancesParamsWithTimeout creates a new BulkRefreshEdgeApplicationInstancesParams object with the ability to set a timeout on a request.

func (*BulkRefreshEdgeApplicationInstancesParams) SetBody

SetBody adds the body to the bulk refresh edge application instances params

func (*BulkRefreshEdgeApplicationInstancesParams) SetContext

SetContext adds the context to the bulk refresh edge application instances params

func (*BulkRefreshEdgeApplicationInstancesParams) SetDefaults

SetDefaults hydrates default values in the bulk refresh edge application instances params (not the query body).

All values with no default are reset to their zero value.

func (*BulkRefreshEdgeApplicationInstancesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bulk refresh edge application instances params

func (*BulkRefreshEdgeApplicationInstancesParams) SetTimeout

SetTimeout adds the timeout to the bulk refresh edge application instances params

func (*BulkRefreshEdgeApplicationInstancesParams) SetXRequestID

func (o *BulkRefreshEdgeApplicationInstancesParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the bulk refresh edge application instances params

func (*BulkRefreshEdgeApplicationInstancesParams) WithBody

WithBody adds the body to the bulk refresh edge application instances params

func (*BulkRefreshEdgeApplicationInstancesParams) WithContext

WithContext adds the context to the bulk refresh edge application instances params

func (*BulkRefreshEdgeApplicationInstancesParams) WithDefaults

WithDefaults hydrates default values in the bulk refresh edge application instances params (not the query body).

All values with no default are reset to their zero value.

func (*BulkRefreshEdgeApplicationInstancesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk refresh edge application instances params

func (*BulkRefreshEdgeApplicationInstancesParams) WithTimeout

WithTimeout adds the timeout to the bulk refresh edge application instances params

func (*BulkRefreshEdgeApplicationInstancesParams) WithXRequestID

WithXRequestID adds the xRequestID to the bulk refresh edge application instances params

func (*BulkRefreshEdgeApplicationInstancesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkRefreshEdgeApplicationInstancesReader

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

BulkRefreshEdgeApplicationInstancesReader is a Reader for the BulkRefreshEdgeApplicationInstances structure.

func (*BulkRefreshEdgeApplicationInstancesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BulkRefreshEdgeApplicationInstancesUnauthorized

type BulkRefreshEdgeApplicationInstancesUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
BulkRefreshEdgeApplicationInstancesUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewBulkRefreshEdgeApplicationInstancesUnauthorized

func NewBulkRefreshEdgeApplicationInstancesUnauthorized() *BulkRefreshEdgeApplicationInstancesUnauthorized

NewBulkRefreshEdgeApplicationInstancesUnauthorized creates a BulkRefreshEdgeApplicationInstancesUnauthorized with default headers values

func (*BulkRefreshEdgeApplicationInstancesUnauthorized) Error

func (*BulkRefreshEdgeApplicationInstancesUnauthorized) GetPayload

type BulkUpdateEdgeNodeBaseOSBadRequest

type BulkUpdateEdgeNodeBaseOSBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}
BulkUpdateEdgeNodeBaseOSBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewBulkUpdateEdgeNodeBaseOSBadRequest

func NewBulkUpdateEdgeNodeBaseOSBadRequest() *BulkUpdateEdgeNodeBaseOSBadRequest

NewBulkUpdateEdgeNodeBaseOSBadRequest creates a BulkUpdateEdgeNodeBaseOSBadRequest with default headers values

func (*BulkUpdateEdgeNodeBaseOSBadRequest) Error

func (*BulkUpdateEdgeNodeBaseOSBadRequest) GetPayload

type BulkUpdateEdgeNodeBaseOSConflict

type BulkUpdateEdgeNodeBaseOSConflict struct {
	Payload *swagger_models.ZsrvResponse
}
BulkUpdateEdgeNodeBaseOSConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing asynchronous job request record.

func NewBulkUpdateEdgeNodeBaseOSConflict

func NewBulkUpdateEdgeNodeBaseOSConflict() *BulkUpdateEdgeNodeBaseOSConflict

NewBulkUpdateEdgeNodeBaseOSConflict creates a BulkUpdateEdgeNodeBaseOSConflict with default headers values

func (*BulkUpdateEdgeNodeBaseOSConflict) Error

func (*BulkUpdateEdgeNodeBaseOSConflict) GetPayload

type BulkUpdateEdgeNodeBaseOSForbidden

type BulkUpdateEdgeNodeBaseOSForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
BulkUpdateEdgeNodeBaseOSForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-app level access permission for the operation or does not have access scope to the project.

func NewBulkUpdateEdgeNodeBaseOSForbidden

func NewBulkUpdateEdgeNodeBaseOSForbidden() *BulkUpdateEdgeNodeBaseOSForbidden

NewBulkUpdateEdgeNodeBaseOSForbidden creates a BulkUpdateEdgeNodeBaseOSForbidden with default headers values

func (*BulkUpdateEdgeNodeBaseOSForbidden) Error

func (*BulkUpdateEdgeNodeBaseOSForbidden) GetPayload

type BulkUpdateEdgeNodeBaseOSGatewayTimeout

type BulkUpdateEdgeNodeBaseOSGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
BulkUpdateEdgeNodeBaseOSGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewBulkUpdateEdgeNodeBaseOSGatewayTimeout

func NewBulkUpdateEdgeNodeBaseOSGatewayTimeout() *BulkUpdateEdgeNodeBaseOSGatewayTimeout

NewBulkUpdateEdgeNodeBaseOSGatewayTimeout creates a BulkUpdateEdgeNodeBaseOSGatewayTimeout with default headers values

func (*BulkUpdateEdgeNodeBaseOSGatewayTimeout) Error

func (*BulkUpdateEdgeNodeBaseOSGatewayTimeout) GetPayload

type BulkUpdateEdgeNodeBaseOSInternalServerError

type BulkUpdateEdgeNodeBaseOSInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
BulkUpdateEdgeNodeBaseOSInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewBulkUpdateEdgeNodeBaseOSInternalServerError

func NewBulkUpdateEdgeNodeBaseOSInternalServerError() *BulkUpdateEdgeNodeBaseOSInternalServerError

NewBulkUpdateEdgeNodeBaseOSInternalServerError creates a BulkUpdateEdgeNodeBaseOSInternalServerError with default headers values

func (*BulkUpdateEdgeNodeBaseOSInternalServerError) Error

func (*BulkUpdateEdgeNodeBaseOSInternalServerError) GetPayload

type BulkUpdateEdgeNodeBaseOSNotFound

type BulkUpdateEdgeNodeBaseOSNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
BulkUpdateEdgeNodeBaseOSNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewBulkUpdateEdgeNodeBaseOSNotFound

func NewBulkUpdateEdgeNodeBaseOSNotFound() *BulkUpdateEdgeNodeBaseOSNotFound

NewBulkUpdateEdgeNodeBaseOSNotFound creates a BulkUpdateEdgeNodeBaseOSNotFound with default headers values

func (*BulkUpdateEdgeNodeBaseOSNotFound) Error

func (*BulkUpdateEdgeNodeBaseOSNotFound) GetPayload

type BulkUpdateEdgeNodeBaseOSOK

type BulkUpdateEdgeNodeBaseOSOK struct {
	Payload *swagger_models.ZsrvResponse
}
BulkUpdateEdgeNodeBaseOSOK describes a response with status code 200, with default header values.

A successful response.

func NewBulkUpdateEdgeNodeBaseOSOK

func NewBulkUpdateEdgeNodeBaseOSOK() *BulkUpdateEdgeNodeBaseOSOK

NewBulkUpdateEdgeNodeBaseOSOK creates a BulkUpdateEdgeNodeBaseOSOK with default headers values

func (*BulkUpdateEdgeNodeBaseOSOK) Error

func (*BulkUpdateEdgeNodeBaseOSOK) GetPayload

type BulkUpdateEdgeNodeBaseOSParams

type BulkUpdateEdgeNodeBaseOSParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.BulkConfig

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

BulkUpdateEdgeNodeBaseOSParams contains all the parameters to send to the API endpoint

for the bulk update edge node base o s operation.

Typically these are written to a http.Request.

func NewBulkUpdateEdgeNodeBaseOSParams

func NewBulkUpdateEdgeNodeBaseOSParams() *BulkUpdateEdgeNodeBaseOSParams

NewBulkUpdateEdgeNodeBaseOSParams creates a new BulkUpdateEdgeNodeBaseOSParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewBulkUpdateEdgeNodeBaseOSParamsWithContext

func NewBulkUpdateEdgeNodeBaseOSParamsWithContext(ctx context.Context) *BulkUpdateEdgeNodeBaseOSParams

NewBulkUpdateEdgeNodeBaseOSParamsWithContext creates a new BulkUpdateEdgeNodeBaseOSParams object with the ability to set a context for a request.

func NewBulkUpdateEdgeNodeBaseOSParamsWithHTTPClient

func NewBulkUpdateEdgeNodeBaseOSParamsWithHTTPClient(client *http.Client) *BulkUpdateEdgeNodeBaseOSParams

NewBulkUpdateEdgeNodeBaseOSParamsWithHTTPClient creates a new BulkUpdateEdgeNodeBaseOSParams object with the ability to set a custom HTTPClient for a request.

func NewBulkUpdateEdgeNodeBaseOSParamsWithTimeout

func NewBulkUpdateEdgeNodeBaseOSParamsWithTimeout(timeout time.Duration) *BulkUpdateEdgeNodeBaseOSParams

NewBulkUpdateEdgeNodeBaseOSParamsWithTimeout creates a new BulkUpdateEdgeNodeBaseOSParams object with the ability to set a timeout on a request.

func (*BulkUpdateEdgeNodeBaseOSParams) SetBody

SetBody adds the body to the bulk update edge node base o s params

func (*BulkUpdateEdgeNodeBaseOSParams) SetContext

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

SetContext adds the context to the bulk update edge node base o s params

func (*BulkUpdateEdgeNodeBaseOSParams) SetDefaults

func (o *BulkUpdateEdgeNodeBaseOSParams) SetDefaults()

SetDefaults hydrates default values in the bulk update edge node base o s params (not the query body).

All values with no default are reset to their zero value.

func (*BulkUpdateEdgeNodeBaseOSParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bulk update edge node base o s params

func (*BulkUpdateEdgeNodeBaseOSParams) SetTimeout

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

SetTimeout adds the timeout to the bulk update edge node base o s params

func (*BulkUpdateEdgeNodeBaseOSParams) SetXRequestID

func (o *BulkUpdateEdgeNodeBaseOSParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the bulk update edge node base o s params

func (*BulkUpdateEdgeNodeBaseOSParams) WithBody

WithBody adds the body to the bulk update edge node base o s params

func (*BulkUpdateEdgeNodeBaseOSParams) WithContext

WithContext adds the context to the bulk update edge node base o s params

func (*BulkUpdateEdgeNodeBaseOSParams) WithDefaults

WithDefaults hydrates default values in the bulk update edge node base o s params (not the query body).

All values with no default are reset to their zero value.

func (*BulkUpdateEdgeNodeBaseOSParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bulk update edge node base o s params

func (*BulkUpdateEdgeNodeBaseOSParams) WithTimeout

WithTimeout adds the timeout to the bulk update edge node base o s params

func (*BulkUpdateEdgeNodeBaseOSParams) WithXRequestID

WithXRequestID adds the xRequestID to the bulk update edge node base o s params

func (*BulkUpdateEdgeNodeBaseOSParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BulkUpdateEdgeNodeBaseOSReader

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

BulkUpdateEdgeNodeBaseOSReader is a Reader for the BulkUpdateEdgeNodeBaseOS structure.

func (*BulkUpdateEdgeNodeBaseOSReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BulkUpdateEdgeNodeBaseOSUnauthorized

type BulkUpdateEdgeNodeBaseOSUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
BulkUpdateEdgeNodeBaseOSUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewBulkUpdateEdgeNodeBaseOSUnauthorized

func NewBulkUpdateEdgeNodeBaseOSUnauthorized() *BulkUpdateEdgeNodeBaseOSUnauthorized

NewBulkUpdateEdgeNodeBaseOSUnauthorized creates a BulkUpdateEdgeNodeBaseOSUnauthorized with default headers values

func (*BulkUpdateEdgeNodeBaseOSUnauthorized) Error

func (*BulkUpdateEdgeNodeBaseOSUnauthorized) GetPayload

type Client

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

Client for bulk job ops API

func (*Client) BulkCreateEdgeApplicationInstances

func (a *Client) BulkCreateEdgeApplicationInstances(params *BulkCreateEdgeApplicationInstancesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkCreateEdgeApplicationInstancesOK, error)

BulkCreateEdgeApplicationInstances updates job request to create edge application instances

Update job request to create edge application instance(s) on edge node(s) matching selection criteria.

func (*Client) BulkImportEdgeApplications

func (a *Client) BulkImportEdgeApplications(params *BulkImportEdgeApplicationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkImportEdgeApplicationsOK, error)

BulkImportEdgeApplications updates job request to import edge application bundles

Update job request to import edge application bundle(s) from global App Store matching selection criteria.

func (*Client) BulkImportHardwareModels

func (a *Client) BulkImportHardwareModels(params *BulkImportHardwareModelsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkImportHardwareModelsOK, error)

BulkImportHardwareModels updates job request to import hardware models

Update job request to import hardware model(s) from global Model Store matching selection criteria.

func (*Client) BulkRefreshAndPurgeEdgeApplicationInstances

BulkRefreshAndPurgeEdgeApplicationInstances updates job request to refresh and purge edge application instances

Update job request to refresh and purge edge application instances matching selection criteria. Update edge application instance(s) to the latest version of the edge application. This operation will result in loss of data and a restart of the edge application instance(s).

func (*Client) BulkRefreshEdgeApplicationInstances

func (a *Client) BulkRefreshEdgeApplicationInstances(params *BulkRefreshEdgeApplicationInstancesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkRefreshEdgeApplicationInstancesOK, error)

BulkRefreshEdgeApplicationInstances updates job request to refresh edge application instances

Update job request to refresh edge application instances matching selection criteria. Update edge application instance(s) to the latest version of the edge application. This operation will result in a restart of the edge application instance(s).

func (*Client) BulkUpdateEdgeNodeBaseOS

func (a *Client) BulkUpdateEdgeNodeBaseOS(params *BulkUpdateEdgeNodeBaseOSParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkUpdateEdgeNodeBaseOSOK, error)

BulkUpdateEdgeNodeBaseOS updates job request to update e v e image on edge nodes

Update job request to update EVE image on edge nodes. If edge node is already running the latest EVE image no action is taken.

func (*Client) CreateJob

func (a *Client) CreateJob(params *CreateJobParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateJobOK, error)

CreateJob creates asynchronous job request

Create an asynchronous job request record.

func (*Client) DeleteJob

func (a *Client) DeleteJob(params *DeleteJobParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteJobOK, error)

DeleteJob deletes asynchronous job request

Delete an asynchronous job request record.

func (*Client) GetJob

func (a *Client) GetJob(params *GetJobParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetJobOK, error)

GetJob gets asynchronous job request

Get the configuration and status of an asynchronous job request record.

func (*Client) GetJobByName

func (a *Client) GetJobByName(params *GetJobByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetJobByNameOK, error)

GetJobByName gets asynchronous job request

Get the configuration and status of an asynchronous job request record.

func (*Client) QueryJobs

func (a *Client) QueryJobs(params *QueryJobsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryJobsOK, error)

QueryJobs queries asynchronous job requests

Query the asynchronous job request records.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateJob

func (a *Client) UpdateJob(params *UpdateJobParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateJobOK, error)

UpdateJob updates asynchronous job request

Update an asynchronous job request record. The usual pattern to update an asynchronous job request record is to retrieve the record and update with the modified values in a new body to update the asynchronous job request record.

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	BulkCreateEdgeApplicationInstances(params *BulkCreateEdgeApplicationInstancesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkCreateEdgeApplicationInstancesOK, error)

	BulkImportEdgeApplications(params *BulkImportEdgeApplicationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkImportEdgeApplicationsOK, error)

	BulkImportHardwareModels(params *BulkImportHardwareModelsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkImportHardwareModelsOK, error)

	BulkRefreshAndPurgeEdgeApplicationInstances(params *BulkRefreshAndPurgeEdgeApplicationInstancesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkRefreshAndPurgeEdgeApplicationInstancesOK, error)

	BulkRefreshEdgeApplicationInstances(params *BulkRefreshEdgeApplicationInstancesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkRefreshEdgeApplicationInstancesOK, error)

	BulkUpdateEdgeNodeBaseOS(params *BulkUpdateEdgeNodeBaseOSParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BulkUpdateEdgeNodeBaseOSOK, error)

	CreateJob(params *CreateJobParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateJobOK, error)

	DeleteJob(params *DeleteJobParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteJobOK, error)

	GetJob(params *GetJobParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetJobOK, error)

	GetJobByName(params *GetJobByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetJobByNameOK, error)

	QueryJobs(params *QueryJobsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryJobsOK, error)

	UpdateJob(params *UpdateJobParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateJobOK, 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 bulk job ops API client.

type CreateJobBadRequest

type CreateJobBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}
CreateJobBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewCreateJobBadRequest

func NewCreateJobBadRequest() *CreateJobBadRequest

NewCreateJobBadRequest creates a CreateJobBadRequest with default headers values

func (*CreateJobBadRequest) Error

func (o *CreateJobBadRequest) Error() string

func (*CreateJobBadRequest) GetPayload

type CreateJobConflict

type CreateJobConflict struct {
	Payload *swagger_models.ZsrvResponse
}
CreateJobConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this job record will conflict with an already existing job record.

func NewCreateJobConflict

func NewCreateJobConflict() *CreateJobConflict

NewCreateJobConflict creates a CreateJobConflict with default headers values

func (*CreateJobConflict) Error

func (o *CreateJobConflict) Error() string

func (*CreateJobConflict) GetPayload

type CreateJobForbidden

type CreateJobForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
CreateJobForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-app level access permission for the operation or does not have access scope to the project.

func NewCreateJobForbidden

func NewCreateJobForbidden() *CreateJobForbidden

NewCreateJobForbidden creates a CreateJobForbidden with default headers values

func (*CreateJobForbidden) Error

func (o *CreateJobForbidden) Error() string

func (*CreateJobForbidden) GetPayload

type CreateJobGatewayTimeout

type CreateJobGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
CreateJobGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewCreateJobGatewayTimeout

func NewCreateJobGatewayTimeout() *CreateJobGatewayTimeout

NewCreateJobGatewayTimeout creates a CreateJobGatewayTimeout with default headers values

func (*CreateJobGatewayTimeout) Error

func (o *CreateJobGatewayTimeout) Error() string

func (*CreateJobGatewayTimeout) GetPayload

type CreateJobInternalServerError

type CreateJobInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
CreateJobInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewCreateJobInternalServerError

func NewCreateJobInternalServerError() *CreateJobInternalServerError

NewCreateJobInternalServerError creates a CreateJobInternalServerError with default headers values

func (*CreateJobInternalServerError) Error

func (*CreateJobInternalServerError) GetPayload

type CreateJobOK

type CreateJobOK struct {
	Payload *swagger_models.ZsrvResponse
}
CreateJobOK describes a response with status code 200, with default header values.

A successful response.

func NewCreateJobOK

func NewCreateJobOK() *CreateJobOK

NewCreateJobOK creates a CreateJobOK with default headers values

func (*CreateJobOK) Error

func (o *CreateJobOK) Error() string

func (*CreateJobOK) GetPayload

func (o *CreateJobOK) GetPayload() *swagger_models.ZsrvResponse

type CreateJobParams

type CreateJobParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.JobConfig

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

CreateJobParams contains all the parameters to send to the API endpoint

for the create job operation.

Typically these are written to a http.Request.

func NewCreateJobParams

func NewCreateJobParams() *CreateJobParams

NewCreateJobParams creates a new CreateJobParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateJobParamsWithContext

func NewCreateJobParamsWithContext(ctx context.Context) *CreateJobParams

NewCreateJobParamsWithContext creates a new CreateJobParams object with the ability to set a context for a request.

func NewCreateJobParamsWithHTTPClient

func NewCreateJobParamsWithHTTPClient(client *http.Client) *CreateJobParams

NewCreateJobParamsWithHTTPClient creates a new CreateJobParams object with the ability to set a custom HTTPClient for a request.

func NewCreateJobParamsWithTimeout

func NewCreateJobParamsWithTimeout(timeout time.Duration) *CreateJobParams

NewCreateJobParamsWithTimeout creates a new CreateJobParams object with the ability to set a timeout on a request.

func (*CreateJobParams) SetBody

func (o *CreateJobParams) SetBody(body *swagger_models.JobConfig)

SetBody adds the body to the create job params

func (*CreateJobParams) SetContext

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

SetContext adds the context to the create job params

func (*CreateJobParams) SetDefaults

func (o *CreateJobParams) SetDefaults()

SetDefaults hydrates default values in the create job params (not the query body).

All values with no default are reset to their zero value.

func (*CreateJobParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create job params

func (*CreateJobParams) SetTimeout

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

SetTimeout adds the timeout to the create job params

func (*CreateJobParams) SetXRequestID

func (o *CreateJobParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the create job params

func (*CreateJobParams) WithBody

WithBody adds the body to the create job params

func (*CreateJobParams) WithContext

func (o *CreateJobParams) WithContext(ctx context.Context) *CreateJobParams

WithContext adds the context to the create job params

func (*CreateJobParams) WithDefaults

func (o *CreateJobParams) WithDefaults() *CreateJobParams

WithDefaults hydrates default values in the create job params (not the query body).

All values with no default are reset to their zero value.

func (*CreateJobParams) WithHTTPClient

func (o *CreateJobParams) WithHTTPClient(client *http.Client) *CreateJobParams

WithHTTPClient adds the HTTPClient to the create job params

func (*CreateJobParams) WithTimeout

func (o *CreateJobParams) WithTimeout(timeout time.Duration) *CreateJobParams

WithTimeout adds the timeout to the create job params

func (*CreateJobParams) WithXRequestID

func (o *CreateJobParams) WithXRequestID(xRequestID *string) *CreateJobParams

WithXRequestID adds the xRequestID to the create job params

func (*CreateJobParams) WriteToRequest

func (o *CreateJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateJobReader

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

CreateJobReader is a Reader for the CreateJob structure.

func (*CreateJobReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateJobUnauthorized

type CreateJobUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
CreateJobUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewCreateJobUnauthorized

func NewCreateJobUnauthorized() *CreateJobUnauthorized

NewCreateJobUnauthorized creates a CreateJobUnauthorized with default headers values

func (*CreateJobUnauthorized) Error

func (o *CreateJobUnauthorized) Error() string

func (*CreateJobUnauthorized) GetPayload

type DeleteJobBadRequest

type DeleteJobBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteJobBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewDeleteJobBadRequest

func NewDeleteJobBadRequest() *DeleteJobBadRequest

NewDeleteJobBadRequest creates a DeleteJobBadRequest with default headers values

func (*DeleteJobBadRequest) Error

func (o *DeleteJobBadRequest) Error() string

func (*DeleteJobBadRequest) GetPayload

type DeleteJobConflict

type DeleteJobConflict struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteJobConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this job is in progress, dependent tasks are still running

func NewDeleteJobConflict

func NewDeleteJobConflict() *DeleteJobConflict

NewDeleteJobConflict creates a DeleteJobConflict with default headers values

func (*DeleteJobConflict) Error

func (o *DeleteJobConflict) Error() string

func (*DeleteJobConflict) GetPayload

type DeleteJobForbidden

type DeleteJobForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteJobForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-app level access permission for the operation or does not have access scope to the project.

func NewDeleteJobForbidden

func NewDeleteJobForbidden() *DeleteJobForbidden

NewDeleteJobForbidden creates a DeleteJobForbidden with default headers values

func (*DeleteJobForbidden) Error

func (o *DeleteJobForbidden) Error() string

func (*DeleteJobForbidden) GetPayload

type DeleteJobGatewayTimeout

type DeleteJobGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteJobGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewDeleteJobGatewayTimeout

func NewDeleteJobGatewayTimeout() *DeleteJobGatewayTimeout

NewDeleteJobGatewayTimeout creates a DeleteJobGatewayTimeout with default headers values

func (*DeleteJobGatewayTimeout) Error

func (o *DeleteJobGatewayTimeout) Error() string

func (*DeleteJobGatewayTimeout) GetPayload

type DeleteJobInternalServerError

type DeleteJobInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteJobInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewDeleteJobInternalServerError

func NewDeleteJobInternalServerError() *DeleteJobInternalServerError

NewDeleteJobInternalServerError creates a DeleteJobInternalServerError with default headers values

func (*DeleteJobInternalServerError) Error

func (*DeleteJobInternalServerError) GetPayload

type DeleteJobNotFound

type DeleteJobNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteJobNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewDeleteJobNotFound

func NewDeleteJobNotFound() *DeleteJobNotFound

NewDeleteJobNotFound creates a DeleteJobNotFound with default headers values

func (*DeleteJobNotFound) Error

func (o *DeleteJobNotFound) Error() string

func (*DeleteJobNotFound) GetPayload

type DeleteJobOK

type DeleteJobOK struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteJobOK describes a response with status code 200, with default header values.

A successful response.

func NewDeleteJobOK

func NewDeleteJobOK() *DeleteJobOK

NewDeleteJobOK creates a DeleteJobOK with default headers values

func (*DeleteJobOK) Error

func (o *DeleteJobOK) Error() string

func (*DeleteJobOK) GetPayload

func (o *DeleteJobOK) GetPayload() *swagger_models.ZsrvResponse

type DeleteJobParams

type DeleteJobParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* ID.

	   System defined universally unique Id of the job request
	*/
	ID string

	/* ObjectType.

	   object type for which job has been created
	*/
	ObjectType string

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

DeleteJobParams contains all the parameters to send to the API endpoint

for the delete job operation.

Typically these are written to a http.Request.

func NewDeleteJobParams

func NewDeleteJobParams() *DeleteJobParams

NewDeleteJobParams creates a new DeleteJobParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteJobParamsWithContext

func NewDeleteJobParamsWithContext(ctx context.Context) *DeleteJobParams

NewDeleteJobParamsWithContext creates a new DeleteJobParams object with the ability to set a context for a request.

func NewDeleteJobParamsWithHTTPClient

func NewDeleteJobParamsWithHTTPClient(client *http.Client) *DeleteJobParams

NewDeleteJobParamsWithHTTPClient creates a new DeleteJobParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteJobParamsWithTimeout

func NewDeleteJobParamsWithTimeout(timeout time.Duration) *DeleteJobParams

NewDeleteJobParamsWithTimeout creates a new DeleteJobParams object with the ability to set a timeout on a request.

func (*DeleteJobParams) SetContext

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

SetContext adds the context to the delete job params

func (*DeleteJobParams) SetDefaults

func (o *DeleteJobParams) SetDefaults()

SetDefaults hydrates default values in the delete job params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteJobParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete job params

func (*DeleteJobParams) SetID

func (o *DeleteJobParams) SetID(id string)

SetID adds the id to the delete job params

func (*DeleteJobParams) SetObjectType

func (o *DeleteJobParams) SetObjectType(objectType string)

SetObjectType adds the objectType to the delete job params

func (*DeleteJobParams) SetTimeout

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

SetTimeout adds the timeout to the delete job params

func (*DeleteJobParams) SetXRequestID

func (o *DeleteJobParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the delete job params

func (*DeleteJobParams) WithContext

func (o *DeleteJobParams) WithContext(ctx context.Context) *DeleteJobParams

WithContext adds the context to the delete job params

func (*DeleteJobParams) WithDefaults

func (o *DeleteJobParams) WithDefaults() *DeleteJobParams

WithDefaults hydrates default values in the delete job params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteJobParams) WithHTTPClient

func (o *DeleteJobParams) WithHTTPClient(client *http.Client) *DeleteJobParams

WithHTTPClient adds the HTTPClient to the delete job params

func (*DeleteJobParams) WithID

func (o *DeleteJobParams) WithID(id string) *DeleteJobParams

WithID adds the id to the delete job params

func (*DeleteJobParams) WithObjectType

func (o *DeleteJobParams) WithObjectType(objectType string) *DeleteJobParams

WithObjectType adds the objectType to the delete job params

func (*DeleteJobParams) WithTimeout

func (o *DeleteJobParams) WithTimeout(timeout time.Duration) *DeleteJobParams

WithTimeout adds the timeout to the delete job params

func (*DeleteJobParams) WithXRequestID

func (o *DeleteJobParams) WithXRequestID(xRequestID *string) *DeleteJobParams

WithXRequestID adds the xRequestID to the delete job params

func (*DeleteJobParams) WriteToRequest

func (o *DeleteJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteJobReader

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

DeleteJobReader is a Reader for the DeleteJob structure.

func (*DeleteJobReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteJobUnauthorized

type DeleteJobUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteJobUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewDeleteJobUnauthorized

func NewDeleteJobUnauthorized() *DeleteJobUnauthorized

NewDeleteJobUnauthorized creates a DeleteJobUnauthorized with default headers values

func (*DeleteJobUnauthorized) Error

func (o *DeleteJobUnauthorized) Error() string

func (*DeleteJobUnauthorized) GetPayload

type GetJobBadRequest

type GetJobBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}
GetJobBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewGetJobBadRequest

func NewGetJobBadRequest() *GetJobBadRequest

NewGetJobBadRequest creates a GetJobBadRequest with default headers values

func (*GetJobBadRequest) Error

func (o *GetJobBadRequest) Error() string

func (*GetJobBadRequest) GetPayload

func (o *GetJobBadRequest) GetPayload() *swagger_models.ZsrvResponse

type GetJobByNameBadRequest

type GetJobByNameBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}
GetJobByNameBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewGetJobByNameBadRequest

func NewGetJobByNameBadRequest() *GetJobByNameBadRequest

NewGetJobByNameBadRequest creates a GetJobByNameBadRequest with default headers values

func (*GetJobByNameBadRequest) Error

func (o *GetJobByNameBadRequest) Error() string

func (*GetJobByNameBadRequest) GetPayload

type GetJobByNameForbidden

type GetJobByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
GetJobByNameForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-app level access permission for the operation or does not have access scope to the project.

func NewGetJobByNameForbidden

func NewGetJobByNameForbidden() *GetJobByNameForbidden

NewGetJobByNameForbidden creates a GetJobByNameForbidden with default headers values

func (*GetJobByNameForbidden) Error

func (o *GetJobByNameForbidden) Error() string

func (*GetJobByNameForbidden) GetPayload

type GetJobByNameGatewayTimeout

type GetJobByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
GetJobByNameGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewGetJobByNameGatewayTimeout

func NewGetJobByNameGatewayTimeout() *GetJobByNameGatewayTimeout

NewGetJobByNameGatewayTimeout creates a GetJobByNameGatewayTimeout with default headers values

func (*GetJobByNameGatewayTimeout) Error

func (*GetJobByNameGatewayTimeout) GetPayload

type GetJobByNameInternalServerError

type GetJobByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
GetJobByNameInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewGetJobByNameInternalServerError

func NewGetJobByNameInternalServerError() *GetJobByNameInternalServerError

NewGetJobByNameInternalServerError creates a GetJobByNameInternalServerError with default headers values

func (*GetJobByNameInternalServerError) Error

func (*GetJobByNameInternalServerError) GetPayload

type GetJobByNameNotFound

type GetJobByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
GetJobByNameNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewGetJobByNameNotFound

func NewGetJobByNameNotFound() *GetJobByNameNotFound

NewGetJobByNameNotFound creates a GetJobByNameNotFound with default headers values

func (*GetJobByNameNotFound) Error

func (o *GetJobByNameNotFound) Error() string

func (*GetJobByNameNotFound) GetPayload

type GetJobByNameOK

type GetJobByNameOK struct {
	Payload *swagger_models.JobConfig
}
GetJobByNameOK describes a response with status code 200, with default header values.

A successful response.

func NewGetJobByNameOK

func NewGetJobByNameOK() *GetJobByNameOK

NewGetJobByNameOK creates a GetJobByNameOK with default headers values

func (*GetJobByNameOK) Error

func (o *GetJobByNameOK) Error() string

func (*GetJobByNameOK) GetPayload

func (o *GetJobByNameOK) GetPayload() *swagger_models.JobConfig

type GetJobByNameParams

type GetJobByNameParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* Name.

	   User defined name of the job request, unique across the enterprise. Once object is created, name can’t be changed
	*/
	Name string

	/* ObjectType.

	   object type for which job has been created
	*/
	ObjectType string

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

GetJobByNameParams contains all the parameters to send to the API endpoint

for the get job by name operation.

Typically these are written to a http.Request.

func NewGetJobByNameParams

func NewGetJobByNameParams() *GetJobByNameParams

NewGetJobByNameParams creates a new GetJobByNameParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetJobByNameParamsWithContext

func NewGetJobByNameParamsWithContext(ctx context.Context) *GetJobByNameParams

NewGetJobByNameParamsWithContext creates a new GetJobByNameParams object with the ability to set a context for a request.

func NewGetJobByNameParamsWithHTTPClient

func NewGetJobByNameParamsWithHTTPClient(client *http.Client) *GetJobByNameParams

NewGetJobByNameParamsWithHTTPClient creates a new GetJobByNameParams object with the ability to set a custom HTTPClient for a request.

func NewGetJobByNameParamsWithTimeout

func NewGetJobByNameParamsWithTimeout(timeout time.Duration) *GetJobByNameParams

NewGetJobByNameParamsWithTimeout creates a new GetJobByNameParams object with the ability to set a timeout on a request.

func (*GetJobByNameParams) SetContext

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

SetContext adds the context to the get job by name params

func (*GetJobByNameParams) SetDefaults

func (o *GetJobByNameParams) SetDefaults()

SetDefaults hydrates default values in the get job by name params (not the query body).

All values with no default are reset to their zero value.

func (*GetJobByNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get job by name params

func (*GetJobByNameParams) SetName

func (o *GetJobByNameParams) SetName(name string)

SetName adds the name to the get job by name params

func (*GetJobByNameParams) SetObjectType

func (o *GetJobByNameParams) SetObjectType(objectType string)

SetObjectType adds the objectType to the get job by name params

func (*GetJobByNameParams) SetTimeout

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

SetTimeout adds the timeout to the get job by name params

func (*GetJobByNameParams) SetXRequestID

func (o *GetJobByNameParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the get job by name params

func (*GetJobByNameParams) WithContext

WithContext adds the context to the get job by name params

func (*GetJobByNameParams) WithDefaults

func (o *GetJobByNameParams) WithDefaults() *GetJobByNameParams

WithDefaults hydrates default values in the get job by name params (not the query body).

All values with no default are reset to their zero value.

func (*GetJobByNameParams) WithHTTPClient

func (o *GetJobByNameParams) WithHTTPClient(client *http.Client) *GetJobByNameParams

WithHTTPClient adds the HTTPClient to the get job by name params

func (*GetJobByNameParams) WithName

func (o *GetJobByNameParams) WithName(name string) *GetJobByNameParams

WithName adds the name to the get job by name params

func (*GetJobByNameParams) WithObjectType

func (o *GetJobByNameParams) WithObjectType(objectType string) *GetJobByNameParams

WithObjectType adds the objectType to the get job by name params

func (*GetJobByNameParams) WithTimeout

func (o *GetJobByNameParams) WithTimeout(timeout time.Duration) *GetJobByNameParams

WithTimeout adds the timeout to the get job by name params

func (*GetJobByNameParams) WithXRequestID

func (o *GetJobByNameParams) WithXRequestID(xRequestID *string) *GetJobByNameParams

WithXRequestID adds the xRequestID to the get job by name params

func (*GetJobByNameParams) WriteToRequest

func (o *GetJobByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetJobByNameReader

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

GetJobByNameReader is a Reader for the GetJobByName structure.

func (*GetJobByNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetJobByNameUnauthorized

type GetJobByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
GetJobByNameUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewGetJobByNameUnauthorized

func NewGetJobByNameUnauthorized() *GetJobByNameUnauthorized

NewGetJobByNameUnauthorized creates a GetJobByNameUnauthorized with default headers values

func (*GetJobByNameUnauthorized) Error

func (o *GetJobByNameUnauthorized) Error() string

func (*GetJobByNameUnauthorized) GetPayload

type GetJobForbidden

type GetJobForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
GetJobForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-app level access permission for the operation or does not have access scope to the project.

func NewGetJobForbidden

func NewGetJobForbidden() *GetJobForbidden

NewGetJobForbidden creates a GetJobForbidden with default headers values

func (*GetJobForbidden) Error

func (o *GetJobForbidden) Error() string

func (*GetJobForbidden) GetPayload

func (o *GetJobForbidden) GetPayload() *swagger_models.ZsrvResponse

type GetJobGatewayTimeout

type GetJobGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
GetJobGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewGetJobGatewayTimeout

func NewGetJobGatewayTimeout() *GetJobGatewayTimeout

NewGetJobGatewayTimeout creates a GetJobGatewayTimeout with default headers values

func (*GetJobGatewayTimeout) Error

func (o *GetJobGatewayTimeout) Error() string

func (*GetJobGatewayTimeout) GetPayload

type GetJobInternalServerError

type GetJobInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
GetJobInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewGetJobInternalServerError

func NewGetJobInternalServerError() *GetJobInternalServerError

NewGetJobInternalServerError creates a GetJobInternalServerError with default headers values

func (*GetJobInternalServerError) Error

func (o *GetJobInternalServerError) Error() string

func (*GetJobInternalServerError) GetPayload

type GetJobNotFound

type GetJobNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
GetJobNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewGetJobNotFound

func NewGetJobNotFound() *GetJobNotFound

NewGetJobNotFound creates a GetJobNotFound with default headers values

func (*GetJobNotFound) Error

func (o *GetJobNotFound) Error() string

func (*GetJobNotFound) GetPayload

func (o *GetJobNotFound) GetPayload() *swagger_models.ZsrvResponse

type GetJobOK

type GetJobOK struct {
	Payload *swagger_models.JobConfig
}
GetJobOK describes a response with status code 200, with default header values.

A successful response.

func NewGetJobOK

func NewGetJobOK() *GetJobOK

NewGetJobOK creates a GetJobOK with default headers values

func (*GetJobOK) Error

func (o *GetJobOK) Error() string

func (*GetJobOK) GetPayload

func (o *GetJobOK) GetPayload() *swagger_models.JobConfig

type GetJobParams

type GetJobParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* ID.

	   System defined universally unique Id of the job request
	*/
	ID string

	/* ObjectType.

	   object type for which job has been created
	*/
	ObjectType string

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

GetJobParams contains all the parameters to send to the API endpoint

for the get job operation.

Typically these are written to a http.Request.

func NewGetJobParams

func NewGetJobParams() *GetJobParams

NewGetJobParams creates a new GetJobParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetJobParamsWithContext

func NewGetJobParamsWithContext(ctx context.Context) *GetJobParams

NewGetJobParamsWithContext creates a new GetJobParams object with the ability to set a context for a request.

func NewGetJobParamsWithHTTPClient

func NewGetJobParamsWithHTTPClient(client *http.Client) *GetJobParams

NewGetJobParamsWithHTTPClient creates a new GetJobParams object with the ability to set a custom HTTPClient for a request.

func NewGetJobParamsWithTimeout

func NewGetJobParamsWithTimeout(timeout time.Duration) *GetJobParams

NewGetJobParamsWithTimeout creates a new GetJobParams object with the ability to set a timeout on a request.

func (*GetJobParams) SetContext

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

SetContext adds the context to the get job params

func (*GetJobParams) SetDefaults

func (o *GetJobParams) SetDefaults()

SetDefaults hydrates default values in the get job params (not the query body).

All values with no default are reset to their zero value.

func (*GetJobParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get job params

func (*GetJobParams) SetID

func (o *GetJobParams) SetID(id string)

SetID adds the id to the get job params

func (*GetJobParams) SetObjectType

func (o *GetJobParams) SetObjectType(objectType string)

SetObjectType adds the objectType to the get job params

func (*GetJobParams) SetTimeout

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

SetTimeout adds the timeout to the get job params

func (*GetJobParams) SetXRequestID

func (o *GetJobParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the get job params

func (*GetJobParams) WithContext

func (o *GetJobParams) WithContext(ctx context.Context) *GetJobParams

WithContext adds the context to the get job params

func (*GetJobParams) WithDefaults

func (o *GetJobParams) WithDefaults() *GetJobParams

WithDefaults hydrates default values in the get job params (not the query body).

All values with no default are reset to their zero value.

func (*GetJobParams) WithHTTPClient

func (o *GetJobParams) WithHTTPClient(client *http.Client) *GetJobParams

WithHTTPClient adds the HTTPClient to the get job params

func (*GetJobParams) WithID

func (o *GetJobParams) WithID(id string) *GetJobParams

WithID adds the id to the get job params

func (*GetJobParams) WithObjectType

func (o *GetJobParams) WithObjectType(objectType string) *GetJobParams

WithObjectType adds the objectType to the get job params

func (*GetJobParams) WithTimeout

func (o *GetJobParams) WithTimeout(timeout time.Duration) *GetJobParams

WithTimeout adds the timeout to the get job params

func (*GetJobParams) WithXRequestID

func (o *GetJobParams) WithXRequestID(xRequestID *string) *GetJobParams

WithXRequestID adds the xRequestID to the get job params

func (*GetJobParams) WriteToRequest

func (o *GetJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetJobReader

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

GetJobReader is a Reader for the GetJob structure.

func (*GetJobReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetJobUnauthorized

type GetJobUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
GetJobUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewGetJobUnauthorized

func NewGetJobUnauthorized() *GetJobUnauthorized

NewGetJobUnauthorized creates a GetJobUnauthorized with default headers values

func (*GetJobUnauthorized) Error

func (o *GetJobUnauthorized) Error() string

func (*GetJobUnauthorized) GetPayload

type QueryJobsBadRequest

type QueryJobsBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}
QueryJobsBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewQueryJobsBadRequest

func NewQueryJobsBadRequest() *QueryJobsBadRequest

NewQueryJobsBadRequest creates a QueryJobsBadRequest with default headers values

func (*QueryJobsBadRequest) Error

func (o *QueryJobsBadRequest) Error() string

func (*QueryJobsBadRequest) GetPayload

type QueryJobsForbidden

type QueryJobsForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
QueryJobsForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-app level access permission for the operation or does not have access scope to the project.

func NewQueryJobsForbidden

func NewQueryJobsForbidden() *QueryJobsForbidden

NewQueryJobsForbidden creates a QueryJobsForbidden with default headers values

func (*QueryJobsForbidden) Error

func (o *QueryJobsForbidden) Error() string

func (*QueryJobsForbidden) GetPayload

type QueryJobsGatewayTimeout

type QueryJobsGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
QueryJobsGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewQueryJobsGatewayTimeout

func NewQueryJobsGatewayTimeout() *QueryJobsGatewayTimeout

NewQueryJobsGatewayTimeout creates a QueryJobsGatewayTimeout with default headers values

func (*QueryJobsGatewayTimeout) Error

func (o *QueryJobsGatewayTimeout) Error() string

func (*QueryJobsGatewayTimeout) GetPayload

type QueryJobsInternalServerError

type QueryJobsInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
QueryJobsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewQueryJobsInternalServerError

func NewQueryJobsInternalServerError() *QueryJobsInternalServerError

NewQueryJobsInternalServerError creates a QueryJobsInternalServerError with default headers values

func (*QueryJobsInternalServerError) Error

func (*QueryJobsInternalServerError) GetPayload

type QueryJobsOK

type QueryJobsOK struct {
	Payload *swagger_models.JobConfigList
}
QueryJobsOK describes a response with status code 200, with default header values.

A successful response.

func NewQueryJobsOK

func NewQueryJobsOK() *QueryJobsOK

NewQueryJobsOK creates a QueryJobsOK with default headers values

func (*QueryJobsOK) Error

func (o *QueryJobsOK) Error() string

func (*QueryJobsOK) GetPayload

func (o *QueryJobsOK) GetPayload() *swagger_models.JobConfigList

type QueryJobsParams

type QueryJobsParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* FilterJobStatus.

	   status of the job.

	   Default: "JOB_STATUS_UNSPECIFIED"
	*/
	FilterJobStatus *string

	/* FilterNamePattern.

	   name pattern of the job.
	*/
	FilterNamePattern *string

	/* FilterProjectName.

	   project name.
	*/
	FilterProjectName *string

	/* NextOrderBy.

	   OrderBy helps in sorting the list response
	*/
	NextOrderBy *string

	/* NextPageNum.

	   Page Number

	   Format: int64
	*/
	NextPageNum *int64

	/* NextPageSize.

	   Defines the page size

	   Format: int64
	*/
	NextPageSize *int64

	/* NextPageToken.

	   Page Token
	*/
	NextPageToken *string

	/* NextTotalPages.

	   Total number of pages to be fetched.

	   Format: int64
	*/
	NextTotalPages *int64

	/* Summary.

	   Only summary count is required.

	   Format: boolean
	*/
	Summary *bool

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

QueryJobsParams contains all the parameters to send to the API endpoint

for the query jobs operation.

Typically these are written to a http.Request.

func NewQueryJobsParams

func NewQueryJobsParams() *QueryJobsParams

NewQueryJobsParams creates a new QueryJobsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewQueryJobsParamsWithContext

func NewQueryJobsParamsWithContext(ctx context.Context) *QueryJobsParams

NewQueryJobsParamsWithContext creates a new QueryJobsParams object with the ability to set a context for a request.

func NewQueryJobsParamsWithHTTPClient

func NewQueryJobsParamsWithHTTPClient(client *http.Client) *QueryJobsParams

NewQueryJobsParamsWithHTTPClient creates a new QueryJobsParams object with the ability to set a custom HTTPClient for a request.

func NewQueryJobsParamsWithTimeout

func NewQueryJobsParamsWithTimeout(timeout time.Duration) *QueryJobsParams

NewQueryJobsParamsWithTimeout creates a new QueryJobsParams object with the ability to set a timeout on a request.

func (*QueryJobsParams) SetContext

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

SetContext adds the context to the query jobs params

func (*QueryJobsParams) SetDefaults

func (o *QueryJobsParams) SetDefaults()

SetDefaults hydrates default values in the query jobs params (not the query body).

All values with no default are reset to their zero value.

func (*QueryJobsParams) SetFilterJobStatus

func (o *QueryJobsParams) SetFilterJobStatus(filterJobStatus *string)

SetFilterJobStatus adds the filterJobStatus to the query jobs params

func (*QueryJobsParams) SetFilterNamePattern

func (o *QueryJobsParams) SetFilterNamePattern(filterNamePattern *string)

SetFilterNamePattern adds the filterNamePattern to the query jobs params

func (*QueryJobsParams) SetFilterProjectName

func (o *QueryJobsParams) SetFilterProjectName(filterProjectName *string)

SetFilterProjectName adds the filterProjectName to the query jobs params

func (*QueryJobsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query jobs params

func (*QueryJobsParams) SetNextOrderBy

func (o *QueryJobsParams) SetNextOrderBy(nextOrderBy *string)

SetNextOrderBy adds the nextOrderBy to the query jobs params

func (*QueryJobsParams) SetNextPageNum

func (o *QueryJobsParams) SetNextPageNum(nextPageNum *int64)

SetNextPageNum adds the nextPageNum to the query jobs params

func (*QueryJobsParams) SetNextPageSize

func (o *QueryJobsParams) SetNextPageSize(nextPageSize *int64)

SetNextPageSize adds the nextPageSize to the query jobs params

func (*QueryJobsParams) SetNextPageToken

func (o *QueryJobsParams) SetNextPageToken(nextPageToken *string)

SetNextPageToken adds the nextPageToken to the query jobs params

func (*QueryJobsParams) SetNextTotalPages

func (o *QueryJobsParams) SetNextTotalPages(nextTotalPages *int64)

SetNextTotalPages adds the nextTotalPages to the query jobs params

func (*QueryJobsParams) SetSummary

func (o *QueryJobsParams) SetSummary(summary *bool)

SetSummary adds the summary to the query jobs params

func (*QueryJobsParams) SetTimeout

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

SetTimeout adds the timeout to the query jobs params

func (*QueryJobsParams) SetXRequestID

func (o *QueryJobsParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the query jobs params

func (*QueryJobsParams) WithContext

func (o *QueryJobsParams) WithContext(ctx context.Context) *QueryJobsParams

WithContext adds the context to the query jobs params

func (*QueryJobsParams) WithDefaults

func (o *QueryJobsParams) WithDefaults() *QueryJobsParams

WithDefaults hydrates default values in the query jobs params (not the query body).

All values with no default are reset to their zero value.

func (*QueryJobsParams) WithFilterJobStatus

func (o *QueryJobsParams) WithFilterJobStatus(filterJobStatus *string) *QueryJobsParams

WithFilterJobStatus adds the filterJobStatus to the query jobs params

func (*QueryJobsParams) WithFilterNamePattern

func (o *QueryJobsParams) WithFilterNamePattern(filterNamePattern *string) *QueryJobsParams

WithFilterNamePattern adds the filterNamePattern to the query jobs params

func (*QueryJobsParams) WithFilterProjectName

func (o *QueryJobsParams) WithFilterProjectName(filterProjectName *string) *QueryJobsParams

WithFilterProjectName adds the filterProjectName to the query jobs params

func (*QueryJobsParams) WithHTTPClient

func (o *QueryJobsParams) WithHTTPClient(client *http.Client) *QueryJobsParams

WithHTTPClient adds the HTTPClient to the query jobs params

func (*QueryJobsParams) WithNextOrderBy

func (o *QueryJobsParams) WithNextOrderBy(nextOrderBy *string) *QueryJobsParams

WithNextOrderBy adds the nextOrderBy to the query jobs params

func (*QueryJobsParams) WithNextPageNum

func (o *QueryJobsParams) WithNextPageNum(nextPageNum *int64) *QueryJobsParams

WithNextPageNum adds the nextPageNum to the query jobs params

func (*QueryJobsParams) WithNextPageSize

func (o *QueryJobsParams) WithNextPageSize(nextPageSize *int64) *QueryJobsParams

WithNextPageSize adds the nextPageSize to the query jobs params

func (*QueryJobsParams) WithNextPageToken

func (o *QueryJobsParams) WithNextPageToken(nextPageToken *string) *QueryJobsParams

WithNextPageToken adds the nextPageToken to the query jobs params

func (*QueryJobsParams) WithNextTotalPages

func (o *QueryJobsParams) WithNextTotalPages(nextTotalPages *int64) *QueryJobsParams

WithNextTotalPages adds the nextTotalPages to the query jobs params

func (*QueryJobsParams) WithSummary

func (o *QueryJobsParams) WithSummary(summary *bool) *QueryJobsParams

WithSummary adds the summary to the query jobs params

func (*QueryJobsParams) WithTimeout

func (o *QueryJobsParams) WithTimeout(timeout time.Duration) *QueryJobsParams

WithTimeout adds the timeout to the query jobs params

func (*QueryJobsParams) WithXRequestID

func (o *QueryJobsParams) WithXRequestID(xRequestID *string) *QueryJobsParams

WithXRequestID adds the xRequestID to the query jobs params

func (*QueryJobsParams) WriteToRequest

func (o *QueryJobsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type QueryJobsReader

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

QueryJobsReader is a Reader for the QueryJobs structure.

func (*QueryJobsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryJobsUnauthorized

type QueryJobsUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
QueryJobsUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewQueryJobsUnauthorized

func NewQueryJobsUnauthorized() *QueryJobsUnauthorized

NewQueryJobsUnauthorized creates a QueryJobsUnauthorized with default headers values

func (*QueryJobsUnauthorized) Error

func (o *QueryJobsUnauthorized) Error() string

func (*QueryJobsUnauthorized) GetPayload

type UpdateJobBadRequest

type UpdateJobBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}
UpdateJobBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewUpdateJobBadRequest

func NewUpdateJobBadRequest() *UpdateJobBadRequest

NewUpdateJobBadRequest creates a UpdateJobBadRequest with default headers values

func (*UpdateJobBadRequest) Error

func (o *UpdateJobBadRequest) Error() string

func (*UpdateJobBadRequest) GetPayload

type UpdateJobConflict

type UpdateJobConflict struct {
	Payload *swagger_models.ZsrvResponse
}
UpdateJobConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing asynchronous job request record.

func NewUpdateJobConflict

func NewUpdateJobConflict() *UpdateJobConflict

NewUpdateJobConflict creates a UpdateJobConflict with default headers values

func (*UpdateJobConflict) Error

func (o *UpdateJobConflict) Error() string

func (*UpdateJobConflict) GetPayload

type UpdateJobForbidden

type UpdateJobForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
UpdateJobForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-app level access permission for the operation or does not have access scope to the project.

func NewUpdateJobForbidden

func NewUpdateJobForbidden() *UpdateJobForbidden

NewUpdateJobForbidden creates a UpdateJobForbidden with default headers values

func (*UpdateJobForbidden) Error

func (o *UpdateJobForbidden) Error() string

func (*UpdateJobForbidden) GetPayload

type UpdateJobGatewayTimeout

type UpdateJobGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
UpdateJobGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewUpdateJobGatewayTimeout

func NewUpdateJobGatewayTimeout() *UpdateJobGatewayTimeout

NewUpdateJobGatewayTimeout creates a UpdateJobGatewayTimeout with default headers values

func (*UpdateJobGatewayTimeout) Error

func (o *UpdateJobGatewayTimeout) Error() string

func (*UpdateJobGatewayTimeout) GetPayload

type UpdateJobInternalServerError

type UpdateJobInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
UpdateJobInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewUpdateJobInternalServerError

func NewUpdateJobInternalServerError() *UpdateJobInternalServerError

NewUpdateJobInternalServerError creates a UpdateJobInternalServerError with default headers values

func (*UpdateJobInternalServerError) Error

func (*UpdateJobInternalServerError) GetPayload

type UpdateJobNotFound

type UpdateJobNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
UpdateJobNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewUpdateJobNotFound

func NewUpdateJobNotFound() *UpdateJobNotFound

NewUpdateJobNotFound creates a UpdateJobNotFound with default headers values

func (*UpdateJobNotFound) Error

func (o *UpdateJobNotFound) Error() string

func (*UpdateJobNotFound) GetPayload

type UpdateJobOK

type UpdateJobOK struct {
	Payload *swagger_models.ZsrvResponse
}
UpdateJobOK describes a response with status code 200, with default header values.

A successful response.

func NewUpdateJobOK

func NewUpdateJobOK() *UpdateJobOK

NewUpdateJobOK creates a UpdateJobOK with default headers values

func (*UpdateJobOK) Error

func (o *UpdateJobOK) Error() string

func (*UpdateJobOK) GetPayload

func (o *UpdateJobOK) GetPayload() *swagger_models.ZsrvResponse

type UpdateJobParams

type UpdateJobParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.JobConfig

	/* ID.

	   System defined universally unique Id of the job request
	*/
	ID string

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

UpdateJobParams contains all the parameters to send to the API endpoint

for the update job operation.

Typically these are written to a http.Request.

func NewUpdateJobParams

func NewUpdateJobParams() *UpdateJobParams

NewUpdateJobParams creates a new UpdateJobParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdateJobParamsWithContext

func NewUpdateJobParamsWithContext(ctx context.Context) *UpdateJobParams

NewUpdateJobParamsWithContext creates a new UpdateJobParams object with the ability to set a context for a request.

func NewUpdateJobParamsWithHTTPClient

func NewUpdateJobParamsWithHTTPClient(client *http.Client) *UpdateJobParams

NewUpdateJobParamsWithHTTPClient creates a new UpdateJobParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateJobParamsWithTimeout

func NewUpdateJobParamsWithTimeout(timeout time.Duration) *UpdateJobParams

NewUpdateJobParamsWithTimeout creates a new UpdateJobParams object with the ability to set a timeout on a request.

func (*UpdateJobParams) SetBody

func (o *UpdateJobParams) SetBody(body *swagger_models.JobConfig)

SetBody adds the body to the update job params

func (*UpdateJobParams) SetContext

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

SetContext adds the context to the update job params

func (*UpdateJobParams) SetDefaults

func (o *UpdateJobParams) SetDefaults()

SetDefaults hydrates default values in the update job params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateJobParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update job params

func (*UpdateJobParams) SetID

func (o *UpdateJobParams) SetID(id string)

SetID adds the id to the update job params

func (*UpdateJobParams) SetTimeout

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

SetTimeout adds the timeout to the update job params

func (*UpdateJobParams) SetXRequestID

func (o *UpdateJobParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the update job params

func (*UpdateJobParams) WithBody

WithBody adds the body to the update job params

func (*UpdateJobParams) WithContext

func (o *UpdateJobParams) WithContext(ctx context.Context) *UpdateJobParams

WithContext adds the context to the update job params

func (*UpdateJobParams) WithDefaults

func (o *UpdateJobParams) WithDefaults() *UpdateJobParams

WithDefaults hydrates default values in the update job params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateJobParams) WithHTTPClient

func (o *UpdateJobParams) WithHTTPClient(client *http.Client) *UpdateJobParams

WithHTTPClient adds the HTTPClient to the update job params

func (*UpdateJobParams) WithID

func (o *UpdateJobParams) WithID(id string) *UpdateJobParams

WithID adds the id to the update job params

func (*UpdateJobParams) WithTimeout

func (o *UpdateJobParams) WithTimeout(timeout time.Duration) *UpdateJobParams

WithTimeout adds the timeout to the update job params

func (*UpdateJobParams) WithXRequestID

func (o *UpdateJobParams) WithXRequestID(xRequestID *string) *UpdateJobParams

WithXRequestID adds the xRequestID to the update job params

func (*UpdateJobParams) WriteToRequest

func (o *UpdateJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateJobReader

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

UpdateJobReader is a Reader for the UpdateJob structure.

func (*UpdateJobReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateJobUnauthorized

type UpdateJobUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
UpdateJobUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewUpdateJobUnauthorized

func NewUpdateJobUnauthorized() *UpdateJobUnauthorized

NewUpdateJobUnauthorized creates a UpdateJobUnauthorized with default headers values

func (*UpdateJobUnauthorized) Error

func (o *UpdateJobUnauthorized) Error() string

func (*UpdateJobUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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