edge_application_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 edge application configuration API

func (*Client) EdgeApplicationConfigurationCreateEdgeApplicationBundle added in v1.0.2

EdgeApplicationConfigurationCreateEdgeApplicationBundle creates edge application bundle

Create an edge application bundle record.

func (*Client) EdgeApplicationConfigurationDeleteEdgeApplicationBundle added in v1.0.2

EdgeApplicationConfigurationDeleteEdgeApplicationBundle deletes edge application bundle

Delete an edge application bundle record.

func (*Client) EdgeApplicationConfigurationGetEdgeApplicationBundle added in v1.0.2

EdgeApplicationConfigurationGetEdgeApplicationBundle gets edge application bundle

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

func (*Client) EdgeApplicationConfigurationGetEdgeApplicationBundleByName added in v1.0.2

EdgeApplicationConfigurationGetEdgeApplicationBundleByName gets edge application bundle

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

func (*Client) EdgeApplicationConfigurationGetGlobalEdgeApplicationBundle added in v1.0.2

EdgeApplicationConfigurationGetGlobalEdgeApplicationBundle gets global edge application bundle

Get the configuration (without security details) of a global edge application bundle record.

func (*Client) EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByName added in v1.0.2

EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByName gets global edge application bundle

Get the configuration (without security details) of a global edge application bundle record.

func (*Client) EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectList added in v1.0.2

EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectList queries the project access list of an edge application bundle

Query the project access list of an edge application bundle

func (*Client) EdgeApplicationConfigurationQueryEdgeApplicationBundles added in v1.0.2

EdgeApplicationConfigurationQueryEdgeApplicationBundles queries edge application bundles

Query the edge application bundle records.

func (*Client) EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundles added in v1.0.2

EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundles queries global edge application bundles

Query the edge application bundle records present in the parent enetrprise

func (*Client) EdgeApplicationConfigurationUpdateEdgeApplicationBundle added in v1.0.2

EdgeApplicationConfigurationUpdateEdgeApplicationBundle updates edge application bundle

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

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 {
	EdgeApplicationConfigurationCreateEdgeApplicationBundle(params *EdgeApplicationConfigurationCreateEdgeApplicationBundleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationConfigurationCreateEdgeApplicationBundleOK, error)

	EdgeApplicationConfigurationDeleteEdgeApplicationBundle(params *EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleOK, error)

	EdgeApplicationConfigurationGetEdgeApplicationBundle(params *EdgeApplicationConfigurationGetEdgeApplicationBundleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationConfigurationGetEdgeApplicationBundleOK, error)

	EdgeApplicationConfigurationGetEdgeApplicationBundleByName(params *EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameOK, error)

	EdgeApplicationConfigurationGetGlobalEdgeApplicationBundle(params *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK, error)

	EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByName(params *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameOK, error)

	EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectList(params *EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListOK, error)

	EdgeApplicationConfigurationQueryEdgeApplicationBundles(params *EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesOK, error)

	EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundles(params *EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK, error)

	EdgeApplicationConfigurationUpdateEdgeApplicationBundle(params *EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleOK, 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 edge application configuration API client.

type EdgeApplicationConfigurationCreateEdgeApplicationBundleBadRequest added in v1.0.2

type EdgeApplicationConfigurationCreateEdgeApplicationBundleBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleBadRequest() *EdgeApplicationConfigurationCreateEdgeApplicationBundleBadRequest

NewEdgeApplicationConfigurationCreateEdgeApplicationBundleBadRequest creates a EdgeApplicationConfigurationCreateEdgeApplicationBundleBadRequest with default headers values

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleBadRequest) Error added in v1.0.2

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleBadRequest) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleBadRequest) IsClientError added in v1.0.2

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleBadRequest) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleBadRequest) IsRedirect added in v1.0.2

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleBadRequest) IsServerError added in v1.0.2

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleBadRequest) IsSuccess added in v1.0.2

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleBadRequest) String added in v1.0.2

type EdgeApplicationConfigurationCreateEdgeApplicationBundleConflict added in v1.0.2

type EdgeApplicationConfigurationCreateEdgeApplicationBundleConflict struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeApplicationConfigurationCreateEdgeApplicationBundleConflict describes a response with status code 409, with default header values.

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

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleConflict added in v1.0.2

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleConflict() *EdgeApplicationConfigurationCreateEdgeApplicationBundleConflict

NewEdgeApplicationConfigurationCreateEdgeApplicationBundleConflict creates a EdgeApplicationConfigurationCreateEdgeApplicationBundleConflict with default headers values

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleConflict) Error added in v1.0.2

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleConflict) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleConflict) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration create edge application bundle conflict response has a 4xx status code

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleConflict) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration create edge application bundle conflict response has a 3xx status code

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleConflict) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration create edge application bundle conflict response has a 5xx status code

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration create edge application bundle conflict response has a 2xx status code

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleConflict) String added in v1.0.2

type EdgeApplicationConfigurationCreateEdgeApplicationBundleDefault added in v1.0.2

type EdgeApplicationConfigurationCreateEdgeApplicationBundleDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleDefault added in v1.0.2

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleDefault(code int) *EdgeApplicationConfigurationCreateEdgeApplicationBundleDefault

NewEdgeApplicationConfigurationCreateEdgeApplicationBundleDefault creates a EdgeApplicationConfigurationCreateEdgeApplicationBundleDefault with default headers values

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleDefault) Code added in v1.0.2

Code gets the status code for the edge application configuration create edge application bundle default response

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleDefault) Error added in v1.0.2

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleDefault) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleDefault) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration create edge application bundle default response has a 4xx status code

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleDefault) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration create edge application bundle default response has a 3xx status code

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleDefault) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration create edge application bundle default response has a 5xx status code

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration create edge application bundle default response has a 2xx status code

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleDefault) String added in v1.0.2

type EdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden added in v1.0.2

type EdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden 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 application level access permission for the operation or does not have access scope to the project.

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden added in v1.0.2

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden() *EdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden

NewEdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden creates a EdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden with default headers values

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden) Error added in v1.0.2

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration create edge application bundle forbidden response has a 4xx status code

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration create edge application bundle forbidden response has a 3xx status code

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration create edge application bundle forbidden response has a 5xx status code

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration create edge application bundle forbidden response has a 2xx status code

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden) String added in v1.0.2

type EdgeApplicationConfigurationCreateEdgeApplicationBundleGatewayTimeout added in v1.0.2

type EdgeApplicationConfigurationCreateEdgeApplicationBundleGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleGatewayTimeout() *EdgeApplicationConfigurationCreateEdgeApplicationBundleGatewayTimeout

NewEdgeApplicationConfigurationCreateEdgeApplicationBundleGatewayTimeout creates a EdgeApplicationConfigurationCreateEdgeApplicationBundleGatewayTimeout with default headers values

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleGatewayTimeout) String added in v1.0.2

type EdgeApplicationConfigurationCreateEdgeApplicationBundleInternalServerError added in v1.0.2

type EdgeApplicationConfigurationCreateEdgeApplicationBundleInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleInternalServerError() *EdgeApplicationConfigurationCreateEdgeApplicationBundleInternalServerError

NewEdgeApplicationConfigurationCreateEdgeApplicationBundleInternalServerError creates a EdgeApplicationConfigurationCreateEdgeApplicationBundleInternalServerError with default headers values

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleInternalServerError) Error added in v1.0.2

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleInternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleInternalServerError) String added in v1.0.2

type EdgeApplicationConfigurationCreateEdgeApplicationBundleOK added in v1.0.2

type EdgeApplicationConfigurationCreateEdgeApplicationBundleOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleOK added in v1.0.2

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleOK() *EdgeApplicationConfigurationCreateEdgeApplicationBundleOK

NewEdgeApplicationConfigurationCreateEdgeApplicationBundleOK creates a EdgeApplicationConfigurationCreateEdgeApplicationBundleOK with default headers values

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleOK) Error added in v1.0.2

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleOK) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleOK) IsClientError added in v1.0.2

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleOK) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleOK) IsRedirect added in v1.0.2

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleOK) IsServerError added in v1.0.2

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleOK) IsSuccess added in v1.0.2

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleOK) String added in v1.0.2

type EdgeApplicationConfigurationCreateEdgeApplicationBundleParams added in v1.0.2

