edge_application_configuration

package
v0.0.4-alpha Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for edge application configuration API

func (*Client) CreateEdgeApplicationBundle

func (a *Client) CreateEdgeApplicationBundle(params *CreateEdgeApplicationBundleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateEdgeApplicationBundleOK, error)

CreateEdgeApplicationBundle creates edge application bundle

Create an edge application bundle record.

func (*Client) DeleteEdgeApplicationBundle

func (a *Client) DeleteEdgeApplicationBundle(params *DeleteEdgeApplicationBundleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteEdgeApplicationBundleOK, error)

DeleteEdgeApplicationBundle deletes edge application bundle

Delete an edge application bundle record.

func (*Client) GetEdgeApplicationBundle

func (a *Client) GetEdgeApplicationBundle(params *GetEdgeApplicationBundleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEdgeApplicationBundleOK, error)

GetEdgeApplicationBundle gets edge application bundle

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

func (*Client) GetEdgeApplicationBundleByName

func (a *Client) GetEdgeApplicationBundleByName(params *GetEdgeApplicationBundleByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEdgeApplicationBundleByNameOK, error)

GetEdgeApplicationBundleByName gets edge application bundle

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

func (*Client) GetGlobalEdgeApplicationBundle

func (a *Client) GetGlobalEdgeApplicationBundle(params *GetGlobalEdgeApplicationBundleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetGlobalEdgeApplicationBundleOK, error)

GetGlobalEdgeApplicationBundle gets global edge application bundle

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

func (*Client) GetGlobalEdgeApplicationBundleByName

func (a *Client) GetGlobalEdgeApplicationBundleByName(params *GetGlobalEdgeApplicationBundleByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetGlobalEdgeApplicationBundleByNameOK, error)

GetGlobalEdgeApplicationBundleByName gets global edge application bundle

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

func (*Client) QueryEdgeApplicationBundles

func (a *Client) QueryEdgeApplicationBundles(params *QueryEdgeApplicationBundlesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryEdgeApplicationBundlesOK, error)

QueryEdgeApplicationBundles queries edge application bundles

Query the edge application bundle records.

func (*Client) QueryGlobalEdgeApplicationBundles

func (a *Client) QueryGlobalEdgeApplicationBundles(params *QueryGlobalEdgeApplicationBundlesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryGlobalEdgeApplicationBundlesOK, error)

QueryGlobalEdgeApplicationBundles queries global edge application bundles

Query the edge application bundle records present in the parent enetrprise

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateEdgeApplicationBundle

func (a *Client) UpdateEdgeApplicationBundle(params *UpdateEdgeApplicationBundleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateEdgeApplicationBundleOK, error)

