image_configuration

package
v0.0.1-alpha Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2021 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 Client

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

Client for image configuration API

func (*Client) CreateImage

func (a *Client) CreateImage(params *CreateImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateImageOK, error)

CreateImage creates edge application image

Create an edge application image record.

func (*Client) DeleteImage

func (a *Client) DeleteImage(params *DeleteImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteImageOK, error)

DeleteImage deletes edge application image

Delete an edge application image record.

func (*Client) DeleteLatestImage

func (a *Client) DeleteLatestImage(params *DeleteLatestImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteLatestImageOK, error)

DeleteLatestImage deletes edge application image

Delete an edge application image record.

func (*Client) GetImage

func (a *Client) GetImage(params *GetImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetImageOK, error)

GetImage gets edge application image

Get the configuration (without security details) of an edge application image record.

func (*Client) GetImageByName

func (a *Client) GetImageByName(params *GetImageByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetImageByNameOK, error)

GetImageByName gets edge application image

Get the configuration (without security details) of an edge application image record.

func (*Client) GetLatestImageVersion

func (a *Client) GetLatestImageVersion(params *GetLatestImageVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetLatestImageVersionOK, error)

GetLatestImageVersion gets latest version of e v e image

Query the latest version of EVE image for given hardware architecture.

func (*Client) MarkEveImageLatest

func (a *Client) MarkEveImageLatest(params *MarkEveImageLatestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MarkEveImageLatestOK, error)

MarkEveImageLatest marks eve image as latest

Mark Eve image as latest for a given hardware architecture.

func (*Client) MarkEveImageLatest2

func (a *Client) MarkEveImageLatest2(params *MarkEveImageLatest2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MarkEveImageLatest2OK, error)

MarkEveImageLatest2 marks eve image as latest

Mark Eve image as latest for a given hardware architecture.

func (*Client) QueryImages

func (a *Client) QueryImages(params *QueryImagesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryImagesOK, error)

QueryImages queries edge application images

Query the edge application image records.

func (*Client) QueryLatestImageVersions

func (a *Client) QueryLatestImageVersions(params *QueryLatestImageVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryLatestImageVersionsOK, error)

QueryLatestImageVersions queries latest version of e v e image for each hardware architecture

Query the latest version of EVE image for each hardware architecture.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateImage

func (a *Client) UpdateImage(params *UpdateImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateImageOK, error)

UpdateImage updates edge application image

Update an edge application image. The usual pattern to update an edge application image record is to retrieve the record and update with the modified values in a new body to update the edge application image record.

func (*Client) UplinkImage

UplinkImage uplinks edge application image

Uplinks the edge application image record to an existing binry file in the datastore.

func (*Client) UploadImageChunked

UploadImageChunked uploads edge application image binary file

Uploads the edge application image binary file in the datastore. This method uses multiple HTTP requests to upload image binary file in smaller chunks. Recommended for larger file size.

func (*Client) UploadImageFile

UploadImageFile uploads edge application image binary file

Uploads the edge application image binary file in the datastore. This method uses single HTTP request to upload the entire image binary file. Recommended for smaller file size.

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateImage(params *CreateImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateImageOK, error)

	DeleteImage(params *DeleteImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteImageOK, error)

	DeleteLatestImage(params *DeleteLatestImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteLatestImageOK, error)

	GetImage(params *GetImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetImageOK, error)

	GetImageByName(params *GetImageByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetImageByNameOK, error)

	GetLatestImageVersion(params *GetLatestImageVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetLatestImageVersionOK, error)

	MarkEveImageLatest(params *MarkEveImageLatestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MarkEveImageLatestOK, error)

	MarkEveImageLatest2(params *MarkEveImageLatest2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MarkEveImageLatest2OK, error)

	QueryImages(params *QueryImagesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryImagesOK, error)

	QueryLatestImageVersions(params *QueryLatestImageVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryLatestImageVersionsOK, error)

	UpdateImage(params *UpdateImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateImageOK, error)

	UplinkImage(params *UplinkImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UplinkImageOK, *UplinkImageAccepted, error)

	UploadImageChunked(params *UploadImageChunkedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UploadImageChunkedOK, *UploadImageChunkedAccepted, error)

	UploadImageFile(params *UploadImageFileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UploadImageFileOK, *UploadImageFileAccepted, 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 image configuration API client.

type CreateImageBadRequest

type CreateImageBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}
CreateImageBadRequest 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 NewCreateImageBadRequest

func NewCreateImageBadRequest() *CreateImageBadRequest

NewCreateImageBadRequest creates a CreateImageBadRequest with default headers values

func (*CreateImageBadRequest) Error

func (o *CreateImageBadRequest) Error() string

func (*CreateImageBadRequest) GetPayload

type CreateImageConflict

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

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

func NewCreateImageConflict

func NewCreateImageConflict() *CreateImageConflict

NewCreateImageConflict creates a CreateImageConflict with default headers values

func (*CreateImageConflict) Error

func (o *CreateImageConflict) Error() string

func (*CreateImageConflict) GetPayload

type CreateImageForbidden

type CreateImageForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
CreateImageForbidden 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-node level access permission for the operation or does not have access scope to the project.

func NewCreateImageForbidden

func NewCreateImageForbidden() *CreateImageForbidden

NewCreateImageForbidden creates a CreateImageForbidden with default headers values

func (*CreateImageForbidden) Error

func (o *CreateImageForbidden) Error() string

func (*CreateImageForbidden) GetPayload

type CreateImageGatewayTimeout

type CreateImageGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
CreateImageGatewayTimeout 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 NewCreateImageGatewayTimeout

func NewCreateImageGatewayTimeout() *CreateImageGatewayTimeout

NewCreateImageGatewayTimeout creates a CreateImageGatewayTimeout with default headers values

func (*CreateImageGatewayTimeout) Error

func (o *CreateImageGatewayTimeout) Error() string

func (*CreateImageGatewayTimeout) GetPayload

type CreateImageInternalServerError

type CreateImageInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
CreateImageInternalServerError 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 NewCreateImageInternalServerError

func NewCreateImageInternalServerError() *CreateImageInternalServerError

NewCreateImageInternalServerError creates a CreateImageInternalServerError with default headers values

func (*CreateImageInternalServerError) Error

func (*CreateImageInternalServerError) GetPayload

type CreateImageOK

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

A successful response.

func NewCreateImageOK

func NewCreateImageOK() *CreateImageOK

NewCreateImageOK creates a CreateImageOK with default headers values

func (*CreateImageOK) Error

func (o *CreateImageOK) Error() string

func (*CreateImageOK) GetPayload

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

type CreateImageParams