type EdgeApplicationConfigurationCreateEdgeApplicationBundleParams struct {

	/* XRequestID.

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

	// Body.
	Body *swagger_models.App

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

EdgeApplicationConfigurationCreateEdgeApplicationBundleParams contains all the parameters to send to the API endpoint

for the edge application configuration create edge application bundle operation.

Typically these are written to a http.Request.

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleParams added in v1.0.2

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleParams() *EdgeApplicationConfigurationCreateEdgeApplicationBundleParams

NewEdgeApplicationConfigurationCreateEdgeApplicationBundleParams creates a new EdgeApplicationConfigurationCreateEdgeApplicationBundleParams 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 NewEdgeApplicationConfigurationCreateEdgeApplicationBundleParamsWithContext added in v1.0.2

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleParamsWithContext(ctx context.Context) *EdgeApplicationConfigurationCreateEdgeApplicationBundleParams

NewEdgeApplicationConfigurationCreateEdgeApplicationBundleParamsWithContext creates a new EdgeApplicationConfigurationCreateEdgeApplicationBundleParams object with the ability to set a context for a request.

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleParamsWithHTTPClient(client *http.Client) *EdgeApplicationConfigurationCreateEdgeApplicationBundleParams

NewEdgeApplicationConfigurationCreateEdgeApplicationBundleParamsWithHTTPClient creates a new EdgeApplicationConfigurationCreateEdgeApplicationBundleParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleParamsWithTimeout added in v1.0.2

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleParamsWithTimeout(timeout time.Duration) *EdgeApplicationConfigurationCreateEdgeApplicationBundleParams

NewEdgeApplicationConfigurationCreateEdgeApplicationBundleParamsWithTimeout creates a new EdgeApplicationConfigurationCreateEdgeApplicationBundleParams object with the ability to set a timeout on a request.

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleParams) SetBody added in v1.0.2

SetBody adds the body to the edge application configuration create edge application bundle params

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleParams) SetContext added in v1.0.2

SetContext adds the context to the edge application configuration create edge application bundle params

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleParams) SetDefaults added in v1.0.2

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

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge application configuration create edge application bundle params

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge application configuration create edge application bundle params

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge application configuration create edge application bundle params

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleParams) WithBody added in v1.0.2

WithBody adds the body to the edge application configuration create edge application bundle params

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleParams) WithContext added in v1.0.2

WithContext adds the context to the edge application configuration create edge application bundle params

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleParams) WithDefaults added in v1.0.2

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

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge application configuration create edge application bundle params

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge application configuration create edge application bundle params

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge application configuration create edge application bundle params

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationConfigurationCreateEdgeApplicationBundleReader added in v1.0.2

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

EdgeApplicationConfigurationCreateEdgeApplicationBundleReader is a Reader for the EdgeApplicationConfigurationCreateEdgeApplicationBundle structure.

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationConfigurationCreateEdgeApplicationBundleUnauthorized added in v1.0.2

type EdgeApplicationConfigurationCreateEdgeApplicationBundleUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleUnauthorized() *EdgeApplicationConfigurationCreateEdgeApplicationBundleUnauthorized

NewEdgeApplicationConfigurationCreateEdgeApplicationBundleUnauthorized creates a EdgeApplicationConfigurationCreateEdgeApplicationBundleUnauthorized with default headers values

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleUnauthorized) Error added in v1.0.2

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration create edge application bundle unauthorized response has a 4xx status code

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleUnauthorized) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration create edge application bundle unauthorized response has a 3xx status code

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration create edge application bundle unauthorized response has a 5xx status code

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration create edge application bundle unauthorized response has a 2xx status code

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleUnauthorized) String added in v1.0.2

type EdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict added in v1.0.2

type EdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because there are instances of this edge application deployed in edge node(s)

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict added in v1.0.2

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict() *EdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict

NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict creates a EdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict with default headers values

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict) Error added in v1.0.2

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration delete edge application bundle conflict response has a 4xx status code

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration delete edge application bundle conflict response has a 3xx status code

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration delete edge application bundle conflict response has a 5xx status code

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration delete edge application bundle conflict response has a 2xx status code

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict) String added in v1.0.2

type EdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault added in v1.0.2

type EdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault added in v1.0.2

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault(code int) *EdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault

NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault creates a EdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault with default headers values

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault) Code added in v1.0.2

Code gets the status code for the edge application configuration delete edge application bundle default response

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault) Error added in v1.0.2

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration delete edge application bundle default response has a 4xx status code

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration delete edge application bundle default response has a 3xx status code

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration delete edge application bundle default response has a 5xx status code

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration delete edge application bundle default response has a 2xx status code

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault) String added in v1.0.2

type EdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden added in v1.0.2

type EdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden 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 application level access permission for the operation or does not have access scope to the project.

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden added in v1.0.2

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden() *EdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden

NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden creates a EdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden with default headers values

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden) Error added in v1.0.2

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration delete edge application bundle forbidden response has a 4xx status code

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration delete edge application bundle forbidden response has a 3xx status code

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration delete edge application bundle forbidden response has a 5xx status code

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration delete edge application bundle forbidden response has a 2xx status code

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden) String added in v1.0.2

type EdgeApplicationConfigurationDeleteEdgeApplicationBundleGatewayTimeout added in v1.0.2

type EdgeApplicationConfigurationDeleteEdgeApplicationBundleGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleGatewayTimeout() *EdgeApplicationConfigurationDeleteEdgeApplicationBundleGatewayTimeout

NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleGatewayTimeout creates a EdgeApplicationConfigurationDeleteEdgeApplicationBundleGatewayTimeout with default headers values

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleGatewayTimeout) String added in v1.0.2

type EdgeApplicationConfigurationDeleteEdgeApplicationBundleInternalServerError added in v1.0.2

type EdgeApplicationConfigurationDeleteEdgeApplicationBundleInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleInternalServerError() *EdgeApplicationConfigurationDeleteEdgeApplicationBundleInternalServerError

NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleInternalServerError creates a EdgeApplicationConfigurationDeleteEdgeApplicationBundleInternalServerError with default headers values

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleInternalServerError) Error added in v1.0.2

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleInternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleInternalServerError) String added in v1.0.2

type EdgeApplicationConfigurationDeleteEdgeApplicationBundleNotFound added in v1.0.2

type EdgeApplicationConfigurationDeleteEdgeApplicationBundleNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleNotFound() *EdgeApplicationConfigurationDeleteEdgeApplicationBundleNotFound

NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleNotFound creates a EdgeApplicationConfigurationDeleteEdgeApplicationBundleNotFound with default headers values

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleNotFound) Error added in v1.0.2

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleNotFound) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleNotFound) IsClientError added in v1.0.2

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleNotFound) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleNotFound) IsRedirect added in v1.0.2

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleNotFound) IsServerError added in v1.0.2

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleNotFound) IsSuccess added in v1.0.2

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleNotFound) String added in v1.0.2

type EdgeApplicationConfigurationDeleteEdgeApplicationBundleOK added in v1.0.2

type EdgeApplicationConfigurationDeleteEdgeApplicationBundleOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleOK added in v1.0.2

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleOK() *EdgeApplicationConfigurationDeleteEdgeApplicationBundleOK

NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleOK creates a EdgeApplicationConfigurationDeleteEdgeApplicationBundleOK with default headers values

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleOK) Error added in v1.0.2

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleOK) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleOK) IsClientError added in v1.0.2

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleOK) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleOK) IsRedirect added in v1.0.2

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleOK) IsServerError added in v1.0.2

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleOK) IsSuccess added in v1.0.2

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleOK) String added in v1.0.2

type EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams added in v1.0.2

type EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams struct {

	/* XRequestID.

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

	/* ID.

	   System defined universally unique Id of the edge application
	*/
	ID string

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

EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams contains all the parameters to send to the API endpoint

for the edge application configuration delete edge application bundle operation.

Typically these are written to a http.Request.

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleParams added in v1.0.2

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleParams() *EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams

NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleParams creates a new EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams 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 NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleParamsWithContext added in v1.0.2

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleParamsWithContext(ctx context.Context) *EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams

NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleParamsWithContext creates a new EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams object with the ability to set a context for a request.

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleParamsWithHTTPClient(client *http.Client) *EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams

NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleParamsWithHTTPClient creates a new EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleParamsWithTimeout added in v1.0.2

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleParamsWithTimeout(timeout time.Duration) *EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams

NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleParamsWithTimeout creates a new EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams object with the ability to set a timeout on a request.

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams) SetContext added in v1.0.2

SetContext adds the context to the edge application configuration delete edge application bundle params

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the edge application configuration delete edge application bundle params (not the query body).

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge application configuration delete edge application bundle params

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams) SetID added in v1.0.2

SetID adds the id to the edge application configuration delete edge application bundle params

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge application configuration delete edge application bundle params

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge application configuration delete edge application bundle params

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams) WithContext added in v1.0.2

WithContext adds the context to the edge application configuration delete edge application bundle params

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the edge application configuration delete edge application bundle params (not the query body).

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge application configuration delete edge application bundle params

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams) WithID added in v1.0.2

WithID adds the id to the edge application configuration delete edge application bundle params

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge application configuration delete edge application bundle params

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge application configuration delete edge application bundle params

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationConfigurationDeleteEdgeApplicationBundleReader added in v1.0.2

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

EdgeApplicationConfigurationDeleteEdgeApplicationBundleReader is a Reader for the EdgeApplicationConfigurationDeleteEdgeApplicationBundle structure.

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationConfigurationDeleteEdgeApplicationBundleUnauthorized added in v1.0.2

type EdgeApplicationConfigurationDeleteEdgeApplicationBundleUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleUnauthorized() *EdgeApplicationConfigurationDeleteEdgeApplicationBundleUnauthorized

NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleUnauthorized creates a EdgeApplicationConfigurationDeleteEdgeApplicationBundleUnauthorized with default headers values

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleUnauthorized) Error added in v1.0.2

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration delete edge application bundle unauthorized response has a 4xx status code

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleUnauthorized) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration delete edge application bundle unauthorized response has a 3xx status code

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration delete edge application bundle unauthorized response has a 5xx status code

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration delete edge application bundle unauthorized response has a 2xx status code

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleUnauthorized) String added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleByNameDefault added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleByNameDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameDefault added in v1.0.2

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameDefault(code int) *EdgeApplicationConfigurationGetEdgeApplicationBundleByNameDefault

NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameDefault creates a EdgeApplicationConfigurationGetEdgeApplicationBundleByNameDefault with default headers values

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameDefault) Code added in v1.0.2

Code gets the status code for the edge application configuration get edge application bundle by name default response

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameDefault) Error added in v1.0.2

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameDefault) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameDefault) IsClientError added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameDefault) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameDefault) IsRedirect added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameDefault) IsServerError added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameDefault) IsSuccess added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameDefault) String added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleByNameForbidden added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeApplicationConfigurationGetEdgeApplicationBundleByNameForbidden 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 application level access permission for the operation or does not have access scope to the project.

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameForbidden added in v1.0.2

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameForbidden() *EdgeApplicationConfigurationGetEdgeApplicationBundleByNameForbidden

NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameForbidden creates a EdgeApplicationConfigurationGetEdgeApplicationBundleByNameForbidden with default headers values

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameForbidden) Error added in v1.0.2

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameForbidden) IsClientError added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameForbidden) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameForbidden) IsRedirect added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameForbidden) IsServerError added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameForbidden) IsSuccess added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameForbidden) String added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleByNameGatewayTimeout added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameGatewayTimeout() *EdgeApplicationConfigurationGetEdgeApplicationBundleByNameGatewayTimeout

NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameGatewayTimeout creates a EdgeApplicationConfigurationGetEdgeApplicationBundleByNameGatewayTimeout with default headers values

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameGatewayTimeout) String added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleByNameInternalServerError added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameInternalServerError() *EdgeApplicationConfigurationGetEdgeApplicationBundleByNameInternalServerError

NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameInternalServerError creates a EdgeApplicationConfigurationGetEdgeApplicationBundleByNameInternalServerError with default headers values

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameInternalServerError) Error added in v1.0.2

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameInternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameInternalServerError) String added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleByNameNotFound added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameNotFound() *EdgeApplicationConfigurationGetEdgeApplicationBundleByNameNotFound

NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameNotFound creates a EdgeApplicationConfigurationGetEdgeApplicationBundleByNameNotFound with default headers values

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameNotFound) Error added in v1.0.2

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameNotFound) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameNotFound) IsClientError added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameNotFound) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameNotFound) IsRedirect added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameNotFound) IsServerError added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameNotFound) IsSuccess added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameNotFound) String added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleByNameOK added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleByNameOK struct {
	Payload *swagger_models.App
}

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

A successful response.

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameOK added in v1.0.2

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameOK() *EdgeApplicationConfigurationGetEdgeApplicationBundleByNameOK

NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameOK creates a EdgeApplicationConfigurationGetEdgeApplicationBundleByNameOK with default headers values

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameOK) Error added in v1.0.2

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameOK) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameOK) IsClientError added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameOK) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameOK) IsRedirect added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameOK) IsServerError added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameOK) IsSuccess added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameOK) String added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams struct {

	/* XRequestID.

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

	/* Name.

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

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

EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams contains all the parameters to send to the API endpoint

for the edge application configuration get edge application bundle by name operation.

Typically these are written to a http.Request.

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams added in v1.0.2

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams() *EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams

NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams creates a new EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams 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 NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameParamsWithContext added in v1.0.2

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameParamsWithContext(ctx context.Context) *EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams

NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameParamsWithContext creates a new EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams object with the ability to set a context for a request.

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameParamsWithHTTPClient(client *http.Client) *EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams

NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameParamsWithHTTPClient creates a new EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameParamsWithTimeout added in v1.0.2

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameParamsWithTimeout(timeout time.Duration) *EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams

NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameParamsWithTimeout creates a new EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams object with the ability to set a timeout on a request.

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams) SetContext added in v1.0.2

SetContext adds the context to the edge application configuration get edge application bundle by name params

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams) SetDefaults added in v1.0.2

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

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge application configuration get edge application bundle by name params

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams) SetName added in v1.0.2

SetName adds the name to the edge application configuration get edge application bundle by name params

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge application configuration get edge application bundle by name params

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge application configuration get edge application bundle by name params

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams) WithContext added in v1.0.2

WithContext adds the context to the edge application configuration get edge application bundle by name params

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams) WithDefaults added in v1.0.2

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

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge application configuration get edge application bundle by name params

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams) WithName added in v1.0.2

WithName adds the name to the edge application configuration get edge application bundle by name params

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge application configuration get edge application bundle by name params

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge application configuration get edge application bundle by name params

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationConfigurationGetEdgeApplicationBundleByNameReader added in v1.0.2

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

EdgeApplicationConfigurationGetEdgeApplicationBundleByNameReader is a Reader for the EdgeApplicationConfigurationGetEdgeApplicationBundleByName structure.

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationConfigurationGetEdgeApplicationBundleByNameUnauthorized added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameUnauthorized() *EdgeApplicationConfigurationGetEdgeApplicationBundleByNameUnauthorized

NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameUnauthorized creates a EdgeApplicationConfigurationGetEdgeApplicationBundleByNameUnauthorized with default headers values

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameUnauthorized) Error added in v1.0.2

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameUnauthorized) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameUnauthorized) String added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleDefault added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleDefault added in v1.0.2

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleDefault(code int) *EdgeApplicationConfigurationGetEdgeApplicationBundleDefault

NewEdgeApplicationConfigurationGetEdgeApplicationBundleDefault creates a EdgeApplicationConfigurationGetEdgeApplicationBundleDefault with default headers values

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleDefault) Code added in v1.0.2

Code gets the status code for the edge application configuration get edge application bundle default response

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleDefault) Error added in v1.0.2

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleDefault) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleDefault) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration get edge application bundle default response has a 4xx status code

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleDefault) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration get edge application bundle default response has a 3xx status code

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleDefault) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration get edge application bundle default response has a 5xx status code

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration get edge application bundle default response has a 2xx status code

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleDefault) String added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleForbidden added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeApplicationConfigurationGetEdgeApplicationBundleForbidden 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 application level access permission for the operation or does not have access scope to the project.

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleForbidden added in v1.0.2

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleForbidden() *EdgeApplicationConfigurationGetEdgeApplicationBundleForbidden

NewEdgeApplicationConfigurationGetEdgeApplicationBundleForbidden creates a EdgeApplicationConfigurationGetEdgeApplicationBundleForbidden with default headers values

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleForbidden) Error added in v1.0.2

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleForbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration get edge application bundle forbidden response has a 4xx status code

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleForbidden) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration get edge application bundle forbidden response has a 3xx status code

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleForbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration get edge application bundle forbidden response has a 5xx status code

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration get edge application bundle forbidden response has a 2xx status code

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleForbidden) String added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleGatewayTimeout added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleGatewayTimeout() *EdgeApplicationConfigurationGetEdgeApplicationBundleGatewayTimeout

NewEdgeApplicationConfigurationGetEdgeApplicationBundleGatewayTimeout creates a EdgeApplicationConfigurationGetEdgeApplicationBundleGatewayTimeout with default headers values

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleGatewayTimeout) String added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleInternalServerError added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleInternalServerError() *EdgeApplicationConfigurationGetEdgeApplicationBundleInternalServerError

NewEdgeApplicationConfigurationGetEdgeApplicationBundleInternalServerError creates a EdgeApplicationConfigurationGetEdgeApplicationBundleInternalServerError with default headers values

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleInternalServerError) Error added in v1.0.2

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleInternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleInternalServerError) String added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleNotFound added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleNotFound() *EdgeApplicationConfigurationGetEdgeApplicationBundleNotFound

NewEdgeApplicationConfigurationGetEdgeApplicationBundleNotFound creates a EdgeApplicationConfigurationGetEdgeApplicationBundleNotFound with default headers values

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleNotFound) Error added in v1.0.2

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleNotFound) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleNotFound) IsClientError added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleNotFound) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleNotFound) IsRedirect added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleNotFound) IsServerError added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleNotFound) IsSuccess added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleNotFound) String added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleOK added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleOK struct {
	Payload *swagger_models.App
}

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

A successful response.

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleOK added in v1.0.2

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleOK() *EdgeApplicationConfigurationGetEdgeApplicationBundleOK

NewEdgeApplicationConfigurationGetEdgeApplicationBundleOK creates a EdgeApplicationConfigurationGetEdgeApplicationBundleOK with default headers values

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleOK) Error added in v1.0.2

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleOK) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleOK) IsClientError added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleOK) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleOK) IsRedirect added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleOK) IsServerError added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleOK) IsSuccess added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleOK) String added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleParams added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleParams struct {

	/* XRequestID.

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

	/* ID.

	   System defined universally unique Id of the edge application
	*/
	ID string

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

EdgeApplicationConfigurationGetEdgeApplicationBundleParams contains all the parameters to send to the API endpoint

for the edge application configuration get edge application bundle operation.

Typically these are written to a http.Request.

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleParams added in v1.0.2

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleParams() *EdgeApplicationConfigurationGetEdgeApplicationBundleParams

NewEdgeApplicationConfigurationGetEdgeApplicationBundleParams creates a new EdgeApplicationConfigurationGetEdgeApplicationBundleParams 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 NewEdgeApplicationConfigurationGetEdgeApplicationBundleParamsWithContext added in v1.0.2

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleParamsWithContext(ctx context.Context) *EdgeApplicationConfigurationGetEdgeApplicationBundleParams

NewEdgeApplicationConfigurationGetEdgeApplicationBundleParamsWithContext creates a new EdgeApplicationConfigurationGetEdgeApplicationBundleParams object with the ability to set a context for a request.

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleParamsWithHTTPClient(client *http.Client) *EdgeApplicationConfigurationGetEdgeApplicationBundleParams

NewEdgeApplicationConfigurationGetEdgeApplicationBundleParamsWithHTTPClient creates a new EdgeApplicationConfigurationGetEdgeApplicationBundleParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleParamsWithTimeout added in v1.0.2

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleParamsWithTimeout(timeout time.Duration) *EdgeApplicationConfigurationGetEdgeApplicationBundleParams

NewEdgeApplicationConfigurationGetEdgeApplicationBundleParamsWithTimeout creates a new EdgeApplicationConfigurationGetEdgeApplicationBundleParams object with the ability to set a timeout on a request.

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleParams) SetContext added in v1.0.2

SetContext adds the context to the edge application configuration get edge application bundle params

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the edge application configuration get edge application bundle params (not the query body).

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge application configuration get edge application bundle params

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleParams) SetID added in v1.0.2

SetID adds the id to the edge application configuration get edge application bundle params

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge application configuration get edge application bundle params

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge application configuration get edge application bundle params

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleParams) WithContext added in v1.0.2

WithContext adds the context to the edge application configuration get edge application bundle params

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the edge application configuration get edge application bundle params (not the query body).

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge application configuration get edge application bundle params

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleParams) WithID added in v1.0.2

WithID adds the id to the edge application configuration get edge application bundle params

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge application configuration get edge application bundle params

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge application configuration get edge application bundle params

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationConfigurationGetEdgeApplicationBundleReader added in v1.0.2

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

EdgeApplicationConfigurationGetEdgeApplicationBundleReader is a Reader for the EdgeApplicationConfigurationGetEdgeApplicationBundle structure.

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationConfigurationGetEdgeApplicationBundleUnauthorized added in v1.0.2

type EdgeApplicationConfigurationGetEdgeApplicationBundleUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleUnauthorized() *EdgeApplicationConfigurationGetEdgeApplicationBundleUnauthorized

NewEdgeApplicationConfigurationGetEdgeApplicationBundleUnauthorized creates a EdgeApplicationConfigurationGetEdgeApplicationBundleUnauthorized with default headers values

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleUnauthorized) Error added in v1.0.2

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration get edge application bundle unauthorized response has a 4xx status code

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleUnauthorized) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration get edge application bundle unauthorized response has a 3xx status code

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration get edge application bundle unauthorized response has a 5xx status code

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration get edge application bundle unauthorized response has a 2xx status code

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleUnauthorized) String added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameDefault added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameDefault added in v1.0.2

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameDefault(code int) *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameDefault

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameDefault creates a EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameDefault with default headers values

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameDefault) Code added in v1.0.2