UpdateEdgeApplicationBundle 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 {
	CreateEdgeApplicationBundle(params *CreateEdgeApplicationBundleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateEdgeApplicationBundleOK, error)

	DeleteEdgeApplicationBundle(params *DeleteEdgeApplicationBundleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteEdgeApplicationBundleOK, error)

	GetEdgeApplicationBundle(params *GetEdgeApplicationBundleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEdgeApplicationBundleOK, error)

	GetEdgeApplicationBundleByName(params *GetEdgeApplicationBundleByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEdgeApplicationBundleByNameOK, error)

	GetGlobalEdgeApplicationBundle(params *GetGlobalEdgeApplicationBundleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetGlobalEdgeApplicationBundleOK, error)

	GetGlobalEdgeApplicationBundleByName(params *GetGlobalEdgeApplicationBundleByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetGlobalEdgeApplicationBundleByNameOK, error)

	QueryEdgeApplicationBundles(params *QueryEdgeApplicationBundlesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryEdgeApplicationBundlesOK, error)

	QueryGlobalEdgeApplicationBundles(params *QueryGlobalEdgeApplicationBundlesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryGlobalEdgeApplicationBundlesOK, error)

	UpdateEdgeApplicationBundle(params *UpdateEdgeApplicationBundleParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateEdgeApplicationBundleOK, 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 CreateEdgeApplicationBundleBadRequest

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

func NewCreateEdgeApplicationBundleBadRequest() *CreateEdgeApplicationBundleBadRequest

NewCreateEdgeApplicationBundleBadRequest creates a CreateEdgeApplicationBundleBadRequest with default headers values

func (*CreateEdgeApplicationBundleBadRequest) Error

func (*CreateEdgeApplicationBundleBadRequest) GetPayload

type CreateEdgeApplicationBundleConflict

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

func NewCreateEdgeApplicationBundleConflict() *CreateEdgeApplicationBundleConflict

NewCreateEdgeApplicationBundleConflict creates a CreateEdgeApplicationBundleConflict with default headers values

func (*CreateEdgeApplicationBundleConflict) Error

func (*CreateEdgeApplicationBundleConflict) GetPayload

type CreateEdgeApplicationBundleForbidden

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

func NewCreateEdgeApplicationBundleForbidden() *CreateEdgeApplicationBundleForbidden

NewCreateEdgeApplicationBundleForbidden creates a CreateEdgeApplicationBundleForbidden with default headers values

func (*CreateEdgeApplicationBundleForbidden) Error

func (*CreateEdgeApplicationBundleForbidden) GetPayload

type CreateEdgeApplicationBundleGatewayTimeout

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

func NewCreateEdgeApplicationBundleGatewayTimeout() *CreateEdgeApplicationBundleGatewayTimeout

NewCreateEdgeApplicationBundleGatewayTimeout creates a CreateEdgeApplicationBundleGatewayTimeout with default headers values

func (*CreateEdgeApplicationBundleGatewayTimeout) Error

func (*CreateEdgeApplicationBundleGatewayTimeout) GetPayload

type CreateEdgeApplicationBundleInternalServerError

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

func NewCreateEdgeApplicationBundleInternalServerError() *CreateEdgeApplicationBundleInternalServerError

NewCreateEdgeApplicationBundleInternalServerError creates a CreateEdgeApplicationBundleInternalServerError with default headers values

func (*CreateEdgeApplicationBundleInternalServerError) Error

func (*CreateEdgeApplicationBundleInternalServerError) GetPayload

type CreateEdgeApplicationBundleOK

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

A successful response.

func NewCreateEdgeApplicationBundleOK

func NewCreateEdgeApplicationBundleOK() *CreateEdgeApplicationBundleOK

NewCreateEdgeApplicationBundleOK creates a CreateEdgeApplicationBundleOK with default headers values

func (*CreateEdgeApplicationBundleOK) Error

func (*CreateEdgeApplicationBundleOK) GetPayload

type CreateEdgeApplicationBundleParams

type CreateEdgeApplicationBundleParams struct {

	/* XRequestID.

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

	// Body.
	Body *swagger_models.App

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

CreateEdgeApplicationBundleParams contains all the parameters to send to the API endpoint

for the create edge application bundle operation.

Typically these are written to a http.Request.

func NewCreateEdgeApplicationBundleParams

func NewCreateEdgeApplicationBundleParams() *CreateEdgeApplicationBundleParams

NewCreateEdgeApplicationBundleParams creates a new CreateEdgeApplicationBundleParams 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 NewCreateEdgeApplicationBundleParamsWithContext

func NewCreateEdgeApplicationBundleParamsWithContext(ctx context.Context) *CreateEdgeApplicationBundleParams

NewCreateEdgeApplicationBundleParamsWithContext creates a new CreateEdgeApplicationBundleParams object with the ability to set a context for a request.

func NewCreateEdgeApplicationBundleParamsWithHTTPClient

func NewCreateEdgeApplicationBundleParamsWithHTTPClient(client *http.Client) *CreateEdgeApplicationBundleParams

NewCreateEdgeApplicationBundleParamsWithHTTPClient creates a new CreateEdgeApplicationBundleParams object with the ability to set a custom HTTPClient for a request.

func NewCreateEdgeApplicationBundleParamsWithTimeout

func NewCreateEdgeApplicationBundleParamsWithTimeout(timeout time.Duration) *CreateEdgeApplicationBundleParams

NewCreateEdgeApplicationBundleParamsWithTimeout creates a new CreateEdgeApplicationBundleParams object with the ability to set a timeout on a request.

func (*CreateEdgeApplicationBundleParams) SetBody

SetBody adds the body to the create edge application bundle params

func (*CreateEdgeApplicationBundleParams) SetContext

SetContext adds the context to the create edge application bundle params

func (*CreateEdgeApplicationBundleParams) SetDefaults

func (o *CreateEdgeApplicationBundleParams) SetDefaults()

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

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

func (*CreateEdgeApplicationBundleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create edge application bundle params

func (*CreateEdgeApplicationBundleParams) SetTimeout

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

SetTimeout adds the timeout to the create edge application bundle params

func (*CreateEdgeApplicationBundleParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the create edge application bundle params

func (*CreateEdgeApplicationBundleParams) WithBody

WithBody adds the body to the create edge application bundle params

func (*CreateEdgeApplicationBundleParams) WithContext

WithContext adds the context to the create edge application bundle params

func (*CreateEdgeApplicationBundleParams) WithDefaults

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

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

func (*CreateEdgeApplicationBundleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create edge application bundle params

func (*CreateEdgeApplicationBundleParams) WithTimeout

WithTimeout adds the timeout to the create edge application bundle params

func (*CreateEdgeApplicationBundleParams) WithXRequestID

WithXRequestID adds the xRequestID to the create edge application bundle params

func (*CreateEdgeApplicationBundleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateEdgeApplicationBundleReader

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

CreateEdgeApplicationBundleReader is a Reader for the CreateEdgeApplicationBundle structure.

func (*CreateEdgeApplicationBundleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateEdgeApplicationBundleUnauthorized

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

func NewCreateEdgeApplicationBundleUnauthorized() *CreateEdgeApplicationBundleUnauthorized

NewCreateEdgeApplicationBundleUnauthorized creates a CreateEdgeApplicationBundleUnauthorized with default headers values

func (*CreateEdgeApplicationBundleUnauthorized) Error

func (*CreateEdgeApplicationBundleUnauthorized) GetPayload

type DeleteEdgeApplicationBundleConflict

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

func NewDeleteEdgeApplicationBundleConflict() *DeleteEdgeApplicationBundleConflict

NewDeleteEdgeApplicationBundleConflict creates a DeleteEdgeApplicationBundleConflict with default headers values

func (*DeleteEdgeApplicationBundleConflict) Error

func (*DeleteEdgeApplicationBundleConflict) GetPayload

type DeleteEdgeApplicationBundleForbidden

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

func NewDeleteEdgeApplicationBundleForbidden() *DeleteEdgeApplicationBundleForbidden

NewDeleteEdgeApplicationBundleForbidden creates a DeleteEdgeApplicationBundleForbidden with default headers values

func (*DeleteEdgeApplicationBundleForbidden) Error

func (*DeleteEdgeApplicationBundleForbidden) GetPayload

type DeleteEdgeApplicationBundleGatewayTimeout

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

func NewDeleteEdgeApplicationBundleGatewayTimeout() *DeleteEdgeApplicationBundleGatewayTimeout

NewDeleteEdgeApplicationBundleGatewayTimeout creates a DeleteEdgeApplicationBundleGatewayTimeout with default headers values

func (*DeleteEdgeApplicationBundleGatewayTimeout) Error

func (*DeleteEdgeApplicationBundleGatewayTimeout) GetPayload

type DeleteEdgeApplicationBundleInternalServerError

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

func NewDeleteEdgeApplicationBundleInternalServerError() *DeleteEdgeApplicationBundleInternalServerError

NewDeleteEdgeApplicationBundleInternalServerError creates a DeleteEdgeApplicationBundleInternalServerError with default headers values

func (*DeleteEdgeApplicationBundleInternalServerError) Error

func (*DeleteEdgeApplicationBundleInternalServerError) GetPayload

type DeleteEdgeApplicationBundleNotFound

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

func NewDeleteEdgeApplicationBundleNotFound() *DeleteEdgeApplicationBundleNotFound

NewDeleteEdgeApplicationBundleNotFound creates a DeleteEdgeApplicationBundleNotFound with default headers values

func (*DeleteEdgeApplicationBundleNotFound) Error

func (*DeleteEdgeApplicationBundleNotFound) GetPayload

type DeleteEdgeApplicationBundleOK

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

A successful response.

func NewDeleteEdgeApplicationBundleOK

func NewDeleteEdgeApplicationBundleOK() *DeleteEdgeApplicationBundleOK

NewDeleteEdgeApplicationBundleOK creates a DeleteEdgeApplicationBundleOK with default headers values

func (*DeleteEdgeApplicationBundleOK) Error

func (*DeleteEdgeApplicationBundleOK) GetPayload

type DeleteEdgeApplicationBundleParams

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

DeleteEdgeApplicationBundleParams contains all the parameters to send to the API endpoint

for the delete edge application bundle operation.

Typically these are written to a http.Request.

func NewDeleteEdgeApplicationBundleParams

func NewDeleteEdgeApplicationBundleParams() *DeleteEdgeApplicationBundleParams

NewDeleteEdgeApplicationBundleParams creates a new DeleteEdgeApplicationBundleParams 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 NewDeleteEdgeApplicationBundleParamsWithContext

func NewDeleteEdgeApplicationBundleParamsWithContext(ctx context.Context) *DeleteEdgeApplicationBundleParams

NewDeleteEdgeApplicationBundleParamsWithContext creates a new DeleteEdgeApplicationBundleParams object with the ability to set a context for a request.

func NewDeleteEdgeApplicationBundleParamsWithHTTPClient

func NewDeleteEdgeApplicationBundleParamsWithHTTPClient(client *http.Client) *DeleteEdgeApplicationBundleParams

NewDeleteEdgeApplicationBundleParamsWithHTTPClient creates a new DeleteEdgeApplicationBundleParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteEdgeApplicationBundleParamsWithTimeout

func NewDeleteEdgeApplicationBundleParamsWithTimeout(timeout time.Duration) *DeleteEdgeApplicationBundleParams

NewDeleteEdgeApplicationBundleParamsWithTimeout creates a new DeleteEdgeApplicationBundleParams object with the ability to set a timeout on a request.

func (*DeleteEdgeApplicationBundleParams) SetContext

SetContext adds the context to the delete edge application bundle params

func (*DeleteEdgeApplicationBundleParams) SetDefaults

func (o *DeleteEdgeApplicationBundleParams) SetDefaults()

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

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

func (*DeleteEdgeApplicationBundleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete edge application bundle params

func (*DeleteEdgeApplicationBundleParams) SetID

SetID adds the id to the delete edge application bundle params

func (*DeleteEdgeApplicationBundleParams) SetTimeout

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

SetTimeout adds the timeout to the delete edge application bundle params

func (*DeleteEdgeApplicationBundleParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the delete edge application bundle params

func (*DeleteEdgeApplicationBundleParams) WithContext

WithContext adds the context to the delete edge application bundle params

func (*DeleteEdgeApplicationBundleParams) WithDefaults

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

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

func (*DeleteEdgeApplicationBundleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete edge application bundle params

func (*DeleteEdgeApplicationBundleParams) WithID

WithID adds the id to the delete edge application bundle params

func (*DeleteEdgeApplicationBundleParams) WithTimeout

WithTimeout adds the timeout to the delete edge application bundle params

func (*DeleteEdgeApplicationBundleParams) WithXRequestID

WithXRequestID adds the xRequestID to the delete edge application bundle params

func (*DeleteEdgeApplicationBundleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteEdgeApplicationBundleReader

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

DeleteEdgeApplicationBundleReader is a Reader for the DeleteEdgeApplicationBundle structure.

func (*DeleteEdgeApplicationBundleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteEdgeApplicationBundleUnauthorized

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

func NewDeleteEdgeApplicationBundleUnauthorized() *DeleteEdgeApplicationBundleUnauthorized

NewDeleteEdgeApplicationBundleUnauthorized creates a DeleteEdgeApplicationBundleUnauthorized with default headers values

func (*DeleteEdgeApplicationBundleUnauthorized) Error

func (*DeleteEdgeApplicationBundleUnauthorized) GetPayload

type GetEdgeApplicationBundleByNameForbidden

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

func NewGetEdgeApplicationBundleByNameForbidden() *GetEdgeApplicationBundleByNameForbidden

NewGetEdgeApplicationBundleByNameForbidden creates a GetEdgeApplicationBundleByNameForbidden with default headers values

func (*GetEdgeApplicationBundleByNameForbidden) Error

func (*GetEdgeApplicationBundleByNameForbidden) GetPayload

type GetEdgeApplicationBundleByNameGatewayTimeout

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

func NewGetEdgeApplicationBundleByNameGatewayTimeout() *GetEdgeApplicationBundleByNameGatewayTimeout

NewGetEdgeApplicationBundleByNameGatewayTimeout creates a GetEdgeApplicationBundleByNameGatewayTimeout with default headers values

func (*GetEdgeApplicationBundleByNameGatewayTimeout) Error

func (*GetEdgeApplicationBundleByNameGatewayTimeout) GetPayload

type GetEdgeApplicationBundleByNameInternalServerError

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

func NewGetEdgeApplicationBundleByNameInternalServerError() *GetEdgeApplicationBundleByNameInternalServerError

NewGetEdgeApplicationBundleByNameInternalServerError creates a GetEdgeApplicationBundleByNameInternalServerError with default headers values

func (*GetEdgeApplicationBundleByNameInternalServerError) Error

func (*GetEdgeApplicationBundleByNameInternalServerError) GetPayload

type GetEdgeApplicationBundleByNameNotFound

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

func NewGetEdgeApplicationBundleByNameNotFound() *GetEdgeApplicationBundleByNameNotFound

NewGetEdgeApplicationBundleByNameNotFound creates a GetEdgeApplicationBundleByNameNotFound with default headers values

func (*GetEdgeApplicationBundleByNameNotFound) Error

func (*GetEdgeApplicationBundleByNameNotFound) GetPayload

type GetEdgeApplicationBundleByNameOK

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

A successful response.

func NewGetEdgeApplicationBundleByNameOK

func NewGetEdgeApplicationBundleByNameOK() *GetEdgeApplicationBundleByNameOK

NewGetEdgeApplicationBundleByNameOK creates a GetEdgeApplicationBundleByNameOK with default headers values

func (*GetEdgeApplicationBundleByNameOK) Error

func (*GetEdgeApplicationBundleByNameOK) GetPayload

type GetEdgeApplicationBundleByNameParams

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

GetEdgeApplicationBundleByNameParams contains all the parameters to send to the API endpoint

for the get edge application bundle by name operation.

Typically these are written to a http.Request.

func NewGetEdgeApplicationBundleByNameParams

func NewGetEdgeApplicationBundleByNameParams() *GetEdgeApplicationBundleByNameParams

NewGetEdgeApplicationBundleByNameParams creates a new GetEdgeApplicationBundleByNameParams 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 NewGetEdgeApplicationBundleByNameParamsWithContext

func NewGetEdgeApplicationBundleByNameParamsWithContext(ctx context.Context) *GetEdgeApplicationBundleByNameParams

NewGetEdgeApplicationBundleByNameParamsWithContext creates a new GetEdgeApplicationBundleByNameParams object with the ability to set a context for a request.

func NewGetEdgeApplicationBundleByNameParamsWithHTTPClient

func NewGetEdgeApplicationBundleByNameParamsWithHTTPClient(client *http.Client) *GetEdgeApplicationBundleByNameParams

NewGetEdgeApplicationBundleByNameParamsWithHTTPClient creates a new GetEdgeApplicationBundleByNameParams object with the ability to set a custom HTTPClient for a request.

func NewGetEdgeApplicationBundleByNameParamsWithTimeout

func NewGetEdgeApplicationBundleByNameParamsWithTimeout(timeout time.Duration) *GetEdgeApplicationBundleByNameParams

NewGetEdgeApplicationBundleByNameParamsWithTimeout creates a new GetEdgeApplicationBundleByNameParams object with the ability to set a timeout on a request.

func (*GetEdgeApplicationBundleByNameParams) SetContext

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

func (*GetEdgeApplicationBundleByNameParams) SetDefaults

func (o *GetEdgeApplicationBundleByNameParams) SetDefaults()

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

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

func (*GetEdgeApplicationBundleByNameParams) SetHTTPClient

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

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

func (*GetEdgeApplicationBundleByNameParams) SetName

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

func (*GetEdgeApplicationBundleByNameParams) SetTimeout

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

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

func (*GetEdgeApplicationBundleByNameParams) SetXRequestID

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

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

func (*GetEdgeApplicationBundleByNameParams) WithContext

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

func (*GetEdgeApplicationBundleByNameParams) WithDefaults

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

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

func (*GetEdgeApplicationBundleByNameParams) WithHTTPClient

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

func (*GetEdgeApplicationBundleByNameParams) WithName

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

func (*GetEdgeApplicationBundleByNameParams) WithTimeout

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

func (*GetEdgeApplicationBundleByNameParams) WithXRequestID

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

func (*GetEdgeApplicationBundleByNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEdgeApplicationBundleByNameReader

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

GetEdgeApplicationBundleByNameReader is a Reader for the GetEdgeApplicationBundleByName structure.

func (*GetEdgeApplicationBundleByNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEdgeApplicationBundleByNameUnauthorized

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

func NewGetEdgeApplicationBundleByNameUnauthorized() *GetEdgeApplicationBundleByNameUnauthorized

NewGetEdgeApplicationBundleByNameUnauthorized creates a GetEdgeApplicationBundleByNameUnauthorized with default headers values

func (*GetEdgeApplicationBundleByNameUnauthorized) Error

func (*GetEdgeApplicationBundleByNameUnauthorized) GetPayload

type GetEdgeApplicationBundleForbidden

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

func NewGetEdgeApplicationBundleForbidden() *GetEdgeApplicationBundleForbidden

NewGetEdgeApplicationBundleForbidden creates a GetEdgeApplicationBundleForbidden with default headers values

func (*GetEdgeApplicationBundleForbidden) Error

func (*GetEdgeApplicationBundleForbidden) GetPayload

type GetEdgeApplicationBundleGatewayTimeout

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

func NewGetEdgeApplicationBundleGatewayTimeout() *GetEdgeApplicationBundleGatewayTimeout

NewGetEdgeApplicationBundleGatewayTimeout creates a GetEdgeApplicationBundleGatewayTimeout with default headers values

func (*GetEdgeApplicationBundleGatewayTimeout) Error

func (*GetEdgeApplicationBundleGatewayTimeout) GetPayload

type GetEdgeApplicationBundleInternalServerError

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

func NewGetEdgeApplicationBundleInternalServerError() *GetEdgeApplicationBundleInternalServerError

NewGetEdgeApplicationBundleInternalServerError creates a GetEdgeApplicationBundleInternalServerError with default headers values

func (*GetEdgeApplicationBundleInternalServerError) Error

func (*GetEdgeApplicationBundleInternalServerError) GetPayload

type GetEdgeApplicationBundleNotFound

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

func NewGetEdgeApplicationBundleNotFound() *GetEdgeApplicationBundleNotFound

NewGetEdgeApplicationBundleNotFound creates a GetEdgeApplicationBundleNotFound with default headers values

func (*GetEdgeApplicationBundleNotFound) Error

func (*GetEdgeApplicationBundleNotFound) GetPayload

type GetEdgeApplicationBundleOK

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

A successful response.

func NewGetEdgeApplicationBundleOK

func NewGetEdgeApplicationBundleOK() *GetEdgeApplicationBundleOK

NewGetEdgeApplicationBundleOK creates a GetEdgeApplicationBundleOK with default headers values

func (*GetEdgeApplicationBundleOK) Error

func (*GetEdgeApplicationBundleOK) GetPayload

type GetEdgeApplicationBundleParams

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

GetEdgeApplicationBundleParams contains all the parameters to send to the API endpoint

for the get edge application bundle operation.

Typically these are written to a http.Request.

func NewGetEdgeApplicationBundleParams

func NewGetEdgeApplicationBundleParams() *GetEdgeApplicationBundleParams

NewGetEdgeApplicationBundleParams creates a new GetEdgeApplicationBundleParams 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 NewGetEdgeApplicationBundleParamsWithContext

func NewGetEdgeApplicationBundleParamsWithContext(ctx context.Context) *GetEdgeApplicationBundleParams

NewGetEdgeApplicationBundleParamsWithContext creates a new GetEdgeApplicationBundleParams object with the ability to set a context for a request.

func NewGetEdgeApplicationBundleParamsWithHTTPClient

func NewGetEdgeApplicationBundleParamsWithHTTPClient(client *http.Client) *GetEdgeApplicationBundleParams

NewGetEdgeApplicationBundleParamsWithHTTPClient creates a new GetEdgeApplicationBundleParams object with the ability to set a custom HTTPClient for a request.

func NewGetEdgeApplicationBundleParamsWithTimeout

func NewGetEdgeApplicationBundleParamsWithTimeout(timeout time.Duration) *GetEdgeApplicationBundleParams

NewGetEdgeApplicationBundleParamsWithTimeout creates a new GetEdgeApplicationBundleParams object with the ability to set a timeout on a request.

func (*GetEdgeApplicationBundleParams) SetContext

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

SetContext adds the context to the get edge application bundle params

func (*GetEdgeApplicationBundleParams) SetDefaults

func (o *GetEdgeApplicationBundleParams) SetDefaults()

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

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

func (*GetEdgeApplicationBundleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get edge application bundle params

func (*GetEdgeApplicationBundleParams) SetID

SetID adds the id to the get edge application bundle params

func (*GetEdgeApplicationBundleParams) SetTimeout

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

SetTimeout adds the timeout to the get edge application bundle params

func (*GetEdgeApplicationBundleParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the get edge application bundle params

func (*GetEdgeApplicationBundleParams) WithContext

WithContext adds the context to the get edge application bundle params

func (*GetEdgeApplicationBundleParams) WithDefaults

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

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

func (*GetEdgeApplicationBundleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get edge application bundle params

func (*GetEdgeApplicationBundleParams) WithID

WithID adds the id to the get edge application bundle params

func (*GetEdgeApplicationBundleParams) WithTimeout

WithTimeout adds the timeout to the get edge application bundle params

func (*GetEdgeApplicationBundleParams) WithXRequestID

WithXRequestID adds the xRequestID to the get edge application bundle params

func (*GetEdgeApplicationBundleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEdgeApplicationBundleReader

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

GetEdgeApplicationBundleReader is a Reader for the GetEdgeApplicationBundle structure.

func (*GetEdgeApplicationBundleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEdgeApplicationBundleUnauthorized

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

func NewGetEdgeApplicationBundleUnauthorized() *GetEdgeApplicationBundleUnauthorized

NewGetEdgeApplicationBundleUnauthorized creates a GetEdgeApplicationBundleUnauthorized with default headers values

func (*GetEdgeApplicationBundleUnauthorized) Error

func (*GetEdgeApplicationBundleUnauthorized) GetPayload

type GetGlobalEdgeApplicationBundleByNameForbidden

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

func NewGetGlobalEdgeApplicationBundleByNameForbidden() *GetGlobalEdgeApplicationBundleByNameForbidden

NewGetGlobalEdgeApplicationBundleByNameForbidden creates a GetGlobalEdgeApplicationBundleByNameForbidden with default headers values

func (*GetGlobalEdgeApplicationBundleByNameForbidden) Error

func (*GetGlobalEdgeApplicationBundleByNameForbidden) GetPayload

type GetGlobalEdgeApplicationBundleByNameGatewayTimeout

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

func NewGetGlobalEdgeApplicationBundleByNameGatewayTimeout() *GetGlobalEdgeApplicationBundleByNameGatewayTimeout

NewGetGlobalEdgeApplicationBundleByNameGatewayTimeout creates a GetGlobalEdgeApplicationBundleByNameGatewayTimeout with default headers values

func (*GetGlobalEdgeApplicationBundleByNameGatewayTimeout) Error

func (*GetGlobalEdgeApplicationBundleByNameGatewayTimeout) GetPayload

type GetGlobalEdgeApplicationBundleByNameInternalServerError

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

func NewGetGlobalEdgeApplicationBundleByNameInternalServerError() *GetGlobalEdgeApplicationBundleByNameInternalServerError

NewGetGlobalEdgeApplicationBundleByNameInternalServerError creates a GetGlobalEdgeApplicationBundleByNameInternalServerError with default headers values

func (*GetGlobalEdgeApplicationBundleByNameInternalServerError) Error

func (*GetGlobalEdgeApplicationBundleByNameInternalServerError) GetPayload

type GetGlobalEdgeApplicationBundleByNameNotFound

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

func NewGetGlobalEdgeApplicationBundleByNameNotFound() *GetGlobalEdgeApplicationBundleByNameNotFound

NewGetGlobalEdgeApplicationBundleByNameNotFound creates a GetGlobalEdgeApplicationBundleByNameNotFound with default headers values

func (*GetGlobalEdgeApplicationBundleByNameNotFound) Error

func (*GetGlobalEdgeApplicationBundleByNameNotFound) GetPayload

type GetGlobalEdgeApplicationBundleByNameOK

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

A successful response.

func NewGetGlobalEdgeApplicationBundleByNameOK

func NewGetGlobalEdgeApplicationBundleByNameOK() *GetGlobalEdgeApplicationBundleByNameOK

NewGetGlobalEdgeApplicationBundleByNameOK creates a GetGlobalEdgeApplicationBundleByNameOK with default headers values

func (*GetGlobalEdgeApplicationBundleByNameOK) Error

func (*GetGlobalEdgeApplicationBundleByNameOK) GetPayload

type GetGlobalEdgeApplicationBundleByNameParams

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

GetGlobalEdgeApplicationBundleByNameParams contains all the parameters to send to the API endpoint

for the get global edge application bundle by name operation.

Typically these are written to a http.Request.

func NewGetGlobalEdgeApplicationBundleByNameParams

func NewGetGlobalEdgeApplicationBundleByNameParams() *GetGlobalEdgeApplicationBundleByNameParams

NewGetGlobalEdgeApplicationBundleByNameParams creates a new GetGlobalEdgeApplicationBundleByNameParams 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 NewGetGlobalEdgeApplicationBundleByNameParamsWithContext

func NewGetGlobalEdgeApplicationBundleByNameParamsWithContext(ctx context.Context) *GetGlobalEdgeApplicationBundleByNameParams

NewGetGlobalEdgeApplicationBundleByNameParamsWithContext creates a new GetGlobalEdgeApplicationBundleByNameParams object with the ability to set a context for a request.

func NewGetGlobalEdgeApplicationBundleByNameParamsWithHTTPClient

func NewGetGlobalEdgeApplicationBundleByNameParamsWithHTTPClient(client *http.Client) *GetGlobalEdgeApplicationBundleByNameParams

NewGetGlobalEdgeApplicationBundleByNameParamsWithHTTPClient creates a new GetGlobalEdgeApplicationBundleByNameParams object with the ability to set a custom HTTPClient for a request.

func NewGetGlobalEdgeApplicationBundleByNameParamsWithTimeout

func NewGetGlobalEdgeApplicationBundleByNameParamsWithTimeout(timeout time.Duration) *GetGlobalEdgeApplicationBundleByNameParams

NewGetGlobalEdgeApplicationBundleByNameParamsWithTimeout creates a new GetGlobalEdgeApplicationBundleByNameParams object with the ability to set a timeout on a request.

func (*GetGlobalEdgeApplicationBundleByNameParams) SetContext

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

func (*GetGlobalEdgeApplicationBundleByNameParams) SetDefaults

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

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

func (*GetGlobalEdgeApplicationBundleByNameParams) SetHTTPClient

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

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

func (*GetGlobalEdgeApplicationBundleByNameParams) SetName

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

func (*GetGlobalEdgeApplicationBundleByNameParams) SetTimeout

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

func (*GetGlobalEdgeApplicationBundleByNameParams) SetXRequestID

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

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

func (*GetGlobalEdgeApplicationBundleByNameParams) WithContext

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

func (*GetGlobalEdgeApplicationBundleByNameParams) WithDefaults

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

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

func (*GetGlobalEdgeApplicationBundleByNameParams) WithHTTPClient

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

func (*GetGlobalEdgeApplicationBundleByNameParams) WithName

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

func (*GetGlobalEdgeApplicationBundleByNameParams) WithTimeout

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

func (*GetGlobalEdgeApplicationBundleByNameParams) WithXRequestID

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

func (*GetGlobalEdgeApplicationBundleByNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGlobalEdgeApplicationBundleByNameReader

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

GetGlobalEdgeApplicationBundleByNameReader is a Reader for the GetGlobalEdgeApplicationBundleByName structure.

func (*GetGlobalEdgeApplicationBundleByNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetGlobalEdgeApplicationBundleByNameUnauthorized

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

func NewGetGlobalEdgeApplicationBundleByNameUnauthorized() *GetGlobalEdgeApplicationBundleByNameUnauthorized

NewGetGlobalEdgeApplicationBundleByNameUnauthorized creates a GetGlobalEdgeApplicationBundleByNameUnauthorized with default headers values

func (*GetGlobalEdgeApplicationBundleByNameUnauthorized) Error

func (*GetGlobalEdgeApplicationBundleByNameUnauthorized) GetPayload

type GetGlobalEdgeApplicationBundleForbidden

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

func NewGetGlobalEdgeApplicationBundleForbidden() *GetGlobalEdgeApplicationBundleForbidden

NewGetGlobalEdgeApplicationBundleForbidden creates a GetGlobalEdgeApplicationBundleForbidden with default headers values

func (*GetGlobalEdgeApplicationBundleForbidden) Error

func (*GetGlobalEdgeApplicationBundleForbidden) GetPayload

type GetGlobalEdgeApplicationBundleGatewayTimeout

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

func NewGetGlobalEdgeApplicationBundleGatewayTimeout() *GetGlobalEdgeApplicationBundleGatewayTimeout

NewGetGlobalEdgeApplicationBundleGatewayTimeout creates a GetGlobalEdgeApplicationBundleGatewayTimeout with default headers values

func (*GetGlobalEdgeApplicationBundleGatewayTimeout) Error

func (*GetGlobalEdgeApplicationBundleGatewayTimeout) GetPayload

type GetGlobalEdgeApplicationBundleInternalServerError

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

func NewGetGlobalEdgeApplicationBundleInternalServerError() *GetGlobalEdgeApplicationBundleInternalServerError

NewGetGlobalEdgeApplicationBundleInternalServerError creates a GetGlobalEdgeApplicationBundleInternalServerError with default headers values

func (*GetGlobalEdgeApplicationBundleInternalServerError) Error

func (*GetGlobalEdgeApplicationBundleInternalServerError) GetPayload

type GetGlobalEdgeApplicationBundleNotFound

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

func NewGetGlobalEdgeApplicationBundleNotFound() *GetGlobalEdgeApplicationBundleNotFound

NewGetGlobalEdgeApplicationBundleNotFound creates a GetGlobalEdgeApplicationBundleNotFound with default headers values

func (*GetGlobalEdgeApplicationBundleNotFound) Error

func (*GetGlobalEdgeApplicationBundleNotFound) GetPayload

type GetGlobalEdgeApplicationBundleOK

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

A successful response.

func NewGetGlobalEdgeApplicationBundleOK

func NewGetGlobalEdgeApplicationBundleOK() *GetGlobalEdgeApplicationBundleOK

NewGetGlobalEdgeApplicationBundleOK creates a GetGlobalEdgeApplicationBundleOK with default headers values

func (*GetGlobalEdgeApplicationBundleOK) Error

func (*GetGlobalEdgeApplicationBundleOK) GetPayload

type GetGlobalEdgeApplicationBundleParams

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

GetGlobalEdgeApplicationBundleParams contains all the parameters to send to the API endpoint

for the get global edge application bundle operation.

Typically these are written to a http.Request.

func NewGetGlobalEdgeApplicationBundleParams

func NewGetGlobalEdgeApplicationBundleParams() *GetGlobalEdgeApplicationBundleParams

NewGetGlobalEdgeApplicationBundleParams creates a new GetGlobalEdgeApplicationBundleParams 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 NewGetGlobalEdgeApplicationBundleParamsWithContext

func NewGetGlobalEdgeApplicationBundleParamsWithContext(ctx context.Context) *GetGlobalEdgeApplicationBundleParams

NewGetGlobalEdgeApplicationBundleParamsWithContext creates a new GetGlobalEdgeApplicationBundleParams object with the ability to set a context for a request.

func NewGetGlobalEdgeApplicationBundleParamsWithHTTPClient

func NewGetGlobalEdgeApplicationBundleParamsWithHTTPClient(client *http.Client) *GetGlobalEdgeApplicationBundleParams

NewGetGlobalEdgeApplicationBundleParamsWithHTTPClient creates a new GetGlobalEdgeApplicationBundleParams object with the ability to set a custom HTTPClient for a request.

func NewGetGlobalEdgeApplicationBundleParamsWithTimeout

func NewGetGlobalEdgeApplicationBundleParamsWithTimeout(timeout time.Duration) *GetGlobalEdgeApplicationBundleParams

NewGetGlobalEdgeApplicationBundleParamsWithTimeout creates a new GetGlobalEdgeApplicationBundleParams object with the ability to set a timeout on a request.

func (*GetGlobalEdgeApplicationBundleParams) SetContext

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

func (*GetGlobalEdgeApplicationBundleParams) SetDefaults

func (o *GetGlobalEdgeApplicationBundleParams) SetDefaults()

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

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

func (*GetGlobalEdgeApplicationBundleParams) SetHTTPClient

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

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

func (*GetGlobalEdgeApplicationBundleParams) SetID

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

func (*GetGlobalEdgeApplicationBundleParams) SetTimeout

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

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

func (*GetGlobalEdgeApplicationBundleParams) SetXRequestID

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

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

func (*GetGlobalEdgeApplicationBundleParams) WithContext

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

func (*GetGlobalEdgeApplicationBundleParams) WithDefaults

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

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

func (*GetGlobalEdgeApplicationBundleParams) WithHTTPClient

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

func (*GetGlobalEdgeApplicationBundleParams) WithID

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

func (*GetGlobalEdgeApplicationBundleParams) WithTimeout

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

func (*GetGlobalEdgeApplicationBundleParams) WithXRequestID

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

func (*GetGlobalEdgeApplicationBundleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGlobalEdgeApplicationBundleReader

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

GetGlobalEdgeApplicationBundleReader is a Reader for the GetGlobalEdgeApplicationBundle structure.

func (*GetGlobalEdgeApplicationBundleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetGlobalEdgeApplicationBundleUnauthorized

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

func NewGetGlobalEdgeApplicationBundleUnauthorized() *GetGlobalEdgeApplicationBundleUnauthorized

NewGetGlobalEdgeApplicationBundleUnauthorized creates a GetGlobalEdgeApplicationBundleUnauthorized with default headers values

func (*GetGlobalEdgeApplicationBundleUnauthorized) Error

func (*GetGlobalEdgeApplicationBundleUnauthorized) GetPayload

type QueryEdgeApplicationBundlesBadRequest

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

func NewQueryEdgeApplicationBundlesBadRequest() *QueryEdgeApplicationBundlesBadRequest

NewQueryEdgeApplicationBundlesBadRequest creates a QueryEdgeApplicationBundlesBadRequest with default headers values

func (*QueryEdgeApplicationBundlesBadRequest) Error

func (*QueryEdgeApplicationBundlesBadRequest) GetPayload

type QueryEdgeApplicationBundlesForbidden

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

func NewQueryEdgeApplicationBundlesForbidden() *QueryEdgeApplicationBundlesForbidden

NewQueryEdgeApplicationBundlesForbidden creates a QueryEdgeApplicationBundlesForbidden with default headers values

func (*QueryEdgeApplicationBundlesForbidden) Error

func (*QueryEdgeApplicationBundlesForbidden) GetPayload

type QueryEdgeApplicationBundlesGatewayTimeout

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

func NewQueryEdgeApplicationBundlesGatewayTimeout() *QueryEdgeApplicationBundlesGatewayTimeout

NewQueryEdgeApplicationBundlesGatewayTimeout creates a QueryEdgeApplicationBundlesGatewayTimeout with default headers values

func (*QueryEdgeApplicationBundlesGatewayTimeout) Error

func (*QueryEdgeApplicationBundlesGatewayTimeout) GetPayload

type QueryEdgeApplicationBundlesInternalServerError

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

func NewQueryEdgeApplicationBundlesInternalServerError() *QueryEdgeApplicationBundlesInternalServerError

NewQueryEdgeApplicationBundlesInternalServerError creates a QueryEdgeApplicationBundlesInternalServerError with default headers values

func (*QueryEdgeApplicationBundlesInternalServerError) Error

func (*QueryEdgeApplicationBundlesInternalServerError) GetPayload

type QueryEdgeApplicationBundlesOK

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

A successful response.

func NewQueryEdgeApplicationBundlesOK

func NewQueryEdgeApplicationBundlesOK() *QueryEdgeApplicationBundlesOK

NewQueryEdgeApplicationBundlesOK creates a QueryEdgeApplicationBundlesOK with default headers values

func (*QueryEdgeApplicationBundlesOK) Error

func (*QueryEdgeApplicationBundlesOK) GetPayload

type QueryEdgeApplicationBundlesParams

type QueryEdgeApplicationBundlesParams 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

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

	   Format: boolean
	*/
	Summary *bool

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

QueryEdgeApplicationBundlesParams contains all the parameters to send to the API endpoint

for the query edge application bundles operation.

Typically these are written to a http.Request.

func NewQueryEdgeApplicationBundlesParams

func NewQueryEdgeApplicationBundlesParams() *QueryEdgeApplicationBundlesParams

NewQueryEdgeApplicationBundlesParams creates a new QueryEdgeApplicationBundlesParams 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 NewQueryEdgeApplicationBundlesParamsWithContext

func NewQueryEdgeApplicationBundlesParamsWithContext(ctx context.Context) *QueryEdgeApplicationBundlesParams

NewQueryEdgeApplicationBundlesParamsWithContext creates a new QueryEdgeApplicationBundlesParams object with the ability to set a context for a request.

func NewQueryEdgeApplicationBundlesParamsWithHTTPClient

func NewQueryEdgeApplicationBundlesParamsWithHTTPClient(client *http.Client) *QueryEdgeApplicationBundlesParams

NewQueryEdgeApplicationBundlesParamsWithHTTPClient creates a new QueryEdgeApplicationBundlesParams object with the ability to set a custom HTTPClient for a request.

func NewQueryEdgeApplicationBundlesParamsWithTimeout

func NewQueryEdgeApplicationBundlesParamsWithTimeout(timeout time.Duration) *QueryEdgeApplicationBundlesParams

NewQueryEdgeApplicationBundlesParamsWithTimeout creates a new QueryEdgeApplicationBundlesParams object with the ability to set a timeout on a request.

func (*QueryEdgeApplicationBundlesParams) SetContext

SetContext adds the context to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) SetDefaults

func (o *QueryEdgeApplicationBundlesParams) SetDefaults()

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

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

func (*QueryEdgeApplicationBundlesParams) SetFilterAppCategory

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

SetFilterAppCategory adds the filterAppCategory to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) SetFilterAppType

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

SetFilterAppType adds the filterAppType to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) SetFilterCategory

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

