image

package
v2.2.7 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2024 License: Apache-2.0 Imports: 13 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) Create

Create creates edge application image

Create an edge application image record.

func (*Client) Delete

Delete deletes edge application image

Delete an edge application image record.

func (*Client) GetByID

GetByID gets edge application image

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

func (*Client) GetByName

GetByName gets edge application image

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

func (*Client) ImageConfigurationDeleteLatestImage

func (a *Client) ImageConfigurationDeleteLatestImage(params *ImageConfigurationDeleteLatestImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImageConfigurationDeleteLatestImageOK, error)

ImageConfigurationDeleteLatestImage deletes edge application image

Delete an edge application image record.

func (*Client) ImageConfigurationGetLatestImageVersion

ImageConfigurationGetLatestImageVersion gets latest version of e v e image

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

func (*Client) ImageConfigurationMarkEveImageLatest

func (a *Client) ImageConfigurationMarkEveImageLatest(params *ImageConfigurationMarkEveImageLatestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImageConfigurationMarkEveImageLatestOK, error)

ImageConfigurationMarkEveImageLatest marks eve image as latest

Mark Eve image as latest for a given hardware architecture.

func (*Client) ImageConfigurationMarkEveImageLatest2

func (a *Client) ImageConfigurationMarkEveImageLatest2(params *ImageConfigurationMarkEveImageLatest2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImageConfigurationMarkEveImageLatest2OK, error)

ImageConfigurationMarkEveImageLatest2 marks eve image as latest

Mark Eve image as latest for a given hardware architecture.

func (*Client) ImageConfigurationQueryImageProjectList

ImageConfigurationQueryImageProjectList queries common project access list among a list of images

Query common project access list among a list of images

func (*Client) ImageConfigurationQueryImages

func (a *Client) ImageConfigurationQueryImages(params *ImageConfigurationQueryImagesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImageConfigurationQueryImagesOK, error)

ImageConfigurationQueryImages queries edge application images

Query the edge application image records.

func (*Client) ImageConfigurationQueryLatestImageVersions

ImageConfigurationQueryLatestImageVersions 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) ImageConfigurationUploadImageChunked

ImageConfigurationUploadImageChunked 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) ImageConfigurationUploadImageFile

ImageConfigurationUploadImageFile 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.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) Update

Update 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.