Code gets the status code for the edge application configuration get global edge application bundle by name default response

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameDefault) Error added in v1.0.2

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameDefault) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameDefault) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration get global edge application bundle by name default response has a 4xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameDefault) IsCode added in v1.0.2

IsCode returns true when this edge application configuration get global edge application bundle by name default response a status code equal to that given

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration get global edge application bundle by name default response has a 3xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameDefault) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration get global edge application bundle by name default response has a 5xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration get global edge application bundle by name default response has a 2xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameDefault) String added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameForbidden added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameForbidden 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 application level access permission for the operation or does not have access scope to the project.

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameForbidden added in v1.0.2

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameForbidden() *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameForbidden

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameForbidden creates a EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameForbidden with default headers values

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameForbidden) Error added in v1.0.2

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameForbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration get global edge application bundle by name forbidden response has a 4xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameForbidden) IsCode added in v1.0.2

IsCode returns true when this edge application configuration get global edge application bundle by name forbidden response a status code equal to that given

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration get global edge application bundle by name forbidden response has a 3xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameForbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration get global edge application bundle by name forbidden response has a 5xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration get global edge application bundle by name forbidden response has a 2xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameForbidden) String added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameGatewayTimeout added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameGatewayTimeout() *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameGatewayTimeout

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameGatewayTimeout creates a EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameGatewayTimeout with default headers values

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration get global edge application bundle by name gateway timeout response has a 4xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this edge application configuration get global edge application bundle by name gateway timeout response a status code equal to that given

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration get global edge application bundle by name gateway timeout response has a 3xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration get global edge application bundle by name gateway timeout response has a 5xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration get global edge application bundle by name gateway timeout response has a 2xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameGatewayTimeout) String added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameInternalServerError added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameInternalServerError() *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameInternalServerError

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameInternalServerError creates a EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameInternalServerError with default headers values

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameInternalServerError) Error added in v1.0.2

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration get global edge application bundle by name internal server error response has a 4xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameInternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration get global edge application bundle by name internal server error response has a 3xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration get global edge application bundle by name internal server error response has a 5xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration get global edge application bundle by name internal server error response has a 2xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameInternalServerError) String added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameNotFound added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameNotFound() *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameNotFound

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameNotFound creates a EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameNotFound with default headers values

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameNotFound) Error added in v1.0.2

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameNotFound) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameNotFound) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration get global edge application bundle by name not found response has a 4xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameNotFound) IsCode added in v1.0.2

IsCode returns true when this edge application configuration get global edge application bundle by name not found response a status code equal to that given

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration get global edge application bundle by name not found response has a 3xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameNotFound) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration get global edge application bundle by name not found response has a 5xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration get global edge application bundle by name not found response has a 2xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameNotFound) String added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameOK added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameOK struct {
	Payload *swagger_models.App
}

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

A successful response.

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameOK added in v1.0.2

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameOK() *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameOK

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameOK creates a EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameOK with default headers values

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameOK) Error added in v1.0.2

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameOK) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameOK) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration get global edge application bundle by name o k response has a 4xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameOK) IsCode added in v1.0.2

IsCode returns true when this edge application configuration get global edge application bundle by name o k response a status code equal to that given

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameOK) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration get global edge application bundle by name o k response has a 3xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameOK) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration get global edge application bundle by name o k response has a 5xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameOK) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration get global edge application bundle by name o k response has a 2xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameOK) String added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams struct {

	/* XRequestID.

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

	/* Name.

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

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

EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams contains all the parameters to send to the API endpoint

for the edge application configuration get global edge application bundle by name operation.

Typically these are written to a http.Request.

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams added in v1.0.2

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams() *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams creates a new EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams 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 NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParamsWithContext added in v1.0.2

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParamsWithContext(ctx context.Context) *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParamsWithContext creates a new EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams object with the ability to set a context for a request.

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParamsWithHTTPClient(client *http.Client) *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParamsWithHTTPClient creates a new EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParamsWithTimeout added in v1.0.2

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParamsWithTimeout(timeout time.Duration) *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParamsWithTimeout creates a new EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams object with the ability to set a timeout on a request.

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams) SetContext added in v1.0.2

SetContext adds the context to the edge application configuration get global edge application bundle by name params

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the edge application configuration get global edge application bundle by name params (not the query body).

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge application configuration get global edge application bundle by name params

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams) SetName added in v1.0.2

SetName adds the name to the edge application configuration get global edge application bundle by name params

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge application configuration get global edge application bundle by name params

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge application configuration get global edge application bundle by name params

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams) WithContext added in v1.0.2

WithContext adds the context to the edge application configuration get global edge application bundle by name params

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the edge application configuration get global edge application bundle by name params (not the query body).

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge application configuration get global edge application bundle by name params

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams) WithName added in v1.0.2

WithName adds the name to the edge application configuration get global edge application bundle by name params

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge application configuration get global edge application bundle by name params

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge application configuration get global edge application bundle by name params

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameReader added in v1.0.2

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

EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameReader is a Reader for the EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByName structure.

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameUnauthorized added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameUnauthorized() *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameUnauthorized

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameUnauthorized creates a EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameUnauthorized with default headers values

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameUnauthorized) Error added in v1.0.2

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration get global edge application bundle by name unauthorized response has a 4xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameUnauthorized) IsCode added in v1.0.2

IsCode returns true when this edge application configuration get global edge application bundle by name unauthorized response a status code equal to that given

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration get global edge application bundle by name unauthorized response has a 3xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration get global edge application bundle by name unauthorized response has a 5xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration get global edge application bundle by name unauthorized response has a 2xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameUnauthorized) String added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleDefault added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleDefault added in v1.0.2

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleDefault(code int) *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleDefault

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleDefault creates a EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleDefault with default headers values

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleDefault) Code added in v1.0.2

Code gets the status code for the edge application configuration get global edge application bundle default response

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleDefault) Error added in v1.0.2

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleDefault) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleDefault) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration get global edge application bundle default response has a 4xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleDefault) IsCode added in v1.0.2

IsCode returns true when this edge application configuration get global edge application bundle default response a status code equal to that given

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration get global edge application bundle default response has a 3xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleDefault) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration get global edge application bundle default response has a 5xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration get global edge application bundle default response has a 2xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleDefault) String added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleForbidden added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleForbidden 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 application level access permission for the operation or does not have access scope to the project.

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleForbidden added in v1.0.2

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleForbidden() *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleForbidden

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleForbidden creates a EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleForbidden with default headers values

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleForbidden) Error added in v1.0.2

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleForbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration get global edge application bundle forbidden response has a 4xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleForbidden) IsCode added in v1.0.2

IsCode returns true when this edge application configuration get global edge application bundle forbidden response a status code equal to that given

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration get global edge application bundle forbidden response has a 3xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleForbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration get global edge application bundle forbidden response has a 5xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration get global edge application bundle forbidden response has a 2xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleForbidden) String added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleGatewayTimeout added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleGatewayTimeout() *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleGatewayTimeout

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleGatewayTimeout creates a EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleGatewayTimeout with default headers values

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration get global edge application bundle gateway timeout response has a 4xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this edge application configuration get global edge application bundle gateway timeout response a status code equal to that given

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration get global edge application bundle gateway timeout response has a 3xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration get global edge application bundle gateway timeout response has a 5xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration get global edge application bundle gateway timeout response has a 2xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleGatewayTimeout) String added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleInternalServerError added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleInternalServerError() *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleInternalServerError

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleInternalServerError creates a EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleInternalServerError with default headers values

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleInternalServerError) Error added in v1.0.2

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration get global edge application bundle internal server error response has a 4xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleInternalServerError) IsCode added in v1.0.2

IsCode returns true when this edge application configuration get global edge application bundle internal server error response a status code equal to that given

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration get global edge application bundle internal server error response has a 3xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration get global edge application bundle internal server error response has a 5xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration get global edge application bundle internal server error response has a 2xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleInternalServerError) String added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleNotFound added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleNotFound() *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleNotFound

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleNotFound creates a EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleNotFound with default headers values

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleNotFound) Error added in v1.0.2

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleNotFound) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleNotFound) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration get global edge application bundle not found response has a 4xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleNotFound) IsCode added in v1.0.2

IsCode returns true when this edge application configuration get global edge application bundle not found response a status code equal to that given

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration get global edge application bundle not found response has a 3xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleNotFound) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration get global edge application bundle not found response has a 5xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration get global edge application bundle not found response has a 2xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleNotFound) String added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK struct {
	Payload *swagger_models.App
}

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

A successful response.

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK added in v1.0.2

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK() *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK creates a EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK with default headers values

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK) Error added in v1.0.2

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration get global edge application bundle o k response has a 4xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK) IsCode added in v1.0.2

IsCode returns true when this edge application configuration get global edge application bundle o k response a status code equal to that given

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration get global edge application bundle o k response has a 3xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration get global edge application bundle o k response has a 5xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration get global edge application bundle o k response has a 2xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK) String added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams struct {

	/* XRequestID.

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

	/* ID.

	   System defined universally unique Id of the edge application
	*/
	ID string

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

EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams contains all the parameters to send to the API endpoint

for the edge application configuration get global edge application bundle operation.

Typically these are written to a http.Request.

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams added in v1.0.2

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams() *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams creates a new EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams 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 NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParamsWithContext added in v1.0.2

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParamsWithContext(ctx context.Context) *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParamsWithContext creates a new EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams object with the ability to set a context for a request.

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParamsWithHTTPClient(client *http.Client) *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParamsWithHTTPClient creates a new EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParamsWithTimeout added in v1.0.2

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParamsWithTimeout(timeout time.Duration) *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParamsWithTimeout creates a new EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams object with the ability to set a timeout on a request.

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams) SetContext added in v1.0.2