SetFilterCategory adds the filterCategory to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) SetFilterDeploymentType

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

SetFilterDeploymentType adds the filterDeploymentType to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) SetFilterNamePattern

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

SetFilterNamePattern adds the filterNamePattern to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) SetFilterOriginType

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

SetFilterOriginType adds the filterOriginType to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) SetNextOrderBy

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

SetNextOrderBy adds the nextOrderBy to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) SetNextPageNum

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

SetNextPageNum adds the nextPageNum to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) SetNextPageSize

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

SetNextPageSize adds the nextPageSize to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) SetNextPageToken

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

SetNextPageToken adds the nextPageToken to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) SetNextTotalPages

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

SetNextTotalPages adds the nextTotalPages to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) SetSummary

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

SetSummary adds the summary to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) SetTimeout

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

SetTimeout adds the timeout to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) WithContext

WithContext adds the context to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) WithDefaults

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

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

func (*QueryEdgeApplicationBundlesParams) WithFilterAppCategory

func (o *QueryEdgeApplicationBundlesParams) WithFilterAppCategory(filterAppCategory *string) *QueryEdgeApplicationBundlesParams

WithFilterAppCategory adds the filterAppCategory to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) WithFilterAppType

func (o *QueryEdgeApplicationBundlesParams) WithFilterAppType(filterAppType *string) *QueryEdgeApplicationBundlesParams

