application

package
v2.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplicationNotFound

type ApplicationNotFound struct {
	Payload *models.ZsrvResponse
}

ApplicationNotFound 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

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleNotFound() *ApplicationNotFound

NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleNotFound creates a EdgeApplicationConfigurationDeleteEdgeApplicationBundleNotFound with default headers values

func (*ApplicationNotFound) Code

func (o *ApplicationNotFound) Code() int

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

func (*ApplicationNotFound) Error

func (o *ApplicationNotFound) Error() string

func (*ApplicationNotFound) GetPayload

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

func (*ApplicationNotFound) IsClientError

func (o *ApplicationNotFound) IsClientError() bool

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

func (*ApplicationNotFound) IsCode

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

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

func (*ApplicationNotFound) IsRedirect

func (o *ApplicationNotFound) IsRedirect() bool

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

func (*ApplicationNotFound) IsServerError

func (o *ApplicationNotFound) IsServerError() bool

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

func (*ApplicationNotFound) IsSuccess

func (o *ApplicationNotFound) IsSuccess() bool

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

func (*ApplicationNotFound) String

func (o *ApplicationNotFound) String() string

type Client

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

Client for edge application configuration API

func (*Client) Create

Create creates edge application bundle

Create an edge application bundle record.

func (*Client) Delete

Delete deletes edge application bundle

Delete an edge application bundle record.

func (*Client) EdgeApplicationConfigurationGetGlobalEdgeApplicationBundle

EdgeApplicationConfigurationGetGlobalEdgeApplicationBundle gets global edge application bundle

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

func (*Client) EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByName

EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByName gets global edge application bundle

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

func (*Client) EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectList

EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectList queries the project access list of an edge application bundle

Query the project access list of an edge application bundle

func (*Client) EdgeApplicationConfigurationQueryEdgeApplicationBundles

EdgeApplicationConfigurationQueryEdgeApplicationBundles queries edge application bundles

Query the edge application bundle records.

func (*Client) EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundles

EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundles queries global edge application bundles

Query the edge application bundle records present in the parent enetrprise

func (*Client) GetByID

GetByID gets edge application bundle

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

func (*Client) GetByName

GetByName gets edge application bundle

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

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) Update

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

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

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

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

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

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

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

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

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleBadRequest() *EdgeApplicationConfigurationCreateEdgeApplicationBundleBadRequest

NewEdgeApplicationConfigurationCreateEdgeApplicationBundleBadRequest creates a EdgeApplicationConfigurationCreateEdgeApplicationBundleBadRequest with default headers values

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleBadRequest) Code

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleBadRequest) Error

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleBadRequest) GetPayload

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleBadRequest) IsClientError

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleBadRequest) IsCode

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

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleBadRequest) IsServerError

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleBadRequest) IsSuccess

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleBadRequest) String

type EdgeApplicationConfigurationCreateEdgeApplicationBundleConflict

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

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleConflict() *EdgeApplicationConfigurationCreateEdgeApplicationBundleConflict

NewEdgeApplicationConfigurationCreateEdgeApplicationBundleConflict creates a EdgeApplicationConfigurationCreateEdgeApplicationBundleConflict with default headers values

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleConflict) Code

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleConflict) Error

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleConflict) GetPayload

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleConflict) IsClientError

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleConflict) IsCode

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleConflict) IsRedirect

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleConflict) IsServerError

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleConflict) IsSuccess

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleConflict) String

type EdgeApplicationConfigurationCreateEdgeApplicationBundleDefault

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

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleDefault(code int) *EdgeApplicationConfigurationCreateEdgeApplicationBundleDefault

NewEdgeApplicationConfigurationCreateEdgeApplicationBundleDefault creates a EdgeApplicationConfigurationCreateEdgeApplicationBundleDefault with default headers values

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleDefault) Code

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleDefault) Error

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleDefault) GetPayload

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleDefault) IsClientError

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleDefault) IsCode

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleDefault) IsRedirect

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleDefault) IsServerError

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleDefault) IsSuccess

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleDefault) String

type EdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden

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

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden() *EdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden

NewEdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden creates a EdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden with default headers values

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden) Code

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden) Error

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden) GetPayload

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden) IsClientError

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden) IsCode

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden) IsRedirect

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden) IsServerError

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden) IsSuccess

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleForbidden) String

type EdgeApplicationConfigurationCreateEdgeApplicationBundleGatewayTimeout

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

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleGatewayTimeout() *EdgeApplicationConfigurationCreateEdgeApplicationBundleGatewayTimeout

NewEdgeApplicationConfigurationCreateEdgeApplicationBundleGatewayTimeout creates a EdgeApplicationConfigurationCreateEdgeApplicationBundleGatewayTimeout with default headers values

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleGatewayTimeout) Code

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleGatewayTimeout) Error

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleGatewayTimeout) GetPayload

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleGatewayTimeout) IsClientError

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleGatewayTimeout) IsCode

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

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleGatewayTimeout) IsServerError

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleGatewayTimeout) IsSuccess

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleGatewayTimeout) String

type EdgeApplicationConfigurationCreateEdgeApplicationBundleInternalServerError

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

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleInternalServerError() *EdgeApplicationConfigurationCreateEdgeApplicationBundleInternalServerError

NewEdgeApplicationConfigurationCreateEdgeApplicationBundleInternalServerError creates a EdgeApplicationConfigurationCreateEdgeApplicationBundleInternalServerError with default headers values

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleInternalServerError) Code

Code gets the status code for the edge application configuration create edge application bundle internal server error response

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleInternalServerError) Error

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleInternalServerError) GetPayload

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleInternalServerError) IsClientError

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleInternalServerError) IsCode

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

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleInternalServerError) IsServerError

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleInternalServerError) IsSuccess

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleInternalServerError) String

type EdgeApplicationConfigurationCreateEdgeApplicationBundleOK

type EdgeApplicationConfigurationCreateEdgeApplicationBundleOK struct {
	Payload *models.ZsrvResponse
}

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