SetContext adds the context to the edge application configuration get global edge application bundle params

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the edge application configuration get global edge application bundle params (not the query body).

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge application configuration get global edge application bundle params

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams) SetID added in v1.0.2

SetID adds the id to the edge application configuration get global edge application bundle params

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge application configuration get global edge application bundle params

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge application configuration get global edge application bundle params

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams) WithContext added in v1.0.2

WithContext adds the context to the edge application configuration get global edge application bundle params

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the edge application configuration get global edge application bundle params (not the query body).

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge application configuration get global edge application bundle params

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams) WithID added in v1.0.2

WithID adds the id to the edge application configuration get global edge application bundle params

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge application configuration get global edge application bundle params

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge application configuration get global edge application bundle params

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleReader added in v1.0.2

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

EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleReader is a Reader for the EdgeApplicationConfigurationGetGlobalEdgeApplicationBundle structure.

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleUnauthorized added in v1.0.2

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleUnauthorized() *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleUnauthorized

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleUnauthorized creates a EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleUnauthorized with default headers values

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleUnauthorized) Error added in v1.0.2

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration get global edge application bundle unauthorized response has a 4xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleUnauthorized) IsCode added in v1.0.2

IsCode returns true when this edge application configuration get global edge application bundle unauthorized response a status code equal to that given

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration get global edge application bundle unauthorized response has a 3xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration get global edge application bundle unauthorized response has a 5xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration get global edge application bundle unauthorized response has a 2xx status code

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleUnauthorized) String added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListBadRequest added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListBadRequest() *EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListBadRequest

NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListBadRequest creates a EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListBadRequest with default headers values

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListBadRequest) Error added in v1.0.2

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListBadRequest) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListBadRequest) IsClientError added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListBadRequest) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListBadRequest) IsRedirect added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListBadRequest) IsServerError added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListBadRequest) IsSuccess added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListBadRequest) String added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListDefault added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListDefault added in v1.0.2

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListDefault(code int) *EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListDefault

NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListDefault creates a EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListDefault with default headers values

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListDefault) Code added in v1.0.2

Code gets the status code for the edge application configuration query edge application bundle project list default response

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListDefault) Error added in v1.0.2

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListDefault) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListDefault) IsClientError added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListDefault) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListDefault) IsRedirect added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListDefault) IsServerError added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListDefault) IsSuccess added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListDefault) String added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListForbidden added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListForbidden 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 application level access permission for the operation or does not have access scope to the project.

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListForbidden added in v1.0.2

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListForbidden() *EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListForbidden

NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListForbidden creates a EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListForbidden with default headers values

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListForbidden) Error added in v1.0.2

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListForbidden) IsClientError added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListForbidden) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListForbidden) IsRedirect added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListForbidden) IsServerError added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListForbidden) IsSuccess added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListForbidden) String added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListGatewayTimeout added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListGatewayTimeout() *EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListGatewayTimeout

NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListGatewayTimeout creates a EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListGatewayTimeout with default headers values

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListGatewayTimeout) String added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListInternalServerError added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListInternalServerError() *EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListInternalServerError

NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListInternalServerError creates a EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListInternalServerError with default headers values

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListInternalServerError) Error added in v1.0.2

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListInternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListInternalServerError) String added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListOK added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListOK struct {
	Payload *swagger_models.AppProjectList
}

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

A successful response.

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListOK added in v1.0.2

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListOK() *EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListOK

NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListOK creates a EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListOK with default headers values

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListOK) Error added in v1.0.2

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListOK) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListOK) IsClientError added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListOK) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListOK) IsRedirect added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListOK) IsServerError added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListOK) IsSuccess added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListOK) String added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams struct {

	/* XRequestID.

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

	/* ID.

	   System defined universally unique Id of the app bundle
	*/
	ID 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
}

EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams contains all the parameters to send to the API endpoint

for the edge application configuration query edge application bundle project list operation.

Typically these are written to a http.Request.

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams added in v1.0.2

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams() *EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams

NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams creates a new EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams 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 NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParamsWithContext added in v1.0.2

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParamsWithContext(ctx context.Context) *EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams

NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParamsWithContext creates a new EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams object with the ability to set a context for a request.

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParamsWithHTTPClient(client *http.Client) *EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams

NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParamsWithHTTPClient creates a new EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParamsWithTimeout added in v1.0.2

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParamsWithTimeout(timeout time.Duration) *EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams

NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParamsWithTimeout creates a new EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams object with the ability to set a timeout on a request.

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) SetContext added in v1.0.2

SetContext adds the context to the edge application configuration query edge application bundle project list params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) SetDefaults added in v1.0.2

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

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge application configuration query edge application bundle project list params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) SetID added in v1.0.2

SetID adds the id to the edge application configuration query edge application bundle project list params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) SetNextOrderBy added in v1.0.2

SetNextOrderBy adds the nextOrderBy to the edge application configuration query edge application bundle project list params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) SetNextPageNum added in v1.0.2

SetNextPageNum adds the nextPageNum to the edge application configuration query edge application bundle project list params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) SetNextPageSize added in v1.0.2

SetNextPageSize adds the nextPageSize to the edge application configuration query edge application bundle project list params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) SetNextPageToken added in v1.0.2

SetNextPageToken adds the nextPageToken to the edge application configuration query edge application bundle project list params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) SetNextTotalPages added in v1.0.2

SetNextTotalPages adds the nextTotalPages to the edge application configuration query edge application bundle project list params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge application configuration query edge application bundle project list params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge application configuration query edge application bundle project list params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) WithContext added in v1.0.2

WithContext adds the context to the edge application configuration query edge application bundle project list params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) WithDefaults added in v1.0.2

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

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge application configuration query edge application bundle project list params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) WithID added in v1.0.2

WithID adds the id to the edge application configuration query edge application bundle project list params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) WithNextOrderBy added in v1.0.2

WithNextOrderBy adds the nextOrderBy to the edge application configuration query edge application bundle project list params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) WithNextPageNum added in v1.0.2

WithNextPageNum adds the nextPageNum to the edge application configuration query edge application bundle project list params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) WithNextPageSize added in v1.0.2

WithNextPageSize adds the nextPageSize to the edge application configuration query edge application bundle project list params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) WithNextPageToken added in v1.0.2

WithNextPageToken adds the nextPageToken to the edge application configuration query edge application bundle project list params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) WithNextTotalPages added in v1.0.2

WithNextTotalPages adds the nextTotalPages to the edge application configuration query edge application bundle project list params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge application configuration query edge application bundle project list params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge application configuration query edge application bundle project list params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListReader added in v1.0.2

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

EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListReader is a Reader for the EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectList structure.

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListUnauthorized added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListUnauthorized() *EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListUnauthorized

NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListUnauthorized creates a EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListUnauthorized with default headers values

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListUnauthorized) Error added in v1.0.2

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListUnauthorized) IsCode added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListUnauthorized) String added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundlesBadRequest added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundlesBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesBadRequest() *EdgeApplicationConfigurationQueryEdgeApplicationBundlesBadRequest

NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesBadRequest creates a EdgeApplicationConfigurationQueryEdgeApplicationBundlesBadRequest with default headers values

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesBadRequest) Error added in v1.0.2

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesBadRequest) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration query edge application bundles bad request response has a 4xx status code

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesBadRequest) IsCode added in v1.0.2

IsCode returns true when this edge application configuration query edge application bundles bad request response a status code equal to that given

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration query edge application bundles bad request response has a 3xx status code

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration query edge application bundles bad request response has a 5xx status code

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration query edge application bundles bad request response has a 2xx status code

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesBadRequest) String added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault added in v1.0.2

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault(code int) *EdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault

NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault creates a EdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault with default headers values

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault) Code added in v1.0.2

Code gets the status code for the edge application configuration query edge application bundles default response

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault) Error added in v1.0.2

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration query edge application bundles default response has a 4xx status code

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault) IsCode added in v1.0.2

IsCode returns true when this edge application configuration query edge application bundles default response a status code equal to that given

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration query edge application bundles default response has a 3xx status code

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration query edge application bundles default response has a 5xx status code

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration query edge application bundles default response has a 2xx status code

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault) String added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden 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 application level access permission for the operation or does not have access scope to the project.

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden added in v1.0.2

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden() *EdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden

NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden creates a EdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden with default headers values

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden) Error added in v1.0.2

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration query edge application bundles forbidden response has a 4xx status code

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden) IsCode added in v1.0.2

IsCode returns true when this edge application configuration query edge application bundles forbidden response a status code equal to that given

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration query edge application bundles forbidden response has a 3xx status code

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration query edge application bundles forbidden response has a 5xx status code

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration query edge application bundles forbidden response has a 2xx status code

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden) String added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundlesGatewayTimeout added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundlesGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesGatewayTimeout() *EdgeApplicationConfigurationQueryEdgeApplicationBundlesGatewayTimeout

NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesGatewayTimeout creates a EdgeApplicationConfigurationQueryEdgeApplicationBundlesGatewayTimeout with default headers values

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration query edge application bundles gateway timeout response has a 4xx status code

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this edge application configuration query edge application bundles gateway timeout response a status code equal to that given

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration query edge application bundles gateway timeout response has a 3xx status code

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration query edge application bundles gateway timeout response has a 5xx status code

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration query edge application bundles gateway timeout response has a 2xx status code

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesGatewayTimeout) String added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundlesInternalServerError added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundlesInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesInternalServerError() *EdgeApplicationConfigurationQueryEdgeApplicationBundlesInternalServerError

NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesInternalServerError creates a EdgeApplicationConfigurationQueryEdgeApplicationBundlesInternalServerError with default headers values

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesInternalServerError) Error added in v1.0.2

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration query edge application bundles internal server error response has a 4xx status code

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesInternalServerError) IsCode added in v1.0.2