WithFilterAppType adds the filterAppType to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) WithFilterCategory

func (o *QueryEdgeApplicationBundlesParams) WithFilterCategory(filterCategory *string) *QueryEdgeApplicationBundlesParams

WithFilterCategory adds the filterCategory to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) WithFilterDeploymentType

func (o *QueryEdgeApplicationBundlesParams) WithFilterDeploymentType(filterDeploymentType *string) *QueryEdgeApplicationBundlesParams

WithFilterDeploymentType adds the filterDeploymentType to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) WithFilterNamePattern

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

WithFilterNamePattern adds the filterNamePattern to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) WithFilterOriginType

func (o *QueryEdgeApplicationBundlesParams) WithFilterOriginType(filterOriginType *string) *QueryEdgeApplicationBundlesParams

WithFilterOriginType adds the filterOriginType to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) WithNextOrderBy

WithNextOrderBy adds the nextOrderBy to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) WithNextPageNum

WithNextPageNum adds the nextPageNum to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) WithNextPageSize

WithNextPageSize adds the nextPageSize to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) WithNextPageToken

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

WithNextPageToken adds the nextPageToken to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) WithNextTotalPages

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

WithNextTotalPages adds the nextTotalPages to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) WithSummary

WithSummary adds the summary to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) WithTimeout