A successful response.

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleOK

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleOK() *EdgeApplicationConfigurationCreateEdgeApplicationBundleOK

NewEdgeApplicationConfigurationCreateEdgeApplicationBundleOK creates a EdgeApplicationConfigurationCreateEdgeApplicationBundleOK with default headers values

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleOK) Code

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleOK) Error

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleOK) GetPayload

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleOK) IsClientError

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleOK) IsCode

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

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleOK) IsServerError

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleOK) IsSuccess

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleOK) String

type EdgeApplicationConfigurationCreateEdgeApplicationBundleParams

type EdgeApplicationConfigurationCreateEdgeApplicationBundleParams struct {

	/* XRequestID.

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

	// Body.
	Body *models.Application

	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 CreateParams

CreateParams 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

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleParamsWithContext(ctx context.Context) *EdgeApplicationConfigurationCreateEdgeApplicationBundleParams

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

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleParamsWithHTTPClient

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

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

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleParams) SetContext

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleParams) SetDefaults

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

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleParams) SetTimeout

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleParams) SetXRequestID

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleParams) WithBody

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleParams) WithContext

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleParams) WithDefaults

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

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleParams) WithTimeout

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleParams) WithXRequestID

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeApplicationConfigurationCreateEdgeApplicationBundleReader

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

EdgeApplicationConfigurationCreateEdgeApplicationBundleReader is a Reader for the EdgeApplicationConfigurationCreateEdgeApplicationBundle structure.

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleReader) ReadResponse

ReadResponse reads a server response into the received o.

type EdgeApplicationConfigurationCreateEdgeApplicationBundleUnauthorized

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

func NewEdgeApplicationConfigurationCreateEdgeApplicationBundleUnauthorized() *EdgeApplicationConfigurationCreateEdgeApplicationBundleUnauthorized

NewEdgeApplicationConfigurationCreateEdgeApplicationBundleUnauthorized creates a EdgeApplicationConfigurationCreateEdgeApplicationBundleUnauthorized with default headers values

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleUnauthorized) Code

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleUnauthorized) Error

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleUnauthorized) GetPayload

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleUnauthorized) IsClientError

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleUnauthorized) IsCode

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleUnauthorized) IsRedirect

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleUnauthorized) IsServerError

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleUnauthorized) IsSuccess

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

func (*EdgeApplicationConfigurationCreateEdgeApplicationBundleUnauthorized) String

type EdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict

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

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict() *EdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict

NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict creates a EdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict with default headers values

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict) Code

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict) Error

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict) GetPayload

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict) IsClientError

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict) IsCode

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict) IsRedirect

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict) IsServerError

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict) IsSuccess

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleConflict) String

type EdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault

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

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault(code int) *EdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault

NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault creates a EdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault with default headers values

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault) Code

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault) Error

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault) GetPayload

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault) IsClientError

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault) IsCode

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault) IsRedirect

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault) IsServerError

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault) IsSuccess

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleDefault) String

type EdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden

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

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden() *EdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden

NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden creates a EdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden with default headers values

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden) Code

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden) Error

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden) GetPayload

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden) IsClientError

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden) IsCode

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden) IsRedirect

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden) IsServerError

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden) IsSuccess

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleForbidden) String

type EdgeApplicationConfigurationDeleteEdgeApplicationBundleGatewayTimeout

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

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleGatewayTimeout() *EdgeApplicationConfigurationDeleteEdgeApplicationBundleGatewayTimeout

NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleGatewayTimeout creates a EdgeApplicationConfigurationDeleteEdgeApplicationBundleGatewayTimeout with default headers values

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleGatewayTimeout) Code

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleGatewayTimeout) Error

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleGatewayTimeout) GetPayload

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleGatewayTimeout) IsClientError

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleGatewayTimeout) IsCode

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

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleGatewayTimeout) IsServerError

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleGatewayTimeout) IsSuccess

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleGatewayTimeout) String

type EdgeApplicationConfigurationDeleteEdgeApplicationBundleInternalServerError

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

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleInternalServerError() *EdgeApplicationConfigurationDeleteEdgeApplicationBundleInternalServerError

NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleInternalServerError creates a EdgeApplicationConfigurationDeleteEdgeApplicationBundleInternalServerError with default headers values

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleInternalServerError) Code

Code gets the status code for the edge application configuration delete edge application bundle internal server error response

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleInternalServerError) Error

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleInternalServerError) GetPayload

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleInternalServerError) IsClientError

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleInternalServerError) IsCode

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

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleInternalServerError) IsServerError

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleInternalServerError) IsSuccess

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleInternalServerError) String

type EdgeApplicationConfigurationDeleteEdgeApplicationBundleOK

type EdgeApplicationConfigurationDeleteEdgeApplicationBundleOK struct {
	Payload *models.ZsrvResponse
}

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

A successful response.

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleOK

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleOK() *EdgeApplicationConfigurationDeleteEdgeApplicationBundleOK

NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleOK creates a EdgeApplicationConfigurationDeleteEdgeApplicationBundleOK with default headers values

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleOK) Code

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleOK) Error

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleOK) GetPayload

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleOK) IsClientError

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleOK) IsCode

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

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleOK) IsServerError

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleOK) IsSuccess

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleOK) String

type EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams

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 DeleteParams

DeleteParams 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

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleParamsWithContext(ctx context.Context) *EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams

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

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleParamsWithHTTPClient

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

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

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams) SetDefaults

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

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams) SetID

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams) SetTimeout

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams) SetXRequestID

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams) WithContext

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams) WithDefaults

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

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams) WithID

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams) WithTimeout

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams) WithXRequestID

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeApplicationConfigurationDeleteEdgeApplicationBundleReader

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

EdgeApplicationConfigurationDeleteEdgeApplicationBundleReader is a Reader for the EdgeApplicationConfigurationDeleteEdgeApplicationBundle structure.

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleReader) ReadResponse

ReadResponse reads a server response into the received o.

type EdgeApplicationConfigurationDeleteEdgeApplicationBundleUnauthorized

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

func NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleUnauthorized() *EdgeApplicationConfigurationDeleteEdgeApplicationBundleUnauthorized

NewEdgeApplicationConfigurationDeleteEdgeApplicationBundleUnauthorized creates a EdgeApplicationConfigurationDeleteEdgeApplicationBundleUnauthorized with default headers values

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleUnauthorized) Code

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleUnauthorized) Error

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleUnauthorized) GetPayload

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleUnauthorized) IsClientError

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleUnauthorized) IsCode

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleUnauthorized) IsRedirect

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleUnauthorized) IsServerError

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleUnauthorized) IsSuccess

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

func (*EdgeApplicationConfigurationDeleteEdgeApplicationBundleUnauthorized) String

type EdgeApplicationConfigurationGetEdgeApplicationBundleByNameDefault

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

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameDefault(code int) *EdgeApplicationConfigurationGetEdgeApplicationBundleByNameDefault

NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameDefault creates a EdgeApplicationConfigurationGetEdgeApplicationBundleByNameDefault with default headers values

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameDefault) Code

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameDefault) Error

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameDefault) GetPayload

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameDefault) IsClientError

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameDefault) IsCode

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

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameDefault) IsServerError

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameDefault) IsSuccess

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameDefault) String

type EdgeApplicationConfigurationGetEdgeApplicationBundleByNameForbidden

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

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameForbidden() *EdgeApplicationConfigurationGetEdgeApplicationBundleByNameForbidden

NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameForbidden creates a EdgeApplicationConfigurationGetEdgeApplicationBundleByNameForbidden with default headers values

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameForbidden) Code

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameForbidden) Error

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameForbidden) GetPayload

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameForbidden) IsClientError

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameForbidden) IsCode

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

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameForbidden) IsServerError

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameForbidden) IsSuccess

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameForbidden) String

type EdgeApplicationConfigurationGetEdgeApplicationBundleByNameGatewayTimeout

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

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameGatewayTimeout() *EdgeApplicationConfigurationGetEdgeApplicationBundleByNameGatewayTimeout

NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameGatewayTimeout creates a EdgeApplicationConfigurationGetEdgeApplicationBundleByNameGatewayTimeout with default headers values

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameGatewayTimeout) Code

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameGatewayTimeout) Error

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameGatewayTimeout) GetPayload

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameGatewayTimeout) IsClientError

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

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

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

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

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

type EdgeApplicationConfigurationGetEdgeApplicationBundleByNameInternalServerError

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

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameInternalServerError() *EdgeApplicationConfigurationGetEdgeApplicationBundleByNameInternalServerError

NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameInternalServerError creates a EdgeApplicationConfigurationGetEdgeApplicationBundleByNameInternalServerError with default headers values

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameInternalServerError) Code

Code gets the status code for the edge application configuration get edge application bundle by name internal server error response

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameInternalServerError) Error

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameInternalServerError) GetPayload

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameInternalServerError) IsClientError

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

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

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

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

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

type EdgeApplicationConfigurationGetEdgeApplicationBundleByNameNotFound

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

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameNotFound() *EdgeApplicationConfigurationGetEdgeApplicationBundleByNameNotFound

NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameNotFound creates a EdgeApplicationConfigurationGetEdgeApplicationBundleByNameNotFound with default headers values

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameNotFound) Code

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameNotFound) Error

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameNotFound) GetPayload

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameNotFound) IsClientError

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

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

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

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

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

type EdgeApplicationConfigurationGetEdgeApplicationBundleByNameOK

type EdgeApplicationConfigurationGetEdgeApplicationBundleByNameOK struct {
	Payload *models.Application
}

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

A successful response.

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameOK

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameOK() *EdgeApplicationConfigurationGetEdgeApplicationBundleByNameOK

NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameOK creates a EdgeApplicationConfigurationGetEdgeApplicationBundleByNameOK with default headers values

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameOK) Code

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameOK) Error

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameOK) GetPayload

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameOK) IsClientError

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

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

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

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

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

type EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams

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 GetByNameParams

GetByNameParams 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

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameParamsWithContext(ctx context.Context) *EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams

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

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameParamsWithHTTPClient

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

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

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams) SetDefaults

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

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams) SetName

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams) SetTimeout

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams) SetXRequestID

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams) WithContext

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams) WithDefaults

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

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams) WithName

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams) WithTimeout

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams) WithXRequestID

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeApplicationConfigurationGetEdgeApplicationBundleByNameReader

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

EdgeApplicationConfigurationGetEdgeApplicationBundleByNameReader is a Reader for the EdgeApplicationConfigurationGetEdgeApplicationBundleByName structure.

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameReader) ReadResponse

ReadResponse reads a server response into the received o.

type EdgeApplicationConfigurationGetEdgeApplicationBundleByNameUnauthorized

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

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameUnauthorized() *EdgeApplicationConfigurationGetEdgeApplicationBundleByNameUnauthorized

NewEdgeApplicationConfigurationGetEdgeApplicationBundleByNameUnauthorized creates a EdgeApplicationConfigurationGetEdgeApplicationBundleByNameUnauthorized with default headers values

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameUnauthorized) Code

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameUnauthorized) Error

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameUnauthorized) GetPayload

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameUnauthorized) IsClientError

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameUnauthorized) IsCode

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

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameUnauthorized) IsServerError

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameUnauthorized) IsSuccess

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleByNameUnauthorized) String

type EdgeApplicationConfigurationGetEdgeApplicationBundleDefault

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

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleDefault(code int) *EdgeApplicationConfigurationGetEdgeApplicationBundleDefault

NewEdgeApplicationConfigurationGetEdgeApplicationBundleDefault creates a EdgeApplicationConfigurationGetEdgeApplicationBundleDefault with default headers values

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleDefault) Code

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleDefault) Error

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleDefault) GetPayload

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleDefault) IsClientError

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleDefault) IsCode

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleDefault) IsRedirect

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleDefault) IsServerError

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleDefault) IsSuccess

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleDefault) String

type EdgeApplicationConfigurationGetEdgeApplicationBundleForbidden

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

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleForbidden() *EdgeApplicationConfigurationGetEdgeApplicationBundleForbidden

NewEdgeApplicationConfigurationGetEdgeApplicationBundleForbidden creates a EdgeApplicationConfigurationGetEdgeApplicationBundleForbidden with default headers values

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleForbidden) Code

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleForbidden) Error

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleForbidden) GetPayload

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleForbidden) IsClientError

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleForbidden) IsCode

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleForbidden) IsRedirect

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleForbidden) IsServerError

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleForbidden) IsSuccess

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleForbidden) String

type EdgeApplicationConfigurationGetEdgeApplicationBundleGatewayTimeout

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

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleGatewayTimeout() *EdgeApplicationConfigurationGetEdgeApplicationBundleGatewayTimeout

NewEdgeApplicationConfigurationGetEdgeApplicationBundleGatewayTimeout creates a EdgeApplicationConfigurationGetEdgeApplicationBundleGatewayTimeout with default headers values

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleGatewayTimeout) Code

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleGatewayTimeout) Error

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleGatewayTimeout) GetPayload

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleGatewayTimeout) IsClientError

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleGatewayTimeout) IsCode

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

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleGatewayTimeout) IsServerError

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleGatewayTimeout) IsSuccess

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleGatewayTimeout) String

type EdgeApplicationConfigurationGetEdgeApplicationBundleInternalServerError

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

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleInternalServerError() *EdgeApplicationConfigurationGetEdgeApplicationBundleInternalServerError

NewEdgeApplicationConfigurationGetEdgeApplicationBundleInternalServerError creates a EdgeApplicationConfigurationGetEdgeApplicationBundleInternalServerError with default headers values

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleInternalServerError) Code

Code gets the status code for the edge application configuration get edge application bundle internal server error response

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleInternalServerError) Error

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleInternalServerError) GetPayload

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleInternalServerError) IsClientError

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleInternalServerError) IsCode

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

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleInternalServerError) IsServerError

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleInternalServerError) IsSuccess

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleInternalServerError) String

type EdgeApplicationConfigurationGetEdgeApplicationBundleOK

type EdgeApplicationConfigurationGetEdgeApplicationBundleOK struct {
	Payload *models.Application
}

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

A successful response.

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleOK

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleOK() *EdgeApplicationConfigurationGetEdgeApplicationBundleOK

NewEdgeApplicationConfigurationGetEdgeApplicationBundleOK creates a EdgeApplicationConfigurationGetEdgeApplicationBundleOK with default headers values

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleOK) Code

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleOK) Error

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleOK) GetPayload

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleOK) IsClientError

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleOK) IsCode

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

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleOK) IsServerError

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleOK) IsSuccess

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleOK) String

type EdgeApplicationConfigurationGetEdgeApplicationBundleParams

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 GetByIDParams

GetByIDParams 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

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleParamsWithContext(ctx context.Context) *EdgeApplicationConfigurationGetEdgeApplicationBundleParams

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

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleParamsWithHTTPClient

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

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

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleParams) SetDefaults

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

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleParams) SetID

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleParams) SetTimeout

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleParams) SetXRequestID

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleParams) WithContext

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleParams) WithDefaults

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

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleParams) WithID

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleParams) WithTimeout

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleParams) WithXRequestID

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeApplicationConfigurationGetEdgeApplicationBundleReader

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

EdgeApplicationConfigurationGetEdgeApplicationBundleReader is a Reader for the EdgeApplicationConfigurationGetEdgeApplicationBundle structure.

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleReader) ReadResponse

ReadResponse reads a server response into the received o.

type EdgeApplicationConfigurationGetEdgeApplicationBundleUnauthorized

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

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleUnauthorized() *EdgeApplicationConfigurationGetEdgeApplicationBundleUnauthorized

NewEdgeApplicationConfigurationGetEdgeApplicationBundleUnauthorized creates a EdgeApplicationConfigurationGetEdgeApplicationBundleUnauthorized with default headers values

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleUnauthorized) Code

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleUnauthorized) Error

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleUnauthorized) GetPayload

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleUnauthorized) IsClientError

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleUnauthorized) IsCode

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleUnauthorized) IsRedirect

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleUnauthorized) IsServerError

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleUnauthorized) IsSuccess

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

func (*EdgeApplicationConfigurationGetEdgeApplicationBundleUnauthorized) String

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameDefault

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

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameDefault(code int) *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameDefault

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameDefault creates a EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameDefault with default headers values

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameDefault) Code

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameDefault) Error

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameDefault) GetPayload

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameDefault) IsClientError

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

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

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

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

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

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameForbidden

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

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameForbidden() *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameForbidden

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameForbidden creates a EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameForbidden with default headers values

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameForbidden) Code

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameForbidden) Error

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameForbidden) GetPayload

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameForbidden) IsClientError

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

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

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

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

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

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameGatewayTimeout

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

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameGatewayTimeout() *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameGatewayTimeout

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameGatewayTimeout creates a EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameGatewayTimeout with default headers values

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameGatewayTimeout) Code

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameGatewayTimeout) Error

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameGatewayTimeout) GetPayload

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameGatewayTimeout) IsClientError

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

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

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

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

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

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameInternalServerError

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

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameInternalServerError() *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameInternalServerError

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameInternalServerError creates a EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameInternalServerError with default headers values

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameInternalServerError) Code

Code gets the status code for the edge application configuration get global edge application bundle by name internal server error response

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameInternalServerError) Error

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameInternalServerError) GetPayload

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameInternalServerError) IsClientError

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

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

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

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

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

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameNotFound

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

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameNotFound() *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameNotFound

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameNotFound creates a EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameNotFound with default headers values

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameNotFound) Code

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameNotFound) Error

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameNotFound) GetPayload

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameNotFound) IsClientError

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

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

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

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

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

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameOK

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameOK struct {
	Payload *models.Application
}

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

A successful response.

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameOK

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameOK() *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameOK

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameOK creates a EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameOK with default headers values

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameOK) Code

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameOK) Error

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameOK) GetPayload

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameOK) IsClientError

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

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

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

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

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

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams

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

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

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParamsWithContext(ctx context.Context) *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams

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

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParamsWithHTTPClient

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

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

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams) SetDefaults

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

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams) SetName

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams) SetTimeout

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams) SetXRequestID

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams) WithContext

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams) WithDefaults

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

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams) WithName

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams) WithTimeout

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams) WithXRequestID

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameReader

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

EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameReader is a Reader for the EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByName structure.

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameReader) ReadResponse

ReadResponse reads a server response into the received o.

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameUnauthorized

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

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameUnauthorized() *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameUnauthorized

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameUnauthorized creates a EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameUnauthorized with default headers values

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameUnauthorized) Code

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameUnauthorized) Error

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameUnauthorized) GetPayload

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleByNameUnauthorized) IsClientError

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

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

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

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

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

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleDefault

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

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleDefault(code int) *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleDefault

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleDefault creates a EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleDefault with default headers values

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleDefault) Code

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleDefault) Error

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleDefault) GetPayload

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleDefault) IsClientError

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleDefault) IsCode

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

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleDefault) IsServerError

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleDefault) IsSuccess

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleDefault) String

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleForbidden

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

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleForbidden() *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleForbidden

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleForbidden creates a EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleForbidden with default headers values

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleForbidden) Code

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleForbidden) Error

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleForbidden) GetPayload

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleForbidden) IsClientError

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleForbidden) IsCode

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

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleForbidden) IsServerError

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleForbidden) IsSuccess

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleForbidden) String

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleGatewayTimeout

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

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleGatewayTimeout() *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleGatewayTimeout

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleGatewayTimeout creates a EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleGatewayTimeout with default headers values

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleGatewayTimeout) Code

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleGatewayTimeout) Error

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleGatewayTimeout) GetPayload

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleGatewayTimeout) IsClientError

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleGatewayTimeout) IsCode

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

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleGatewayTimeout) IsServerError

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleGatewayTimeout) IsSuccess

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleGatewayTimeout) String

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleInternalServerError

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

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleInternalServerError() *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleInternalServerError

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleInternalServerError creates a EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleInternalServerError with default headers values

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleInternalServerError) Code

Code gets the status code for the edge application configuration get global edge application bundle internal server error response

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleInternalServerError) Error

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleInternalServerError) GetPayload

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleInternalServerError) IsClientError

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

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

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

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

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

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleNotFound

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

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleNotFound() *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleNotFound

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleNotFound creates a EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleNotFound with default headers values

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleNotFound) Code

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleNotFound) Error

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleNotFound) GetPayload

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleNotFound) IsClientError

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleNotFound) IsCode

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

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleNotFound) IsServerError

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleNotFound) IsSuccess

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleNotFound) String

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK struct {
	Payload *models.Application
}

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

A successful response.

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK() *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK creates a EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK with default headers values

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK) Code

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK) Error

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK) GetPayload

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK) IsClientError

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK) IsCode

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

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK) IsServerError

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK) IsSuccess

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleOK) String

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams

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

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

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParamsWithContext(ctx context.Context) *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams

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

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParamsWithHTTPClient

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

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

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams) SetDefaults

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

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams) SetID

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams) SetTimeout

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams) SetXRequestID

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams) WithContext

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams) WithDefaults

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

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams) WithID

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams) WithTimeout

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams) WithXRequestID

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleReader

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

EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleReader is a Reader for the EdgeApplicationConfigurationGetGlobalEdgeApplicationBundle structure.

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleReader) ReadResponse

ReadResponse reads a server response into the received o.

type EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleUnauthorized

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

func NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleUnauthorized() *EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleUnauthorized

NewEdgeApplicationConfigurationGetGlobalEdgeApplicationBundleUnauthorized creates a EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleUnauthorized with default headers values

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleUnauthorized) Code

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleUnauthorized) Error

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleUnauthorized) GetPayload

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleUnauthorized) IsClientError

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleUnauthorized) IsCode

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

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleUnauthorized) IsServerError

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleUnauthorized) IsSuccess

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

func (*EdgeApplicationConfigurationGetGlobalEdgeApplicationBundleUnauthorized) String

type EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListBadRequest

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

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListBadRequest() *EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListBadRequest

NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListBadRequest creates a EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListBadRequest with default headers values

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListBadRequest) Code

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListBadRequest) Error

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListBadRequest) GetPayload

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListBadRequest) IsClientError

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

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

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

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

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

type EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListDefault

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

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListDefault(code int) *EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListDefault

NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListDefault creates a EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListDefault with default headers values

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListDefault) Code

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListDefault) Error

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListDefault) GetPayload

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListDefault) IsClientError

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListDefault) IsCode

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

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListDefault) IsServerError

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListDefault) IsSuccess

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListDefault) String

type EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListForbidden

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

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListForbidden() *EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListForbidden

NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListForbidden creates a EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListForbidden with default headers values

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListForbidden) Code

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListForbidden) Error

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListForbidden) GetPayload

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListForbidden) IsClientError

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListForbidden) IsCode

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

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListForbidden) IsServerError

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListForbidden) IsSuccess

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListForbidden) String

type EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListGatewayTimeout

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

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListGatewayTimeout() *EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListGatewayTimeout

NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListGatewayTimeout creates a EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListGatewayTimeout with default headers values

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListGatewayTimeout) Code

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListGatewayTimeout) Error

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListGatewayTimeout) GetPayload

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListGatewayTimeout) IsClientError

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

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

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

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

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

type EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListInternalServerError

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

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListInternalServerError() *EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListInternalServerError

NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListInternalServerError creates a EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListInternalServerError with default headers values

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListInternalServerError) Code

Code gets the status code for the edge application configuration query edge application bundle project list internal server error response

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListInternalServerError) Error

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListInternalServerError) GetPayload

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListInternalServerError) IsClientError

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

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

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

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

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

type EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListOK

type EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListOK struct {
	Payload *models.AppProjectList
}

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

A successful response.

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListOK

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListOK() *EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListOK

NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListOK creates a EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListOK with default headers values

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListOK) Code

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListOK) Error

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListOK) GetPayload

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListOK) IsClientError

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

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

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

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

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

type EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams

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

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

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParamsWithContext(ctx context.Context) *EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams

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

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParamsWithHTTPClient

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

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

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) SetDefaults

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

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) SetID

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) SetNextOrderBy

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) SetNextPageNum

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) SetNextPageSize

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) SetNextPageToken

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) SetNextTotalPages

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) SetTimeout

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) SetXRequestID

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) WithContext

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) WithDefaults

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

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) WithID

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) WithNextOrderBy

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) WithNextPageNum

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) WithNextPageSize

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) WithNextPageToken

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) WithNextTotalPages

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) WithTimeout

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) WithXRequestID

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListReader

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

EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListReader is a Reader for the EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectList structure.

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListReader) ReadResponse

ReadResponse reads a server response into the received o.

type EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListUnauthorized

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

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListUnauthorized() *EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListUnauthorized

NewEdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListUnauthorized creates a EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListUnauthorized with default headers values

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListUnauthorized) Code

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListUnauthorized) Error

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListUnauthorized) GetPayload

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListUnauthorized) IsClientError

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListUnauthorized) IsCode

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

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListUnauthorized) IsServerError

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListUnauthorized) IsSuccess

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundleProjectListUnauthorized) String

type EdgeApplicationConfigurationQueryEdgeApplicationBundlesBadRequest

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

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesBadRequest() *EdgeApplicationConfigurationQueryEdgeApplicationBundlesBadRequest

NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesBadRequest creates a EdgeApplicationConfigurationQueryEdgeApplicationBundlesBadRequest with default headers values

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesBadRequest) Code

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesBadRequest) Error

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesBadRequest) GetPayload

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesBadRequest) IsClientError

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesBadRequest) IsCode

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

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesBadRequest) IsServerError

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesBadRequest) IsSuccess

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesBadRequest) String

type EdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault

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

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault(code int) *EdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault

NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault creates a EdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault with default headers values

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault) Code

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault) Error

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault) GetPayload

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault) IsClientError

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault) IsCode

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault) IsRedirect

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault) IsServerError

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault) IsSuccess

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesDefault) String

type EdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden

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

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden() *EdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden

NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden creates a EdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden with default headers values

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden) Code

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden) Error

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden) GetPayload

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden) IsClientError

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden) IsCode

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden) IsRedirect

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden) IsServerError

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden) IsSuccess

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesForbidden) String

type EdgeApplicationConfigurationQueryEdgeApplicationBundlesGatewayTimeout

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

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesGatewayTimeout() *EdgeApplicationConfigurationQueryEdgeApplicationBundlesGatewayTimeout

NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesGatewayTimeout creates a EdgeApplicationConfigurationQueryEdgeApplicationBundlesGatewayTimeout with default headers values

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesGatewayTimeout) Code

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesGatewayTimeout) Error

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesGatewayTimeout) GetPayload

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesGatewayTimeout) IsClientError

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesGatewayTimeout) IsCode

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

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesGatewayTimeout) IsServerError

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesGatewayTimeout) IsSuccess

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesGatewayTimeout) String

type EdgeApplicationConfigurationQueryEdgeApplicationBundlesInternalServerError

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

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesInternalServerError() *EdgeApplicationConfigurationQueryEdgeApplicationBundlesInternalServerError

NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesInternalServerError creates a EdgeApplicationConfigurationQueryEdgeApplicationBundlesInternalServerError with default headers values

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesInternalServerError) Code

Code gets the status code for the edge application configuration query edge application bundles internal server error response

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesInternalServerError) Error

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesInternalServerError) GetPayload

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesInternalServerError) IsClientError

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesInternalServerError) IsCode

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

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesInternalServerError) IsServerError

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesInternalServerError) IsSuccess

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesInternalServerError) String

type EdgeApplicationConfigurationQueryEdgeApplicationBundlesOK

type EdgeApplicationConfigurationQueryEdgeApplicationBundlesOK struct {
	Payload *models.Apps
}

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

A successful response.

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesOK

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesOK() *EdgeApplicationConfigurationQueryEdgeApplicationBundlesOK

NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesOK creates a EdgeApplicationConfigurationQueryEdgeApplicationBundlesOK with default headers values

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesOK) Code

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesOK) Error

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesOK) GetPayload

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesOK) IsClientError

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesOK) IsCode

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

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesOK) IsServerError

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesOK) IsSuccess

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesOK) String

type EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams

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

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

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesParamsWithContext(ctx context.Context) *EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams

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

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesParamsWithHTTPClient

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

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

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetDefaults

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

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

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetFilterAppType

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

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetFilterCategories

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

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetFilterCategory

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

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetFilterDeploymentType

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

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetFilterNamePattern

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

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetFilterOriginType

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

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetHTTPClient

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetNextOrderBy

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetNextPageNum

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetNextPageSize

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

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetNextPageToken

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

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetNextTotalPages

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

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetSummary

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetTimeout

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) SetXRequestID

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithContext

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithDefaults

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

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithFilterAppType

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithFilterCategories

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithFilterCategory

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithFilterDeploymentType

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithFilterNamePattern

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithFilterOriginType

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithHTTPClient

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithNextOrderBy

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithNextPageNum

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithNextPageSize

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithNextPageToken

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithNextTotalPages

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithSummary

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithTimeout

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WithXRequestID

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeApplicationConfigurationQueryEdgeApplicationBundlesReader

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

EdgeApplicationConfigurationQueryEdgeApplicationBundlesReader is a Reader for the EdgeApplicationConfigurationQueryEdgeApplicationBundles structure.

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesReader) ReadResponse

ReadResponse reads a server response into the received o.

type EdgeApplicationConfigurationQueryEdgeApplicationBundlesUnauthorized

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

func NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesUnauthorized() *EdgeApplicationConfigurationQueryEdgeApplicationBundlesUnauthorized

NewEdgeApplicationConfigurationQueryEdgeApplicationBundlesUnauthorized creates a EdgeApplicationConfigurationQueryEdgeApplicationBundlesUnauthorized with default headers values

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesUnauthorized) Code

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesUnauthorized) Error

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesUnauthorized) GetPayload

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesUnauthorized) IsClientError

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesUnauthorized) IsCode

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesUnauthorized) IsRedirect

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesUnauthorized) IsServerError

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesUnauthorized) IsSuccess

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

func (*EdgeApplicationConfigurationQueryEdgeApplicationBundlesUnauthorized) String

type EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesBadRequest

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

func NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesBadRequest() *EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesBadRequest

NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesBadRequest creates a EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesBadRequest with default headers values

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesBadRequest) Code

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesBadRequest) Error

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesBadRequest) GetPayload

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesBadRequest) IsClientError

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesBadRequest) IsCode

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

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesBadRequest) IsServerError

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesBadRequest) IsSuccess

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesBadRequest) String

type EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesDefault

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

func NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesDefault(code int) *EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesDefault

NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesDefault creates a EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesDefault with default headers values

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesDefault) Code

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesDefault) Error

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesDefault) GetPayload

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesDefault) IsClientError

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesDefault) IsCode

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

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesDefault) IsServerError

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesDefault) IsSuccess

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesDefault) String

type EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesForbidden

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

func NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesForbidden() *EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesForbidden

NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesForbidden creates a EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesForbidden with default headers values

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesForbidden) Code

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesForbidden) Error

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesForbidden) GetPayload

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesForbidden) IsClientError

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesForbidden) IsCode

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

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesForbidden) IsServerError

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesForbidden) IsSuccess

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesForbidden) String

type EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesGatewayTimeout

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

func NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesGatewayTimeout() *EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesGatewayTimeout

NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesGatewayTimeout creates a EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesGatewayTimeout with default headers values

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesGatewayTimeout) Code

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesGatewayTimeout) Error

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesGatewayTimeout) GetPayload

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesGatewayTimeout) IsClientError

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesGatewayTimeout) IsCode

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

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesGatewayTimeout) IsServerError

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesGatewayTimeout) IsSuccess

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesGatewayTimeout) String

type EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesInternalServerError

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

func NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesInternalServerError() *EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesInternalServerError

NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesInternalServerError creates a EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesInternalServerError with default headers values

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesInternalServerError) Code

Code gets the status code for the edge application configuration query global edge application bundles internal server error response

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesInternalServerError) Error

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesInternalServerError) GetPayload

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesInternalServerError) IsClientError

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

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

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

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

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

type EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK

type EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK struct {
	Payload *models.Apps
}

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

A successful response.

func NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK

func NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK() *EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK

NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK creates a EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK with default headers values

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK) Code

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK) Error

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK) GetPayload

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK) IsClientError

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK) IsCode

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

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK) IsServerError

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK) IsSuccess

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesOK) String

type EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams

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

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

func NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParamsWithContext(ctx context.Context) *EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams

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

func NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParamsWithHTTPClient

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

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

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetDefaults

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

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

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetFilterAppType

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetFilterCategories

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

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetFilterCategory

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetFilterDeploymentType

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

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetFilterNamePattern

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

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetFilterOriginType

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

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetHTTPClient

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetNextOrderBy

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetNextPageNum

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetNextPageSize

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetNextPageToken

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetNextTotalPages

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

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetSummary

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetTimeout

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) SetXRequestID

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithContext

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithDefaults

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

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithFilterAppType

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithFilterCategories

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithFilterCategory

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithFilterDeploymentType

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithFilterNamePattern

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithFilterOriginType

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithHTTPClient

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithNextOrderBy

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithNextPageNum

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithNextPageSize

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithNextPageToken

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithNextTotalPages

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithSummary

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithTimeout

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WithXRequestID

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesReader

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

EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesReader is a Reader for the EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundles structure.

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesReader) ReadResponse

ReadResponse reads a server response into the received o.

type EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesUnauthorized

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

func NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesUnauthorized() *EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesUnauthorized

NewEdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesUnauthorized creates a EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesUnauthorized with default headers values

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesUnauthorized) Code

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesUnauthorized) Error

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesUnauthorized) GetPayload

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesUnauthorized) IsClientError

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesUnauthorized) IsCode

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

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesUnauthorized) IsServerError

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesUnauthorized) IsSuccess

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

func (*EdgeApplicationConfigurationQueryGlobalEdgeApplicationBundlesUnauthorized) String

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleBody

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 *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 *models.Origin `json:"originType"`

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

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

	// system defined info
	Revision *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

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleBody) MarshalBinary

MarshalBinary interface implementation

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleBody) UnmarshalBinary

UnmarshalBinary interface implementation

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleBody) Validate

Validate validates this edge application configuration update edge application bundle body

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict

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

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict() *EdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict

NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict creates a EdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict with default headers values

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict) Code

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict) Error

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict) GetPayload

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict) IsClientError

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict) IsCode

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict) IsRedirect

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict) IsServerError

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict) IsSuccess

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleConflict) String

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault

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

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault(code int) *EdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault

NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault creates a EdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault with default headers values

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault) Code

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault) Error

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault) GetPayload

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault) IsClientError

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault) IsCode

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault) IsRedirect

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault) IsServerError

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault) IsSuccess

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleDefault) String

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden

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

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden() *EdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden

NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden creates a EdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden with default headers values

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden) Code

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden) Error

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden) GetPayload

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden) IsClientError

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden) IsCode

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden) IsRedirect

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden) IsServerError

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden) IsSuccess

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleForbidden) String

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleGatewayTimeout

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

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleGatewayTimeout() *EdgeApplicationConfigurationUpdateEdgeApplicationBundleGatewayTimeout

NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleGatewayTimeout creates a EdgeApplicationConfigurationUpdateEdgeApplicationBundleGatewayTimeout with default headers values

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleGatewayTimeout) Code

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleGatewayTimeout) Error

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleGatewayTimeout) GetPayload

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleGatewayTimeout) IsClientError

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleGatewayTimeout) IsCode

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

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleGatewayTimeout) IsServerError

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleGatewayTimeout) IsSuccess

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleGatewayTimeout) String

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleInternalServerError

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

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleInternalServerError() *EdgeApplicationConfigurationUpdateEdgeApplicationBundleInternalServerError

NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleInternalServerError creates a EdgeApplicationConfigurationUpdateEdgeApplicationBundleInternalServerError with default headers values

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleInternalServerError) Code

Code gets the status code for the edge application configuration update edge application bundle internal server error response

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleInternalServerError) Error

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleInternalServerError) GetPayload

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleInternalServerError) IsClientError

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleInternalServerError) IsCode

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

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleInternalServerError) IsServerError

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleInternalServerError) IsSuccess

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleInternalServerError) String

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleNotFound

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

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleNotFound() *EdgeApplicationConfigurationUpdateEdgeApplicationBundleNotFound

NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleNotFound creates a EdgeApplicationConfigurationUpdateEdgeApplicationBundleNotFound with default headers values

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleNotFound) Code

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleNotFound) Error

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleNotFound) GetPayload

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleNotFound) IsClientError

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleNotFound) IsCode

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

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleNotFound) IsServerError

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleNotFound) IsSuccess

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleNotFound) String

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleOK

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleOK struct {
	Payload *models.ZsrvResponse
}

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

A successful response.

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleOK

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleOK() *EdgeApplicationConfigurationUpdateEdgeApplicationBundleOK

NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleOK creates a EdgeApplicationConfigurationUpdateEdgeApplicationBundleOK with default headers values

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleOK) Code

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleOK) Error

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleOK) GetPayload

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleOK) IsClientError

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleOK) IsCode

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

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleOK) IsServerError

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleOK) IsSuccess

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleOK) String

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams struct {

	/* XRequestID.

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

	// Body.
	Body *models.Application

	/* 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 NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleParamsWithContext

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleParamsWithContext(ctx context.Context) *EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams

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

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleParamsWithHTTPClient

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

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleParamsWithTimeout(timeout time.Duration) *EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams

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

func UpdateParams

UpdateParams 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 (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams) SetBody

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams) SetContext

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams) SetDefaults

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

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams) SetID

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams) SetTimeout

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams) SetXRequestID

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams) WithBody

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams) WithContext

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams) WithDefaults

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

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams) WithID

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams) WithTimeout

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams) WithXRequestID

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleReader

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

EdgeApplicationConfigurationUpdateEdgeApplicationBundleReader is a Reader for the EdgeApplicationConfigurationUpdateEdgeApplicationBundle structure.

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleReader) ReadResponse

ReadResponse reads a server response into the received o.

type EdgeApplicationConfigurationUpdateEdgeApplicationBundleUnauthorized

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

func NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleUnauthorized() *EdgeApplicationConfigurationUpdateEdgeApplicationBundleUnauthorized

NewEdgeApplicationConfigurationUpdateEdgeApplicationBundleUnauthorized creates a EdgeApplicationConfigurationUpdateEdgeApplicationBundleUnauthorized with default headers values

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleUnauthorized) Code

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleUnauthorized) Error

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleUnauthorized) GetPayload

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleUnauthorized) IsClientError

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleUnauthorized) IsCode

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleUnauthorized) IsRedirect

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleUnauthorized) IsServerError

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleUnauthorized) IsSuccess

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

func (*EdgeApplicationConfigurationUpdateEdgeApplicationBundleUnauthorized) String

type GetApplicationNotFound

type GetApplicationNotFound struct {
	Payload *models.ZsrvResponse
}

GetApplicationNotFound 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

func NewEdgeApplicationConfigurationGetEdgeApplicationBundleNotFound() *GetApplicationNotFound

NewEdgeApplicationConfigurationGetEdgeApplicationBundleNotFound creates a EdgeApplicationConfigurationGetEdgeApplicationBundleNotFound with default headers values

func (*GetApplicationNotFound) Code

func (o *GetApplicationNotFound) Code() int

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

func (*GetApplicationNotFound) Error

func (o *GetApplicationNotFound) Error() string

func (*GetApplicationNotFound) GetPayload

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

func (*GetApplicationNotFound) IsClientError

func (o *GetApplicationNotFound) IsClientError() bool

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

func (*GetApplicationNotFound) IsCode

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

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

func (*GetApplicationNotFound) IsRedirect

func (o *GetApplicationNotFound) IsRedirect() bool

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

func (*GetApplicationNotFound) IsServerError

func (o *GetApplicationNotFound) IsServerError() bool

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

func (*GetApplicationNotFound) IsSuccess

func (o *GetApplicationNotFound) IsSuccess() bool

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

func (*GetApplicationNotFound) String

func (o *GetApplicationNotFound) String() string

Jump to

Keyboard shortcuts

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