IsCode returns true when this edge application configuration query edge application bundles internal server error response a status code equal to that given

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration query edge application bundles internal server error response has a 3xx status code

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration query edge application bundles internal server error response has a 5xx status code

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration query edge application bundles internal server error response has a 2xx status code

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesInternalServerError) String added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundlesOK added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundlesOK struct {
	Payload *swagger_models.Apps
}

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

A successful response.

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesOK added in v1.0.2

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesOK() *EdgeApplicationConfigurationQueryEdgeApplicationBundlesOK

NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesOK creates a EdgeApplicationConfigurationQueryEdgeApplicationBundlesOK with default headers values

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesOK) Error added in v1.0.2

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesOK) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesOK) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration query edge application bundles o k response has a 4xx status code

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesOK) IsCode added in v1.0.2

IsCode returns true when this edge application configuration query edge application bundles o k response a status code equal to that given

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesOK) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration query edge application bundles o k response has a 3xx status code

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesOK) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration query edge application bundles o k response has a 5xx status code

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesOK) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration query edge application bundles o k response has a 2xx status code

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesOK) String added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams struct {

	/* XRequestID.

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

	/* FilterAppCategory.

	    category type of the bundle

	- APP_CATEGORY_UNSPECIFIED: Invalid Edge Application Category
	- APP_CATEGORY_OPERATING_SYSTEM: Edge operating systems
	- APP_CATEGORY_INDUSTRIAL: Connectity solution for industrial protocols
	- APP_CATEGORY_EDGE_APPLICATION: Edge application framework featuring composite functions for data ingestion, buffering, analytics and export
	- APP_CATEGORY_NETWORKING: Edge networking services (e.g. SD-WAN, NFV)
	- APP_CATEGORY_SECURITY: Edge security services (e.g. protocol inspection, firewall)
	- APP_CATEGORY_DATA_ANALYTICS: Edge analytics (e.g. AI/ML) and data management (e.g. database, connectors) services
	- APP_CATEGORY_CLOUD_APPLICATION: Edge application runtimes, cloud connectivity and general application enablement
	- APP_CATEGORY_DEVOPS: Tools for Edge Application CI/CD and performance optimization
	- APP_CATEGORY_OTHERS: Miscellaneous functionality

	    Default: "APP_CATEGORY_UNSPECIFIED"
	*/
	FilterAppCategory *string

	/* FilterAppType.

	   app type, eg: vm, container, module

	   Default: "APP_TYPE_UNSPECIFIED"
	*/
	FilterAppType *string

	/* FilterCategories.

	    category types of the bundle

	- APP_CATEGORY_UNSPECIFIED: Invalid Edge Application Category
	- APP_CATEGORY_OPERATING_SYSTEM: Edge operating systems
	- APP_CATEGORY_INDUSTRIAL: Connectity solution for industrial protocols
	- APP_CATEGORY_EDGE_APPLICATION: Edge application framework featuring composite functions for data ingestion, buffering, analytics and export
	- APP_CATEGORY_NETWORKING: Edge networking services (e.g. SD-WAN, NFV)
	- APP_CATEGORY_SECURITY: Edge security services (e.g. protocol inspection, firewall)
	- APP_CATEGORY_DATA_ANALYTICS: Edge analytics (e.g. AI/ML) and data management (e.g. database, connectors) services
	- APP_CATEGORY_CLOUD_APPLICATION: Edge application runtimes, cloud connectivity and general application enablement
	- APP_CATEGORY_DEVOPS: Tools for Edge Application CI/CD and performance optimization
	- APP_CATEGORY_OTHERS: Miscellaneous functionality
	*/
	FilterCategories []string

	/* FilterCategory.

	   category type of the bundle
	*/
	FilterCategory *string

	/* FilterDeploymentType.

	   type of deployment for the app, eg: azure, k3s, standalone

	   Default: "DEPLOYMENT_TYPE_UNSPECIFIED"
	*/
	FilterDeploymentType *string

	/* FilterNamePattern.

	   query param : "name-pattern" . Search * namePattern * in name field to filter records
	*/
	FilterNamePattern *string

	/* FilterOriginType.

	     origin of bundle

	 - ORIGIN_UNSPECIFIED: default options, which says no Operation/Invalid Operation
	 - ORIGIN_IMPORTED: Object imported from global enterprise.
	 - ORIGIN_LOCAL: Objectl created locally.
	 - ORIGIN_GLOBAL: Object created in global store,
	to use this type user should have root previlage.

	     Default: "ORIGIN_UNSPECIFIED"
	*/
	FilterOriginType *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
}

EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams contains all the parameters to send to the API endpoint

for the edge application configuration query edge application bundles operation.

Typically these are written to a http.Request.

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesParams added in v1.0.2

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesParams() *EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams

NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesParams creates a new EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams 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 NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesParamsWithContext added in v1.0.2

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesParamsWithContext(ctx context.Context) *EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams

NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesParamsWithContext creates a new EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams object with the ability to set a context for a request.

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesParamsWithHTTPClient(client *http.Client) *EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams

NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesParamsWithHTTPClient creates a new EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesParamsWithTimeout added in v1.0.2

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesParamsWithTimeout(timeout time.Duration) *EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams

NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesParamsWithTimeout creates a new EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams object with the ability to set a timeout on a request.

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetContext added in v1.0.2

SetContext adds the context to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the edge application configuration query edge application bundles params (not the query body).

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetFilterAppCategory added in v1.0.2

func (o *EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetFilterAppCategory(filterAppCategory *string)

SetFilterAppCategory adds the filterAppCategory to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetFilterAppType added in v1.0.2

func (o *EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetFilterAppType(filterAppType *string)

SetFilterAppType adds the filterAppType to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetFilterCategories added in v1.0.2

func (o *EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetFilterCategories(filterCategories []string)

SetFilterCategories adds the filterCategories to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetFilterCategory added in v1.0.2

func (o *EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetFilterCategory(filterCategory *string)

SetFilterCategory adds the filterCategory to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetFilterDeploymentType added in v1.0.2

func (o *EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetFilterDeploymentType(filterDeploymentType *string)

SetFilterDeploymentType adds the filterDeploymentType to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetFilterNamePattern added in v1.0.2

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

SetFilterNamePattern adds the filterNamePattern to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetFilterOriginType added in v1.0.2

func (o *EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetFilterOriginType(filterOriginType *string)

SetFilterOriginType adds the filterOriginType to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetNextOrderBy added in v1.0.2

SetNextOrderBy adds the nextOrderBy to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetNextPageNum added in v1.0.2

SetNextPageNum adds the nextPageNum to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetNextPageSize added in v1.0.2

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

SetNextPageSize adds the nextPageSize to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetNextPageToken added in v1.0.2

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

SetNextPageToken adds the nextPageToken to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetNextTotalPages added in v1.0.2

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

SetNextTotalPages adds the nextTotalPages to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetSummary added in v1.0.2

SetSummary adds the summary to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithContext added in v1.0.2

WithContext adds the context to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the edge application configuration query edge application bundles params (not the query body).

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithFilterAppCategory added in v1.0.2

WithFilterAppCategory adds the filterAppCategory to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithFilterAppType added in v1.0.2

WithFilterAppType adds the filterAppType to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithFilterCategories added in v1.0.2

WithFilterCategories adds the filterCategories to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithFilterCategory added in v1.0.2

WithFilterCategory adds the filterCategory to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithFilterDeploymentType added in v1.0.2

WithFilterDeploymentType adds the filterDeploymentType to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithFilterNamePattern added in v1.0.2

WithFilterNamePattern adds the filterNamePattern to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithFilterOriginType added in v1.0.2

WithFilterOriginType adds the filterOriginType to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithNextOrderBy added in v1.0.2

WithNextOrderBy adds the nextOrderBy to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithNextPageNum added in v1.0.2

WithNextPageNum adds the nextPageNum to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithNextPageSize added in v1.0.2

WithNextPageSize adds the nextPageSize to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithNextPageToken added in v1.0.2

WithNextPageToken adds the nextPageToken to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithNextTotalPages added in v1.0.2

WithNextTotalPages adds the nextTotalPages to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithSummary added in v1.0.2

WithSummary adds the summary to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge application configuration query edge application bundles params

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationConfigurationQueryEdgeApplicationBundlesReader added in v1.0.2

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

EdgeApplicationConfigurationQueryEdgeApplicationBundlesReader is a Reader for the EdgeApplicationConfigurationQueryEdgeApplicationBundles structure.

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationConfigurationQueryEdgeApplicationBundlesUnauthorized added in v1.0.2

type EdgeApplicationConfigurationQueryEdgeApplicationBundlesUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesUnauthorized() *EdgeApplicationConfigurationQueryEdgeApplicationBundlesUnauthorized

NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesUnauthorized creates a EdgeApplicationConfigurationQueryEdgeApplicationBundlesUnauthorized with default headers values

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesUnauthorized) Error added in v1.0.2

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration query edge application bundles unauthorized response has a 4xx status code

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesUnauthorized) IsCode added in v1.0.2

IsCode returns true when this edge application configuration query edge application bundles unauthorized response a status code equal to that given

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration query edge application bundles unauthorized response has a 3xx status code

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration query edge application bundles unauthorized response has a 5xx status code

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration query edge application bundles unauthorized response has a 2xx status code

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesUnauthorized) String added in v1.0.2

type EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesBadRequest added in v1.0.2

type EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesBadRequest() *EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesBadRequest

NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesBadRequest creates a EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesBadRequest with default headers values

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesBadRequest) Error added in v1.0.2

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesBadRequest) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration query global edge application bundles bad request response has a 4xx status code

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesBadRequest) IsCode added in v1.0.2

IsCode returns true when this edge application configuration query global edge application bundles bad request response a status code equal to that given

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration query global edge application bundles bad request response has a 3xx status code

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration query global edge application bundles bad request response has a 5xx status code

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration query global edge application bundles bad request response has a 2xx status code

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesBadRequest) String added in v1.0.2

type EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesDefault added in v1.0.2

type EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesDefault added in v1.0.2

func NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesDefault(code int) *EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesDefault

NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesDefault creates a EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesDefault with default headers values

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesDefault) Code added in v1.0.2