Uplink uplinks edge application image

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

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	Create(params *ImageConfigurationCreateImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImageConfigurationCreateImageOK, error)

	Delete(params *ImageConfigurationDeleteImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImageConfigurationDeleteImageOK, error)

	ImageConfigurationDeleteLatestImage(params *ImageConfigurationDeleteLatestImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImageConfigurationDeleteLatestImageOK, error)

	GetByID(params *ImageConfigurationGetImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImageConfigurationGetImageOK, error)

	GetByName(params *ImageConfigurationGetImageByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImageConfigurationGetImageByNameOK, error)

	ImageConfigurationGetLatestImageVersion(params *ImageConfigurationGetLatestImageVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImageConfigurationGetLatestImageVersionOK, error)

	ImageConfigurationMarkEveImageLatest(params *ImageConfigurationMarkEveImageLatestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImageConfigurationMarkEveImageLatestOK, error)

	ImageConfigurationMarkEveImageLatest2(params *ImageConfigurationMarkEveImageLatest2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImageConfigurationMarkEveImageLatest2OK, error)

	ImageConfigurationQueryImageProjectList(params *ImageConfigurationQueryImageProjectListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImageConfigurationQueryImageProjectListOK, error)

	ImageConfigurationQueryImages(params *ImageConfigurationQueryImagesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImageConfigurationQueryImagesOK, error)

	ImageConfigurationQueryLatestImageVersions(params *ImageConfigurationQueryLatestImageVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImageConfigurationQueryLatestImageVersionsOK, error)

	Update(params *ImageConfigurationUpdateImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImageConfigurationUpdateImageOK, error)

	Uplink(params *ImageConfigurationUplinkImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImageConfigurationUplinkImageOK, *ImageConfigurationUplinkImageAccepted, error)

	ImageConfigurationUploadImageChunked(params *ImageConfigurationUploadImageChunkedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImageConfigurationUploadImageChunkedOK, *ImageConfigurationUploadImageChunkedAccepted, error)

	ImageConfigurationUploadImageFile(params *ImageConfigurationUploadImageFileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImageConfigurationUploadImageFileOK, *ImageConfigurationUploadImageFileAccepted, 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 GetImageNotFound

type GetImageNotFound struct {
	Payload *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 NewImageConfigurationGetImageNotFound

func NewImageConfigurationGetImageNotFound() *GetImageNotFound

NewImageConfigurationGetImageNotFound creates a ImageConfigurationGetImageNotFound with default headers values

func (*GetImageNotFound) Code

func (o *GetImageNotFound) Code() int

Code gets the status code for the image configuration get image not found response

func (*GetImageNotFound) Error

func (o *GetImageNotFound) Error() string

func (*GetImageNotFound) GetPayload

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

func (*GetImageNotFound) IsClientError

func (o *GetImageNotFound) IsClientError() bool

IsClientError returns true when this image configuration get image not found response has a 4xx status code

func (*GetImageNotFound) IsCode

func (o *GetImageNotFound) IsCode(code int) bool

IsCode returns true when this image configuration get image not found response a status code equal to that given

func (*GetImageNotFound) IsRedirect

func (o *GetImageNotFound) IsRedirect() bool

IsRedirect returns true when this image configuration get image not found response has a 3xx status code

func (*GetImageNotFound) IsServerError

func (o *GetImageNotFound) IsServerError() bool

IsServerError returns true when this image configuration get image not found response has a 5xx status code

func (*GetImageNotFound) IsSuccess

func (o *GetImageNotFound) IsSuccess() bool

IsSuccess returns true when this image configuration get image not found response has a 2xx status code

func (*GetImageNotFound) String

func (o *GetImageNotFound) String() string

type ImageConfigurationCreateImageBadRequest

type ImageConfigurationCreateImageBadRequest struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationCreateImageBadRequest 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 NewImageConfigurationCreateImageBadRequest

func NewImageConfigurationCreateImageBadRequest() *ImageConfigurationCreateImageBadRequest

NewImageConfigurationCreateImageBadRequest creates a ImageConfigurationCreateImageBadRequest with default headers values

func (*ImageConfigurationCreateImageBadRequest) Code

Code gets the status code for the image configuration create image bad request response

func (*ImageConfigurationCreateImageBadRequest) Error

func (*ImageConfigurationCreateImageBadRequest) GetPayload

func (*ImageConfigurationCreateImageBadRequest) IsClientError

func (o *ImageConfigurationCreateImageBadRequest) IsClientError() bool

IsClientError returns true when this image configuration create image bad request response has a 4xx status code

func (*ImageConfigurationCreateImageBadRequest) IsCode

IsCode returns true when this image configuration create image bad request response a status code equal to that given

func (*ImageConfigurationCreateImageBadRequest) IsRedirect

IsRedirect returns true when this image configuration create image bad request response has a 3xx status code

func (*ImageConfigurationCreateImageBadRequest) IsServerError

func (o *ImageConfigurationCreateImageBadRequest) IsServerError() bool

IsServerError returns true when this image configuration create image bad request response has a 5xx status code

func (*ImageConfigurationCreateImageBadRequest) IsSuccess

IsSuccess returns true when this image configuration create image bad request response has a 2xx status code

func (*ImageConfigurationCreateImageBadRequest) String

type ImageConfigurationCreateImageConflict

type ImageConfigurationCreateImageConflict struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationCreateImageConflict 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 NewImageConfigurationCreateImageConflict

func NewImageConfigurationCreateImageConflict() *ImageConfigurationCreateImageConflict

NewImageConfigurationCreateImageConflict creates a ImageConfigurationCreateImageConflict with default headers values

func (*ImageConfigurationCreateImageConflict) Code

Code gets the status code for the image configuration create image conflict response

func (*ImageConfigurationCreateImageConflict) Error

func (*ImageConfigurationCreateImageConflict) GetPayload

func (*ImageConfigurationCreateImageConflict) IsClientError

func (o *ImageConfigurationCreateImageConflict) IsClientError() bool

IsClientError returns true when this image configuration create image conflict response has a 4xx status code

func (*ImageConfigurationCreateImageConflict) IsCode

IsCode returns true when this image configuration create image conflict response a status code equal to that given

func (*ImageConfigurationCreateImageConflict) IsRedirect

IsRedirect returns true when this image configuration create image conflict response has a 3xx status code

func (*ImageConfigurationCreateImageConflict) IsServerError

func (o *ImageConfigurationCreateImageConflict) IsServerError() bool

IsServerError returns true when this image configuration create image conflict response has a 5xx status code

func (*ImageConfigurationCreateImageConflict) IsSuccess

IsSuccess returns true when this image configuration create image conflict response has a 2xx status code

func (*ImageConfigurationCreateImageConflict) String

type ImageConfigurationCreateImageDefault

type ImageConfigurationCreateImageDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

ImageConfigurationCreateImageDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewImageConfigurationCreateImageDefault

func NewImageConfigurationCreateImageDefault(code int) *ImageConfigurationCreateImageDefault

NewImageConfigurationCreateImageDefault creates a ImageConfigurationCreateImageDefault with default headers values

func (*ImageConfigurationCreateImageDefault) Code

Code gets the status code for the image configuration create image default response

func (*ImageConfigurationCreateImageDefault) Error

func (*ImageConfigurationCreateImageDefault) GetPayload

func (*ImageConfigurationCreateImageDefault) IsClientError

func (o *ImageConfigurationCreateImageDefault) IsClientError() bool

IsClientError returns true when this image configuration create image default response has a 4xx status code

func (*ImageConfigurationCreateImageDefault) IsCode

IsCode returns true when this image configuration create image default response a status code equal to that given

func (*ImageConfigurationCreateImageDefault) IsRedirect

IsRedirect returns true when this image configuration create image default response has a 3xx status code

func (*ImageConfigurationCreateImageDefault) IsServerError

func (o *ImageConfigurationCreateImageDefault) IsServerError() bool

IsServerError returns true when this image configuration create image default response has a 5xx status code

func (*ImageConfigurationCreateImageDefault) IsSuccess

IsSuccess returns true when this image configuration create image default response has a 2xx status code

func (*ImageConfigurationCreateImageDefault) String

type ImageConfigurationCreateImageForbidden

type ImageConfigurationCreateImageForbidden struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationCreateImageForbidden 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 NewImageConfigurationCreateImageForbidden

func NewImageConfigurationCreateImageForbidden() *ImageConfigurationCreateImageForbidden

NewImageConfigurationCreateImageForbidden creates a ImageConfigurationCreateImageForbidden with default headers values

func (*ImageConfigurationCreateImageForbidden) Code

Code gets the status code for the image configuration create image forbidden response

func (*ImageConfigurationCreateImageForbidden) Error

func (*ImageConfigurationCreateImageForbidden) GetPayload

func (*ImageConfigurationCreateImageForbidden) IsClientError

func (o *ImageConfigurationCreateImageForbidden) IsClientError() bool

IsClientError returns true when this image configuration create image forbidden response has a 4xx status code

func (*ImageConfigurationCreateImageForbidden) IsCode

IsCode returns true when this image configuration create image forbidden response a status code equal to that given

func (*ImageConfigurationCreateImageForbidden) IsRedirect

IsRedirect returns true when this image configuration create image forbidden response has a 3xx status code

func (*ImageConfigurationCreateImageForbidden) IsServerError

func (o *ImageConfigurationCreateImageForbidden) IsServerError() bool

IsServerError returns true when this image configuration create image forbidden response has a 5xx status code

func (*ImageConfigurationCreateImageForbidden) IsSuccess

IsSuccess returns true when this image configuration create image forbidden response has a 2xx status code

func (*ImageConfigurationCreateImageForbidden) String

type ImageConfigurationCreateImageGatewayTimeout

type ImageConfigurationCreateImageGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationCreateImageGatewayTimeout 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 NewImageConfigurationCreateImageGatewayTimeout

func NewImageConfigurationCreateImageGatewayTimeout() *ImageConfigurationCreateImageGatewayTimeout

NewImageConfigurationCreateImageGatewayTimeout creates a ImageConfigurationCreateImageGatewayTimeout with default headers values

func (*ImageConfigurationCreateImageGatewayTimeout) Code

Code gets the status code for the image configuration create image gateway timeout response

func (*ImageConfigurationCreateImageGatewayTimeout) Error

func (*ImageConfigurationCreateImageGatewayTimeout) GetPayload

func (*ImageConfigurationCreateImageGatewayTimeout) IsClientError

IsClientError returns true when this image configuration create image gateway timeout response has a 4xx status code

func (*ImageConfigurationCreateImageGatewayTimeout) IsCode

IsCode returns true when this image configuration create image gateway timeout response a status code equal to that given

func (*ImageConfigurationCreateImageGatewayTimeout) IsRedirect

IsRedirect returns true when this image configuration create image gateway timeout response has a 3xx status code

func (*ImageConfigurationCreateImageGatewayTimeout) IsServerError

IsServerError returns true when this image configuration create image gateway timeout response has a 5xx status code

func (*ImageConfigurationCreateImageGatewayTimeout) IsSuccess

IsSuccess returns true when this image configuration create image gateway timeout response has a 2xx status code

func (*ImageConfigurationCreateImageGatewayTimeout) String

type ImageConfigurationCreateImageInternalServerError

type ImageConfigurationCreateImageInternalServerError struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationCreateImageInternalServerError 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 NewImageConfigurationCreateImageInternalServerError

func NewImageConfigurationCreateImageInternalServerError() *ImageConfigurationCreateImageInternalServerError

NewImageConfigurationCreateImageInternalServerError creates a ImageConfigurationCreateImageInternalServerError with default headers values

func (*ImageConfigurationCreateImageInternalServerError) Code

Code gets the status code for the image configuration create image internal server error response

func (*ImageConfigurationCreateImageInternalServerError) Error

func (*ImageConfigurationCreateImageInternalServerError) GetPayload

func (*ImageConfigurationCreateImageInternalServerError) IsClientError

IsClientError returns true when this image configuration create image internal server error response has a 4xx status code

func (*ImageConfigurationCreateImageInternalServerError) IsCode

IsCode returns true when this image configuration create image internal server error response a status code equal to that given

func (*ImageConfigurationCreateImageInternalServerError) IsRedirect

IsRedirect returns true when this image configuration create image internal server error response has a 3xx status code

func (*ImageConfigurationCreateImageInternalServerError) IsServerError

IsServerError returns true when this image configuration create image internal server error response has a 5xx status code

func (*ImageConfigurationCreateImageInternalServerError) IsSuccess

IsSuccess returns true when this image configuration create image internal server error response has a 2xx status code

func (*ImageConfigurationCreateImageInternalServerError) String

type ImageConfigurationCreateImageOK

type ImageConfigurationCreateImageOK struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationCreateImageOK describes a response with status code 200, with default header values.

A successful response.

func NewImageConfigurationCreateImageOK

func NewImageConfigurationCreateImageOK() *ImageConfigurationCreateImageOK

NewImageConfigurationCreateImageOK creates a ImageConfigurationCreateImageOK with default headers values

func (*ImageConfigurationCreateImageOK) Code

Code gets the status code for the image configuration create image o k response

func (*ImageConfigurationCreateImageOK) Error

func (*ImageConfigurationCreateImageOK) GetPayload

func (*ImageConfigurationCreateImageOK) IsClientError

func (o *ImageConfigurationCreateImageOK) IsClientError() bool

IsClientError returns true when this image configuration create image o k response has a 4xx status code

func (*ImageConfigurationCreateImageOK) IsCode

func (o *ImageConfigurationCreateImageOK) IsCode(code int) bool

IsCode returns true when this image configuration create image o k response a status code equal to that given

func (*ImageConfigurationCreateImageOK) IsRedirect

func (o *ImageConfigurationCreateImageOK) IsRedirect() bool

IsRedirect returns true when this image configuration create image o k response has a 3xx status code

func (*ImageConfigurationCreateImageOK) IsServerError

func (o *ImageConfigurationCreateImageOK) IsServerError() bool

IsServerError returns true when this image configuration create image o k response has a 5xx status code

func (*ImageConfigurationCreateImageOK) IsSuccess

func (o *ImageConfigurationCreateImageOK) IsSuccess() bool

IsSuccess returns true when this image configuration create image o k response has a 2xx status code

func (*ImageConfigurationCreateImageOK) String

type ImageConfigurationCreateImageParams

type ImageConfigurationCreateImageParams struct {

	/* XRequestID.

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

	// Body.
	Body *models.Image

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

ImageConfigurationCreateImageParams contains all the parameters to send to the API endpoint

for the image configuration create image operation.

Typically these are written to a http.Request.

func CreateImageParams

func CreateImageParams() *ImageConfigurationCreateImageParams

CreateImageParams creates a new ImageConfigurationCreateImageParams 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 NewImageConfigurationCreateImageParamsWithContext

func NewImageConfigurationCreateImageParamsWithContext(ctx context.Context) *ImageConfigurationCreateImageParams

NewImageConfigurationCreateImageParamsWithContext creates a new ImageConfigurationCreateImageParams object with the ability to set a context for a request.

func NewImageConfigurationCreateImageParamsWithHTTPClient

func NewImageConfigurationCreateImageParamsWithHTTPClient(client *http.Client) *ImageConfigurationCreateImageParams

NewImageConfigurationCreateImageParamsWithHTTPClient creates a new ImageConfigurationCreateImageParams object with the ability to set a custom HTTPClient for a request.

func NewImageConfigurationCreateImageParamsWithTimeout

func NewImageConfigurationCreateImageParamsWithTimeout(timeout time.Duration) *ImageConfigurationCreateImageParams

NewImageConfigurationCreateImageParamsWithTimeout creates a new ImageConfigurationCreateImageParams object with the ability to set a timeout on a request.

func (*ImageConfigurationCreateImageParams) SetBody

SetBody adds the body to the image configuration create image params

func (*ImageConfigurationCreateImageParams) SetContext

SetContext adds the context to the image configuration create image params

func (*ImageConfigurationCreateImageParams) SetDefaults

func (o *ImageConfigurationCreateImageParams) SetDefaults()

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

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

func (*ImageConfigurationCreateImageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the image configuration create image params

func (*ImageConfigurationCreateImageParams) SetTimeout

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

SetTimeout adds the timeout to the image configuration create image params

func (*ImageConfigurationCreateImageParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the image configuration create image params

func (*ImageConfigurationCreateImageParams) WithBody

WithBody adds the body to the image configuration create image params

func (*ImageConfigurationCreateImageParams) WithContext

WithContext adds the context to the image configuration create image params

func (*ImageConfigurationCreateImageParams) WithDefaults

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

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

func (*ImageConfigurationCreateImageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the image configuration create image params

func (*ImageConfigurationCreateImageParams) WithTimeout

WithTimeout adds the timeout to the image configuration create image params

func (*ImageConfigurationCreateImageParams) WithXRequestID

WithXRequestID adds the xRequestID to the image configuration create image params

func (*ImageConfigurationCreateImageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImageConfigurationCreateImageReader

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

ImageConfigurationCreateImageReader is a Reader for the ImageConfigurationCreateImage structure.

func (*ImageConfigurationCreateImageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImageConfigurationCreateImageUnauthorized

type ImageConfigurationCreateImageUnauthorized struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationCreateImageUnauthorized 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 NewImageConfigurationCreateImageUnauthorized

func NewImageConfigurationCreateImageUnauthorized() *ImageConfigurationCreateImageUnauthorized

NewImageConfigurationCreateImageUnauthorized creates a ImageConfigurationCreateImageUnauthorized with default headers values

func (*ImageConfigurationCreateImageUnauthorized) Code

Code gets the status code for the image configuration create image unauthorized response

func (*ImageConfigurationCreateImageUnauthorized) Error

func (*ImageConfigurationCreateImageUnauthorized) GetPayload

func (*ImageConfigurationCreateImageUnauthorized) IsClientError

IsClientError returns true when this image configuration create image unauthorized response has a 4xx status code

func (*ImageConfigurationCreateImageUnauthorized) IsCode

IsCode returns true when this image configuration create image unauthorized response a status code equal to that given

func (*ImageConfigurationCreateImageUnauthorized) IsRedirect

IsRedirect returns true when this image configuration create image unauthorized response has a 3xx status code

func (*ImageConfigurationCreateImageUnauthorized) IsServerError

IsServerError returns true when this image configuration create image unauthorized response has a 5xx status code

func (*ImageConfigurationCreateImageUnauthorized) IsSuccess

IsSuccess returns true when this image configuration create image unauthorized response has a 2xx status code

func (*ImageConfigurationCreateImageUnauthorized) String

type ImageConfigurationDeleteImageConflict

type ImageConfigurationDeleteImageConflict struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationDeleteImageConflict 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 NewImageConfigurationDeleteImageConflict

func NewImageConfigurationDeleteImageConflict() *ImageConfigurationDeleteImageConflict

NewImageConfigurationDeleteImageConflict creates a ImageConfigurationDeleteImageConflict with default headers values

func (*ImageConfigurationDeleteImageConflict) Code

Code gets the status code for the image configuration delete image conflict response

func (*ImageConfigurationDeleteImageConflict) Error

func (*ImageConfigurationDeleteImageConflict) GetPayload

func (*ImageConfigurationDeleteImageConflict) IsClientError

func (o *ImageConfigurationDeleteImageConflict) IsClientError() bool

IsClientError returns true when this image configuration delete image conflict response has a 4xx status code

func (*ImageConfigurationDeleteImageConflict) IsCode

IsCode returns true when this image configuration delete image conflict response a status code equal to that given

func (*ImageConfigurationDeleteImageConflict) IsRedirect

IsRedirect returns true when this image configuration delete image conflict response has a 3xx status code

func (*ImageConfigurationDeleteImageConflict) IsServerError

func (o *ImageConfigurationDeleteImageConflict) IsServerError() bool

IsServerError returns true when this image configuration delete image conflict response has a 5xx status code

func (*ImageConfigurationDeleteImageConflict) IsSuccess

IsSuccess returns true when this image configuration delete image conflict response has a 2xx status code

func (*ImageConfigurationDeleteImageConflict) String

type ImageConfigurationDeleteImageDefault

type ImageConfigurationDeleteImageDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

ImageConfigurationDeleteImageDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewImageConfigurationDeleteImageDefault

func NewImageConfigurationDeleteImageDefault(code int) *ImageConfigurationDeleteImageDefault

NewImageConfigurationDeleteImageDefault creates a ImageConfigurationDeleteImageDefault with default headers values

func (*ImageConfigurationDeleteImageDefault) Code

Code gets the status code for the image configuration delete image default response

func (*ImageConfigurationDeleteImageDefault) Error

func (*ImageConfigurationDeleteImageDefault) GetPayload

func (*ImageConfigurationDeleteImageDefault) IsClientError

func (o *ImageConfigurationDeleteImageDefault) IsClientError() bool

IsClientError returns true when this image configuration delete image default response has a 4xx status code

func (*ImageConfigurationDeleteImageDefault) IsCode

IsCode returns true when this image configuration delete image default response a status code equal to that given

func (*ImageConfigurationDeleteImageDefault) IsRedirect

IsRedirect returns true when this image configuration delete image default response has a 3xx status code

func (*ImageConfigurationDeleteImageDefault) IsServerError

func (o *ImageConfigurationDeleteImageDefault) IsServerError() bool

IsServerError returns true when this image configuration delete image default response has a 5xx status code

func (*ImageConfigurationDeleteImageDefault) IsSuccess

IsSuccess returns true when this image configuration delete image default response has a 2xx status code

func (*ImageConfigurationDeleteImageDefault) String

type ImageConfigurationDeleteImageForbidden

type ImageConfigurationDeleteImageForbidden struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationDeleteImageForbidden 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 NewImageConfigurationDeleteImageForbidden

func NewImageConfigurationDeleteImageForbidden() *ImageConfigurationDeleteImageForbidden

NewImageConfigurationDeleteImageForbidden creates a ImageConfigurationDeleteImageForbidden with default headers values

func (*ImageConfigurationDeleteImageForbidden) Code

Code gets the status code for the image configuration delete image forbidden response

func (*ImageConfigurationDeleteImageForbidden) Error

func (*ImageConfigurationDeleteImageForbidden) GetPayload

func (*ImageConfigurationDeleteImageForbidden) IsClientError

func (o *ImageConfigurationDeleteImageForbidden) IsClientError() bool

IsClientError returns true when this image configuration delete image forbidden response has a 4xx status code

func (*ImageConfigurationDeleteImageForbidden) IsCode

IsCode returns true when this image configuration delete image forbidden response a status code equal to that given

func (*ImageConfigurationDeleteImageForbidden) IsRedirect

IsRedirect returns true when this image configuration delete image forbidden response has a 3xx status code

func (*ImageConfigurationDeleteImageForbidden) IsServerError

func (o *ImageConfigurationDeleteImageForbidden) IsServerError() bool

IsServerError returns true when this image configuration delete image forbidden response has a 5xx status code

func (*ImageConfigurationDeleteImageForbidden) IsSuccess

IsSuccess returns true when this image configuration delete image forbidden response has a 2xx status code

func (*ImageConfigurationDeleteImageForbidden) String

type ImageConfigurationDeleteImageGatewayTimeout

type ImageConfigurationDeleteImageGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationDeleteImageGatewayTimeout 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 NewImageConfigurationDeleteImageGatewayTimeout

func NewImageConfigurationDeleteImageGatewayTimeout() *ImageConfigurationDeleteImageGatewayTimeout

NewImageConfigurationDeleteImageGatewayTimeout creates a ImageConfigurationDeleteImageGatewayTimeout with default headers values

func (*ImageConfigurationDeleteImageGatewayTimeout) Code

Code gets the status code for the image configuration delete image gateway timeout response

func (*ImageConfigurationDeleteImageGatewayTimeout) Error

func (*ImageConfigurationDeleteImageGatewayTimeout) GetPayload

func (*ImageConfigurationDeleteImageGatewayTimeout) IsClientError

IsClientError returns true when this image configuration delete image gateway timeout response has a 4xx status code

func (*ImageConfigurationDeleteImageGatewayTimeout) IsCode

IsCode returns true when this image configuration delete image gateway timeout response a status code equal to that given

func (*ImageConfigurationDeleteImageGatewayTimeout) IsRedirect

IsRedirect returns true when this image configuration delete image gateway timeout response has a 3xx status code

func (*ImageConfigurationDeleteImageGatewayTimeout) IsServerError

IsServerError returns true when this image configuration delete image gateway timeout response has a 5xx status code

func (*ImageConfigurationDeleteImageGatewayTimeout) IsSuccess

IsSuccess returns true when this image configuration delete image gateway timeout response has a 2xx status code

func (*ImageConfigurationDeleteImageGatewayTimeout) String

type ImageConfigurationDeleteImageInternalServerError

type ImageConfigurationDeleteImageInternalServerError struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationDeleteImageInternalServerError 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 NewImageConfigurationDeleteImageInternalServerError

func NewImageConfigurationDeleteImageInternalServerError() *ImageConfigurationDeleteImageInternalServerError

NewImageConfigurationDeleteImageInternalServerError creates a ImageConfigurationDeleteImageInternalServerError with default headers values

func (*ImageConfigurationDeleteImageInternalServerError) Code

Code gets the status code for the image configuration delete image internal server error response

func (*ImageConfigurationDeleteImageInternalServerError) Error

func (*ImageConfigurationDeleteImageInternalServerError) GetPayload

func (*ImageConfigurationDeleteImageInternalServerError) IsClientError

IsClientError returns true when this image configuration delete image internal server error response has a 4xx status code

func (*ImageConfigurationDeleteImageInternalServerError) IsCode

IsCode returns true when this image configuration delete image internal server error response a status code equal to that given

func (*ImageConfigurationDeleteImageInternalServerError) IsRedirect

IsRedirect returns true when this image configuration delete image internal server error response has a 3xx status code

func (*ImageConfigurationDeleteImageInternalServerError) IsServerError

IsServerError returns true when this image configuration delete image internal server error response has a 5xx status code

func (*ImageConfigurationDeleteImageInternalServerError) IsSuccess

IsSuccess returns true when this image configuration delete image internal server error response has a 2xx status code

func (*ImageConfigurationDeleteImageInternalServerError) String

type ImageConfigurationDeleteImageNotFound

type ImageConfigurationDeleteImageNotFound struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationDeleteImageNotFound 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 NewImageConfigurationDeleteImageNotFound

func NewImageConfigurationDeleteImageNotFound() *ImageConfigurationDeleteImageNotFound

NewImageConfigurationDeleteImageNotFound creates a ImageConfigurationDeleteImageNotFound with default headers values

func (*ImageConfigurationDeleteImageNotFound) Code

Code gets the status code for the image configuration delete image not found response

func (*ImageConfigurationDeleteImageNotFound) Error

func (*ImageConfigurationDeleteImageNotFound) GetPayload

func (*ImageConfigurationDeleteImageNotFound) IsClientError

func (o *ImageConfigurationDeleteImageNotFound) IsClientError() bool

IsClientError returns true when this image configuration delete image not found response has a 4xx status code

func (*ImageConfigurationDeleteImageNotFound) IsCode

IsCode returns true when this image configuration delete image not found response a status code equal to that given

func (*ImageConfigurationDeleteImageNotFound) IsRedirect

IsRedirect returns true when this image configuration delete image not found response has a 3xx status code

func (*ImageConfigurationDeleteImageNotFound) IsServerError

func (o *ImageConfigurationDeleteImageNotFound) IsServerError() bool

IsServerError returns true when this image configuration delete image not found response has a 5xx status code

func (*ImageConfigurationDeleteImageNotFound) IsSuccess

IsSuccess returns true when this image configuration delete image not found response has a 2xx status code

func (*ImageConfigurationDeleteImageNotFound) String

type ImageConfigurationDeleteImageOK

type ImageConfigurationDeleteImageOK struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationDeleteImageOK describes a response with status code 200, with default header values.

A successful response.

func NewImageConfigurationDeleteImageOK

func NewImageConfigurationDeleteImageOK() *ImageConfigurationDeleteImageOK

NewImageConfigurationDeleteImageOK creates a ImageConfigurationDeleteImageOK with default headers values

func (*ImageConfigurationDeleteImageOK) Code

Code gets the status code for the image configuration delete image o k response

func (*ImageConfigurationDeleteImageOK) Error

func (*ImageConfigurationDeleteImageOK) GetPayload

func (*ImageConfigurationDeleteImageOK) IsClientError

func (o *ImageConfigurationDeleteImageOK) IsClientError() bool

IsClientError returns true when this image configuration delete image o k response has a 4xx status code

func (*ImageConfigurationDeleteImageOK) IsCode

func (o *ImageConfigurationDeleteImageOK) IsCode(code int) bool

IsCode returns true when this image configuration delete image o k response a status code equal to that given

func (*ImageConfigurationDeleteImageOK) IsRedirect

func (o *ImageConfigurationDeleteImageOK) IsRedirect() bool

IsRedirect returns true when this image configuration delete image o k response has a 3xx status code

func (*ImageConfigurationDeleteImageOK) IsServerError

func (o *ImageConfigurationDeleteImageOK) IsServerError() bool

IsServerError returns true when this image configuration delete image o k response has a 5xx status code

func (*ImageConfigurationDeleteImageOK) IsSuccess

func (o *ImageConfigurationDeleteImageOK) IsSuccess() bool

IsSuccess returns true when this image configuration delete image o k response has a 2xx status code

func (*ImageConfigurationDeleteImageOK) String

type ImageConfigurationDeleteImageParams

type ImageConfigurationDeleteImageParams 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
}

ImageConfigurationDeleteImageParams contains all the parameters to send to the API endpoint

for the image configuration delete image operation.

Typically these are written to a http.Request.

func DeleteParams

DeleteParams creates a new ImageConfigurationDeleteImageParams 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 NewImageConfigurationDeleteImageParamsWithContext

func NewImageConfigurationDeleteImageParamsWithContext(ctx context.Context) *ImageConfigurationDeleteImageParams

NewImageConfigurationDeleteImageParamsWithContext creates a new ImageConfigurationDeleteImageParams object with the ability to set a context for a request.

func NewImageConfigurationDeleteImageParamsWithHTTPClient

func NewImageConfigurationDeleteImageParamsWithHTTPClient(client *http.Client) *ImageConfigurationDeleteImageParams

NewImageConfigurationDeleteImageParamsWithHTTPClient creates a new ImageConfigurationDeleteImageParams object with the ability to set a custom HTTPClient for a request.

func NewImageConfigurationDeleteImageParamsWithTimeout

func NewImageConfigurationDeleteImageParamsWithTimeout(timeout time.Duration) *ImageConfigurationDeleteImageParams

NewImageConfigurationDeleteImageParamsWithTimeout creates a new ImageConfigurationDeleteImageParams object with the ability to set a timeout on a request.

func (*ImageConfigurationDeleteImageParams) SetContext

SetContext adds the context to the image configuration delete image params

func (*ImageConfigurationDeleteImageParams) SetDefaults

func (o *ImageConfigurationDeleteImageParams) SetDefaults()

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

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

func (*ImageConfigurationDeleteImageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the image configuration delete image params

func (*ImageConfigurationDeleteImageParams) SetID

SetID adds the id to the image configuration delete image params

func (*ImageConfigurationDeleteImageParams) SetTimeout

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

SetTimeout adds the timeout to the image configuration delete image params

func (*ImageConfigurationDeleteImageParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the image configuration delete image params

func (*ImageConfigurationDeleteImageParams) WithContext

WithContext adds the context to the image configuration delete image params

func (*ImageConfigurationDeleteImageParams) WithDefaults

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

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

func (*ImageConfigurationDeleteImageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the image configuration delete image params

func (*ImageConfigurationDeleteImageParams) WithID

WithID adds the id to the image configuration delete image params

func (*ImageConfigurationDeleteImageParams) WithTimeout

WithTimeout adds the timeout to the image configuration delete image params

func (*ImageConfigurationDeleteImageParams) WithXRequestID

WithXRequestID adds the xRequestID to the image configuration delete image params

func (*ImageConfigurationDeleteImageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImageConfigurationDeleteImageReader

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

ImageConfigurationDeleteImageReader is a Reader for the ImageConfigurationDeleteImage structure.

func (*ImageConfigurationDeleteImageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImageConfigurationDeleteImageUnauthorized

type ImageConfigurationDeleteImageUnauthorized struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationDeleteImageUnauthorized 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 NewImageConfigurationDeleteImageUnauthorized

func NewImageConfigurationDeleteImageUnauthorized() *ImageConfigurationDeleteImageUnauthorized

NewImageConfigurationDeleteImageUnauthorized creates a ImageConfigurationDeleteImageUnauthorized with default headers values

func (*ImageConfigurationDeleteImageUnauthorized) Code

Code gets the status code for the image configuration delete image unauthorized response

func (*ImageConfigurationDeleteImageUnauthorized) Error

func (*ImageConfigurationDeleteImageUnauthorized) GetPayload

func (*ImageConfigurationDeleteImageUnauthorized) IsClientError

IsClientError returns true when this image configuration delete image unauthorized response has a 4xx status code

func (*ImageConfigurationDeleteImageUnauthorized) IsCode

IsCode returns true when this image configuration delete image unauthorized response a status code equal to that given

func (*ImageConfigurationDeleteImageUnauthorized) IsRedirect

IsRedirect returns true when this image configuration delete image unauthorized response has a 3xx status code

func (*ImageConfigurationDeleteImageUnauthorized) IsServerError

IsServerError returns true when this image configuration delete image unauthorized response has a 5xx status code

func (*ImageConfigurationDeleteImageUnauthorized) IsSuccess

IsSuccess returns true when this image configuration delete image unauthorized response has a 2xx status code

func (*ImageConfigurationDeleteImageUnauthorized) String

type ImageConfigurationDeleteLatestImageConflict

type ImageConfigurationDeleteLatestImageConflict struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationDeleteLatestImageConflict 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 NewImageConfigurationDeleteLatestImageConflict

func NewImageConfigurationDeleteLatestImageConflict() *ImageConfigurationDeleteLatestImageConflict

NewImageConfigurationDeleteLatestImageConflict creates a ImageConfigurationDeleteLatestImageConflict with default headers values

func (*ImageConfigurationDeleteLatestImageConflict) Code

Code gets the status code for the image configuration delete latest image conflict response

func (*ImageConfigurationDeleteLatestImageConflict) Error

func (*ImageConfigurationDeleteLatestImageConflict) GetPayload

func (*ImageConfigurationDeleteLatestImageConflict) IsClientError

IsClientError returns true when this image configuration delete latest image conflict response has a 4xx status code

func (*ImageConfigurationDeleteLatestImageConflict) IsCode

IsCode returns true when this image configuration delete latest image conflict response a status code equal to that given

func (*ImageConfigurationDeleteLatestImageConflict) IsRedirect

IsRedirect returns true when this image configuration delete latest image conflict response has a 3xx status code

func (*ImageConfigurationDeleteLatestImageConflict) IsServerError

IsServerError returns true when this image configuration delete latest image conflict response has a 5xx status code

func (*ImageConfigurationDeleteLatestImageConflict) IsSuccess

IsSuccess returns true when this image configuration delete latest image conflict response has a 2xx status code

func (*ImageConfigurationDeleteLatestImageConflict) String

type ImageConfigurationDeleteLatestImageDefault

type ImageConfigurationDeleteLatestImageDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

ImageConfigurationDeleteLatestImageDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewImageConfigurationDeleteLatestImageDefault

func NewImageConfigurationDeleteLatestImageDefault(code int) *ImageConfigurationDeleteLatestImageDefault

NewImageConfigurationDeleteLatestImageDefault creates a ImageConfigurationDeleteLatestImageDefault with default headers values

func (*ImageConfigurationDeleteLatestImageDefault) Code

Code gets the status code for the image configuration delete latest image default response

func (*ImageConfigurationDeleteLatestImageDefault) Error

func (*ImageConfigurationDeleteLatestImageDefault) GetPayload

func (*ImageConfigurationDeleteLatestImageDefault) IsClientError

IsClientError returns true when this image configuration delete latest image default response has a 4xx status code

func (*ImageConfigurationDeleteLatestImageDefault) IsCode

IsCode returns true when this image configuration delete latest image default response a status code equal to that given

func (*ImageConfigurationDeleteLatestImageDefault) IsRedirect

IsRedirect returns true when this image configuration delete latest image default response has a 3xx status code

func (*ImageConfigurationDeleteLatestImageDefault) IsServerError

IsServerError returns true when this image configuration delete latest image default response has a 5xx status code

func (*ImageConfigurationDeleteLatestImageDefault) IsSuccess

IsSuccess returns true when this image configuration delete latest image default response has a 2xx status code

func (*ImageConfigurationDeleteLatestImageDefault) String

type ImageConfigurationDeleteLatestImageForbidden

type ImageConfigurationDeleteLatestImageForbidden struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationDeleteLatestImageForbidden 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 NewImageConfigurationDeleteLatestImageForbidden

func NewImageConfigurationDeleteLatestImageForbidden() *ImageConfigurationDeleteLatestImageForbidden

NewImageConfigurationDeleteLatestImageForbidden creates a ImageConfigurationDeleteLatestImageForbidden with default headers values

func (*ImageConfigurationDeleteLatestImageForbidden) Code

Code gets the status code for the image configuration delete latest image forbidden response

func (*ImageConfigurationDeleteLatestImageForbidden) Error

func (*ImageConfigurationDeleteLatestImageForbidden) GetPayload

func (*ImageConfigurationDeleteLatestImageForbidden) IsClientError

IsClientError returns true when this image configuration delete latest image forbidden response has a 4xx status code

func (*ImageConfigurationDeleteLatestImageForbidden) IsCode

IsCode returns true when this image configuration delete latest image forbidden response a status code equal to that given

func (*ImageConfigurationDeleteLatestImageForbidden) IsRedirect

IsRedirect returns true when this image configuration delete latest image forbidden response has a 3xx status code

func (*ImageConfigurationDeleteLatestImageForbidden) IsServerError

IsServerError returns true when this image configuration delete latest image forbidden response has a 5xx status code

func (*ImageConfigurationDeleteLatestImageForbidden) IsSuccess

IsSuccess returns true when this image configuration delete latest image forbidden response has a 2xx status code

func (*ImageConfigurationDeleteLatestImageForbidden) String

type ImageConfigurationDeleteLatestImageGatewayTimeout

type ImageConfigurationDeleteLatestImageGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationDeleteLatestImageGatewayTimeout 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 NewImageConfigurationDeleteLatestImageGatewayTimeout

func NewImageConfigurationDeleteLatestImageGatewayTimeout() *ImageConfigurationDeleteLatestImageGatewayTimeout

NewImageConfigurationDeleteLatestImageGatewayTimeout creates a ImageConfigurationDeleteLatestImageGatewayTimeout with default headers values

func (*ImageConfigurationDeleteLatestImageGatewayTimeout) Code

Code gets the status code for the image configuration delete latest image gateway timeout response

func (*ImageConfigurationDeleteLatestImageGatewayTimeout) Error

func (*ImageConfigurationDeleteLatestImageGatewayTimeout) GetPayload

func (*ImageConfigurationDeleteLatestImageGatewayTimeout) IsClientError

IsClientError returns true when this image configuration delete latest image gateway timeout response has a 4xx status code

func (*ImageConfigurationDeleteLatestImageGatewayTimeout) IsCode

IsCode returns true when this image configuration delete latest image gateway timeout response a status code equal to that given

func (*ImageConfigurationDeleteLatestImageGatewayTimeout) IsRedirect

IsRedirect returns true when this image configuration delete latest image gateway timeout response has a 3xx status code

func (*ImageConfigurationDeleteLatestImageGatewayTimeout) IsServerError

IsServerError returns true when this image configuration delete latest image gateway timeout response has a 5xx status code

func (*ImageConfigurationDeleteLatestImageGatewayTimeout) IsSuccess

IsSuccess returns true when this image configuration delete latest image gateway timeout response has a 2xx status code

func (*ImageConfigurationDeleteLatestImageGatewayTimeout) String

type ImageConfigurationDeleteLatestImageInternalServerError

type ImageConfigurationDeleteLatestImageInternalServerError struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationDeleteLatestImageInternalServerError 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 NewImageConfigurationDeleteLatestImageInternalServerError

func NewImageConfigurationDeleteLatestImageInternalServerError() *ImageConfigurationDeleteLatestImageInternalServerError

NewImageConfigurationDeleteLatestImageInternalServerError creates a ImageConfigurationDeleteLatestImageInternalServerError with default headers values

func (*ImageConfigurationDeleteLatestImageInternalServerError) Code

Code gets the status code for the image configuration delete latest image internal server error response

func (*ImageConfigurationDeleteLatestImageInternalServerError) Error

func (*ImageConfigurationDeleteLatestImageInternalServerError) GetPayload

func (*ImageConfigurationDeleteLatestImageInternalServerError) IsClientError

IsClientError returns true when this image configuration delete latest image internal server error response has a 4xx status code

func (*ImageConfigurationDeleteLatestImageInternalServerError) IsCode

IsCode returns true when this image configuration delete latest image internal server error response a status code equal to that given

func (*ImageConfigurationDeleteLatestImageInternalServerError) IsRedirect

IsRedirect returns true when this image configuration delete latest image internal server error response has a 3xx status code

func (*ImageConfigurationDeleteLatestImageInternalServerError) IsServerError

IsServerError returns true when this image configuration delete latest image internal server error response has a 5xx status code

func (*ImageConfigurationDeleteLatestImageInternalServerError) IsSuccess

IsSuccess returns true when this image configuration delete latest image internal server error response has a 2xx status code

func (*ImageConfigurationDeleteLatestImageInternalServerError) String

type ImageConfigurationDeleteLatestImageNotFound

type ImageConfigurationDeleteLatestImageNotFound struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationDeleteLatestImageNotFound 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 NewImageConfigurationDeleteLatestImageNotFound

func NewImageConfigurationDeleteLatestImageNotFound() *ImageConfigurationDeleteLatestImageNotFound

NewImageConfigurationDeleteLatestImageNotFound creates a ImageConfigurationDeleteLatestImageNotFound with default headers values

func (*ImageConfigurationDeleteLatestImageNotFound) Code

Code gets the status code for the image configuration delete latest image not found response

func (*ImageConfigurationDeleteLatestImageNotFound) Error

func (*ImageConfigurationDeleteLatestImageNotFound) GetPayload

func (*ImageConfigurationDeleteLatestImageNotFound) IsClientError

IsClientError returns true when this image configuration delete latest image not found response has a 4xx status code

func (*ImageConfigurationDeleteLatestImageNotFound) IsCode

IsCode returns true when this image configuration delete latest image not found response a status code equal to that given

func (*ImageConfigurationDeleteLatestImageNotFound) IsRedirect

IsRedirect returns true when this image configuration delete latest image not found response has a 3xx status code

func (*ImageConfigurationDeleteLatestImageNotFound) IsServerError

IsServerError returns true when this image configuration delete latest image not found response has a 5xx status code

func (*ImageConfigurationDeleteLatestImageNotFound) IsSuccess

IsSuccess returns true when this image configuration delete latest image not found response has a 2xx status code

func (*ImageConfigurationDeleteLatestImageNotFound) String

type ImageConfigurationDeleteLatestImageOK

type ImageConfigurationDeleteLatestImageOK struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationDeleteLatestImageOK describes a response with status code 200, with default header values.

A successful response.

func NewImageConfigurationDeleteLatestImageOK

func NewImageConfigurationDeleteLatestImageOK() *ImageConfigurationDeleteLatestImageOK

NewImageConfigurationDeleteLatestImageOK creates a ImageConfigurationDeleteLatestImageOK with default headers values

func (*ImageConfigurationDeleteLatestImageOK) Code

Code gets the status code for the image configuration delete latest image o k response

func (*ImageConfigurationDeleteLatestImageOK) Error

func (*ImageConfigurationDeleteLatestImageOK) GetPayload

func (*ImageConfigurationDeleteLatestImageOK) IsClientError

func (o *ImageConfigurationDeleteLatestImageOK) IsClientError() bool

IsClientError returns true when this image configuration delete latest image o k response has a 4xx status code

func (*ImageConfigurationDeleteLatestImageOK) IsCode

IsCode returns true when this image configuration delete latest image o k response a status code equal to that given

func (*ImageConfigurationDeleteLatestImageOK) IsRedirect

IsRedirect returns true when this image configuration delete latest image o k response has a 3xx status code

func (*ImageConfigurationDeleteLatestImageOK) IsServerError

func (o *ImageConfigurationDeleteLatestImageOK) IsServerError() bool

IsServerError returns true when this image configuration delete latest image o k response has a 5xx status code

func (*ImageConfigurationDeleteLatestImageOK) IsSuccess

IsSuccess returns true when this image configuration delete latest image o k response has a 2xx status code

func (*ImageConfigurationDeleteLatestImageOK) String

type ImageConfigurationDeleteLatestImageParams

type ImageConfigurationDeleteLatestImageParams 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
}

ImageConfigurationDeleteLatestImageParams contains all the parameters to send to the API endpoint

for the image configuration delete latest image operation.

Typically these are written to a http.Request.

func NewImageConfigurationDeleteLatestImageParams

func NewImageConfigurationDeleteLatestImageParams() *ImageConfigurationDeleteLatestImageParams

NewImageConfigurationDeleteLatestImageParams creates a new ImageConfigurationDeleteLatestImageParams 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 NewImageConfigurationDeleteLatestImageParamsWithContext

func NewImageConfigurationDeleteLatestImageParamsWithContext(ctx context.Context) *ImageConfigurationDeleteLatestImageParams

NewImageConfigurationDeleteLatestImageParamsWithContext creates a new ImageConfigurationDeleteLatestImageParams object with the ability to set a context for a request.

func NewImageConfigurationDeleteLatestImageParamsWithHTTPClient

func NewImageConfigurationDeleteLatestImageParamsWithHTTPClient(client *http.Client) *ImageConfigurationDeleteLatestImageParams

NewImageConfigurationDeleteLatestImageParamsWithHTTPClient creates a new ImageConfigurationDeleteLatestImageParams object with the ability to set a custom HTTPClient for a request.

func NewImageConfigurationDeleteLatestImageParamsWithTimeout

func NewImageConfigurationDeleteLatestImageParamsWithTimeout(timeout time.Duration) *ImageConfigurationDeleteLatestImageParams

NewImageConfigurationDeleteLatestImageParamsWithTimeout creates a new ImageConfigurationDeleteLatestImageParams object with the ability to set a timeout on a request.

func (*ImageConfigurationDeleteLatestImageParams) SetContext

SetContext adds the context to the image configuration delete latest image params

func (*ImageConfigurationDeleteLatestImageParams) SetDefaults

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

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

func (*ImageConfigurationDeleteLatestImageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the image configuration delete latest image params

func (*ImageConfigurationDeleteLatestImageParams) SetID

SetID adds the id to the image configuration delete latest image params

func (*ImageConfigurationDeleteLatestImageParams) SetTimeout

SetTimeout adds the timeout to the image configuration delete latest image params

func (*ImageConfigurationDeleteLatestImageParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the image configuration delete latest image params

func (*ImageConfigurationDeleteLatestImageParams) WithContext

WithContext adds the context to the image configuration delete latest image params

func (*ImageConfigurationDeleteLatestImageParams) WithDefaults

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

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

func (*ImageConfigurationDeleteLatestImageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the image configuration delete latest image params

func (*ImageConfigurationDeleteLatestImageParams) WithID

WithID adds the id to the image configuration delete latest image params

func (*ImageConfigurationDeleteLatestImageParams) WithTimeout

WithTimeout adds the timeout to the image configuration delete latest image params

func (*ImageConfigurationDeleteLatestImageParams) WithXRequestID

WithXRequestID adds the xRequestID to the image configuration delete latest image params

func (*ImageConfigurationDeleteLatestImageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImageConfigurationDeleteLatestImageReader

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

ImageConfigurationDeleteLatestImageReader is a Reader for the ImageConfigurationDeleteLatestImage structure.

func (*ImageConfigurationDeleteLatestImageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImageConfigurationDeleteLatestImageUnauthorized

type ImageConfigurationDeleteLatestImageUnauthorized struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationDeleteLatestImageUnauthorized 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 NewImageConfigurationDeleteLatestImageUnauthorized

func NewImageConfigurationDeleteLatestImageUnauthorized() *ImageConfigurationDeleteLatestImageUnauthorized

NewImageConfigurationDeleteLatestImageUnauthorized creates a ImageConfigurationDeleteLatestImageUnauthorized with default headers values

func (*ImageConfigurationDeleteLatestImageUnauthorized) Code

Code gets the status code for the image configuration delete latest image unauthorized response

func (*ImageConfigurationDeleteLatestImageUnauthorized) Error

func (*ImageConfigurationDeleteLatestImageUnauthorized) GetPayload

func (*ImageConfigurationDeleteLatestImageUnauthorized) IsClientError

IsClientError returns true when this image configuration delete latest image unauthorized response has a 4xx status code

func (*ImageConfigurationDeleteLatestImageUnauthorized) IsCode

IsCode returns true when this image configuration delete latest image unauthorized response a status code equal to that given

func (*ImageConfigurationDeleteLatestImageUnauthorized) IsRedirect

IsRedirect returns true when this image configuration delete latest image unauthorized response has a 3xx status code

func (*ImageConfigurationDeleteLatestImageUnauthorized) IsServerError

IsServerError returns true when this image configuration delete latest image unauthorized response has a 5xx status code

func (*ImageConfigurationDeleteLatestImageUnauthorized) IsSuccess

IsSuccess returns true when this image configuration delete latest image unauthorized response has a 2xx status code

func (*ImageConfigurationDeleteLatestImageUnauthorized) String

type ImageConfigurationGetImageByNameDefault

type ImageConfigurationGetImageByNameDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

ImageConfigurationGetImageByNameDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewImageConfigurationGetImageByNameDefault

func NewImageConfigurationGetImageByNameDefault(code int) *ImageConfigurationGetImageByNameDefault

NewImageConfigurationGetImageByNameDefault creates a ImageConfigurationGetImageByNameDefault with default headers values

func (*ImageConfigurationGetImageByNameDefault) Code

Code gets the status code for the image configuration get image by name default response

func (*ImageConfigurationGetImageByNameDefault) Error

func (*ImageConfigurationGetImageByNameDefault) GetPayload

func (*ImageConfigurationGetImageByNameDefault) IsClientError

func (o *ImageConfigurationGetImageByNameDefault) IsClientError() bool

IsClientError returns true when this image configuration get image by name default response has a 4xx status code

func (*ImageConfigurationGetImageByNameDefault) IsCode

IsCode returns true when this image configuration get image by name default response a status code equal to that given

func (*ImageConfigurationGetImageByNameDefault) IsRedirect

IsRedirect returns true when this image configuration get image by name default response has a 3xx status code

func (*ImageConfigurationGetImageByNameDefault) IsServerError

func (o *ImageConfigurationGetImageByNameDefault) IsServerError() bool

IsServerError returns true when this image configuration get image by name default response has a 5xx status code

func (*ImageConfigurationGetImageByNameDefault) IsSuccess

IsSuccess returns true when this image configuration get image by name default response has a 2xx status code

func (*ImageConfigurationGetImageByNameDefault) String

type ImageConfigurationGetImageByNameForbidden

type ImageConfigurationGetImageByNameForbidden struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationGetImageByNameForbidden 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 NewImageConfigurationGetImageByNameForbidden

func NewImageConfigurationGetImageByNameForbidden() *ImageConfigurationGetImageByNameForbidden

NewImageConfigurationGetImageByNameForbidden creates a ImageConfigurationGetImageByNameForbidden with default headers values

func (*ImageConfigurationGetImageByNameForbidden) Code

Code gets the status code for the image configuration get image by name forbidden response

func (*ImageConfigurationGetImageByNameForbidden) Error

func (*ImageConfigurationGetImageByNameForbidden) GetPayload

func (*ImageConfigurationGetImageByNameForbidden) IsClientError

IsClientError returns true when this image configuration get image by name forbidden response has a 4xx status code

func (*ImageConfigurationGetImageByNameForbidden) IsCode

IsCode returns true when this image configuration get image by name forbidden response a status code equal to that given

func (*ImageConfigurationGetImageByNameForbidden) IsRedirect

IsRedirect returns true when this image configuration get image by name forbidden response has a 3xx status code

func (*ImageConfigurationGetImageByNameForbidden) IsServerError

IsServerError returns true when this image configuration get image by name forbidden response has a 5xx status code

func (*ImageConfigurationGetImageByNameForbidden) IsSuccess

IsSuccess returns true when this image configuration get image by name forbidden response has a 2xx status code

func (*ImageConfigurationGetImageByNameForbidden) String

type ImageConfigurationGetImageByNameGatewayTimeout

type ImageConfigurationGetImageByNameGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationGetImageByNameGatewayTimeout 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 NewImageConfigurationGetImageByNameGatewayTimeout

func NewImageConfigurationGetImageByNameGatewayTimeout() *ImageConfigurationGetImageByNameGatewayTimeout

NewImageConfigurationGetImageByNameGatewayTimeout creates a ImageConfigurationGetImageByNameGatewayTimeout with default headers values

func (*ImageConfigurationGetImageByNameGatewayTimeout) Code

Code gets the status code for the image configuration get image by name gateway timeout response

func (*ImageConfigurationGetImageByNameGatewayTimeout) Error

func (*ImageConfigurationGetImageByNameGatewayTimeout) GetPayload

func (*ImageConfigurationGetImageByNameGatewayTimeout) IsClientError

IsClientError returns true when this image configuration get image by name gateway timeout response has a 4xx status code

func (*ImageConfigurationGetImageByNameGatewayTimeout) IsCode

IsCode returns true when this image configuration get image by name gateway timeout response a status code equal to that given

func (*ImageConfigurationGetImageByNameGatewayTimeout) IsRedirect

IsRedirect returns true when this image configuration get image by name gateway timeout response has a 3xx status code

func (*ImageConfigurationGetImageByNameGatewayTimeout) IsServerError

IsServerError returns true when this image configuration get image by name gateway timeout response has a 5xx status code

func (*ImageConfigurationGetImageByNameGatewayTimeout) IsSuccess

IsSuccess returns true when this image configuration get image by name gateway timeout response has a 2xx status code

func (*ImageConfigurationGetImageByNameGatewayTimeout) String

type ImageConfigurationGetImageByNameInternalServerError

type ImageConfigurationGetImageByNameInternalServerError struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationGetImageByNameInternalServerError 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 NewImageConfigurationGetImageByNameInternalServerError

func NewImageConfigurationGetImageByNameInternalServerError() *ImageConfigurationGetImageByNameInternalServerError

NewImageConfigurationGetImageByNameInternalServerError creates a ImageConfigurationGetImageByNameInternalServerError with default headers values

func (*ImageConfigurationGetImageByNameInternalServerError) Code

Code gets the status code for the image configuration get image by name internal server error response

func (*ImageConfigurationGetImageByNameInternalServerError) Error

func (*ImageConfigurationGetImageByNameInternalServerError) GetPayload

func (*ImageConfigurationGetImageByNameInternalServerError) IsClientError

IsClientError returns true when this image configuration get image by name internal server error response has a 4xx status code

func (*ImageConfigurationGetImageByNameInternalServerError) IsCode

IsCode returns true when this image configuration get image by name internal server error response a status code equal to that given

func (*ImageConfigurationGetImageByNameInternalServerError) IsRedirect

IsRedirect returns true when this image configuration get image by name internal server error response has a 3xx status code

func (*ImageConfigurationGetImageByNameInternalServerError) IsServerError

IsServerError returns true when this image configuration get image by name internal server error response has a 5xx status code

func (*ImageConfigurationGetImageByNameInternalServerError) IsSuccess

IsSuccess returns true when this image configuration get image by name internal server error response has a 2xx status code

func (*ImageConfigurationGetImageByNameInternalServerError) String

type ImageConfigurationGetImageByNameNotFound

type ImageConfigurationGetImageByNameNotFound struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationGetImageByNameNotFound 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 NewImageConfigurationGetImageByNameNotFound

func NewImageConfigurationGetImageByNameNotFound() *ImageConfigurationGetImageByNameNotFound

NewImageConfigurationGetImageByNameNotFound creates a ImageConfigurationGetImageByNameNotFound with default headers values

func (*ImageConfigurationGetImageByNameNotFound) Code

Code gets the status code for the image configuration get image by name not found response

func (*ImageConfigurationGetImageByNameNotFound) Error

func (*ImageConfigurationGetImageByNameNotFound) GetPayload

func (*ImageConfigurationGetImageByNameNotFound) IsClientError

IsClientError returns true when this image configuration get image by name not found response has a 4xx status code

func (*ImageConfigurationGetImageByNameNotFound) IsCode

IsCode returns true when this image configuration get image by name not found response a status code equal to that given

func (*ImageConfigurationGetImageByNameNotFound) IsRedirect

IsRedirect returns true when this image configuration get image by name not found response has a 3xx status code

func (*ImageConfigurationGetImageByNameNotFound) IsServerError

IsServerError returns true when this image configuration get image by name not found response has a 5xx status code

func (*ImageConfigurationGetImageByNameNotFound) IsSuccess

IsSuccess returns true when this image configuration get image by name not found response has a 2xx status code

func (*ImageConfigurationGetImageByNameNotFound) String

type ImageConfigurationGetImageByNameOK

type ImageConfigurationGetImageByNameOK struct {
	Payload *models.Image
}

ImageConfigurationGetImageByNameOK describes a response with status code 200, with default header values.

A successful response.

func NewImageConfigurationGetImageByNameOK

func NewImageConfigurationGetImageByNameOK() *ImageConfigurationGetImageByNameOK

NewImageConfigurationGetImageByNameOK creates a ImageConfigurationGetImageByNameOK with default headers values

func (*ImageConfigurationGetImageByNameOK) Code

Code gets the status code for the image configuration get image by name o k response

func (*ImageConfigurationGetImageByNameOK) Error

func (*ImageConfigurationGetImageByNameOK) GetPayload

func (*ImageConfigurationGetImageByNameOK) IsClientError

func (o *ImageConfigurationGetImageByNameOK) IsClientError() bool

IsClientError returns true when this image configuration get image by name o k response has a 4xx status code

func (*ImageConfigurationGetImageByNameOK) IsCode

IsCode returns true when this image configuration get image by name o k response a status code equal to that given

func (*ImageConfigurationGetImageByNameOK) IsRedirect

func (o *ImageConfigurationGetImageByNameOK) IsRedirect() bool

IsRedirect returns true when this image configuration get image by name o k response has a 3xx status code

func (*ImageConfigurationGetImageByNameOK) IsServerError

func (o *ImageConfigurationGetImageByNameOK) IsServerError() bool

IsServerError returns true when this image configuration get image by name o k response has a 5xx status code

func (*ImageConfigurationGetImageByNameOK) IsSuccess

IsSuccess returns true when this image configuration get image by name o k response has a 2xx status code

func (*ImageConfigurationGetImageByNameOK) String

type ImageConfigurationGetImageByNameParams

type ImageConfigurationGetImageByNameParams 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
}

ImageConfigurationGetImageByNameParams contains all the parameters to send to the API endpoint

for the image configuration get image by name operation.

Typically these are written to a http.Request.

func GetByNameParams

func GetByNameParams() *ImageConfigurationGetImageByNameParams

GetByNameParams creates a new ImageConfigurationGetImageByNameParams 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 NewImageConfigurationGetImageByNameParamsWithContext

func NewImageConfigurationGetImageByNameParamsWithContext(ctx context.Context) *ImageConfigurationGetImageByNameParams

NewImageConfigurationGetImageByNameParamsWithContext creates a new ImageConfigurationGetImageByNameParams object with the ability to set a context for a request.

func NewImageConfigurationGetImageByNameParamsWithHTTPClient

func NewImageConfigurationGetImageByNameParamsWithHTTPClient(client *http.Client) *ImageConfigurationGetImageByNameParams

NewImageConfigurationGetImageByNameParamsWithHTTPClient creates a new ImageConfigurationGetImageByNameParams object with the ability to set a custom HTTPClient for a request.

func NewImageConfigurationGetImageByNameParamsWithTimeout

func NewImageConfigurationGetImageByNameParamsWithTimeout(timeout time.Duration) *ImageConfigurationGetImageByNameParams

NewImageConfigurationGetImageByNameParamsWithTimeout creates a new ImageConfigurationGetImageByNameParams object with the ability to set a timeout on a request.

func (*ImageConfigurationGetImageByNameParams) SetContext

SetContext adds the context to the image configuration get image by name params

func (*ImageConfigurationGetImageByNameParams) SetDefaults

func (o *ImageConfigurationGetImageByNameParams) SetDefaults()

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

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

func (*ImageConfigurationGetImageByNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the image configuration get image by name params

func (*ImageConfigurationGetImageByNameParams) SetName

SetName adds the name to the image configuration get image by name params

func (*ImageConfigurationGetImageByNameParams) SetTimeout

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

SetTimeout adds the timeout to the image configuration get image by name params

func (*ImageConfigurationGetImageByNameParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the image configuration get image by name params

func (*ImageConfigurationGetImageByNameParams) WithContext

WithContext adds the context to the image configuration get image by name params

func (*ImageConfigurationGetImageByNameParams) WithDefaults

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

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

func (*ImageConfigurationGetImageByNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the image configuration get image by name params

func (*ImageConfigurationGetImageByNameParams) WithName

WithName adds the name to the image configuration get image by name params

func (*ImageConfigurationGetImageByNameParams) WithTimeout

WithTimeout adds the timeout to the image configuration get image by name params

func (*ImageConfigurationGetImageByNameParams) WithXRequestID

WithXRequestID adds the xRequestID to the image configuration get image by name params

func (*ImageConfigurationGetImageByNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImageConfigurationGetImageByNameReader

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

ImageConfigurationGetImageByNameReader is a Reader for the ImageConfigurationGetImageByName structure.

func (*ImageConfigurationGetImageByNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImageConfigurationGetImageByNameUnauthorized

type ImageConfigurationGetImageByNameUnauthorized struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationGetImageByNameUnauthorized 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 NewImageConfigurationGetImageByNameUnauthorized

func NewImageConfigurationGetImageByNameUnauthorized() *ImageConfigurationGetImageByNameUnauthorized

NewImageConfigurationGetImageByNameUnauthorized creates a ImageConfigurationGetImageByNameUnauthorized with default headers values

func (*ImageConfigurationGetImageByNameUnauthorized) Code

Code gets the status code for the image configuration get image by name unauthorized response

func (*ImageConfigurationGetImageByNameUnauthorized) Error

func (*ImageConfigurationGetImageByNameUnauthorized) GetPayload

func (*ImageConfigurationGetImageByNameUnauthorized) IsClientError

IsClientError returns true when this image configuration get image by name unauthorized response has a 4xx status code

func (*ImageConfigurationGetImageByNameUnauthorized) IsCode

IsCode returns true when this image configuration get image by name unauthorized response a status code equal to that given

func (*ImageConfigurationGetImageByNameUnauthorized) IsRedirect

IsRedirect returns true when this image configuration get image by name unauthorized response has a 3xx status code

func (*ImageConfigurationGetImageByNameUnauthorized) IsServerError

IsServerError returns true when this image configuration get image by name unauthorized response has a 5xx status code

func (*ImageConfigurationGetImageByNameUnauthorized) IsSuccess

IsSuccess returns true when this image configuration get image by name unauthorized response has a 2xx status code

func (*ImageConfigurationGetImageByNameUnauthorized) String

type ImageConfigurationGetImageDefault

type ImageConfigurationGetImageDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

ImageConfigurationGetImageDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewImageConfigurationGetImageDefault

func NewImageConfigurationGetImageDefault(code int) *ImageConfigurationGetImageDefault

NewImageConfigurationGetImageDefault creates a ImageConfigurationGetImageDefault with default headers values

func (*ImageConfigurationGetImageDefault) Code

Code gets the status code for the image configuration get image default response

func (*ImageConfigurationGetImageDefault) Error

func (*ImageConfigurationGetImageDefault) GetPayload

func (*ImageConfigurationGetImageDefault) IsClientError

func (o *ImageConfigurationGetImageDefault) IsClientError() bool

IsClientError returns true when this image configuration get image default response has a 4xx status code

func (*ImageConfigurationGetImageDefault) IsCode

func (o *ImageConfigurationGetImageDefault) IsCode(code int) bool

IsCode returns true when this image configuration get image default response a status code equal to that given

func (*ImageConfigurationGetImageDefault) IsRedirect

func (o *ImageConfigurationGetImageDefault) IsRedirect() bool

IsRedirect returns true when this image configuration get image default response has a 3xx status code

func (*ImageConfigurationGetImageDefault) IsServerError

func (o *ImageConfigurationGetImageDefault) IsServerError() bool

IsServerError returns true when this image configuration get image default response has a 5xx status code

func (*ImageConfigurationGetImageDefault) IsSuccess

func (o *ImageConfigurationGetImageDefault) IsSuccess() bool

IsSuccess returns true when this image configuration get image default response has a 2xx status code

func (*ImageConfigurationGetImageDefault) String

type ImageConfigurationGetImageForbidden

type ImageConfigurationGetImageForbidden struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationGetImageForbidden 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 NewImageConfigurationGetImageForbidden

func NewImageConfigurationGetImageForbidden() *ImageConfigurationGetImageForbidden

NewImageConfigurationGetImageForbidden creates a ImageConfigurationGetImageForbidden with default headers values

func (*ImageConfigurationGetImageForbidden) Code

Code gets the status code for the image configuration get image forbidden response

func (*ImageConfigurationGetImageForbidden) Error

func (*ImageConfigurationGetImageForbidden) GetPayload

func (*ImageConfigurationGetImageForbidden) IsClientError

func (o *ImageConfigurationGetImageForbidden) IsClientError() bool

IsClientError returns true when this image configuration get image forbidden response has a 4xx status code

func (*ImageConfigurationGetImageForbidden) IsCode

IsCode returns true when this image configuration get image forbidden response a status code equal to that given

func (*ImageConfigurationGetImageForbidden) IsRedirect

func (o *ImageConfigurationGetImageForbidden) IsRedirect() bool

IsRedirect returns true when this image configuration get image forbidden response has a 3xx status code

func (*ImageConfigurationGetImageForbidden) IsServerError

func (o *ImageConfigurationGetImageForbidden) IsServerError() bool

IsServerError returns true when this image configuration get image forbidden response has a 5xx status code

func (*ImageConfigurationGetImageForbidden) IsSuccess

IsSuccess returns true when this image configuration get image forbidden response has a 2xx status code

func (*ImageConfigurationGetImageForbidden) String

type ImageConfigurationGetImageGatewayTimeout

type ImageConfigurationGetImageGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationGetImageGatewayTimeout 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 NewImageConfigurationGetImageGatewayTimeout

func NewImageConfigurationGetImageGatewayTimeout() *ImageConfigurationGetImageGatewayTimeout

NewImageConfigurationGetImageGatewayTimeout creates a ImageConfigurationGetImageGatewayTimeout with default headers values

func (*ImageConfigurationGetImageGatewayTimeout) Code

Code gets the status code for the image configuration get image gateway timeout response

func (*ImageConfigurationGetImageGatewayTimeout) Error

func (*ImageConfigurationGetImageGatewayTimeout) GetPayload

func (*ImageConfigurationGetImageGatewayTimeout) IsClientError

IsClientError returns true when this image configuration get image gateway timeout response has a 4xx status code

func (*ImageConfigurationGetImageGatewayTimeout) IsCode

IsCode returns true when this image configuration get image gateway timeout response a status code equal to that given

func (*ImageConfigurationGetImageGatewayTimeout) IsRedirect

IsRedirect returns true when this image configuration get image gateway timeout response has a 3xx status code

func (*ImageConfigurationGetImageGatewayTimeout) IsServerError

IsServerError returns true when this image configuration get image gateway timeout response has a 5xx status code

func (*ImageConfigurationGetImageGatewayTimeout) IsSuccess

IsSuccess returns true when this image configuration get image gateway timeout response has a 2xx status code

func (*ImageConfigurationGetImageGatewayTimeout) String

type ImageConfigurationGetImageInternalServerError

type ImageConfigurationGetImageInternalServerError struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationGetImageInternalServerError 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 NewImageConfigurationGetImageInternalServerError

func NewImageConfigurationGetImageInternalServerError() *ImageConfigurationGetImageInternalServerError

NewImageConfigurationGetImageInternalServerError creates a ImageConfigurationGetImageInternalServerError with default headers values

func (*ImageConfigurationGetImageInternalServerError) Code

Code gets the status code for the image configuration get image internal server error response

func (*ImageConfigurationGetImageInternalServerError) Error

func (*ImageConfigurationGetImageInternalServerError) GetPayload

func (*ImageConfigurationGetImageInternalServerError) IsClientError

IsClientError returns true when this image configuration get image internal server error response has a 4xx status code

func (*ImageConfigurationGetImageInternalServerError) IsCode

IsCode returns true when this image configuration get image internal server error response a status code equal to that given

func (*ImageConfigurationGetImageInternalServerError) IsRedirect

IsRedirect returns true when this image configuration get image internal server error response has a 3xx status code

func (*ImageConfigurationGetImageInternalServerError) IsServerError

IsServerError returns true when this image configuration get image internal server error response has a 5xx status code

func (*ImageConfigurationGetImageInternalServerError) IsSuccess

IsSuccess returns true when this image configuration get image internal server error response has a 2xx status code

func (*ImageConfigurationGetImageInternalServerError) String

type ImageConfigurationGetImageOK

type ImageConfigurationGetImageOK struct {
	Payload *models.Image
}

ImageConfigurationGetImageOK describes a response with status code 200, with default header values.

A successful response.

func NewImageConfigurationGetImageOK

func NewImageConfigurationGetImageOK() *ImageConfigurationGetImageOK

NewImageConfigurationGetImageOK creates a ImageConfigurationGetImageOK with default headers values

func (*ImageConfigurationGetImageOK) Code

Code gets the status code for the image configuration get image o k response

func (*ImageConfigurationGetImageOK) Error

func (*ImageConfigurationGetImageOK) GetPayload

func (o *ImageConfigurationGetImageOK) GetPayload() *models.Image

func (*ImageConfigurationGetImageOK) IsClientError

func (o *ImageConfigurationGetImageOK) IsClientError() bool

IsClientError returns true when this image configuration get image o k response has a 4xx status code

func (*ImageConfigurationGetImageOK) IsCode

func (o *ImageConfigurationGetImageOK) IsCode(code int) bool

IsCode returns true when this image configuration get image o k response a status code equal to that given

func (*ImageConfigurationGetImageOK) IsRedirect

func (o *ImageConfigurationGetImageOK) IsRedirect() bool

IsRedirect returns true when this image configuration get image o k response has a 3xx status code

func (*ImageConfigurationGetImageOK) IsServerError

func (o *ImageConfigurationGetImageOK) IsServerError() bool

IsServerError returns true when this image configuration get image o k response has a 5xx status code

func (*ImageConfigurationGetImageOK) IsSuccess

func (o *ImageConfigurationGetImageOK) IsSuccess() bool

IsSuccess returns true when this image configuration get image o k response has a 2xx status code

func (*ImageConfigurationGetImageOK) String

type ImageConfigurationGetImageParams

type ImageConfigurationGetImageParams 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
}

ImageConfigurationGetImageParams contains all the parameters to send to the API endpoint

for the image configuration get image operation.

Typically these are written to a http.Request.

func GetByIDParams

func GetByIDParams() *ImageConfigurationGetImageParams

GetByIDParams creates a new ImageConfigurationGetImageParams 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 NewImageConfigurationGetImageParamsWithContext

func NewImageConfigurationGetImageParamsWithContext(ctx context.Context) *ImageConfigurationGetImageParams

NewImageConfigurationGetImageParamsWithContext creates a new ImageConfigurationGetImageParams object with the ability to set a context for a request.

func NewImageConfigurationGetImageParamsWithHTTPClient

func NewImageConfigurationGetImageParamsWithHTTPClient(client *http.Client) *ImageConfigurationGetImageParams

NewImageConfigurationGetImageParamsWithHTTPClient creates a new ImageConfigurationGetImageParams object with the ability to set a custom HTTPClient for a request.

func NewImageConfigurationGetImageParamsWithTimeout

func NewImageConfigurationGetImageParamsWithTimeout(timeout time.Duration) *ImageConfigurationGetImageParams

NewImageConfigurationGetImageParamsWithTimeout creates a new ImageConfigurationGetImageParams object with the ability to set a timeout on a request.

func (*ImageConfigurationGetImageParams) SetContext

SetContext adds the context to the image configuration get image params

func (*ImageConfigurationGetImageParams) SetDefaults

func (o *ImageConfigurationGetImageParams) SetDefaults()

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

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

func (*ImageConfigurationGetImageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the image configuration get image params

func (*ImageConfigurationGetImageParams) SetID

SetID adds the id to the image configuration get image params

func (*ImageConfigurationGetImageParams) SetTimeout

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

SetTimeout adds the timeout to the image configuration get image params

func (*ImageConfigurationGetImageParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the image configuration get image params

func (*ImageConfigurationGetImageParams) WithContext

WithContext adds the context to the image configuration get image params

func (*ImageConfigurationGetImageParams) WithDefaults

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

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

func (*ImageConfigurationGetImageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the image configuration get image params

func (*ImageConfigurationGetImageParams) WithID

WithID adds the id to the image configuration get image params

func (*ImageConfigurationGetImageParams) WithTimeout

WithTimeout adds the timeout to the image configuration get image params

func (*ImageConfigurationGetImageParams) WithXRequestID

WithXRequestID adds the xRequestID to the image configuration get image params

func (*ImageConfigurationGetImageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImageConfigurationGetImageReader

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

ImageConfigurationGetImageReader is a Reader for the ImageConfigurationGetImage structure.

func (*ImageConfigurationGetImageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImageConfigurationGetImageUnauthorized

type ImageConfigurationGetImageUnauthorized struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationGetImageUnauthorized 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 NewImageConfigurationGetImageUnauthorized

func NewImageConfigurationGetImageUnauthorized() *ImageConfigurationGetImageUnauthorized

NewImageConfigurationGetImageUnauthorized creates a ImageConfigurationGetImageUnauthorized with default headers values

func (*ImageConfigurationGetImageUnauthorized) Code

Code gets the status code for the image configuration get image unauthorized response

func (*ImageConfigurationGetImageUnauthorized) Error

func (*ImageConfigurationGetImageUnauthorized) GetPayload

func (*ImageConfigurationGetImageUnauthorized) IsClientError

func (o *ImageConfigurationGetImageUnauthorized) IsClientError() bool

IsClientError returns true when this image configuration get image unauthorized response has a 4xx status code

func (*ImageConfigurationGetImageUnauthorized) IsCode

IsCode returns true when this image configuration get image unauthorized response a status code equal to that given

func (*ImageConfigurationGetImageUnauthorized) IsRedirect

IsRedirect returns true when this image configuration get image unauthorized response has a 3xx status code

func (*ImageConfigurationGetImageUnauthorized) IsServerError

func (o *ImageConfigurationGetImageUnauthorized) IsServerError() bool

IsServerError returns true when this image configuration get image unauthorized response has a 5xx status code

func (*ImageConfigurationGetImageUnauthorized) IsSuccess

IsSuccess returns true when this image configuration get image unauthorized response has a 2xx status code

func (*ImageConfigurationGetImageUnauthorized) String

type ImageConfigurationGetLatestImageVersionDefault

type ImageConfigurationGetLatestImageVersionDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

ImageConfigurationGetLatestImageVersionDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewImageConfigurationGetLatestImageVersionDefault

func NewImageConfigurationGetLatestImageVersionDefault(code int) *ImageConfigurationGetLatestImageVersionDefault

NewImageConfigurationGetLatestImageVersionDefault creates a ImageConfigurationGetLatestImageVersionDefault with default headers values

func (*ImageConfigurationGetLatestImageVersionDefault) Code

Code gets the status code for the image configuration get latest image version default response

func (*ImageConfigurationGetLatestImageVersionDefault) Error

func (*ImageConfigurationGetLatestImageVersionDefault) GetPayload

func (*ImageConfigurationGetLatestImageVersionDefault) IsClientError

IsClientError returns true when this image configuration get latest image version default response has a 4xx status code

func (*ImageConfigurationGetLatestImageVersionDefault) IsCode

IsCode returns true when this image configuration get latest image version default response a status code equal to that given

func (*ImageConfigurationGetLatestImageVersionDefault) IsRedirect

IsRedirect returns true when this image configuration get latest image version default response has a 3xx status code

func (*ImageConfigurationGetLatestImageVersionDefault) IsServerError

IsServerError returns true when this image configuration get latest image version default response has a 5xx status code

func (*ImageConfigurationGetLatestImageVersionDefault) IsSuccess

IsSuccess returns true when this image configuration get latest image version default response has a 2xx status code

func (*ImageConfigurationGetLatestImageVersionDefault) String

type ImageConfigurationGetLatestImageVersionForbidden

type ImageConfigurationGetLatestImageVersionForbidden struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationGetLatestImageVersionForbidden 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 NewImageConfigurationGetLatestImageVersionForbidden

func NewImageConfigurationGetLatestImageVersionForbidden() *ImageConfigurationGetLatestImageVersionForbidden

NewImageConfigurationGetLatestImageVersionForbidden creates a ImageConfigurationGetLatestImageVersionForbidden with default headers values

func (*ImageConfigurationGetLatestImageVersionForbidden) Code

Code gets the status code for the image configuration get latest image version forbidden response

func (*ImageConfigurationGetLatestImageVersionForbidden) Error

func (*ImageConfigurationGetLatestImageVersionForbidden) GetPayload

func (*ImageConfigurationGetLatestImageVersionForbidden) IsClientError

IsClientError returns true when this image configuration get latest image version forbidden response has a 4xx status code

func (*ImageConfigurationGetLatestImageVersionForbidden) IsCode

IsCode returns true when this image configuration get latest image version forbidden response a status code equal to that given

func (*ImageConfigurationGetLatestImageVersionForbidden) IsRedirect

IsRedirect returns true when this image configuration get latest image version forbidden response has a 3xx status code

func (*ImageConfigurationGetLatestImageVersionForbidden) IsServerError

IsServerError returns true when this image configuration get latest image version forbidden response has a 5xx status code

func (*ImageConfigurationGetLatestImageVersionForbidden) IsSuccess

IsSuccess returns true when this image configuration get latest image version forbidden response has a 2xx status code

func (*ImageConfigurationGetLatestImageVersionForbidden) String

type ImageConfigurationGetLatestImageVersionGatewayTimeout

type ImageConfigurationGetLatestImageVersionGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationGetLatestImageVersionGatewayTimeout 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 NewImageConfigurationGetLatestImageVersionGatewayTimeout

func NewImageConfigurationGetLatestImageVersionGatewayTimeout() *ImageConfigurationGetLatestImageVersionGatewayTimeout

NewImageConfigurationGetLatestImageVersionGatewayTimeout creates a ImageConfigurationGetLatestImageVersionGatewayTimeout with default headers values

func (*ImageConfigurationGetLatestImageVersionGatewayTimeout) Code

Code gets the status code for the image configuration get latest image version gateway timeout response

func (*ImageConfigurationGetLatestImageVersionGatewayTimeout) Error

func (*ImageConfigurationGetLatestImageVersionGatewayTimeout) GetPayload

func (*ImageConfigurationGetLatestImageVersionGatewayTimeout) IsClientError

IsClientError returns true when this image configuration get latest image version gateway timeout response has a 4xx status code

func (*ImageConfigurationGetLatestImageVersionGatewayTimeout) IsCode

IsCode returns true when this image configuration get latest image version gateway timeout response a status code equal to that given

func (*ImageConfigurationGetLatestImageVersionGatewayTimeout) IsRedirect

IsRedirect returns true when this image configuration get latest image version gateway timeout response has a 3xx status code

func (*ImageConfigurationGetLatestImageVersionGatewayTimeout) IsServerError

IsServerError returns true when this image configuration get latest image version gateway timeout response has a 5xx status code

func (*ImageConfigurationGetLatestImageVersionGatewayTimeout) IsSuccess

IsSuccess returns true when this image configuration get latest image version gateway timeout response has a 2xx status code

func (*ImageConfigurationGetLatestImageVersionGatewayTimeout) String

type ImageConfigurationGetLatestImageVersionInternalServerError

type ImageConfigurationGetLatestImageVersionInternalServerError struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationGetLatestImageVersionInternalServerError 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 NewImageConfigurationGetLatestImageVersionInternalServerError

func NewImageConfigurationGetLatestImageVersionInternalServerError() *ImageConfigurationGetLatestImageVersionInternalServerError

NewImageConfigurationGetLatestImageVersionInternalServerError creates a ImageConfigurationGetLatestImageVersionInternalServerError with default headers values

func (*ImageConfigurationGetLatestImageVersionInternalServerError) Code

Code gets the status code for the image configuration get latest image version internal server error response

func (*ImageConfigurationGetLatestImageVersionInternalServerError) Error

func (*ImageConfigurationGetLatestImageVersionInternalServerError) GetPayload

func (*ImageConfigurationGetLatestImageVersionInternalServerError) IsClientError

IsClientError returns true when this image configuration get latest image version internal server error response has a 4xx status code

func (*ImageConfigurationGetLatestImageVersionInternalServerError) IsCode

IsCode returns true when this image configuration get latest image version internal server error response a status code equal to that given

func (*ImageConfigurationGetLatestImageVersionInternalServerError) IsRedirect

IsRedirect returns true when this image configuration get latest image version internal server error response has a 3xx status code

func (*ImageConfigurationGetLatestImageVersionInternalServerError) IsServerError

IsServerError returns true when this image configuration get latest image version internal server error response has a 5xx status code

func (*ImageConfigurationGetLatestImageVersionInternalServerError) IsSuccess

IsSuccess returns true when this image configuration get latest image version internal server error response has a 2xx status code

func (*ImageConfigurationGetLatestImageVersionInternalServerError) String

type ImageConfigurationGetLatestImageVersionNotFound

type ImageConfigurationGetLatestImageVersionNotFound struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationGetLatestImageVersionNotFound 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 NewImageConfigurationGetLatestImageVersionNotFound

func NewImageConfigurationGetLatestImageVersionNotFound() *ImageConfigurationGetLatestImageVersionNotFound

NewImageConfigurationGetLatestImageVersionNotFound creates a ImageConfigurationGetLatestImageVersionNotFound with default headers values

func (*ImageConfigurationGetLatestImageVersionNotFound) Code

Code gets the status code for the image configuration get latest image version not found response

func (*ImageConfigurationGetLatestImageVersionNotFound) Error

func (*ImageConfigurationGetLatestImageVersionNotFound) GetPayload

func (*ImageConfigurationGetLatestImageVersionNotFound) IsClientError

IsClientError returns true when this image configuration get latest image version not found response has a 4xx status code

func (*ImageConfigurationGetLatestImageVersionNotFound) IsCode

IsCode returns true when this image configuration get latest image version not found response a status code equal to that given

func (*ImageConfigurationGetLatestImageVersionNotFound) IsRedirect

IsRedirect returns true when this image configuration get latest image version not found response has a 3xx status code

func (*ImageConfigurationGetLatestImageVersionNotFound) IsServerError

IsServerError returns true when this image configuration get latest image version not found response has a 5xx status code

func (*ImageConfigurationGetLatestImageVersionNotFound) IsSuccess

IsSuccess returns true when this image configuration get latest image version not found response has a 2xx status code

func (*ImageConfigurationGetLatestImageVersionNotFound) String

type ImageConfigurationGetLatestImageVersionOK

type ImageConfigurationGetLatestImageVersionOK struct {
	Payload *models.Image
}

ImageConfigurationGetLatestImageVersionOK describes a response with status code 200, with default header values.

A successful response.

func NewImageConfigurationGetLatestImageVersionOK

func NewImageConfigurationGetLatestImageVersionOK() *ImageConfigurationGetLatestImageVersionOK

NewImageConfigurationGetLatestImageVersionOK creates a ImageConfigurationGetLatestImageVersionOK with default headers values

func (*ImageConfigurationGetLatestImageVersionOK) Code

Code gets the status code for the image configuration get latest image version o k response

func (*ImageConfigurationGetLatestImageVersionOK) Error

func (*ImageConfigurationGetLatestImageVersionOK) GetPayload

func (*ImageConfigurationGetLatestImageVersionOK) IsClientError

IsClientError returns true when this image configuration get latest image version o k response has a 4xx status code

func (*ImageConfigurationGetLatestImageVersionOK) IsCode

IsCode returns true when this image configuration get latest image version o k response a status code equal to that given

func (*ImageConfigurationGetLatestImageVersionOK) IsRedirect

IsRedirect returns true when this image configuration get latest image version o k response has a 3xx status code

func (*ImageConfigurationGetLatestImageVersionOK) IsServerError

IsServerError returns true when this image configuration get latest image version o k response has a 5xx status code

func (*ImageConfigurationGetLatestImageVersionOK) IsSuccess

IsSuccess returns true when this image configuration get latest image version o k response has a 2xx status code

func (*ImageConfigurationGetLatestImageVersionOK) String

type ImageConfigurationGetLatestImageVersionParams

type ImageConfigurationGetLatestImageVersionParams 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
}

ImageConfigurationGetLatestImageVersionParams contains all the parameters to send to the API endpoint

for the image configuration get latest image version operation.

Typically these are written to a http.Request.

func NewImageConfigurationGetLatestImageVersionParams

func NewImageConfigurationGetLatestImageVersionParams() *ImageConfigurationGetLatestImageVersionParams

NewImageConfigurationGetLatestImageVersionParams creates a new ImageConfigurationGetLatestImageVersionParams 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 NewImageConfigurationGetLatestImageVersionParamsWithContext

func NewImageConfigurationGetLatestImageVersionParamsWithContext(ctx context.Context) *ImageConfigurationGetLatestImageVersionParams

NewImageConfigurationGetLatestImageVersionParamsWithContext creates a new ImageConfigurationGetLatestImageVersionParams object with the ability to set a context for a request.

func NewImageConfigurationGetLatestImageVersionParamsWithHTTPClient

func NewImageConfigurationGetLatestImageVersionParamsWithHTTPClient(client *http.Client) *ImageConfigurationGetLatestImageVersionParams

NewImageConfigurationGetLatestImageVersionParamsWithHTTPClient creates a new ImageConfigurationGetLatestImageVersionParams object with the ability to set a custom HTTPClient for a request.

func NewImageConfigurationGetLatestImageVersionParamsWithTimeout

func NewImageConfigurationGetLatestImageVersionParamsWithTimeout(timeout time.Duration) *ImageConfigurationGetLatestImageVersionParams

NewImageConfigurationGetLatestImageVersionParamsWithTimeout creates a new ImageConfigurationGetLatestImageVersionParams object with the ability to set a timeout on a request.

func (*ImageConfigurationGetLatestImageVersionParams) SetContext

SetContext adds the context to the image configuration get latest image version params

func (*ImageConfigurationGetLatestImageVersionParams) SetDefaults

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

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

func (*ImageConfigurationGetLatestImageVersionParams) SetEnterpriseID

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

SetEnterpriseID adds the enterpriseId to the image configuration get latest image version params

func (*ImageConfigurationGetLatestImageVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the image configuration get latest image version params

func (*ImageConfigurationGetLatestImageVersionParams) SetImageArch

func (o *ImageConfigurationGetLatestImageVersionParams) SetImageArch(imageArch string)

SetImageArch adds the imageArch to the image configuration get latest image version params

func (*ImageConfigurationGetLatestImageVersionParams) SetTimeout

SetTimeout adds the timeout to the image configuration get latest image version params

func (*ImageConfigurationGetLatestImageVersionParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the image configuration get latest image version params

func (*ImageConfigurationGetLatestImageVersionParams) WithContext

WithContext adds the context to the image configuration get latest image version params

func (*ImageConfigurationGetLatestImageVersionParams) WithDefaults

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

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

func (*ImageConfigurationGetLatestImageVersionParams) WithEnterpriseID

WithEnterpriseID adds the enterpriseID to the image configuration get latest image version params

func (*ImageConfigurationGetLatestImageVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the image configuration get latest image version params

func (*ImageConfigurationGetLatestImageVersionParams) WithImageArch

WithImageArch adds the imageArch to the image configuration get latest image version params

func (*ImageConfigurationGetLatestImageVersionParams) WithTimeout

WithTimeout adds the timeout to the image configuration get latest image version params

func (*ImageConfigurationGetLatestImageVersionParams) WithXRequestID

WithXRequestID adds the xRequestID to the image configuration get latest image version params

func (*ImageConfigurationGetLatestImageVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImageConfigurationGetLatestImageVersionReader

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

ImageConfigurationGetLatestImageVersionReader is a Reader for the ImageConfigurationGetLatestImageVersion structure.

func (*ImageConfigurationGetLatestImageVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImageConfigurationGetLatestImageVersionUnauthorized

type ImageConfigurationGetLatestImageVersionUnauthorized struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationGetLatestImageVersionUnauthorized 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 NewImageConfigurationGetLatestImageVersionUnauthorized

func NewImageConfigurationGetLatestImageVersionUnauthorized() *ImageConfigurationGetLatestImageVersionUnauthorized

NewImageConfigurationGetLatestImageVersionUnauthorized creates a ImageConfigurationGetLatestImageVersionUnauthorized with default headers values

func (*ImageConfigurationGetLatestImageVersionUnauthorized) Code

Code gets the status code for the image configuration get latest image version unauthorized response

func (*ImageConfigurationGetLatestImageVersionUnauthorized) Error

func (*ImageConfigurationGetLatestImageVersionUnauthorized) GetPayload

func (*ImageConfigurationGetLatestImageVersionUnauthorized) IsClientError

IsClientError returns true when this image configuration get latest image version unauthorized response has a 4xx status code

func (*ImageConfigurationGetLatestImageVersionUnauthorized) IsCode

IsCode returns true when this image configuration get latest image version unauthorized response a status code equal to that given

func (*ImageConfigurationGetLatestImageVersionUnauthorized) IsRedirect

IsRedirect returns true when this image configuration get latest image version unauthorized response has a 3xx status code

func (*ImageConfigurationGetLatestImageVersionUnauthorized) IsServerError

IsServerError returns true when this image configuration get latest image version unauthorized response has a 5xx status code

func (*ImageConfigurationGetLatestImageVersionUnauthorized) IsSuccess

IsSuccess returns true when this image configuration get latest image version unauthorized response has a 2xx status code

func (*ImageConfigurationGetLatestImageVersionUnauthorized) String

type ImageConfigurationMarkEveImageLatest2BadRequest

type ImageConfigurationMarkEveImageLatest2BadRequest struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationMarkEveImageLatest2BadRequest 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 NewImageConfigurationMarkEveImageLatest2BadRequest

func NewImageConfigurationMarkEveImageLatest2BadRequest() *ImageConfigurationMarkEveImageLatest2BadRequest

NewImageConfigurationMarkEveImageLatest2BadRequest creates a ImageConfigurationMarkEveImageLatest2BadRequest with default headers values

func (*ImageConfigurationMarkEveImageLatest2BadRequest) Code

Code gets the status code for the image configuration mark eve image latest2 bad request response

func (*ImageConfigurationMarkEveImageLatest2BadRequest) Error

func (*ImageConfigurationMarkEveImageLatest2BadRequest) GetPayload

func (*ImageConfigurationMarkEveImageLatest2BadRequest) IsClientError

IsClientError returns true when this image configuration mark eve image latest2 bad request response has a 4xx status code

func (*ImageConfigurationMarkEveImageLatest2BadRequest) IsCode

IsCode returns true when this image configuration mark eve image latest2 bad request response a status code equal to that given

func (*ImageConfigurationMarkEveImageLatest2BadRequest) IsRedirect

IsRedirect returns true when this image configuration mark eve image latest2 bad request response has a 3xx status code

func (*ImageConfigurationMarkEveImageLatest2BadRequest) IsServerError

IsServerError returns true when this image configuration mark eve image latest2 bad request response has a 5xx status code

func (*ImageConfigurationMarkEveImageLatest2BadRequest) IsSuccess

IsSuccess returns true when this image configuration mark eve image latest2 bad request response has a 2xx status code

func (*ImageConfigurationMarkEveImageLatest2BadRequest) String

type ImageConfigurationMarkEveImageLatest2Body

type ImageConfigurationMarkEveImageLatest2Body struct {

	// Datastore Id where image binary is located.
	// Required: true
	// Pattern: [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
	DatastoreID *string `json:"datastoreId"`

	// Detailed description of the image.
	// Max Length: 256
	Description string `json:"description,omitempty"`

	// System defined universally unique Id of the image.
	// Read Only: true
	// Pattern: [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
	ID string `json:"id,omitempty"`

	// Image upload/uplink detailed error/status message
	// Read Only: true
	ImageError string `json:"imageError,omitempty"`

	// Image binary format.
	// Required: true
	ImageFormat *models.ConfigFormat `json:"imageFormat"`

	// Internal image location.
	// Read Only: true
	ImageLocal string `json:"imageLocal,omitempty"`

	// Image relative path w.r.t. Datastore
	ImageRelURL string `json:"imageRelUrl,omitempty"`

	// Image checksum in SHA256 format
	ImageSha256 string `json:"imageSha256,omitempty"`

	// Image size in KBytes.
	ImageSizeBytes string `json:"imageSizeBytes,omitempty"`

	// Image status
	// Read Only: true
	ImageStatus *models.ImageStatus `json:"imageStatus,omitempty"`

	// Image type
	// Required: true
	ImageType *models.ImageType `json:"imageType"`

	// system defined info
	ImageVersion string `json:"imageVersion,omitempty"`

	// User defined name of the image, unique across the enterprise. Once image is created, name can’t be changed.
	// Required: true
	// Max Length: 256
	// Min Length: 3
	// Pattern: [a-zA-Z0-9][a-zA-Z0-9_.-]+
	Name *string `json:"name"`

	// Origin type of image.
	// Read Only: true
	OriginType *models.Origin `json:"originType,omitempty"`

	// project access list of the image
	ProjectAccessList []string `json:"projectAccessList"`

	// system defined info
	// Read Only: true
	Revision *models.ObjectRevision `json:"revision,omitempty"`

	// User defined title of the image. Title can be changed at any time.
	// Required: true
	// Max Length: 256
	// Min Length: 3
	// Pattern: [a-zA-Z0-9]+[a-zA-Z0-9!-~ ]+
	Title *string `json:"title"`
}

ImageConfigurationMarkEveImageLatest2Body Image metadata detail // // Image metadata for edge gateway Base OS or for eedge applications. // Example: {"description":"My test image in QCOW2 format for Edge computing","dsId":"7927f6e3-484d-4105-a98e-868b21c1cb61","id":"d1125b0f-633d-459c-99c6-f47e7467cebc","imageArch":"AMD64","imageError":"Image uplinked successfully...","imageFormat":3,"imageLocal":"","imageRelUrl":"edge/computing/AMD64","imageSha256":"ADC5BB9DD39F83DD74C276B0BA119FB27925A5CDEA343FE1F2C8433F28AB345B","imageSizeBytes":142016512,"imageStatus":4,"imageType":2,"imageVersion":"","name":"my-test-image","originType":2,"revision":{"createdAt":{"seconds":1592068270},"createdBy":"admin@my-company.com","curr":"1","updatedAt":{"seconds":1592068271},"updatedBy":"admin@my-company.com"},"title":"My Test Image for Edge Computing"} swagger:model ImageConfigurationMarkEveImageLatest2Body

func (*ImageConfigurationMarkEveImageLatest2Body) ContextValidate

ContextValidate validate this image configuration mark eve image latest2 body based on the context it is used

func (*ImageConfigurationMarkEveImageLatest2Body) MarshalBinary

func (o *ImageConfigurationMarkEveImageLatest2Body) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageConfigurationMarkEveImageLatest2Body) UnmarshalBinary

func (o *ImageConfigurationMarkEveImageLatest2Body) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageConfigurationMarkEveImageLatest2Body) Validate

Validate validates this image configuration mark eve image latest2 body

type ImageConfigurationMarkEveImageLatest2Default

type ImageConfigurationMarkEveImageLatest2Default struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

ImageConfigurationMarkEveImageLatest2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewImageConfigurationMarkEveImageLatest2Default

func NewImageConfigurationMarkEveImageLatest2Default(code int) *ImageConfigurationMarkEveImageLatest2Default

NewImageConfigurationMarkEveImageLatest2Default creates a ImageConfigurationMarkEveImageLatest2Default with default headers values

func (*ImageConfigurationMarkEveImageLatest2Default) Code

Code gets the status code for the image configuration mark eve image latest2 default response

func (*ImageConfigurationMarkEveImageLatest2Default) Error

func (*ImageConfigurationMarkEveImageLatest2Default) GetPayload

func (*ImageConfigurationMarkEveImageLatest2Default) IsClientError

IsClientError returns true when this image configuration mark eve image latest2 default response has a 4xx status code

func (*ImageConfigurationMarkEveImageLatest2Default) IsCode

IsCode returns true when this image configuration mark eve image latest2 default response a status code equal to that given

func (*ImageConfigurationMarkEveImageLatest2Default) IsRedirect

IsRedirect returns true when this image configuration mark eve image latest2 default response has a 3xx status code

func (*ImageConfigurationMarkEveImageLatest2Default) IsServerError

IsServerError returns true when this image configuration mark eve image latest2 default response has a 5xx status code

func (*ImageConfigurationMarkEveImageLatest2Default) IsSuccess

IsSuccess returns true when this image configuration mark eve image latest2 default response has a 2xx status code

func (*ImageConfigurationMarkEveImageLatest2Default) String

type ImageConfigurationMarkEveImageLatest2Forbidden

type ImageConfigurationMarkEveImageLatest2Forbidden struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationMarkEveImageLatest2Forbidden 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 NewImageConfigurationMarkEveImageLatest2Forbidden

func NewImageConfigurationMarkEveImageLatest2Forbidden() *ImageConfigurationMarkEveImageLatest2Forbidden

NewImageConfigurationMarkEveImageLatest2Forbidden creates a ImageConfigurationMarkEveImageLatest2Forbidden with default headers values

func (*ImageConfigurationMarkEveImageLatest2Forbidden) Code

Code gets the status code for the image configuration mark eve image latest2 forbidden response

func (*ImageConfigurationMarkEveImageLatest2Forbidden) Error

func (*ImageConfigurationMarkEveImageLatest2Forbidden) GetPayload

func (*ImageConfigurationMarkEveImageLatest2Forbidden) IsClientError

IsClientError returns true when this image configuration mark eve image latest2 forbidden response has a 4xx status code

func (*ImageConfigurationMarkEveImageLatest2Forbidden) IsCode

IsCode returns true when this image configuration mark eve image latest2 forbidden response a status code equal to that given

func (*ImageConfigurationMarkEveImageLatest2Forbidden) IsRedirect

IsRedirect returns true when this image configuration mark eve image latest2 forbidden response has a 3xx status code

func (*ImageConfigurationMarkEveImageLatest2Forbidden) IsServerError

IsServerError returns true when this image configuration mark eve image latest2 forbidden response has a 5xx status code

func (*ImageConfigurationMarkEveImageLatest2Forbidden) IsSuccess

IsSuccess returns true when this image configuration mark eve image latest2 forbidden response has a 2xx status code

func (*ImageConfigurationMarkEveImageLatest2Forbidden) String

type ImageConfigurationMarkEveImageLatest2GatewayTimeout

type ImageConfigurationMarkEveImageLatest2GatewayTimeout struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationMarkEveImageLatest2GatewayTimeout 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 NewImageConfigurationMarkEveImageLatest2GatewayTimeout

func NewImageConfigurationMarkEveImageLatest2GatewayTimeout() *ImageConfigurationMarkEveImageLatest2GatewayTimeout

NewImageConfigurationMarkEveImageLatest2GatewayTimeout creates a ImageConfigurationMarkEveImageLatest2GatewayTimeout with default headers values

func (*ImageConfigurationMarkEveImageLatest2GatewayTimeout) Code

Code gets the status code for the image configuration mark eve image latest2 gateway timeout response

func (*ImageConfigurationMarkEveImageLatest2GatewayTimeout) Error

func (*ImageConfigurationMarkEveImageLatest2GatewayTimeout) GetPayload

func (*ImageConfigurationMarkEveImageLatest2GatewayTimeout) IsClientError

IsClientError returns true when this image configuration mark eve image latest2 gateway timeout response has a 4xx status code

func (*ImageConfigurationMarkEveImageLatest2GatewayTimeout) IsCode

IsCode returns true when this image configuration mark eve image latest2 gateway timeout response a status code equal to that given

func (*ImageConfigurationMarkEveImageLatest2GatewayTimeout) IsRedirect

IsRedirect returns true when this image configuration mark eve image latest2 gateway timeout response has a 3xx status code

func (*ImageConfigurationMarkEveImageLatest2GatewayTimeout) IsServerError

IsServerError returns true when this image configuration mark eve image latest2 gateway timeout response has a 5xx status code

func (*ImageConfigurationMarkEveImageLatest2GatewayTimeout) IsSuccess

IsSuccess returns true when this image configuration mark eve image latest2 gateway timeout response has a 2xx status code

func (*ImageConfigurationMarkEveImageLatest2GatewayTimeout) String

type ImageConfigurationMarkEveImageLatest2InternalServerError

type ImageConfigurationMarkEveImageLatest2InternalServerError struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationMarkEveImageLatest2InternalServerError 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 NewImageConfigurationMarkEveImageLatest2InternalServerError

func NewImageConfigurationMarkEveImageLatest2InternalServerError() *ImageConfigurationMarkEveImageLatest2InternalServerError

NewImageConfigurationMarkEveImageLatest2InternalServerError creates a ImageConfigurationMarkEveImageLatest2InternalServerError with default headers values

func (*ImageConfigurationMarkEveImageLatest2InternalServerError) Code

Code gets the status code for the image configuration mark eve image latest2 internal server error response

func (*ImageConfigurationMarkEveImageLatest2InternalServerError) Error

func (*ImageConfigurationMarkEveImageLatest2InternalServerError) GetPayload

func (*ImageConfigurationMarkEveImageLatest2InternalServerError) IsClientError

IsClientError returns true when this image configuration mark eve image latest2 internal server error response has a 4xx status code

func (*ImageConfigurationMarkEveImageLatest2InternalServerError) IsCode

IsCode returns true when this image configuration mark eve image latest2 internal server error response a status code equal to that given

func (*ImageConfigurationMarkEveImageLatest2InternalServerError) IsRedirect

IsRedirect returns true when this image configuration mark eve image latest2 internal server error response has a 3xx status code

func (*ImageConfigurationMarkEveImageLatest2InternalServerError) IsServerError

IsServerError returns true when this image configuration mark eve image latest2 internal server error response has a 5xx status code

func (*ImageConfigurationMarkEveImageLatest2InternalServerError) IsSuccess

IsSuccess returns true when this image configuration mark eve image latest2 internal server error response has a 2xx status code

func (*ImageConfigurationMarkEveImageLatest2InternalServerError) String

type ImageConfigurationMarkEveImageLatest2NotFound

type ImageConfigurationMarkEveImageLatest2NotFound struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationMarkEveImageLatest2NotFound 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 NewImageConfigurationMarkEveImageLatest2NotFound

func NewImageConfigurationMarkEveImageLatest2NotFound() *ImageConfigurationMarkEveImageLatest2NotFound

NewImageConfigurationMarkEveImageLatest2NotFound creates a ImageConfigurationMarkEveImageLatest2NotFound with default headers values

func (*ImageConfigurationMarkEveImageLatest2NotFound) Code

Code gets the status code for the image configuration mark eve image latest2 not found response

func (*ImageConfigurationMarkEveImageLatest2NotFound) Error

func (*ImageConfigurationMarkEveImageLatest2NotFound) GetPayload

func (*ImageConfigurationMarkEveImageLatest2NotFound) IsClientError

IsClientError returns true when this image configuration mark eve image latest2 not found response has a 4xx status code

func (*ImageConfigurationMarkEveImageLatest2NotFound) IsCode

IsCode returns true when this image configuration mark eve image latest2 not found response a status code equal to that given

func (*ImageConfigurationMarkEveImageLatest2NotFound) IsRedirect

IsRedirect returns true when this image configuration mark eve image latest2 not found response has a 3xx status code

func (*ImageConfigurationMarkEveImageLatest2NotFound) IsServerError

IsServerError returns true when this image configuration mark eve image latest2 not found response has a 5xx status code

func (*ImageConfigurationMarkEveImageLatest2NotFound) IsSuccess

IsSuccess returns true when this image configuration mark eve image latest2 not found response has a 2xx status code

func (*ImageConfigurationMarkEveImageLatest2NotFound) String

type ImageConfigurationMarkEveImageLatest2OK

type ImageConfigurationMarkEveImageLatest2OK struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationMarkEveImageLatest2OK describes a response with status code 200, with default header values.

A successful response.

func NewImageConfigurationMarkEveImageLatest2OK

func NewImageConfigurationMarkEveImageLatest2OK() *ImageConfigurationMarkEveImageLatest2OK

NewImageConfigurationMarkEveImageLatest2OK creates a ImageConfigurationMarkEveImageLatest2OK with default headers values

func (*ImageConfigurationMarkEveImageLatest2OK) Code

Code gets the status code for the image configuration mark eve image latest2 o k response

func (*ImageConfigurationMarkEveImageLatest2OK) Error

func (*ImageConfigurationMarkEveImageLatest2OK) GetPayload

func (*ImageConfigurationMarkEveImageLatest2OK) IsClientError

func (o *ImageConfigurationMarkEveImageLatest2OK) IsClientError() bool

IsClientError returns true when this image configuration mark eve image latest2 o k response has a 4xx status code

func (*ImageConfigurationMarkEveImageLatest2OK) IsCode

IsCode returns true when this image configuration mark eve image latest2 o k response a status code equal to that given

func (*ImageConfigurationMarkEveImageLatest2OK) IsRedirect

IsRedirect returns true when this image configuration mark eve image latest2 o k response has a 3xx status code

func (*ImageConfigurationMarkEveImageLatest2OK) IsServerError

func (o *ImageConfigurationMarkEveImageLatest2OK) IsServerError() bool

IsServerError returns true when this image configuration mark eve image latest2 o k response has a 5xx status code

func (*ImageConfigurationMarkEveImageLatest2OK) IsSuccess

IsSuccess returns true when this image configuration mark eve image latest2 o k response has a 2xx status code

func (*ImageConfigurationMarkEveImageLatest2OK) String

type ImageConfigurationMarkEveImageLatest2Params

type ImageConfigurationMarkEveImageLatest2Params struct {

	/* XRequestID.

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

	// Body.
	Body ImageConfigurationMarkEveImageLatest2Body

	/* ImageArch.

	   Image Architecture.
	*/
	ImageArch string

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

ImageConfigurationMarkEveImageLatest2Params contains all the parameters to send to the API endpoint

for the image configuration mark eve image latest2 operation.

Typically these are written to a http.Request.

func NewImageConfigurationMarkEveImageLatest2Params

func NewImageConfigurationMarkEveImageLatest2Params() *ImageConfigurationMarkEveImageLatest2Params

NewImageConfigurationMarkEveImageLatest2Params creates a new ImageConfigurationMarkEveImageLatest2Params 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 NewImageConfigurationMarkEveImageLatest2ParamsWithContext

func NewImageConfigurationMarkEveImageLatest2ParamsWithContext(ctx context.Context) *ImageConfigurationMarkEveImageLatest2Params

NewImageConfigurationMarkEveImageLatest2ParamsWithContext creates a new ImageConfigurationMarkEveImageLatest2Params object with the ability to set a context for a request.

func NewImageConfigurationMarkEveImageLatest2ParamsWithHTTPClient

func NewImageConfigurationMarkEveImageLatest2ParamsWithHTTPClient(client *http.Client) *ImageConfigurationMarkEveImageLatest2Params

NewImageConfigurationMarkEveImageLatest2ParamsWithHTTPClient creates a new ImageConfigurationMarkEveImageLatest2Params object with the ability to set a custom HTTPClient for a request.

func NewImageConfigurationMarkEveImageLatest2ParamsWithTimeout

func NewImageConfigurationMarkEveImageLatest2ParamsWithTimeout(timeout time.Duration) *ImageConfigurationMarkEveImageLatest2Params

NewImageConfigurationMarkEveImageLatest2ParamsWithTimeout creates a new ImageConfigurationMarkEveImageLatest2Params object with the ability to set a timeout on a request.

func (*ImageConfigurationMarkEveImageLatest2Params) SetBody

SetBody adds the body to the image configuration mark eve image latest2 params

func (*ImageConfigurationMarkEveImageLatest2Params) SetContext

SetContext adds the context to the image configuration mark eve image latest2 params

func (*ImageConfigurationMarkEveImageLatest2Params) SetDefaults

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

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

func (*ImageConfigurationMarkEveImageLatest2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the image configuration mark eve image latest2 params

func (*ImageConfigurationMarkEveImageLatest2Params) SetImageArch

func (o *ImageConfigurationMarkEveImageLatest2Params) SetImageArch(imageArch string)

SetImageArch adds the imageArch to the image configuration mark eve image latest2 params

func (*ImageConfigurationMarkEveImageLatest2Params) SetTimeout

SetTimeout adds the timeout to the image configuration mark eve image latest2 params

func (*ImageConfigurationMarkEveImageLatest2Params) SetXRequestID

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

SetXRequestID adds the xRequestId to the image configuration mark eve image latest2 params

func (*ImageConfigurationMarkEveImageLatest2Params) WithBody

WithBody adds the body to the image configuration mark eve image latest2 params

func (*ImageConfigurationMarkEveImageLatest2Params) WithContext

WithContext adds the context to the image configuration mark eve image latest2 params

func (*ImageConfigurationMarkEveImageLatest2Params) WithDefaults

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

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

func (*ImageConfigurationMarkEveImageLatest2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the image configuration mark eve image latest2 params

func (*ImageConfigurationMarkEveImageLatest2Params) WithImageArch

WithImageArch adds the imageArch to the image configuration mark eve image latest2 params

func (*ImageConfigurationMarkEveImageLatest2Params) WithTimeout

WithTimeout adds the timeout to the image configuration mark eve image latest2 params

func (*ImageConfigurationMarkEveImageLatest2Params) WithXRequestID

WithXRequestID adds the xRequestID to the image configuration mark eve image latest2 params

func (*ImageConfigurationMarkEveImageLatest2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImageConfigurationMarkEveImageLatest2Reader

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

ImageConfigurationMarkEveImageLatest2Reader is a Reader for the ImageConfigurationMarkEveImageLatest2 structure.

func (*ImageConfigurationMarkEveImageLatest2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImageConfigurationMarkEveImageLatest2Unauthorized

type ImageConfigurationMarkEveImageLatest2Unauthorized struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationMarkEveImageLatest2Unauthorized 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 NewImageConfigurationMarkEveImageLatest2Unauthorized

func NewImageConfigurationMarkEveImageLatest2Unauthorized() *ImageConfigurationMarkEveImageLatest2Unauthorized

NewImageConfigurationMarkEveImageLatest2Unauthorized creates a ImageConfigurationMarkEveImageLatest2Unauthorized with default headers values

func (*ImageConfigurationMarkEveImageLatest2Unauthorized) Code

Code gets the status code for the image configuration mark eve image latest2 unauthorized response

func (*ImageConfigurationMarkEveImageLatest2Unauthorized) Error

func (*ImageConfigurationMarkEveImageLatest2Unauthorized) GetPayload

func (*ImageConfigurationMarkEveImageLatest2Unauthorized) IsClientError

IsClientError returns true when this image configuration mark eve image latest2 unauthorized response has a 4xx status code

func (*ImageConfigurationMarkEveImageLatest2Unauthorized) IsCode

IsCode returns true when this image configuration mark eve image latest2 unauthorized response a status code equal to that given

func (*ImageConfigurationMarkEveImageLatest2Unauthorized) IsRedirect

IsRedirect returns true when this image configuration mark eve image latest2 unauthorized response has a 3xx status code

func (*ImageConfigurationMarkEveImageLatest2Unauthorized) IsServerError

IsServerError returns true when this image configuration mark eve image latest2 unauthorized response has a 5xx status code

func (*ImageConfigurationMarkEveImageLatest2Unauthorized) IsSuccess

IsSuccess returns true when this image configuration mark eve image latest2 unauthorized response has a 2xx status code

func (*ImageConfigurationMarkEveImageLatest2Unauthorized) String

type ImageConfigurationMarkEveImageLatestBadRequest

type ImageConfigurationMarkEveImageLatestBadRequest struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationMarkEveImageLatestBadRequest 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 NewImageConfigurationMarkEveImageLatestBadRequest

func NewImageConfigurationMarkEveImageLatestBadRequest() *ImageConfigurationMarkEveImageLatestBadRequest

NewImageConfigurationMarkEveImageLatestBadRequest creates a ImageConfigurationMarkEveImageLatestBadRequest with default headers values

func (*ImageConfigurationMarkEveImageLatestBadRequest) Code

Code gets the status code for the image configuration mark eve image latest bad request response

func (*ImageConfigurationMarkEveImageLatestBadRequest) Error

func (*ImageConfigurationMarkEveImageLatestBadRequest) GetPayload

func (*ImageConfigurationMarkEveImageLatestBadRequest) IsClientError

IsClientError returns true when this image configuration mark eve image latest bad request response has a 4xx status code

func (*ImageConfigurationMarkEveImageLatestBadRequest) IsCode

IsCode returns true when this image configuration mark eve image latest bad request response a status code equal to that given

func (*ImageConfigurationMarkEveImageLatestBadRequest) IsRedirect

IsRedirect returns true when this image configuration mark eve image latest bad request response has a 3xx status code

func (*ImageConfigurationMarkEveImageLatestBadRequest) IsServerError

IsServerError returns true when this image configuration mark eve image latest bad request response has a 5xx status code

func (*ImageConfigurationMarkEveImageLatestBadRequest) IsSuccess

IsSuccess returns true when this image configuration mark eve image latest bad request response has a 2xx status code

func (*ImageConfigurationMarkEveImageLatestBadRequest) String

type ImageConfigurationMarkEveImageLatestDefault

type ImageConfigurationMarkEveImageLatestDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

ImageConfigurationMarkEveImageLatestDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewImageConfigurationMarkEveImageLatestDefault

func NewImageConfigurationMarkEveImageLatestDefault(code int) *ImageConfigurationMarkEveImageLatestDefault

NewImageConfigurationMarkEveImageLatestDefault creates a ImageConfigurationMarkEveImageLatestDefault with default headers values

func (*ImageConfigurationMarkEveImageLatestDefault) Code

Code gets the status code for the image configuration mark eve image latest default response

func (*ImageConfigurationMarkEveImageLatestDefault) Error

func (*ImageConfigurationMarkEveImageLatestDefault) GetPayload

func (*ImageConfigurationMarkEveImageLatestDefault) IsClientError

IsClientError returns true when this image configuration mark eve image latest default response has a 4xx status code

func (*ImageConfigurationMarkEveImageLatestDefault) IsCode

IsCode returns true when this image configuration mark eve image latest default response a status code equal to that given

func (*ImageConfigurationMarkEveImageLatestDefault) IsRedirect

IsRedirect returns true when this image configuration mark eve image latest default response has a 3xx status code

func (*ImageConfigurationMarkEveImageLatestDefault) IsServerError

IsServerError returns true when this image configuration mark eve image latest default response has a 5xx status code

func (*ImageConfigurationMarkEveImageLatestDefault) IsSuccess

IsSuccess returns true when this image configuration mark eve image latest default response has a 2xx status code

func (*ImageConfigurationMarkEveImageLatestDefault) String

type ImageConfigurationMarkEveImageLatestForbidden

type ImageConfigurationMarkEveImageLatestForbidden struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationMarkEveImageLatestForbidden 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 NewImageConfigurationMarkEveImageLatestForbidden

func NewImageConfigurationMarkEveImageLatestForbidden() *ImageConfigurationMarkEveImageLatestForbidden

NewImageConfigurationMarkEveImageLatestForbidden creates a ImageConfigurationMarkEveImageLatestForbidden with default headers values

func (*ImageConfigurationMarkEveImageLatestForbidden) Code

Code gets the status code for the image configuration mark eve image latest forbidden response

func (*ImageConfigurationMarkEveImageLatestForbidden) Error

func (*ImageConfigurationMarkEveImageLatestForbidden) GetPayload

func (*ImageConfigurationMarkEveImageLatestForbidden) IsClientError

IsClientError returns true when this image configuration mark eve image latest forbidden response has a 4xx status code

func (*ImageConfigurationMarkEveImageLatestForbidden) IsCode

IsCode returns true when this image configuration mark eve image latest forbidden response a status code equal to that given

func (*ImageConfigurationMarkEveImageLatestForbidden) IsRedirect

IsRedirect returns true when this image configuration mark eve image latest forbidden response has a 3xx status code

func (*ImageConfigurationMarkEveImageLatestForbidden) IsServerError

IsServerError returns true when this image configuration mark eve image latest forbidden response has a 5xx status code

func (*ImageConfigurationMarkEveImageLatestForbidden) IsSuccess

IsSuccess returns true when this image configuration mark eve image latest forbidden response has a 2xx status code

func (*ImageConfigurationMarkEveImageLatestForbidden) String

type ImageConfigurationMarkEveImageLatestGatewayTimeout

type ImageConfigurationMarkEveImageLatestGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationMarkEveImageLatestGatewayTimeout 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 NewImageConfigurationMarkEveImageLatestGatewayTimeout

func NewImageConfigurationMarkEveImageLatestGatewayTimeout() *ImageConfigurationMarkEveImageLatestGatewayTimeout

NewImageConfigurationMarkEveImageLatestGatewayTimeout creates a ImageConfigurationMarkEveImageLatestGatewayTimeout with default headers values

func (*ImageConfigurationMarkEveImageLatestGatewayTimeout) Code

Code gets the status code for the image configuration mark eve image latest gateway timeout response

func (*ImageConfigurationMarkEveImageLatestGatewayTimeout) Error

func (*ImageConfigurationMarkEveImageLatestGatewayTimeout) GetPayload

func (*ImageConfigurationMarkEveImageLatestGatewayTimeout) IsClientError

IsClientError returns true when this image configuration mark eve image latest gateway timeout response has a 4xx status code

func (*ImageConfigurationMarkEveImageLatestGatewayTimeout) IsCode

IsCode returns true when this image configuration mark eve image latest gateway timeout response a status code equal to that given

func (*ImageConfigurationMarkEveImageLatestGatewayTimeout) IsRedirect

IsRedirect returns true when this image configuration mark eve image latest gateway timeout response has a 3xx status code

func (*ImageConfigurationMarkEveImageLatestGatewayTimeout) IsServerError

IsServerError returns true when this image configuration mark eve image latest gateway timeout response has a 5xx status code

func (*ImageConfigurationMarkEveImageLatestGatewayTimeout) IsSuccess

IsSuccess returns true when this image configuration mark eve image latest gateway timeout response has a 2xx status code

func (*ImageConfigurationMarkEveImageLatestGatewayTimeout) String

type ImageConfigurationMarkEveImageLatestInternalServerError

type ImageConfigurationMarkEveImageLatestInternalServerError struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationMarkEveImageLatestInternalServerError 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 NewImageConfigurationMarkEveImageLatestInternalServerError

func NewImageConfigurationMarkEveImageLatestInternalServerError() *ImageConfigurationMarkEveImageLatestInternalServerError

NewImageConfigurationMarkEveImageLatestInternalServerError creates a ImageConfigurationMarkEveImageLatestInternalServerError with default headers values

func (*ImageConfigurationMarkEveImageLatestInternalServerError) Code

Code gets the status code for the image configuration mark eve image latest internal server error response

func (*ImageConfigurationMarkEveImageLatestInternalServerError) Error

func (*ImageConfigurationMarkEveImageLatestInternalServerError) GetPayload

func (*ImageConfigurationMarkEveImageLatestInternalServerError) IsClientError

IsClientError returns true when this image configuration mark eve image latest internal server error response has a 4xx status code

func (*ImageConfigurationMarkEveImageLatestInternalServerError) IsCode

IsCode returns true when this image configuration mark eve image latest internal server error response a status code equal to that given

func (*ImageConfigurationMarkEveImageLatestInternalServerError) IsRedirect

IsRedirect returns true when this image configuration mark eve image latest internal server error response has a 3xx status code

func (*ImageConfigurationMarkEveImageLatestInternalServerError) IsServerError

IsServerError returns true when this image configuration mark eve image latest internal server error response has a 5xx status code

func (*ImageConfigurationMarkEveImageLatestInternalServerError) IsSuccess

IsSuccess returns true when this image configuration mark eve image latest internal server error response has a 2xx status code

func (*ImageConfigurationMarkEveImageLatestInternalServerError) String

type ImageConfigurationMarkEveImageLatestNotFound

type ImageConfigurationMarkEveImageLatestNotFound struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationMarkEveImageLatestNotFound 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 NewImageConfigurationMarkEveImageLatestNotFound

func NewImageConfigurationMarkEveImageLatestNotFound() *ImageConfigurationMarkEveImageLatestNotFound

NewImageConfigurationMarkEveImageLatestNotFound creates a ImageConfigurationMarkEveImageLatestNotFound with default headers values

func (*ImageConfigurationMarkEveImageLatestNotFound) Code

Code gets the status code for the image configuration mark eve image latest not found response

func (*ImageConfigurationMarkEveImageLatestNotFound) Error

func (*ImageConfigurationMarkEveImageLatestNotFound) GetPayload

func (*ImageConfigurationMarkEveImageLatestNotFound) IsClientError

IsClientError returns true when this image configuration mark eve image latest not found response has a 4xx status code

func (*ImageConfigurationMarkEveImageLatestNotFound) IsCode

IsCode returns true when this image configuration mark eve image latest not found response a status code equal to that given

func (*ImageConfigurationMarkEveImageLatestNotFound) IsRedirect

IsRedirect returns true when this image configuration mark eve image latest not found response has a 3xx status code

func (*ImageConfigurationMarkEveImageLatestNotFound) IsServerError

IsServerError returns true when this image configuration mark eve image latest not found response has a 5xx status code

func (*ImageConfigurationMarkEveImageLatestNotFound) IsSuccess

IsSuccess returns true when this image configuration mark eve image latest not found response has a 2xx status code

func (*ImageConfigurationMarkEveImageLatestNotFound) String

type ImageConfigurationMarkEveImageLatestOK

type ImageConfigurationMarkEveImageLatestOK struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationMarkEveImageLatestOK describes a response with status code 200, with default header values.

A successful response.

func NewImageConfigurationMarkEveImageLatestOK

func NewImageConfigurationMarkEveImageLatestOK() *ImageConfigurationMarkEveImageLatestOK

NewImageConfigurationMarkEveImageLatestOK creates a ImageConfigurationMarkEveImageLatestOK with default headers values

func (*ImageConfigurationMarkEveImageLatestOK) Code

Code gets the status code for the image configuration mark eve image latest o k response

func (*ImageConfigurationMarkEveImageLatestOK) Error

func (*ImageConfigurationMarkEveImageLatestOK) GetPayload

func (*ImageConfigurationMarkEveImageLatestOK) IsClientError

func (o *ImageConfigurationMarkEveImageLatestOK) IsClientError() bool

IsClientError returns true when this image configuration mark eve image latest o k response has a 4xx status code

func (*ImageConfigurationMarkEveImageLatestOK) IsCode

IsCode returns true when this image configuration mark eve image latest o k response a status code equal to that given

func (*ImageConfigurationMarkEveImageLatestOK) IsRedirect

IsRedirect returns true when this image configuration mark eve image latest o k response has a 3xx status code

func (*ImageConfigurationMarkEveImageLatestOK) IsServerError

func (o *ImageConfigurationMarkEveImageLatestOK) IsServerError() bool

IsServerError returns true when this image configuration mark eve image latest o k response has a 5xx status code

func (*ImageConfigurationMarkEveImageLatestOK) IsSuccess

IsSuccess returns true when this image configuration mark eve image latest o k response has a 2xx status code

func (*ImageConfigurationMarkEveImageLatestOK) String

type ImageConfigurationMarkEveImageLatestParams

type ImageConfigurationMarkEveImageLatestParams struct {

	/* XRequestID.

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

	// Body.
	Body *models.Image

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

ImageConfigurationMarkEveImageLatestParams contains all the parameters to send to the API endpoint

for the image configuration mark eve image latest operation.

Typically these are written to a http.Request.

func NewImageConfigurationMarkEveImageLatestParams

func NewImageConfigurationMarkEveImageLatestParams() *ImageConfigurationMarkEveImageLatestParams

NewImageConfigurationMarkEveImageLatestParams creates a new ImageConfigurationMarkEveImageLatestParams 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 NewImageConfigurationMarkEveImageLatestParamsWithContext

func NewImageConfigurationMarkEveImageLatestParamsWithContext(ctx context.Context) *ImageConfigurationMarkEveImageLatestParams

NewImageConfigurationMarkEveImageLatestParamsWithContext creates a new ImageConfigurationMarkEveImageLatestParams object with the ability to set a context for a request.

func NewImageConfigurationMarkEveImageLatestParamsWithHTTPClient

func NewImageConfigurationMarkEveImageLatestParamsWithHTTPClient(client *http.Client) *ImageConfigurationMarkEveImageLatestParams

NewImageConfigurationMarkEveImageLatestParamsWithHTTPClient creates a new ImageConfigurationMarkEveImageLatestParams object with the ability to set a custom HTTPClient for a request.

func NewImageConfigurationMarkEveImageLatestParamsWithTimeout

func NewImageConfigurationMarkEveImageLatestParamsWithTimeout(timeout time.Duration) *ImageConfigurationMarkEveImageLatestParams

NewImageConfigurationMarkEveImageLatestParamsWithTimeout creates a new ImageConfigurationMarkEveImageLatestParams object with the ability to set a timeout on a request.

func (*ImageConfigurationMarkEveImageLatestParams) SetBody

SetBody adds the body to the image configuration mark eve image latest params

func (*ImageConfigurationMarkEveImageLatestParams) SetContext

SetContext adds the context to the image configuration mark eve image latest params

func (*ImageConfigurationMarkEveImageLatestParams) SetDefaults

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

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

func (*ImageConfigurationMarkEveImageLatestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the image configuration mark eve image latest params

func (*ImageConfigurationMarkEveImageLatestParams) SetTimeout

SetTimeout adds the timeout to the image configuration mark eve image latest params

func (*ImageConfigurationMarkEveImageLatestParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the image configuration mark eve image latest params

func (*ImageConfigurationMarkEveImageLatestParams) WithBody

WithBody adds the body to the image configuration mark eve image latest params

func (*ImageConfigurationMarkEveImageLatestParams) WithContext

WithContext adds the context to the image configuration mark eve image latest params

func (*ImageConfigurationMarkEveImageLatestParams) WithDefaults

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

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

func (*ImageConfigurationMarkEveImageLatestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the image configuration mark eve image latest params

func (*ImageConfigurationMarkEveImageLatestParams) WithTimeout

WithTimeout adds the timeout to the image configuration mark eve image latest params

func (*ImageConfigurationMarkEveImageLatestParams) WithXRequestID

WithXRequestID adds the xRequestID to the image configuration mark eve image latest params

func (*ImageConfigurationMarkEveImageLatestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImageConfigurationMarkEveImageLatestReader

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

ImageConfigurationMarkEveImageLatestReader is a Reader for the ImageConfigurationMarkEveImageLatest structure.

func (*ImageConfigurationMarkEveImageLatestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImageConfigurationMarkEveImageLatestUnauthorized

type ImageConfigurationMarkEveImageLatestUnauthorized struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationMarkEveImageLatestUnauthorized 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 NewImageConfigurationMarkEveImageLatestUnauthorized

func NewImageConfigurationMarkEveImageLatestUnauthorized() *ImageConfigurationMarkEveImageLatestUnauthorized

NewImageConfigurationMarkEveImageLatestUnauthorized creates a ImageConfigurationMarkEveImageLatestUnauthorized with default headers values

func (*ImageConfigurationMarkEveImageLatestUnauthorized) Code

Code gets the status code for the image configuration mark eve image latest unauthorized response

func (*ImageConfigurationMarkEveImageLatestUnauthorized) Error

func (*ImageConfigurationMarkEveImageLatestUnauthorized) GetPayload

func (*ImageConfigurationMarkEveImageLatestUnauthorized) IsClientError

IsClientError returns true when this image configuration mark eve image latest unauthorized response has a 4xx status code

func (*ImageConfigurationMarkEveImageLatestUnauthorized) IsCode

IsCode returns true when this image configuration mark eve image latest unauthorized response a status code equal to that given

func (*ImageConfigurationMarkEveImageLatestUnauthorized) IsRedirect

IsRedirect returns true when this image configuration mark eve image latest unauthorized response has a 3xx status code

func (*ImageConfigurationMarkEveImageLatestUnauthorized) IsServerError

IsServerError returns true when this image configuration mark eve image latest unauthorized response has a 5xx status code

func (*ImageConfigurationMarkEveImageLatestUnauthorized) IsSuccess

IsSuccess returns true when this image configuration mark eve image latest unauthorized response has a 2xx status code

func (*ImageConfigurationMarkEveImageLatestUnauthorized) String

type ImageConfigurationQueryImageProjectListBadRequest

type ImageConfigurationQueryImageProjectListBadRequest struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationQueryImageProjectListBadRequest 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 NewImageConfigurationQueryImageProjectListBadRequest

func NewImageConfigurationQueryImageProjectListBadRequest() *ImageConfigurationQueryImageProjectListBadRequest

NewImageConfigurationQueryImageProjectListBadRequest creates a ImageConfigurationQueryImageProjectListBadRequest with default headers values

func (*ImageConfigurationQueryImageProjectListBadRequest) Code

Code gets the status code for the image configuration query image project list bad request response

func (*ImageConfigurationQueryImageProjectListBadRequest) Error

func (*ImageConfigurationQueryImageProjectListBadRequest) GetPayload

func (*ImageConfigurationQueryImageProjectListBadRequest) IsClientError

IsClientError returns true when this image configuration query image project list bad request response has a 4xx status code

func (*ImageConfigurationQueryImageProjectListBadRequest) IsCode

IsCode returns true when this image configuration query image project list bad request response a status code equal to that given

func (*ImageConfigurationQueryImageProjectListBadRequest) IsRedirect

IsRedirect returns true when this image configuration query image project list bad request response has a 3xx status code

func (*ImageConfigurationQueryImageProjectListBadRequest) IsServerError

IsServerError returns true when this image configuration query image project list bad request response has a 5xx status code

func (*ImageConfigurationQueryImageProjectListBadRequest) IsSuccess

IsSuccess returns true when this image configuration query image project list bad request response has a 2xx status code

func (*ImageConfigurationQueryImageProjectListBadRequest) String

type ImageConfigurationQueryImageProjectListDefault

type ImageConfigurationQueryImageProjectListDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

ImageConfigurationQueryImageProjectListDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewImageConfigurationQueryImageProjectListDefault

func NewImageConfigurationQueryImageProjectListDefault(code int) *ImageConfigurationQueryImageProjectListDefault

NewImageConfigurationQueryImageProjectListDefault creates a ImageConfigurationQueryImageProjectListDefault with default headers values

func (*ImageConfigurationQueryImageProjectListDefault) Code

Code gets the status code for the image configuration query image project list default response

func (*ImageConfigurationQueryImageProjectListDefault) Error

func (*ImageConfigurationQueryImageProjectListDefault) GetPayload

func (*ImageConfigurationQueryImageProjectListDefault) IsClientError

IsClientError returns true when this image configuration query image project list default response has a 4xx status code

func (*ImageConfigurationQueryImageProjectListDefault) IsCode

IsCode returns true when this image configuration query image project list default response a status code equal to that given

func (*ImageConfigurationQueryImageProjectListDefault) IsRedirect

IsRedirect returns true when this image configuration query image project list default response has a 3xx status code

func (*ImageConfigurationQueryImageProjectListDefault) IsServerError

IsServerError returns true when this image configuration query image project list default response has a 5xx status code

func (*ImageConfigurationQueryImageProjectListDefault) IsSuccess

IsSuccess returns true when this image configuration query image project list default response has a 2xx status code

func (*ImageConfigurationQueryImageProjectListDefault) String

type ImageConfigurationQueryImageProjectListForbidden

type ImageConfigurationQueryImageProjectListForbidden struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationQueryImageProjectListForbidden 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 NewImageConfigurationQueryImageProjectListForbidden

func NewImageConfigurationQueryImageProjectListForbidden() *ImageConfigurationQueryImageProjectListForbidden

NewImageConfigurationQueryImageProjectListForbidden creates a ImageConfigurationQueryImageProjectListForbidden with default headers values

func (*ImageConfigurationQueryImageProjectListForbidden) Code

Code gets the status code for the image configuration query image project list forbidden response

func (*ImageConfigurationQueryImageProjectListForbidden) Error

func (*ImageConfigurationQueryImageProjectListForbidden) GetPayload

func (*ImageConfigurationQueryImageProjectListForbidden) IsClientError

IsClientError returns true when this image configuration query image project list forbidden response has a 4xx status code

func (*ImageConfigurationQueryImageProjectListForbidden) IsCode

IsCode returns true when this image configuration query image project list forbidden response a status code equal to that given

func (*ImageConfigurationQueryImageProjectListForbidden) IsRedirect

IsRedirect returns true when this image configuration query image project list forbidden response has a 3xx status code

func (*ImageConfigurationQueryImageProjectListForbidden) IsServerError

IsServerError returns true when this image configuration query image project list forbidden response has a 5xx status code

func (*ImageConfigurationQueryImageProjectListForbidden) IsSuccess

IsSuccess returns true when this image configuration query image project list forbidden response has a 2xx status code

func (*ImageConfigurationQueryImageProjectListForbidden) String

type ImageConfigurationQueryImageProjectListGatewayTimeout

type ImageConfigurationQueryImageProjectListGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationQueryImageProjectListGatewayTimeout 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 NewImageConfigurationQueryImageProjectListGatewayTimeout

func NewImageConfigurationQueryImageProjectListGatewayTimeout() *ImageConfigurationQueryImageProjectListGatewayTimeout

NewImageConfigurationQueryImageProjectListGatewayTimeout creates a ImageConfigurationQueryImageProjectListGatewayTimeout with default headers values

func (*ImageConfigurationQueryImageProjectListGatewayTimeout) Code

Code gets the status code for the image configuration query image project list gateway timeout response

func (*ImageConfigurationQueryImageProjectListGatewayTimeout) Error

func (*ImageConfigurationQueryImageProjectListGatewayTimeout) GetPayload

func (*ImageConfigurationQueryImageProjectListGatewayTimeout) IsClientError

IsClientError returns true when this image configuration query image project list gateway timeout response has a 4xx status code

func (*ImageConfigurationQueryImageProjectListGatewayTimeout) IsCode

IsCode returns true when this image configuration query image project list gateway timeout response a status code equal to that given

func (*ImageConfigurationQueryImageProjectListGatewayTimeout) IsRedirect

IsRedirect returns true when this image configuration query image project list gateway timeout response has a 3xx status code

func (*ImageConfigurationQueryImageProjectListGatewayTimeout) IsServerError

IsServerError returns true when this image configuration query image project list gateway timeout response has a 5xx status code

func (*ImageConfigurationQueryImageProjectListGatewayTimeout) IsSuccess

IsSuccess returns true when this image configuration query image project list gateway timeout response has a 2xx status code

func (*ImageConfigurationQueryImageProjectListGatewayTimeout) String

type ImageConfigurationQueryImageProjectListInternalServerError

type ImageConfigurationQueryImageProjectListInternalServerError struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationQueryImageProjectListInternalServerError 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 NewImageConfigurationQueryImageProjectListInternalServerError

func NewImageConfigurationQueryImageProjectListInternalServerError() *ImageConfigurationQueryImageProjectListInternalServerError

NewImageConfigurationQueryImageProjectListInternalServerError creates a ImageConfigurationQueryImageProjectListInternalServerError with default headers values

func (*ImageConfigurationQueryImageProjectListInternalServerError) Code

Code gets the status code for the image configuration query image project list internal server error response

func (*ImageConfigurationQueryImageProjectListInternalServerError) Error

func (*ImageConfigurationQueryImageProjectListInternalServerError) GetPayload

func (*ImageConfigurationQueryImageProjectListInternalServerError) IsClientError

IsClientError returns true when this image configuration query image project list internal server error response has a 4xx status code

func (*ImageConfigurationQueryImageProjectListInternalServerError) IsCode

IsCode returns true when this image configuration query image project list internal server error response a status code equal to that given

func (*ImageConfigurationQueryImageProjectListInternalServerError) IsRedirect

IsRedirect returns true when this image configuration query image project list internal server error response has a 3xx status code

func (*ImageConfigurationQueryImageProjectListInternalServerError) IsServerError

IsServerError returns true when this image configuration query image project list internal server error response has a 5xx status code

func (*ImageConfigurationQueryImageProjectListInternalServerError) IsSuccess

IsSuccess returns true when this image configuration query image project list internal server error response has a 2xx status code

func (*ImageConfigurationQueryImageProjectListInternalServerError) String

type ImageConfigurationQueryImageProjectListOK

type ImageConfigurationQueryImageProjectListOK struct {
	Payload *models.ImageProjectList
}

ImageConfigurationQueryImageProjectListOK describes a response with status code 200, with default header values.

A successful response.

func NewImageConfigurationQueryImageProjectListOK

func NewImageConfigurationQueryImageProjectListOK() *ImageConfigurationQueryImageProjectListOK

NewImageConfigurationQueryImageProjectListOK creates a ImageConfigurationQueryImageProjectListOK with default headers values

func (*ImageConfigurationQueryImageProjectListOK) Code

Code gets the status code for the image configuration query image project list o k response

func (*ImageConfigurationQueryImageProjectListOK) Error

func (*ImageConfigurationQueryImageProjectListOK) GetPayload

func (*ImageConfigurationQueryImageProjectListOK) IsClientError

IsClientError returns true when this image configuration query image project list o k response has a 4xx status code

func (*ImageConfigurationQueryImageProjectListOK) IsCode

IsCode returns true when this image configuration query image project list o k response a status code equal to that given

func (*ImageConfigurationQueryImageProjectListOK) IsRedirect

IsRedirect returns true when this image configuration query image project list o k response has a 3xx status code

func (*ImageConfigurationQueryImageProjectListOK) IsServerError

IsServerError returns true when this image configuration query image project list o k response has a 5xx status code

func (*ImageConfigurationQueryImageProjectListOK) IsSuccess

IsSuccess returns true when this image configuration query image project list o k response has a 2xx status code

func (*ImageConfigurationQueryImageProjectListOK) String

type ImageConfigurationQueryImageProjectListParams

type ImageConfigurationQueryImageProjectListParams struct {

	/* XRequestID.

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

	/* Ids.

	   List of images IDs
	*/
	Ids []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

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

ImageConfigurationQueryImageProjectListParams contains all the parameters to send to the API endpoint

for the image configuration query image project list operation.

Typically these are written to a http.Request.

func NewImageConfigurationQueryImageProjectListParams

func NewImageConfigurationQueryImageProjectListParams() *ImageConfigurationQueryImageProjectListParams

NewImageConfigurationQueryImageProjectListParams creates a new ImageConfigurationQueryImageProjectListParams 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 NewImageConfigurationQueryImageProjectListParamsWithContext

func NewImageConfigurationQueryImageProjectListParamsWithContext(ctx context.Context) *ImageConfigurationQueryImageProjectListParams

NewImageConfigurationQueryImageProjectListParamsWithContext creates a new ImageConfigurationQueryImageProjectListParams object with the ability to set a context for a request.

func NewImageConfigurationQueryImageProjectListParamsWithHTTPClient

func NewImageConfigurationQueryImageProjectListParamsWithHTTPClient(client *http.Client) *ImageConfigurationQueryImageProjectListParams

NewImageConfigurationQueryImageProjectListParamsWithHTTPClient creates a new ImageConfigurationQueryImageProjectListParams object with the ability to set a custom HTTPClient for a request.

func NewImageConfigurationQueryImageProjectListParamsWithTimeout

func NewImageConfigurationQueryImageProjectListParamsWithTimeout(timeout time.Duration) *ImageConfigurationQueryImageProjectListParams

NewImageConfigurationQueryImageProjectListParamsWithTimeout creates a new ImageConfigurationQueryImageProjectListParams object with the ability to set a timeout on a request.

func (*ImageConfigurationQueryImageProjectListParams) SetContext

SetContext adds the context to the image configuration query image project list params

func (*ImageConfigurationQueryImageProjectListParams) SetDefaults

SetDefaults hydrates default values in the image configuration query image project list params (not the query body).

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

func (*ImageConfigurationQueryImageProjectListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the image configuration query image project list params

func (*ImageConfigurationQueryImageProjectListParams) SetIds

SetIds adds the ids to the image configuration query image project list params

func (*ImageConfigurationQueryImageProjectListParams) SetNextOrderBy

func (o *ImageConfigurationQueryImageProjectListParams) SetNextOrderBy(nextOrderBy []string)

SetNextOrderBy adds the nextOrderBy to the image configuration query image project list params

func (*ImageConfigurationQueryImageProjectListParams) SetNextPageNum

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

SetNextPageNum adds the nextPageNum to the image configuration query image project list params

func (*ImageConfigurationQueryImageProjectListParams) SetNextPageSize

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

SetNextPageSize adds the nextPageSize to the image configuration query image project list params

func (*ImageConfigurationQueryImageProjectListParams) SetNextPageToken

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

SetNextPageToken adds the nextPageToken to the image configuration query image project list params

func (*ImageConfigurationQueryImageProjectListParams) SetNextTotalPages

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

SetNextTotalPages adds the nextTotalPages to the image configuration query image project list params

func (*ImageConfigurationQueryImageProjectListParams) SetTimeout

SetTimeout adds the timeout to the image configuration query image project list params

func (*ImageConfigurationQueryImageProjectListParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the image configuration query image project list params

func (*ImageConfigurationQueryImageProjectListParams) WithContext

WithContext adds the context to the image configuration query image project list params

func (*ImageConfigurationQueryImageProjectListParams) WithDefaults

WithDefaults hydrates default values in the image configuration query image project list params (not the query body).

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

func (*ImageConfigurationQueryImageProjectListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the image configuration query image project list params

func (*ImageConfigurationQueryImageProjectListParams) WithIds

WithIds adds the ids to the image configuration query image project list params

func (*ImageConfigurationQueryImageProjectListParams) WithNextOrderBy

WithNextOrderBy adds the nextOrderBy to the image configuration query image project list params

func (*ImageConfigurationQueryImageProjectListParams) WithNextPageNum

WithNextPageNum adds the nextPageNum to the image configuration query image project list params

func (*ImageConfigurationQueryImageProjectListParams) WithNextPageSize

WithNextPageSize adds the nextPageSize to the image configuration query image project list params

func (*ImageConfigurationQueryImageProjectListParams) WithNextPageToken

WithNextPageToken adds the nextPageToken to the image configuration query image project list params

func (*ImageConfigurationQueryImageProjectListParams) WithNextTotalPages

WithNextTotalPages adds the nextTotalPages to the image configuration query image project list params

func (*ImageConfigurationQueryImageProjectListParams) WithTimeout

WithTimeout adds the timeout to the image configuration query image project list params

func (*ImageConfigurationQueryImageProjectListParams) WithXRequestID

WithXRequestID adds the xRequestID to the image configuration query image project list params

func (*ImageConfigurationQueryImageProjectListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImageConfigurationQueryImageProjectListReader

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

ImageConfigurationQueryImageProjectListReader is a Reader for the ImageConfigurationQueryImageProjectList structure.

func (*ImageConfigurationQueryImageProjectListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImageConfigurationQueryImageProjectListUnauthorized

type ImageConfigurationQueryImageProjectListUnauthorized struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationQueryImageProjectListUnauthorized 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 NewImageConfigurationQueryImageProjectListUnauthorized

func NewImageConfigurationQueryImageProjectListUnauthorized() *ImageConfigurationQueryImageProjectListUnauthorized

NewImageConfigurationQueryImageProjectListUnauthorized creates a ImageConfigurationQueryImageProjectListUnauthorized with default headers values

func (*ImageConfigurationQueryImageProjectListUnauthorized) Code

Code gets the status code for the image configuration query image project list unauthorized response

func (*ImageConfigurationQueryImageProjectListUnauthorized) Error

func (*ImageConfigurationQueryImageProjectListUnauthorized) GetPayload

func (*ImageConfigurationQueryImageProjectListUnauthorized) IsClientError

IsClientError returns true when this image configuration query image project list unauthorized response has a 4xx status code

func (*ImageConfigurationQueryImageProjectListUnauthorized) IsCode

IsCode returns true when this image configuration query image project list unauthorized response a status code equal to that given

func (*ImageConfigurationQueryImageProjectListUnauthorized) IsRedirect

IsRedirect returns true when this image configuration query image project list unauthorized response has a 3xx status code

func (*ImageConfigurationQueryImageProjectListUnauthorized) IsServerError

IsServerError returns true when this image configuration query image project list unauthorized response has a 5xx status code

func (*ImageConfigurationQueryImageProjectListUnauthorized) IsSuccess

IsSuccess returns true when this image configuration query image project list unauthorized response has a 2xx status code

func (*ImageConfigurationQueryImageProjectListUnauthorized) String

type ImageConfigurationQueryImagesBadRequest

type ImageConfigurationQueryImagesBadRequest struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationQueryImagesBadRequest 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 NewImageConfigurationQueryImagesBadRequest

func NewImageConfigurationQueryImagesBadRequest() *ImageConfigurationQueryImagesBadRequest

NewImageConfigurationQueryImagesBadRequest creates a ImageConfigurationQueryImagesBadRequest with default headers values

func (*ImageConfigurationQueryImagesBadRequest) Code

Code gets the status code for the image configuration query images bad request response

func (*ImageConfigurationQueryImagesBadRequest) Error

func (*ImageConfigurationQueryImagesBadRequest) GetPayload

func (*ImageConfigurationQueryImagesBadRequest) IsClientError

func (o *ImageConfigurationQueryImagesBadRequest) IsClientError() bool

IsClientError returns true when this image configuration query images bad request response has a 4xx status code

func (*ImageConfigurationQueryImagesBadRequest) IsCode

IsCode returns true when this image configuration query images bad request response a status code equal to that given

func (*ImageConfigurationQueryImagesBadRequest) IsRedirect

IsRedirect returns true when this image configuration query images bad request response has a 3xx status code

func (*ImageConfigurationQueryImagesBadRequest) IsServerError

func (o *ImageConfigurationQueryImagesBadRequest) IsServerError() bool

IsServerError returns true when this image configuration query images bad request response has a 5xx status code

func (*ImageConfigurationQueryImagesBadRequest) IsSuccess

IsSuccess returns true when this image configuration query images bad request response has a 2xx status code

func (*ImageConfigurationQueryImagesBadRequest) String

type ImageConfigurationQueryImagesDefault

type ImageConfigurationQueryImagesDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

ImageConfigurationQueryImagesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewImageConfigurationQueryImagesDefault

func NewImageConfigurationQueryImagesDefault(code int) *ImageConfigurationQueryImagesDefault

NewImageConfigurationQueryImagesDefault creates a ImageConfigurationQueryImagesDefault with default headers values

func (*ImageConfigurationQueryImagesDefault) Code

Code gets the status code for the image configuration query images default response

func (*ImageConfigurationQueryImagesDefault) Error

func (*ImageConfigurationQueryImagesDefault) GetPayload

func (*ImageConfigurationQueryImagesDefault) IsClientError

func (o *ImageConfigurationQueryImagesDefault) IsClientError() bool

IsClientError returns true when this image configuration query images default response has a 4xx status code

func (*ImageConfigurationQueryImagesDefault) IsCode

IsCode returns true when this image configuration query images default response a status code equal to that given

func (*ImageConfigurationQueryImagesDefault) IsRedirect

IsRedirect returns true when this image configuration query images default response has a 3xx status code

func (*ImageConfigurationQueryImagesDefault) IsServerError

func (o *ImageConfigurationQueryImagesDefault) IsServerError() bool

IsServerError returns true when this image configuration query images default response has a 5xx status code

func (*ImageConfigurationQueryImagesDefault) IsSuccess

IsSuccess returns true when this image configuration query images default response has a 2xx status code

func (*ImageConfigurationQueryImagesDefault) String

type ImageConfigurationQueryImagesForbidden

type ImageConfigurationQueryImagesForbidden struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationQueryImagesForbidden 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 NewImageConfigurationQueryImagesForbidden

func NewImageConfigurationQueryImagesForbidden() *ImageConfigurationQueryImagesForbidden

NewImageConfigurationQueryImagesForbidden creates a ImageConfigurationQueryImagesForbidden with default headers values

func (*ImageConfigurationQueryImagesForbidden) Code

Code gets the status code for the image configuration query images forbidden response

func (*ImageConfigurationQueryImagesForbidden) Error

func (*ImageConfigurationQueryImagesForbidden) GetPayload

func (*ImageConfigurationQueryImagesForbidden) IsClientError

func (o *ImageConfigurationQueryImagesForbidden) IsClientError() bool

IsClientError returns true when this image configuration query images forbidden response has a 4xx status code

func (*ImageConfigurationQueryImagesForbidden) IsCode

IsCode returns true when this image configuration query images forbidden response a status code equal to that given

func (*ImageConfigurationQueryImagesForbidden) IsRedirect

IsRedirect returns true when this image configuration query images forbidden response has a 3xx status code

func (*ImageConfigurationQueryImagesForbidden) IsServerError

func (o *ImageConfigurationQueryImagesForbidden) IsServerError() bool

IsServerError returns true when this image configuration query images forbidden response has a 5xx status code

func (*ImageConfigurationQueryImagesForbidden) IsSuccess

IsSuccess returns true when this image configuration query images forbidden response has a 2xx status code

func (*ImageConfigurationQueryImagesForbidden) String

type ImageConfigurationQueryImagesGatewayTimeout

type ImageConfigurationQueryImagesGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationQueryImagesGatewayTimeout 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 NewImageConfigurationQueryImagesGatewayTimeout

func NewImageConfigurationQueryImagesGatewayTimeout() *ImageConfigurationQueryImagesGatewayTimeout

NewImageConfigurationQueryImagesGatewayTimeout creates a ImageConfigurationQueryImagesGatewayTimeout with default headers values

func (*ImageConfigurationQueryImagesGatewayTimeout) Code

Code gets the status code for the image configuration query images gateway timeout response

func (*ImageConfigurationQueryImagesGatewayTimeout) Error

func (*ImageConfigurationQueryImagesGatewayTimeout) GetPayload

func (*ImageConfigurationQueryImagesGatewayTimeout) IsClientError

IsClientError returns true when this image configuration query images gateway timeout response has a 4xx status code

func (*ImageConfigurationQueryImagesGatewayTimeout) IsCode

IsCode returns true when this image configuration query images gateway timeout response a status code equal to that given

func (*ImageConfigurationQueryImagesGatewayTimeout) IsRedirect

IsRedirect returns true when this image configuration query images gateway timeout response has a 3xx status code

func (*ImageConfigurationQueryImagesGatewayTimeout) IsServerError

IsServerError returns true when this image configuration query images gateway timeout response has a 5xx status code

func (*ImageConfigurationQueryImagesGatewayTimeout) IsSuccess

IsSuccess returns true when this image configuration query images gateway timeout response has a 2xx status code

func (*ImageConfigurationQueryImagesGatewayTimeout) String

type ImageConfigurationQueryImagesInternalServerError

type ImageConfigurationQueryImagesInternalServerError struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationQueryImagesInternalServerError 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 NewImageConfigurationQueryImagesInternalServerError

func NewImageConfigurationQueryImagesInternalServerError() *ImageConfigurationQueryImagesInternalServerError

NewImageConfigurationQueryImagesInternalServerError creates a ImageConfigurationQueryImagesInternalServerError with default headers values

func (*ImageConfigurationQueryImagesInternalServerError) Code

Code gets the status code for the image configuration query images internal server error response

func (*ImageConfigurationQueryImagesInternalServerError) Error

func (*ImageConfigurationQueryImagesInternalServerError) GetPayload

func (*ImageConfigurationQueryImagesInternalServerError) IsClientError

IsClientError returns true when this image configuration query images internal server error response has a 4xx status code

func (*ImageConfigurationQueryImagesInternalServerError) IsCode

IsCode returns true when this image configuration query images internal server error response a status code equal to that given

func (*ImageConfigurationQueryImagesInternalServerError) IsRedirect

IsRedirect returns true when this image configuration query images internal server error response has a 3xx status code

func (*ImageConfigurationQueryImagesInternalServerError) IsServerError

IsServerError returns true when this image configuration query images internal server error response has a 5xx status code

func (*ImageConfigurationQueryImagesInternalServerError) IsSuccess

IsSuccess returns true when this image configuration query images internal server error response has a 2xx status code

func (*ImageConfigurationQueryImagesInternalServerError) String

type ImageConfigurationQueryImagesOK

type ImageConfigurationQueryImagesOK struct {
	Payload *models.Images
}

ImageConfigurationQueryImagesOK describes a response with status code 200, with default header values.

A successful response.

func NewImageConfigurationQueryImagesOK

func NewImageConfigurationQueryImagesOK() *ImageConfigurationQueryImagesOK

NewImageConfigurationQueryImagesOK creates a ImageConfigurationQueryImagesOK with default headers values

func (*ImageConfigurationQueryImagesOK) Code

Code gets the status code for the image configuration query images o k response

func (*ImageConfigurationQueryImagesOK) Error

func (*ImageConfigurationQueryImagesOK) GetPayload

func (*ImageConfigurationQueryImagesOK) IsClientError

func (o *ImageConfigurationQueryImagesOK) IsClientError() bool

IsClientError returns true when this image configuration query images o k response has a 4xx status code

func (*ImageConfigurationQueryImagesOK) IsCode

func (o *ImageConfigurationQueryImagesOK) IsCode(code int) bool

IsCode returns true when this image configuration query images o k response a status code equal to that given

func (*ImageConfigurationQueryImagesOK) IsRedirect

func (o *ImageConfigurationQueryImagesOK) IsRedirect() bool

IsRedirect returns true when this image configuration query images o k response has a 3xx status code

func (*ImageConfigurationQueryImagesOK) IsServerError

func (o *ImageConfigurationQueryImagesOK) IsServerError() bool

IsServerError returns true when this image configuration query images o k response has a 5xx status code

func (*ImageConfigurationQueryImagesOK) IsSuccess

func (o *ImageConfigurationQueryImagesOK) IsSuccess() bool

IsSuccess returns true when this image configuration query images o k response has a 2xx status code

func (*ImageConfigurationQueryImagesOK) String

type ImageConfigurationQueryImagesParams

type ImageConfigurationQueryImagesParams 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
	*/
	Summary *bool

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

ImageConfigurationQueryImagesParams contains all the parameters to send to the API endpoint

for the image configuration query images operation.

Typically these are written to a http.Request.

func NewImageConfigurationQueryImagesParams

func NewImageConfigurationQueryImagesParams() *ImageConfigurationQueryImagesParams

NewImageConfigurationQueryImagesParams creates a new ImageConfigurationQueryImagesParams 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 NewImageConfigurationQueryImagesParamsWithContext

func NewImageConfigurationQueryImagesParamsWithContext(ctx context.Context) *ImageConfigurationQueryImagesParams

NewImageConfigurationQueryImagesParamsWithContext creates a new ImageConfigurationQueryImagesParams object with the ability to set a context for a request.

func NewImageConfigurationQueryImagesParamsWithHTTPClient

func NewImageConfigurationQueryImagesParamsWithHTTPClient(client *http.Client) *ImageConfigurationQueryImagesParams

NewImageConfigurationQueryImagesParamsWithHTTPClient creates a new ImageConfigurationQueryImagesParams object with the ability to set a custom HTTPClient for a request.

func NewImageConfigurationQueryImagesParamsWithTimeout

func NewImageConfigurationQueryImagesParamsWithTimeout(timeout time.Duration) *ImageConfigurationQueryImagesParams

NewImageConfigurationQueryImagesParamsWithTimeout creates a new ImageConfigurationQueryImagesParams object with the ability to set a timeout on a request.

func (*ImageConfigurationQueryImagesParams) SetContext

SetContext adds the context to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) SetDefaults

func (o *ImageConfigurationQueryImagesParams) SetDefaults()

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

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

func (*ImageConfigurationQueryImagesParams) SetFilterDatastoreID

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

SetFilterDatastoreID adds the filterDatastoreId to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) SetFilterImageArch

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

SetFilterImageArch adds the filterImageArch to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) SetFilterImageStatus

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

SetFilterImageStatus adds the filterImageStatus to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) SetFilterImageType

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

SetFilterImageType adds the filterImageType to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) SetFilterNamePattern

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

SetFilterNamePattern adds the filterNamePattern to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) SetNextOrderBy

func (o *ImageConfigurationQueryImagesParams) SetNextOrderBy(nextOrderBy []string)

SetNextOrderBy adds the nextOrderBy to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) SetNextPageNum

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

SetNextPageNum adds the nextPageNum to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) SetNextPageSize

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

SetNextPageSize adds the nextPageSize to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) SetNextPageToken

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

SetNextPageToken adds the nextPageToken to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) SetNextTotalPages

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

SetNextTotalPages adds the nextTotalPages to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) SetSummary

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

SetSummary adds the summary to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) SetTimeout

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

SetTimeout adds the timeout to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithContext

WithContext adds the context to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithDefaults

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

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

func (*ImageConfigurationQueryImagesParams) WithFilterDatastoreID

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

WithFilterDatastoreID adds the filterDatastoreID to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithFilterImageArch

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

WithFilterImageArch adds the filterImageArch to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithFilterImageStatus

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

WithFilterImageStatus adds the filterImageStatus to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithFilterImageType

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

WithFilterImageType adds the filterImageType to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithFilterNamePattern

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

WithFilterNamePattern adds the filterNamePattern to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithNextOrderBy

WithNextOrderBy adds the nextOrderBy to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithNextPageNum

WithNextPageNum adds the nextPageNum to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithNextPageSize

WithNextPageSize adds the nextPageSize to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithNextPageToken

WithNextPageToken adds the nextPageToken to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithNextTotalPages

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

WithNextTotalPages adds the nextTotalPages to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithSummary

WithSummary adds the summary to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithTimeout

WithTimeout adds the timeout to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithXRequestID

WithXRequestID adds the xRequestID to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImageConfigurationQueryImagesReader

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

ImageConfigurationQueryImagesReader is a Reader for the ImageConfigurationQueryImages structure.

func (*ImageConfigurationQueryImagesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImageConfigurationQueryImagesUnauthorized

type ImageConfigurationQueryImagesUnauthorized struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationQueryImagesUnauthorized 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 NewImageConfigurationQueryImagesUnauthorized

func NewImageConfigurationQueryImagesUnauthorized() *ImageConfigurationQueryImagesUnauthorized

NewImageConfigurationQueryImagesUnauthorized creates a ImageConfigurationQueryImagesUnauthorized with default headers values

func (*ImageConfigurationQueryImagesUnauthorized) Code

Code gets the status code for the image configuration query images unauthorized response

func (*ImageConfigurationQueryImagesUnauthorized) Error

func (*ImageConfigurationQueryImagesUnauthorized) GetPayload

func (*ImageConfigurationQueryImagesUnauthorized) IsClientError

IsClientError returns true when this image configuration query images unauthorized response has a 4xx status code

func (*ImageConfigurationQueryImagesUnauthorized) IsCode

IsCode returns true when this image configuration query images unauthorized response a status code equal to that given

func (*ImageConfigurationQueryImagesUnauthorized) IsRedirect

IsRedirect returns true when this image configuration query images unauthorized response has a 3xx status code

func (*ImageConfigurationQueryImagesUnauthorized) IsServerError

IsServerError returns true when this image configuration query images unauthorized response has a 5xx status code

func (*ImageConfigurationQueryImagesUnauthorized) IsSuccess

IsSuccess returns true when this image configuration query images unauthorized response has a 2xx status code

func (*ImageConfigurationQueryImagesUnauthorized) String

type ImageConfigurationQueryLatestImageVersionsBadRequest

type ImageConfigurationQueryLatestImageVersionsBadRequest struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationQueryLatestImageVersionsBadRequest 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 NewImageConfigurationQueryLatestImageVersionsBadRequest

func NewImageConfigurationQueryLatestImageVersionsBadRequest() *ImageConfigurationQueryLatestImageVersionsBadRequest

NewImageConfigurationQueryLatestImageVersionsBadRequest creates a ImageConfigurationQueryLatestImageVersionsBadRequest with default headers values

func (*ImageConfigurationQueryLatestImageVersionsBadRequest) Code

Code gets the status code for the image configuration query latest image versions bad request response

func (*ImageConfigurationQueryLatestImageVersionsBadRequest) Error

func (*ImageConfigurationQueryLatestImageVersionsBadRequest) GetPayload

func (*ImageConfigurationQueryLatestImageVersionsBadRequest) IsClientError

IsClientError returns true when this image configuration query latest image versions bad request response has a 4xx status code

func (*ImageConfigurationQueryLatestImageVersionsBadRequest) IsCode

IsCode returns true when this image configuration query latest image versions bad request response a status code equal to that given

func (*ImageConfigurationQueryLatestImageVersionsBadRequest) IsRedirect

IsRedirect returns true when this image configuration query latest image versions bad request response has a 3xx status code

func (*ImageConfigurationQueryLatestImageVersionsBadRequest) IsServerError

IsServerError returns true when this image configuration query latest image versions bad request response has a 5xx status code

func (*ImageConfigurationQueryLatestImageVersionsBadRequest) IsSuccess

IsSuccess returns true when this image configuration query latest image versions bad request response has a 2xx status code

func (*ImageConfigurationQueryLatestImageVersionsBadRequest) String

type ImageConfigurationQueryLatestImageVersionsDefault

type ImageConfigurationQueryLatestImageVersionsDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

ImageConfigurationQueryLatestImageVersionsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewImageConfigurationQueryLatestImageVersionsDefault

func NewImageConfigurationQueryLatestImageVersionsDefault(code int) *ImageConfigurationQueryLatestImageVersionsDefault

NewImageConfigurationQueryLatestImageVersionsDefault creates a ImageConfigurationQueryLatestImageVersionsDefault with default headers values

func (*ImageConfigurationQueryLatestImageVersionsDefault) Code

Code gets the status code for the image configuration query latest image versions default response

func (*ImageConfigurationQueryLatestImageVersionsDefault) Error

func (*ImageConfigurationQueryLatestImageVersionsDefault) GetPayload

func (*ImageConfigurationQueryLatestImageVersionsDefault) IsClientError

IsClientError returns true when this image configuration query latest image versions default response has a 4xx status code

func (*ImageConfigurationQueryLatestImageVersionsDefault) IsCode

IsCode returns true when this image configuration query latest image versions default response a status code equal to that given

func (*ImageConfigurationQueryLatestImageVersionsDefault) IsRedirect

IsRedirect returns true when this image configuration query latest image versions default response has a 3xx status code

func (*ImageConfigurationQueryLatestImageVersionsDefault) IsServerError

IsServerError returns true when this image configuration query latest image versions default response has a 5xx status code

func (*ImageConfigurationQueryLatestImageVersionsDefault) IsSuccess

IsSuccess returns true when this image configuration query latest image versions default response has a 2xx status code

func (*ImageConfigurationQueryLatestImageVersionsDefault) String

type ImageConfigurationQueryLatestImageVersionsForbidden

type ImageConfigurationQueryLatestImageVersionsForbidden struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationQueryLatestImageVersionsForbidden 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 NewImageConfigurationQueryLatestImageVersionsForbidden

func NewImageConfigurationQueryLatestImageVersionsForbidden() *ImageConfigurationQueryLatestImageVersionsForbidden

NewImageConfigurationQueryLatestImageVersionsForbidden creates a ImageConfigurationQueryLatestImageVersionsForbidden with default headers values

func (*ImageConfigurationQueryLatestImageVersionsForbidden) Code

Code gets the status code for the image configuration query latest image versions forbidden response

func (*ImageConfigurationQueryLatestImageVersionsForbidden) Error

func (*ImageConfigurationQueryLatestImageVersionsForbidden) GetPayload

func (*ImageConfigurationQueryLatestImageVersionsForbidden) IsClientError

IsClientError returns true when this image configuration query latest image versions forbidden response has a 4xx status code

func (*ImageConfigurationQueryLatestImageVersionsForbidden) IsCode

IsCode returns true when this image configuration query latest image versions forbidden response a status code equal to that given

func (*ImageConfigurationQueryLatestImageVersionsForbidden) IsRedirect

IsRedirect returns true when this image configuration query latest image versions forbidden response has a 3xx status code

func (*ImageConfigurationQueryLatestImageVersionsForbidden) IsServerError

IsServerError returns true when this image configuration query latest image versions forbidden response has a 5xx status code

func (*ImageConfigurationQueryLatestImageVersionsForbidden) IsSuccess

IsSuccess returns true when this image configuration query latest image versions forbidden response has a 2xx status code

func (*ImageConfigurationQueryLatestImageVersionsForbidden) String

type ImageConfigurationQueryLatestImageVersionsGatewayTimeout

type ImageConfigurationQueryLatestImageVersionsGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationQueryLatestImageVersionsGatewayTimeout 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 NewImageConfigurationQueryLatestImageVersionsGatewayTimeout

func NewImageConfigurationQueryLatestImageVersionsGatewayTimeout() *ImageConfigurationQueryLatestImageVersionsGatewayTimeout

NewImageConfigurationQueryLatestImageVersionsGatewayTimeout creates a ImageConfigurationQueryLatestImageVersionsGatewayTimeout with default headers values

func (*ImageConfigurationQueryLatestImageVersionsGatewayTimeout) Code

Code gets the status code for the image configuration query latest image versions gateway timeout response

func (*ImageConfigurationQueryLatestImageVersionsGatewayTimeout) Error

func (*ImageConfigurationQueryLatestImageVersionsGatewayTimeout) GetPayload

func (*ImageConfigurationQueryLatestImageVersionsGatewayTimeout) IsClientError

IsClientError returns true when this image configuration query latest image versions gateway timeout response has a 4xx status code

func (*ImageConfigurationQueryLatestImageVersionsGatewayTimeout) IsCode

IsCode returns true when this image configuration query latest image versions gateway timeout response a status code equal to that given

func (*ImageConfigurationQueryLatestImageVersionsGatewayTimeout) IsRedirect

IsRedirect returns true when this image configuration query latest image versions gateway timeout response has a 3xx status code

func (*ImageConfigurationQueryLatestImageVersionsGatewayTimeout) IsServerError

IsServerError returns true when this image configuration query latest image versions gateway timeout response has a 5xx status code

func (*ImageConfigurationQueryLatestImageVersionsGatewayTimeout) IsSuccess

IsSuccess returns true when this image configuration query latest image versions gateway timeout response has a 2xx status code

func (*ImageConfigurationQueryLatestImageVersionsGatewayTimeout) String

type ImageConfigurationQueryLatestImageVersionsInternalServerError

type ImageConfigurationQueryLatestImageVersionsInternalServerError struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationQueryLatestImageVersionsInternalServerError 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 NewImageConfigurationQueryLatestImageVersionsInternalServerError

func NewImageConfigurationQueryLatestImageVersionsInternalServerError() *ImageConfigurationQueryLatestImageVersionsInternalServerError

NewImageConfigurationQueryLatestImageVersionsInternalServerError creates a ImageConfigurationQueryLatestImageVersionsInternalServerError with default headers values

func (*ImageConfigurationQueryLatestImageVersionsInternalServerError) Code

Code gets the status code for the image configuration query latest image versions internal server error response

func (*ImageConfigurationQueryLatestImageVersionsInternalServerError) Error

func (*ImageConfigurationQueryLatestImageVersionsInternalServerError) GetPayload

func (*ImageConfigurationQueryLatestImageVersionsInternalServerError) IsClientError

IsClientError returns true when this image configuration query latest image versions internal server error response has a 4xx status code

func (*ImageConfigurationQueryLatestImageVersionsInternalServerError) IsCode

IsCode returns true when this image configuration query latest image versions internal server error response a status code equal to that given

func (*ImageConfigurationQueryLatestImageVersionsInternalServerError) IsRedirect

IsRedirect returns true when this image configuration query latest image versions internal server error response has a 3xx status code

func (*ImageConfigurationQueryLatestImageVersionsInternalServerError) IsServerError

IsServerError returns true when this image configuration query latest image versions internal server error response has a 5xx status code

func (*ImageConfigurationQueryLatestImageVersionsInternalServerError) IsSuccess

IsSuccess returns true when this image configuration query latest image versions internal server error response has a 2xx status code

func (*ImageConfigurationQueryLatestImageVersionsInternalServerError) String

type ImageConfigurationQueryLatestImageVersionsOK

type ImageConfigurationQueryLatestImageVersionsOK struct {
	Payload *models.Images
}

ImageConfigurationQueryLatestImageVersionsOK describes a response with status code 200, with default header values.

A successful response.

func NewImageConfigurationQueryLatestImageVersionsOK

func NewImageConfigurationQueryLatestImageVersionsOK() *ImageConfigurationQueryLatestImageVersionsOK

NewImageConfigurationQueryLatestImageVersionsOK creates a ImageConfigurationQueryLatestImageVersionsOK with default headers values

func (*ImageConfigurationQueryLatestImageVersionsOK) Code

Code gets the status code for the image configuration query latest image versions o k response

func (*ImageConfigurationQueryLatestImageVersionsOK) Error

func (*ImageConfigurationQueryLatestImageVersionsOK) GetPayload

func (*ImageConfigurationQueryLatestImageVersionsOK) IsClientError

IsClientError returns true when this image configuration query latest image versions o k response has a 4xx status code

func (*ImageConfigurationQueryLatestImageVersionsOK) IsCode

IsCode returns true when this image configuration query latest image versions o k response a status code equal to that given

func (*ImageConfigurationQueryLatestImageVersionsOK) IsRedirect

IsRedirect returns true when this image configuration query latest image versions o k response has a 3xx status code

func (*ImageConfigurationQueryLatestImageVersionsOK) IsServerError

IsServerError returns true when this image configuration query latest image versions o k response has a 5xx status code

func (*ImageConfigurationQueryLatestImageVersionsOK) IsSuccess

IsSuccess returns true when this image configuration query latest image versions o k response has a 2xx status code

func (*ImageConfigurationQueryLatestImageVersionsOK) String

type ImageConfigurationQueryLatestImageVersionsParams

type ImageConfigurationQueryLatestImageVersionsParams struct {

	/* XRequestID.

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

	/* Fields.

	   fields list for variable response
	*/
	Fields []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
	*/
	Summary *bool

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

ImageConfigurationQueryLatestImageVersionsParams contains all the parameters to send to the API endpoint

for the image configuration query latest image versions operation.

Typically these are written to a http.Request.

func NewImageConfigurationQueryLatestImageVersionsParams

func NewImageConfigurationQueryLatestImageVersionsParams() *ImageConfigurationQueryLatestImageVersionsParams

NewImageConfigurationQueryLatestImageVersionsParams creates a new ImageConfigurationQueryLatestImageVersionsParams 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 NewImageConfigurationQueryLatestImageVersionsParamsWithContext

func NewImageConfigurationQueryLatestImageVersionsParamsWithContext(ctx context.Context) *ImageConfigurationQueryLatestImageVersionsParams

NewImageConfigurationQueryLatestImageVersionsParamsWithContext creates a new ImageConfigurationQueryLatestImageVersionsParams object with the ability to set a context for a request.

func NewImageConfigurationQueryLatestImageVersionsParamsWithHTTPClient

func NewImageConfigurationQueryLatestImageVersionsParamsWithHTTPClient(client *http.Client) *ImageConfigurationQueryLatestImageVersionsParams

NewImageConfigurationQueryLatestImageVersionsParamsWithHTTPClient creates a new ImageConfigurationQueryLatestImageVersionsParams object with the ability to set a custom HTTPClient for a request.

func NewImageConfigurationQueryLatestImageVersionsParamsWithTimeout

func NewImageConfigurationQueryLatestImageVersionsParamsWithTimeout(timeout time.Duration) *ImageConfigurationQueryLatestImageVersionsParams

NewImageConfigurationQueryLatestImageVersionsParamsWithTimeout creates a new ImageConfigurationQueryLatestImageVersionsParams object with the ability to set a timeout on a request.

func (*ImageConfigurationQueryLatestImageVersionsParams) SetContext

SetContext adds the context to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) SetDefaults

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

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

func (*ImageConfigurationQueryLatestImageVersionsParams) SetFields

SetFields adds the fields to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) SetFilterNamePattern

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

SetFilterNamePattern adds the filterNamePattern to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) SetNextOrderBy