type CreateImageParams struct {

	/* XRequestID.

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

	// Body.
	Body *swagger_models.ImageConfig

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

CreateImageParams contains all the parameters to send to the API endpoint

for the create image operation.

Typically these are written to a http.Request.

func NewCreateImageParams

func NewCreateImageParams() *CreateImageParams

NewCreateImageParams creates a new CreateImageParams 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 NewCreateImageParamsWithContext

func NewCreateImageParamsWithContext(ctx context.Context) *CreateImageParams

NewCreateImageParamsWithContext creates a new CreateImageParams object with the ability to set a context for a request.

func NewCreateImageParamsWithHTTPClient

func NewCreateImageParamsWithHTTPClient(client *http.Client) *CreateImageParams

NewCreateImageParamsWithHTTPClient creates a new CreateImageParams object with the ability to set a custom HTTPClient for a request.

func NewCreateImageParamsWithTimeout

func NewCreateImageParamsWithTimeout(timeout time.Duration) *CreateImageParams

NewCreateImageParamsWithTimeout creates a new CreateImageParams object with the ability to set a timeout on a request.

func (*CreateImageParams) SetBody

func (o *CreateImageParams) SetBody(body *swagger_models.ImageConfig)

SetBody adds the body to the create image params

func (*CreateImageParams) SetContext

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

SetContext adds the context to the create image params

func (*CreateImageParams) SetDefaults

func (o *CreateImageParams) SetDefaults()

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

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

func (*CreateImageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create image params

func (*CreateImageParams) SetTimeout

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

SetTimeout adds the timeout to the create image params

func (*CreateImageParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the create image params

func (*CreateImageParams) WithBody

WithBody adds the body to the create image params

func (*CreateImageParams) WithContext

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

WithContext adds the context to the create image params

func (*CreateImageParams) WithDefaults

func (o *CreateImageParams) WithDefaults() *CreateImageParams

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

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

func (*CreateImageParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create image params

func (*CreateImageParams) WithTimeout

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

WithTimeout adds the timeout to the create image params

func (*CreateImageParams) WithXRequestID

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

WithXRequestID adds the xRequestID to the create image params

func (*CreateImageParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateImageReader

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

CreateImageReader is a Reader for the CreateImage structure.

func (*CreateImageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateImageUnauthorized

type CreateImageUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
CreateImageUnauthorized 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 NewCreateImageUnauthorized

func NewCreateImageUnauthorized() *CreateImageUnauthorized

NewCreateImageUnauthorized creates a CreateImageUnauthorized with default headers values

func (*CreateImageUnauthorized) Error

func (o *CreateImageUnauthorized) Error() string

func (*CreateImageUnauthorized) GetPayload

type DeleteImageConflict

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

Conflict. The API gateway did not process the request because there are edge application bundles using this edge application image

func NewDeleteImageConflict

func NewDeleteImageConflict() *DeleteImageConflict

NewDeleteImageConflict creates a DeleteImageConflict with default headers values

func (*DeleteImageConflict) Error

func (o *DeleteImageConflict) Error() string

func (*DeleteImageConflict) GetPayload

type DeleteImageForbidden

type DeleteImageForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteImageForbidden 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-node level access permission for the operation or does not have access scope to the project.

func NewDeleteImageForbidden

func NewDeleteImageForbidden() *DeleteImageForbidden

NewDeleteImageForbidden creates a DeleteImageForbidden with default headers values

func (*DeleteImageForbidden) Error

func (o *DeleteImageForbidden) Error() string

func (*DeleteImageForbidden) GetPayload

type DeleteImageGatewayTimeout

type DeleteImageGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteImageGatewayTimeout 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 NewDeleteImageGatewayTimeout

func NewDeleteImageGatewayTimeout() *DeleteImageGatewayTimeout

NewDeleteImageGatewayTimeout creates a DeleteImageGatewayTimeout with default headers values

func (*DeleteImageGatewayTimeout) Error

func (o *DeleteImageGatewayTimeout) Error() string

func (*DeleteImageGatewayTimeout) GetPayload

type DeleteImageInternalServerError

type DeleteImageInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteImageInternalServerError 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 NewDeleteImageInternalServerError

func NewDeleteImageInternalServerError() *DeleteImageInternalServerError

NewDeleteImageInternalServerError creates a DeleteImageInternalServerError with default headers values

func (*DeleteImageInternalServerError) Error

func (*DeleteImageInternalServerError) GetPayload

type DeleteImageNotFound

type DeleteImageNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteImageNotFound 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 NewDeleteImageNotFound

func NewDeleteImageNotFound() *DeleteImageNotFound

NewDeleteImageNotFound creates a DeleteImageNotFound with default headers values

func (*DeleteImageNotFound) Error

func (o *DeleteImageNotFound) Error() string

func (*DeleteImageNotFound) GetPayload

type DeleteImageOK

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

A successful response.

func NewDeleteImageOK

func NewDeleteImageOK() *DeleteImageOK

NewDeleteImageOK creates a DeleteImageOK with default headers values

func (*DeleteImageOK) Error

func (o *DeleteImageOK) Error() string

func (*DeleteImageOK) GetPayload

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

type DeleteImageParams

type DeleteImageParams struct {

	/* XRequestID.

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

	/* ID.

	   System defined universally unique Id of the image
	*/
	ID string

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

DeleteImageParams contains all the parameters to send to the API endpoint

for the delete image operation.

Typically these are written to a http.Request.

func NewDeleteImageParams

func NewDeleteImageParams() *DeleteImageParams

NewDeleteImageParams creates a new DeleteImageParams 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 NewDeleteImageParamsWithContext

func NewDeleteImageParamsWithContext(ctx context.Context) *DeleteImageParams

NewDeleteImageParamsWithContext creates a new DeleteImageParams object with the ability to set a context for a request.

func NewDeleteImageParamsWithHTTPClient

func NewDeleteImageParamsWithHTTPClient(client *http.Client) *DeleteImageParams

NewDeleteImageParamsWithHTTPClient creates a new DeleteImageParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteImageParamsWithTimeout

func NewDeleteImageParamsWithTimeout(timeout time.Duration) *DeleteImageParams

NewDeleteImageParamsWithTimeout creates a new DeleteImageParams object with the ability to set a timeout on a request.

func (*DeleteImageParams) SetContext

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

SetContext adds the context to the delete image params

func (*DeleteImageParams) SetDefaults

func (o *DeleteImageParams) SetDefaults()

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

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

func (*DeleteImageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete image params

func (*DeleteImageParams) SetID

func (o *DeleteImageParams) SetID(id string)

SetID adds the id to the delete image params

func (*DeleteImageParams) SetTimeout

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

SetTimeout adds the timeout to the delete image params

func (*DeleteImageParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the delete image params

func (*DeleteImageParams) WithContext

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

WithContext adds the context to the delete image params

func (*DeleteImageParams) WithDefaults

func (o *DeleteImageParams) WithDefaults() *DeleteImageParams

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

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

func (*DeleteImageParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete image params

func (*DeleteImageParams) WithID

WithID adds the id to the delete image params

func (*DeleteImageParams) WithTimeout

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

WithTimeout adds the timeout to the delete image params

func (*DeleteImageParams) WithXRequestID

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

WithXRequestID adds the xRequestID to the delete image params

func (*DeleteImageParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteImageReader

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

DeleteImageReader is a Reader for the DeleteImage structure.

func (*DeleteImageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteImageUnauthorized

type DeleteImageUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteImageUnauthorized 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 NewDeleteImageUnauthorized

func NewDeleteImageUnauthorized() *DeleteImageUnauthorized

NewDeleteImageUnauthorized creates a DeleteImageUnauthorized with default headers values

func (*DeleteImageUnauthorized) Error

func (o *DeleteImageUnauthorized) Error() string

func (*DeleteImageUnauthorized) GetPayload

type DeleteLatestImageConflict

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

Conflict. The API gateway did not process the request because there are edge application bundles using this edge application image

func NewDeleteLatestImageConflict

func NewDeleteLatestImageConflict() *DeleteLatestImageConflict

NewDeleteLatestImageConflict creates a DeleteLatestImageConflict with default headers values

func (*DeleteLatestImageConflict) Error

func (o *DeleteLatestImageConflict) Error() string

func (*DeleteLatestImageConflict) GetPayload

type DeleteLatestImageForbidden

type DeleteLatestImageForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteLatestImageForbidden 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-node level access permission for the operation or does not have access scope to the project.

func NewDeleteLatestImageForbidden

func NewDeleteLatestImageForbidden() *DeleteLatestImageForbidden

NewDeleteLatestImageForbidden creates a DeleteLatestImageForbidden with default headers values

func (*DeleteLatestImageForbidden) Error

func (*DeleteLatestImageForbidden) GetPayload

type DeleteLatestImageGatewayTimeout

type DeleteLatestImageGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteLatestImageGatewayTimeout 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 NewDeleteLatestImageGatewayTimeout

func NewDeleteLatestImageGatewayTimeout() *DeleteLatestImageGatewayTimeout

NewDeleteLatestImageGatewayTimeout creates a DeleteLatestImageGatewayTimeout with default headers values

func (*DeleteLatestImageGatewayTimeout) Error

func (*DeleteLatestImageGatewayTimeout) GetPayload

type DeleteLatestImageInternalServerError

type DeleteLatestImageInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteLatestImageInternalServerError 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 NewDeleteLatestImageInternalServerError

func NewDeleteLatestImageInternalServerError() *DeleteLatestImageInternalServerError

NewDeleteLatestImageInternalServerError creates a DeleteLatestImageInternalServerError with default headers values

func (*DeleteLatestImageInternalServerError) Error

func (*DeleteLatestImageInternalServerError) GetPayload

type DeleteLatestImageNotFound

type DeleteLatestImageNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteLatestImageNotFound 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 NewDeleteLatestImageNotFound

func NewDeleteLatestImageNotFound() *DeleteLatestImageNotFound

NewDeleteLatestImageNotFound creates a DeleteLatestImageNotFound with default headers values

func (*DeleteLatestImageNotFound) Error

func (o *DeleteLatestImageNotFound) Error() string

func (*DeleteLatestImageNotFound) GetPayload

type DeleteLatestImageOK

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

A successful response.

func NewDeleteLatestImageOK

func NewDeleteLatestImageOK() *DeleteLatestImageOK

NewDeleteLatestImageOK creates a DeleteLatestImageOK with default headers values

func (*DeleteLatestImageOK) Error

func (o *DeleteLatestImageOK) Error() string

func (*DeleteLatestImageOK) GetPayload

type DeleteLatestImageParams

type DeleteLatestImageParams struct {

	/* XRequestID.

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

	/* ID.

	   System defined universally unique Id of the image
	*/
	ID *string

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

DeleteLatestImageParams contains all the parameters to send to the API endpoint

for the delete latest image operation.

Typically these are written to a http.Request.

func NewDeleteLatestImageParams

func NewDeleteLatestImageParams() *DeleteLatestImageParams

NewDeleteLatestImageParams creates a new DeleteLatestImageParams 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 NewDeleteLatestImageParamsWithContext

func NewDeleteLatestImageParamsWithContext(ctx context.Context) *DeleteLatestImageParams

NewDeleteLatestImageParamsWithContext creates a new DeleteLatestImageParams object with the ability to set a context for a request.

func NewDeleteLatestImageParamsWithHTTPClient

func NewDeleteLatestImageParamsWithHTTPClient(client *http.Client) *DeleteLatestImageParams

NewDeleteLatestImageParamsWithHTTPClient creates a new DeleteLatestImageParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteLatestImageParamsWithTimeout

func NewDeleteLatestImageParamsWithTimeout(timeout time.Duration) *DeleteLatestImageParams

NewDeleteLatestImageParamsWithTimeout creates a new DeleteLatestImageParams object with the ability to set a timeout on a request.

func (*DeleteLatestImageParams) SetContext

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

SetContext adds the context to the delete latest image params

func (*DeleteLatestImageParams) SetDefaults

func (o *DeleteLatestImageParams) SetDefaults()

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

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

func (*DeleteLatestImageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete latest image params

func (*DeleteLatestImageParams) SetID

func (o *DeleteLatestImageParams) SetID(id *string)

SetID adds the id to the delete latest image params

func (*DeleteLatestImageParams) SetTimeout

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

SetTimeout adds the timeout to the delete latest image params

func (*DeleteLatestImageParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the delete latest image params

func (*DeleteLatestImageParams) WithContext

WithContext adds the context to the delete latest image params

func (*DeleteLatestImageParams) WithDefaults

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

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

func (*DeleteLatestImageParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete latest image params

func (*DeleteLatestImageParams) WithID

WithID adds the id to the delete latest image params

func (*DeleteLatestImageParams) WithTimeout

WithTimeout adds the timeout to the delete latest image params

func (*DeleteLatestImageParams) WithXRequestID

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

WithXRequestID adds the xRequestID to the delete latest image params

func (*DeleteLatestImageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteLatestImageReader

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

DeleteLatestImageReader is a Reader for the DeleteLatestImage structure.

func (*DeleteLatestImageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteLatestImageUnauthorized

type DeleteLatestImageUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteLatestImageUnauthorized 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 NewDeleteLatestImageUnauthorized

func NewDeleteLatestImageUnauthorized() *DeleteLatestImageUnauthorized

NewDeleteLatestImageUnauthorized creates a DeleteLatestImageUnauthorized with default headers values

func (*DeleteLatestImageUnauthorized) Error

func (*DeleteLatestImageUnauthorized) GetPayload

type GetImageByNameForbidden

type GetImageByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
GetImageByNameForbidden 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-node level access permission for the operation or does not have access scope to the project.

func NewGetImageByNameForbidden

func NewGetImageByNameForbidden() *GetImageByNameForbidden

NewGetImageByNameForbidden creates a GetImageByNameForbidden with default headers values

func (*GetImageByNameForbidden) Error

func (o *GetImageByNameForbidden) Error() string

func (*GetImageByNameForbidden) GetPayload

type GetImageByNameGatewayTimeout

type GetImageByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
GetImageByNameGatewayTimeout 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 NewGetImageByNameGatewayTimeout

func NewGetImageByNameGatewayTimeout() *GetImageByNameGatewayTimeout

NewGetImageByNameGatewayTimeout creates a GetImageByNameGatewayTimeout with default headers values

func (*GetImageByNameGatewayTimeout) Error

func (*GetImageByNameGatewayTimeout) GetPayload

type GetImageByNameInternalServerError

type GetImageByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
GetImageByNameInternalServerError 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 NewGetImageByNameInternalServerError

func NewGetImageByNameInternalServerError() *GetImageByNameInternalServerError

NewGetImageByNameInternalServerError creates a GetImageByNameInternalServerError with default headers values

func (*GetImageByNameInternalServerError) Error

func (*GetImageByNameInternalServerError) GetPayload

type GetImageByNameNotFound

type GetImageByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
GetImageByNameNotFound 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 NewGetImageByNameNotFound

func NewGetImageByNameNotFound() *GetImageByNameNotFound

NewGetImageByNameNotFound creates a GetImageByNameNotFound with default headers values

func (*GetImageByNameNotFound) Error

func (o *GetImageByNameNotFound) Error() string

func (*GetImageByNameNotFound) GetPayload

type GetImageByNameOK

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

A successful response.

func NewGetImageByNameOK

func NewGetImageByNameOK() *GetImageByNameOK

NewGetImageByNameOK creates a GetImageByNameOK with default headers values

func (*GetImageByNameOK) Error

func (o *GetImageByNameOK) Error() string

func (*GetImageByNameOK) GetPayload

func (o *GetImageByNameOK) GetPayload() *swagger_models.ImageConfig

type GetImageByNameParams

type GetImageByNameParams struct {

	/* XRequestID.

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

	/* Name.

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

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

GetImageByNameParams contains all the parameters to send to the API endpoint

for the get image by name operation.

Typically these are written to a http.Request.

func NewGetImageByNameParams

func NewGetImageByNameParams() *GetImageByNameParams

NewGetImageByNameParams creates a new GetImageByNameParams 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 NewGetImageByNameParamsWithContext

func NewGetImageByNameParamsWithContext(ctx context.Context) *GetImageByNameParams

NewGetImageByNameParamsWithContext creates a new GetImageByNameParams object with the ability to set a context for a request.

func NewGetImageByNameParamsWithHTTPClient

func NewGetImageByNameParamsWithHTTPClient(client *http.Client) *GetImageByNameParams

NewGetImageByNameParamsWithHTTPClient creates a new GetImageByNameParams object with the ability to set a custom HTTPClient for a request.

func NewGetImageByNameParamsWithTimeout

func NewGetImageByNameParamsWithTimeout(timeout time.Duration) *GetImageByNameParams

NewGetImageByNameParamsWithTimeout creates a new GetImageByNameParams object with the ability to set a timeout on a request.

func (*GetImageByNameParams) SetContext

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

SetContext adds the context to the get image by name params

func (*GetImageByNameParams) SetDefaults

func (o *GetImageByNameParams) SetDefaults()

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

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

func (*GetImageByNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get image by name params

func (*GetImageByNameParams) SetName

func (o *GetImageByNameParams) SetName(name string)

SetName adds the name to the get image by name params

func (*GetImageByNameParams) SetTimeout

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

SetTimeout adds the timeout to the get image by name params

func (*GetImageByNameParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the get image by name params

func (*GetImageByNameParams) WithContext

WithContext adds the context to the get image by name params

func (*GetImageByNameParams) WithDefaults

func (o *GetImageByNameParams) WithDefaults() *GetImageByNameParams

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

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

func (*GetImageByNameParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get image by name params

func (*GetImageByNameParams) WithName

WithName adds the name to the get image by name params

func (*GetImageByNameParams) WithTimeout

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

WithTimeout adds the timeout to the get image by name params

func (*GetImageByNameParams) WithXRequestID

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

WithXRequestID adds the xRequestID to the get image by name params

func (*GetImageByNameParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetImageByNameReader

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

GetImageByNameReader is a Reader for the GetImageByName structure.

func (*GetImageByNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetImageByNameUnauthorized

type GetImageByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
GetImageByNameUnauthorized 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 NewGetImageByNameUnauthorized

func NewGetImageByNameUnauthorized() *GetImageByNameUnauthorized

NewGetImageByNameUnauthorized creates a GetImageByNameUnauthorized with default headers values

func (*GetImageByNameUnauthorized) Error

func (*GetImageByNameUnauthorized) GetPayload

type GetImageForbidden

type GetImageForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
GetImageForbidden 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-node level access permission for the operation or does not have access scope to the project.

func NewGetImageForbidden

func NewGetImageForbidden() *GetImageForbidden

NewGetImageForbidden creates a GetImageForbidden with default headers values

func (*GetImageForbidden) Error

func (o *GetImageForbidden) Error() string

func (*GetImageForbidden) GetPayload

type GetImageGatewayTimeout

type GetImageGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
GetImageGatewayTimeout 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 NewGetImageGatewayTimeout

func NewGetImageGatewayTimeout() *GetImageGatewayTimeout

NewGetImageGatewayTimeout creates a GetImageGatewayTimeout with default headers values

func (*GetImageGatewayTimeout) Error

func (o *GetImageGatewayTimeout) Error() string

func (*GetImageGatewayTimeout) GetPayload

type GetImageInternalServerError

type GetImageInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
GetImageInternalServerError 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 NewGetImageInternalServerError

func NewGetImageInternalServerError() *GetImageInternalServerError

NewGetImageInternalServerError creates a GetImageInternalServerError with default headers values

func (*GetImageInternalServerError) Error

func (*GetImageInternalServerError) GetPayload

type GetImageNotFound

type GetImageNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
GetImageNotFound 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 NewGetImageNotFound

func NewGetImageNotFound() *GetImageNotFound

NewGetImageNotFound creates a GetImageNotFound with default headers values

func (*GetImageNotFound) Error

func (o *GetImageNotFound) Error() string

func (*GetImageNotFound) GetPayload

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

type GetImageOK

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

A successful response.

func NewGetImageOK

func NewGetImageOK() *GetImageOK

NewGetImageOK creates a GetImageOK with default headers values

func (*GetImageOK) Error

func (o *GetImageOK) Error() string

func (*GetImageOK) GetPayload

func (o *GetImageOK) GetPayload() *swagger_models.ImageConfig

type GetImageParams

type GetImageParams struct {

	/* XRequestID.

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

	/* ID.

	   System defined universally unique Id of the image
	*/
	ID string

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

GetImageParams contains all the parameters to send to the API endpoint

for the get image operation.

Typically these are written to a http.Request.

func NewGetImageParams

func NewGetImageParams() *GetImageParams

NewGetImageParams creates a new GetImageParams 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 NewGetImageParamsWithContext

func NewGetImageParamsWithContext(ctx context.Context) *GetImageParams

NewGetImageParamsWithContext creates a new GetImageParams object with the ability to set a context for a request.

func NewGetImageParamsWithHTTPClient

func NewGetImageParamsWithHTTPClient(client *http.Client) *GetImageParams

NewGetImageParamsWithHTTPClient creates a new GetImageParams object with the ability to set a custom HTTPClient for a request.

func NewGetImageParamsWithTimeout

func NewGetImageParamsWithTimeout(timeout time.Duration) *GetImageParams

NewGetImageParamsWithTimeout creates a new GetImageParams object with the ability to set a timeout on a request.

func (*GetImageParams) SetContext

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

SetContext adds the context to the get image params

func (*GetImageParams) SetDefaults

func (o *GetImageParams) SetDefaults()

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

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

func (*GetImageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get image params

func (*GetImageParams) SetID

func (o *GetImageParams) SetID(id string)

SetID adds the id to the get image params

func (*GetImageParams) SetTimeout

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

SetTimeout adds the timeout to the get image params

func (*GetImageParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the get image params

func (*GetImageParams) WithContext

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

WithContext adds the context to the get image params

func (*GetImageParams) WithDefaults

func (o *GetImageParams) WithDefaults() *GetImageParams

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

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

func (*GetImageParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get image params

func (*GetImageParams) WithID

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

WithID adds the id to the get image params

func (*GetImageParams) WithTimeout

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

WithTimeout adds the timeout to the get image params

func (*GetImageParams) WithXRequestID

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

WithXRequestID adds the xRequestID to the get image params

func (*GetImageParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetImageReader

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

GetImageReader is a Reader for the GetImage structure.

func (*GetImageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetImageUnauthorized

type GetImageUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
GetImageUnauthorized 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 NewGetImageUnauthorized

func NewGetImageUnauthorized() *GetImageUnauthorized

NewGetImageUnauthorized creates a GetImageUnauthorized with default headers values

func (*GetImageUnauthorized) Error

func (o *GetImageUnauthorized) Error() string

func (*GetImageUnauthorized) GetPayload

type GetLatestImageVersionForbidden

type GetLatestImageVersionForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
GetLatestImageVersionForbidden 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-node level access permission for the operation or does not have access scope to the project.

func NewGetLatestImageVersionForbidden

func NewGetLatestImageVersionForbidden() *GetLatestImageVersionForbidden

NewGetLatestImageVersionForbidden creates a GetLatestImageVersionForbidden with default headers values

func (*GetLatestImageVersionForbidden) Error

func (*GetLatestImageVersionForbidden) GetPayload

type GetLatestImageVersionGatewayTimeout

type GetLatestImageVersionGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
GetLatestImageVersionGatewayTimeout 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 NewGetLatestImageVersionGatewayTimeout

func NewGetLatestImageVersionGatewayTimeout() *GetLatestImageVersionGatewayTimeout

NewGetLatestImageVersionGatewayTimeout creates a GetLatestImageVersionGatewayTimeout with default headers values

func (*GetLatestImageVersionGatewayTimeout) Error

func (*GetLatestImageVersionGatewayTimeout) GetPayload

type GetLatestImageVersionInternalServerError

type GetLatestImageVersionInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
GetLatestImageVersionInternalServerError 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 NewGetLatestImageVersionInternalServerError

func NewGetLatestImageVersionInternalServerError() *GetLatestImageVersionInternalServerError

NewGetLatestImageVersionInternalServerError creates a GetLatestImageVersionInternalServerError with default headers values

func (*GetLatestImageVersionInternalServerError) Error

func (*GetLatestImageVersionInternalServerError) GetPayload

type GetLatestImageVersionNotFound

type GetLatestImageVersionNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
GetLatestImageVersionNotFound 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 NewGetLatestImageVersionNotFound

func NewGetLatestImageVersionNotFound() *GetLatestImageVersionNotFound

NewGetLatestImageVersionNotFound creates a GetLatestImageVersionNotFound with default headers values

func (*GetLatestImageVersionNotFound) Error

func (*GetLatestImageVersionNotFound) GetPayload

type GetLatestImageVersionOK

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

A successful response.

func NewGetLatestImageVersionOK

func NewGetLatestImageVersionOK() *GetLatestImageVersionOK

NewGetLatestImageVersionOK creates a GetLatestImageVersionOK with default headers values

func (*GetLatestImageVersionOK) Error

func (o *GetLatestImageVersionOK) Error() string

func (*GetLatestImageVersionOK) GetPayload

type GetLatestImageVersionParams

type GetLatestImageVersionParams struct {

	/* XRequestID.

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

	// EnterpriseID.
	EnterpriseID *string

	/* ImageArch.

	   Image architecture to be matched : 'AMD64' or 'ARM64'.
	*/
	ImageArch string

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

GetLatestImageVersionParams contains all the parameters to send to the API endpoint

for the get latest image version operation.

Typically these are written to a http.Request.

func NewGetLatestImageVersionParams

func NewGetLatestImageVersionParams() *GetLatestImageVersionParams

NewGetLatestImageVersionParams creates a new GetLatestImageVersionParams 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 NewGetLatestImageVersionParamsWithContext

func NewGetLatestImageVersionParamsWithContext(ctx context.Context) *GetLatestImageVersionParams

NewGetLatestImageVersionParamsWithContext creates a new GetLatestImageVersionParams object with the ability to set a context for a request.

func NewGetLatestImageVersionParamsWithHTTPClient

func NewGetLatestImageVersionParamsWithHTTPClient(client *http.Client) *GetLatestImageVersionParams

NewGetLatestImageVersionParamsWithHTTPClient creates a new GetLatestImageVersionParams object with the ability to set a custom HTTPClient for a request.

func NewGetLatestImageVersionParamsWithTimeout

func NewGetLatestImageVersionParamsWithTimeout(timeout time.Duration) *GetLatestImageVersionParams

NewGetLatestImageVersionParamsWithTimeout creates a new GetLatestImageVersionParams object with the ability to set a timeout on a request.

func (*GetLatestImageVersionParams) SetContext

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

SetContext adds the context to the get latest image version params

func (*GetLatestImageVersionParams) SetDefaults

func (o *GetLatestImageVersionParams) SetDefaults()

SetDefaults hydrates default values in the get latest image version params (not the query body).

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

func (*GetLatestImageVersionParams) SetEnterpriseID

func (o *GetLatestImageVersionParams) SetEnterpriseID(enterpriseID *string)

SetEnterpriseID adds the enterpriseId to the get latest image version params

func (*GetLatestImageVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get latest image version params

func (*GetLatestImageVersionParams) SetImageArch

func (o *GetLatestImageVersionParams) SetImageArch(imageArch string)

SetImageArch adds the imageArch to the get latest image version params

func (*GetLatestImageVersionParams) SetTimeout

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

SetTimeout adds the timeout to the get latest image version params

func (*GetLatestImageVersionParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the get latest image version params

func (*GetLatestImageVersionParams) WithContext

WithContext adds the context to the get latest image version params

func (*GetLatestImageVersionParams) WithDefaults

WithDefaults hydrates default values in the get latest image version params (not the query body).

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

func (*GetLatestImageVersionParams) WithEnterpriseID

func (o *GetLatestImageVersionParams) WithEnterpriseID(enterpriseID *string) *GetLatestImageVersionParams

WithEnterpriseID adds the enterpriseID to the get latest image version params

func (*GetLatestImageVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get latest image version params

func (*GetLatestImageVersionParams) WithImageArch

func (o *GetLatestImageVersionParams) WithImageArch(imageArch string) *GetLatestImageVersionParams

WithImageArch adds the imageArch to the get latest image version params

func (*GetLatestImageVersionParams) WithTimeout

WithTimeout adds the timeout to the get latest image version params

func (*GetLatestImageVersionParams) WithXRequestID

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

WithXRequestID adds the xRequestID to the get latest image version params

func (*GetLatestImageVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLatestImageVersionReader

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

GetLatestImageVersionReader is a Reader for the GetLatestImageVersion structure.

func (*GetLatestImageVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLatestImageVersionUnauthorized

type GetLatestImageVersionUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
GetLatestImageVersionUnauthorized 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 NewGetLatestImageVersionUnauthorized

func NewGetLatestImageVersionUnauthorized() *GetLatestImageVersionUnauthorized

NewGetLatestImageVersionUnauthorized creates a GetLatestImageVersionUnauthorized with default headers values

func (*GetLatestImageVersionUnauthorized) Error

func (*GetLatestImageVersionUnauthorized) GetPayload

type MarkEveImageLatest2BadRequest

type MarkEveImageLatest2BadRequest struct {
	Payload *swagger_models.ZsrvResponse
}
MarkEveImageLatest2BadRequest 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 NewMarkEveImageLatest2BadRequest

func NewMarkEveImageLatest2BadRequest() *MarkEveImageLatest2BadRequest

NewMarkEveImageLatest2BadRequest creates a MarkEveImageLatest2BadRequest with default headers values

func (*MarkEveImageLatest2BadRequest) Error

func (*MarkEveImageLatest2BadRequest) GetPayload

type MarkEveImageLatest2Forbidden

type MarkEveImageLatest2Forbidden struct {
	Payload *swagger_models.ZsrvResponse
}
MarkEveImageLatest2Forbidden 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-node level access permission for the operation or does not have access scope to the project.

func NewMarkEveImageLatest2Forbidden

func NewMarkEveImageLatest2Forbidden() *MarkEveImageLatest2Forbidden

NewMarkEveImageLatest2Forbidden creates a MarkEveImageLatest2Forbidden with default headers values

func (*MarkEveImageLatest2Forbidden) Error

func (*MarkEveImageLatest2Forbidden) GetPayload

type MarkEveImageLatest2GatewayTimeout

type MarkEveImageLatest2GatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
MarkEveImageLatest2GatewayTimeout 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 NewMarkEveImageLatest2GatewayTimeout

func NewMarkEveImageLatest2GatewayTimeout() *MarkEveImageLatest2GatewayTimeout

NewMarkEveImageLatest2GatewayTimeout creates a MarkEveImageLatest2GatewayTimeout with default headers values

func (*MarkEveImageLatest2GatewayTimeout) Error

func (*MarkEveImageLatest2GatewayTimeout) GetPayload

type MarkEveImageLatest2InternalServerError

type MarkEveImageLatest2InternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
MarkEveImageLatest2InternalServerError 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 NewMarkEveImageLatest2InternalServerError

func NewMarkEveImageLatest2InternalServerError() *MarkEveImageLatest2InternalServerError

NewMarkEveImageLatest2InternalServerError creates a MarkEveImageLatest2InternalServerError with default headers values

func (*MarkEveImageLatest2InternalServerError) Error

func (*MarkEveImageLatest2InternalServerError) GetPayload

type MarkEveImageLatest2NotFound

type MarkEveImageLatest2NotFound struct {
	Payload *swagger_models.ZsrvResponse
}
MarkEveImageLatest2NotFound 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 NewMarkEveImageLatest2NotFound

func NewMarkEveImageLatest2NotFound() *MarkEveImageLatest2NotFound

NewMarkEveImageLatest2NotFound creates a MarkEveImageLatest2NotFound with default headers values

func (*MarkEveImageLatest2NotFound) Error

func (*MarkEveImageLatest2NotFound) GetPayload

type MarkEveImageLatest2OK

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

A successful response.

func NewMarkEveImageLatest2OK

func NewMarkEveImageLatest2OK() *MarkEveImageLatest2OK

NewMarkEveImageLatest2OK creates a MarkEveImageLatest2OK with default headers values

func (*MarkEveImageLatest2OK) Error

func (o *MarkEveImageLatest2OK) Error() string

func (*MarkEveImageLatest2OK) GetPayload

type MarkEveImageLatest2Params

type MarkEveImageLatest2Params struct {

	/* XRequestID.

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

	// Body.
	Body *swagger_models.ImageConfig

	/* ImageArch.

	   Image Architecture.
	*/
	ImageArch string

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

MarkEveImageLatest2Params contains all the parameters to send to the API endpoint

for the mark eve image latest2 operation.

Typically these are written to a http.Request.

func NewMarkEveImageLatest2Params

func NewMarkEveImageLatest2Params() *MarkEveImageLatest2Params

NewMarkEveImageLatest2Params creates a new MarkEveImageLatest2Params 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 NewMarkEveImageLatest2ParamsWithContext

func NewMarkEveImageLatest2ParamsWithContext(ctx context.Context) *MarkEveImageLatest2Params

NewMarkEveImageLatest2ParamsWithContext creates a new MarkEveImageLatest2Params object with the ability to set a context for a request.

func NewMarkEveImageLatest2ParamsWithHTTPClient

func NewMarkEveImageLatest2ParamsWithHTTPClient(client *http.Client) *MarkEveImageLatest2Params

NewMarkEveImageLatest2ParamsWithHTTPClient creates a new MarkEveImageLatest2Params object with the ability to set a custom HTTPClient for a request.

func NewMarkEveImageLatest2ParamsWithTimeout

func NewMarkEveImageLatest2ParamsWithTimeout(timeout time.Duration) *MarkEveImageLatest2Params

NewMarkEveImageLatest2ParamsWithTimeout creates a new MarkEveImageLatest2Params object with the ability to set a timeout on a request.

func (*MarkEveImageLatest2Params) SetBody

SetBody adds the body to the mark eve image latest2 params

func (*MarkEveImageLatest2Params) SetContext

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

SetContext adds the context to the mark eve image latest2 params

func (*MarkEveImageLatest2Params) SetDefaults

func (o *MarkEveImageLatest2Params) SetDefaults()

SetDefaults hydrates default values in the mark eve image latest2 params (not the query body).

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

func (*MarkEveImageLatest2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the mark eve image latest2 params

func (*MarkEveImageLatest2Params) SetImageArch

func (o *MarkEveImageLatest2Params) SetImageArch(imageArch string)

SetImageArch adds the imageArch to the mark eve image latest2 params

func (*MarkEveImageLatest2Params) SetTimeout

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

SetTimeout adds the timeout to the mark eve image latest2 params

func (*MarkEveImageLatest2Params) SetXRequestID

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

SetXRequestID adds the xRequestId to the mark eve image latest2 params

func (*MarkEveImageLatest2Params) WithBody

WithBody adds the body to the mark eve image latest2 params

func (*MarkEveImageLatest2Params) WithContext

WithContext adds the context to the mark eve image latest2 params

func (*MarkEveImageLatest2Params) WithDefaults

WithDefaults hydrates default values in the mark eve image latest2 params (not the query body).

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

func (*MarkEveImageLatest2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the mark eve image latest2 params

func (*MarkEveImageLatest2Params) WithImageArch

func (o *MarkEveImageLatest2Params) WithImageArch(imageArch string) *MarkEveImageLatest2Params

WithImageArch adds the imageArch to the mark eve image latest2 params

func (*MarkEveImageLatest2Params) WithTimeout

WithTimeout adds the timeout to the mark eve image latest2 params

func (*MarkEveImageLatest2Params) WithXRequestID

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

WithXRequestID adds the xRequestID to the mark eve image latest2 params

func (*MarkEveImageLatest2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type MarkEveImageLatest2Reader

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

MarkEveImageLatest2Reader is a Reader for the MarkEveImageLatest2 structure.

func (*MarkEveImageLatest2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MarkEveImageLatest2Unauthorized

type MarkEveImageLatest2Unauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
MarkEveImageLatest2Unauthorized 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 NewMarkEveImageLatest2Unauthorized

func NewMarkEveImageLatest2Unauthorized() *MarkEveImageLatest2Unauthorized

NewMarkEveImageLatest2Unauthorized creates a MarkEveImageLatest2Unauthorized with default headers values

func (*MarkEveImageLatest2Unauthorized) Error

func (*MarkEveImageLatest2Unauthorized) GetPayload

type MarkEveImageLatestBadRequest

type MarkEveImageLatestBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}
MarkEveImageLatestBadRequest 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 NewMarkEveImageLatestBadRequest

func NewMarkEveImageLatestBadRequest() *MarkEveImageLatestBadRequest

NewMarkEveImageLatestBadRequest creates a MarkEveImageLatestBadRequest with default headers values

func (*MarkEveImageLatestBadRequest) Error

func (*MarkEveImageLatestBadRequest) GetPayload

type MarkEveImageLatestForbidden

type MarkEveImageLatestForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
MarkEveImageLatestForbidden 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-node level access permission for the operation or does not have access scope to the project.

func NewMarkEveImageLatestForbidden

func NewMarkEveImageLatestForbidden() *MarkEveImageLatestForbidden

NewMarkEveImageLatestForbidden creates a MarkEveImageLatestForbidden with default headers values

func (*MarkEveImageLatestForbidden) Error

func (*MarkEveImageLatestForbidden) GetPayload

type MarkEveImageLatestGatewayTimeout

type MarkEveImageLatestGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
MarkEveImageLatestGatewayTimeout 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 NewMarkEveImageLatestGatewayTimeout

func NewMarkEveImageLatestGatewayTimeout() *MarkEveImageLatestGatewayTimeout

NewMarkEveImageLatestGatewayTimeout creates a MarkEveImageLatestGatewayTimeout with default headers values

func (*MarkEveImageLatestGatewayTimeout) Error

func (*MarkEveImageLatestGatewayTimeout) GetPayload

type MarkEveImageLatestInternalServerError

type MarkEveImageLatestInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
MarkEveImageLatestInternalServerError 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 NewMarkEveImageLatestInternalServerError

func NewMarkEveImageLatestInternalServerError() *MarkEveImageLatestInternalServerError

NewMarkEveImageLatestInternalServerError creates a MarkEveImageLatestInternalServerError with default headers values

func (*MarkEveImageLatestInternalServerError) Error

func (*MarkEveImageLatestInternalServerError) GetPayload

type MarkEveImageLatestNotFound

type MarkEveImageLatestNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
MarkEveImageLatestNotFound 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 NewMarkEveImageLatestNotFound

func NewMarkEveImageLatestNotFound() *MarkEveImageLatestNotFound

NewMarkEveImageLatestNotFound creates a MarkEveImageLatestNotFound with default headers values

func (*MarkEveImageLatestNotFound) Error

func (*MarkEveImageLatestNotFound) GetPayload

type MarkEveImageLatestOK

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

A successful response.

func NewMarkEveImageLatestOK

func NewMarkEveImageLatestOK() *MarkEveImageLatestOK

NewMarkEveImageLatestOK creates a MarkEveImageLatestOK with default headers values

func (*MarkEveImageLatestOK) Error

func (o *MarkEveImageLatestOK) Error() string

func (*MarkEveImageLatestOK) GetPayload

type MarkEveImageLatestParams

type MarkEveImageLatestParams struct {

	/* XRequestID.

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

	// Body.
	Body *swagger_models.ImageConfig

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

MarkEveImageLatestParams contains all the parameters to send to the API endpoint

for the mark eve image latest operation.

Typically these are written to a http.Request.

func NewMarkEveImageLatestParams

func NewMarkEveImageLatestParams() *MarkEveImageLatestParams

NewMarkEveImageLatestParams creates a new MarkEveImageLatestParams 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 NewMarkEveImageLatestParamsWithContext

func NewMarkEveImageLatestParamsWithContext(ctx context.Context) *MarkEveImageLatestParams

NewMarkEveImageLatestParamsWithContext creates a new MarkEveImageLatestParams object with the ability to set a context for a request.

func NewMarkEveImageLatestParamsWithHTTPClient

func NewMarkEveImageLatestParamsWithHTTPClient(client *http.Client) *MarkEveImageLatestParams

NewMarkEveImageLatestParamsWithHTTPClient creates a new MarkEveImageLatestParams object with the ability to set a custom HTTPClient for a request.

func NewMarkEveImageLatestParamsWithTimeout

func NewMarkEveImageLatestParamsWithTimeout(timeout time.Duration) *MarkEveImageLatestParams

NewMarkEveImageLatestParamsWithTimeout creates a new MarkEveImageLatestParams object with the ability to set a timeout on a request.

func (*MarkEveImageLatestParams) SetBody

SetBody adds the body to the mark eve image latest params

func (*MarkEveImageLatestParams) SetContext

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

SetContext adds the context to the mark eve image latest params

func (*MarkEveImageLatestParams) SetDefaults

func (o *MarkEveImageLatestParams) SetDefaults()

SetDefaults hydrates default values in the mark eve image latest params (not the query body).

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

func (*MarkEveImageLatestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the mark eve image latest params

func (*MarkEveImageLatestParams) SetTimeout

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

SetTimeout adds the timeout to the mark eve image latest params

func (*MarkEveImageLatestParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the mark eve image latest params

func (*MarkEveImageLatestParams) WithBody

WithBody adds the body to the mark eve image latest params

func (*MarkEveImageLatestParams) WithContext

WithContext adds the context to the mark eve image latest params

func (*MarkEveImageLatestParams) WithDefaults

WithDefaults hydrates default values in the mark eve image latest params (not the query body).

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

func (*MarkEveImageLatestParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the mark eve image latest params

func (*MarkEveImageLatestParams) WithTimeout

WithTimeout adds the timeout to the mark eve image latest params

func (*MarkEveImageLatestParams) WithXRequestID

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

WithXRequestID adds the xRequestID to the mark eve image latest params

func (*MarkEveImageLatestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MarkEveImageLatestReader

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

MarkEveImageLatestReader is a Reader for the MarkEveImageLatest structure.

func (*MarkEveImageLatestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MarkEveImageLatestUnauthorized

type MarkEveImageLatestUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
MarkEveImageLatestUnauthorized 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 NewMarkEveImageLatestUnauthorized

func NewMarkEveImageLatestUnauthorized() *MarkEveImageLatestUnauthorized

NewMarkEveImageLatestUnauthorized creates a MarkEveImageLatestUnauthorized with default headers values

func (*MarkEveImageLatestUnauthorized) Error

func (*MarkEveImageLatestUnauthorized) GetPayload

type QueryImagesBadRequest

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

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

func NewQueryImagesBadRequest

func NewQueryImagesBadRequest() *QueryImagesBadRequest

NewQueryImagesBadRequest creates a QueryImagesBadRequest with default headers values

func (*QueryImagesBadRequest) Error

func (o *QueryImagesBadRequest) Error() string

func (*QueryImagesBadRequest) GetPayload

type QueryImagesForbidden

type QueryImagesForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
QueryImagesForbidden 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-node level access permission for the operation or does not have access scope to the project.

func NewQueryImagesForbidden

func NewQueryImagesForbidden() *QueryImagesForbidden

NewQueryImagesForbidden creates a QueryImagesForbidden with default headers values

func (*QueryImagesForbidden) Error

func (o *QueryImagesForbidden) Error() string

func (*QueryImagesForbidden) GetPayload

type QueryImagesGatewayTimeout

type QueryImagesGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
QueryImagesGatewayTimeout 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 NewQueryImagesGatewayTimeout

func NewQueryImagesGatewayTimeout() *QueryImagesGatewayTimeout

NewQueryImagesGatewayTimeout creates a QueryImagesGatewayTimeout with default headers values

func (*QueryImagesGatewayTimeout) Error

func (o *QueryImagesGatewayTimeout) Error() string

func (*QueryImagesGatewayTimeout) GetPayload

type QueryImagesInternalServerError

type QueryImagesInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
QueryImagesInternalServerError 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 NewQueryImagesInternalServerError

func NewQueryImagesInternalServerError() *QueryImagesInternalServerError

NewQueryImagesInternalServerError creates a QueryImagesInternalServerError with default headers values

func (*QueryImagesInternalServerError) Error

func (*QueryImagesInternalServerError) GetPayload

type QueryImagesOK

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

A successful response.

func NewQueryImagesOK

func NewQueryImagesOK() *QueryImagesOK

NewQueryImagesOK creates a QueryImagesOK with default headers values

func (*QueryImagesOK) Error

func (o *QueryImagesOK) Error() string

func (*QueryImagesOK) GetPayload

func (o *QueryImagesOK) GetPayload() *swagger_models.Images

type QueryImagesParams

type QueryImagesParams struct {

	/* XRequestID.

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

	/* FilterDatastoreID.

	   Datastore id to be matched.
	*/
	FilterDatastoreID *string

	/* FilterImageArch.

	   Image architecture to be matched.

	   Default: "UNSPECIFIED"
	*/
	FilterImageArch *string

	/* FilterImageStatus.

	    Image status to be matched.

	- IMAGE_STATUS_CREATED: Image metadata is created
	- IMAGE_STATUS_UPLOADING: Image binary is being uploaded to Datstore
	- IMAGE_STATUS_READY: Image is ready for download
	- IMAGE_STATUS_INUSE: Image is being used by edge applications
	- IMAGE_STATUS_FAILED: Image binary upload has failed
	- IMAGE_STATUS_UPLINKING: Image metadata is being uplinked with Datstore binary

	    Default: "IMAGE_STATUS_UNSPECIFIED"
	*/
	FilterImageStatus *string

	/* FilterImageType.

	    Image type to ne matched.

	- IMAGE_TYPE_EVE: Base OS images for edge gateway
	- IMAGE_TYPE_APPLICATION: Edge application images
	- IMAGE_TYPE_EVEPRIVATE: Private Base OS images for edge gateway

	    Default: "IMAGE_TYPE_UNSPECIFIED"
	*/
	FilterImageType *string

	/* FilterNamePattern.

	   Image name pattern to be matched.
	*/
	FilterNamePattern *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 of the records required

	   Format: boolean
	*/
	Summary *bool

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

QueryImagesParams contains all the parameters to send to the API endpoint

for the query images operation.

Typically these are written to a http.Request.

func NewQueryImagesParams

func NewQueryImagesParams() *QueryImagesParams

NewQueryImagesParams creates a new QueryImagesParams 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 NewQueryImagesParamsWithContext

func NewQueryImagesParamsWithContext(ctx context.Context) *QueryImagesParams

NewQueryImagesParamsWithContext creates a new QueryImagesParams object with the ability to set a context for a request.

func NewQueryImagesParamsWithHTTPClient

func NewQueryImagesParamsWithHTTPClient(client *http.Client) *QueryImagesParams

NewQueryImagesParamsWithHTTPClient creates a new QueryImagesParams object with the ability to set a custom HTTPClient for a request.

func NewQueryImagesParamsWithTimeout

func NewQueryImagesParamsWithTimeout(timeout time.Duration) *QueryImagesParams

NewQueryImagesParamsWithTimeout creates a new QueryImagesParams object with the ability to set a timeout on a request.

func (*QueryImagesParams) SetContext

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

SetContext adds the context to the query images params

func (*QueryImagesParams) SetDefaults

func (o *QueryImagesParams) SetDefaults()

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

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

func (*QueryImagesParams) SetFilterDatastoreID

func (o *QueryImagesParams) SetFilterDatastoreID(filterDatastoreID *string)

SetFilterDatastoreID adds the filterDatastoreId to the query images params

func (*QueryImagesParams) SetFilterImageArch

func (o *QueryImagesParams) SetFilterImageArch(filterImageArch *string)

SetFilterImageArch adds the filterImageArch to the query images params

func (*QueryImagesParams) SetFilterImageStatus

func (o *QueryImagesParams) SetFilterImageStatus(filterImageStatus *string)

SetFilterImageStatus adds the filterImageStatus to the query images params

func (*QueryImagesParams) SetFilterImageType

func (o *QueryImagesParams) SetFilterImageType(filterImageType *string)

SetFilterImageType adds the filterImageType to the query images params

func (*QueryImagesParams) SetFilterNamePattern

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

SetFilterNamePattern adds the filterNamePattern to the query images params

func (*QueryImagesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query images params

func (*QueryImagesParams) SetNextOrderBy

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

SetNextOrderBy adds the nextOrderBy to the query images params

func (*QueryImagesParams) SetNextPageNum

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

SetNextPageNum adds the nextPageNum to the query images params

func (*QueryImagesParams) SetNextPageSize

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

SetNextPageSize adds the nextPageSize to the query images params

func (*QueryImagesParams) SetNextPageToken

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

SetNextPageToken adds the nextPageToken to the query images params

func (*QueryImagesParams) SetNextTotalPages

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

SetNextTotalPages adds the nextTotalPages to the query images params

func (*QueryImagesParams) SetSummary

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

SetSummary adds the summary to the query images params

func (*QueryImagesParams) SetTimeout

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

SetTimeout adds the timeout to the query images params

func (*QueryImagesParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the query images params

func (*QueryImagesParams) WithContext

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

WithContext adds the context to the query images params

func (*QueryImagesParams) WithDefaults

func (o *QueryImagesParams) WithDefaults() *QueryImagesParams

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

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

func (*QueryImagesParams) WithFilterDatastoreID

func (o *QueryImagesParams) WithFilterDatastoreID(filterDatastoreID *string) *QueryImagesParams

WithFilterDatastoreID adds the filterDatastoreID to the query images params

func (*QueryImagesParams) WithFilterImageArch

func (o *QueryImagesParams) WithFilterImageArch(filterImageArch *string) *QueryImagesParams

WithFilterImageArch adds the filterImageArch to the query images params

func (*QueryImagesParams) WithFilterImageStatus

func (o *QueryImagesParams) WithFilterImageStatus(filterImageStatus *string) *QueryImagesParams

WithFilterImageStatus adds the filterImageStatus to the query images params

func (*QueryImagesParams) WithFilterImageType

func (o *QueryImagesParams) WithFilterImageType(filterImageType *string) *QueryImagesParams

WithFilterImageType adds the filterImageType to the query images params

func (*QueryImagesParams) WithFilterNamePattern

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

WithFilterNamePattern adds the filterNamePattern to the query images params

func (*QueryImagesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the query images params

func (*QueryImagesParams) WithNextOrderBy

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

WithNextOrderBy adds the nextOrderBy to the query images params

func (*QueryImagesParams) WithNextPageNum

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

WithNextPageNum adds the nextPageNum to the query images params

func (*QueryImagesParams) WithNextPageSize

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

WithNextPageSize adds the nextPageSize to the query images params

func (*QueryImagesParams) WithNextPageToken

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

WithNextPageToken adds the nextPageToken to the query images params

func (*QueryImagesParams) WithNextTotalPages

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

WithNextTotalPages adds the nextTotalPages to the query images params

func (*QueryImagesParams) WithSummary

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

WithSummary adds the summary to the query images params

func (*QueryImagesParams) WithTimeout

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

WithTimeout adds the timeout to the query images params

func (*QueryImagesParams) WithXRequestID

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

WithXRequestID adds the xRequestID to the query images params

func (*QueryImagesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type QueryImagesReader

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

QueryImagesReader is a Reader for the QueryImages structure.

func (*QueryImagesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryImagesUnauthorized

type QueryImagesUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
QueryImagesUnauthorized 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 NewQueryImagesUnauthorized

func NewQueryImagesUnauthorized() *QueryImagesUnauthorized

NewQueryImagesUnauthorized creates a QueryImagesUnauthorized with default headers values

func (*QueryImagesUnauthorized) Error

func (o *QueryImagesUnauthorized) Error() string

func (*QueryImagesUnauthorized) GetPayload

type QueryLatestImageVersionsBadRequest

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

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

func NewQueryLatestImageVersionsBadRequest

func NewQueryLatestImageVersionsBadRequest() *QueryLatestImageVersionsBadRequest

NewQueryLatestImageVersionsBadRequest creates a QueryLatestImageVersionsBadRequest with default headers values

func (*QueryLatestImageVersionsBadRequest) Error

func (*QueryLatestImageVersionsBadRequest) GetPayload

type QueryLatestImageVersionsForbidden

type QueryLatestImageVersionsForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
QueryLatestImageVersionsForbidden 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-node level access permission for the operation or does not have access scope to the project.

func NewQueryLatestImageVersionsForbidden

func NewQueryLatestImageVersionsForbidden() *QueryLatestImageVersionsForbidden

NewQueryLatestImageVersionsForbidden creates a QueryLatestImageVersionsForbidden with default headers values

func (*QueryLatestImageVersionsForbidden) Error

func (*QueryLatestImageVersionsForbidden) GetPayload

type QueryLatestImageVersionsGatewayTimeout

type QueryLatestImageVersionsGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
QueryLatestImageVersionsGatewayTimeout 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 NewQueryLatestImageVersionsGatewayTimeout

func NewQueryLatestImageVersionsGatewayTimeout() *QueryLatestImageVersionsGatewayTimeout

NewQueryLatestImageVersionsGatewayTimeout creates a QueryLatestImageVersionsGatewayTimeout with default headers values

func (*QueryLatestImageVersionsGatewayTimeout) Error

func (*QueryLatestImageVersionsGatewayTimeout) GetPayload

type QueryLatestImageVersionsInternalServerError

type QueryLatestImageVersionsInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
QueryLatestImageVersionsInternalServerError 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 NewQueryLatestImageVersionsInternalServerError

func NewQueryLatestImageVersionsInternalServerError() *QueryLatestImageVersionsInternalServerError

NewQueryLatestImageVersionsInternalServerError creates a QueryLatestImageVersionsInternalServerError with default headers values

func (*QueryLatestImageVersionsInternalServerError) Error

func (*QueryLatestImageVersionsInternalServerError) GetPayload

type QueryLatestImageVersionsOK

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

A successful response.

func NewQueryLatestImageVersionsOK

func NewQueryLatestImageVersionsOK() *QueryLatestImageVersionsOK

NewQueryLatestImageVersionsOK creates a QueryLatestImageVersionsOK with default headers values

func (*QueryLatestImageVersionsOK) Error

func (*QueryLatestImageVersionsOK) GetPayload

type QueryLatestImageVersionsParams

type QueryLatestImageVersionsParams struct {

	/* XRequestID.

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

	/* FilterNamePattern.

	   Image Architecture pattern to be matched.
	*/
	FilterNamePattern *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 of the records required

	   Format: boolean
	*/
	Summary *bool

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

QueryLatestImageVersionsParams contains all the parameters to send to the API endpoint

for the query latest image versions operation.

Typically these are written to a http.Request.

func NewQueryLatestImageVersionsParams

func NewQueryLatestImageVersionsParams() *QueryLatestImageVersionsParams

NewQueryLatestImageVersionsParams creates a new QueryLatestImageVersionsParams 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 NewQueryLatestImageVersionsParamsWithContext

func NewQueryLatestImageVersionsParamsWithContext(ctx context.Context) *QueryLatestImageVersionsParams

NewQueryLatestImageVersionsParamsWithContext creates a new QueryLatestImageVersionsParams object with the ability to set a context for a request.

func NewQueryLatestImageVersionsParamsWithHTTPClient

func NewQueryLatestImageVersionsParamsWithHTTPClient(client *http.Client) *QueryLatestImageVersionsParams

NewQueryLatestImageVersionsParamsWithHTTPClient creates a new QueryLatestImageVersionsParams object with the ability to set a custom HTTPClient for a request.

func NewQueryLatestImageVersionsParamsWithTimeout

func NewQueryLatestImageVersionsParamsWithTimeout(timeout time.Duration) *QueryLatestImageVersionsParams

NewQueryLatestImageVersionsParamsWithTimeout creates a new QueryLatestImageVersionsParams object with the ability to set a timeout on a request.

func (*QueryLatestImageVersionsParams) SetContext

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

SetContext adds the context to the query latest image versions params

func (*QueryLatestImageVersionsParams) SetDefaults

func (o *QueryLatestImageVersionsParams) SetDefaults()

SetDefaults hydrates default values in the query latest image versions params (not the query body).

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

func (*QueryLatestImageVersionsParams) SetFilterNamePattern

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

SetFilterNamePattern adds the filterNamePattern to the query latest image versions params

func (*QueryLatestImageVersionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query latest image versions params

func (*QueryLatestImageVersionsParams) SetNextOrderBy

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

SetNextOrderBy adds the nextOrderBy to the query latest image versions params

func (*QueryLatestImageVersionsParams) SetNextPageNum

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

SetNextPageNum adds the nextPageNum to the query latest image versions params

func (*QueryLatestImageVersionsParams) SetNextPageSize

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

SetNextPageSize adds the nextPageSize to the query latest image versions params

func (*QueryLatestImageVersionsParams) SetNextPageToken

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

SetNextPageToken adds the nextPageToken to the query latest image versions params

func (*QueryLatestImageVersionsParams) SetNextTotalPages

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

SetNextTotalPages adds the nextTotalPages to the query latest image versions params

func (*QueryLatestImageVersionsParams) SetSummary

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

SetSummary adds the summary to the query latest image versions params

func (*QueryLatestImageVersionsParams) SetTimeout

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

SetTimeout adds the timeout to the query latest image versions params

func (*QueryLatestImageVersionsParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the query latest image versions params

func (*QueryLatestImageVersionsParams) WithContext

WithContext adds the context to the query latest image versions params

func (*QueryLatestImageVersionsParams) WithDefaults

WithDefaults hydrates default values in the query latest image versions params (not the query body).

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

func (*QueryLatestImageVersionsParams) WithFilterNamePattern

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

WithFilterNamePattern adds the filterNamePattern to the query latest image versions params

func (*QueryLatestImageVersionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query latest image versions params

func (*QueryLatestImageVersionsParams) WithNextOrderBy

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

WithNextOrderBy adds the nextOrderBy to the query latest image versions params

func (*QueryLatestImageVersionsParams) WithNextPageNum

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

WithNextPageNum adds the nextPageNum to the query latest image versions params

func (*QueryLatestImageVersionsParams) WithNextPageSize

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

WithNextPageSize adds the nextPageSize to the query latest image versions params

func (*QueryLatestImageVersionsParams) WithNextPageToken

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

WithNextPageToken adds the nextPageToken to the query latest image versions params

func (*QueryLatestImageVersionsParams) WithNextTotalPages

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

WithNextTotalPages adds the nextTotalPages to the query latest image versions params

func (*QueryLatestImageVersionsParams) WithSummary

WithSummary adds the summary to the query latest image versions params

func (*QueryLatestImageVersionsParams) WithTimeout

WithTimeout adds the timeout to the query latest image versions params

func (*QueryLatestImageVersionsParams) WithXRequestID

WithXRequestID adds the xRequestID to the query latest image versions params

func (*QueryLatestImageVersionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryLatestImageVersionsReader

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

QueryLatestImageVersionsReader is a Reader for the QueryLatestImageVersions structure.

func (*QueryLatestImageVersionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryLatestImageVersionsUnauthorized

type QueryLatestImageVersionsUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
QueryLatestImageVersionsUnauthorized 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 NewQueryLatestImageVersionsUnauthorized

func NewQueryLatestImageVersionsUnauthorized() *QueryLatestImageVersionsUnauthorized

NewQueryLatestImageVersionsUnauthorized creates a QueryLatestImageVersionsUnauthorized with default headers values

func (*QueryLatestImageVersionsUnauthorized) Error

func (*QueryLatestImageVersionsUnauthorized) GetPayload

type UpdateImageBadRequest

type UpdateImageBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}
UpdateImageBadRequest 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 NewUpdateImageBadRequest

func NewUpdateImageBadRequest() *UpdateImageBadRequest

NewUpdateImageBadRequest creates a UpdateImageBadRequest with default headers values

func (*UpdateImageBadRequest) Error

func (o *UpdateImageBadRequest) Error() string

func (*UpdateImageBadRequest) GetPayload

type UpdateImageConflict

type UpdateImageConflict struct {
	Payload *swagger_models.ZsrvResponse
}
UpdateImageConflict 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 edge application image record.

func NewUpdateImageConflict

func NewUpdateImageConflict() *UpdateImageConflict

NewUpdateImageConflict creates a UpdateImageConflict with default headers values

func (*UpdateImageConflict) Error

func (o *UpdateImageConflict) Error() string

func (*UpdateImageConflict) GetPayload

type UpdateImageForbidden

type UpdateImageForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
UpdateImageForbidden 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-node level access permission for the operation or does not have access scope to the project.

func NewUpdateImageForbidden

func NewUpdateImageForbidden() *UpdateImageForbidden

NewUpdateImageForbidden creates a UpdateImageForbidden with default headers values

func (*UpdateImageForbidden) Error

func (o *UpdateImageForbidden) Error() string

func (*UpdateImageForbidden) GetPayload

type UpdateImageGatewayTimeout

type UpdateImageGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
UpdateImageGatewayTimeout 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 NewUpdateImageGatewayTimeout

func NewUpdateImageGatewayTimeout() *UpdateImageGatewayTimeout

NewUpdateImageGatewayTimeout creates a UpdateImageGatewayTimeout with default headers values

func (*UpdateImageGatewayTimeout) Error

func (o *UpdateImageGatewayTimeout) Error() string

func (*UpdateImageGatewayTimeout) GetPayload

type UpdateImageInternalServerError

type UpdateImageInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
UpdateImageInternalServerError 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 NewUpdateImageInternalServerError

func NewUpdateImageInternalServerError() *UpdateImageInternalServerError

NewUpdateImageInternalServerError creates a UpdateImageInternalServerError with default headers values

func (*UpdateImageInternalServerError) Error

func (*UpdateImageInternalServerError) GetPayload

type UpdateImageNotFound

type UpdateImageNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
UpdateImageNotFound 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 NewUpdateImageNotFound

func NewUpdateImageNotFound() *UpdateImageNotFound

NewUpdateImageNotFound creates a UpdateImageNotFound with default headers values

func (*UpdateImageNotFound) Error

func (o *UpdateImageNotFound) Error() string

func (*UpdateImageNotFound) GetPayload

type UpdateImageOK

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

A successful response.

func NewUpdateImageOK

func NewUpdateImageOK() *UpdateImageOK

NewUpdateImageOK creates a UpdateImageOK with default headers values

func (*UpdateImageOK) Error

func (o *UpdateImageOK) Error() string

func (*UpdateImageOK) GetPayload

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

type UpdateImageParams

type UpdateImageParams struct {

	/* XRequestID.

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

	// Body.
	Body *swagger_models.ImageConfig

	/* ID.

	   System defined universally unique Id of the image.
	*/
	ID string

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

UpdateImageParams contains all the parameters to send to the API endpoint

for the update image operation.

Typically these are written to a http.Request.

func NewUpdateImageParams

func NewUpdateImageParams() *UpdateImageParams

NewUpdateImageParams creates a new UpdateImageParams 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 NewUpdateImageParamsWithContext

func NewUpdateImageParamsWithContext(ctx context.Context) *UpdateImageParams

NewUpdateImageParamsWithContext creates a new UpdateImageParams object with the ability to set a context for a request.

func NewUpdateImageParamsWithHTTPClient

func NewUpdateImageParamsWithHTTPClient(client *http.Client) *UpdateImageParams

NewUpdateImageParamsWithHTTPClient creates a new UpdateImageParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateImageParamsWithTimeout

func NewUpdateImageParamsWithTimeout(timeout time.Duration) *UpdateImageParams

NewUpdateImageParamsWithTimeout creates a new UpdateImageParams object with the ability to set a timeout on a request.

func (*UpdateImageParams) SetBody

func (o *UpdateImageParams) SetBody(body *swagger_models.ImageConfig)

SetBody adds the body to the update image params

func (*UpdateImageParams) SetContext

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

SetContext adds the context to the update image params

func (*UpdateImageParams) SetDefaults

func (o *UpdateImageParams) SetDefaults()

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

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

func (*UpdateImageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update image params

func (*UpdateImageParams) SetID

func (o *UpdateImageParams) SetID(id string)

SetID adds the id to the update image params

func (*UpdateImageParams) SetTimeout

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

SetTimeout adds the timeout to the update image params

func (*UpdateImageParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the update image params

func (*UpdateImageParams) WithBody

WithBody adds the body to the update image params

func (*UpdateImageParams) WithContext

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

WithContext adds the context to the update image params

func (*UpdateImageParams) WithDefaults

func (o *UpdateImageParams) WithDefaults() *UpdateImageParams

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

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

func (*UpdateImageParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update image params

func (*UpdateImageParams) WithID

WithID adds the id to the update image params

func (*UpdateImageParams) WithTimeout

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

WithTimeout adds the timeout to the update image params

func (*UpdateImageParams) WithXRequestID

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

WithXRequestID adds the xRequestID to the update image params

func (*UpdateImageParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UpdateImageReader

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

UpdateImageReader is a Reader for the UpdateImage structure.

func (*UpdateImageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateImageUnauthorized

type UpdateImageUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
UpdateImageUnauthorized 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 NewUpdateImageUnauthorized

func NewUpdateImageUnauthorized() *UpdateImageUnauthorized

NewUpdateImageUnauthorized creates a UpdateImageUnauthorized with default headers values

func (*UpdateImageUnauthorized) Error

func (o *UpdateImageUnauthorized) Error() string

func (*UpdateImageUnauthorized) GetPayload

type UplinkImageAccepted

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

Accepted. The API gateway accepted the request for uplinking but the uplinking process has not been completed. Please check ImageStatus and ImageError fields to track the status of uplinking process and any error messages.

func NewUplinkImageAccepted

func NewUplinkImageAccepted() *UplinkImageAccepted

NewUplinkImageAccepted creates a UplinkImageAccepted with default headers values

func (*UplinkImageAccepted) Error

func (o *UplinkImageAccepted) Error() string

func (*UplinkImageAccepted) GetPayload

type UplinkImageBadRequest

type UplinkImageBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}
UplinkImageBadRequest 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 NewUplinkImageBadRequest

func NewUplinkImageBadRequest() *UplinkImageBadRequest

NewUplinkImageBadRequest creates a UplinkImageBadRequest with default headers values

func (*UplinkImageBadRequest) Error

func (o *UplinkImageBadRequest) Error() string

func (*UplinkImageBadRequest) GetPayload

type UplinkImageConflict

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

Conflict. The API gateway did not process the request because another request for uplink / upload is already in progress

func NewUplinkImageConflict

func NewUplinkImageConflict() *UplinkImageConflict

NewUplinkImageConflict creates a UplinkImageConflict with default headers values

func (*UplinkImageConflict) Error

func (o *UplinkImageConflict) Error() string

func (*UplinkImageConflict) GetPayload

type UplinkImageForbidden

type UplinkImageForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
UplinkImageForbidden 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-node level access permission for the operation or does not have access scope to the project.

func NewUplinkImageForbidden

func NewUplinkImageForbidden() *UplinkImageForbidden

NewUplinkImageForbidden creates a UplinkImageForbidden with default headers values

func (*UplinkImageForbidden) Error

func (o *UplinkImageForbidden) Error() string

func (*UplinkImageForbidden) GetPayload

type UplinkImageGatewayTimeout

type UplinkImageGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
UplinkImageGatewayTimeout 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 NewUplinkImageGatewayTimeout

func NewUplinkImageGatewayTimeout() *UplinkImageGatewayTimeout

NewUplinkImageGatewayTimeout creates a UplinkImageGatewayTimeout with default headers values

func (*UplinkImageGatewayTimeout) Error

func (o *UplinkImageGatewayTimeout) Error() string

func (*UplinkImageGatewayTimeout) GetPayload

type UplinkImageInternalServerError

type UplinkImageInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
UplinkImageInternalServerError 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 NewUplinkImageInternalServerError

func NewUplinkImageInternalServerError() *UplinkImageInternalServerError

NewUplinkImageInternalServerError creates a UplinkImageInternalServerError with default headers values

func (*UplinkImageInternalServerError) Error

func (*UplinkImageInternalServerError) GetPayload

type UplinkImageNotFound

type UplinkImageNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
UplinkImageNotFound 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 NewUplinkImageNotFound

func NewUplinkImageNotFound() *UplinkImageNotFound

NewUplinkImageNotFound creates a UplinkImageNotFound with default headers values

func (*UplinkImageNotFound) Error

func (o *UplinkImageNotFound) Error() string

func (*UplinkImageNotFound) GetPayload

type UplinkImageOK

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

A successful response.

func NewUplinkImageOK

func NewUplinkImageOK() *UplinkImageOK

NewUplinkImageOK creates a UplinkImageOK with default headers values

func (*UplinkImageOK) Error

func (o *UplinkImageOK) Error() string

func (*UplinkImageOK) GetPayload

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

type UplinkImageParams

type UplinkImageParams struct {

	/* XRequestID.

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

	// Body.
	Body *swagger_models.ImageConfig

	/* Name.

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

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

UplinkImageParams contains all the parameters to send to the API endpoint

for the uplink image operation.

Typically these are written to a http.Request.

func NewUplinkImageParams

func NewUplinkImageParams() *UplinkImageParams

NewUplinkImageParams creates a new UplinkImageParams 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 NewUplinkImageParamsWithContext

func NewUplinkImageParamsWithContext(ctx context.Context) *UplinkImageParams

NewUplinkImageParamsWithContext creates a new UplinkImageParams object with the ability to set a context for a request.

func NewUplinkImageParamsWithHTTPClient

func NewUplinkImageParamsWithHTTPClient(client *http.Client) *UplinkImageParams

NewUplinkImageParamsWithHTTPClient creates a new UplinkImageParams object with the ability to set a custom HTTPClient for a request.

func NewUplinkImageParamsWithTimeout

func NewUplinkImageParamsWithTimeout(timeout time.Duration) *UplinkImageParams

NewUplinkImageParamsWithTimeout creates a new UplinkImageParams object with the ability to set a timeout on a request.

func (*UplinkImageParams) SetBody

func (o *UplinkImageParams) SetBody(body *swagger_models.ImageConfig)

SetBody adds the body to the uplink image params

func (*UplinkImageParams) SetContext

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

SetContext adds the context to the uplink image params

func (*UplinkImageParams) SetDefaults

func (o *UplinkImageParams) SetDefaults()

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

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

func (*UplinkImageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the uplink image params

func (*UplinkImageParams) SetName

func (o *UplinkImageParams) SetName(name string)

SetName adds the name to the uplink image params

func (*UplinkImageParams) SetTimeout

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

SetTimeout adds the timeout to the uplink image params

func (*UplinkImageParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the uplink image params

func (*UplinkImageParams) WithBody

WithBody adds the body to the uplink image params

func (*UplinkImageParams) WithContext

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

WithContext adds the context to the uplink image params

func (*UplinkImageParams) WithDefaults

func (o *UplinkImageParams) WithDefaults() *UplinkImageParams

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

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

func (*UplinkImageParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the uplink image params

func (*UplinkImageParams) WithName

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

WithName adds the name to the uplink image params

func (*UplinkImageParams) WithTimeout

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

WithTimeout adds the timeout to the uplink image params

func (*UplinkImageParams) WithXRequestID

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

WithXRequestID adds the xRequestID to the uplink image params

func (*UplinkImageParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UplinkImageReader

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

UplinkImageReader is a Reader for the UplinkImage structure.

func (*UplinkImageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UplinkImageUnauthorized

type UplinkImageUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
UplinkImageUnauthorized 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 NewUplinkImageUnauthorized

func NewUplinkImageUnauthorized() *UplinkImageUnauthorized

NewUplinkImageUnauthorized creates a UplinkImageUnauthorized with default headers values

func (*UplinkImageUnauthorized) Error

func (o *UplinkImageUnauthorized) Error() string

func (*UplinkImageUnauthorized) GetPayload

type UploadImageChunkedAccepted

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

Accepted. The API gateway accepted the request for uploading but the upload process has not been completed. Please check ImageStatus and ImageError fields to track the status of upload process and any error messages.

func NewUploadImageChunkedAccepted

func NewUploadImageChunkedAccepted() *UploadImageChunkedAccepted

NewUploadImageChunkedAccepted creates a UploadImageChunkedAccepted with default headers values

func (*UploadImageChunkedAccepted) Error

func (*UploadImageChunkedAccepted) GetPayload

type UploadImageChunkedBadRequest

type UploadImageChunkedBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}
UploadImageChunkedBadRequest 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 NewUploadImageChunkedBadRequest

func NewUploadImageChunkedBadRequest() *UploadImageChunkedBadRequest

NewUploadImageChunkedBadRequest creates a UploadImageChunkedBadRequest with default headers values

func (*UploadImageChunkedBadRequest) Error

func (*UploadImageChunkedBadRequest) GetPayload

type UploadImageChunkedConflict

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

Conflict. The API gateway did not process the request because -- another request for uplink / upload is already in progress -- image has been already uploaded, can't be modified again

func NewUploadImageChunkedConflict

func NewUploadImageChunkedConflict() *UploadImageChunkedConflict

NewUploadImageChunkedConflict creates a UploadImageChunkedConflict with default headers values

func (*UploadImageChunkedConflict) Error

func (*UploadImageChunkedConflict) GetPayload

type UploadImageChunkedForbidden

type UploadImageChunkedForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
UploadImageChunkedForbidden 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-node level access permission for the operation or does not have access scope to the project.

func NewUploadImageChunkedForbidden

func NewUploadImageChunkedForbidden() *UploadImageChunkedForbidden

NewUploadImageChunkedForbidden creates a UploadImageChunkedForbidden with default headers values

func (*UploadImageChunkedForbidden) Error

func (*UploadImageChunkedForbidden) GetPayload

type UploadImageChunkedGatewayTimeout

type UploadImageChunkedGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
UploadImageChunkedGatewayTimeout 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 NewUploadImageChunkedGatewayTimeout

func NewUploadImageChunkedGatewayTimeout() *UploadImageChunkedGatewayTimeout

NewUploadImageChunkedGatewayTimeout creates a UploadImageChunkedGatewayTimeout with default headers values

func (*UploadImageChunkedGatewayTimeout) Error

func (*UploadImageChunkedGatewayTimeout) GetPayload

type UploadImageChunkedInternalServerError

type UploadImageChunkedInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
UploadImageChunkedInternalServerError 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 NewUploadImageChunkedInternalServerError

func NewUploadImageChunkedInternalServerError() *UploadImageChunkedInternalServerError

NewUploadImageChunkedInternalServerError creates a UploadImageChunkedInternalServerError with default headers values

func (*UploadImageChunkedInternalServerError) Error

func (*UploadImageChunkedInternalServerError) GetPayload

type UploadImageChunkedNotFound

type UploadImageChunkedNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
UploadImageChunkedNotFound 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 NewUploadImageChunkedNotFound

func NewUploadImageChunkedNotFound() *UploadImageChunkedNotFound

NewUploadImageChunkedNotFound creates a UploadImageChunkedNotFound with default headers values

func (*UploadImageChunkedNotFound) Error

func (*UploadImageChunkedNotFound) GetPayload

type UploadImageChunkedOK

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

A successful response.

func NewUploadImageChunkedOK

func NewUploadImageChunkedOK() *UploadImageChunkedOK

NewUploadImageChunkedOK creates a UploadImageChunkedOK with default headers values

func (*UploadImageChunkedOK) Error

func (o *UploadImageChunkedOK) Error() string

func (*UploadImageChunkedOK) GetPayload

type UploadImageChunkedParams

type UploadImageChunkedParams struct {

	/* ContentRange.

	   Content range in this request. Example : bytes 1024-2047/8192
	*/
	ContentRange string

	/* XRequestID.

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

	/* Body.

	   part of the image binary

	   Format: byte
	*/
	Body strfmt.Base64

	/* Name.

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

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

UploadImageChunkedParams contains all the parameters to send to the API endpoint

for the upload image chunked operation.

Typically these are written to a http.Request.

func NewUploadImageChunkedParams

func NewUploadImageChunkedParams() *UploadImageChunkedParams

NewUploadImageChunkedParams creates a new UploadImageChunkedParams 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 NewUploadImageChunkedParamsWithContext

func NewUploadImageChunkedParamsWithContext(ctx context.Context) *UploadImageChunkedParams

NewUploadImageChunkedParamsWithContext creates a new UploadImageChunkedParams object with the ability to set a context for a request.

func NewUploadImageChunkedParamsWithHTTPClient

func NewUploadImageChunkedParamsWithHTTPClient(client *http.Client) *UploadImageChunkedParams

NewUploadImageChunkedParamsWithHTTPClient creates a new UploadImageChunkedParams object with the ability to set a custom HTTPClient for a request.

func NewUploadImageChunkedParamsWithTimeout

func NewUploadImageChunkedParamsWithTimeout(timeout time.Duration) *UploadImageChunkedParams

NewUploadImageChunkedParamsWithTimeout creates a new UploadImageChunkedParams object with the ability to set a timeout on a request.

func (*UploadImageChunkedParams) SetBody

func (o *UploadImageChunkedParams) SetBody(body strfmt.Base64)

SetBody adds the body to the upload image chunked params

func (*UploadImageChunkedParams) SetContentRange

func (o *UploadImageChunkedParams) SetContentRange(contentRange string)

SetContentRange adds the contentRange to the upload image chunked params

func (*UploadImageChunkedParams) SetContext

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

SetContext adds the context to the upload image chunked params

func (*UploadImageChunkedParams) SetDefaults

func (o *UploadImageChunkedParams) SetDefaults()

SetDefaults hydrates default values in the upload image chunked params (not the query body).

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

func (*UploadImageChunkedParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the upload image chunked params

func (*UploadImageChunkedParams) SetName

func (o *UploadImageChunkedParams) SetName(name string)

SetName adds the name to the upload image chunked params

func (*UploadImageChunkedParams) SetTimeout

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

SetTimeout adds the timeout to the upload image chunked params

func (*UploadImageChunkedParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the upload image chunked params

func (*UploadImageChunkedParams) WithBody

WithBody adds the body to the upload image chunked params

func (*UploadImageChunkedParams) WithContentRange

func (o *UploadImageChunkedParams) WithContentRange(contentRange string) *UploadImageChunkedParams

WithContentRange adds the contentRange to the upload image chunked params

func (*UploadImageChunkedParams) WithContext

WithContext adds the context to the upload image chunked params

func (*UploadImageChunkedParams) WithDefaults

WithDefaults hydrates default values in the upload image chunked params (not the query body).

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

func (*UploadImageChunkedParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the upload image chunked params

func (*UploadImageChunkedParams) WithName

WithName adds the name to the upload image chunked params

func (*UploadImageChunkedParams) WithTimeout

WithTimeout adds the timeout to the upload image chunked params

func (*UploadImageChunkedParams) WithXRequestID

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

WithXRequestID adds the xRequestID to the upload image chunked params

func (*UploadImageChunkedParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UploadImageChunkedReader

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

UploadImageChunkedReader is a Reader for the UploadImageChunked structure.

func (*UploadImageChunkedReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UploadImageChunkedUnauthorized

type UploadImageChunkedUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
UploadImageChunkedUnauthorized 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 NewUploadImageChunkedUnauthorized

func NewUploadImageChunkedUnauthorized() *UploadImageChunkedUnauthorized

NewUploadImageChunkedUnauthorized creates a UploadImageChunkedUnauthorized with default headers values

func (*UploadImageChunkedUnauthorized) Error

func (*UploadImageChunkedUnauthorized) GetPayload

type UploadImageFileAccepted

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

Accepted. The API gateway accepted the request for uploading but the upload process has not been completed. Please check ImageStatus and ImageError fields to track the status of upload process and any error messages.

func NewUploadImageFileAccepted

func NewUploadImageFileAccepted() *UploadImageFileAccepted

NewUploadImageFileAccepted creates a UploadImageFileAccepted with default headers values

func (*UploadImageFileAccepted) Error

func (o *UploadImageFileAccepted) Error() string

func (*UploadImageFileAccepted) GetPayload

type UploadImageFileBadRequest

type UploadImageFileBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}
UploadImageFileBadRequest 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 NewUploadImageFileBadRequest

func NewUploadImageFileBadRequest() *UploadImageFileBadRequest

NewUploadImageFileBadRequest creates a UploadImageFileBadRequest with default headers values

func (*UploadImageFileBadRequest) Error

func (o *UploadImageFileBadRequest) Error() string

func (*UploadImageFileBadRequest) GetPayload

type UploadImageFileConflict

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

Conflict. The API gateway did not process the request because -- another request for uplink / upload is already in progress -- image has been already uploaded, can't be modified again

func NewUploadImageFileConflict

func NewUploadImageFileConflict() *UploadImageFileConflict

NewUploadImageFileConflict creates a UploadImageFileConflict with default headers values

func (*UploadImageFileConflict) Error

func (o *UploadImageFileConflict) Error() string

func (*UploadImageFileConflict) GetPayload

type UploadImageFileForbidden

type UploadImageFileForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
UploadImageFileForbidden 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-node level access permission for the operation or does not have access scope to the project.

func NewUploadImageFileForbidden

func NewUploadImageFileForbidden() *UploadImageFileForbidden

NewUploadImageFileForbidden creates a UploadImageFileForbidden with default headers values

func (*UploadImageFileForbidden) Error

func (o *UploadImageFileForbidden) Error() string

func (*UploadImageFileForbidden) GetPayload

type UploadImageFileGatewayTimeout

type UploadImageFileGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
UploadImageFileGatewayTimeout 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 NewUploadImageFileGatewayTimeout

func NewUploadImageFileGatewayTimeout() *UploadImageFileGatewayTimeout

NewUploadImageFileGatewayTimeout creates a UploadImageFileGatewayTimeout with default headers values

func (*UploadImageFileGatewayTimeout) Error

func (*UploadImageFileGatewayTimeout) GetPayload

type UploadImageFileInternalServerError

type UploadImageFileInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
UploadImageFileInternalServerError 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 NewUploadImageFileInternalServerError

func NewUploadImageFileInternalServerError() *UploadImageFileInternalServerError

NewUploadImageFileInternalServerError creates a UploadImageFileInternalServerError with default headers values

func (*UploadImageFileInternalServerError) Error

func (*UploadImageFileInternalServerError) GetPayload

type UploadImageFileNotFound

type UploadImageFileNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
UploadImageFileNotFound 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 NewUploadImageFileNotFound

func NewUploadImageFileNotFound() *UploadImageFileNotFound

NewUploadImageFileNotFound creates a UploadImageFileNotFound with default headers values

func (*UploadImageFileNotFound) Error

func (o *UploadImageFileNotFound) Error() string

func (*UploadImageFileNotFound) GetPayload

type UploadImageFileOK

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

A successful response.

func NewUploadImageFileOK

func NewUploadImageFileOK() *UploadImageFileOK

NewUploadImageFileOK creates a UploadImageFileOK with default headers values

func (*UploadImageFileOK) Error

func (o *UploadImageFileOK) Error() string

func (*UploadImageFileOK) GetPayload

type UploadImageFileParams

type UploadImageFileParams struct {

	/* XRequestID.

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

	/* ImageFile.

	   Image binary file
	*/
	ImageFile runtime.NamedReadCloser

	/* Name.

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

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

UploadImageFileParams contains all the parameters to send to the API endpoint

for the upload image file operation.

Typically these are written to a http.Request.

func NewUploadImageFileParams

func NewUploadImageFileParams() *UploadImageFileParams

NewUploadImageFileParams creates a new UploadImageFileParams 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 NewUploadImageFileParamsWithContext

func NewUploadImageFileParamsWithContext(ctx context.Context) *UploadImageFileParams

NewUploadImageFileParamsWithContext creates a new UploadImageFileParams object with the ability to set a context for a request.

func NewUploadImageFileParamsWithHTTPClient

func NewUploadImageFileParamsWithHTTPClient(client *http.Client) *UploadImageFileParams

NewUploadImageFileParamsWithHTTPClient creates a new UploadImageFileParams object with the ability to set a custom HTTPClient for a request.

func NewUploadImageFileParamsWithTimeout

func NewUploadImageFileParamsWithTimeout(timeout time.Duration) *UploadImageFileParams

NewUploadImageFileParamsWithTimeout creates a new UploadImageFileParams object with the ability to set a timeout on a request.

func (*UploadImageFileParams) SetContext

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

SetContext adds the context to the upload image file params

func (*UploadImageFileParams) SetDefaults

func (o *UploadImageFileParams) SetDefaults()

SetDefaults hydrates default values in the upload image file params (not the query body).

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

func (*UploadImageFileParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the upload image file params

func (*UploadImageFileParams) SetImageFile

func (o *UploadImageFileParams) SetImageFile(imageFile runtime.NamedReadCloser)

SetImageFile adds the imageFile to the upload image file params

func (*UploadImageFileParams) SetName

func (o *UploadImageFileParams) SetName(name string)

SetName adds the name to the upload image file params

func (*UploadImageFileParams) SetTimeout

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

SetTimeout adds the timeout to the upload image file params

func (*UploadImageFileParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the upload image file params

func (*UploadImageFileParams) WithContext

WithContext adds the context to the upload image file params

func (*UploadImageFileParams) WithDefaults

func (o *UploadImageFileParams) WithDefaults() *UploadImageFileParams

WithDefaults hydrates default values in the upload image file params (not the query body).

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

func (*UploadImageFileParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the upload image file params

func (*UploadImageFileParams) WithImageFile

WithImageFile adds the imageFile to the upload image file params

func (*UploadImageFileParams) WithName

WithName adds the name to the upload image file params

func (*UploadImageFileParams) WithTimeout

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

WithTimeout adds the timeout to the upload image file params

func (*UploadImageFileParams) WithXRequestID

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

WithXRequestID adds the xRequestID to the upload image file params

func (*UploadImageFileParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UploadImageFileReader

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

UploadImageFileReader is a Reader for the UploadImageFile structure.

func (*UploadImageFileReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UploadImageFileUnauthorized

type UploadImageFileUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
UploadImageFileUnauthorized 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 NewUploadImageFileUnauthorized

func NewUploadImageFileUnauthorized() *UploadImageFileUnauthorized

NewUploadImageFileUnauthorized creates a UploadImageFileUnauthorized with default headers values

func (*UploadImageFileUnauthorized) Error

func (*UploadImageFileUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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