image_configuration

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2022 License: Apache-2.0 Imports: 12 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) ImageConfigurationCreateImage added in v1.0.2

func (a *Client) ImageConfigurationCreateImage(params *ImageConfigurationCreateImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImageConfigurationCreateImageOK, error)

ImageConfigurationCreateImage creates edge application image

Create an edge application image record.

func (*Client) ImageConfigurationDeleteImage added in v1.0.2

func (a *Client) ImageConfigurationDeleteImage(params *ImageConfigurationDeleteImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImageConfigurationDeleteImageOK, error)

ImageConfigurationDeleteImage deletes edge application image

Delete an edge application image record.

func (*Client) ImageConfigurationDeleteLatestImage added in v1.0.2

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) ImageConfigurationGetImage added in v1.0.2

func (a *Client) ImageConfigurationGetImage(params *ImageConfigurationGetImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImageConfigurationGetImageOK, error)

ImageConfigurationGetImage gets edge application image

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

func (*Client) ImageConfigurationGetImageByName added in v1.0.2

func (a *Client) ImageConfigurationGetImageByName(params *ImageConfigurationGetImageByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImageConfigurationGetImageByNameOK, error)

ImageConfigurationGetImageByName gets edge application image

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

func (*Client) ImageConfigurationGetLatestImageVersion added in v1.0.2

ImageConfigurationGetLatestImageVersion gets latest version of e v e image

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

func (*Client) ImageConfigurationMarkEveImageLatest added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

ImageConfigurationQueryImageProjectList queries common project access list among a list of images

Query common project access list among a list of images

func (*Client) ImageConfigurationQueryImages added in v1.0.2

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 added in v1.0.2

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) ImageConfigurationUpdateImage added in v1.0.2

func (a *Client) ImageConfigurationUpdateImage(params *ImageConfigurationUpdateImageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ImageConfigurationUpdateImageOK, error)

ImageConfigurationUpdateImage updates edge application image

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

func (*Client) ImageConfigurationUplinkImage added in v1.0.2

ImageConfigurationUplinkImage uplinks edge application image

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

func (*Client) ImageConfigurationUploadImageChunked added in v1.0.2

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 added in v1.0.2

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

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

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

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

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

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

	ImageConfigurationGetImageByName(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)

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

	ImageConfigurationUplinkImage(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 ImageConfigurationCreateImageBadRequest added in v1.0.2

type ImageConfigurationCreateImageBadRequest struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationCreateImageBadRequest() *ImageConfigurationCreateImageBadRequest

NewImageConfigurationCreateImageBadRequest creates a ImageConfigurationCreateImageBadRequest with default headers values

func (*ImageConfigurationCreateImageBadRequest) Error added in v1.0.2

func (*ImageConfigurationCreateImageBadRequest) GetPayload added in v1.0.2

func (*ImageConfigurationCreateImageBadRequest) IsClientError added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationCreateImageBadRequest) IsRedirect added in v1.0.2

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

func (*ImageConfigurationCreateImageBadRequest) IsServerError added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationCreateImageBadRequest) String added in v1.0.2

type ImageConfigurationCreateImageConflict added in v1.0.2

type ImageConfigurationCreateImageConflict struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationCreateImageConflict() *ImageConfigurationCreateImageConflict

NewImageConfigurationCreateImageConflict creates a ImageConfigurationCreateImageConflict with default headers values

func (*ImageConfigurationCreateImageConflict) Error added in v1.0.2

func (*ImageConfigurationCreateImageConflict) GetPayload added in v1.0.2

func (*ImageConfigurationCreateImageConflict) IsClientError added in v1.0.2

func (o *ImageConfigurationCreateImageConflict) IsClientError() bool

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

func (*ImageConfigurationCreateImageConflict) IsCode added in v1.0.2

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

func (*ImageConfigurationCreateImageConflict) IsRedirect added in v1.0.2

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

func (*ImageConfigurationCreateImageConflict) IsServerError added in v1.0.2

func (o *ImageConfigurationCreateImageConflict) IsServerError() bool

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

func (*ImageConfigurationCreateImageConflict) IsSuccess added in v1.0.2

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

func (*ImageConfigurationCreateImageConflict) String added in v1.0.2

type ImageConfigurationCreateImageDefault added in v1.0.2

type ImageConfigurationCreateImageDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationCreateImageDefault(code int) *ImageConfigurationCreateImageDefault

NewImageConfigurationCreateImageDefault creates a ImageConfigurationCreateImageDefault with default headers values

func (*ImageConfigurationCreateImageDefault) Code added in v1.0.2

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

func (*ImageConfigurationCreateImageDefault) Error added in v1.0.2

func (*ImageConfigurationCreateImageDefault) GetPayload added in v1.0.2

func (*ImageConfigurationCreateImageDefault) IsClientError added in v1.0.2

func (o *ImageConfigurationCreateImageDefault) IsClientError() bool

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

func (*ImageConfigurationCreateImageDefault) IsCode added in v1.0.2

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

func (*ImageConfigurationCreateImageDefault) IsRedirect added in v1.0.2

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

func (*ImageConfigurationCreateImageDefault) IsServerError added in v1.0.2

func (o *ImageConfigurationCreateImageDefault) IsServerError() bool

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

func (*ImageConfigurationCreateImageDefault) IsSuccess added in v1.0.2

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

func (*ImageConfigurationCreateImageDefault) String added in v1.0.2

type ImageConfigurationCreateImageForbidden added in v1.0.2

type ImageConfigurationCreateImageForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationCreateImageForbidden() *ImageConfigurationCreateImageForbidden

NewImageConfigurationCreateImageForbidden creates a ImageConfigurationCreateImageForbidden with default headers values

func (*ImageConfigurationCreateImageForbidden) Error added in v1.0.2

func (*ImageConfigurationCreateImageForbidden) GetPayload added in v1.0.2

func (*ImageConfigurationCreateImageForbidden) IsClientError added in v1.0.2

func (o *ImageConfigurationCreateImageForbidden) IsClientError() bool

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

func (*ImageConfigurationCreateImageForbidden) IsCode added in v1.0.2

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

func (*ImageConfigurationCreateImageForbidden) IsRedirect added in v1.0.2

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

func (*ImageConfigurationCreateImageForbidden) IsServerError added in v1.0.2

func (o *ImageConfigurationCreateImageForbidden) IsServerError() bool

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

func (*ImageConfigurationCreateImageForbidden) IsSuccess added in v1.0.2

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

func (*ImageConfigurationCreateImageForbidden) String added in v1.0.2

type ImageConfigurationCreateImageGatewayTimeout added in v1.0.2

type ImageConfigurationCreateImageGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationCreateImageGatewayTimeout() *ImageConfigurationCreateImageGatewayTimeout

NewImageConfigurationCreateImageGatewayTimeout creates a ImageConfigurationCreateImageGatewayTimeout with default headers values

func (*ImageConfigurationCreateImageGatewayTimeout) Error added in v1.0.2

func (*ImageConfigurationCreateImageGatewayTimeout) GetPayload added in v1.0.2

func (*ImageConfigurationCreateImageGatewayTimeout) IsClientError added in v1.0.2

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

func (*ImageConfigurationCreateImageGatewayTimeout) IsCode added in v1.0.2

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

func (*ImageConfigurationCreateImageGatewayTimeout) IsRedirect added in v1.0.2

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

func (*ImageConfigurationCreateImageGatewayTimeout) IsServerError added in v1.0.2

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

func (*ImageConfigurationCreateImageGatewayTimeout) IsSuccess added in v1.0.2

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

func (*ImageConfigurationCreateImageGatewayTimeout) String added in v1.0.2

type ImageConfigurationCreateImageInternalServerError added in v1.0.2

type ImageConfigurationCreateImageInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationCreateImageInternalServerError() *ImageConfigurationCreateImageInternalServerError

NewImageConfigurationCreateImageInternalServerError creates a ImageConfigurationCreateImageInternalServerError with default headers values

func (*ImageConfigurationCreateImageInternalServerError) Error added in v1.0.2

func (*ImageConfigurationCreateImageInternalServerError) GetPayload added in v1.0.2

func (*ImageConfigurationCreateImageInternalServerError) IsClientError added in v1.0.2

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

func (*ImageConfigurationCreateImageInternalServerError) IsCode added in v1.0.2

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

func (*ImageConfigurationCreateImageInternalServerError) IsRedirect added in v1.0.2

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

func (*ImageConfigurationCreateImageInternalServerError) IsServerError added in v1.0.2

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

func (*ImageConfigurationCreateImageInternalServerError) IsSuccess added in v1.0.2

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

func (*ImageConfigurationCreateImageInternalServerError) String added in v1.0.2

type ImageConfigurationCreateImageOK added in v1.0.2

type ImageConfigurationCreateImageOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewImageConfigurationCreateImageOK added in v1.0.2

func NewImageConfigurationCreateImageOK() *ImageConfigurationCreateImageOK

NewImageConfigurationCreateImageOK creates a ImageConfigurationCreateImageOK with default headers values

func (*ImageConfigurationCreateImageOK) Error added in v1.0.2

func (*ImageConfigurationCreateImageOK) GetPayload added in v1.0.2

func (*ImageConfigurationCreateImageOK) IsClientError added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

type ImageConfigurationCreateImageParams added in v1.0.2