Code gets the status code for the edge application configuration query global edge application bundles default response

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesDefault) Error added in v1.0.2

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesDefault) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesDefault) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration query global edge application bundles default response has a 4xx status code

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesDefault) IsCode added in v1.0.2

IsCode returns true when this edge application configuration query global edge application bundles default response a status code equal to that given

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration query global edge application bundles default response has a 3xx status code

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesDefault) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration query global edge application bundles default response has a 5xx status code

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration query global edge application bundles default response has a 2xx status code

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesDefault) String added in v1.0.2

type EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesForbidden added in v1.0.2

type EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesForbidden 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 application level access permission for the operation or does not have access scope to the project.

func NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesForbidden added in v1.0.2

func NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesForbidden() *EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesForbidden

NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesForbidden creates a EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesForbidden with default headers values

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesForbidden) Error added in v1.0.2

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesForbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration query global edge application bundles forbidden response has a 4xx status code

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesForbidden) IsCode added in v1.0.2

IsCode returns true when this edge application configuration query global edge application bundles forbidden response a status code equal to that given

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration query global edge application bundles forbidden response has a 3xx status code

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesForbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration query global edge application bundles forbidden response has a 5xx status code

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration query global edge application bundles forbidden response has a 2xx status code

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesForbidden) String added in v1.0.2

type EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesGatewayTimeout added in v1.0.2

type EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesGatewayTimeout() *EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesGatewayTimeout

NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesGatewayTimeout creates a EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesGatewayTimeout with default headers values

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration query global edge application bundles gateway timeout response has a 4xx status code

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this edge application configuration query global edge application bundles gateway timeout response a status code equal to that given

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration query global edge application bundles gateway timeout response has a 3xx status code

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration query global edge application bundles gateway timeout response has a 5xx status code

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration query global edge application bundles gateway timeout response has a 2xx status code

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesGatewayTimeout) String added in v1.0.2

type EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesInternalServerError added in v1.0.2

type EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesInternalServerError() *EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesInternalServerError

NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesInternalServerError creates a EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesInternalServerError with default headers values

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesInternalServerError) Error added in v1.0.2

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration query global edge application bundles internal server error response has a 4xx status code

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesInternalServerError) IsCode added in v1.0.2

IsCode returns true when this edge application configuration query global edge application bundles internal server error response a status code equal to that given

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration query global edge application bundles internal server error response has a 3xx status code

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration query global edge application bundles internal server error response has a 5xx status code

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration query global edge application bundles internal server error response has a 2xx status code

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesInternalServerError) String added in v1.0.2

type EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK added in v1.0.2

type EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK struct {
	Payload *swagger_models.Apps
}

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

A successful response.

func NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK added in v1.0.2

func NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK() *EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK

NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK creates a EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK with default headers values

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK) Error added in v1.0.2

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration query global edge application bundles o k response has a 4xx status code

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK) IsCode added in v1.0.2

IsCode returns true when this edge application configuration query global edge application bundles o k response a status code equal to that given

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration query global edge application bundles o k response has a 3xx status code

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration query global edge application bundles o k response has a 5xx status code

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration query global edge application bundles o k response has a 2xx status code

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK) String added in v1.0.2

type EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams added in v1.0.2

type EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams struct {

	/* XRequestID.

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

	/* FilterAppCategory.

	    category type of the bundle

	- APP_CATEGORY_UNSPECIFIED: Invalid Edge Application Category
	- APP_CATEGORY_OPERATING_SYSTEM: Edge operating systems
	- APP_CATEGORY_INDUSTRIAL: Connectity solution for industrial protocols
	- APP_CATEGORY_EDGE_APPLICATION: Edge application framework featuring composite functions for data ingestion, buffering, analytics and export
	- APP_CATEGORY_NETWORKING: Edge networking services (e.g. SD-WAN, NFV)
	- APP_CATEGORY_SECURITY: Edge security services (e.g. protocol inspection, firewall)
	- APP_CATEGORY_DATA_ANALYTICS: Edge analytics (e.g. AI/ML) and data management (e.g. database, connectors) services
	- APP_CATEGORY_CLOUD_APPLICATION: Edge application runtimes, cloud connectivity and general application enablement
	- APP_CATEGORY_DEVOPS: Tools for Edge Application CI/CD and performance optimization
	- APP_CATEGORY_OTHERS: Miscellaneous functionality

	    Default: "APP_CATEGORY_UNSPECIFIED"
	*/
	FilterAppCategory *string

	/* FilterAppType.

	   app type, eg: vm, container, module

	   Default: "APP_TYPE_UNSPECIFIED"
	*/
	FilterAppType *string

	/* FilterCategories.

	    category types of the bundle

	- APP_CATEGORY_UNSPECIFIED: Invalid Edge Application Category
	- APP_CATEGORY_OPERATING_SYSTEM: Edge operating systems
	- APP_CATEGORY_INDUSTRIAL: Connectity solution for industrial protocols
	- APP_CATEGORY_EDGE_APPLICATION: Edge application framework featuring composite functions for data ingestion, buffering, analytics and export
	- APP_CATEGORY_NETWORKING: Edge networking services (e.g. SD-WAN, NFV)
	- APP_CATEGORY_SECURITY: Edge security services (e.g. protocol inspection, firewall)
	- APP_CATEGORY_DATA_ANALYTICS: Edge analytics (e.g. AI/ML) and data management (e.g. database, connectors) services
	- APP_CATEGORY_CLOUD_APPLICATION: Edge application runtimes, cloud connectivity and general application enablement
	- APP_CATEGORY_DEVOPS: Tools for Edge Application CI/CD and performance optimization
	- APP_CATEGORY_OTHERS: Miscellaneous functionality
	*/
	FilterCategories []string

	/* FilterCategory.

	   category type of the bundle
	*/
	FilterCategory *string

	/* FilterDeploymentType.

	   type of deployment for the app, eg: azure, k3s, standalone

	   Default: "DEPLOYMENT_TYPE_UNSPECIFIED"
	*/
	FilterDeploymentType *string

	/* FilterNamePattern.

	   query param : "name-pattern" . Search * namePattern * in name field to filter records
	*/
	FilterNamePattern *string

	/* FilterOriginType.

	     origin of bundle

	 - ORIGIN_UNSPECIFIED: default options, which says no Operation/Invalid Operation
	 - ORIGIN_IMPORTED: Object imported from global enterprise.
	 - ORIGIN_LOCAL: Objectl created locally.
	 - ORIGIN_GLOBAL: Object created in global store,
	to use this type user should have root previlage.

	     Default: "ORIGIN_UNSPECIFIED"
	*/
	FilterOriginType *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
}

EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams contains all the parameters to send to the API endpoint

for the edge application configuration query global edge application bundles operation.

Typically these are written to a http.Request.

func NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams added in v1.0.2

func NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams() *EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams

NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams creates a new EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams 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 NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParamsWithContext added in v1.0.2

func NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParamsWithContext(ctx context.Context) *EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams

NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParamsWithContext creates a new EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams object with the ability to set a context for a request.

func NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParamsWithHTTPClient(client *http.Client) *EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams

NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParamsWithHTTPClient creates a new EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParamsWithTimeout added in v1.0.2

func NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParamsWithTimeout(timeout time.Duration) *EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams

NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParamsWithTimeout creates a new EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams object with the ability to set a timeout on a request.

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetContext added in v1.0.2

SetContext adds the context to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the edge application configuration query global edge application bundles params (not the query body).

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetFilterAppCategory added in v1.0.2

func (o *EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetFilterAppCategory(filterAppCategory *string)

SetFilterAppCategory adds the filterAppCategory to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetFilterAppType added in v1.0.2

SetFilterAppType adds the filterAppType to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetFilterCategories added in v1.0.2

func (o *EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetFilterCategories(filterCategories []string)

SetFilterCategories adds the filterCategories to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetFilterCategory added in v1.0.2

SetFilterCategory adds the filterCategory to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetFilterDeploymentType added in v1.0.2

func (o *EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetFilterDeploymentType(filterDeploymentType *string)

SetFilterDeploymentType adds the filterDeploymentType to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetFilterNamePattern added in v1.0.2

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

SetFilterNamePattern adds the filterNamePattern to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetFilterOriginType added in v1.0.2

func (o *EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetFilterOriginType(filterOriginType *string)

SetFilterOriginType adds the filterOriginType to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetNextOrderBy added in v1.0.2

SetNextOrderBy adds the nextOrderBy to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetNextPageNum added in v1.0.2

SetNextPageNum adds the nextPageNum to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetNextPageSize added in v1.0.2

SetNextPageSize adds the nextPageSize to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetNextPageToken added in v1.0.2

SetNextPageToken adds the nextPageToken to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetNextTotalPages added in v1.0.2

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

SetNextTotalPages adds the nextTotalPages to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetSummary added in v1.0.2

SetSummary adds the summary to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithContext added in v1.0.2

WithContext adds the context to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the edge application configuration query global edge application bundles params (not the query body).

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithFilterAppCategory added in v1.0.2

WithFilterAppCategory adds the filterAppCategory to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithFilterAppType added in v1.0.2

WithFilterAppType adds the filterAppType to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithFilterCategories added in v1.0.2

WithFilterCategories adds the filterCategories to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithFilterCategory added in v1.0.2

WithFilterCategory adds the filterCategory to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithFilterDeploymentType added in v1.0.2

WithFilterDeploymentType adds the filterDeploymentType to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithFilterNamePattern added in v1.0.2

WithFilterNamePattern adds the filterNamePattern to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithFilterOriginType added in v1.0.2

WithFilterOriginType adds the filterOriginType to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithNextOrderBy added in v1.0.2

WithNextOrderBy adds the nextOrderBy to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithNextPageNum added in v1.0.2

WithNextPageNum adds the nextPageNum to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithNextPageSize added in v1.0.2

WithNextPageSize adds the nextPageSize to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithNextPageToken added in v1.0.2

WithNextPageToken adds the nextPageToken to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithNextTotalPages added in v1.0.2

WithNextTotalPages adds the nextTotalPages to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithSummary added in v1.0.2

WithSummary adds the summary to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge application configuration query global edge application bundles params

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesReader added in v1.0.2

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

EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesReader is a Reader for the EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundles structure.

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesUnauthorized added in v1.0.2

type EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesUnauthorized() *EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesUnauthorized

NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesUnauthorized creates a EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesUnauthorized with default headers values

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesUnauthorized) Error added in v1.0.2

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration query global edge application bundles unauthorized response has a 4xx status code

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesUnauthorized) IsCode added in v1.0.2

IsCode returns true when this edge application configuration query global edge application bundles unauthorized response a status code equal to that given

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration query global edge application bundles unauthorized response has a 3xx status code

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration query global edge application bundles unauthorized response has a 5xx status code

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration query global edge application bundles unauthorized response has a 2xx status code

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesUnauthorized) String added in v1.0.2

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleBody added in v1.0.2

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleBody struct {

	// user defined cpus for bundle
	Cpus int64 `json:"cpus,omitempty"`

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

	// user defined drives
	// Read Only: true
	Drives int64 `json:"drives,omitempty"`

	// Flag to represent where app bundle is already imported
	IsImported bool `json:"isImported,omitempty"`

	// user defined manifest in JSON format
	ManifestJSON *swagger_models.VMManifest `json:"manifestJSON,omitempty"`

	// user defined memory for bundle
	Memory int64 `json:"memory,omitempty"`

	// User defined name of the edge application, unique across the enterprise. Once object 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"`

	// user defined network options
	Networks int64 `json:"networks,omitempty"`

	// origin of object
	// Required: true
	OriginType *swagger_models.Origin `json:"originType"`

	// origin and parent related details
	ParentDetail *swagger_models.ObjectParentDetail `json:"parentDetail,omitempty"`

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

	// system defined info
	Revision *swagger_models.ObjectRevision `json:"revision,omitempty"`

	// user defined storage for bundle
	Storage int64 `json:"storage,omitempty"`

	// User defined title of the edge application. 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"`

	// User defined version for the given edge-app
	UserDefinedVersion string `json:"userDefinedVersion,omitempty"`
}

EdgeApplicationConfigurationUpdateEdgeApplicationBundleBody Edge application detailed configuration // // Edge application gets installed/uninstalled to/from edge node(s) and perform specific edge computing tasks. Lifecycle of Edge application (upgrade/restart) on Edge node can be managed and monitored by ZEDEDA Cloud controller through this detailed configuration. // Example: {"name":"sample-app","originType":"ORIGIN_LOCAL","title":"Sample Edge Applications"} swagger:model EdgeApplicationConfigurationUpdateEdgeApplicationBundleBody

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleBody) ContextValidate added in v1.0.2