func (o *ImageConfigurationQueryLatestImageVersionsParams) SetNextOrderBy(nextOrderBy []string)

SetNextOrderBy adds the nextOrderBy to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) SetNextPageNum

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

SetNextPageNum adds the nextPageNum to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) SetNextPageSize

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

SetNextPageSize adds the nextPageSize to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) SetNextPageToken

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

SetNextPageToken adds the nextPageToken to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) SetNextTotalPages

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

SetNextTotalPages adds the nextTotalPages to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) SetSummary

SetSummary adds the summary to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) SetTimeout

SetTimeout adds the timeout to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) WithContext

WithContext adds the context to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) WithDefaults

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

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

func (*ImageConfigurationQueryLatestImageVersionsParams) WithFields

WithFields adds the fields to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) WithFilterNamePattern

WithFilterNamePattern adds the filterNamePattern to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) WithNextOrderBy

WithNextOrderBy adds the nextOrderBy to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) WithNextPageNum

WithNextPageNum adds the nextPageNum to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) WithNextPageSize

WithNextPageSize adds the nextPageSize to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) WithNextPageToken

WithNextPageToken adds the nextPageToken to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) WithNextTotalPages

WithNextTotalPages adds the nextTotalPages to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) WithSummary

WithSummary adds the summary to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) WithTimeout