WithTimeout adds the timeout to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) WithXRequestID

WithXRequestID adds the xRequestID to the query edge application bundles params

func (*QueryEdgeApplicationBundlesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryEdgeApplicationBundlesReader

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

QueryEdgeApplicationBundlesReader is a Reader for the QueryEdgeApplicationBundles structure.

func (*QueryEdgeApplicationBundlesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryEdgeApplicationBundlesUnauthorized

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

func NewQueryEdgeApplicationBundlesUnauthorized() *QueryEdgeApplicationBundlesUnauthorized

NewQueryEdgeApplicationBundlesUnauthorized creates a QueryEdgeApplicationBundlesUnauthorized with default headers values

func (*QueryEdgeApplicationBundlesUnauthorized) Error

func (*QueryEdgeApplicationBundlesUnauthorized) GetPayload

type QueryGlobalEdgeApplicationBundlesBadRequest

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

func NewQueryGlobalEdgeApplicationBundlesBadRequest() *QueryGlobalEdgeApplicationBundlesBadRequest

NewQueryGlobalEdgeApplicationBundlesBadRequest creates a QueryGlobalEdgeApplicationBundlesBadRequest with default headers values

func (*QueryGlobalEdgeApplicationBundlesBadRequest) Error

func (*QueryGlobalEdgeApplicationBundlesBadRequest) GetPayload

type QueryGlobalEdgeApplicationBundlesForbidden

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

func NewQueryGlobalEdgeApplicationBundlesForbidden() *QueryGlobalEdgeApplicationBundlesForbidden

NewQueryGlobalEdgeApplicationBundlesForbidden creates a QueryGlobalEdgeApplicationBundlesForbidden with default headers values

func (*QueryGlobalEdgeApplicationBundlesForbidden) Error

func (*QueryGlobalEdgeApplicationBundlesForbidden) GetPayload

type QueryGlobalEdgeApplicationBundlesGatewayTimeout

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

func NewQueryGlobalEdgeApplicationBundlesGatewayTimeout() *QueryGlobalEdgeApplicationBundlesGatewayTimeout

NewQueryGlobalEdgeApplicationBundlesGatewayTimeout creates a QueryGlobalEdgeApplicationBundlesGatewayTimeout with default headers values

func (*QueryGlobalEdgeApplicationBundlesGatewayTimeout) Error

func (*QueryGlobalEdgeApplicationBundlesGatewayTimeout) GetPayload

type QueryGlobalEdgeApplicationBundlesInternalServerError

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

func NewQueryGlobalEdgeApplicationBundlesInternalServerError() *QueryGlobalEdgeApplicationBundlesInternalServerError

NewQueryGlobalEdgeApplicationBundlesInternalServerError creates a QueryGlobalEdgeApplicationBundlesInternalServerError with default headers values

func (*QueryGlobalEdgeApplicationBundlesInternalServerError) Error

func (*QueryGlobalEdgeApplicationBundlesInternalServerError) GetPayload

type QueryGlobalEdgeApplicationBundlesOK

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

A successful response.

func NewQueryGlobalEdgeApplicationBundlesOK

func NewQueryGlobalEdgeApplicationBundlesOK() *QueryGlobalEdgeApplicationBundlesOK

NewQueryGlobalEdgeApplicationBundlesOK creates a QueryGlobalEdgeApplicationBundlesOK with default headers values

func (*QueryGlobalEdgeApplicationBundlesOK) Error

func (*QueryGlobalEdgeApplicationBundlesOK) GetPayload

type QueryGlobalEdgeApplicationBundlesParams

type QueryGlobalEdgeApplicationBundlesParams 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

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

	   Format: boolean
	*/
	Summary *bool

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

QueryGlobalEdgeApplicationBundlesParams contains all the parameters to send to the API endpoint

for the query global edge application bundles operation.

Typically these are written to a http.Request.

func NewQueryGlobalEdgeApplicationBundlesParams

func NewQueryGlobalEdgeApplicationBundlesParams() *QueryGlobalEdgeApplicationBundlesParams

NewQueryGlobalEdgeApplicationBundlesParams creates a new QueryGlobalEdgeApplicationBundlesParams 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 NewQueryGlobalEdgeApplicationBundlesParamsWithContext

func NewQueryGlobalEdgeApplicationBundlesParamsWithContext(ctx context.Context) *QueryGlobalEdgeApplicationBundlesParams

NewQueryGlobalEdgeApplicationBundlesParamsWithContext creates a new QueryGlobalEdgeApplicationBundlesParams object with the ability to set a context for a request.

func NewQueryGlobalEdgeApplicationBundlesParamsWithHTTPClient

func NewQueryGlobalEdgeApplicationBundlesParamsWithHTTPClient(client *http.Client) *QueryGlobalEdgeApplicationBundlesParams

NewQueryGlobalEdgeApplicationBundlesParamsWithHTTPClient creates a new QueryGlobalEdgeApplicationBundlesParams object with the ability to set a custom HTTPClient for a request.

func NewQueryGlobalEdgeApplicationBundlesParamsWithTimeout

func NewQueryGlobalEdgeApplicationBundlesParamsWithTimeout(timeout time.Duration) *QueryGlobalEdgeApplicationBundlesParams

NewQueryGlobalEdgeApplicationBundlesParamsWithTimeout creates a new QueryGlobalEdgeApplicationBundlesParams object with the ability to set a timeout on a request.

func (*QueryGlobalEdgeApplicationBundlesParams) SetContext

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

func (*QueryGlobalEdgeApplicationBundlesParams) SetDefaults

func (o *QueryGlobalEdgeApplicationBundlesParams) SetDefaults()

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

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

func (*QueryGlobalEdgeApplicationBundlesParams) SetFilterAppCategory

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

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

func (*QueryGlobalEdgeApplicationBundlesParams) SetFilterAppType

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

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

func (*QueryGlobalEdgeApplicationBundlesParams) SetFilterCategory

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

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

func (*QueryGlobalEdgeApplicationBundlesParams) SetFilterDeploymentType

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

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

func (*QueryGlobalEdgeApplicationBundlesParams) SetFilterNamePattern

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

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

func (*QueryGlobalEdgeApplicationBundlesParams) SetFilterOriginType

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

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

func (*QueryGlobalEdgeApplicationBundlesParams) SetHTTPClient

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

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

func (*QueryGlobalEdgeApplicationBundlesParams) SetNextOrderBy

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

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

func (*QueryGlobalEdgeApplicationBundlesParams) SetNextPageNum

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

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

func (*QueryGlobalEdgeApplicationBundlesParams) SetNextPageSize

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

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

func (*QueryGlobalEdgeApplicationBundlesParams) SetNextPageToken

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

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

func (*QueryGlobalEdgeApplicationBundlesParams) SetNextTotalPages

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

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

func (*QueryGlobalEdgeApplicationBundlesParams) SetSummary

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

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

func (*QueryGlobalEdgeApplicationBundlesParams) SetTimeout

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

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

func (*QueryGlobalEdgeApplicationBundlesParams) SetXRequestID

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

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

func (*QueryGlobalEdgeApplicationBundlesParams) WithContext

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

func (*QueryGlobalEdgeApplicationBundlesParams) WithDefaults

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

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

func (*QueryGlobalEdgeApplicationBundlesParams) WithFilterAppCategory

func (o *QueryGlobalEdgeApplicationBundlesParams) WithFilterAppCategory(filterAppCategory *string) *QueryGlobalEdgeApplicationBundlesParams

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

func (*QueryGlobalEdgeApplicationBundlesParams) WithFilterAppType

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

func (*QueryGlobalEdgeApplicationBundlesParams) WithFilterCategory

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

func (*QueryGlobalEdgeApplicationBundlesParams) WithFilterDeploymentType

func (o *QueryGlobalEdgeApplicationBundlesParams) WithFilterDeploymentType(filterDeploymentType *string) *QueryGlobalEdgeApplicationBundlesParams

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

func (*QueryGlobalEdgeApplicationBundlesParams) WithFilterNamePattern

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

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

func (*QueryGlobalEdgeApplicationBundlesParams) WithFilterOriginType

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

func (*QueryGlobalEdgeApplicationBundlesParams) WithHTTPClient

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

func (*QueryGlobalEdgeApplicationBundlesParams) WithNextOrderBy

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

func (*QueryGlobalEdgeApplicationBundlesParams) WithNextPageNum

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

func (*QueryGlobalEdgeApplicationBundlesParams) WithNextPageSize

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

func (*QueryGlobalEdgeApplicationBundlesParams) WithNextPageToken

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

func (*QueryGlobalEdgeApplicationBundlesParams) WithNextTotalPages

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

func (*QueryGlobalEdgeApplicationBundlesParams) WithSummary

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

func (*QueryGlobalEdgeApplicationBundlesParams) WithTimeout

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

func (*QueryGlobalEdgeApplicationBundlesParams) WithXRequestID

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

func (*QueryGlobalEdgeApplicationBundlesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryGlobalEdgeApplicationBundlesReader

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

QueryGlobalEdgeApplicationBundlesReader is a Reader for the QueryGlobalEdgeApplicationBundles structure.

func (*QueryGlobalEdgeApplicationBundlesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryGlobalEdgeApplicationBundlesUnauthorized

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

func NewQueryGlobalEdgeApplicationBundlesUnauthorized() *QueryGlobalEdgeApplicationBundlesUnauthorized

NewQueryGlobalEdgeApplicationBundlesUnauthorized creates a QueryGlobalEdgeApplicationBundlesUnauthorized with default headers values

func (*QueryGlobalEdgeApplicationBundlesUnauthorized) Error

func (*QueryGlobalEdgeApplicationBundlesUnauthorized) GetPayload

type UpdateEdgeApplicationBundleConflict

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

func NewUpdateEdgeApplicationBundleConflict() *UpdateEdgeApplicationBundleConflict

NewUpdateEdgeApplicationBundleConflict creates a UpdateEdgeApplicationBundleConflict with default headers values

func (*UpdateEdgeApplicationBundleConflict) Error

func (*UpdateEdgeApplicationBundleConflict) GetPayload

type UpdateEdgeApplicationBundleForbidden

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

func NewUpdateEdgeApplicationBundleForbidden() *UpdateEdgeApplicationBundleForbidden

NewUpdateEdgeApplicationBundleForbidden creates a UpdateEdgeApplicationBundleForbidden with default headers values

func (*UpdateEdgeApplicationBundleForbidden) Error

func (*UpdateEdgeApplicationBundleForbidden) GetPayload

type UpdateEdgeApplicationBundleGatewayTimeout

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

func NewUpdateEdgeApplicationBundleGatewayTimeout() *UpdateEdgeApplicationBundleGatewayTimeout

NewUpdateEdgeApplicationBundleGatewayTimeout creates a UpdateEdgeApplicationBundleGatewayTimeout with default headers values

func (*UpdateEdgeApplicationBundleGatewayTimeout) Error

func (*UpdateEdgeApplicationBundleGatewayTimeout) GetPayload

type UpdateEdgeApplicationBundleInternalServerError

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

func NewUpdateEdgeApplicationBundleInternalServerError() *UpdateEdgeApplicationBundleInternalServerError

NewUpdateEdgeApplicationBundleInternalServerError creates a UpdateEdgeApplicationBundleInternalServerError with default headers values

func (*UpdateEdgeApplicationBundleInternalServerError) Error

func (*UpdateEdgeApplicationBundleInternalServerError) GetPayload

type UpdateEdgeApplicationBundleNotFound

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

func NewUpdateEdgeApplicationBundleNotFound() *UpdateEdgeApplicationBundleNotFound

NewUpdateEdgeApplicationBundleNotFound creates a UpdateEdgeApplicationBundleNotFound with default headers values

func (*UpdateEdgeApplicationBundleNotFound) Error

func (*UpdateEdgeApplicationBundleNotFound) GetPayload

type UpdateEdgeApplicationBundleOK

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

A successful response.

func NewUpdateEdgeApplicationBundleOK

func NewUpdateEdgeApplicationBundleOK() *UpdateEdgeApplicationBundleOK

NewUpdateEdgeApplicationBundleOK creates a UpdateEdgeApplicationBundleOK with default headers values

func (*UpdateEdgeApplicationBundleOK) Error

func (*UpdateEdgeApplicationBundleOK) GetPayload

type UpdateEdgeApplicationBundleParams

type UpdateEdgeApplicationBundleParams struct {

	/* XRequestID.

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

	// Body.
	Body *swagger_models.App

	/* ID.

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

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

UpdateEdgeApplicationBundleParams contains all the parameters to send to the API endpoint

for the update edge application bundle operation.

Typically these are written to a http.Request.

func NewUpdateEdgeApplicationBundleParams

func NewUpdateEdgeApplicationBundleParams() *UpdateEdgeApplicationBundleParams

NewUpdateEdgeApplicationBundleParams creates a new UpdateEdgeApplicationBundleParams 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 NewUpdateEdgeApplicationBundleParamsWithContext

func NewUpdateEdgeApplicationBundleParamsWithContext(ctx context.Context) *UpdateEdgeApplicationBundleParams

NewUpdateEdgeApplicationBundleParamsWithContext creates a new UpdateEdgeApplicationBundleParams object with the ability to set a context for a request.

func NewUpdateEdgeApplicationBundleParamsWithHTTPClient

func NewUpdateEdgeApplicationBundleParamsWithHTTPClient(client *http.Client) *UpdateEdgeApplicationBundleParams

NewUpdateEdgeApplicationBundleParamsWithHTTPClient creates a new UpdateEdgeApplicationBundleParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateEdgeApplicationBundleParamsWithTimeout

func NewUpdateEdgeApplicationBundleParamsWithTimeout(timeout time.Duration) *UpdateEdgeApplicationBundleParams

NewUpdateEdgeApplicationBundleParamsWithTimeout creates a new UpdateEdgeApplicationBundleParams object with the ability to set a timeout on a request.

func (*UpdateEdgeApplicationBundleParams) SetBody

SetBody adds the body to the update edge application bundle params

func (*UpdateEdgeApplicationBundleParams) SetContext

SetContext adds the context to the update edge application bundle params

func (*UpdateEdgeApplicationBundleParams) SetDefaults

func (o *UpdateEdgeApplicationBundleParams) SetDefaults()

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

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

func (*UpdateEdgeApplicationBundleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update edge application bundle params

func (*UpdateEdgeApplicationBundleParams) SetID

SetID adds the id to the update edge application bundle params

func (*UpdateEdgeApplicationBundleParams) SetTimeout

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

SetTimeout adds the timeout to the update edge application bundle params

func (*UpdateEdgeApplicationBundleParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the update edge application bundle params

func (*UpdateEdgeApplicationBundleParams) WithBody

WithBody adds the body to the update edge application bundle params

func (*UpdateEdgeApplicationBundleParams) WithContext

WithContext adds the context to the update edge application bundle params

func (*UpdateEdgeApplicationBundleParams) WithDefaults

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

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

func (*UpdateEdgeApplicationBundleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update edge application bundle params

func (*UpdateEdgeApplicationBundleParams) WithID

WithID adds the id to the update edge application bundle params

func (*UpdateEdgeApplicationBundleParams) WithTimeout

WithTimeout adds the timeout to the update edge application bundle params

func (*UpdateEdgeApplicationBundleParams) WithXRequestID

WithXRequestID adds the xRequestID to the update edge application bundle params

func (*UpdateEdgeApplicationBundleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateEdgeApplicationBundleReader

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

UpdateEdgeApplicationBundleReader is a Reader for the UpdateEdgeApplicationBundle structure.

func (*UpdateEdgeApplicationBundleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateEdgeApplicationBundleUnauthorized

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

func NewUpdateEdgeApplicationBundleUnauthorized() *UpdateEdgeApplicationBundleUnauthorized

NewUpdateEdgeApplicationBundleUnauthorized creates a UpdateEdgeApplicationBundleUnauthorized with default headers values

func (*UpdateEdgeApplicationBundleUnauthorized) Error

func (*UpdateEdgeApplicationBundleUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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