ContextValidate validate this edge application configuration update edge application bundle body based on the context it is used

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleBody) MarshalBinary added in v1.0.2

MarshalBinary interface implementation

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleBody) UnmarshalBinary added in v1.0.2

UnmarshalBinary interface implementation

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleBody) Validate added in v1.0.2

Validate validates this edge application configuration update edge application bundle body

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict added in v1.0.2

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict 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 network record.

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict added in v1.0.2

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict() *EdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict

NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict creates a EdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict with default headers values

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict) Error added in v1.0.2

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration update edge application bundle conflict response has a 4xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict) IsCode added in v1.0.2

IsCode returns true when this edge application configuration update edge application bundle conflict response a status code equal to that given

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration update edge application bundle conflict response has a 3xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration update edge application bundle conflict response has a 5xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration update edge application bundle conflict response has a 2xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict) String added in v1.0.2

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault added in v1.0.2

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault added in v1.0.2

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault(code int) *EdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault

NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault creates a EdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault with default headers values

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault) Code added in v1.0.2

Code gets the status code for the edge application configuration update edge application bundle default response

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault) Error added in v1.0.2

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration update edge application bundle default response has a 4xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault) IsCode added in v1.0.2

IsCode returns true when this edge application configuration update edge application bundle default response a status code equal to that given

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration update edge application bundle default response has a 3xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration update edge application bundle default response has a 5xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration update edge application bundle default response has a 2xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault) String added in v1.0.2

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden added in v1.0.2

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden 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 application level access permission for the operation or does not have access scope to the project.

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden added in v1.0.2

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden() *EdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden

NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden creates a EdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden with default headers values

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden) Error added in v1.0.2

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration update edge application bundle forbidden response has a 4xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden) IsCode added in v1.0.2

IsCode returns true when this edge application configuration update edge application bundle forbidden response a status code equal to that given

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration update edge application bundle forbidden response has a 3xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration update edge application bundle forbidden response has a 5xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration update edge application bundle forbidden response has a 2xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden) String added in v1.0.2

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleGatewayTimeout added in v1.0.2

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleGatewayTimeout() *EdgeApplicationConfigurationUpdateEdgeApplicationBundleGatewayTimeout

NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleGatewayTimeout creates a EdgeApplicationConfigurationUpdateEdgeApplicationBundleGatewayTimeout with default headers values

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration update edge application bundle gateway timeout response has a 4xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this edge application configuration update edge application bundle gateway timeout response a status code equal to that given

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration update edge application bundle gateway timeout response has a 3xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration update edge application bundle gateway timeout response has a 5xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration update edge application bundle gateway timeout response has a 2xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleGatewayTimeout) String added in v1.0.2

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleInternalServerError added in v1.0.2

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleInternalServerError() *EdgeApplicationConfigurationUpdateEdgeApplicationBundleInternalServerError

NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleInternalServerError creates a EdgeApplicationConfigurationUpdateEdgeApplicationBundleInternalServerError with default headers values

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleInternalServerError) Error added in v1.0.2

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration update edge application bundle internal server error response has a 4xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleInternalServerError) IsCode added in v1.0.2

IsCode returns true when this edge application configuration update edge application bundle internal server error response a status code equal to that given

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration update edge application bundle internal server error response has a 3xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration update edge application bundle internal server error response has a 5xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration update edge application bundle internal server error response has a 2xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleInternalServerError) String added in v1.0.2

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleNotFound added in v1.0.2

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleNotFound() *EdgeApplicationConfigurationUpdateEdgeApplicationBundleNotFound

NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleNotFound creates a EdgeApplicationConfigurationUpdateEdgeApplicationBundleNotFound with default headers values

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleNotFound) Error added in v1.0.2

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleNotFound) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleNotFound) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration update edge application bundle not found response has a 4xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleNotFound) IsCode added in v1.0.2

IsCode returns true when this edge application configuration update edge application bundle not found response a status code equal to that given

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration update edge application bundle not found response has a 3xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleNotFound) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration update edge application bundle not found response has a 5xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration update edge application bundle not found response has a 2xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleNotFound) String added in v1.0.2

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleOK added in v1.0.2

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleOK added in v1.0.2

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleOK() *EdgeApplicationConfigurationUpdateEdgeApplicationBundleOK

NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleOK creates a EdgeApplicationConfigurationUpdateEdgeApplicationBundleOK with default headers values

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleOK) Error added in v1.0.2

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleOK) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleOK) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration update edge application bundle o k response has a 4xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleOK) IsCode added in v1.0.2

IsCode returns true when this edge application configuration update edge application bundle o k response a status code equal to that given

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleOK) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration update edge application bundle o k response has a 3xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleOK) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration update edge application bundle o k response has a 5xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleOK) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration update edge application bundle o k response has a 2xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleOK) String added in v1.0.2

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams added in v1.0.2

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams struct {

	/* XRequestID.

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

	// Body.
	Body EdgeApplicationConfigurationUpdateEdgeApplicationBundleBody

	/* ID.

	   System defined universally unique Id of the edge application
	*/
	ID string

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

EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams contains all the parameters to send to the API endpoint

for the edge application configuration update edge application bundle operation.

Typically these are written to a http.Request.

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleParams added in v1.0.2

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleParams() *EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams

NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleParams creates a new EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams 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 NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleParamsWithContext added in v1.0.2

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleParamsWithContext(ctx context.Context) *EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams

NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleParamsWithContext creates a new EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams object with the ability to set a context for a request.

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleParamsWithHTTPClient(client *http.Client) *EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams

NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleParamsWithHTTPClient creates a new EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleParamsWithTimeout added in v1.0.2

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleParamsWithTimeout(timeout time.Duration) *EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams

NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleParamsWithTimeout creates a new EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams object with the ability to set a timeout on a request.

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams) SetBody added in v1.0.2

SetBody adds the body to the edge application configuration update edge application bundle params

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams) SetContext added in v1.0.2

SetContext adds the context to the edge application configuration update edge application bundle params

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the edge application configuration update edge application bundle params (not the query body).

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge application configuration update edge application bundle params

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams) SetID added in v1.0.2

SetID adds the id to the edge application configuration update edge application bundle params

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge application configuration update edge application bundle params

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge application configuration update edge application bundle params

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams) WithBody added in v1.0.2

WithBody adds the body to the edge application configuration update edge application bundle params

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams) WithContext added in v1.0.2

WithContext adds the context to the edge application configuration update edge application bundle params

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the edge application configuration update edge application bundle params (not the query body).

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge application configuration update edge application bundle params

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams) WithID added in v1.0.2

WithID adds the id to the edge application configuration update edge application bundle params

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge application configuration update edge application bundle params

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge application configuration update edge application bundle params

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleReader added in v1.0.2

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

EdgeApplicationConfigurationUpdateEdgeApplicationBundleReader is a Reader for the EdgeApplicationConfigurationUpdateEdgeApplicationBundle structure.

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleUnauthorized added in v1.0.2

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleUnauthorized() *EdgeApplicationConfigurationUpdateEdgeApplicationBundleUnauthorized

NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleUnauthorized creates a EdgeApplicationConfigurationUpdateEdgeApplicationBundleUnauthorized with default headers values

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleUnauthorized) Error added in v1.0.2

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge application configuration update edge application bundle unauthorized response has a 4xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleUnauthorized) IsCode added in v1.0.2

IsCode returns true when this edge application configuration update edge application bundle unauthorized response a status code equal to that given

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application configuration update edge application bundle unauthorized response has a 3xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge application configuration update edge application bundle unauthorized response has a 5xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application configuration update edge application bundle unauthorized response has a 2xx status code

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleUnauthorized) 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