WithTimeout adds the timeout to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) WithXRequestID

WithXRequestID adds the xRequestID to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImageConfigurationQueryLatestImageVersionsReader

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

ImageConfigurationQueryLatestImageVersionsReader is a Reader for the ImageConfigurationQueryLatestImageVersions structure.

func (*ImageConfigurationQueryLatestImageVersionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImageConfigurationQueryLatestImageVersionsUnauthorized

type ImageConfigurationQueryLatestImageVersionsUnauthorized struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationQueryLatestImageVersionsUnauthorized 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 NewImageConfigurationQueryLatestImageVersionsUnauthorized

func NewImageConfigurationQueryLatestImageVersionsUnauthorized() *ImageConfigurationQueryLatestImageVersionsUnauthorized

NewImageConfigurationQueryLatestImageVersionsUnauthorized creates a ImageConfigurationQueryLatestImageVersionsUnauthorized with default headers values

func (*ImageConfigurationQueryLatestImageVersionsUnauthorized) Code

Code gets the status code for the image configuration query latest image versions unauthorized response

func (*ImageConfigurationQueryLatestImageVersionsUnauthorized) Error

func (*ImageConfigurationQueryLatestImageVersionsUnauthorized) GetPayload

func (*ImageConfigurationQueryLatestImageVersionsUnauthorized) IsClientError

IsClientError returns true when this image configuration query latest image versions unauthorized response has a 4xx status code

func (*ImageConfigurationQueryLatestImageVersionsUnauthorized) IsCode

IsCode returns true when this image configuration query latest image versions unauthorized response a status code equal to that given

func (*ImageConfigurationQueryLatestImageVersionsUnauthorized) IsRedirect

IsRedirect returns true when this image configuration query latest image versions unauthorized response has a 3xx status code

func (*ImageConfigurationQueryLatestImageVersionsUnauthorized) IsServerError

IsServerError returns true when this image configuration query latest image versions unauthorized response has a 5xx status code

func (*ImageConfigurationQueryLatestImageVersionsUnauthorized) IsSuccess

IsSuccess returns true when this image configuration query latest image versions unauthorized response has a 2xx status code

func (*ImageConfigurationQueryLatestImageVersionsUnauthorized) String

type ImageConfigurationUpdateImageBadRequest

type ImageConfigurationUpdateImageBadRequest struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUpdateImageBadRequest 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 NewImageConfigurationUpdateImageBadRequest

func NewImageConfigurationUpdateImageBadRequest() *ImageConfigurationUpdateImageBadRequest

NewImageConfigurationUpdateImageBadRequest creates a ImageConfigurationUpdateImageBadRequest with default headers values

func (*ImageConfigurationUpdateImageBadRequest) Code

Code gets the status code for the image configuration update image bad request response

func (*ImageConfigurationUpdateImageBadRequest) Error

func (*ImageConfigurationUpdateImageBadRequest) GetPayload

func (*ImageConfigurationUpdateImageBadRequest) IsClientError

func (o *ImageConfigurationUpdateImageBadRequest) IsClientError() bool

IsClientError returns true when this image configuration update image bad request response has a 4xx status code

func (*ImageConfigurationUpdateImageBadRequest) IsCode

IsCode returns true when this image configuration update image bad request response a status code equal to that given

func (*ImageConfigurationUpdateImageBadRequest) IsRedirect

IsRedirect returns true when this image configuration update image bad request response has a 3xx status code

func (*ImageConfigurationUpdateImageBadRequest) IsServerError

func (o *ImageConfigurationUpdateImageBadRequest) IsServerError() bool

IsServerError returns true when this image configuration update image bad request response has a 5xx status code

func (*ImageConfigurationUpdateImageBadRequest) IsSuccess

IsSuccess returns true when this image configuration update image bad request response has a 2xx status code

func (*ImageConfigurationUpdateImageBadRequest) String

type ImageConfigurationUpdateImageBody

type ImageConfigurationUpdateImageBody struct {

	// Datastore Id where image binary is located.
	// Required: true
	// Pattern: [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
	DatastoreID *string `json:"datastoreId"`

	// Detailed description of the image.
	// Max Length: 256
	Description string `json:"description,omitempty"`

	// Image Architecture.
	// Required: true
	ImageArch *models.ModelArchType `json:"imageArch"`

	// Image upload/uplink detailed error/status message
	// Read Only: true
	ImageError string `json:"imageError,omitempty"`

	// Image binary format.
	// Required: true
	ImageFormat *models.ConfigFormat `json:"imageFormat"`

	// Internal image location.
	// Read Only: true
	ImageLocal string `json:"imageLocal,omitempty"`

	// Image relative path w.r.t. Datastore
	ImageRelURL string `json:"imageRelUrl,omitempty"`

	// Image checksum in SHA256 format
	ImageSha256 string `json:"imageSha256,omitempty"`

	// Image size in KBytes.
	ImageSizeBytes string `json:"imageSizeBytes,omitempty"`

	// Image status
	// Read Only: true
	ImageStatus *models.ImageStatus `json:"imageStatus,omitempty"`

	// Image type
	// Required: true
	ImageType *models.ImageType `json:"imageType"`

	// system defined info
	ImageVersion string `json:"imageVersion,omitempty"`

	// User defined name of the image, unique across the enterprise. Once image is created, name can’t be changed.
	// Required: true
	// Max Length: 256
	// Min Length: 3
	// Pattern: [a-zA-Z0-9][a-zA-Z0-9_.-]+
	Name *string `json:"name"`

	// Origin type of image.
	// Read Only: true
	OriginType *models.Origin `json:"originType,omitempty"`

	// project access list of the image
	ProjectAccessList []string `json:"projectAccessList"`

	// system defined info
	// Read Only: true
	Revision *models.ObjectRevision `json:"revision,omitempty"`

	// User defined title of the image. Title can be changed at any time.
	// Required: true
	// Max Length: 256
	// Min Length: 3
	// Pattern: [a-zA-Z0-9]+[a-zA-Z0-9!-~ ]+
	Title *string `json:"title"`
}

ImageConfigurationUpdateImageBody Image metadata detail // // Image metadata for edge gateway Base OS or for eedge applications. // Example: {"description":"My test image in QCOW2 format for Edge computing","dsId":"7927f6e3-484d-4105-a98e-868b21c1cb61","id":"d1125b0f-633d-459c-99c6-f47e7467cebc","imageArch":"AMD64","imageError":"Image uplinked successfully...","imageFormat":3,"imageLocal":"","imageRelUrl":"edge/computing/AMD64","imageSha256":"ADC5BB9DD39F83DD74C276B0BA119FB27925A5CDEA343FE1F2C8433F28AB345B","imageSizeBytes":142016512,"imageStatus":4,"imageType":2,"imageVersion":"","name":"my-test-image","originType":2,"revision":{"createdAt":{"seconds":1592068270},"createdBy":"admin@my-company.com","curr":"1","updatedAt":{"seconds":1592068271},"updatedBy":"admin@my-company.com"},"title":"My Test Image for Edge Computing"} swagger:model ImageConfigurationUpdateImageBody

func (*ImageConfigurationUpdateImageBody) ContextValidate

func (o *ImageConfigurationUpdateImageBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this image configuration update image body based on the context it is used

func (*ImageConfigurationUpdateImageBody) MarshalBinary

func (o *ImageConfigurationUpdateImageBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageConfigurationUpdateImageBody) UnmarshalBinary

func (o *ImageConfigurationUpdateImageBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageConfigurationUpdateImageBody) Validate

Validate validates this image configuration update image body

type ImageConfigurationUpdateImageConflict

type ImageConfigurationUpdateImageConflict struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUpdateImageConflict 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 NewImageConfigurationUpdateImageConflict

func NewImageConfigurationUpdateImageConflict() *ImageConfigurationUpdateImageConflict

NewImageConfigurationUpdateImageConflict creates a ImageConfigurationUpdateImageConflict with default headers values

func (*ImageConfigurationUpdateImageConflict) Code

Code gets the status code for the image configuration update image conflict response

func (*ImageConfigurationUpdateImageConflict) Error

func (*ImageConfigurationUpdateImageConflict) GetPayload

func (*ImageConfigurationUpdateImageConflict) IsClientError

func (o *ImageConfigurationUpdateImageConflict) IsClientError() bool

IsClientError returns true when this image configuration update image conflict response has a 4xx status code

func (*ImageConfigurationUpdateImageConflict) IsCode

IsCode returns true when this image configuration update image conflict response a status code equal to that given

func (*ImageConfigurationUpdateImageConflict) IsRedirect

IsRedirect returns true when this image configuration update image conflict response has a 3xx status code

func (*ImageConfigurationUpdateImageConflict) IsServerError

func (o *ImageConfigurationUpdateImageConflict) IsServerError() bool

IsServerError returns true when this image configuration update image conflict response has a 5xx status code

func (*ImageConfigurationUpdateImageConflict) IsSuccess

IsSuccess returns true when this image configuration update image conflict response has a 2xx status code

func (*ImageConfigurationUpdateImageConflict) String

type ImageConfigurationUpdateImageDefault

type ImageConfigurationUpdateImageDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

ImageConfigurationUpdateImageDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewImageConfigurationUpdateImageDefault

func NewImageConfigurationUpdateImageDefault(code int) *ImageConfigurationUpdateImageDefault

NewImageConfigurationUpdateImageDefault creates a ImageConfigurationUpdateImageDefault with default headers values

func (*ImageConfigurationUpdateImageDefault) Code

Code gets the status code for the image configuration update image default response

func (*ImageConfigurationUpdateImageDefault) Error

func (*ImageConfigurationUpdateImageDefault) GetPayload

func (*ImageConfigurationUpdateImageDefault) IsClientError

func (o *ImageConfigurationUpdateImageDefault) IsClientError() bool

IsClientError returns true when this image configuration update image default response has a 4xx status code

func (*ImageConfigurationUpdateImageDefault) IsCode

IsCode returns true when this image configuration update image default response a status code equal to that given

func (*ImageConfigurationUpdateImageDefault) IsRedirect

IsRedirect returns true when this image configuration update image default response has a 3xx status code

func (*ImageConfigurationUpdateImageDefault) IsServerError

func (o *ImageConfigurationUpdateImageDefault) IsServerError() bool

IsServerError returns true when this image configuration update image default response has a 5xx status code

func (*ImageConfigurationUpdateImageDefault) IsSuccess

IsSuccess returns true when this image configuration update image default response has a 2xx status code

func (*ImageConfigurationUpdateImageDefault) String

type ImageConfigurationUpdateImageForbidden

type ImageConfigurationUpdateImageForbidden struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUpdateImageForbidden 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 NewImageConfigurationUpdateImageForbidden

func NewImageConfigurationUpdateImageForbidden() *ImageConfigurationUpdateImageForbidden

NewImageConfigurationUpdateImageForbidden creates a ImageConfigurationUpdateImageForbidden with default headers values

func (*ImageConfigurationUpdateImageForbidden) Code

Code gets the status code for the image configuration update image forbidden response

func (*ImageConfigurationUpdateImageForbidden) Error

func (*ImageConfigurationUpdateImageForbidden) GetPayload

func (*ImageConfigurationUpdateImageForbidden) IsClientError

func (o *ImageConfigurationUpdateImageForbidden) IsClientError() bool

IsClientError returns true when this image configuration update image forbidden response has a 4xx status code

func (*ImageConfigurationUpdateImageForbidden) IsCode

IsCode returns true when this image configuration update image forbidden response a status code equal to that given

func (*ImageConfigurationUpdateImageForbidden) IsRedirect

IsRedirect returns true when this image configuration update image forbidden response has a 3xx status code

func (*ImageConfigurationUpdateImageForbidden) IsServerError

func (o *ImageConfigurationUpdateImageForbidden) IsServerError() bool

IsServerError returns true when this image configuration update image forbidden response has a 5xx status code

func (*ImageConfigurationUpdateImageForbidden) IsSuccess

IsSuccess returns true when this image configuration update image forbidden response has a 2xx status code

func (*ImageConfigurationUpdateImageForbidden) String

type ImageConfigurationUpdateImageGatewayTimeout

type ImageConfigurationUpdateImageGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUpdateImageGatewayTimeout 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 NewImageConfigurationUpdateImageGatewayTimeout

func NewImageConfigurationUpdateImageGatewayTimeout() *ImageConfigurationUpdateImageGatewayTimeout

NewImageConfigurationUpdateImageGatewayTimeout creates a ImageConfigurationUpdateImageGatewayTimeout with default headers values

func (*ImageConfigurationUpdateImageGatewayTimeout) Code

Code gets the status code for the image configuration update image gateway timeout response

func (*ImageConfigurationUpdateImageGatewayTimeout) Error

func (*ImageConfigurationUpdateImageGatewayTimeout) GetPayload

func (*ImageConfigurationUpdateImageGatewayTimeout) IsClientError

IsClientError returns true when this image configuration update image gateway timeout response has a 4xx status code

func (*ImageConfigurationUpdateImageGatewayTimeout) IsCode

IsCode returns true when this image configuration update image gateway timeout response a status code equal to that given

func (*ImageConfigurationUpdateImageGatewayTimeout) IsRedirect

IsRedirect returns true when this image configuration update image gateway timeout response has a 3xx status code

func (*ImageConfigurationUpdateImageGatewayTimeout) IsServerError

IsServerError returns true when this image configuration update image gateway timeout response has a 5xx status code

func (*ImageConfigurationUpdateImageGatewayTimeout) IsSuccess

IsSuccess returns true when this image configuration update image gateway timeout response has a 2xx status code

func (*ImageConfigurationUpdateImageGatewayTimeout) String

type ImageConfigurationUpdateImageInternalServerError

type ImageConfigurationUpdateImageInternalServerError struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUpdateImageInternalServerError 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 NewImageConfigurationUpdateImageInternalServerError

func NewImageConfigurationUpdateImageInternalServerError() *ImageConfigurationUpdateImageInternalServerError

NewImageConfigurationUpdateImageInternalServerError creates a ImageConfigurationUpdateImageInternalServerError with default headers values

func (*ImageConfigurationUpdateImageInternalServerError) Code

Code gets the status code for the image configuration update image internal server error response

func (*ImageConfigurationUpdateImageInternalServerError) Error

func (*ImageConfigurationUpdateImageInternalServerError) GetPayload

func (*ImageConfigurationUpdateImageInternalServerError) IsClientError

IsClientError returns true when this image configuration update image internal server error response has a 4xx status code

func (*ImageConfigurationUpdateImageInternalServerError) IsCode

IsCode returns true when this image configuration update image internal server error response a status code equal to that given

func (*ImageConfigurationUpdateImageInternalServerError) IsRedirect

IsRedirect returns true when this image configuration update image internal server error response has a 3xx status code

func (*ImageConfigurationUpdateImageInternalServerError) IsServerError

IsServerError returns true when this image configuration update image internal server error response has a 5xx status code

func (*ImageConfigurationUpdateImageInternalServerError) IsSuccess

IsSuccess returns true when this image configuration update image internal server error response has a 2xx status code

func (*ImageConfigurationUpdateImageInternalServerError) String

type ImageConfigurationUpdateImageNotFound

type ImageConfigurationUpdateImageNotFound struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUpdateImageNotFound 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 NewImageConfigurationUpdateImageNotFound

func NewImageConfigurationUpdateImageNotFound() *ImageConfigurationUpdateImageNotFound

NewImageConfigurationUpdateImageNotFound creates a ImageConfigurationUpdateImageNotFound with default headers values

func (*ImageConfigurationUpdateImageNotFound) Code

Code gets the status code for the image configuration update image not found response

func (*ImageConfigurationUpdateImageNotFound) Error

func (*ImageConfigurationUpdateImageNotFound) GetPayload

func (*ImageConfigurationUpdateImageNotFound) IsClientError

func (o *ImageConfigurationUpdateImageNotFound) IsClientError() bool

IsClientError returns true when this image configuration update image not found response has a 4xx status code

func (*ImageConfigurationUpdateImageNotFound) IsCode

IsCode returns true when this image configuration update image not found response a status code equal to that given

func (*ImageConfigurationUpdateImageNotFound) IsRedirect

IsRedirect returns true when this image configuration update image not found response has a 3xx status code

func (*ImageConfigurationUpdateImageNotFound) IsServerError

func (o *ImageConfigurationUpdateImageNotFound) IsServerError() bool

IsServerError returns true when this image configuration update image not found response has a 5xx status code

func (*ImageConfigurationUpdateImageNotFound) IsSuccess

IsSuccess returns true when this image configuration update image not found response has a 2xx status code

func (*ImageConfigurationUpdateImageNotFound) String

type ImageConfigurationUpdateImageOK

type ImageConfigurationUpdateImageOK struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUpdateImageOK describes a response with status code 200, with default header values.

A successful response.

func NewImageConfigurationUpdateImageOK

func NewImageConfigurationUpdateImageOK() *ImageConfigurationUpdateImageOK

NewImageConfigurationUpdateImageOK creates a ImageConfigurationUpdateImageOK with default headers values

func (*ImageConfigurationUpdateImageOK) Code

Code gets the status code for the image configuration update image o k response

func (*ImageConfigurationUpdateImageOK) Error

func (*ImageConfigurationUpdateImageOK) GetPayload

func (*ImageConfigurationUpdateImageOK) IsClientError

func (o *ImageConfigurationUpdateImageOK) IsClientError() bool

IsClientError returns true when this image configuration update image o k response has a 4xx status code

func (*ImageConfigurationUpdateImageOK) IsCode

func (o *ImageConfigurationUpdateImageOK) IsCode(code int) bool

IsCode returns true when this image configuration update image o k response a status code equal to that given

func (*ImageConfigurationUpdateImageOK) IsRedirect

func (o *ImageConfigurationUpdateImageOK) IsRedirect() bool

IsRedirect returns true when this image configuration update image o k response has a 3xx status code

func (*ImageConfigurationUpdateImageOK) IsServerError

func (o *ImageConfigurationUpdateImageOK) IsServerError() bool

IsServerError returns true when this image configuration update image o k response has a 5xx status code

func (*ImageConfigurationUpdateImageOK) IsSuccess

func (o *ImageConfigurationUpdateImageOK) IsSuccess() bool

IsSuccess returns true when this image configuration update image o k response has a 2xx status code

func (*ImageConfigurationUpdateImageOK) String

type ImageConfigurationUpdateImageParams

type ImageConfigurationUpdateImageParams struct {

	/* XRequestID.

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

	// Body.
	Body *models.Image

	/* ID.

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

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

ImageConfigurationUpdateImageParams contains all the parameters to send to the API endpoint

for the image configuration update image operation.

Typically these are written to a http.Request.

func NewImageConfigurationUpdateImageParamsWithContext

func NewImageConfigurationUpdateImageParamsWithContext(ctx context.Context) *ImageConfigurationUpdateImageParams

NewImageConfigurationUpdateImageParamsWithContext creates a new ImageConfigurationUpdateImageParams object with the ability to set a context for a request.

func NewImageConfigurationUpdateImageParamsWithHTTPClient

func NewImageConfigurationUpdateImageParamsWithHTTPClient(client *http.Client) *ImageConfigurationUpdateImageParams

NewImageConfigurationUpdateImageParamsWithHTTPClient creates a new ImageConfigurationUpdateImageParams object with the ability to set a custom HTTPClient for a request.

func NewImageConfigurationUpdateImageParamsWithTimeout

func NewImageConfigurationUpdateImageParamsWithTimeout(timeout time.Duration) *ImageConfigurationUpdateImageParams

NewImageConfigurationUpdateImageParamsWithTimeout creates a new ImageConfigurationUpdateImageParams object with the ability to set a timeout on a request.

func UpdateParams

UpdateParams creates a new ImageConfigurationUpdateImageParams 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 (*ImageConfigurationUpdateImageParams) SetBody

SetBody adds the body to the image configuration update image params

func (*ImageConfigurationUpdateImageParams) SetContext

SetContext adds the context to the image configuration update image params

func (*ImageConfigurationUpdateImageParams) SetDefaults

func (o *ImageConfigurationUpdateImageParams) SetDefaults()

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

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

func (*ImageConfigurationUpdateImageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the image configuration update image params

func (*ImageConfigurationUpdateImageParams) SetID

SetID adds the id to the image configuration update image params

func (*ImageConfigurationUpdateImageParams) SetTimeout

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

SetTimeout adds the timeout to the image configuration update image params

func (*ImageConfigurationUpdateImageParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the image configuration update image params

func (*ImageConfigurationUpdateImageParams) WithBody

WithBody adds the body to the image configuration update image params

func (*ImageConfigurationUpdateImageParams) WithContext

WithContext adds the context to the image configuration update image params

func (*ImageConfigurationUpdateImageParams) WithDefaults

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

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

func (*ImageConfigurationUpdateImageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the image configuration update image params

func (*ImageConfigurationUpdateImageParams) WithID

WithID adds the id to the image configuration update image params

func (*ImageConfigurationUpdateImageParams) WithTimeout

WithTimeout adds the timeout to the image configuration update image params

func (*ImageConfigurationUpdateImageParams) WithXRequestID

WithXRequestID adds the xRequestID to the image configuration update image params

func (*ImageConfigurationUpdateImageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImageConfigurationUpdateImageReader

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

ImageConfigurationUpdateImageReader is a Reader for the ImageConfigurationUpdateImage structure.

func (*ImageConfigurationUpdateImageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImageConfigurationUpdateImageUnauthorized

type ImageConfigurationUpdateImageUnauthorized struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUpdateImageUnauthorized 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 NewImageConfigurationUpdateImageUnauthorized

func NewImageConfigurationUpdateImageUnauthorized() *ImageConfigurationUpdateImageUnauthorized

NewImageConfigurationUpdateImageUnauthorized creates a ImageConfigurationUpdateImageUnauthorized with default headers values

func (*ImageConfigurationUpdateImageUnauthorized) Code

Code gets the status code for the image configuration update image unauthorized response

func (*ImageConfigurationUpdateImageUnauthorized) Error

func (*ImageConfigurationUpdateImageUnauthorized) GetPayload

func (*ImageConfigurationUpdateImageUnauthorized) IsClientError

IsClientError returns true when this image configuration update image unauthorized response has a 4xx status code

func (*ImageConfigurationUpdateImageUnauthorized) IsCode

IsCode returns true when this image configuration update image unauthorized response a status code equal to that given

func (*ImageConfigurationUpdateImageUnauthorized) IsRedirect

IsRedirect returns true when this image configuration update image unauthorized response has a 3xx status code

func (*ImageConfigurationUpdateImageUnauthorized) IsServerError

IsServerError returns true when this image configuration update image unauthorized response has a 5xx status code

func (*ImageConfigurationUpdateImageUnauthorized) IsSuccess

IsSuccess returns true when this image configuration update image unauthorized response has a 2xx status code

func (*ImageConfigurationUpdateImageUnauthorized) String

type ImageConfigurationUplinkImageAccepted

type ImageConfigurationUplinkImageAccepted struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUplinkImageAccepted 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 NewImageConfigurationUplinkImageAccepted

func NewImageConfigurationUplinkImageAccepted() *ImageConfigurationUplinkImageAccepted

NewImageConfigurationUplinkImageAccepted creates a ImageConfigurationUplinkImageAccepted with default headers values

func (*ImageConfigurationUplinkImageAccepted) Code

Code gets the status code for the image configuration uplink image accepted response

func (*ImageConfigurationUplinkImageAccepted) Error

func (*ImageConfigurationUplinkImageAccepted) GetPayload

func (*ImageConfigurationUplinkImageAccepted) IsClientError

func (o *ImageConfigurationUplinkImageAccepted) IsClientError() bool

IsClientError returns true when this image configuration uplink image accepted response has a 4xx status code

func (*ImageConfigurationUplinkImageAccepted) IsCode

IsCode returns true when this image configuration uplink image accepted response a status code equal to that given

func (*ImageConfigurationUplinkImageAccepted) IsRedirect

IsRedirect returns true when this image configuration uplink image accepted response has a 3xx status code

func (*ImageConfigurationUplinkImageAccepted) IsServerError

func (o *ImageConfigurationUplinkImageAccepted) IsServerError() bool

IsServerError returns true when this image configuration uplink image accepted response has a 5xx status code

func (*ImageConfigurationUplinkImageAccepted) IsSuccess

IsSuccess returns true when this image configuration uplink image accepted response has a 2xx status code

func (*ImageConfigurationUplinkImageAccepted) String

type ImageConfigurationUplinkImageBadRequest

type ImageConfigurationUplinkImageBadRequest struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUplinkImageBadRequest 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 NewImageConfigurationUplinkImageBadRequest

func NewImageConfigurationUplinkImageBadRequest() *ImageConfigurationUplinkImageBadRequest

NewImageConfigurationUplinkImageBadRequest creates a ImageConfigurationUplinkImageBadRequest with default headers values

func (*ImageConfigurationUplinkImageBadRequest) Code

Code gets the status code for the image configuration uplink image bad request response

func (*ImageConfigurationUplinkImageBadRequest) Error

func (*ImageConfigurationUplinkImageBadRequest) GetPayload

func (*ImageConfigurationUplinkImageBadRequest) IsClientError

func (o *ImageConfigurationUplinkImageBadRequest) IsClientError() bool

IsClientError returns true when this image configuration uplink image bad request response has a 4xx status code

func (*ImageConfigurationUplinkImageBadRequest) IsCode

IsCode returns true when this image configuration uplink image bad request response a status code equal to that given

func (*ImageConfigurationUplinkImageBadRequest) IsRedirect

IsRedirect returns true when this image configuration uplink image bad request response has a 3xx status code

func (*ImageConfigurationUplinkImageBadRequest) IsServerError

func (o *ImageConfigurationUplinkImageBadRequest) IsServerError() bool

IsServerError returns true when this image configuration uplink image bad request response has a 5xx status code

func (*ImageConfigurationUplinkImageBadRequest) IsSuccess

IsSuccess returns true when this image configuration uplink image bad request response has a 2xx status code

func (*ImageConfigurationUplinkImageBadRequest) String

type ImageConfigurationUplinkImageBody

type ImageConfigurationUplinkImageBody struct {

	// Datastore Id where image binary is located.
	// Required: true
	// Pattern: [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
	DatastoreID *string `json:"datastoreId"`

	// Detailed description of the image.
	// Max Length: 256
	Description string `json:"description,omitempty"`

	// System defined universally unique Id of the image.
	// Read Only: true
	// Pattern: [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
	ID string `json:"id,omitempty"`

	// Image Architecture.
	// Required: true
	ImageArch *models.ModelArchType `json:"imageArch"`

	// Image upload/uplink detailed error/status message
	// Read Only: true
	ImageError string `json:"imageError,omitempty"`

	// Image binary format.
	// Required: true
	ImageFormat *models.ConfigFormat `json:"imageFormat"`

	// Internal image location.
	// Read Only: true
	ImageLocal string `json:"imageLocal,omitempty"`

	// Image relative path w.r.t. Datastore
	ImageRelURL string `json:"imageRelUrl,omitempty"`

	// Image checksum in SHA256 format
	ImageSha256 string `json:"imageSha256,omitempty"`

	// Image size in KBytes.
	ImageSizeBytes string `json:"imageSizeBytes,omitempty"`

	// Image status
	// Read Only: true
	ImageStatus *models.ImageStatus `json:"imageStatus,omitempty"`

	// Image type
	// Required: true
	ImageType *models.ImageType `json:"imageType"`

	// system defined info
	ImageVersion string `json:"imageVersion,omitempty"`

	// Origin type of image.
	// Read Only: true
	OriginType *models.Origin `json:"originType,omitempty"`

	// project access list of the image
	ProjectAccessList []string `json:"projectAccessList"`

	// system defined info
	// Read Only: true
	Revision *models.ObjectRevision `json:"revision,omitempty"`

	// User defined title of the image. Title can be changed at any time.
	// Required: true
	// Max Length: 256
	// Min Length: 3
	// Pattern: [a-zA-Z0-9]+[a-zA-Z0-9!-~ ]+
	Title *string `json:"title"`
}

ImageConfigurationUplinkImageBody Image metadata detail // // Image metadata for edge gateway Base OS or for eedge applications. // Example: {"description":"My test image in QCOW2 format for Edge computing","dsId":"7927f6e3-484d-4105-a98e-868b21c1cb61","id":"d1125b0f-633d-459c-99c6-f47e7467cebc","imageArch":"AMD64","imageError":"Image uplinked successfully...","imageFormat":3,"imageLocal":"","imageRelUrl":"edge/computing/AMD64","imageSha256":"ADC5BB9DD39F83DD74C276B0BA119FB27925A5CDEA343FE1F2C8433F28AB345B","imageSizeBytes":142016512,"imageStatus":4,"imageType":2,"imageVersion":"","name":"my-test-image","originType":2,"revision":{"createdAt":{"seconds":1592068270},"createdBy":"admin@my-company.com","curr":"1","updatedAt":{"seconds":1592068271},"updatedBy":"admin@my-company.com"},"title":"My Test Image for Edge Computing"} swagger:model ImageConfigurationUplinkImageBody

func (*ImageConfigurationUplinkImageBody) ContextValidate

func (o *ImageConfigurationUplinkImageBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this image configuration uplink image body based on the context it is used

func (*ImageConfigurationUplinkImageBody) MarshalBinary

func (o *ImageConfigurationUplinkImageBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageConfigurationUplinkImageBody) UnmarshalBinary

func (o *ImageConfigurationUplinkImageBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageConfigurationUplinkImageBody) Validate

Validate validates this image configuration uplink image body

type ImageConfigurationUplinkImageConflict

type ImageConfigurationUplinkImageConflict struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUplinkImageConflict 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 NewImageConfigurationUplinkImageConflict

func NewImageConfigurationUplinkImageConflict() *ImageConfigurationUplinkImageConflict

NewImageConfigurationUplinkImageConflict creates a ImageConfigurationUplinkImageConflict with default headers values

func (*ImageConfigurationUplinkImageConflict) Code

Code gets the status code for the image configuration uplink image conflict response

func (*ImageConfigurationUplinkImageConflict) Error

func (*ImageConfigurationUplinkImageConflict) GetPayload

func (*ImageConfigurationUplinkImageConflict) IsClientError

func (o *ImageConfigurationUplinkImageConflict) IsClientError() bool

IsClientError returns true when this image configuration uplink image conflict response has a 4xx status code

func (*ImageConfigurationUplinkImageConflict) IsCode

IsCode returns true when this image configuration uplink image conflict response a status code equal to that given

func (*ImageConfigurationUplinkImageConflict) IsRedirect

IsRedirect returns true when this image configuration uplink image conflict response has a 3xx status code

func (*ImageConfigurationUplinkImageConflict) IsServerError

func (o *ImageConfigurationUplinkImageConflict) IsServerError() bool

IsServerError returns true when this image configuration uplink image conflict response has a 5xx status code

func (*ImageConfigurationUplinkImageConflict) IsSuccess

IsSuccess returns true when this image configuration uplink image conflict response has a 2xx status code

func (*ImageConfigurationUplinkImageConflict) String

type ImageConfigurationUplinkImageDefault

type ImageConfigurationUplinkImageDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

ImageConfigurationUplinkImageDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewImageConfigurationUplinkImageDefault

func NewImageConfigurationUplinkImageDefault(code int) *ImageConfigurationUplinkImageDefault

NewImageConfigurationUplinkImageDefault creates a ImageConfigurationUplinkImageDefault with default headers values

func (*ImageConfigurationUplinkImageDefault) Code

Code gets the status code for the image configuration uplink image default response

func (*ImageConfigurationUplinkImageDefault) Error

func (*ImageConfigurationUplinkImageDefault) GetPayload

func (*ImageConfigurationUplinkImageDefault) IsClientError

func (o *ImageConfigurationUplinkImageDefault) IsClientError() bool

IsClientError returns true when this image configuration uplink image default response has a 4xx status code

func (*ImageConfigurationUplinkImageDefault) IsCode

IsCode returns true when this image configuration uplink image default response a status code equal to that given

func (*ImageConfigurationUplinkImageDefault) IsRedirect

IsRedirect returns true when this image configuration uplink image default response has a 3xx status code

func (*ImageConfigurationUplinkImageDefault) IsServerError

func (o *ImageConfigurationUplinkImageDefault) IsServerError() bool

IsServerError returns true when this image configuration uplink image default response has a 5xx status code

func (*ImageConfigurationUplinkImageDefault) IsSuccess

IsSuccess returns true when this image configuration uplink image default response has a 2xx status code

func (*ImageConfigurationUplinkImageDefault) String

type ImageConfigurationUplinkImageForbidden

type ImageConfigurationUplinkImageForbidden struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUplinkImageForbidden 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 NewImageConfigurationUplinkImageForbidden

func NewImageConfigurationUplinkImageForbidden() *ImageConfigurationUplinkImageForbidden

NewImageConfigurationUplinkImageForbidden creates a ImageConfigurationUplinkImageForbidden with default headers values

func (*ImageConfigurationUplinkImageForbidden) Code

Code gets the status code for the image configuration uplink image forbidden response

func (*ImageConfigurationUplinkImageForbidden) Error

func (*ImageConfigurationUplinkImageForbidden) GetPayload

func (*ImageConfigurationUplinkImageForbidden) IsClientError

func (o *ImageConfigurationUplinkImageForbidden) IsClientError() bool

IsClientError returns true when this image configuration uplink image forbidden response has a 4xx status code

func (*ImageConfigurationUplinkImageForbidden) IsCode

IsCode returns true when this image configuration uplink image forbidden response a status code equal to that given

func (*ImageConfigurationUplinkImageForbidden) IsRedirect

IsRedirect returns true when this image configuration uplink image forbidden response has a 3xx status code

func (*ImageConfigurationUplinkImageForbidden) IsServerError

func (o *ImageConfigurationUplinkImageForbidden) IsServerError() bool

IsServerError returns true when this image configuration uplink image forbidden response has a 5xx status code

func (*ImageConfigurationUplinkImageForbidden) IsSuccess

IsSuccess returns true when this image configuration uplink image forbidden response has a 2xx status code

func (*ImageConfigurationUplinkImageForbidden) String

type ImageConfigurationUplinkImageGatewayTimeout

type ImageConfigurationUplinkImageGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUplinkImageGatewayTimeout 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 NewImageConfigurationUplinkImageGatewayTimeout

func NewImageConfigurationUplinkImageGatewayTimeout() *ImageConfigurationUplinkImageGatewayTimeout

NewImageConfigurationUplinkImageGatewayTimeout creates a ImageConfigurationUplinkImageGatewayTimeout with default headers values

func (*ImageConfigurationUplinkImageGatewayTimeout) Code

Code gets the status code for the image configuration uplink image gateway timeout response

func (*ImageConfigurationUplinkImageGatewayTimeout) Error

func (*ImageConfigurationUplinkImageGatewayTimeout) GetPayload

func (*ImageConfigurationUplinkImageGatewayTimeout) IsClientError

IsClientError returns true when this image configuration uplink image gateway timeout response has a 4xx status code

func (*ImageConfigurationUplinkImageGatewayTimeout) IsCode

IsCode returns true when this image configuration uplink image gateway timeout response a status code equal to that given

func (*ImageConfigurationUplinkImageGatewayTimeout) IsRedirect

IsRedirect returns true when this image configuration uplink image gateway timeout response has a 3xx status code

func (*ImageConfigurationUplinkImageGatewayTimeout) IsServerError

IsServerError returns true when this image configuration uplink image gateway timeout response has a 5xx status code

func (*ImageConfigurationUplinkImageGatewayTimeout) IsSuccess

IsSuccess returns true when this image configuration uplink image gateway timeout response has a 2xx status code

func (*ImageConfigurationUplinkImageGatewayTimeout) String

type ImageConfigurationUplinkImageInternalServerError

type ImageConfigurationUplinkImageInternalServerError struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUplinkImageInternalServerError 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 NewImageConfigurationUplinkImageInternalServerError

func NewImageConfigurationUplinkImageInternalServerError() *ImageConfigurationUplinkImageInternalServerError

NewImageConfigurationUplinkImageInternalServerError creates a ImageConfigurationUplinkImageInternalServerError with default headers values

func (*ImageConfigurationUplinkImageInternalServerError) Code

Code gets the status code for the image configuration uplink image internal server error response

func (*ImageConfigurationUplinkImageInternalServerError) Error

func (*ImageConfigurationUplinkImageInternalServerError) GetPayload

func (*ImageConfigurationUplinkImageInternalServerError) IsClientError

IsClientError returns true when this image configuration uplink image internal server error response has a 4xx status code

func (*ImageConfigurationUplinkImageInternalServerError) IsCode

IsCode returns true when this image configuration uplink image internal server error response a status code equal to that given

func (*ImageConfigurationUplinkImageInternalServerError) IsRedirect

IsRedirect returns true when this image configuration uplink image internal server error response has a 3xx status code

func (*ImageConfigurationUplinkImageInternalServerError) IsServerError

IsServerError returns true when this image configuration uplink image internal server error response has a 5xx status code

func (*ImageConfigurationUplinkImageInternalServerError) IsSuccess

IsSuccess returns true when this image configuration uplink image internal server error response has a 2xx status code

func (*ImageConfigurationUplinkImageInternalServerError) String

type ImageConfigurationUplinkImageNotFound

type ImageConfigurationUplinkImageNotFound struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUplinkImageNotFound 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 NewImageConfigurationUplinkImageNotFound

func NewImageConfigurationUplinkImageNotFound() *ImageConfigurationUplinkImageNotFound

NewImageConfigurationUplinkImageNotFound creates a ImageConfigurationUplinkImageNotFound with default headers values

func (*ImageConfigurationUplinkImageNotFound) Code

Code gets the status code for the image configuration uplink image not found response

func (*ImageConfigurationUplinkImageNotFound) Error

func (*ImageConfigurationUplinkImageNotFound) GetPayload

func (*ImageConfigurationUplinkImageNotFound) IsClientError

func (o *ImageConfigurationUplinkImageNotFound) IsClientError() bool

IsClientError returns true when this image configuration uplink image not found response has a 4xx status code

func (*ImageConfigurationUplinkImageNotFound) IsCode

IsCode returns true when this image configuration uplink image not found response a status code equal to that given

func (*ImageConfigurationUplinkImageNotFound) IsRedirect

IsRedirect returns true when this image configuration uplink image not found response has a 3xx status code

func (*ImageConfigurationUplinkImageNotFound) IsServerError

func (o *ImageConfigurationUplinkImageNotFound) IsServerError() bool

IsServerError returns true when this image configuration uplink image not found response has a 5xx status code

func (*ImageConfigurationUplinkImageNotFound) IsSuccess

IsSuccess returns true when this image configuration uplink image not found response has a 2xx status code

func (*ImageConfigurationUplinkImageNotFound) String

type ImageConfigurationUplinkImageOK

type ImageConfigurationUplinkImageOK struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUplinkImageOK describes a response with status code 200, with default header values.

A successful response.

func NewImageConfigurationUplinkImageOK

func NewImageConfigurationUplinkImageOK() *ImageConfigurationUplinkImageOK

NewImageConfigurationUplinkImageOK creates a ImageConfigurationUplinkImageOK with default headers values

func (*ImageConfigurationUplinkImageOK) Code

Code gets the status code for the image configuration uplink image o k response

func (*ImageConfigurationUplinkImageOK) Error

func (*ImageConfigurationUplinkImageOK) GetPayload

func (*ImageConfigurationUplinkImageOK) IsClientError

func (o *ImageConfigurationUplinkImageOK) IsClientError() bool

IsClientError returns true when this image configuration uplink image o k response has a 4xx status code

func (*ImageConfigurationUplinkImageOK) IsCode

func (o *ImageConfigurationUplinkImageOK) IsCode(code int) bool

IsCode returns true when this image configuration uplink image o k response a status code equal to that given

func (*ImageConfigurationUplinkImageOK) IsRedirect

func (o *ImageConfigurationUplinkImageOK) IsRedirect() bool

IsRedirect returns true when this image configuration uplink image o k response has a 3xx status code

func (*ImageConfigurationUplinkImageOK) IsServerError

func (o *ImageConfigurationUplinkImageOK) IsServerError() bool

IsServerError returns true when this image configuration uplink image o k response has a 5xx status code

func (*ImageConfigurationUplinkImageOK) IsSuccess

func (o *ImageConfigurationUplinkImageOK) IsSuccess() bool

IsSuccess returns true when this image configuration uplink image o k response has a 2xx status code

func (*ImageConfigurationUplinkImageOK) String

type ImageConfigurationUplinkImageParams

type ImageConfigurationUplinkImageParams struct {

	/* XRequestID.

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

	// Body.
	Body *models.Image

	/* ID.

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

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

ImageConfigurationUplinkImageParams contains all the parameters to send to the API endpoint

for the image configuration uplink image operation.

Typically these are written to a http.Request.

func NewImageConfigurationUplinkImageParamsWithContext

func NewImageConfigurationUplinkImageParamsWithContext(ctx context.Context) *ImageConfigurationUplinkImageParams

NewImageConfigurationUplinkImageParamsWithContext creates a new ImageConfigurationUplinkImageParams object with the ability to set a context for a request.

func NewImageConfigurationUplinkImageParamsWithHTTPClient

func NewImageConfigurationUplinkImageParamsWithHTTPClient(client *http.Client) *ImageConfigurationUplinkImageParams

NewImageConfigurationUplinkImageParamsWithHTTPClient creates a new ImageConfigurationUplinkImageParams object with the ability to set a custom HTTPClient for a request.

func NewImageConfigurationUplinkImageParamsWithTimeout

func NewImageConfigurationUplinkImageParamsWithTimeout(timeout time.Duration) *ImageConfigurationUplinkImageParams

NewImageConfigurationUplinkImageParamsWithTimeout creates a new ImageConfigurationUplinkImageParams object with the ability to set a timeout on a request.

func UplinkParams

UplinkParams creates a new ImageConfigurationUplinkImageParams 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 (*ImageConfigurationUplinkImageParams) SetBody

SetBody adds the body to the image configuration uplink image params

func (*ImageConfigurationUplinkImageParams) SetContext

SetContext adds the context to the image configuration uplink image params

func (*ImageConfigurationUplinkImageParams) SetDefaults

func (o *ImageConfigurationUplinkImageParams) SetDefaults()

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

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

func (*ImageConfigurationUplinkImageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the image configuration uplink image params

func (*ImageConfigurationUplinkImageParams) SetID

SetID adds the id to the image configuration uplink image params

func (*ImageConfigurationUplinkImageParams) SetTimeout

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

SetTimeout adds the timeout to the image configuration uplink image params

func (*ImageConfigurationUplinkImageParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the image configuration uplink image params

func (*ImageConfigurationUplinkImageParams) WithBody

WithBody adds the body to the image configuration uplink image params

func (*ImageConfigurationUplinkImageParams) WithContext

WithContext adds the context to the image configuration uplink image params

func (*ImageConfigurationUplinkImageParams) WithDefaults

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

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

func (*ImageConfigurationUplinkImageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the image configuration uplink image params

func (*ImageConfigurationUplinkImageParams) WithID

WithID adds the id to the image configuration uplink image params

func (*ImageConfigurationUplinkImageParams) WithTimeout

WithTimeout adds the timeout to the image configuration uplink image params

func (*ImageConfigurationUplinkImageParams) WithXRequestID

WithXRequestID adds the xRequestID to the image configuration uplink image params

func (*ImageConfigurationUplinkImageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImageConfigurationUplinkImageReader

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

ImageConfigurationUplinkImageReader is a Reader for the ImageConfigurationUplinkImage structure.

func (*ImageConfigurationUplinkImageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImageConfigurationUplinkImageUnauthorized

type ImageConfigurationUplinkImageUnauthorized struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUplinkImageUnauthorized 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 NewImageConfigurationUplinkImageUnauthorized

func NewImageConfigurationUplinkImageUnauthorized() *ImageConfigurationUplinkImageUnauthorized

NewImageConfigurationUplinkImageUnauthorized creates a ImageConfigurationUplinkImageUnauthorized with default headers values

func (*ImageConfigurationUplinkImageUnauthorized) Code

Code gets the status code for the image configuration uplink image unauthorized response

func (*ImageConfigurationUplinkImageUnauthorized) Error

func (*ImageConfigurationUplinkImageUnauthorized) GetPayload

func (*ImageConfigurationUplinkImageUnauthorized) IsClientError

IsClientError returns true when this image configuration uplink image unauthorized response has a 4xx status code

func (*ImageConfigurationUplinkImageUnauthorized) IsCode

IsCode returns true when this image configuration uplink image unauthorized response a status code equal to that given

func (*ImageConfigurationUplinkImageUnauthorized) IsRedirect

IsRedirect returns true when this image configuration uplink image unauthorized response has a 3xx status code

func (*ImageConfigurationUplinkImageUnauthorized) IsServerError

IsServerError returns true when this image configuration uplink image unauthorized response has a 5xx status code

func (*ImageConfigurationUplinkImageUnauthorized) IsSuccess

IsSuccess returns true when this image configuration uplink image unauthorized response has a 2xx status code

func (*ImageConfigurationUplinkImageUnauthorized) String

type ImageConfigurationUploadImageChunkedAccepted

type ImageConfigurationUploadImageChunkedAccepted struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUploadImageChunkedAccepted 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 NewImageConfigurationUploadImageChunkedAccepted

func NewImageConfigurationUploadImageChunkedAccepted() *ImageConfigurationUploadImageChunkedAccepted

NewImageConfigurationUploadImageChunkedAccepted creates a ImageConfigurationUploadImageChunkedAccepted with default headers values

func (*ImageConfigurationUploadImageChunkedAccepted) Code

Code gets the status code for the image configuration upload image chunked accepted response

func (*ImageConfigurationUploadImageChunkedAccepted) Error

func (*ImageConfigurationUploadImageChunkedAccepted) GetPayload

func (*ImageConfigurationUploadImageChunkedAccepted) IsClientError

IsClientError returns true when this image configuration upload image chunked accepted response has a 4xx status code

func (*ImageConfigurationUploadImageChunkedAccepted) IsCode

IsCode returns true when this image configuration upload image chunked accepted response a status code equal to that given

func (*ImageConfigurationUploadImageChunkedAccepted) IsRedirect

IsRedirect returns true when this image configuration upload image chunked accepted response has a 3xx status code

func (*ImageConfigurationUploadImageChunkedAccepted) IsServerError

IsServerError returns true when this image configuration upload image chunked accepted response has a 5xx status code

func (*ImageConfigurationUploadImageChunkedAccepted) IsSuccess

IsSuccess returns true when this image configuration upload image chunked accepted response has a 2xx status code

func (*ImageConfigurationUploadImageChunkedAccepted) String

type ImageConfigurationUploadImageChunkedBadRequest

type ImageConfigurationUploadImageChunkedBadRequest struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUploadImageChunkedBadRequest 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 NewImageConfigurationUploadImageChunkedBadRequest

func NewImageConfigurationUploadImageChunkedBadRequest() *ImageConfigurationUploadImageChunkedBadRequest

NewImageConfigurationUploadImageChunkedBadRequest creates a ImageConfigurationUploadImageChunkedBadRequest with default headers values

func (*ImageConfigurationUploadImageChunkedBadRequest) Code

Code gets the status code for the image configuration upload image chunked bad request response

func (*ImageConfigurationUploadImageChunkedBadRequest) Error

func (*ImageConfigurationUploadImageChunkedBadRequest) GetPayload

func (*ImageConfigurationUploadImageChunkedBadRequest) IsClientError

IsClientError returns true when this image configuration upload image chunked bad request response has a 4xx status code

func (*ImageConfigurationUploadImageChunkedBadRequest) IsCode

IsCode returns true when this image configuration upload image chunked bad request response a status code equal to that given

func (*ImageConfigurationUploadImageChunkedBadRequest) IsRedirect

IsRedirect returns true when this image configuration upload image chunked bad request response has a 3xx status code

func (*ImageConfigurationUploadImageChunkedBadRequest) IsServerError

IsServerError returns true when this image configuration upload image chunked bad request response has a 5xx status code

func (*ImageConfigurationUploadImageChunkedBadRequest) IsSuccess

IsSuccess returns true when this image configuration upload image chunked bad request response has a 2xx status code

func (*ImageConfigurationUploadImageChunkedBadRequest) String

type ImageConfigurationUploadImageChunkedConflict

type ImageConfigurationUploadImageChunkedConflict struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUploadImageChunkedConflict 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 NewImageConfigurationUploadImageChunkedConflict

func NewImageConfigurationUploadImageChunkedConflict() *ImageConfigurationUploadImageChunkedConflict

NewImageConfigurationUploadImageChunkedConflict creates a ImageConfigurationUploadImageChunkedConflict with default headers values

func (*ImageConfigurationUploadImageChunkedConflict) Code

Code gets the status code for the image configuration upload image chunked conflict response

func (*ImageConfigurationUploadImageChunkedConflict) Error

func (*ImageConfigurationUploadImageChunkedConflict) GetPayload

func (*ImageConfigurationUploadImageChunkedConflict) IsClientError

IsClientError returns true when this image configuration upload image chunked conflict response has a 4xx status code

func (*ImageConfigurationUploadImageChunkedConflict) IsCode

IsCode returns true when this image configuration upload image chunked conflict response a status code equal to that given

func (*ImageConfigurationUploadImageChunkedConflict) IsRedirect

IsRedirect returns true when this image configuration upload image chunked conflict response has a 3xx status code

func (*ImageConfigurationUploadImageChunkedConflict) IsServerError

IsServerError returns true when this image configuration upload image chunked conflict response has a 5xx status code

func (*ImageConfigurationUploadImageChunkedConflict) IsSuccess

IsSuccess returns true when this image configuration upload image chunked conflict response has a 2xx status code

func (*ImageConfigurationUploadImageChunkedConflict) String

type ImageConfigurationUploadImageChunkedDefault

type ImageConfigurationUploadImageChunkedDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

ImageConfigurationUploadImageChunkedDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewImageConfigurationUploadImageChunkedDefault

func NewImageConfigurationUploadImageChunkedDefault(code int) *ImageConfigurationUploadImageChunkedDefault

NewImageConfigurationUploadImageChunkedDefault creates a ImageConfigurationUploadImageChunkedDefault with default headers values

func (*ImageConfigurationUploadImageChunkedDefault) Code

Code gets the status code for the image configuration upload image chunked default response

func (*ImageConfigurationUploadImageChunkedDefault) Error

func (*ImageConfigurationUploadImageChunkedDefault) GetPayload

func (*ImageConfigurationUploadImageChunkedDefault) IsClientError

IsClientError returns true when this image configuration upload image chunked default response has a 4xx status code

func (*ImageConfigurationUploadImageChunkedDefault) IsCode

IsCode returns true when this image configuration upload image chunked default response a status code equal to that given

func (*ImageConfigurationUploadImageChunkedDefault) IsRedirect

IsRedirect returns true when this image configuration upload image chunked default response has a 3xx status code

func (*ImageConfigurationUploadImageChunkedDefault) IsServerError

IsServerError returns true when this image configuration upload image chunked default response has a 5xx status code

func (*ImageConfigurationUploadImageChunkedDefault) IsSuccess

IsSuccess returns true when this image configuration upload image chunked default response has a 2xx status code

func (*ImageConfigurationUploadImageChunkedDefault) String

type ImageConfigurationUploadImageChunkedForbidden

type ImageConfigurationUploadImageChunkedForbidden struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUploadImageChunkedForbidden 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 NewImageConfigurationUploadImageChunkedForbidden

func NewImageConfigurationUploadImageChunkedForbidden() *ImageConfigurationUploadImageChunkedForbidden

NewImageConfigurationUploadImageChunkedForbidden creates a ImageConfigurationUploadImageChunkedForbidden with default headers values

func (*ImageConfigurationUploadImageChunkedForbidden) Code

Code gets the status code for the image configuration upload image chunked forbidden response

func (*ImageConfigurationUploadImageChunkedForbidden) Error

func (*ImageConfigurationUploadImageChunkedForbidden) GetPayload

func (*ImageConfigurationUploadImageChunkedForbidden) IsClientError

IsClientError returns true when this image configuration upload image chunked forbidden response has a 4xx status code

func (*ImageConfigurationUploadImageChunkedForbidden) IsCode

IsCode returns true when this image configuration upload image chunked forbidden response a status code equal to that given

func (*ImageConfigurationUploadImageChunkedForbidden) IsRedirect

IsRedirect returns true when this image configuration upload image chunked forbidden response has a 3xx status code

func (*ImageConfigurationUploadImageChunkedForbidden) IsServerError

IsServerError returns true when this image configuration upload image chunked forbidden response has a 5xx status code

func (*ImageConfigurationUploadImageChunkedForbidden) IsSuccess

IsSuccess returns true when this image configuration upload image chunked forbidden response has a 2xx status code

func (*ImageConfigurationUploadImageChunkedForbidden) String

type ImageConfigurationUploadImageChunkedGatewayTimeout

type ImageConfigurationUploadImageChunkedGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUploadImageChunkedGatewayTimeout 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 NewImageConfigurationUploadImageChunkedGatewayTimeout

func NewImageConfigurationUploadImageChunkedGatewayTimeout() *ImageConfigurationUploadImageChunkedGatewayTimeout

NewImageConfigurationUploadImageChunkedGatewayTimeout creates a ImageConfigurationUploadImageChunkedGatewayTimeout with default headers values

func (*ImageConfigurationUploadImageChunkedGatewayTimeout) Code

Code gets the status code for the image configuration upload image chunked gateway timeout response

func (*ImageConfigurationUploadImageChunkedGatewayTimeout) Error

func (*ImageConfigurationUploadImageChunkedGatewayTimeout) GetPayload

func (*ImageConfigurationUploadImageChunkedGatewayTimeout) IsClientError

IsClientError returns true when this image configuration upload image chunked gateway timeout response has a 4xx status code

func (*ImageConfigurationUploadImageChunkedGatewayTimeout) IsCode

IsCode returns true when this image configuration upload image chunked gateway timeout response a status code equal to that given

func (*ImageConfigurationUploadImageChunkedGatewayTimeout) IsRedirect

IsRedirect returns true when this image configuration upload image chunked gateway timeout response has a 3xx status code

func (*ImageConfigurationUploadImageChunkedGatewayTimeout) IsServerError

IsServerError returns true when this image configuration upload image chunked gateway timeout response has a 5xx status code

func (*ImageConfigurationUploadImageChunkedGatewayTimeout) IsSuccess

IsSuccess returns true when this image configuration upload image chunked gateway timeout response has a 2xx status code

func (*ImageConfigurationUploadImageChunkedGatewayTimeout) String

type ImageConfigurationUploadImageChunkedInternalServerError

type ImageConfigurationUploadImageChunkedInternalServerError struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUploadImageChunkedInternalServerError 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 NewImageConfigurationUploadImageChunkedInternalServerError

func NewImageConfigurationUploadImageChunkedInternalServerError() *ImageConfigurationUploadImageChunkedInternalServerError

NewImageConfigurationUploadImageChunkedInternalServerError creates a ImageConfigurationUploadImageChunkedInternalServerError with default headers values

func (*ImageConfigurationUploadImageChunkedInternalServerError) Code

Code gets the status code for the image configuration upload image chunked internal server error response

func (*ImageConfigurationUploadImageChunkedInternalServerError) Error

func (*ImageConfigurationUploadImageChunkedInternalServerError) GetPayload

func (*ImageConfigurationUploadImageChunkedInternalServerError) IsClientError

IsClientError returns true when this image configuration upload image chunked internal server error response has a 4xx status code

func (*ImageConfigurationUploadImageChunkedInternalServerError) IsCode

IsCode returns true when this image configuration upload image chunked internal server error response a status code equal to that given

func (*ImageConfigurationUploadImageChunkedInternalServerError) IsRedirect

IsRedirect returns true when this image configuration upload image chunked internal server error response has a 3xx status code

func (*ImageConfigurationUploadImageChunkedInternalServerError) IsServerError

IsServerError returns true when this image configuration upload image chunked internal server error response has a 5xx status code

func (*ImageConfigurationUploadImageChunkedInternalServerError) IsSuccess

IsSuccess returns true when this image configuration upload image chunked internal server error response has a 2xx status code

func (*ImageConfigurationUploadImageChunkedInternalServerError) String

type ImageConfigurationUploadImageChunkedNotFound

type ImageConfigurationUploadImageChunkedNotFound struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUploadImageChunkedNotFound 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 NewImageConfigurationUploadImageChunkedNotFound

func NewImageConfigurationUploadImageChunkedNotFound() *ImageConfigurationUploadImageChunkedNotFound

NewImageConfigurationUploadImageChunkedNotFound creates a ImageConfigurationUploadImageChunkedNotFound with default headers values

func (*ImageConfigurationUploadImageChunkedNotFound) Code

Code gets the status code for the image configuration upload image chunked not found response

func (*ImageConfigurationUploadImageChunkedNotFound) Error

func (*ImageConfigurationUploadImageChunkedNotFound) GetPayload

func (*ImageConfigurationUploadImageChunkedNotFound) IsClientError

IsClientError returns true when this image configuration upload image chunked not found response has a 4xx status code

func (*ImageConfigurationUploadImageChunkedNotFound) IsCode

IsCode returns true when this image configuration upload image chunked not found response a status code equal to that given

func (*ImageConfigurationUploadImageChunkedNotFound) IsRedirect

IsRedirect returns true when this image configuration upload image chunked not found response has a 3xx status code

func (*ImageConfigurationUploadImageChunkedNotFound) IsServerError

IsServerError returns true when this image configuration upload image chunked not found response has a 5xx status code

func (*ImageConfigurationUploadImageChunkedNotFound) IsSuccess

IsSuccess returns true when this image configuration upload image chunked not found response has a 2xx status code

func (*ImageConfigurationUploadImageChunkedNotFound) String

type ImageConfigurationUploadImageChunkedOK

type ImageConfigurationUploadImageChunkedOK struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUploadImageChunkedOK describes a response with status code 200, with default header values.

A successful response.

func NewImageConfigurationUploadImageChunkedOK

func NewImageConfigurationUploadImageChunkedOK() *ImageConfigurationUploadImageChunkedOK

NewImageConfigurationUploadImageChunkedOK creates a ImageConfigurationUploadImageChunkedOK with default headers values

func (*ImageConfigurationUploadImageChunkedOK) Code

Code gets the status code for the image configuration upload image chunked o k response

func (*ImageConfigurationUploadImageChunkedOK) Error

func (*ImageConfigurationUploadImageChunkedOK) GetPayload

func (*ImageConfigurationUploadImageChunkedOK) IsClientError

func (o *ImageConfigurationUploadImageChunkedOK) IsClientError() bool

IsClientError returns true when this image configuration upload image chunked o k response has a 4xx status code

func (*ImageConfigurationUploadImageChunkedOK) IsCode

IsCode returns true when this image configuration upload image chunked o k response a status code equal to that given

func (*ImageConfigurationUploadImageChunkedOK) IsRedirect

IsRedirect returns true when this image configuration upload image chunked o k response has a 3xx status code

func (*ImageConfigurationUploadImageChunkedOK) IsServerError

func (o *ImageConfigurationUploadImageChunkedOK) IsServerError() bool

IsServerError returns true when this image configuration upload image chunked o k response has a 5xx status code

func (*ImageConfigurationUploadImageChunkedOK) IsSuccess

IsSuccess returns true when this image configuration upload image chunked o k response has a 2xx status code

func (*ImageConfigurationUploadImageChunkedOK) String

type ImageConfigurationUploadImageChunkedParams

type ImageConfigurationUploadImageChunkedParams 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
}

ImageConfigurationUploadImageChunkedParams contains all the parameters to send to the API endpoint

for the image configuration upload image chunked operation.

Typically these are written to a http.Request.

func NewImageConfigurationUploadImageChunkedParams

func NewImageConfigurationUploadImageChunkedParams() *ImageConfigurationUploadImageChunkedParams

NewImageConfigurationUploadImageChunkedParams creates a new ImageConfigurationUploadImageChunkedParams 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 NewImageConfigurationUploadImageChunkedParamsWithContext

func NewImageConfigurationUploadImageChunkedParamsWithContext(ctx context.Context) *ImageConfigurationUploadImageChunkedParams

NewImageConfigurationUploadImageChunkedParamsWithContext creates a new ImageConfigurationUploadImageChunkedParams object with the ability to set a context for a request.

func NewImageConfigurationUploadImageChunkedParamsWithHTTPClient

func NewImageConfigurationUploadImageChunkedParamsWithHTTPClient(client *http.Client) *ImageConfigurationUploadImageChunkedParams

NewImageConfigurationUploadImageChunkedParamsWithHTTPClient creates a new ImageConfigurationUploadImageChunkedParams object with the ability to set a custom HTTPClient for a request.

func NewImageConfigurationUploadImageChunkedParamsWithTimeout

func NewImageConfigurationUploadImageChunkedParamsWithTimeout(timeout time.Duration) *ImageConfigurationUploadImageChunkedParams

NewImageConfigurationUploadImageChunkedParamsWithTimeout creates a new ImageConfigurationUploadImageChunkedParams object with the ability to set a timeout on a request.

func (*ImageConfigurationUploadImageChunkedParams) SetBody

SetBody adds the body to the image configuration upload image chunked params

func (*ImageConfigurationUploadImageChunkedParams) SetContentRange

func (o *ImageConfigurationUploadImageChunkedParams) SetContentRange(contentRange string)

SetContentRange adds the contentRange to the image configuration upload image chunked params

func (*ImageConfigurationUploadImageChunkedParams) SetContext

SetContext adds the context to the image configuration upload image chunked params

func (*ImageConfigurationUploadImageChunkedParams) SetDefaults

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

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

func (*ImageConfigurationUploadImageChunkedParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the image configuration upload image chunked params

func (*ImageConfigurationUploadImageChunkedParams) SetName

SetName adds the name to the image configuration upload image chunked params

func (*ImageConfigurationUploadImageChunkedParams) SetTimeout

SetTimeout adds the timeout to the image configuration upload image chunked params

func (*ImageConfigurationUploadImageChunkedParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the image configuration upload image chunked params

func (*ImageConfigurationUploadImageChunkedParams) WithBody

WithBody adds the body to the image configuration upload image chunked params

func (*ImageConfigurationUploadImageChunkedParams) WithContentRange

WithContentRange adds the contentRange to the image configuration upload image chunked params

func (*ImageConfigurationUploadImageChunkedParams) WithContext

WithContext adds the context to the image configuration upload image chunked params

func (*ImageConfigurationUploadImageChunkedParams) WithDefaults

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

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

func (*ImageConfigurationUploadImageChunkedParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the image configuration upload image chunked params

func (*ImageConfigurationUploadImageChunkedParams) WithName

WithName adds the name to the image configuration upload image chunked params

func (*ImageConfigurationUploadImageChunkedParams) WithTimeout

WithTimeout adds the timeout to the image configuration upload image chunked params

func (*ImageConfigurationUploadImageChunkedParams) WithXRequestID

WithXRequestID adds the xRequestID to the image configuration upload image chunked params

func (*ImageConfigurationUploadImageChunkedParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImageConfigurationUploadImageChunkedReader

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

ImageConfigurationUploadImageChunkedReader is a Reader for the ImageConfigurationUploadImageChunked structure.

func (*ImageConfigurationUploadImageChunkedReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImageConfigurationUploadImageChunkedUnauthorized

type ImageConfigurationUploadImageChunkedUnauthorized struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUploadImageChunkedUnauthorized 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 NewImageConfigurationUploadImageChunkedUnauthorized

func NewImageConfigurationUploadImageChunkedUnauthorized() *ImageConfigurationUploadImageChunkedUnauthorized

NewImageConfigurationUploadImageChunkedUnauthorized creates a ImageConfigurationUploadImageChunkedUnauthorized with default headers values

func (*ImageConfigurationUploadImageChunkedUnauthorized) Code

Code gets the status code for the image configuration upload image chunked unauthorized response

func (*ImageConfigurationUploadImageChunkedUnauthorized) Error

func (*ImageConfigurationUploadImageChunkedUnauthorized) GetPayload

func (*ImageConfigurationUploadImageChunkedUnauthorized) IsClientError

IsClientError returns true when this image configuration upload image chunked unauthorized response has a 4xx status code

func (*ImageConfigurationUploadImageChunkedUnauthorized) IsCode

IsCode returns true when this image configuration upload image chunked unauthorized response a status code equal to that given

func (*ImageConfigurationUploadImageChunkedUnauthorized) IsRedirect

IsRedirect returns true when this image configuration upload image chunked unauthorized response has a 3xx status code

func (*ImageConfigurationUploadImageChunkedUnauthorized) IsServerError

IsServerError returns true when this image configuration upload image chunked unauthorized response has a 5xx status code

func (*ImageConfigurationUploadImageChunkedUnauthorized) IsSuccess

IsSuccess returns true when this image configuration upload image chunked unauthorized response has a 2xx status code

func (*ImageConfigurationUploadImageChunkedUnauthorized) String

type ImageConfigurationUploadImageFileAccepted

type ImageConfigurationUploadImageFileAccepted struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUploadImageFileAccepted 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 NewImageConfigurationUploadImageFileAccepted

func NewImageConfigurationUploadImageFileAccepted() *ImageConfigurationUploadImageFileAccepted

NewImageConfigurationUploadImageFileAccepted creates a ImageConfigurationUploadImageFileAccepted with default headers values

func (*ImageConfigurationUploadImageFileAccepted) Code

Code gets the status code for the image configuration upload image file accepted response

func (*ImageConfigurationUploadImageFileAccepted) Error

func (*ImageConfigurationUploadImageFileAccepted) GetPayload

func (*ImageConfigurationUploadImageFileAccepted) IsClientError

IsClientError returns true when this image configuration upload image file accepted response has a 4xx status code

func (*ImageConfigurationUploadImageFileAccepted) IsCode

IsCode returns true when this image configuration upload image file accepted response a status code equal to that given

func (*ImageConfigurationUploadImageFileAccepted) IsRedirect

IsRedirect returns true when this image configuration upload image file accepted response has a 3xx status code

func (*ImageConfigurationUploadImageFileAccepted) IsServerError

IsServerError returns true when this image configuration upload image file accepted response has a 5xx status code

func (*ImageConfigurationUploadImageFileAccepted) IsSuccess

IsSuccess returns true when this image configuration upload image file accepted response has a 2xx status code

func (*ImageConfigurationUploadImageFileAccepted) String

type ImageConfigurationUploadImageFileBadRequest

type ImageConfigurationUploadImageFileBadRequest struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUploadImageFileBadRequest 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 NewImageConfigurationUploadImageFileBadRequest

func NewImageConfigurationUploadImageFileBadRequest() *ImageConfigurationUploadImageFileBadRequest

NewImageConfigurationUploadImageFileBadRequest creates a ImageConfigurationUploadImageFileBadRequest with default headers values

func (*ImageConfigurationUploadImageFileBadRequest) Code

Code gets the status code for the image configuration upload image file bad request response

func (*ImageConfigurationUploadImageFileBadRequest) Error

func (*ImageConfigurationUploadImageFileBadRequest) GetPayload

func (*ImageConfigurationUploadImageFileBadRequest) IsClientError

IsClientError returns true when this image configuration upload image file bad request response has a 4xx status code

func (*ImageConfigurationUploadImageFileBadRequest) IsCode

IsCode returns true when this image configuration upload image file bad request response a status code equal to that given

func (*ImageConfigurationUploadImageFileBadRequest) IsRedirect

IsRedirect returns true when this image configuration upload image file bad request response has a 3xx status code

func (*ImageConfigurationUploadImageFileBadRequest) IsServerError

IsServerError returns true when this image configuration upload image file bad request response has a 5xx status code

func (*ImageConfigurationUploadImageFileBadRequest) IsSuccess

IsSuccess returns true when this image configuration upload image file bad request response has a 2xx status code

func (*ImageConfigurationUploadImageFileBadRequest) String

type ImageConfigurationUploadImageFileConflict

type ImageConfigurationUploadImageFileConflict struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUploadImageFileConflict 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 NewImageConfigurationUploadImageFileConflict

func NewImageConfigurationUploadImageFileConflict() *ImageConfigurationUploadImageFileConflict

NewImageConfigurationUploadImageFileConflict creates a ImageConfigurationUploadImageFileConflict with default headers values

func (*ImageConfigurationUploadImageFileConflict) Code

Code gets the status code for the image configuration upload image file conflict response

func (*ImageConfigurationUploadImageFileConflict) Error

func (*ImageConfigurationUploadImageFileConflict) GetPayload

func (*ImageConfigurationUploadImageFileConflict) IsClientError

IsClientError returns true when this image configuration upload image file conflict response has a 4xx status code

func (*ImageConfigurationUploadImageFileConflict) IsCode

IsCode returns true when this image configuration upload image file conflict response a status code equal to that given

func (*ImageConfigurationUploadImageFileConflict) IsRedirect

IsRedirect returns true when this image configuration upload image file conflict response has a 3xx status code

func (*ImageConfigurationUploadImageFileConflict) IsServerError

IsServerError returns true when this image configuration upload image file conflict response has a 5xx status code

func (*ImageConfigurationUploadImageFileConflict) IsSuccess

IsSuccess returns true when this image configuration upload image file conflict response has a 2xx status code

func (*ImageConfigurationUploadImageFileConflict) String

type ImageConfigurationUploadImageFileDefault

type ImageConfigurationUploadImageFileDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

ImageConfigurationUploadImageFileDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewImageConfigurationUploadImageFileDefault

func NewImageConfigurationUploadImageFileDefault(code int) *ImageConfigurationUploadImageFileDefault

NewImageConfigurationUploadImageFileDefault creates a ImageConfigurationUploadImageFileDefault with default headers values

func (*ImageConfigurationUploadImageFileDefault) Code

Code gets the status code for the image configuration upload image file default response

func (*ImageConfigurationUploadImageFileDefault) Error

func (*ImageConfigurationUploadImageFileDefault) GetPayload

func (*ImageConfigurationUploadImageFileDefault) IsClientError

IsClientError returns true when this image configuration upload image file default response has a 4xx status code

func (*ImageConfigurationUploadImageFileDefault) IsCode

IsCode returns true when this image configuration upload image file default response a status code equal to that given

func (*ImageConfigurationUploadImageFileDefault) IsRedirect

IsRedirect returns true when this image configuration upload image file default response has a 3xx status code

func (*ImageConfigurationUploadImageFileDefault) IsServerError

IsServerError returns true when this image configuration upload image file default response has a 5xx status code

func (*ImageConfigurationUploadImageFileDefault) IsSuccess

IsSuccess returns true when this image configuration upload image file default response has a 2xx status code

func (*ImageConfigurationUploadImageFileDefault) String

type ImageConfigurationUploadImageFileForbidden

type ImageConfigurationUploadImageFileForbidden struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUploadImageFileForbidden 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 NewImageConfigurationUploadImageFileForbidden

func NewImageConfigurationUploadImageFileForbidden() *ImageConfigurationUploadImageFileForbidden

NewImageConfigurationUploadImageFileForbidden creates a ImageConfigurationUploadImageFileForbidden with default headers values

func (*ImageConfigurationUploadImageFileForbidden) Code

Code gets the status code for the image configuration upload image file forbidden response

func (*ImageConfigurationUploadImageFileForbidden) Error

func (*ImageConfigurationUploadImageFileForbidden) GetPayload

func (*ImageConfigurationUploadImageFileForbidden) IsClientError

IsClientError returns true when this image configuration upload image file forbidden response has a 4xx status code

func (*ImageConfigurationUploadImageFileForbidden) IsCode

IsCode returns true when this image configuration upload image file forbidden response a status code equal to that given

func (*ImageConfigurationUploadImageFileForbidden) IsRedirect

IsRedirect returns true when this image configuration upload image file forbidden response has a 3xx status code

func (*ImageConfigurationUploadImageFileForbidden) IsServerError

IsServerError returns true when this image configuration upload image file forbidden response has a 5xx status code

func (*ImageConfigurationUploadImageFileForbidden) IsSuccess

IsSuccess returns true when this image configuration upload image file forbidden response has a 2xx status code

func (*ImageConfigurationUploadImageFileForbidden) String

type ImageConfigurationUploadImageFileGatewayTimeout

type ImageConfigurationUploadImageFileGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUploadImageFileGatewayTimeout 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 NewImageConfigurationUploadImageFileGatewayTimeout

func NewImageConfigurationUploadImageFileGatewayTimeout() *ImageConfigurationUploadImageFileGatewayTimeout

NewImageConfigurationUploadImageFileGatewayTimeout creates a ImageConfigurationUploadImageFileGatewayTimeout with default headers values

func (*ImageConfigurationUploadImageFileGatewayTimeout) Code

Code gets the status code for the image configuration upload image file gateway timeout response

func (*ImageConfigurationUploadImageFileGatewayTimeout) Error

func (*ImageConfigurationUploadImageFileGatewayTimeout) GetPayload

func (*ImageConfigurationUploadImageFileGatewayTimeout) IsClientError

IsClientError returns true when this image configuration upload image file gateway timeout response has a 4xx status code

func (*ImageConfigurationUploadImageFileGatewayTimeout) IsCode

IsCode returns true when this image configuration upload image file gateway timeout response a status code equal to that given

func (*ImageConfigurationUploadImageFileGatewayTimeout) IsRedirect

IsRedirect returns true when this image configuration upload image file gateway timeout response has a 3xx status code

func (*ImageConfigurationUploadImageFileGatewayTimeout) IsServerError

IsServerError returns true when this image configuration upload image file gateway timeout response has a 5xx status code

func (*ImageConfigurationUploadImageFileGatewayTimeout) IsSuccess

IsSuccess returns true when this image configuration upload image file gateway timeout response has a 2xx status code

func (*ImageConfigurationUploadImageFileGatewayTimeout) String

type ImageConfigurationUploadImageFileInternalServerError

type ImageConfigurationUploadImageFileInternalServerError struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUploadImageFileInternalServerError 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 NewImageConfigurationUploadImageFileInternalServerError

func NewImageConfigurationUploadImageFileInternalServerError() *ImageConfigurationUploadImageFileInternalServerError

NewImageConfigurationUploadImageFileInternalServerError creates a ImageConfigurationUploadImageFileInternalServerError with default headers values

func (*ImageConfigurationUploadImageFileInternalServerError) Code

Code gets the status code for the image configuration upload image file internal server error response

func (*ImageConfigurationUploadImageFileInternalServerError) Error

func (*ImageConfigurationUploadImageFileInternalServerError) GetPayload

func (*ImageConfigurationUploadImageFileInternalServerError) IsClientError

IsClientError returns true when this image configuration upload image file internal server error response has a 4xx status code

func (*ImageConfigurationUploadImageFileInternalServerError) IsCode

IsCode returns true when this image configuration upload image file internal server error response a status code equal to that given

func (*ImageConfigurationUploadImageFileInternalServerError) IsRedirect

IsRedirect returns true when this image configuration upload image file internal server error response has a 3xx status code

func (*ImageConfigurationUploadImageFileInternalServerError) IsServerError

IsServerError returns true when this image configuration upload image file internal server error response has a 5xx status code

func (*ImageConfigurationUploadImageFileInternalServerError) IsSuccess

IsSuccess returns true when this image configuration upload image file internal server error response has a 2xx status code

func (*ImageConfigurationUploadImageFileInternalServerError) String

type ImageConfigurationUploadImageFileNotFound

type ImageConfigurationUploadImageFileNotFound struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUploadImageFileNotFound 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 NewImageConfigurationUploadImageFileNotFound

func NewImageConfigurationUploadImageFileNotFound() *ImageConfigurationUploadImageFileNotFound

NewImageConfigurationUploadImageFileNotFound creates a ImageConfigurationUploadImageFileNotFound with default headers values

func (*ImageConfigurationUploadImageFileNotFound) Code

Code gets the status code for the image configuration upload image file not found response

func (*ImageConfigurationUploadImageFileNotFound) Error

func (*ImageConfigurationUploadImageFileNotFound) GetPayload

func (*ImageConfigurationUploadImageFileNotFound) IsClientError

IsClientError returns true when this image configuration upload image file not found response has a 4xx status code

func (*ImageConfigurationUploadImageFileNotFound) IsCode

IsCode returns true when this image configuration upload image file not found response a status code equal to that given

func (*ImageConfigurationUploadImageFileNotFound) IsRedirect

IsRedirect returns true when this image configuration upload image file not found response has a 3xx status code

func (*ImageConfigurationUploadImageFileNotFound) IsServerError

IsServerError returns true when this image configuration upload image file not found response has a 5xx status code

func (*ImageConfigurationUploadImageFileNotFound) IsSuccess

IsSuccess returns true when this image configuration upload image file not found response has a 2xx status code

func (*ImageConfigurationUploadImageFileNotFound) String

type ImageConfigurationUploadImageFileOK

type ImageConfigurationUploadImageFileOK struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUploadImageFileOK describes a response with status code 200, with default header values.

A successful response.

func NewImageConfigurationUploadImageFileOK

func NewImageConfigurationUploadImageFileOK() *ImageConfigurationUploadImageFileOK

NewImageConfigurationUploadImageFileOK creates a ImageConfigurationUploadImageFileOK with default headers values

func (*ImageConfigurationUploadImageFileOK) Code

Code gets the status code for the image configuration upload image file o k response

func (*ImageConfigurationUploadImageFileOK) Error

func (*ImageConfigurationUploadImageFileOK) GetPayload

func (*ImageConfigurationUploadImageFileOK) IsClientError

func (o *ImageConfigurationUploadImageFileOK) IsClientError() bool

IsClientError returns true when this image configuration upload image file o k response has a 4xx status code

func (*ImageConfigurationUploadImageFileOK) IsCode

IsCode returns true when this image configuration upload image file o k response a status code equal to that given

func (*ImageConfigurationUploadImageFileOK) IsRedirect

func (o *ImageConfigurationUploadImageFileOK) IsRedirect() bool

IsRedirect returns true when this image configuration upload image file o k response has a 3xx status code

func (*ImageConfigurationUploadImageFileOK) IsServerError

func (o *ImageConfigurationUploadImageFileOK) IsServerError() bool

IsServerError returns true when this image configuration upload image file o k response has a 5xx status code

func (*ImageConfigurationUploadImageFileOK) IsSuccess

IsSuccess returns true when this image configuration upload image file o k response has a 2xx status code

func (*ImageConfigurationUploadImageFileOK) String

type ImageConfigurationUploadImageFileParams

type ImageConfigurationUploadImageFileParams 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
}

ImageConfigurationUploadImageFileParams contains all the parameters to send to the API endpoint

for the image configuration upload image file operation.

Typically these are written to a http.Request.

func NewImageConfigurationUploadImageFileParams

func NewImageConfigurationUploadImageFileParams() *ImageConfigurationUploadImageFileParams

NewImageConfigurationUploadImageFileParams creates a new ImageConfigurationUploadImageFileParams 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 NewImageConfigurationUploadImageFileParamsWithContext

func NewImageConfigurationUploadImageFileParamsWithContext(ctx context.Context) *ImageConfigurationUploadImageFileParams

NewImageConfigurationUploadImageFileParamsWithContext creates a new ImageConfigurationUploadImageFileParams object with the ability to set a context for a request.

func NewImageConfigurationUploadImageFileParamsWithHTTPClient

func NewImageConfigurationUploadImageFileParamsWithHTTPClient(client *http.Client) *ImageConfigurationUploadImageFileParams

NewImageConfigurationUploadImageFileParamsWithHTTPClient creates a new ImageConfigurationUploadImageFileParams object with the ability to set a custom HTTPClient for a request.

func NewImageConfigurationUploadImageFileParamsWithTimeout

func NewImageConfigurationUploadImageFileParamsWithTimeout(timeout time.Duration) *ImageConfigurationUploadImageFileParams

NewImageConfigurationUploadImageFileParamsWithTimeout creates a new ImageConfigurationUploadImageFileParams object with the ability to set a timeout on a request.

func (*ImageConfigurationUploadImageFileParams) SetContext

SetContext adds the context to the image configuration upload image file params

func (*ImageConfigurationUploadImageFileParams) SetDefaults

func (o *ImageConfigurationUploadImageFileParams) SetDefaults()

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

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

func (*ImageConfigurationUploadImageFileParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the image configuration upload image file params

func (*ImageConfigurationUploadImageFileParams) SetImageFile

SetImageFile adds the imageFile to the image configuration upload image file params

func (*ImageConfigurationUploadImageFileParams) SetName

SetName adds the name to the image configuration upload image file params

func (*ImageConfigurationUploadImageFileParams) SetTimeout

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

SetTimeout adds the timeout to the image configuration upload image file params

func (*ImageConfigurationUploadImageFileParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the image configuration upload image file params

func (*ImageConfigurationUploadImageFileParams) WithContext

WithContext adds the context to the image configuration upload image file params

func (*ImageConfigurationUploadImageFileParams) WithDefaults

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

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

func (*ImageConfigurationUploadImageFileParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the image configuration upload image file params

func (*ImageConfigurationUploadImageFileParams) WithImageFile

WithImageFile adds the imageFile to the image configuration upload image file params

func (*ImageConfigurationUploadImageFileParams) WithName

WithName adds the name to the image configuration upload image file params

func (*ImageConfigurationUploadImageFileParams) WithTimeout

WithTimeout adds the timeout to the image configuration upload image file params

func (*ImageConfigurationUploadImageFileParams) WithXRequestID

WithXRequestID adds the xRequestID to the image configuration upload image file params

func (*ImageConfigurationUploadImageFileParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImageConfigurationUploadImageFileReader

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

ImageConfigurationUploadImageFileReader is a Reader for the ImageConfigurationUploadImageFile structure.

func (*ImageConfigurationUploadImageFileReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImageConfigurationUploadImageFileUnauthorized

type ImageConfigurationUploadImageFileUnauthorized struct {
	Payload *models.ZsrvResponse
}

ImageConfigurationUploadImageFileUnauthorized 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 NewImageConfigurationUploadImageFileUnauthorized

func NewImageConfigurationUploadImageFileUnauthorized() *ImageConfigurationUploadImageFileUnauthorized

NewImageConfigurationUploadImageFileUnauthorized creates a ImageConfigurationUploadImageFileUnauthorized with default headers values

func (*ImageConfigurationUploadImageFileUnauthorized) Code

Code gets the status code for the image configuration upload image file unauthorized response

func (*ImageConfigurationUploadImageFileUnauthorized) Error

func (*ImageConfigurationUploadImageFileUnauthorized) GetPayload

func (*ImageConfigurationUploadImageFileUnauthorized) IsClientError

IsClientError returns true when this image configuration upload image file unauthorized response has a 4xx status code

func (*ImageConfigurationUploadImageFileUnauthorized) IsCode

IsCode returns true when this image configuration upload image file unauthorized response a status code equal to that given

func (*ImageConfigurationUploadImageFileUnauthorized) IsRedirect

IsRedirect returns true when this image configuration upload image file unauthorized response has a 3xx status code

func (*ImageConfigurationUploadImageFileUnauthorized) IsServerError

IsServerError returns true when this image configuration upload image file unauthorized response has a 5xx status code

func (*ImageConfigurationUploadImageFileUnauthorized) IsSuccess

IsSuccess returns true when this image configuration upload image file unauthorized response has a 2xx status code

func (*ImageConfigurationUploadImageFileUnauthorized) String

Jump to

Keyboard shortcuts

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