type ImageConfigurationCreateImageParams struct {

	/* XRequestID.

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

	// Body.
	Body *swagger_models.ImageConfig

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

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 NewImageConfigurationCreateImageParams added in v1.0.2

func NewImageConfigurationCreateImageParams() *ImageConfigurationCreateImageParams

NewImageConfigurationCreateImageParams 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 added in v1.0.2

func NewImageConfigurationCreateImageParamsWithContext(ctx context.Context) *ImageConfigurationCreateImageParams

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

func NewImageConfigurationCreateImageParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

SetBody adds the body to the image configuration create image params

func (*ImageConfigurationCreateImageParams) SetContext added in v1.0.2

SetContext adds the context to the image configuration create image params

func (*ImageConfigurationCreateImageParams) SetDefaults added in v1.0.2

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 added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the image configuration create image params

func (*ImageConfigurationCreateImageParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the image configuration create image params

func (*ImageConfigurationCreateImageParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the image configuration create image params

func (*ImageConfigurationCreateImageParams) WithBody added in v1.0.2

WithBody adds the body to the image configuration create image params

func (*ImageConfigurationCreateImageParams) WithContext added in v1.0.2

WithContext adds the context to the image configuration create image params

func (*ImageConfigurationCreateImageParams) WithDefaults added in v1.0.2

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 added in v1.0.2

WithHTTPClient adds the HTTPClient to the image configuration create image params

func (*ImageConfigurationCreateImageParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the image configuration create image params

func (*ImageConfigurationCreateImageParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the image configuration create image params

func (*ImageConfigurationCreateImageParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type ImageConfigurationCreateImageReader added in v1.0.2

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

ImageConfigurationCreateImageReader is a Reader for the ImageConfigurationCreateImage structure.

func (*ImageConfigurationCreateImageReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type ImageConfigurationCreateImageUnauthorized added in v1.0.2

type ImageConfigurationCreateImageUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationCreateImageUnauthorized() *ImageConfigurationCreateImageUnauthorized

NewImageConfigurationCreateImageUnauthorized creates a ImageConfigurationCreateImageUnauthorized with default headers values

func (*ImageConfigurationCreateImageUnauthorized) Error added in v1.0.2

func (*ImageConfigurationCreateImageUnauthorized) GetPayload added in v1.0.2

func (*ImageConfigurationCreateImageUnauthorized) IsClientError added in v1.0.2

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

func (*ImageConfigurationCreateImageUnauthorized) IsCode added in v1.0.2

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

func (*ImageConfigurationCreateImageUnauthorized) IsRedirect added in v1.0.2

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

func (*ImageConfigurationCreateImageUnauthorized) IsServerError added in v1.0.2

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

func (*ImageConfigurationCreateImageUnauthorized) IsSuccess added in v1.0.2

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

func (*ImageConfigurationCreateImageUnauthorized) String added in v1.0.2

type ImageConfigurationDeleteImageConflict added in v1.0.2

type ImageConfigurationDeleteImageConflict struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationDeleteImageConflict() *ImageConfigurationDeleteImageConflict

NewImageConfigurationDeleteImageConflict creates a ImageConfigurationDeleteImageConflict with default headers values

func (*ImageConfigurationDeleteImageConflict) Error added in v1.0.2

func (*ImageConfigurationDeleteImageConflict) GetPayload added in v1.0.2

func (*ImageConfigurationDeleteImageConflict) IsClientError added in v1.0.2

func (o *ImageConfigurationDeleteImageConflict) IsClientError() bool

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

func (*ImageConfigurationDeleteImageConflict) IsCode added in v1.0.2

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

func (*ImageConfigurationDeleteImageConflict) IsRedirect added in v1.0.2

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

func (*ImageConfigurationDeleteImageConflict) IsServerError added in v1.0.2

func (o *ImageConfigurationDeleteImageConflict) IsServerError() bool

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

func (*ImageConfigurationDeleteImageConflict) IsSuccess added in v1.0.2

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

func (*ImageConfigurationDeleteImageConflict) String added in v1.0.2

type ImageConfigurationDeleteImageDefault added in v1.0.2

type ImageConfigurationDeleteImageDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationDeleteImageDefault(code int) *ImageConfigurationDeleteImageDefault

NewImageConfigurationDeleteImageDefault creates a ImageConfigurationDeleteImageDefault with default headers values

func (*ImageConfigurationDeleteImageDefault) Code added in v1.0.2

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

func (*ImageConfigurationDeleteImageDefault) Error added in v1.0.2

func (*ImageConfigurationDeleteImageDefault) GetPayload added in v1.0.2

func (*ImageConfigurationDeleteImageDefault) IsClientError added in v1.0.2

func (o *ImageConfigurationDeleteImageDefault) IsClientError() bool

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

func (*ImageConfigurationDeleteImageDefault) IsCode added in v1.0.2

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

func (*ImageConfigurationDeleteImageDefault) IsRedirect added in v1.0.2

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

func (*ImageConfigurationDeleteImageDefault) IsServerError added in v1.0.2

func (o *ImageConfigurationDeleteImageDefault) IsServerError() bool

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

func (*ImageConfigurationDeleteImageDefault) IsSuccess added in v1.0.2

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

func (*ImageConfigurationDeleteImageDefault) String added in v1.0.2

type ImageConfigurationDeleteImageForbidden added in v1.0.2

type ImageConfigurationDeleteImageForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationDeleteImageForbidden() *ImageConfigurationDeleteImageForbidden

NewImageConfigurationDeleteImageForbidden creates a ImageConfigurationDeleteImageForbidden with default headers values

func (*ImageConfigurationDeleteImageForbidden) Error added in v1.0.2

func (*ImageConfigurationDeleteImageForbidden) GetPayload added in v1.0.2

func (*ImageConfigurationDeleteImageForbidden) IsClientError added in v1.0.2

func (o *ImageConfigurationDeleteImageForbidden) IsClientError() bool

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

func (*ImageConfigurationDeleteImageForbidden) IsCode added in v1.0.2

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

func (*ImageConfigurationDeleteImageForbidden) IsRedirect added in v1.0.2

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

func (*ImageConfigurationDeleteImageForbidden) IsServerError added in v1.0.2

func (o *ImageConfigurationDeleteImageForbidden) IsServerError() bool

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

func (*ImageConfigurationDeleteImageForbidden) IsSuccess added in v1.0.2

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

func (*ImageConfigurationDeleteImageForbidden) String added in v1.0.2

type ImageConfigurationDeleteImageGatewayTimeout added in v1.0.2

type ImageConfigurationDeleteImageGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationDeleteImageGatewayTimeout() *ImageConfigurationDeleteImageGatewayTimeout

NewImageConfigurationDeleteImageGatewayTimeout creates a ImageConfigurationDeleteImageGatewayTimeout with default headers values

func (*ImageConfigurationDeleteImageGatewayTimeout) Error added in v1.0.2

func (*ImageConfigurationDeleteImageGatewayTimeout) GetPayload added in v1.0.2

func (*ImageConfigurationDeleteImageGatewayTimeout) IsClientError added in v1.0.2

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

func (*ImageConfigurationDeleteImageGatewayTimeout) IsCode added in v1.0.2

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

func (*ImageConfigurationDeleteImageGatewayTimeout) IsRedirect added in v1.0.2

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

func (*ImageConfigurationDeleteImageGatewayTimeout) IsServerError added in v1.0.2

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

func (*ImageConfigurationDeleteImageGatewayTimeout) IsSuccess added in v1.0.2

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

func (*ImageConfigurationDeleteImageGatewayTimeout) String added in v1.0.2

type ImageConfigurationDeleteImageInternalServerError added in v1.0.2

type ImageConfigurationDeleteImageInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationDeleteImageInternalServerError() *ImageConfigurationDeleteImageInternalServerError

NewImageConfigurationDeleteImageInternalServerError creates a ImageConfigurationDeleteImageInternalServerError with default headers values

func (*ImageConfigurationDeleteImageInternalServerError) Error added in v1.0.2

func (*ImageConfigurationDeleteImageInternalServerError) GetPayload added in v1.0.2

func (*ImageConfigurationDeleteImageInternalServerError) IsClientError added in v1.0.2

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

func (*ImageConfigurationDeleteImageInternalServerError) IsCode added in v1.0.2

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

func (*ImageConfigurationDeleteImageInternalServerError) IsRedirect added in v1.0.2

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

func (*ImageConfigurationDeleteImageInternalServerError) IsServerError added in v1.0.2

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

func (*ImageConfigurationDeleteImageInternalServerError) IsSuccess added in v1.0.2

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

func (*ImageConfigurationDeleteImageInternalServerError) String added in v1.0.2

type ImageConfigurationDeleteImageNotFound added in v1.0.2

type ImageConfigurationDeleteImageNotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationDeleteImageNotFound() *ImageConfigurationDeleteImageNotFound

NewImageConfigurationDeleteImageNotFound creates a ImageConfigurationDeleteImageNotFound with default headers values

func (*ImageConfigurationDeleteImageNotFound) Error added in v1.0.2

func (*ImageConfigurationDeleteImageNotFound) GetPayload added in v1.0.2

func (*ImageConfigurationDeleteImageNotFound) IsClientError added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationDeleteImageNotFound) IsRedirect added in v1.0.2

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

func (*ImageConfigurationDeleteImageNotFound) IsServerError added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationDeleteImageNotFound) String added in v1.0.2

type ImageConfigurationDeleteImageOK added in v1.0.2

type ImageConfigurationDeleteImageOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewImageConfigurationDeleteImageOK added in v1.0.2

func NewImageConfigurationDeleteImageOK() *ImageConfigurationDeleteImageOK

NewImageConfigurationDeleteImageOK creates a ImageConfigurationDeleteImageOK with default headers values

func (*ImageConfigurationDeleteImageOK) Error added in v1.0.2

func (*ImageConfigurationDeleteImageOK) GetPayload added in v1.0.2

func (*ImageConfigurationDeleteImageOK) IsClientError added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

type ImageConfigurationDeleteImageParams added in v1.0.2

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 NewImageConfigurationDeleteImageParams added in v1.0.2

func NewImageConfigurationDeleteImageParams() *ImageConfigurationDeleteImageParams

NewImageConfigurationDeleteImageParams 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 added in v1.0.2

func NewImageConfigurationDeleteImageParamsWithContext(ctx context.Context) *ImageConfigurationDeleteImageParams

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

func NewImageConfigurationDeleteImageParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

SetContext adds the context to the image configuration delete image params

func (*ImageConfigurationDeleteImageParams) SetDefaults added in v1.0.2

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 added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the image configuration delete image params

func (*ImageConfigurationDeleteImageParams) SetID added in v1.0.2

SetID adds the id to the image configuration delete image params

func (*ImageConfigurationDeleteImageParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the image configuration delete image params

func (*ImageConfigurationDeleteImageParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the image configuration delete image params

func (*ImageConfigurationDeleteImageParams) WithContext added in v1.0.2

WithContext adds the context to the image configuration delete image params

func (*ImageConfigurationDeleteImageParams) WithDefaults added in v1.0.2

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 added in v1.0.2

WithHTTPClient adds the HTTPClient to the image configuration delete image params

func (*ImageConfigurationDeleteImageParams) WithID added in v1.0.2

WithID adds the id to the image configuration delete image params

func (*ImageConfigurationDeleteImageParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the image configuration delete image params

func (*ImageConfigurationDeleteImageParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the image configuration delete image params

func (*ImageConfigurationDeleteImageParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type ImageConfigurationDeleteImageReader added in v1.0.2

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

ImageConfigurationDeleteImageReader is a Reader for the ImageConfigurationDeleteImage structure.

func (*ImageConfigurationDeleteImageReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type ImageConfigurationDeleteImageUnauthorized added in v1.0.2

type ImageConfigurationDeleteImageUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationDeleteImageUnauthorized() *ImageConfigurationDeleteImageUnauthorized

NewImageConfigurationDeleteImageUnauthorized creates a ImageConfigurationDeleteImageUnauthorized with default headers values

func (*ImageConfigurationDeleteImageUnauthorized) Error added in v1.0.2

func (*ImageConfigurationDeleteImageUnauthorized) GetPayload added in v1.0.2

func (*ImageConfigurationDeleteImageUnauthorized) IsClientError added in v1.0.2

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

func (*ImageConfigurationDeleteImageUnauthorized) IsCode added in v1.0.2

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

func (*ImageConfigurationDeleteImageUnauthorized) IsRedirect added in v1.0.2

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

func (*ImageConfigurationDeleteImageUnauthorized) IsServerError added in v1.0.2

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

func (*ImageConfigurationDeleteImageUnauthorized) IsSuccess added in v1.0.2

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

func (*ImageConfigurationDeleteImageUnauthorized) String added in v1.0.2

type ImageConfigurationDeleteLatestImageConflict added in v1.0.2

type ImageConfigurationDeleteLatestImageConflict struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationDeleteLatestImageConflict() *ImageConfigurationDeleteLatestImageConflict

NewImageConfigurationDeleteLatestImageConflict creates a ImageConfigurationDeleteLatestImageConflict with default headers values

func (*ImageConfigurationDeleteLatestImageConflict) Error added in v1.0.2

func (*ImageConfigurationDeleteLatestImageConflict) GetPayload added in v1.0.2

func (*ImageConfigurationDeleteLatestImageConflict) IsClientError added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageConflict) IsCode added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageConflict) IsRedirect added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageConflict) IsServerError added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageConflict) IsSuccess added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageConflict) String added in v1.0.2

type ImageConfigurationDeleteLatestImageDefault added in v1.0.2

type ImageConfigurationDeleteLatestImageDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationDeleteLatestImageDefault(code int) *ImageConfigurationDeleteLatestImageDefault

NewImageConfigurationDeleteLatestImageDefault creates a ImageConfigurationDeleteLatestImageDefault with default headers values

func (*ImageConfigurationDeleteLatestImageDefault) Code added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageDefault) Error added in v1.0.2

func (*ImageConfigurationDeleteLatestImageDefault) GetPayload added in v1.0.2

func (*ImageConfigurationDeleteLatestImageDefault) IsClientError added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageDefault) IsCode added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageDefault) IsRedirect added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageDefault) IsServerError added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageDefault) IsSuccess added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageDefault) String added in v1.0.2

type ImageConfigurationDeleteLatestImageForbidden added in v1.0.2

type ImageConfigurationDeleteLatestImageForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationDeleteLatestImageForbidden() *ImageConfigurationDeleteLatestImageForbidden

NewImageConfigurationDeleteLatestImageForbidden creates a ImageConfigurationDeleteLatestImageForbidden with default headers values

func (*ImageConfigurationDeleteLatestImageForbidden) Error added in v1.0.2

func (*ImageConfigurationDeleteLatestImageForbidden) GetPayload added in v1.0.2

func (*ImageConfigurationDeleteLatestImageForbidden) IsClientError added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageForbidden) IsCode added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageForbidden) IsRedirect added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageForbidden) IsServerError added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageForbidden) IsSuccess added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageForbidden) String added in v1.0.2

type ImageConfigurationDeleteLatestImageGatewayTimeout added in v1.0.2

type ImageConfigurationDeleteLatestImageGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationDeleteLatestImageGatewayTimeout() *ImageConfigurationDeleteLatestImageGatewayTimeout

NewImageConfigurationDeleteLatestImageGatewayTimeout creates a ImageConfigurationDeleteLatestImageGatewayTimeout with default headers values

func (*ImageConfigurationDeleteLatestImageGatewayTimeout) Error added in v1.0.2

func (*ImageConfigurationDeleteLatestImageGatewayTimeout) GetPayload added in v1.0.2

func (*ImageConfigurationDeleteLatestImageGatewayTimeout) IsClientError added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageGatewayTimeout) IsCode added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageGatewayTimeout) IsRedirect added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageGatewayTimeout) IsServerError added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageGatewayTimeout) IsSuccess added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageGatewayTimeout) String added in v1.0.2

type ImageConfigurationDeleteLatestImageInternalServerError added in v1.0.2

type ImageConfigurationDeleteLatestImageInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationDeleteLatestImageInternalServerError() *ImageConfigurationDeleteLatestImageInternalServerError

NewImageConfigurationDeleteLatestImageInternalServerError creates a ImageConfigurationDeleteLatestImageInternalServerError with default headers values

func (*ImageConfigurationDeleteLatestImageInternalServerError) Error added in v1.0.2

func (*ImageConfigurationDeleteLatestImageInternalServerError) GetPayload added in v1.0.2

func (*ImageConfigurationDeleteLatestImageInternalServerError) IsClientError added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageInternalServerError) IsCode added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageInternalServerError) IsRedirect added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageInternalServerError) IsServerError added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageInternalServerError) IsSuccess added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageInternalServerError) String added in v1.0.2

type ImageConfigurationDeleteLatestImageNotFound added in v1.0.2

type ImageConfigurationDeleteLatestImageNotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationDeleteLatestImageNotFound() *ImageConfigurationDeleteLatestImageNotFound

NewImageConfigurationDeleteLatestImageNotFound creates a ImageConfigurationDeleteLatestImageNotFound with default headers values

func (*ImageConfigurationDeleteLatestImageNotFound) Error added in v1.0.2

func (*ImageConfigurationDeleteLatestImageNotFound) GetPayload added in v1.0.2

func (*ImageConfigurationDeleteLatestImageNotFound) IsClientError added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageNotFound) IsCode added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageNotFound) IsRedirect added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageNotFound) IsServerError added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageNotFound) IsSuccess added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageNotFound) String added in v1.0.2

type ImageConfigurationDeleteLatestImageOK added in v1.0.2

type ImageConfigurationDeleteLatestImageOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewImageConfigurationDeleteLatestImageOK added in v1.0.2

func NewImageConfigurationDeleteLatestImageOK() *ImageConfigurationDeleteLatestImageOK

NewImageConfigurationDeleteLatestImageOK creates a ImageConfigurationDeleteLatestImageOK with default headers values

func (*ImageConfigurationDeleteLatestImageOK) Error added in v1.0.2

func (*ImageConfigurationDeleteLatestImageOK) GetPayload added in v1.0.2

func (*ImageConfigurationDeleteLatestImageOK) IsClientError added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageOK) IsRedirect added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageOK) IsServerError added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageOK) String added in v1.0.2

type ImageConfigurationDeleteLatestImageParams added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

func NewImageConfigurationDeleteLatestImageParamsWithContext(ctx context.Context) *ImageConfigurationDeleteLatestImageParams

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

func NewImageConfigurationDeleteLatestImageParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageParams) SetDefaults added in v1.0.2

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 added in v1.0.2

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

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

func (*ImageConfigurationDeleteLatestImageParams) SetID added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageParams) SetTimeout added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageParams) SetXRequestID added in v1.0.2

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

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

func (*ImageConfigurationDeleteLatestImageParams) WithContext added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageParams) WithDefaults added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageParams) WithID added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageParams) WithTimeout added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageParams) WithXRequestID added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type ImageConfigurationDeleteLatestImageReader added in v1.0.2

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

ImageConfigurationDeleteLatestImageReader is a Reader for the ImageConfigurationDeleteLatestImage structure.

func (*ImageConfigurationDeleteLatestImageReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type ImageConfigurationDeleteLatestImageUnauthorized added in v1.0.2

type ImageConfigurationDeleteLatestImageUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationDeleteLatestImageUnauthorized() *ImageConfigurationDeleteLatestImageUnauthorized

NewImageConfigurationDeleteLatestImageUnauthorized creates a ImageConfigurationDeleteLatestImageUnauthorized with default headers values

func (*ImageConfigurationDeleteLatestImageUnauthorized) Error added in v1.0.2

func (*ImageConfigurationDeleteLatestImageUnauthorized) GetPayload added in v1.0.2

func (*ImageConfigurationDeleteLatestImageUnauthorized) IsClientError added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageUnauthorized) IsCode added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageUnauthorized) IsRedirect added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageUnauthorized) IsServerError added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageUnauthorized) IsSuccess added in v1.0.2

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

func (*ImageConfigurationDeleteLatestImageUnauthorized) String added in v1.0.2

type ImageConfigurationGetImageByNameDefault added in v1.0.2

type ImageConfigurationGetImageByNameDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationGetImageByNameDefault(code int) *ImageConfigurationGetImageByNameDefault

NewImageConfigurationGetImageByNameDefault creates a ImageConfigurationGetImageByNameDefault with default headers values

func (*ImageConfigurationGetImageByNameDefault) Code added in v1.0.2

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

func (*ImageConfigurationGetImageByNameDefault) Error added in v1.0.2

func (*ImageConfigurationGetImageByNameDefault) GetPayload added in v1.0.2

func (*ImageConfigurationGetImageByNameDefault) IsClientError added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationGetImageByNameDefault) IsRedirect added in v1.0.2

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

func (*ImageConfigurationGetImageByNameDefault) IsServerError added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationGetImageByNameDefault) String added in v1.0.2

type ImageConfigurationGetImageByNameForbidden added in v1.0.2

type ImageConfigurationGetImageByNameForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationGetImageByNameForbidden() *ImageConfigurationGetImageByNameForbidden

NewImageConfigurationGetImageByNameForbidden creates a ImageConfigurationGetImageByNameForbidden with default headers values

func (*ImageConfigurationGetImageByNameForbidden) Error added in v1.0.2

func (*ImageConfigurationGetImageByNameForbidden) GetPayload added in v1.0.2

func (*ImageConfigurationGetImageByNameForbidden) IsClientError added in v1.0.2

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

func (*ImageConfigurationGetImageByNameForbidden) IsCode added in v1.0.2

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

func (*ImageConfigurationGetImageByNameForbidden) IsRedirect added in v1.0.2

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

func (*ImageConfigurationGetImageByNameForbidden) IsServerError added in v1.0.2

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

func (*ImageConfigurationGetImageByNameForbidden) IsSuccess added in v1.0.2

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

func (*ImageConfigurationGetImageByNameForbidden) String added in v1.0.2

type ImageConfigurationGetImageByNameGatewayTimeout added in v1.0.2

type ImageConfigurationGetImageByNameGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationGetImageByNameGatewayTimeout() *ImageConfigurationGetImageByNameGatewayTimeout

NewImageConfigurationGetImageByNameGatewayTimeout creates a ImageConfigurationGetImageByNameGatewayTimeout with default headers values

func (*ImageConfigurationGetImageByNameGatewayTimeout) Error added in v1.0.2

func (*ImageConfigurationGetImageByNameGatewayTimeout) GetPayload added in v1.0.2

func (*ImageConfigurationGetImageByNameGatewayTimeout) IsClientError added in v1.0.2

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

func (*ImageConfigurationGetImageByNameGatewayTimeout) IsCode added in v1.0.2

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

func (*ImageConfigurationGetImageByNameGatewayTimeout) IsRedirect added in v1.0.2

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

func (*ImageConfigurationGetImageByNameGatewayTimeout) IsServerError added in v1.0.2

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

func (*ImageConfigurationGetImageByNameGatewayTimeout) IsSuccess added in v1.0.2

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

func (*ImageConfigurationGetImageByNameGatewayTimeout) String added in v1.0.2

type ImageConfigurationGetImageByNameInternalServerError added in v1.0.2

type ImageConfigurationGetImageByNameInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationGetImageByNameInternalServerError() *ImageConfigurationGetImageByNameInternalServerError

NewImageConfigurationGetImageByNameInternalServerError creates a ImageConfigurationGetImageByNameInternalServerError with default headers values

func (*ImageConfigurationGetImageByNameInternalServerError) Error added in v1.0.2

func (*ImageConfigurationGetImageByNameInternalServerError) GetPayload added in v1.0.2

func (*ImageConfigurationGetImageByNameInternalServerError) IsClientError added in v1.0.2

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

func (*ImageConfigurationGetImageByNameInternalServerError) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationGetImageByNameInternalServerError) IsServerError added in v1.0.2

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

func (*ImageConfigurationGetImageByNameInternalServerError) IsSuccess added in v1.0.2

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

func (*ImageConfigurationGetImageByNameInternalServerError) String added in v1.0.2

type ImageConfigurationGetImageByNameNotFound added in v1.0.2

type ImageConfigurationGetImageByNameNotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationGetImageByNameNotFound() *ImageConfigurationGetImageByNameNotFound

NewImageConfigurationGetImageByNameNotFound creates a ImageConfigurationGetImageByNameNotFound with default headers values

func (*ImageConfigurationGetImageByNameNotFound) Error added in v1.0.2

func (*ImageConfigurationGetImageByNameNotFound) GetPayload added in v1.0.2

func (*ImageConfigurationGetImageByNameNotFound) IsClientError added in v1.0.2

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

func (*ImageConfigurationGetImageByNameNotFound) IsCode added in v1.0.2

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

func (*ImageConfigurationGetImageByNameNotFound) IsRedirect added in v1.0.2

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

func (*ImageConfigurationGetImageByNameNotFound) IsServerError added in v1.0.2

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

func (*ImageConfigurationGetImageByNameNotFound) IsSuccess added in v1.0.2

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

func (*ImageConfigurationGetImageByNameNotFound) String added in v1.0.2

type ImageConfigurationGetImageByNameOK added in v1.0.2

type ImageConfigurationGetImageByNameOK struct {
	Payload *swagger_models.ImageConfig
}

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

A successful response.

func NewImageConfigurationGetImageByNameOK added in v1.0.2

func NewImageConfigurationGetImageByNameOK() *ImageConfigurationGetImageByNameOK

NewImageConfigurationGetImageByNameOK creates a ImageConfigurationGetImageByNameOK with default headers values

func (*ImageConfigurationGetImageByNameOK) Error added in v1.0.2

func (*ImageConfigurationGetImageByNameOK) GetPayload added in v1.0.2

func (*ImageConfigurationGetImageByNameOK) IsClientError added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationGetImageByNameOK) IsRedirect added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationGetImageByNameOK) String added in v1.0.2

type ImageConfigurationGetImageByNameParams added in v1.0.2

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 NewImageConfigurationGetImageByNameParams added in v1.0.2

func NewImageConfigurationGetImageByNameParams() *ImageConfigurationGetImageByNameParams

NewImageConfigurationGetImageByNameParams 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 added in v1.0.2

func NewImageConfigurationGetImageByNameParamsWithContext(ctx context.Context) *ImageConfigurationGetImageByNameParams

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

func NewImageConfigurationGetImageByNameParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationGetImageByNameParams) SetDefaults added in v1.0.2

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 added in v1.0.2

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

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

func (*ImageConfigurationGetImageByNameParams) SetName added in v1.0.2

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

func (*ImageConfigurationGetImageByNameParams) SetTimeout added in v1.0.2

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

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

func (*ImageConfigurationGetImageByNameParams) SetXRequestID added in v1.0.2

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

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

func (*ImageConfigurationGetImageByNameParams) WithContext added in v1.0.2

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

func (*ImageConfigurationGetImageByNameParams) WithDefaults added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationGetImageByNameParams) WithName added in v1.0.2

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

func (*ImageConfigurationGetImageByNameParams) WithTimeout added in v1.0.2

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

func (*ImageConfigurationGetImageByNameParams) WithXRequestID added in v1.0.2

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

func (*ImageConfigurationGetImageByNameParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type ImageConfigurationGetImageByNameReader added in v1.0.2

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

ImageConfigurationGetImageByNameReader is a Reader for the ImageConfigurationGetImageByName structure.

func (*ImageConfigurationGetImageByNameReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type ImageConfigurationGetImageByNameUnauthorized added in v1.0.2

type ImageConfigurationGetImageByNameUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationGetImageByNameUnauthorized() *ImageConfigurationGetImageByNameUnauthorized

NewImageConfigurationGetImageByNameUnauthorized creates a ImageConfigurationGetImageByNameUnauthorized with default headers values

func (*ImageConfigurationGetImageByNameUnauthorized) Error added in v1.0.2

func (*ImageConfigurationGetImageByNameUnauthorized) GetPayload added in v1.0.2

func (*ImageConfigurationGetImageByNameUnauthorized) IsClientError added in v1.0.2

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

func (*ImageConfigurationGetImageByNameUnauthorized) IsCode added in v1.0.2

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

func (*ImageConfigurationGetImageByNameUnauthorized) IsRedirect added in v1.0.2

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

func (*ImageConfigurationGetImageByNameUnauthorized) IsServerError added in v1.0.2

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

func (*ImageConfigurationGetImageByNameUnauthorized) IsSuccess added in v1.0.2

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

func (*ImageConfigurationGetImageByNameUnauthorized) String added in v1.0.2

type ImageConfigurationGetImageDefault added in v1.0.2

type ImageConfigurationGetImageDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationGetImageDefault(code int) *ImageConfigurationGetImageDefault

NewImageConfigurationGetImageDefault creates a ImageConfigurationGetImageDefault with default headers values

func (*ImageConfigurationGetImageDefault) Code added in v1.0.2

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

func (*ImageConfigurationGetImageDefault) Error added in v1.0.2

func (*ImageConfigurationGetImageDefault) GetPayload added in v1.0.2

func (*ImageConfigurationGetImageDefault) IsClientError added in v1.0.2

func (o *ImageConfigurationGetImageDefault) IsClientError() bool

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

func (*ImageConfigurationGetImageDefault) IsCode added in v1.0.2

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 added in v1.0.2

func (o *ImageConfigurationGetImageDefault) IsRedirect() bool

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

func (*ImageConfigurationGetImageDefault) IsServerError added in v1.0.2

func (o *ImageConfigurationGetImageDefault) IsServerError() bool

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

func (*ImageConfigurationGetImageDefault) IsSuccess added in v1.0.2

func (o *ImageConfigurationGetImageDefault) IsSuccess() bool

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

func (*ImageConfigurationGetImageDefault) String added in v1.0.2

type ImageConfigurationGetImageForbidden added in v1.0.2

type ImageConfigurationGetImageForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationGetImageForbidden() *ImageConfigurationGetImageForbidden

NewImageConfigurationGetImageForbidden creates a ImageConfigurationGetImageForbidden with default headers values

func (*ImageConfigurationGetImageForbidden) Error added in v1.0.2

func (*ImageConfigurationGetImageForbidden) GetPayload added in v1.0.2

func (*ImageConfigurationGetImageForbidden) IsClientError added in v1.0.2

func (o *ImageConfigurationGetImageForbidden) IsClientError() bool

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

func (*ImageConfigurationGetImageForbidden) IsCode added in v1.0.2

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

func (*ImageConfigurationGetImageForbidden) IsRedirect added in v1.0.2

func (o *ImageConfigurationGetImageForbidden) IsRedirect() bool

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

func (*ImageConfigurationGetImageForbidden) IsServerError added in v1.0.2

func (o *ImageConfigurationGetImageForbidden) IsServerError() bool

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

func (*ImageConfigurationGetImageForbidden) IsSuccess added in v1.0.2

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

func (*ImageConfigurationGetImageForbidden) String added in v1.0.2

type ImageConfigurationGetImageGatewayTimeout added in v1.0.2

type ImageConfigurationGetImageGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationGetImageGatewayTimeout() *ImageConfigurationGetImageGatewayTimeout

NewImageConfigurationGetImageGatewayTimeout creates a ImageConfigurationGetImageGatewayTimeout with default headers values

func (*ImageConfigurationGetImageGatewayTimeout) Error added in v1.0.2

func (*ImageConfigurationGetImageGatewayTimeout) GetPayload added in v1.0.2

func (*ImageConfigurationGetImageGatewayTimeout) IsClientError added in v1.0.2

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

func (*ImageConfigurationGetImageGatewayTimeout) IsCode added in v1.0.2

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

func (*ImageConfigurationGetImageGatewayTimeout) IsRedirect added in v1.0.2

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

func (*ImageConfigurationGetImageGatewayTimeout) IsServerError added in v1.0.2

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

func (*ImageConfigurationGetImageGatewayTimeout) IsSuccess added in v1.0.2

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

func (*ImageConfigurationGetImageGatewayTimeout) String added in v1.0.2

type ImageConfigurationGetImageInternalServerError added in v1.0.2

type ImageConfigurationGetImageInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationGetImageInternalServerError() *ImageConfigurationGetImageInternalServerError

NewImageConfigurationGetImageInternalServerError creates a ImageConfigurationGetImageInternalServerError with default headers values

func (*ImageConfigurationGetImageInternalServerError) Error added in v1.0.2

func (*ImageConfigurationGetImageInternalServerError) GetPayload added in v1.0.2

func (*ImageConfigurationGetImageInternalServerError) IsClientError added in v1.0.2

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

func (*ImageConfigurationGetImageInternalServerError) IsCode added in v1.0.2

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

func (*ImageConfigurationGetImageInternalServerError) IsRedirect added in v1.0.2

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

func (*ImageConfigurationGetImageInternalServerError) IsServerError added in v1.0.2

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

func (*ImageConfigurationGetImageInternalServerError) IsSuccess added in v1.0.2

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

func (*ImageConfigurationGetImageInternalServerError) String added in v1.0.2

type ImageConfigurationGetImageNotFound added in v1.0.2

type ImageConfigurationGetImageNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

ImageConfigurationGetImageNotFound 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 added in v1.0.2

func NewImageConfigurationGetImageNotFound() *ImageConfigurationGetImageNotFound

NewImageConfigurationGetImageNotFound creates a ImageConfigurationGetImageNotFound with default headers values

func (*ImageConfigurationGetImageNotFound) Error added in v1.0.2

func (*ImageConfigurationGetImageNotFound) GetPayload added in v1.0.2

func (*ImageConfigurationGetImageNotFound) IsClientError added in v1.0.2

func (o *ImageConfigurationGetImageNotFound) IsClientError() bool

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

func (*ImageConfigurationGetImageNotFound) IsCode added in v1.0.2

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

func (*ImageConfigurationGetImageNotFound) IsRedirect added in v1.0.2

func (o *ImageConfigurationGetImageNotFound) IsRedirect() bool

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

func (*ImageConfigurationGetImageNotFound) IsServerError added in v1.0.2

func (o *ImageConfigurationGetImageNotFound) IsServerError() bool

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

func (*ImageConfigurationGetImageNotFound) IsSuccess added in v1.0.2

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

func (*ImageConfigurationGetImageNotFound) String added in v1.0.2

type ImageConfigurationGetImageOK added in v1.0.2

type ImageConfigurationGetImageOK struct {
	Payload *swagger_models.ImageConfig
}

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

A successful response.

func NewImageConfigurationGetImageOK added in v1.0.2

func NewImageConfigurationGetImageOK() *ImageConfigurationGetImageOK

NewImageConfigurationGetImageOK creates a ImageConfigurationGetImageOK with default headers values

func (*ImageConfigurationGetImageOK) Error added in v1.0.2

func (*ImageConfigurationGetImageOK) GetPayload added in v1.0.2

func (*ImageConfigurationGetImageOK) IsClientError added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

type ImageConfigurationGetImageParams added in v1.0.2

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 NewImageConfigurationGetImageParams added in v1.0.2

func NewImageConfigurationGetImageParams() *ImageConfigurationGetImageParams

NewImageConfigurationGetImageParams 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 added in v1.0.2

func NewImageConfigurationGetImageParamsWithContext(ctx context.Context) *ImageConfigurationGetImageParams

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

func NewImageConfigurationGetImageParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

SetContext adds the context to the image configuration get image params

func (*ImageConfigurationGetImageParams) SetDefaults added in v1.0.2

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 added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the image configuration get image params

func (*ImageConfigurationGetImageParams) SetID added in v1.0.2

SetID adds the id to the image configuration get image params

func (*ImageConfigurationGetImageParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the image configuration get image params

func (*ImageConfigurationGetImageParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the image configuration get image params

func (*ImageConfigurationGetImageParams) WithContext added in v1.0.2

WithContext adds the context to the image configuration get image params

func (*ImageConfigurationGetImageParams) WithDefaults added in v1.0.2

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 added in v1.0.2

WithHTTPClient adds the HTTPClient to the image configuration get image params

func (*ImageConfigurationGetImageParams) WithID added in v1.0.2

WithID adds the id to the image configuration get image params

func (*ImageConfigurationGetImageParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the image configuration get image params

func (*ImageConfigurationGetImageParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the image configuration get image params

func (*ImageConfigurationGetImageParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type ImageConfigurationGetImageReader added in v1.0.2

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

ImageConfigurationGetImageReader is a Reader for the ImageConfigurationGetImage structure.

func (*ImageConfigurationGetImageReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type ImageConfigurationGetImageUnauthorized added in v1.0.2

type ImageConfigurationGetImageUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationGetImageUnauthorized() *ImageConfigurationGetImageUnauthorized

NewImageConfigurationGetImageUnauthorized creates a ImageConfigurationGetImageUnauthorized with default headers values

func (*ImageConfigurationGetImageUnauthorized) Error added in v1.0.2

func (*ImageConfigurationGetImageUnauthorized) GetPayload added in v1.0.2

func (*ImageConfigurationGetImageUnauthorized) IsClientError added in v1.0.2

func (o *ImageConfigurationGetImageUnauthorized) IsClientError() bool

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

func (*ImageConfigurationGetImageUnauthorized) IsCode added in v1.0.2

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

func (*ImageConfigurationGetImageUnauthorized) IsRedirect added in v1.0.2

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

func (*ImageConfigurationGetImageUnauthorized) IsServerError added in v1.0.2

func (o *ImageConfigurationGetImageUnauthorized) IsServerError() bool

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

func (*ImageConfigurationGetImageUnauthorized) IsSuccess added in v1.0.2

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

func (*ImageConfigurationGetImageUnauthorized) String added in v1.0.2

type ImageConfigurationGetLatestImageVersionDefault added in v1.0.2

type ImageConfigurationGetLatestImageVersionDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationGetLatestImageVersionDefault(code int) *ImageConfigurationGetLatestImageVersionDefault

NewImageConfigurationGetLatestImageVersionDefault creates a ImageConfigurationGetLatestImageVersionDefault with default headers values

func (*ImageConfigurationGetLatestImageVersionDefault) Code added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionDefault) Error added in v1.0.2

func (*ImageConfigurationGetLatestImageVersionDefault) GetPayload added in v1.0.2

func (*ImageConfigurationGetLatestImageVersionDefault) IsClientError added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionDefault) IsCode added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionDefault) IsRedirect added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionDefault) IsServerError added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionDefault) IsSuccess added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionDefault) String added in v1.0.2

type ImageConfigurationGetLatestImageVersionForbidden added in v1.0.2

type ImageConfigurationGetLatestImageVersionForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationGetLatestImageVersionForbidden() *ImageConfigurationGetLatestImageVersionForbidden

NewImageConfigurationGetLatestImageVersionForbidden creates a ImageConfigurationGetLatestImageVersionForbidden with default headers values

func (*ImageConfigurationGetLatestImageVersionForbidden) Error added in v1.0.2

func (*ImageConfigurationGetLatestImageVersionForbidden) GetPayload added in v1.0.2

func (*ImageConfigurationGetLatestImageVersionForbidden) IsClientError added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionForbidden) IsCode added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionForbidden) IsRedirect added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionForbidden) IsServerError added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionForbidden) IsSuccess added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionForbidden) String added in v1.0.2

type ImageConfigurationGetLatestImageVersionGatewayTimeout added in v1.0.2

type ImageConfigurationGetLatestImageVersionGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationGetLatestImageVersionGatewayTimeout() *ImageConfigurationGetLatestImageVersionGatewayTimeout

NewImageConfigurationGetLatestImageVersionGatewayTimeout creates a ImageConfigurationGetLatestImageVersionGatewayTimeout with default headers values

func (*ImageConfigurationGetLatestImageVersionGatewayTimeout) Error added in v1.0.2

func (*ImageConfigurationGetLatestImageVersionGatewayTimeout) GetPayload added in v1.0.2

func (*ImageConfigurationGetLatestImageVersionGatewayTimeout) IsClientError added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionGatewayTimeout) IsCode added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionGatewayTimeout) IsRedirect added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionGatewayTimeout) IsServerError added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionGatewayTimeout) IsSuccess added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionGatewayTimeout) String added in v1.0.2

type ImageConfigurationGetLatestImageVersionInternalServerError added in v1.0.2

type ImageConfigurationGetLatestImageVersionInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationGetLatestImageVersionInternalServerError() *ImageConfigurationGetLatestImageVersionInternalServerError

NewImageConfigurationGetLatestImageVersionInternalServerError creates a ImageConfigurationGetLatestImageVersionInternalServerError with default headers values

func (*ImageConfigurationGetLatestImageVersionInternalServerError) Error added in v1.0.2

func (*ImageConfigurationGetLatestImageVersionInternalServerError) GetPayload added in v1.0.2

func (*ImageConfigurationGetLatestImageVersionInternalServerError) IsClientError added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionInternalServerError) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionInternalServerError) IsServerError added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionInternalServerError) IsSuccess added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionInternalServerError) String added in v1.0.2

type ImageConfigurationGetLatestImageVersionNotFound added in v1.0.2

type ImageConfigurationGetLatestImageVersionNotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationGetLatestImageVersionNotFound() *ImageConfigurationGetLatestImageVersionNotFound

NewImageConfigurationGetLatestImageVersionNotFound creates a ImageConfigurationGetLatestImageVersionNotFound with default headers values

func (*ImageConfigurationGetLatestImageVersionNotFound) Error added in v1.0.2

func (*ImageConfigurationGetLatestImageVersionNotFound) GetPayload added in v1.0.2

func (*ImageConfigurationGetLatestImageVersionNotFound) IsClientError added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionNotFound) IsCode added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionNotFound) IsRedirect added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionNotFound) IsServerError added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionNotFound) IsSuccess added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionNotFound) String added in v1.0.2

type ImageConfigurationGetLatestImageVersionOK added in v1.0.2

type ImageConfigurationGetLatestImageVersionOK struct {
	Payload *swagger_models.ImageConfig
}

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

A successful response.

func NewImageConfigurationGetLatestImageVersionOK added in v1.0.2

func NewImageConfigurationGetLatestImageVersionOK() *ImageConfigurationGetLatestImageVersionOK

NewImageConfigurationGetLatestImageVersionOK creates a ImageConfigurationGetLatestImageVersionOK with default headers values

func (*ImageConfigurationGetLatestImageVersionOK) Error added in v1.0.2

func (*ImageConfigurationGetLatestImageVersionOK) GetPayload added in v1.0.2

func (*ImageConfigurationGetLatestImageVersionOK) IsClientError added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionOK) IsCode added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionOK) IsRedirect added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionOK) IsServerError added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionOK) IsSuccess added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionOK) String added in v1.0.2

type ImageConfigurationGetLatestImageVersionParams added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

func NewImageConfigurationGetLatestImageVersionParamsWithContext(ctx context.Context) *ImageConfigurationGetLatestImageVersionParams

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

func NewImageConfigurationGetLatestImageVersionParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionParams) SetDefaults added in v1.0.2

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 added in v1.0.2

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

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

func (*ImageConfigurationGetLatestImageVersionParams) SetHTTPClient added in v1.0.2

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

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

func (*ImageConfigurationGetLatestImageVersionParams) SetImageArch added in v1.0.2

func (o *ImageConfigurationGetLatestImageVersionParams) SetImageArch(imageArch string)

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

func (*ImageConfigurationGetLatestImageVersionParams) SetTimeout added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionParams) SetXRequestID added in v1.0.2

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

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

func (*ImageConfigurationGetLatestImageVersionParams) WithContext added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionParams) WithDefaults added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionParams) WithHTTPClient added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionParams) WithImageArch added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionParams) WithTimeout added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionParams) WithXRequestID added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type ImageConfigurationGetLatestImageVersionReader added in v1.0.2

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

ImageConfigurationGetLatestImageVersionReader is a Reader for the ImageConfigurationGetLatestImageVersion structure.

func (*ImageConfigurationGetLatestImageVersionReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type ImageConfigurationGetLatestImageVersionUnauthorized added in v1.0.2

type ImageConfigurationGetLatestImageVersionUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationGetLatestImageVersionUnauthorized() *ImageConfigurationGetLatestImageVersionUnauthorized

NewImageConfigurationGetLatestImageVersionUnauthorized creates a ImageConfigurationGetLatestImageVersionUnauthorized with default headers values

func (*ImageConfigurationGetLatestImageVersionUnauthorized) Error added in v1.0.2

func (*ImageConfigurationGetLatestImageVersionUnauthorized) GetPayload added in v1.0.2

func (*ImageConfigurationGetLatestImageVersionUnauthorized) IsClientError added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionUnauthorized) IsCode added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionUnauthorized) IsRedirect added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionUnauthorized) IsServerError added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionUnauthorized) IsSuccess added in v1.0.2

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

func (*ImageConfigurationGetLatestImageVersionUnauthorized) String added in v1.0.2

type ImageConfigurationMarkEveImageLatest2BadRequest added in v1.0.2

type ImageConfigurationMarkEveImageLatest2BadRequest struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationMarkEveImageLatest2BadRequest() *ImageConfigurationMarkEveImageLatest2BadRequest

NewImageConfigurationMarkEveImageLatest2BadRequest creates a ImageConfigurationMarkEveImageLatest2BadRequest with default headers values

func (*ImageConfigurationMarkEveImageLatest2BadRequest) Error added in v1.0.2

func (*ImageConfigurationMarkEveImageLatest2BadRequest) GetPayload added in v1.0.2

func (*ImageConfigurationMarkEveImageLatest2BadRequest) IsClientError added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2BadRequest) IsCode added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2BadRequest) IsRedirect added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2BadRequest) IsServerError added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2BadRequest) IsSuccess added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2BadRequest) String added in v1.0.2

type ImageConfigurationMarkEveImageLatest2Body added in v1.0.2

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 *swagger_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 *swagger_models.ImageStatus `json:"imageStatus,omitempty"`

	// Image type
	// Required: true
	ImageType *swagger_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 *swagger_models.Origin `json:"originType,omitempty"`

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

	// system defined info
	// Read Only: true
	Revision *swagger_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 added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2Body) MarshalBinary added in v1.0.2

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

MarshalBinary interface implementation

func (*ImageConfigurationMarkEveImageLatest2Body) UnmarshalBinary added in v1.0.2

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

UnmarshalBinary interface implementation

func (*ImageConfigurationMarkEveImageLatest2Body) Validate added in v1.0.2

Validate validates this image configuration mark eve image latest2 body

type ImageConfigurationMarkEveImageLatest2Default added in v1.0.2

type ImageConfigurationMarkEveImageLatest2Default struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationMarkEveImageLatest2Default(code int) *ImageConfigurationMarkEveImageLatest2Default

NewImageConfigurationMarkEveImageLatest2Default creates a ImageConfigurationMarkEveImageLatest2Default with default headers values

func (*ImageConfigurationMarkEveImageLatest2Default) Code added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2Default) Error added in v1.0.2

func (*ImageConfigurationMarkEveImageLatest2Default) GetPayload added in v1.0.2

func (*ImageConfigurationMarkEveImageLatest2Default) IsClientError added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2Default) IsCode added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2Default) IsRedirect added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2Default) IsServerError added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2Default) IsSuccess added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2Default) String added in v1.0.2

type ImageConfigurationMarkEveImageLatest2Forbidden added in v1.0.2

type ImageConfigurationMarkEveImageLatest2Forbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationMarkEveImageLatest2Forbidden() *ImageConfigurationMarkEveImageLatest2Forbidden

NewImageConfigurationMarkEveImageLatest2Forbidden creates a ImageConfigurationMarkEveImageLatest2Forbidden with default headers values

func (*ImageConfigurationMarkEveImageLatest2Forbidden) Error added in v1.0.2

func (*ImageConfigurationMarkEveImageLatest2Forbidden) GetPayload added in v1.0.2

func (*ImageConfigurationMarkEveImageLatest2Forbidden) IsClientError added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2Forbidden) IsCode added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2Forbidden) IsRedirect added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2Forbidden) IsServerError added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2Forbidden) IsSuccess added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2Forbidden) String added in v1.0.2

type ImageConfigurationMarkEveImageLatest2GatewayTimeout added in v1.0.2

type ImageConfigurationMarkEveImageLatest2GatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationMarkEveImageLatest2GatewayTimeout() *ImageConfigurationMarkEveImageLatest2GatewayTimeout

NewImageConfigurationMarkEveImageLatest2GatewayTimeout creates a ImageConfigurationMarkEveImageLatest2GatewayTimeout with default headers values

func (*ImageConfigurationMarkEveImageLatest2GatewayTimeout) Error added in v1.0.2

func (*ImageConfigurationMarkEveImageLatest2GatewayTimeout) GetPayload added in v1.0.2

func (*ImageConfigurationMarkEveImageLatest2GatewayTimeout) IsClientError added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2GatewayTimeout) IsCode added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2GatewayTimeout) IsRedirect added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2GatewayTimeout) IsServerError added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2GatewayTimeout) IsSuccess added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2GatewayTimeout) String added in v1.0.2

type ImageConfigurationMarkEveImageLatest2InternalServerError added in v1.0.2

type ImageConfigurationMarkEveImageLatest2InternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationMarkEveImageLatest2InternalServerError() *ImageConfigurationMarkEveImageLatest2InternalServerError

NewImageConfigurationMarkEveImageLatest2InternalServerError creates a ImageConfigurationMarkEveImageLatest2InternalServerError with default headers values

func (*ImageConfigurationMarkEveImageLatest2InternalServerError) Error added in v1.0.2

func (*ImageConfigurationMarkEveImageLatest2InternalServerError) GetPayload added in v1.0.2

func (*ImageConfigurationMarkEveImageLatest2InternalServerError) IsClientError added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2InternalServerError) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2InternalServerError) IsServerError added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2InternalServerError) IsSuccess added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2InternalServerError) String added in v1.0.2

type ImageConfigurationMarkEveImageLatest2NotFound added in v1.0.2

type ImageConfigurationMarkEveImageLatest2NotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationMarkEveImageLatest2NotFound() *ImageConfigurationMarkEveImageLatest2NotFound

NewImageConfigurationMarkEveImageLatest2NotFound creates a ImageConfigurationMarkEveImageLatest2NotFound with default headers values

func (*ImageConfigurationMarkEveImageLatest2NotFound) Error added in v1.0.2

func (*ImageConfigurationMarkEveImageLatest2NotFound) GetPayload added in v1.0.2

func (*ImageConfigurationMarkEveImageLatest2NotFound) IsClientError added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2NotFound) IsCode added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2NotFound) IsRedirect added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2NotFound) IsServerError added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2NotFound) IsSuccess added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2NotFound) String added in v1.0.2

type ImageConfigurationMarkEveImageLatest2OK added in v1.0.2

type ImageConfigurationMarkEveImageLatest2OK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewImageConfigurationMarkEveImageLatest2OK added in v1.0.2

func NewImageConfigurationMarkEveImageLatest2OK() *ImageConfigurationMarkEveImageLatest2OK

NewImageConfigurationMarkEveImageLatest2OK creates a ImageConfigurationMarkEveImageLatest2OK with default headers values

func (*ImageConfigurationMarkEveImageLatest2OK) Error added in v1.0.2

func (*ImageConfigurationMarkEveImageLatest2OK) GetPayload added in v1.0.2

func (*ImageConfigurationMarkEveImageLatest2OK) IsClientError added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2OK) IsRedirect added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2OK) IsServerError added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2OK) String added in v1.0.2

type ImageConfigurationMarkEveImageLatest2Params added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

func NewImageConfigurationMarkEveImageLatest2ParamsWithContext(ctx context.Context) *ImageConfigurationMarkEveImageLatest2Params

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

func NewImageConfigurationMarkEveImageLatest2ParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2Params) SetContext added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2Params) SetDefaults added in v1.0.2

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 added in v1.0.2

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

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

func (*ImageConfigurationMarkEveImageLatest2Params) SetImageArch added in v1.0.2

func (o *ImageConfigurationMarkEveImageLatest2Params) SetImageArch(imageArch string)

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

func (*ImageConfigurationMarkEveImageLatest2Params) SetTimeout added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2Params) SetXRequestID added in v1.0.2

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

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

func (*ImageConfigurationMarkEveImageLatest2Params) WithBody added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2Params) WithContext added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2Params) WithDefaults added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2Params) WithImageArch added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2Params) WithTimeout added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2Params) WithXRequestID added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2Params) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type ImageConfigurationMarkEveImageLatest2Reader added in v1.0.2

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

ImageConfigurationMarkEveImageLatest2Reader is a Reader for the ImageConfigurationMarkEveImageLatest2 structure.

func (*ImageConfigurationMarkEveImageLatest2Reader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type ImageConfigurationMarkEveImageLatest2Unauthorized added in v1.0.2

type ImageConfigurationMarkEveImageLatest2Unauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationMarkEveImageLatest2Unauthorized() *ImageConfigurationMarkEveImageLatest2Unauthorized

NewImageConfigurationMarkEveImageLatest2Unauthorized creates a ImageConfigurationMarkEveImageLatest2Unauthorized with default headers values

func (*ImageConfigurationMarkEveImageLatest2Unauthorized) Error added in v1.0.2

func (*ImageConfigurationMarkEveImageLatest2Unauthorized) GetPayload added in v1.0.2

func (*ImageConfigurationMarkEveImageLatest2Unauthorized) IsClientError added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2Unauthorized) IsCode added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2Unauthorized) IsRedirect added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2Unauthorized) IsServerError added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2Unauthorized) IsSuccess added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatest2Unauthorized) String added in v1.0.2

type ImageConfigurationMarkEveImageLatestBadRequest added in v1.0.2

type ImageConfigurationMarkEveImageLatestBadRequest struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationMarkEveImageLatestBadRequest() *ImageConfigurationMarkEveImageLatestBadRequest

NewImageConfigurationMarkEveImageLatestBadRequest creates a ImageConfigurationMarkEveImageLatestBadRequest with default headers values

func (*ImageConfigurationMarkEveImageLatestBadRequest) Error added in v1.0.2

func (*ImageConfigurationMarkEveImageLatestBadRequest) GetPayload added in v1.0.2

func (*ImageConfigurationMarkEveImageLatestBadRequest) IsClientError added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestBadRequest) IsCode added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestBadRequest) IsRedirect added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestBadRequest) IsServerError added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestBadRequest) IsSuccess added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestBadRequest) String added in v1.0.2

type ImageConfigurationMarkEveImageLatestDefault added in v1.0.2

type ImageConfigurationMarkEveImageLatestDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationMarkEveImageLatestDefault(code int) *ImageConfigurationMarkEveImageLatestDefault

NewImageConfigurationMarkEveImageLatestDefault creates a ImageConfigurationMarkEveImageLatestDefault with default headers values

func (*ImageConfigurationMarkEveImageLatestDefault) Code added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestDefault) Error added in v1.0.2

func (*ImageConfigurationMarkEveImageLatestDefault) GetPayload added in v1.0.2

func (*ImageConfigurationMarkEveImageLatestDefault) IsClientError added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestDefault) IsCode added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestDefault) IsRedirect added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestDefault) IsServerError added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestDefault) IsSuccess added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestDefault) String added in v1.0.2

type ImageConfigurationMarkEveImageLatestForbidden added in v1.0.2

type ImageConfigurationMarkEveImageLatestForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationMarkEveImageLatestForbidden() *ImageConfigurationMarkEveImageLatestForbidden

NewImageConfigurationMarkEveImageLatestForbidden creates a ImageConfigurationMarkEveImageLatestForbidden with default headers values

func (*ImageConfigurationMarkEveImageLatestForbidden) Error added in v1.0.2

func (*ImageConfigurationMarkEveImageLatestForbidden) GetPayload added in v1.0.2

func (*ImageConfigurationMarkEveImageLatestForbidden) IsClientError added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestForbidden) IsCode added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestForbidden) IsRedirect added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestForbidden) IsServerError added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestForbidden) IsSuccess added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestForbidden) String added in v1.0.2

type ImageConfigurationMarkEveImageLatestGatewayTimeout added in v1.0.2

type ImageConfigurationMarkEveImageLatestGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationMarkEveImageLatestGatewayTimeout() *ImageConfigurationMarkEveImageLatestGatewayTimeout

NewImageConfigurationMarkEveImageLatestGatewayTimeout creates a ImageConfigurationMarkEveImageLatestGatewayTimeout with default headers values

func (*ImageConfigurationMarkEveImageLatestGatewayTimeout) Error added in v1.0.2

func (*ImageConfigurationMarkEveImageLatestGatewayTimeout) GetPayload added in v1.0.2

func (*ImageConfigurationMarkEveImageLatestGatewayTimeout) IsClientError added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestGatewayTimeout) IsCode added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestGatewayTimeout) IsRedirect added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestGatewayTimeout) IsServerError added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestGatewayTimeout) IsSuccess added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestGatewayTimeout) String added in v1.0.2

type ImageConfigurationMarkEveImageLatestInternalServerError added in v1.0.2

type ImageConfigurationMarkEveImageLatestInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationMarkEveImageLatestInternalServerError() *ImageConfigurationMarkEveImageLatestInternalServerError

NewImageConfigurationMarkEveImageLatestInternalServerError creates a ImageConfigurationMarkEveImageLatestInternalServerError with default headers values

func (*ImageConfigurationMarkEveImageLatestInternalServerError) Error added in v1.0.2

func (*ImageConfigurationMarkEveImageLatestInternalServerError) GetPayload added in v1.0.2

func (*ImageConfigurationMarkEveImageLatestInternalServerError) IsClientError added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestInternalServerError) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestInternalServerError) IsServerError added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestInternalServerError) IsSuccess added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestInternalServerError) String added in v1.0.2

type ImageConfigurationMarkEveImageLatestNotFound added in v1.0.2

type ImageConfigurationMarkEveImageLatestNotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationMarkEveImageLatestNotFound() *ImageConfigurationMarkEveImageLatestNotFound

NewImageConfigurationMarkEveImageLatestNotFound creates a ImageConfigurationMarkEveImageLatestNotFound with default headers values

func (*ImageConfigurationMarkEveImageLatestNotFound) Error added in v1.0.2

func (*ImageConfigurationMarkEveImageLatestNotFound) GetPayload added in v1.0.2

func (*ImageConfigurationMarkEveImageLatestNotFound) IsClientError added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestNotFound) IsCode added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestNotFound) IsRedirect added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestNotFound) IsServerError added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestNotFound) IsSuccess added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestNotFound) String added in v1.0.2

type ImageConfigurationMarkEveImageLatestOK added in v1.0.2

type ImageConfigurationMarkEveImageLatestOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewImageConfigurationMarkEveImageLatestOK added in v1.0.2

func NewImageConfigurationMarkEveImageLatestOK() *ImageConfigurationMarkEveImageLatestOK

NewImageConfigurationMarkEveImageLatestOK creates a ImageConfigurationMarkEveImageLatestOK with default headers values

func (*ImageConfigurationMarkEveImageLatestOK) Error added in v1.0.2

func (*ImageConfigurationMarkEveImageLatestOK) GetPayload added in v1.0.2

func (*ImageConfigurationMarkEveImageLatestOK) IsClientError added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestOK) IsRedirect added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestOK) IsServerError added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestOK) String added in v1.0.2

type ImageConfigurationMarkEveImageLatestParams added in v1.0.2

type ImageConfigurationMarkEveImageLatestParams struct {

	/* XRequestID.

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

	// Body.
	Body *swagger_models.ImageConfig

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

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 added in v1.0.2

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 added in v1.0.2

func NewImageConfigurationMarkEveImageLatestParamsWithContext(ctx context.Context) *ImageConfigurationMarkEveImageLatestParams

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

func NewImageConfigurationMarkEveImageLatestParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestParams) SetContext added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestParams) SetDefaults added in v1.0.2

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 added in v1.0.2

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

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

func (*ImageConfigurationMarkEveImageLatestParams) SetTimeout added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestParams) SetXRequestID added in v1.0.2

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

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

func (*ImageConfigurationMarkEveImageLatestParams) WithBody added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestParams) WithContext added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestParams) WithDefaults added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestParams) WithTimeout added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestParams) WithXRequestID added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type ImageConfigurationMarkEveImageLatestReader added in v1.0.2

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

ImageConfigurationMarkEveImageLatestReader is a Reader for the ImageConfigurationMarkEveImageLatest structure.

func (*ImageConfigurationMarkEveImageLatestReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type ImageConfigurationMarkEveImageLatestUnauthorized added in v1.0.2

type ImageConfigurationMarkEveImageLatestUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationMarkEveImageLatestUnauthorized() *ImageConfigurationMarkEveImageLatestUnauthorized

NewImageConfigurationMarkEveImageLatestUnauthorized creates a ImageConfigurationMarkEveImageLatestUnauthorized with default headers values

func (*ImageConfigurationMarkEveImageLatestUnauthorized) Error added in v1.0.2

func (*ImageConfigurationMarkEveImageLatestUnauthorized) GetPayload added in v1.0.2

func (*ImageConfigurationMarkEveImageLatestUnauthorized) IsClientError added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestUnauthorized) IsCode added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestUnauthorized) IsRedirect added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestUnauthorized) IsServerError added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestUnauthorized) IsSuccess added in v1.0.2

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

func (*ImageConfigurationMarkEveImageLatestUnauthorized) String added in v1.0.2

type ImageConfigurationQueryImageProjectListBadRequest added in v1.0.2

type ImageConfigurationQueryImageProjectListBadRequest struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationQueryImageProjectListBadRequest() *ImageConfigurationQueryImageProjectListBadRequest

NewImageConfigurationQueryImageProjectListBadRequest creates a ImageConfigurationQueryImageProjectListBadRequest with default headers values

func (*ImageConfigurationQueryImageProjectListBadRequest) Error added in v1.0.2

func (*ImageConfigurationQueryImageProjectListBadRequest) GetPayload added in v1.0.2

func (*ImageConfigurationQueryImageProjectListBadRequest) IsClientError added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListBadRequest) IsCode added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListBadRequest) IsRedirect added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListBadRequest) IsServerError added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListBadRequest) IsSuccess added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListBadRequest) String added in v1.0.2

type ImageConfigurationQueryImageProjectListDefault added in v1.0.2

type ImageConfigurationQueryImageProjectListDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationQueryImageProjectListDefault(code int) *ImageConfigurationQueryImageProjectListDefault

NewImageConfigurationQueryImageProjectListDefault creates a ImageConfigurationQueryImageProjectListDefault with default headers values

func (*ImageConfigurationQueryImageProjectListDefault) Code added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListDefault) Error added in v1.0.2

func (*ImageConfigurationQueryImageProjectListDefault) GetPayload added in v1.0.2

func (*ImageConfigurationQueryImageProjectListDefault) IsClientError added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListDefault) IsCode added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListDefault) IsRedirect added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListDefault) IsServerError added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListDefault) IsSuccess added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListDefault) String added in v1.0.2

type ImageConfigurationQueryImageProjectListForbidden added in v1.0.2

type ImageConfigurationQueryImageProjectListForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationQueryImageProjectListForbidden() *ImageConfigurationQueryImageProjectListForbidden

NewImageConfigurationQueryImageProjectListForbidden creates a ImageConfigurationQueryImageProjectListForbidden with default headers values

func (*ImageConfigurationQueryImageProjectListForbidden) Error added in v1.0.2

func (*ImageConfigurationQueryImageProjectListForbidden) GetPayload added in v1.0.2

func (*ImageConfigurationQueryImageProjectListForbidden) IsClientError added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListForbidden) IsCode added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListForbidden) IsRedirect added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListForbidden) IsServerError added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListForbidden) IsSuccess added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListForbidden) String added in v1.0.2

type ImageConfigurationQueryImageProjectListGatewayTimeout added in v1.0.2

type ImageConfigurationQueryImageProjectListGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationQueryImageProjectListGatewayTimeout() *ImageConfigurationQueryImageProjectListGatewayTimeout

NewImageConfigurationQueryImageProjectListGatewayTimeout creates a ImageConfigurationQueryImageProjectListGatewayTimeout with default headers values

func (*ImageConfigurationQueryImageProjectListGatewayTimeout) Error added in v1.0.2

func (*ImageConfigurationQueryImageProjectListGatewayTimeout) GetPayload added in v1.0.2

func (*ImageConfigurationQueryImageProjectListGatewayTimeout) IsClientError added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListGatewayTimeout) IsCode added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListGatewayTimeout) IsRedirect added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListGatewayTimeout) IsServerError added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListGatewayTimeout) IsSuccess added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListGatewayTimeout) String added in v1.0.2

type ImageConfigurationQueryImageProjectListInternalServerError added in v1.0.2

type ImageConfigurationQueryImageProjectListInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationQueryImageProjectListInternalServerError() *ImageConfigurationQueryImageProjectListInternalServerError

NewImageConfigurationQueryImageProjectListInternalServerError creates a ImageConfigurationQueryImageProjectListInternalServerError with default headers values

func (*ImageConfigurationQueryImageProjectListInternalServerError) Error added in v1.0.2

func (*ImageConfigurationQueryImageProjectListInternalServerError) GetPayload added in v1.0.2

func (*ImageConfigurationQueryImageProjectListInternalServerError) IsClientError added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListInternalServerError) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListInternalServerError) IsServerError added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListInternalServerError) IsSuccess added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListInternalServerError) String added in v1.0.2

type ImageConfigurationQueryImageProjectListOK added in v1.0.2

type ImageConfigurationQueryImageProjectListOK struct {
	Payload *swagger_models.ImageProjectList
}

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

A successful response.

func NewImageConfigurationQueryImageProjectListOK added in v1.0.2

func NewImageConfigurationQueryImageProjectListOK() *ImageConfigurationQueryImageProjectListOK

NewImageConfigurationQueryImageProjectListOK creates a ImageConfigurationQueryImageProjectListOK with default headers values

func (*ImageConfigurationQueryImageProjectListOK) Error added in v1.0.2

func (*ImageConfigurationQueryImageProjectListOK) GetPayload added in v1.0.2

func (*ImageConfigurationQueryImageProjectListOK) IsClientError added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListOK) IsCode added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListOK) IsRedirect added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListOK) IsServerError added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListOK) IsSuccess added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListOK) String added in v1.0.2

type ImageConfigurationQueryImageProjectListParams added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

func NewImageConfigurationQueryImageProjectListParamsWithContext(ctx context.Context) *ImageConfigurationQueryImageProjectListParams

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

func NewImageConfigurationQueryImageProjectListParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListParams) SetDefaults added in v1.0.2

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 added in v1.0.2

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

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

func (*ImageConfigurationQueryImageProjectListParams) SetIds added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListParams) SetNextOrderBy added in v1.0.2

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

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

func (*ImageConfigurationQueryImageProjectListParams) SetNextPageNum added in v1.0.2

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

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

func (*ImageConfigurationQueryImageProjectListParams) SetNextPageSize added in v1.0.2

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

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

func (*ImageConfigurationQueryImageProjectListParams) SetNextPageToken added in v1.0.2

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

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

func (*ImageConfigurationQueryImageProjectListParams) SetNextTotalPages added in v1.0.2

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

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

func (*ImageConfigurationQueryImageProjectListParams) SetTimeout added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListParams) SetXRequestID added in v1.0.2

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

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

func (*ImageConfigurationQueryImageProjectListParams) WithContext added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListParams) WithDefaults added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListParams) WithIds added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListParams) WithNextOrderBy added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListParams) WithNextPageNum added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListParams) WithNextPageSize added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListParams) WithNextPageToken added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListParams) WithNextTotalPages added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListParams) WithTimeout added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListParams) WithXRequestID added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type ImageConfigurationQueryImageProjectListReader added in v1.0.2

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

ImageConfigurationQueryImageProjectListReader is a Reader for the ImageConfigurationQueryImageProjectList structure.

func (*ImageConfigurationQueryImageProjectListReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type ImageConfigurationQueryImageProjectListUnauthorized added in v1.0.2

type ImageConfigurationQueryImageProjectListUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationQueryImageProjectListUnauthorized() *ImageConfigurationQueryImageProjectListUnauthorized

NewImageConfigurationQueryImageProjectListUnauthorized creates a ImageConfigurationQueryImageProjectListUnauthorized with default headers values

func (*ImageConfigurationQueryImageProjectListUnauthorized) Error added in v1.0.2

func (*ImageConfigurationQueryImageProjectListUnauthorized) GetPayload added in v1.0.2

func (*ImageConfigurationQueryImageProjectListUnauthorized) IsClientError added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListUnauthorized) IsCode added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListUnauthorized) IsRedirect added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListUnauthorized) IsServerError added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListUnauthorized) IsSuccess added in v1.0.2

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

func (*ImageConfigurationQueryImageProjectListUnauthorized) String added in v1.0.2

type ImageConfigurationQueryImagesBadRequest added in v1.0.2

type ImageConfigurationQueryImagesBadRequest struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationQueryImagesBadRequest() *ImageConfigurationQueryImagesBadRequest

NewImageConfigurationQueryImagesBadRequest creates a ImageConfigurationQueryImagesBadRequest with default headers values

func (*ImageConfigurationQueryImagesBadRequest) Error added in v1.0.2

func (*ImageConfigurationQueryImagesBadRequest) GetPayload added in v1.0.2

func (*ImageConfigurationQueryImagesBadRequest) IsClientError added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationQueryImagesBadRequest) IsRedirect added in v1.0.2

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

func (*ImageConfigurationQueryImagesBadRequest) IsServerError added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationQueryImagesBadRequest) String added in v1.0.2

type ImageConfigurationQueryImagesDefault added in v1.0.2

type ImageConfigurationQueryImagesDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationQueryImagesDefault(code int) *ImageConfigurationQueryImagesDefault

NewImageConfigurationQueryImagesDefault creates a ImageConfigurationQueryImagesDefault with default headers values

func (*ImageConfigurationQueryImagesDefault) Code added in v1.0.2

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

func (*ImageConfigurationQueryImagesDefault) Error added in v1.0.2

func (*ImageConfigurationQueryImagesDefault) GetPayload added in v1.0.2

func (*ImageConfigurationQueryImagesDefault) IsClientError added in v1.0.2

func (o *ImageConfigurationQueryImagesDefault) IsClientError() bool

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

func (*ImageConfigurationQueryImagesDefault) IsCode added in v1.0.2

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

func (*ImageConfigurationQueryImagesDefault) IsRedirect added in v1.0.2

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

func (*ImageConfigurationQueryImagesDefault) IsServerError added in v1.0.2

func (o *ImageConfigurationQueryImagesDefault) IsServerError() bool

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

func (*ImageConfigurationQueryImagesDefault) IsSuccess added in v1.0.2

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

func (*ImageConfigurationQueryImagesDefault) String added in v1.0.2

type ImageConfigurationQueryImagesForbidden added in v1.0.2

type ImageConfigurationQueryImagesForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationQueryImagesForbidden() *ImageConfigurationQueryImagesForbidden

NewImageConfigurationQueryImagesForbidden creates a ImageConfigurationQueryImagesForbidden with default headers values

func (*ImageConfigurationQueryImagesForbidden) Error added in v1.0.2

func (*ImageConfigurationQueryImagesForbidden) GetPayload added in v1.0.2

func (*ImageConfigurationQueryImagesForbidden) IsClientError added in v1.0.2

func (o *ImageConfigurationQueryImagesForbidden) IsClientError() bool

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

func (*ImageConfigurationQueryImagesForbidden) IsCode added in v1.0.2

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

func (*ImageConfigurationQueryImagesForbidden) IsRedirect added in v1.0.2

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

func (*ImageConfigurationQueryImagesForbidden) IsServerError added in v1.0.2

func (o *ImageConfigurationQueryImagesForbidden) IsServerError() bool

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

func (*ImageConfigurationQueryImagesForbidden) IsSuccess added in v1.0.2

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

func (*ImageConfigurationQueryImagesForbidden) String added in v1.0.2

type ImageConfigurationQueryImagesGatewayTimeout added in v1.0.2

type ImageConfigurationQueryImagesGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationQueryImagesGatewayTimeout() *ImageConfigurationQueryImagesGatewayTimeout

NewImageConfigurationQueryImagesGatewayTimeout creates a ImageConfigurationQueryImagesGatewayTimeout with default headers values

func (*ImageConfigurationQueryImagesGatewayTimeout) Error added in v1.0.2

func (*ImageConfigurationQueryImagesGatewayTimeout) GetPayload added in v1.0.2

func (*ImageConfigurationQueryImagesGatewayTimeout) IsClientError added in v1.0.2

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

func (*ImageConfigurationQueryImagesGatewayTimeout) IsCode added in v1.0.2

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

func (*ImageConfigurationQueryImagesGatewayTimeout) IsRedirect added in v1.0.2

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

func (*ImageConfigurationQueryImagesGatewayTimeout) IsServerError added in v1.0.2

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

func (*ImageConfigurationQueryImagesGatewayTimeout) IsSuccess added in v1.0.2

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

func (*ImageConfigurationQueryImagesGatewayTimeout) String added in v1.0.2

type ImageConfigurationQueryImagesInternalServerError added in v1.0.2

type ImageConfigurationQueryImagesInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationQueryImagesInternalServerError() *ImageConfigurationQueryImagesInternalServerError

NewImageConfigurationQueryImagesInternalServerError creates a ImageConfigurationQueryImagesInternalServerError with default headers values

func (*ImageConfigurationQueryImagesInternalServerError) Error added in v1.0.2

func (*ImageConfigurationQueryImagesInternalServerError) GetPayload added in v1.0.2

func (*ImageConfigurationQueryImagesInternalServerError) IsClientError added in v1.0.2

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

func (*ImageConfigurationQueryImagesInternalServerError) IsCode added in v1.0.2

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

func (*ImageConfigurationQueryImagesInternalServerError) IsRedirect added in v1.0.2

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

func (*ImageConfigurationQueryImagesInternalServerError) IsServerError added in v1.0.2

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

func (*ImageConfigurationQueryImagesInternalServerError) IsSuccess added in v1.0.2

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

func (*ImageConfigurationQueryImagesInternalServerError) String added in v1.0.2

type ImageConfigurationQueryImagesOK added in v1.0.2

type ImageConfigurationQueryImagesOK struct {
	Payload *swagger_models.Images
}

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

A successful response.

func NewImageConfigurationQueryImagesOK added in v1.0.2

func NewImageConfigurationQueryImagesOK() *ImageConfigurationQueryImagesOK

NewImageConfigurationQueryImagesOK creates a ImageConfigurationQueryImagesOK with default headers values

func (*ImageConfigurationQueryImagesOK) Error added in v1.0.2

func (*ImageConfigurationQueryImagesOK) GetPayload added in v1.0.2

func (*ImageConfigurationQueryImagesOK) IsClientError added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

type ImageConfigurationQueryImagesParams added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

func NewImageConfigurationQueryImagesParamsWithContext(ctx context.Context) *ImageConfigurationQueryImagesParams

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

func NewImageConfigurationQueryImagesParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

SetContext adds the context to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) SetDefaults added in v1.0.2

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 added in v1.0.2

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

SetFilterDatastoreID adds the filterDatastoreId to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) SetFilterImageArch added in v1.0.2

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

SetFilterImageArch adds the filterImageArch to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) SetFilterImageStatus added in v1.0.2

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

SetFilterImageStatus adds the filterImageStatus to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) SetFilterImageType added in v1.0.2

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

SetFilterImageType adds the filterImageType to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) SetFilterNamePattern added in v1.0.2

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

SetFilterNamePattern adds the filterNamePattern to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) SetNextOrderBy added in v1.0.2

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

SetNextOrderBy adds the nextOrderBy to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) SetNextPageNum added in v1.0.2

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

SetNextPageNum adds the nextPageNum to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) SetNextPageSize added in v1.0.2

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

SetNextPageSize adds the nextPageSize to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) SetNextPageToken added in v1.0.2

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

SetNextPageToken adds the nextPageToken to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) SetNextTotalPages added in v1.0.2

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

SetNextTotalPages adds the nextTotalPages to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) SetSummary added in v1.0.2

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

SetSummary adds the summary to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithContext added in v1.0.2

WithContext adds the context to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithDefaults added in v1.0.2

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 added in v1.0.2

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

WithFilterDatastoreID adds the filterDatastoreID to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithFilterImageArch added in v1.0.2

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

WithFilterImageArch adds the filterImageArch to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithFilterImageStatus added in v1.0.2

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

WithFilterImageStatus adds the filterImageStatus to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithFilterImageType added in v1.0.2

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

WithFilterImageType adds the filterImageType to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithFilterNamePattern added in v1.0.2

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

WithFilterNamePattern adds the filterNamePattern to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithNextOrderBy added in v1.0.2

WithNextOrderBy adds the nextOrderBy to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithNextPageNum added in v1.0.2

WithNextPageNum adds the nextPageNum to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithNextPageSize added in v1.0.2

WithNextPageSize adds the nextPageSize to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithNextPageToken added in v1.0.2

WithNextPageToken adds the nextPageToken to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithNextTotalPages added in v1.0.2

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

WithNextTotalPages adds the nextTotalPages to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithSummary added in v1.0.2

WithSummary adds the summary to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the image configuration query images params

func (*ImageConfigurationQueryImagesParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type ImageConfigurationQueryImagesReader added in v1.0.2

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

ImageConfigurationQueryImagesReader is a Reader for the ImageConfigurationQueryImages structure.

func (*ImageConfigurationQueryImagesReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type ImageConfigurationQueryImagesUnauthorized added in v1.0.2

type ImageConfigurationQueryImagesUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationQueryImagesUnauthorized() *ImageConfigurationQueryImagesUnauthorized

NewImageConfigurationQueryImagesUnauthorized creates a ImageConfigurationQueryImagesUnauthorized with default headers values

func (*ImageConfigurationQueryImagesUnauthorized) Error added in v1.0.2

func (*ImageConfigurationQueryImagesUnauthorized) GetPayload added in v1.0.2

func (*ImageConfigurationQueryImagesUnauthorized) IsClientError added in v1.0.2

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

func (*ImageConfigurationQueryImagesUnauthorized) IsCode added in v1.0.2

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

func (*ImageConfigurationQueryImagesUnauthorized) IsRedirect added in v1.0.2

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

func (*ImageConfigurationQueryImagesUnauthorized) IsServerError added in v1.0.2

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

func (*ImageConfigurationQueryImagesUnauthorized) IsSuccess added in v1.0.2

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

func (*ImageConfigurationQueryImagesUnauthorized) String added in v1.0.2

type ImageConfigurationQueryLatestImageVersionsBadRequest added in v1.0.2

type ImageConfigurationQueryLatestImageVersionsBadRequest struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationQueryLatestImageVersionsBadRequest() *ImageConfigurationQueryLatestImageVersionsBadRequest

NewImageConfigurationQueryLatestImageVersionsBadRequest creates a ImageConfigurationQueryLatestImageVersionsBadRequest with default headers values

func (*ImageConfigurationQueryLatestImageVersionsBadRequest) Error added in v1.0.2

func (*ImageConfigurationQueryLatestImageVersionsBadRequest) GetPayload added in v1.0.2

func (*ImageConfigurationQueryLatestImageVersionsBadRequest) IsClientError added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsBadRequest) IsCode added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsBadRequest) IsRedirect added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsBadRequest) IsServerError added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsBadRequest) IsSuccess added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsBadRequest) String added in v1.0.2

type ImageConfigurationQueryLatestImageVersionsDefault added in v1.0.2

type ImageConfigurationQueryLatestImageVersionsDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationQueryLatestImageVersionsDefault(code int) *ImageConfigurationQueryLatestImageVersionsDefault

NewImageConfigurationQueryLatestImageVersionsDefault creates a ImageConfigurationQueryLatestImageVersionsDefault with default headers values

func (*ImageConfigurationQueryLatestImageVersionsDefault) Code added in v1.0.2

Code gets the status code for the image configuration query latest image versions default response

func (*ImageConfigurationQueryLatestImageVersionsDefault) Error added in v1.0.2

func (*ImageConfigurationQueryLatestImageVersionsDefault) GetPayload added in v1.0.2

func (*ImageConfigurationQueryLatestImageVersionsDefault) IsClientError added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsDefault) IsCode added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsDefault) IsRedirect added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsDefault) IsServerError added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsDefault) IsSuccess added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsDefault) String added in v1.0.2

type ImageConfigurationQueryLatestImageVersionsForbidden added in v1.0.2

type ImageConfigurationQueryLatestImageVersionsForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationQueryLatestImageVersionsForbidden() *ImageConfigurationQueryLatestImageVersionsForbidden

NewImageConfigurationQueryLatestImageVersionsForbidden creates a ImageConfigurationQueryLatestImageVersionsForbidden with default headers values

func (*ImageConfigurationQueryLatestImageVersionsForbidden) Error added in v1.0.2

func (*ImageConfigurationQueryLatestImageVersionsForbidden) GetPayload added in v1.0.2

func (*ImageConfigurationQueryLatestImageVersionsForbidden) IsClientError added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsForbidden) IsCode added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsForbidden) IsRedirect added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsForbidden) IsServerError added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsForbidden) IsSuccess added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsForbidden) String added in v1.0.2

type ImageConfigurationQueryLatestImageVersionsGatewayTimeout added in v1.0.2

type ImageConfigurationQueryLatestImageVersionsGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationQueryLatestImageVersionsGatewayTimeout() *ImageConfigurationQueryLatestImageVersionsGatewayTimeout

NewImageConfigurationQueryLatestImageVersionsGatewayTimeout creates a ImageConfigurationQueryLatestImageVersionsGatewayTimeout with default headers values

func (*ImageConfigurationQueryLatestImageVersionsGatewayTimeout) Error added in v1.0.2

func (*ImageConfigurationQueryLatestImageVersionsGatewayTimeout) GetPayload added in v1.0.2

func (*ImageConfigurationQueryLatestImageVersionsGatewayTimeout) IsClientError added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsGatewayTimeout) IsCode added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsGatewayTimeout) IsRedirect added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsGatewayTimeout) IsServerError added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsGatewayTimeout) IsSuccess added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsGatewayTimeout) String added in v1.0.2

type ImageConfigurationQueryLatestImageVersionsInternalServerError added in v1.0.2

type ImageConfigurationQueryLatestImageVersionsInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationQueryLatestImageVersionsInternalServerError() *ImageConfigurationQueryLatestImageVersionsInternalServerError

NewImageConfigurationQueryLatestImageVersionsInternalServerError creates a ImageConfigurationQueryLatestImageVersionsInternalServerError with default headers values

func (*ImageConfigurationQueryLatestImageVersionsInternalServerError) Error added in v1.0.2

func (*ImageConfigurationQueryLatestImageVersionsInternalServerError) GetPayload added in v1.0.2

func (*ImageConfigurationQueryLatestImageVersionsInternalServerError) IsClientError added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsInternalServerError) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsInternalServerError) IsServerError added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsInternalServerError) IsSuccess added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsInternalServerError) String added in v1.0.2

type ImageConfigurationQueryLatestImageVersionsOK added in v1.0.2

type ImageConfigurationQueryLatestImageVersionsOK struct {
	Payload *swagger_models.Images
}

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

A successful response.

func NewImageConfigurationQueryLatestImageVersionsOK added in v1.0.2

func NewImageConfigurationQueryLatestImageVersionsOK() *ImageConfigurationQueryLatestImageVersionsOK

NewImageConfigurationQueryLatestImageVersionsOK creates a ImageConfigurationQueryLatestImageVersionsOK with default headers values

func (*ImageConfigurationQueryLatestImageVersionsOK) Error added in v1.0.2

func (*ImageConfigurationQueryLatestImageVersionsOK) GetPayload added in v1.0.2

func (*ImageConfigurationQueryLatestImageVersionsOK) IsClientError added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsOK) IsCode added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsOK) IsRedirect added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsOK) IsServerError added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsOK) IsSuccess added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsOK) String added in v1.0.2

type ImageConfigurationQueryLatestImageVersionsParams added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

func NewImageConfigurationQueryLatestImageVersionsParamsWithContext(ctx context.Context) *ImageConfigurationQueryLatestImageVersionsParams

NewImageConfigurationQueryLatestImageVersionsParamsWithContext creates a new ImageConfigurationQueryLatestImageVersionsParams object with the ability to set a context for a request.

func NewImageConfigurationQueryLatestImageVersionsParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

SetContext adds the context to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) SetDefaults added in v1.0.2

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 added in v1.0.2

SetFields adds the fields to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) SetFilterNamePattern added in v1.0.2

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

SetFilterNamePattern adds the filterNamePattern to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) SetNextOrderBy added in v1.0.2

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

SetNextOrderBy adds the nextOrderBy to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) SetNextPageNum added in v1.0.2

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

SetNextPageNum adds the nextPageNum to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) SetNextPageSize added in v1.0.2

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

SetNextPageSize adds the nextPageSize to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) SetNextPageToken added in v1.0.2

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

SetNextPageToken adds the nextPageToken to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) SetNextTotalPages added in v1.0.2

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

SetNextTotalPages adds the nextTotalPages to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) SetSummary added in v1.0.2

SetSummary adds the summary to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) WithContext added in v1.0.2

WithContext adds the context to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) WithDefaults added in v1.0.2

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 added in v1.0.2

WithFields adds the fields to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) WithFilterNamePattern added in v1.0.2

WithFilterNamePattern adds the filterNamePattern to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) WithNextOrderBy added in v1.0.2

WithNextOrderBy adds the nextOrderBy to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) WithNextPageNum added in v1.0.2

WithNextPageNum adds the nextPageNum to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) WithNextPageSize added in v1.0.2

WithNextPageSize adds the nextPageSize to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) WithNextPageToken added in v1.0.2

WithNextPageToken adds the nextPageToken to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) WithNextTotalPages added in v1.0.2

WithNextTotalPages adds the nextTotalPages to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) WithSummary added in v1.0.2

WithSummary adds the summary to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the image configuration query latest image versions params

func (*ImageConfigurationQueryLatestImageVersionsParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type ImageConfigurationQueryLatestImageVersionsReader added in v1.0.2

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

ImageConfigurationQueryLatestImageVersionsReader is a Reader for the ImageConfigurationQueryLatestImageVersions structure.

func (*ImageConfigurationQueryLatestImageVersionsReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type ImageConfigurationQueryLatestImageVersionsUnauthorized added in v1.0.2

type ImageConfigurationQueryLatestImageVersionsUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationQueryLatestImageVersionsUnauthorized() *ImageConfigurationQueryLatestImageVersionsUnauthorized

NewImageConfigurationQueryLatestImageVersionsUnauthorized creates a ImageConfigurationQueryLatestImageVersionsUnauthorized with default headers values

func (*ImageConfigurationQueryLatestImageVersionsUnauthorized) Error added in v1.0.2

func (*ImageConfigurationQueryLatestImageVersionsUnauthorized) GetPayload added in v1.0.2

func (*ImageConfigurationQueryLatestImageVersionsUnauthorized) IsClientError added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsUnauthorized) IsCode added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsUnauthorized) IsRedirect added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsUnauthorized) IsServerError added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsUnauthorized) IsSuccess added in v1.0.2

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

func (*ImageConfigurationQueryLatestImageVersionsUnauthorized) String added in v1.0.2

type ImageConfigurationUpdateImageBadRequest added in v1.0.2

type ImageConfigurationUpdateImageBadRequest struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUpdateImageBadRequest() *ImageConfigurationUpdateImageBadRequest

NewImageConfigurationUpdateImageBadRequest creates a ImageConfigurationUpdateImageBadRequest with default headers values

func (*ImageConfigurationUpdateImageBadRequest) Error added in v1.0.2

func (*ImageConfigurationUpdateImageBadRequest) GetPayload added in v1.0.2

func (*ImageConfigurationUpdateImageBadRequest) IsClientError added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationUpdateImageBadRequest) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUpdateImageBadRequest) IsServerError added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationUpdateImageBadRequest) String added in v1.0.2

type ImageConfigurationUpdateImageBody added in v1.0.2

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 *swagger_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 *swagger_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 *swagger_models.ImageStatus `json:"imageStatus,omitempty"`

	// Image type
	// Required: true
	ImageType *swagger_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 *swagger_models.Origin `json:"originType,omitempty"`

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

	// system defined info
	// Read Only: true
	Revision *swagger_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 added in v1.0.2

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 added in v1.0.2

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

MarshalBinary interface implementation

func (*ImageConfigurationUpdateImageBody) UnmarshalBinary added in v1.0.2

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

UnmarshalBinary interface implementation

func (*ImageConfigurationUpdateImageBody) Validate added in v1.0.2

Validate validates this image configuration update image body

type ImageConfigurationUpdateImageConflict added in v1.0.2

type ImageConfigurationUpdateImageConflict struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUpdateImageConflict() *ImageConfigurationUpdateImageConflict

NewImageConfigurationUpdateImageConflict creates a ImageConfigurationUpdateImageConflict with default headers values

func (*ImageConfigurationUpdateImageConflict) Error added in v1.0.2

func (*ImageConfigurationUpdateImageConflict) GetPayload added in v1.0.2

func (*ImageConfigurationUpdateImageConflict) IsClientError added in v1.0.2

func (o *ImageConfigurationUpdateImageConflict) IsClientError() bool

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

func (*ImageConfigurationUpdateImageConflict) IsCode added in v1.0.2

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

func (*ImageConfigurationUpdateImageConflict) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUpdateImageConflict) IsServerError added in v1.0.2

func (o *ImageConfigurationUpdateImageConflict) IsServerError() bool

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

func (*ImageConfigurationUpdateImageConflict) IsSuccess added in v1.0.2

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

func (*ImageConfigurationUpdateImageConflict) String added in v1.0.2

type ImageConfigurationUpdateImageDefault added in v1.0.2

type ImageConfigurationUpdateImageDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUpdateImageDefault(code int) *ImageConfigurationUpdateImageDefault

NewImageConfigurationUpdateImageDefault creates a ImageConfigurationUpdateImageDefault with default headers values

func (*ImageConfigurationUpdateImageDefault) Code added in v1.0.2

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

func (*ImageConfigurationUpdateImageDefault) Error added in v1.0.2

func (*ImageConfigurationUpdateImageDefault) GetPayload added in v1.0.2

func (*ImageConfigurationUpdateImageDefault) IsClientError added in v1.0.2

func (o *ImageConfigurationUpdateImageDefault) IsClientError() bool

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

func (*ImageConfigurationUpdateImageDefault) IsCode added in v1.0.2

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

func (*ImageConfigurationUpdateImageDefault) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUpdateImageDefault) IsServerError added in v1.0.2

func (o *ImageConfigurationUpdateImageDefault) IsServerError() bool

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

func (*ImageConfigurationUpdateImageDefault) IsSuccess added in v1.0.2

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

func (*ImageConfigurationUpdateImageDefault) String added in v1.0.2

type ImageConfigurationUpdateImageForbidden added in v1.0.2

type ImageConfigurationUpdateImageForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUpdateImageForbidden() *ImageConfigurationUpdateImageForbidden

NewImageConfigurationUpdateImageForbidden creates a ImageConfigurationUpdateImageForbidden with default headers values

func (*ImageConfigurationUpdateImageForbidden) Error added in v1.0.2

func (*ImageConfigurationUpdateImageForbidden) GetPayload added in v1.0.2

func (*ImageConfigurationUpdateImageForbidden) IsClientError added in v1.0.2

func (o *ImageConfigurationUpdateImageForbidden) IsClientError() bool

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

func (*ImageConfigurationUpdateImageForbidden) IsCode added in v1.0.2

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

func (*ImageConfigurationUpdateImageForbidden) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUpdateImageForbidden) IsServerError added in v1.0.2

func (o *ImageConfigurationUpdateImageForbidden) IsServerError() bool

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

func (*ImageConfigurationUpdateImageForbidden) IsSuccess added in v1.0.2

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

func (*ImageConfigurationUpdateImageForbidden) String added in v1.0.2

type ImageConfigurationUpdateImageGatewayTimeout added in v1.0.2

type ImageConfigurationUpdateImageGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUpdateImageGatewayTimeout() *ImageConfigurationUpdateImageGatewayTimeout

NewImageConfigurationUpdateImageGatewayTimeout creates a ImageConfigurationUpdateImageGatewayTimeout with default headers values

func (*ImageConfigurationUpdateImageGatewayTimeout) Error added in v1.0.2

func (*ImageConfigurationUpdateImageGatewayTimeout) GetPayload added in v1.0.2

func (*ImageConfigurationUpdateImageGatewayTimeout) IsClientError added in v1.0.2

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

func (*ImageConfigurationUpdateImageGatewayTimeout) IsCode added in v1.0.2

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

func (*ImageConfigurationUpdateImageGatewayTimeout) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUpdateImageGatewayTimeout) IsServerError added in v1.0.2

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

func (*ImageConfigurationUpdateImageGatewayTimeout) IsSuccess added in v1.0.2

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

func (*ImageConfigurationUpdateImageGatewayTimeout) String added in v1.0.2

type ImageConfigurationUpdateImageInternalServerError added in v1.0.2

type ImageConfigurationUpdateImageInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUpdateImageInternalServerError() *ImageConfigurationUpdateImageInternalServerError

NewImageConfigurationUpdateImageInternalServerError creates a ImageConfigurationUpdateImageInternalServerError with default headers values

func (*ImageConfigurationUpdateImageInternalServerError) Error added in v1.0.2

func (*ImageConfigurationUpdateImageInternalServerError) GetPayload added in v1.0.2

func (*ImageConfigurationUpdateImageInternalServerError) IsClientError added in v1.0.2

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

func (*ImageConfigurationUpdateImageInternalServerError) IsCode added in v1.0.2

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

func (*ImageConfigurationUpdateImageInternalServerError) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUpdateImageInternalServerError) IsServerError added in v1.0.2

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

func (*ImageConfigurationUpdateImageInternalServerError) IsSuccess added in v1.0.2

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

func (*ImageConfigurationUpdateImageInternalServerError) String added in v1.0.2

type ImageConfigurationUpdateImageNotFound added in v1.0.2

type ImageConfigurationUpdateImageNotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUpdateImageNotFound() *ImageConfigurationUpdateImageNotFound

NewImageConfigurationUpdateImageNotFound creates a ImageConfigurationUpdateImageNotFound with default headers values

func (*ImageConfigurationUpdateImageNotFound) Error added in v1.0.2

func (*ImageConfigurationUpdateImageNotFound) GetPayload added in v1.0.2

func (*ImageConfigurationUpdateImageNotFound) IsClientError added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationUpdateImageNotFound) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUpdateImageNotFound) IsServerError added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationUpdateImageNotFound) String added in v1.0.2

type ImageConfigurationUpdateImageOK added in v1.0.2

type ImageConfigurationUpdateImageOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewImageConfigurationUpdateImageOK added in v1.0.2

func NewImageConfigurationUpdateImageOK() *ImageConfigurationUpdateImageOK

NewImageConfigurationUpdateImageOK creates a ImageConfigurationUpdateImageOK with default headers values

func (*ImageConfigurationUpdateImageOK) Error added in v1.0.2

func (*ImageConfigurationUpdateImageOK) GetPayload added in v1.0.2

func (*ImageConfigurationUpdateImageOK) IsClientError added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

type ImageConfigurationUpdateImageParams added in v1.0.2

type ImageConfigurationUpdateImageParams struct {

	/* XRequestID.

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

	// Body.
	Body ImageConfigurationUpdateImageBody

	/* 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 NewImageConfigurationUpdateImageParams added in v1.0.2

func NewImageConfigurationUpdateImageParams() *ImageConfigurationUpdateImageParams

NewImageConfigurationUpdateImageParams 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 NewImageConfigurationUpdateImageParamsWithContext added in v1.0.2

func NewImageConfigurationUpdateImageParamsWithContext(ctx context.Context) *ImageConfigurationUpdateImageParams

NewImageConfigurationUpdateImageParamsWithContext creates a new ImageConfigurationUpdateImageParams object with the ability to set a context for a request.

func NewImageConfigurationUpdateImageParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

func NewImageConfigurationUpdateImageParamsWithTimeout(timeout time.Duration) *ImageConfigurationUpdateImageParams

NewImageConfigurationUpdateImageParamsWithTimeout creates a new ImageConfigurationUpdateImageParams object with the ability to set a timeout on a request.

func (*ImageConfigurationUpdateImageParams) SetBody added in v1.0.2

SetBody adds the body to the image configuration update image params

func (*ImageConfigurationUpdateImageParams) SetContext added in v1.0.2

SetContext adds the context to the image configuration update image params

func (*ImageConfigurationUpdateImageParams) SetDefaults added in v1.0.2

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 added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the image configuration update image params

func (*ImageConfigurationUpdateImageParams) SetID added in v1.0.2

SetID adds the id to the image configuration update image params

func (*ImageConfigurationUpdateImageParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the image configuration update image params

func (*ImageConfigurationUpdateImageParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the image configuration update image params

func (*ImageConfigurationUpdateImageParams) WithBody added in v1.0.2

WithBody adds the body to the image configuration update image params

func (*ImageConfigurationUpdateImageParams) WithContext added in v1.0.2

WithContext adds the context to the image configuration update image params

func (*ImageConfigurationUpdateImageParams) WithDefaults added in v1.0.2

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 added in v1.0.2

WithHTTPClient adds the HTTPClient to the image configuration update image params

func (*ImageConfigurationUpdateImageParams) WithID added in v1.0.2

WithID adds the id to the image configuration update image params

func (*ImageConfigurationUpdateImageParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the image configuration update image params

func (*ImageConfigurationUpdateImageParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the image configuration update image params

func (*ImageConfigurationUpdateImageParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type ImageConfigurationUpdateImageReader added in v1.0.2

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

ImageConfigurationUpdateImageReader is a Reader for the ImageConfigurationUpdateImage structure.

func (*ImageConfigurationUpdateImageReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type ImageConfigurationUpdateImageUnauthorized added in v1.0.2

type ImageConfigurationUpdateImageUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUpdateImageUnauthorized() *ImageConfigurationUpdateImageUnauthorized

NewImageConfigurationUpdateImageUnauthorized creates a ImageConfigurationUpdateImageUnauthorized with default headers values

func (*ImageConfigurationUpdateImageUnauthorized) Error added in v1.0.2

func (*ImageConfigurationUpdateImageUnauthorized) GetPayload added in v1.0.2

func (*ImageConfigurationUpdateImageUnauthorized) IsClientError added in v1.0.2

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

func (*ImageConfigurationUpdateImageUnauthorized) IsCode added in v1.0.2

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

func (*ImageConfigurationUpdateImageUnauthorized) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUpdateImageUnauthorized) IsServerError added in v1.0.2

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

func (*ImageConfigurationUpdateImageUnauthorized) IsSuccess added in v1.0.2

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

func (*ImageConfigurationUpdateImageUnauthorized) String added in v1.0.2

type ImageConfigurationUplinkImageAccepted added in v1.0.2

type ImageConfigurationUplinkImageAccepted struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUplinkImageAccepted() *ImageConfigurationUplinkImageAccepted

NewImageConfigurationUplinkImageAccepted creates a ImageConfigurationUplinkImageAccepted with default headers values

func (*ImageConfigurationUplinkImageAccepted) Error added in v1.0.2

func (*ImageConfigurationUplinkImageAccepted) GetPayload added in v1.0.2

func (*ImageConfigurationUplinkImageAccepted) IsClientError added in v1.0.2

func (o *ImageConfigurationUplinkImageAccepted) IsClientError() bool

IsClientError returns true when this image configuration uplink image accepted response has a 4xx status code

func (*ImageConfigurationUplinkImageAccepted) IsCode added in v1.0.2

IsCode returns true when this image configuration uplink image accepted response a status code equal to that given

func (*ImageConfigurationUplinkImageAccepted) IsRedirect added in v1.0.2

IsRedirect returns true when this image configuration uplink image accepted response has a 3xx status code

func (*ImageConfigurationUplinkImageAccepted) IsServerError added in v1.0.2

func (o *ImageConfigurationUplinkImageAccepted) IsServerError() bool

IsServerError returns true when this image configuration uplink image accepted response has a 5xx status code

func (*ImageConfigurationUplinkImageAccepted) IsSuccess added in v1.0.2

IsSuccess returns true when this image configuration uplink image accepted response has a 2xx status code

func (*ImageConfigurationUplinkImageAccepted) String added in v1.0.2

type ImageConfigurationUplinkImageBadRequest added in v1.0.2

type ImageConfigurationUplinkImageBadRequest struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUplinkImageBadRequest() *ImageConfigurationUplinkImageBadRequest

NewImageConfigurationUplinkImageBadRequest creates a ImageConfigurationUplinkImageBadRequest with default headers values

func (*ImageConfigurationUplinkImageBadRequest) Error added in v1.0.2

func (*ImageConfigurationUplinkImageBadRequest) GetPayload added in v1.0.2

func (*ImageConfigurationUplinkImageBadRequest) IsClientError added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationUplinkImageBadRequest) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUplinkImageBadRequest) IsServerError added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationUplinkImageBadRequest) String added in v1.0.2

type ImageConfigurationUplinkImageBody added in v1.0.2

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 *swagger_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 *swagger_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 *swagger_models.ImageStatus `json:"imageStatus,omitempty"`

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

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

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

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

	// system defined info
	// Read Only: true
	Revision *swagger_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 added in v1.0.2

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 added in v1.0.2

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

MarshalBinary interface implementation

func (*ImageConfigurationUplinkImageBody) UnmarshalBinary added in v1.0.2

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

UnmarshalBinary interface implementation

func (*ImageConfigurationUplinkImageBody) Validate added in v1.0.2

Validate validates this image configuration uplink image body

type ImageConfigurationUplinkImageConflict added in v1.0.2

type ImageConfigurationUplinkImageConflict struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUplinkImageConflict() *ImageConfigurationUplinkImageConflict

NewImageConfigurationUplinkImageConflict creates a ImageConfigurationUplinkImageConflict with default headers values

func (*ImageConfigurationUplinkImageConflict) Error added in v1.0.2

func (*ImageConfigurationUplinkImageConflict) GetPayload added in v1.0.2

func (*ImageConfigurationUplinkImageConflict) IsClientError added in v1.0.2

func (o *ImageConfigurationUplinkImageConflict) IsClientError() bool

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

func (*ImageConfigurationUplinkImageConflict) IsCode added in v1.0.2

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

func (*ImageConfigurationUplinkImageConflict) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUplinkImageConflict) IsServerError added in v1.0.2

func (o *ImageConfigurationUplinkImageConflict) IsServerError() bool

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

func (*ImageConfigurationUplinkImageConflict) IsSuccess added in v1.0.2

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

func (*ImageConfigurationUplinkImageConflict) String added in v1.0.2

type ImageConfigurationUplinkImageDefault added in v1.0.2

type ImageConfigurationUplinkImageDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUplinkImageDefault(code int) *ImageConfigurationUplinkImageDefault

NewImageConfigurationUplinkImageDefault creates a ImageConfigurationUplinkImageDefault with default headers values

func (*ImageConfigurationUplinkImageDefault) Code added in v1.0.2

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

func (*ImageConfigurationUplinkImageDefault) Error added in v1.0.2

func (*ImageConfigurationUplinkImageDefault) GetPayload added in v1.0.2

func (*ImageConfigurationUplinkImageDefault) IsClientError added in v1.0.2

func (o *ImageConfigurationUplinkImageDefault) IsClientError() bool

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

func (*ImageConfigurationUplinkImageDefault) IsCode added in v1.0.2

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

func (*ImageConfigurationUplinkImageDefault) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUplinkImageDefault) IsServerError added in v1.0.2

func (o *ImageConfigurationUplinkImageDefault) IsServerError() bool

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

func (*ImageConfigurationUplinkImageDefault) IsSuccess added in v1.0.2

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

func (*ImageConfigurationUplinkImageDefault) String added in v1.0.2

type ImageConfigurationUplinkImageForbidden added in v1.0.2

type ImageConfigurationUplinkImageForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUplinkImageForbidden() *ImageConfigurationUplinkImageForbidden

NewImageConfigurationUplinkImageForbidden creates a ImageConfigurationUplinkImageForbidden with default headers values

func (*ImageConfigurationUplinkImageForbidden) Error added in v1.0.2

func (*ImageConfigurationUplinkImageForbidden) GetPayload added in v1.0.2

func (*ImageConfigurationUplinkImageForbidden) IsClientError added in v1.0.2

func (o *ImageConfigurationUplinkImageForbidden) IsClientError() bool

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

func (*ImageConfigurationUplinkImageForbidden) IsCode added in v1.0.2

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

func (*ImageConfigurationUplinkImageForbidden) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUplinkImageForbidden) IsServerError added in v1.0.2

func (o *ImageConfigurationUplinkImageForbidden) IsServerError() bool

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

func (*ImageConfigurationUplinkImageForbidden) IsSuccess added in v1.0.2

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

func (*ImageConfigurationUplinkImageForbidden) String added in v1.0.2

type ImageConfigurationUplinkImageGatewayTimeout added in v1.0.2

type ImageConfigurationUplinkImageGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUplinkImageGatewayTimeout() *ImageConfigurationUplinkImageGatewayTimeout

NewImageConfigurationUplinkImageGatewayTimeout creates a ImageConfigurationUplinkImageGatewayTimeout with default headers values

func (*ImageConfigurationUplinkImageGatewayTimeout) Error added in v1.0.2

func (*ImageConfigurationUplinkImageGatewayTimeout) GetPayload added in v1.0.2

func (*ImageConfigurationUplinkImageGatewayTimeout) IsClientError added in v1.0.2

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

func (*ImageConfigurationUplinkImageGatewayTimeout) IsCode added in v1.0.2

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

func (*ImageConfigurationUplinkImageGatewayTimeout) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUplinkImageGatewayTimeout) IsServerError added in v1.0.2

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

func (*ImageConfigurationUplinkImageGatewayTimeout) IsSuccess added in v1.0.2

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

func (*ImageConfigurationUplinkImageGatewayTimeout) String added in v1.0.2

type ImageConfigurationUplinkImageInternalServerError added in v1.0.2

type ImageConfigurationUplinkImageInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUplinkImageInternalServerError() *ImageConfigurationUplinkImageInternalServerError

NewImageConfigurationUplinkImageInternalServerError creates a ImageConfigurationUplinkImageInternalServerError with default headers values

func (*ImageConfigurationUplinkImageInternalServerError) Error added in v1.0.2

func (*ImageConfigurationUplinkImageInternalServerError) GetPayload added in v1.0.2

func (*ImageConfigurationUplinkImageInternalServerError) IsClientError added in v1.0.2

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

func (*ImageConfigurationUplinkImageInternalServerError) IsCode added in v1.0.2

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

func (*ImageConfigurationUplinkImageInternalServerError) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUplinkImageInternalServerError) IsServerError added in v1.0.2

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

func (*ImageConfigurationUplinkImageInternalServerError) IsSuccess added in v1.0.2

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

func (*ImageConfigurationUplinkImageInternalServerError) String added in v1.0.2

type ImageConfigurationUplinkImageNotFound added in v1.0.2

type ImageConfigurationUplinkImageNotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUplinkImageNotFound() *ImageConfigurationUplinkImageNotFound

NewImageConfigurationUplinkImageNotFound creates a ImageConfigurationUplinkImageNotFound with default headers values

func (*ImageConfigurationUplinkImageNotFound) Error added in v1.0.2

func (*ImageConfigurationUplinkImageNotFound) GetPayload added in v1.0.2

func (*ImageConfigurationUplinkImageNotFound) IsClientError added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationUplinkImageNotFound) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUplinkImageNotFound) IsServerError added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationUplinkImageNotFound) String added in v1.0.2

type ImageConfigurationUplinkImageOK added in v1.0.2

type ImageConfigurationUplinkImageOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewImageConfigurationUplinkImageOK added in v1.0.2

func NewImageConfigurationUplinkImageOK() *ImageConfigurationUplinkImageOK

NewImageConfigurationUplinkImageOK creates a ImageConfigurationUplinkImageOK with default headers values

func (*ImageConfigurationUplinkImageOK) Error added in v1.0.2

func (*ImageConfigurationUplinkImageOK) GetPayload added in v1.0.2

func (*ImageConfigurationUplinkImageOK) IsClientError added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

type ImageConfigurationUplinkImageParams added in v1.0.2

type ImageConfigurationUplinkImageParams struct {

	/* XRequestID.

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

	// Body.
	Body ImageConfigurationUplinkImageBody

	/* 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
}

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 NewImageConfigurationUplinkImageParams added in v1.0.2

func NewImageConfigurationUplinkImageParams() *ImageConfigurationUplinkImageParams

NewImageConfigurationUplinkImageParams 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 NewImageConfigurationUplinkImageParamsWithContext added in v1.0.2

func NewImageConfigurationUplinkImageParamsWithContext(ctx context.Context) *ImageConfigurationUplinkImageParams

NewImageConfigurationUplinkImageParamsWithContext creates a new ImageConfigurationUplinkImageParams object with the ability to set a context for a request.

func NewImageConfigurationUplinkImageParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

func NewImageConfigurationUplinkImageParamsWithTimeout(timeout time.Duration) *ImageConfigurationUplinkImageParams

NewImageConfigurationUplinkImageParamsWithTimeout creates a new ImageConfigurationUplinkImageParams object with the ability to set a timeout on a request.

func (*ImageConfigurationUplinkImageParams) SetBody added in v1.0.2

SetBody adds the body to the image configuration uplink image params

func (*ImageConfigurationUplinkImageParams) SetContext added in v1.0.2

SetContext adds the context to the image configuration uplink image params

func (*ImageConfigurationUplinkImageParams) SetDefaults added in v1.0.2

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 added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the image configuration uplink image params

func (*ImageConfigurationUplinkImageParams) SetName added in v1.0.2

SetName adds the name to the image configuration uplink image params

func (*ImageConfigurationUplinkImageParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the image configuration uplink image params

func (*ImageConfigurationUplinkImageParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the image configuration uplink image params

func (*ImageConfigurationUplinkImageParams) WithBody added in v1.0.2

WithBody adds the body to the image configuration uplink image params

func (*ImageConfigurationUplinkImageParams) WithContext added in v1.0.2

WithContext adds the context to the image configuration uplink image params

func (*ImageConfigurationUplinkImageParams) WithDefaults added in v1.0.2

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 added in v1.0.2

WithHTTPClient adds the HTTPClient to the image configuration uplink image params

func (*ImageConfigurationUplinkImageParams) WithName added in v1.0.2

WithName adds the name to the image configuration uplink image params

func (*ImageConfigurationUplinkImageParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the image configuration uplink image params

func (*ImageConfigurationUplinkImageParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the image configuration uplink image params

func (*ImageConfigurationUplinkImageParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type ImageConfigurationUplinkImageReader added in v1.0.2

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

ImageConfigurationUplinkImageReader is a Reader for the ImageConfigurationUplinkImage structure.

func (*ImageConfigurationUplinkImageReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type ImageConfigurationUplinkImageUnauthorized added in v1.0.2

type ImageConfigurationUplinkImageUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUplinkImageUnauthorized() *ImageConfigurationUplinkImageUnauthorized

NewImageConfigurationUplinkImageUnauthorized creates a ImageConfigurationUplinkImageUnauthorized with default headers values

func (*ImageConfigurationUplinkImageUnauthorized) Error added in v1.0.2

func (*ImageConfigurationUplinkImageUnauthorized) GetPayload added in v1.0.2

func (*ImageConfigurationUplinkImageUnauthorized) IsClientError added in v1.0.2

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

func (*ImageConfigurationUplinkImageUnauthorized) IsCode added in v1.0.2

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

func (*ImageConfigurationUplinkImageUnauthorized) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUplinkImageUnauthorized) IsServerError added in v1.0.2

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

func (*ImageConfigurationUplinkImageUnauthorized) IsSuccess added in v1.0.2

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

func (*ImageConfigurationUplinkImageUnauthorized) String added in v1.0.2

type ImageConfigurationUploadImageChunkedAccepted added in v1.0.2

type ImageConfigurationUploadImageChunkedAccepted struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUploadImageChunkedAccepted() *ImageConfigurationUploadImageChunkedAccepted

NewImageConfigurationUploadImageChunkedAccepted creates a ImageConfigurationUploadImageChunkedAccepted with default headers values

func (*ImageConfigurationUploadImageChunkedAccepted) Error added in v1.0.2

func (*ImageConfigurationUploadImageChunkedAccepted) GetPayload added in v1.0.2

func (*ImageConfigurationUploadImageChunkedAccepted) IsClientError added in v1.0.2

IsClientError returns true when this image configuration upload image chunked accepted response has a 4xx status code

func (*ImageConfigurationUploadImageChunkedAccepted) IsCode added in v1.0.2

IsCode returns true when this image configuration upload image chunked accepted response a status code equal to that given

func (*ImageConfigurationUploadImageChunkedAccepted) IsRedirect added in v1.0.2

IsRedirect returns true when this image configuration upload image chunked accepted response has a 3xx status code

func (*ImageConfigurationUploadImageChunkedAccepted) IsServerError added in v1.0.2

IsServerError returns true when this image configuration upload image chunked accepted response has a 5xx status code

func (*ImageConfigurationUploadImageChunkedAccepted) IsSuccess added in v1.0.2

IsSuccess returns true when this image configuration upload image chunked accepted response has a 2xx status code

func (*ImageConfigurationUploadImageChunkedAccepted) String added in v1.0.2

type ImageConfigurationUploadImageChunkedBadRequest added in v1.0.2

type ImageConfigurationUploadImageChunkedBadRequest struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUploadImageChunkedBadRequest() *ImageConfigurationUploadImageChunkedBadRequest

NewImageConfigurationUploadImageChunkedBadRequest creates a ImageConfigurationUploadImageChunkedBadRequest with default headers values

func (*ImageConfigurationUploadImageChunkedBadRequest) Error added in v1.0.2

func (*ImageConfigurationUploadImageChunkedBadRequest) GetPayload added in v1.0.2

func (*ImageConfigurationUploadImageChunkedBadRequest) IsClientError added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedBadRequest) IsCode added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedBadRequest) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedBadRequest) IsServerError added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedBadRequest) IsSuccess added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedBadRequest) String added in v1.0.2

type ImageConfigurationUploadImageChunkedConflict added in v1.0.2

type ImageConfigurationUploadImageChunkedConflict struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUploadImageChunkedConflict() *ImageConfigurationUploadImageChunkedConflict

NewImageConfigurationUploadImageChunkedConflict creates a ImageConfigurationUploadImageChunkedConflict with default headers values

func (*ImageConfigurationUploadImageChunkedConflict) Error added in v1.0.2

func (*ImageConfigurationUploadImageChunkedConflict) GetPayload added in v1.0.2

func (*ImageConfigurationUploadImageChunkedConflict) IsClientError added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedConflict) IsCode added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedConflict) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedConflict) IsServerError added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedConflict) IsSuccess added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedConflict) String added in v1.0.2

type ImageConfigurationUploadImageChunkedDefault added in v1.0.2

type ImageConfigurationUploadImageChunkedDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUploadImageChunkedDefault(code int) *ImageConfigurationUploadImageChunkedDefault

NewImageConfigurationUploadImageChunkedDefault creates a ImageConfigurationUploadImageChunkedDefault with default headers values

func (*ImageConfigurationUploadImageChunkedDefault) Code added in v1.0.2

Code gets the status code for the image configuration upload image chunked default response

func (*ImageConfigurationUploadImageChunkedDefault) Error added in v1.0.2

func (*ImageConfigurationUploadImageChunkedDefault) GetPayload added in v1.0.2

func (*ImageConfigurationUploadImageChunkedDefault) IsClientError added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedDefault) IsCode added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedDefault) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedDefault) IsServerError added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedDefault) IsSuccess added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedDefault) String added in v1.0.2

type ImageConfigurationUploadImageChunkedForbidden added in v1.0.2

type ImageConfigurationUploadImageChunkedForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUploadImageChunkedForbidden() *ImageConfigurationUploadImageChunkedForbidden

NewImageConfigurationUploadImageChunkedForbidden creates a ImageConfigurationUploadImageChunkedForbidden with default headers values

func (*ImageConfigurationUploadImageChunkedForbidden) Error added in v1.0.2

func (*ImageConfigurationUploadImageChunkedForbidden) GetPayload added in v1.0.2

func (*ImageConfigurationUploadImageChunkedForbidden) IsClientError added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedForbidden) IsCode added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedForbidden) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedForbidden) IsServerError added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedForbidden) IsSuccess added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedForbidden) String added in v1.0.2

type ImageConfigurationUploadImageChunkedGatewayTimeout added in v1.0.2

type ImageConfigurationUploadImageChunkedGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUploadImageChunkedGatewayTimeout() *ImageConfigurationUploadImageChunkedGatewayTimeout

NewImageConfigurationUploadImageChunkedGatewayTimeout creates a ImageConfigurationUploadImageChunkedGatewayTimeout with default headers values

func (*ImageConfigurationUploadImageChunkedGatewayTimeout) Error added in v1.0.2

func (*ImageConfigurationUploadImageChunkedGatewayTimeout) GetPayload added in v1.0.2

func (*ImageConfigurationUploadImageChunkedGatewayTimeout) IsClientError added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedGatewayTimeout) IsCode added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedGatewayTimeout) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedGatewayTimeout) IsServerError added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedGatewayTimeout) IsSuccess added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedGatewayTimeout) String added in v1.0.2

type ImageConfigurationUploadImageChunkedInternalServerError added in v1.0.2

type ImageConfigurationUploadImageChunkedInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUploadImageChunkedInternalServerError() *ImageConfigurationUploadImageChunkedInternalServerError

NewImageConfigurationUploadImageChunkedInternalServerError creates a ImageConfigurationUploadImageChunkedInternalServerError with default headers values

func (*ImageConfigurationUploadImageChunkedInternalServerError) Error added in v1.0.2

func (*ImageConfigurationUploadImageChunkedInternalServerError) GetPayload added in v1.0.2

func (*ImageConfigurationUploadImageChunkedInternalServerError) IsClientError added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedInternalServerError) IsCode added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedInternalServerError) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedInternalServerError) IsServerError added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedInternalServerError) IsSuccess added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedInternalServerError) String added in v1.0.2

type ImageConfigurationUploadImageChunkedNotFound added in v1.0.2

type ImageConfigurationUploadImageChunkedNotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUploadImageChunkedNotFound() *ImageConfigurationUploadImageChunkedNotFound

NewImageConfigurationUploadImageChunkedNotFound creates a ImageConfigurationUploadImageChunkedNotFound with default headers values

func (*ImageConfigurationUploadImageChunkedNotFound) Error added in v1.0.2

func (*ImageConfigurationUploadImageChunkedNotFound) GetPayload added in v1.0.2

func (*ImageConfigurationUploadImageChunkedNotFound) IsClientError added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedNotFound) IsCode added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedNotFound) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedNotFound) IsServerError added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedNotFound) IsSuccess added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedNotFound) String added in v1.0.2

type ImageConfigurationUploadImageChunkedOK added in v1.0.2

type ImageConfigurationUploadImageChunkedOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewImageConfigurationUploadImageChunkedOK added in v1.0.2

func NewImageConfigurationUploadImageChunkedOK() *ImageConfigurationUploadImageChunkedOK

NewImageConfigurationUploadImageChunkedOK creates a ImageConfigurationUploadImageChunkedOK with default headers values

func (*ImageConfigurationUploadImageChunkedOK) Error added in v1.0.2

func (*ImageConfigurationUploadImageChunkedOK) GetPayload added in v1.0.2

func (*ImageConfigurationUploadImageChunkedOK) IsClientError added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedOK) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedOK) IsServerError added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedOK) String added in v1.0.2

type ImageConfigurationUploadImageChunkedParams added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

func NewImageConfigurationUploadImageChunkedParamsWithContext(ctx context.Context) *ImageConfigurationUploadImageChunkedParams

NewImageConfigurationUploadImageChunkedParamsWithContext creates a new ImageConfigurationUploadImageChunkedParams object with the ability to set a context for a request.

func NewImageConfigurationUploadImageChunkedParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

SetBody adds the body to the image configuration upload image chunked params

func (*ImageConfigurationUploadImageChunkedParams) SetContentRange added in v1.0.2

func (o *ImageConfigurationUploadImageChunkedParams) SetContentRange(contentRange string)

SetContentRange adds the contentRange to the image configuration upload image chunked params

func (*ImageConfigurationUploadImageChunkedParams) SetContext added in v1.0.2

SetContext adds the context to the image configuration upload image chunked params

func (*ImageConfigurationUploadImageChunkedParams) SetDefaults added in v1.0.2

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 added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the image configuration upload image chunked params

func (*ImageConfigurationUploadImageChunkedParams) SetName added in v1.0.2

SetName adds the name to the image configuration upload image chunked params

func (*ImageConfigurationUploadImageChunkedParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the image configuration upload image chunked params

func (*ImageConfigurationUploadImageChunkedParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the image configuration upload image chunked params

func (*ImageConfigurationUploadImageChunkedParams) WithBody added in v1.0.2

WithBody adds the body to the image configuration upload image chunked params

func (*ImageConfigurationUploadImageChunkedParams) WithContentRange added in v1.0.2

WithContentRange adds the contentRange to the image configuration upload image chunked params

func (*ImageConfigurationUploadImageChunkedParams) WithContext added in v1.0.2

WithContext adds the context to the image configuration upload image chunked params

func (*ImageConfigurationUploadImageChunkedParams) WithDefaults added in v1.0.2

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 added in v1.0.2

WithHTTPClient adds the HTTPClient to the image configuration upload image chunked params

func (*ImageConfigurationUploadImageChunkedParams) WithName added in v1.0.2

WithName adds the name to the image configuration upload image chunked params

func (*ImageConfigurationUploadImageChunkedParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the image configuration upload image chunked params

func (*ImageConfigurationUploadImageChunkedParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the image configuration upload image chunked params

func (*ImageConfigurationUploadImageChunkedParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type ImageConfigurationUploadImageChunkedReader added in v1.0.2

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

ImageConfigurationUploadImageChunkedReader is a Reader for the ImageConfigurationUploadImageChunked structure.

func (*ImageConfigurationUploadImageChunkedReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type ImageConfigurationUploadImageChunkedUnauthorized added in v1.0.2

type ImageConfigurationUploadImageChunkedUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUploadImageChunkedUnauthorized() *ImageConfigurationUploadImageChunkedUnauthorized

NewImageConfigurationUploadImageChunkedUnauthorized creates a ImageConfigurationUploadImageChunkedUnauthorized with default headers values

func (*ImageConfigurationUploadImageChunkedUnauthorized) Error added in v1.0.2

func (*ImageConfigurationUploadImageChunkedUnauthorized) GetPayload added in v1.0.2

func (*ImageConfigurationUploadImageChunkedUnauthorized) IsClientError added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedUnauthorized) IsCode added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedUnauthorized) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedUnauthorized) IsServerError added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedUnauthorized) IsSuccess added in v1.0.2

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

func (*ImageConfigurationUploadImageChunkedUnauthorized) String added in v1.0.2

type ImageConfigurationUploadImageFileAccepted added in v1.0.2

type ImageConfigurationUploadImageFileAccepted struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUploadImageFileAccepted() *ImageConfigurationUploadImageFileAccepted

NewImageConfigurationUploadImageFileAccepted creates a ImageConfigurationUploadImageFileAccepted with default headers values

func (*ImageConfigurationUploadImageFileAccepted) Error added in v1.0.2

func (*ImageConfigurationUploadImageFileAccepted) GetPayload added in v1.0.2

func (*ImageConfigurationUploadImageFileAccepted) IsClientError added in v1.0.2

IsClientError returns true when this image configuration upload image file accepted response has a 4xx status code

func (*ImageConfigurationUploadImageFileAccepted) IsCode added in v1.0.2

IsCode returns true when this image configuration upload image file accepted response a status code equal to that given

func (*ImageConfigurationUploadImageFileAccepted) IsRedirect added in v1.0.2

IsRedirect returns true when this image configuration upload image file accepted response has a 3xx status code

func (*ImageConfigurationUploadImageFileAccepted) IsServerError added in v1.0.2

IsServerError returns true when this image configuration upload image file accepted response has a 5xx status code

func (*ImageConfigurationUploadImageFileAccepted) IsSuccess added in v1.0.2

IsSuccess returns true when this image configuration upload image file accepted response has a 2xx status code

func (*ImageConfigurationUploadImageFileAccepted) String added in v1.0.2

type ImageConfigurationUploadImageFileBadRequest added in v1.0.2

type ImageConfigurationUploadImageFileBadRequest struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUploadImageFileBadRequest() *ImageConfigurationUploadImageFileBadRequest

NewImageConfigurationUploadImageFileBadRequest creates a ImageConfigurationUploadImageFileBadRequest with default headers values

func (*ImageConfigurationUploadImageFileBadRequest) Error added in v1.0.2

func (*ImageConfigurationUploadImageFileBadRequest) GetPayload added in v1.0.2

func (*ImageConfigurationUploadImageFileBadRequest) IsClientError added in v1.0.2

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

func (*ImageConfigurationUploadImageFileBadRequest) IsCode added in v1.0.2

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

func (*ImageConfigurationUploadImageFileBadRequest) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUploadImageFileBadRequest) IsServerError added in v1.0.2

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

func (*ImageConfigurationUploadImageFileBadRequest) IsSuccess added in v1.0.2

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

func (*ImageConfigurationUploadImageFileBadRequest) String added in v1.0.2

type ImageConfigurationUploadImageFileConflict added in v1.0.2

type ImageConfigurationUploadImageFileConflict struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUploadImageFileConflict() *ImageConfigurationUploadImageFileConflict

NewImageConfigurationUploadImageFileConflict creates a ImageConfigurationUploadImageFileConflict with default headers values

func (*ImageConfigurationUploadImageFileConflict) Error added in v1.0.2

func (*ImageConfigurationUploadImageFileConflict) GetPayload added in v1.0.2

func (*ImageConfigurationUploadImageFileConflict) IsClientError added in v1.0.2

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

func (*ImageConfigurationUploadImageFileConflict) IsCode added in v1.0.2

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

func (*ImageConfigurationUploadImageFileConflict) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUploadImageFileConflict) IsServerError added in v1.0.2

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

func (*ImageConfigurationUploadImageFileConflict) IsSuccess added in v1.0.2

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

func (*ImageConfigurationUploadImageFileConflict) String added in v1.0.2

type ImageConfigurationUploadImageFileDefault added in v1.0.2

type ImageConfigurationUploadImageFileDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUploadImageFileDefault(code int) *ImageConfigurationUploadImageFileDefault

NewImageConfigurationUploadImageFileDefault creates a ImageConfigurationUploadImageFileDefault with default headers values

func (*ImageConfigurationUploadImageFileDefault) Code added in v1.0.2

Code gets the status code for the image configuration upload image file default response

func (*ImageConfigurationUploadImageFileDefault) Error added in v1.0.2

func (*ImageConfigurationUploadImageFileDefault) GetPayload added in v1.0.2

func (*ImageConfigurationUploadImageFileDefault) IsClientError added in v1.0.2

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

func (*ImageConfigurationUploadImageFileDefault) IsCode added in v1.0.2

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

func (*ImageConfigurationUploadImageFileDefault) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUploadImageFileDefault) IsServerError added in v1.0.2

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

func (*ImageConfigurationUploadImageFileDefault) IsSuccess added in v1.0.2

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

func (*ImageConfigurationUploadImageFileDefault) String added in v1.0.2

type ImageConfigurationUploadImageFileForbidden added in v1.0.2

type ImageConfigurationUploadImageFileForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUploadImageFileForbidden() *ImageConfigurationUploadImageFileForbidden

NewImageConfigurationUploadImageFileForbidden creates a ImageConfigurationUploadImageFileForbidden with default headers values

func (*ImageConfigurationUploadImageFileForbidden) Error added in v1.0.2

func (*ImageConfigurationUploadImageFileForbidden) GetPayload added in v1.0.2

func (*ImageConfigurationUploadImageFileForbidden) IsClientError added in v1.0.2

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

func (*ImageConfigurationUploadImageFileForbidden) IsCode added in v1.0.2

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

func (*ImageConfigurationUploadImageFileForbidden) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUploadImageFileForbidden) IsServerError added in v1.0.2

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

func (*ImageConfigurationUploadImageFileForbidden) IsSuccess added in v1.0.2

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

func (*ImageConfigurationUploadImageFileForbidden) String added in v1.0.2

type ImageConfigurationUploadImageFileGatewayTimeout added in v1.0.2

type ImageConfigurationUploadImageFileGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUploadImageFileGatewayTimeout() *ImageConfigurationUploadImageFileGatewayTimeout

NewImageConfigurationUploadImageFileGatewayTimeout creates a ImageConfigurationUploadImageFileGatewayTimeout with default headers values

func (*ImageConfigurationUploadImageFileGatewayTimeout) Error added in v1.0.2

func (*ImageConfigurationUploadImageFileGatewayTimeout) GetPayload added in v1.0.2

func (*ImageConfigurationUploadImageFileGatewayTimeout) IsClientError added in v1.0.2

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

func (*ImageConfigurationUploadImageFileGatewayTimeout) IsCode added in v1.0.2

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

func (*ImageConfigurationUploadImageFileGatewayTimeout) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUploadImageFileGatewayTimeout) IsServerError added in v1.0.2

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

func (*ImageConfigurationUploadImageFileGatewayTimeout) IsSuccess added in v1.0.2

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

func (*ImageConfigurationUploadImageFileGatewayTimeout) String added in v1.0.2

type ImageConfigurationUploadImageFileInternalServerError added in v1.0.2

type ImageConfigurationUploadImageFileInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUploadImageFileInternalServerError() *ImageConfigurationUploadImageFileInternalServerError

NewImageConfigurationUploadImageFileInternalServerError creates a ImageConfigurationUploadImageFileInternalServerError with default headers values

func (*ImageConfigurationUploadImageFileInternalServerError) Error added in v1.0.2

func (*ImageConfigurationUploadImageFileInternalServerError) GetPayload added in v1.0.2

func (*ImageConfigurationUploadImageFileInternalServerError) IsClientError added in v1.0.2

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

func (*ImageConfigurationUploadImageFileInternalServerError) IsCode added in v1.0.2

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

func (*ImageConfigurationUploadImageFileInternalServerError) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUploadImageFileInternalServerError) IsServerError added in v1.0.2

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

func (*ImageConfigurationUploadImageFileInternalServerError) IsSuccess added in v1.0.2

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

func (*ImageConfigurationUploadImageFileInternalServerError) String added in v1.0.2

type ImageConfigurationUploadImageFileNotFound added in v1.0.2

type ImageConfigurationUploadImageFileNotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUploadImageFileNotFound() *ImageConfigurationUploadImageFileNotFound

NewImageConfigurationUploadImageFileNotFound creates a ImageConfigurationUploadImageFileNotFound with default headers values

func (*ImageConfigurationUploadImageFileNotFound) Error added in v1.0.2

func (*ImageConfigurationUploadImageFileNotFound) GetPayload added in v1.0.2

func (*ImageConfigurationUploadImageFileNotFound) IsClientError added in v1.0.2

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

func (*ImageConfigurationUploadImageFileNotFound) IsCode added in v1.0.2

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

func (*ImageConfigurationUploadImageFileNotFound) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUploadImageFileNotFound) IsServerError added in v1.0.2

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

func (*ImageConfigurationUploadImageFileNotFound) IsSuccess added in v1.0.2

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

func (*ImageConfigurationUploadImageFileNotFound) String added in v1.0.2

type ImageConfigurationUploadImageFileOK added in v1.0.2

type ImageConfigurationUploadImageFileOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewImageConfigurationUploadImageFileOK added in v1.0.2

func NewImageConfigurationUploadImageFileOK() *ImageConfigurationUploadImageFileOK

NewImageConfigurationUploadImageFileOK creates a ImageConfigurationUploadImageFileOK with default headers values

func (*ImageConfigurationUploadImageFileOK) Error added in v1.0.2

func (*ImageConfigurationUploadImageFileOK) GetPayload added in v1.0.2

func (*ImageConfigurationUploadImageFileOK) IsClientError added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationUploadImageFileOK) IsRedirect added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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

func (*ImageConfigurationUploadImageFileOK) String added in v1.0.2

type ImageConfigurationUploadImageFileParams added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

func NewImageConfigurationUploadImageFileParamsWithContext(ctx context.Context) *ImageConfigurationUploadImageFileParams

NewImageConfigurationUploadImageFileParamsWithContext creates a new ImageConfigurationUploadImageFileParams object with the ability to set a context for a request.

func NewImageConfigurationUploadImageFileParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

SetContext adds the context to the image configuration upload image file params

func (*ImageConfigurationUploadImageFileParams) SetDefaults added in v1.0.2

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 added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the image configuration upload image file params

func (*ImageConfigurationUploadImageFileParams) SetImageFile added in v1.0.2

SetImageFile adds the imageFile to the image configuration upload image file params

func (*ImageConfigurationUploadImageFileParams) SetName added in v1.0.2

SetName adds the name to the image configuration upload image file params

func (*ImageConfigurationUploadImageFileParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the image configuration upload image file params

func (*ImageConfigurationUploadImageFileParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the image configuration upload image file params

func (*ImageConfigurationUploadImageFileParams) WithContext added in v1.0.2

WithContext adds the context to the image configuration upload image file params

func (*ImageConfigurationUploadImageFileParams) WithDefaults added in v1.0.2

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 added in v1.0.2

WithHTTPClient adds the HTTPClient to the image configuration upload image file params

func (*ImageConfigurationUploadImageFileParams) WithImageFile added in v1.0.2

WithImageFile adds the imageFile to the image configuration upload image file params

func (*ImageConfigurationUploadImageFileParams) WithName added in v1.0.2

WithName adds the name to the image configuration upload image file params

func (*ImageConfigurationUploadImageFileParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the image configuration upload image file params

func (*ImageConfigurationUploadImageFileParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the image configuration upload image file params

func (*ImageConfigurationUploadImageFileParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type ImageConfigurationUploadImageFileReader added in v1.0.2

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

ImageConfigurationUploadImageFileReader is a Reader for the ImageConfigurationUploadImageFile structure.

func (*ImageConfigurationUploadImageFileReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type ImageConfigurationUploadImageFileUnauthorized added in v1.0.2

type ImageConfigurationUploadImageFileUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewImageConfigurationUploadImageFileUnauthorized() *ImageConfigurationUploadImageFileUnauthorized

NewImageConfigurationUploadImageFileUnauthorized creates a ImageConfigurationUploadImageFileUnauthorized with default headers values

func (*ImageConfigurationUploadImageFileUnauthorized) Error added in v1.0.2

func (*ImageConfigurationUploadImageFileUnauthorized) GetPayload added in v1.0.2

func (*ImageConfigurationUploadImageFileUnauthorized) IsClientError added in v1.0.2

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

func (*ImageConfigurationUploadImageFileUnauthorized) IsCode added in v1.0.2

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

func (*ImageConfigurationUploadImageFileUnauthorized) IsRedirect added in v1.0.2

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

func (*ImageConfigurationUploadImageFileUnauthorized) IsServerError added in v1.0.2

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

func (*ImageConfigurationUploadImageFileUnauthorized) IsSuccess added in v1.0.2

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

func (*ImageConfigurationUploadImageFileUnauthorized) String added in v1.0.2

Source Files

Jump to

Keyboard shortcuts

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