edge_application_instance_configuration

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2022 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for edge application instance configuration API

func (*Client) EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstance added in v1.0.2

EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstance activates edge application instance

Activate an edge application instance. If already in active state no action is taken.

func (*Client) EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstance added in v1.0.2

EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstance connects to edge application instance console

Remotely connect to console of an edge application instance running on the edge node where the edge application instance has been deployed.

func (*Client) EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstance added in v1.0.2

EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstance creates edge application instance

Create an edge application instance record.

func (*Client) EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstance added in v1.0.2

EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstance deactivates edge application instance

Deactivate an edge application instance. If already in inactive state no action is taken.

func (*Client) EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstance added in v1.0.2

EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstance deletes edge application instance

Delete an edge application instance record.

func (*Client) EdgeApplicationInstanceConfigurationGetEdgeApplicationInstance added in v1.0.2

EdgeApplicationInstanceConfigurationGetEdgeApplicationInstance gets edge application instance

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

func (*Client) EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByName added in v1.0.2

EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByName gets edge application instance

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

func (*Client) EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstances added in v1.0.2

EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstances queries edge application instances

Query the edge application instance records.

func (*Client) EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstance added in v1.0.2

EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstance refreshes edge application instance

Refresh an edge application instance. Update edge application instance to the latest version of the edge application. This operation will result in a restart of the edge application instance.

func (*Client) EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstance added in v1.0.2

EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstance refreshes and purge edge application instance

Refresh and purge an edge application instance, update edge application instance to the latest version of the edge application. This operation will result in loss of data and a restart of the edge application instance.

func (*Client) EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstance added in v1.0.2

EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstance restarts edge application instance

Restart an edge application instance, initiate a restart of the edge application instance.

func (*Client) EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstance added in v1.0.2

EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstance updates edge application instance

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

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstance(params *EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceOK, error)

	EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstance(params *EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceOK, error)

	EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstance(params *EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceOK, error)

	EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstance(params *EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceOK, error)

	EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstance(params *EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceOK, error)

	EdgeApplicationInstanceConfigurationGetEdgeApplicationInstance(params *EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceOK, error)

	EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByName(params *EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameOK, error)

	EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstances(params *EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesOK, error)

	EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstance(params *EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceOK, error)

	EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstance(params *EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceOK, error)

	EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstance(params *EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceOK, error)

	EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstance(params *EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceOK, 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 instance configuration API client.

type EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceConflict added in v1.0.2

type EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceConflict struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceConflict() *EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceConflict

NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceConflict creates a EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceConflict with default headers values

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceConflict) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceConflict) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceConflict) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceConflict) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceConflict) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceConflict) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceConflict) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceConflict) String added in v1.0.2

type EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceDefault added in v1.0.2

func NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceDefault(code int) *EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceDefault

NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceDefault creates a EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceDefault with default headers values

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceDefault) Code added in v1.0.2

Code gets the status code for the edge application instance configuration activate edge application instance default response

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceDefault) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceDefault) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceDefault) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceDefault) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceDefault) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceDefault) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceDefault) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceDefault) String added in v1.0.2

type EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceForbidden added in v1.0.2

type EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceForbidden() *EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceForbidden

NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceForbidden creates a EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceForbidden with default headers values

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceForbidden) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceForbidden) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceForbidden) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceForbidden) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceForbidden) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceForbidden) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceForbidden) String added in v1.0.2

type EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceGatewayTimeout added in v1.0.2

type EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceGatewayTimeout() *EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceGatewayTimeout

NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceGatewayTimeout creates a EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceGatewayTimeout with default headers values

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceGatewayTimeout) String added in v1.0.2

type EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceInternalServerError added in v1.0.2

type EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceInternalServerError() *EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceInternalServerError

NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceInternalServerError creates a EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceInternalServerError with default headers values

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceInternalServerError) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceInternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceInternalServerError) String added in v1.0.2

type EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceNotFound added in v1.0.2

type EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceNotFound() *EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceNotFound

NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceNotFound creates a EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceNotFound with default headers values

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceNotFound) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceNotFound) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceNotFound) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceNotFound) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceNotFound) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceNotFound) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceNotFound) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceNotFound) String added in v1.0.2

type EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceOK added in v1.0.2

type EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceOK added in v1.0.2

func NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceOK() *EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceOK

NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceOK creates a EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceOK with default headers values

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceOK) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceOK) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceOK) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceOK) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceOK) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceOK) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceOK) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceOK) String added in v1.0.2

type EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParams added in v1.0.2

type EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParams struct {

	/* XRequestID.

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

	/* ID.

	   System defined universally unique Id of the app instance
	*/
	ID string

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

EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParams contains all the parameters to send to the API endpoint

for the edge application instance configuration activate edge application instance operation.

Typically these are written to a http.Request.

func NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParams added in v1.0.2

func NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParams() *EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParams creates a new EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParams 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 NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParamsWithContext added in v1.0.2

func NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParamsWithContext(ctx context.Context) *EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParamsWithContext creates a new EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParams object with the ability to set a context for a request.

func NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParamsWithHTTPClient(client *http.Client) *EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParamsWithHTTPClient creates a new EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParamsWithTimeout added in v1.0.2

func NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParamsWithTimeout(timeout time.Duration) *EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParamsWithTimeout creates a new EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParams object with the ability to set a timeout on a request.

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParams) SetContext added in v1.0.2

SetContext adds the context to the edge application instance configuration activate edge application instance params

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParams) SetDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge application instance configuration activate edge application instance params

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParams) SetID added in v1.0.2

SetID adds the id to the edge application instance configuration activate edge application instance params

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge application instance configuration activate edge application instance params

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge application instance configuration activate edge application instance params

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParams) WithContext added in v1.0.2

WithContext adds the context to the edge application instance configuration activate edge application instance params

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParams) WithDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge application instance configuration activate edge application instance params

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParams) WithID added in v1.0.2

WithID adds the id to the edge application instance configuration activate edge application instance params

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge application instance configuration activate edge application instance params

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge application instance configuration activate edge application instance params

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceReader added in v1.0.2

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

EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceReader is a Reader for the EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstance structure.

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceUnauthorized added in v1.0.2

type EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceUnauthorized() *EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceUnauthorized

NewEdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceUnauthorized creates a EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceUnauthorized with default headers values

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceUnauthorized) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceUnauthorized) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationActivateEdgeApplicationInstanceUnauthorized) String added in v1.0.2

type EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceConflict added in v1.0.2

type EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceConflict struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceConflict() *EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceConflict

NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceConflict creates a EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceConflict with default headers values

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceConflict) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceConflict) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceConflict) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance configuration connect to edge application instance conflict response has a 4xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceConflict) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance configuration connect to edge application instance conflict response has a 3xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceConflict) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance configuration connect to edge application instance conflict response has a 5xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance configuration connect to edge application instance conflict response has a 2xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceConflict) String added in v1.0.2

type EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceDefault added in v1.0.2

func NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceDefault(code int) *EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceDefault

NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceDefault creates a EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceDefault with default headers values

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceDefault) Code added in v1.0.2

Code gets the status code for the edge application instance configuration connect to edge application instance default response

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceDefault) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceDefault) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceDefault) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance configuration connect to edge application instance default response has a 4xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceDefault) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance configuration connect to edge application instance default response has a 3xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceDefault) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance configuration connect to edge application instance default response has a 5xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance configuration connect to edge application instance default response has a 2xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceDefault) String added in v1.0.2

type EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceForbidden added in v1.0.2

type EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceForbidden() *EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceForbidden

NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceForbidden creates a EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceForbidden with default headers values

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceForbidden) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceForbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance configuration connect to edge application instance forbidden response has a 4xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceForbidden) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance configuration connect to edge application instance forbidden response has a 3xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceForbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance configuration connect to edge application instance forbidden response has a 5xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance configuration connect to edge application instance forbidden response has a 2xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceForbidden) String added in v1.0.2

type EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceGatewayTimeout added in v1.0.2

type EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceGatewayTimeout() *EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceGatewayTimeout

NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceGatewayTimeout creates a EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceGatewayTimeout with default headers values

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance configuration connect to edge application instance gateway timeout response has a 4xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance configuration connect to edge application instance gateway timeout response has a 3xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance configuration connect to edge application instance gateway timeout response has a 5xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance configuration connect to edge application instance gateway timeout response has a 2xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceGatewayTimeout) String added in v1.0.2

type EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceInternalServerError added in v1.0.2

type EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceInternalServerError() *EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceInternalServerError

NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceInternalServerError creates a EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceInternalServerError with default headers values

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceInternalServerError) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance configuration connect to edge application instance internal server error response has a 4xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceInternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance configuration connect to edge application instance internal server error response has a 3xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance configuration connect to edge application instance internal server error response has a 5xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance configuration connect to edge application instance internal server error response has a 2xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceInternalServerError) String added in v1.0.2

type EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceNotFound added in v1.0.2

type EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceNotFound() *EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceNotFound

NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceNotFound creates a EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceNotFound with default headers values

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceNotFound) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceNotFound) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceNotFound) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance configuration connect to edge application instance not found response has a 4xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceNotFound) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance configuration connect to edge application instance not found response has a 3xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceNotFound) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance configuration connect to edge application instance not found response has a 5xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance configuration connect to edge application instance not found response has a 2xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceNotFound) String added in v1.0.2

type EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceOK added in v1.0.2

type EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceOK added in v1.0.2

func NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceOK() *EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceOK

NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceOK creates a EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceOK with default headers values

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceOK) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceOK) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceOK) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance configuration connect to edge application instance o k response has a 4xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceOK) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceOK) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance configuration connect to edge application instance o k response has a 3xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceOK) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance configuration connect to edge application instance o k response has a 5xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceOK) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance configuration connect to edge application instance o k response has a 2xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceOK) String added in v1.0.2

type EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParams added in v1.0.2

type EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParams struct {

	/* XRequestID.

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

	/* ID.

	   System defined universally unique Id of the app instance
	*/
	ID string

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

EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParams contains all the parameters to send to the API endpoint

for the edge application instance configuration connect to edge application instance operation.

Typically these are written to a http.Request.

func NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParams added in v1.0.2

func NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParams() *EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParams creates a new EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParams 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 NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParamsWithContext added in v1.0.2

func NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParamsWithContext(ctx context.Context) *EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParamsWithContext creates a new EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParams object with the ability to set a context for a request.

func NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParamsWithHTTPClient(client *http.Client) *EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParamsWithHTTPClient creates a new EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParamsWithTimeout added in v1.0.2

func NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParamsWithTimeout(timeout time.Duration) *EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParamsWithTimeout creates a new EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParams object with the ability to set a timeout on a request.

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParams) SetContext added in v1.0.2

SetContext adds the context to the edge application instance configuration connect to edge application instance params

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParams) SetDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge application instance configuration connect to edge application instance params

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParams) SetID added in v1.0.2

SetID adds the id to the edge application instance configuration connect to edge application instance params

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge application instance configuration connect to edge application instance params

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge application instance configuration connect to edge application instance params

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParams) WithContext added in v1.0.2

WithContext adds the context to the edge application instance configuration connect to edge application instance params

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParams) WithDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge application instance configuration connect to edge application instance params

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParams) WithID added in v1.0.2

WithID adds the id to the edge application instance configuration connect to edge application instance params

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge application instance configuration connect to edge application instance params

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge application instance configuration connect to edge application instance params

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceReader added in v1.0.2

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

EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceReader is a Reader for the EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstance structure.

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceUnauthorized added in v1.0.2

type EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceUnauthorized() *EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceUnauthorized

NewEdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceUnauthorized creates a EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceUnauthorized with default headers values

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceUnauthorized) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance configuration connect to edge application instance unauthorized response has a 4xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceUnauthorized) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance configuration connect to edge application instance unauthorized response has a 3xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance configuration connect to edge application instance unauthorized response has a 5xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance configuration connect to edge application instance unauthorized response has a 2xx status code

func (*EdgeApplicationInstanceConfigurationConnectToEdgeApplicationInstanceUnauthorized) String added in v1.0.2

type EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceBadRequest added in v1.0.2

type EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceBadRequest() *EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceBadRequest

NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceBadRequest creates a EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceBadRequest with default headers values

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceBadRequest) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceBadRequest) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceBadRequest) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceBadRequest) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceBadRequest) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceBadRequest) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceBadRequest) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceBadRequest) String added in v1.0.2

type EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceConflict added in v1.0.2

type EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceConflict struct {
	Payload *swagger_models.ZsrvResponse
}

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

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

func NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceConflict added in v1.0.2

func NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceConflict() *EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceConflict

NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceConflict creates a EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceConflict with default headers values

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceConflict) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceConflict) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceConflict) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceConflict) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceConflict) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceConflict) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceConflict) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceConflict) String added in v1.0.2

type EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceDefault added in v1.0.2

func NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceDefault(code int) *EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceDefault

NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceDefault creates a EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceDefault with default headers values

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceDefault) Code added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceDefault) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceDefault) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceDefault) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceDefault) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceDefault) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceDefault) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceDefault) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceDefault) String added in v1.0.2

type EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceForbidden added in v1.0.2

type EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceForbidden() *EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceForbidden

NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceForbidden creates a EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceForbidden with default headers values

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceForbidden) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceForbidden) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceForbidden) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceForbidden) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceForbidden) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceForbidden) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceForbidden) String added in v1.0.2

type EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceGatewayTimeout added in v1.0.2

type EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceGatewayTimeout() *EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceGatewayTimeout

NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceGatewayTimeout creates a EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceGatewayTimeout with default headers values

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceGatewayTimeout) String added in v1.0.2

type EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceInternalServerError added in v1.0.2

type EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceInternalServerError() *EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceInternalServerError

NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceInternalServerError creates a EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceInternalServerError with default headers values

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceInternalServerError) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceInternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceInternalServerError) String added in v1.0.2

type EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceOK added in v1.0.2

type EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceOK added in v1.0.2

func NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceOK() *EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceOK

NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceOK creates a EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceOK with default headers values

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceOK) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceOK) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceOK) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceOK) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceOK) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceOK) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceOK) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceOK) String added in v1.0.2

type EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParams added in v1.0.2

type EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParams struct {

	/* XRequestID.

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

	// Body.
	Body *swagger_models.AppInstance

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

EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParams contains all the parameters to send to the API endpoint

for the edge application instance configuration create edge application instance operation.

Typically these are written to a http.Request.

func NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParams added in v1.0.2

func NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParams() *EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParams creates a new EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParams 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 NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParamsWithContext added in v1.0.2

func NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParamsWithContext(ctx context.Context) *EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParamsWithContext creates a new EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParams object with the ability to set a context for a request.

func NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParamsWithHTTPClient(client *http.Client) *EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParamsWithHTTPClient creates a new EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParamsWithTimeout added in v1.0.2

func NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParamsWithTimeout(timeout time.Duration) *EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParamsWithTimeout creates a new EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParams object with the ability to set a timeout on a request.

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParams) SetBody added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParams) SetContext added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParams) SetDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParams) SetHTTPClient added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParams) SetTimeout added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParams) SetXRequestID added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParams) WithBody added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParams) WithContext added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParams) WithDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParams) WithHTTPClient added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParams) WithTimeout added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParams) WithXRequestID added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceReader added in v1.0.2

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

EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceReader is a Reader for the EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstance structure.

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceUnauthorized added in v1.0.2

type EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceUnauthorized() *EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceUnauthorized

NewEdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceUnauthorized creates a EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceUnauthorized with default headers values

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceUnauthorized) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceUnauthorized) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationCreateEdgeApplicationInstanceUnauthorized) String added in v1.0.2

type EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceConflict added in v1.0.2

type EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceConflict struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceConflict() *EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceConflict

NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceConflict creates a EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceConflict with default headers values

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceConflict) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceConflict) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceConflict) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance configuration de activate edge application instance conflict response has a 4xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceConflict) IsCode added in v1.0.2

IsCode returns true when this edge application instance configuration de activate edge application instance conflict response a status code equal to that given

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance configuration de activate edge application instance conflict response has a 3xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceConflict) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance configuration de activate edge application instance conflict response has a 5xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance configuration de activate edge application instance conflict response has a 2xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceConflict) String added in v1.0.2

type EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceDefault added in v1.0.2

func NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceDefault(code int) *EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceDefault

NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceDefault creates a EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceDefault with default headers values

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceDefault) Code added in v1.0.2

Code gets the status code for the edge application instance configuration de activate edge application instance default response

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceDefault) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceDefault) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceDefault) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance configuration de activate edge application instance default response has a 4xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceDefault) IsCode added in v1.0.2

IsCode returns true when this edge application instance configuration de activate edge application instance default response a status code equal to that given

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance configuration de activate edge application instance default response has a 3xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceDefault) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance configuration de activate edge application instance default response has a 5xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance configuration de activate edge application instance default response has a 2xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceDefault) String added in v1.0.2

type EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceForbidden added in v1.0.2

type EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceForbidden() *EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceForbidden

NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceForbidden creates a EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceForbidden with default headers values

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceForbidden) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceForbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance configuration de activate edge application instance forbidden response has a 4xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceForbidden) IsCode added in v1.0.2

IsCode returns true when this edge application instance configuration de activate edge application instance forbidden response a status code equal to that given

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance configuration de activate edge application instance forbidden response has a 3xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceForbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance configuration de activate edge application instance forbidden response has a 5xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance configuration de activate edge application instance forbidden response has a 2xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceForbidden) String added in v1.0.2

type EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceGatewayTimeout added in v1.0.2

type EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceGatewayTimeout() *EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceGatewayTimeout

NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceGatewayTimeout creates a EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceGatewayTimeout with default headers values

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance configuration de activate edge application instance gateway timeout response has a 4xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this edge application instance configuration de activate edge application instance gateway timeout response a status code equal to that given

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance configuration de activate edge application instance gateway timeout response has a 3xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance configuration de activate edge application instance gateway timeout response has a 5xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance configuration de activate edge application instance gateway timeout response has a 2xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceGatewayTimeout) String added in v1.0.2

type EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceInternalServerError added in v1.0.2

type EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceInternalServerError() *EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceInternalServerError

NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceInternalServerError creates a EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceInternalServerError with default headers values

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceInternalServerError) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance configuration de activate edge application instance internal server error response has a 4xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceInternalServerError) IsCode added in v1.0.2

IsCode returns true when this edge application instance configuration de activate edge application instance internal server error response a status code equal to that given

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance configuration de activate edge application instance internal server error response has a 3xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance configuration de activate edge application instance internal server error response has a 5xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance configuration de activate edge application instance internal server error response has a 2xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceInternalServerError) String added in v1.0.2

type EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceNotFound added in v1.0.2

type EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceNotFound() *EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceNotFound

NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceNotFound creates a EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceNotFound with default headers values

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceNotFound) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceNotFound) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceNotFound) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance configuration de activate edge application instance not found response has a 4xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceNotFound) IsCode added in v1.0.2

IsCode returns true when this edge application instance configuration de activate edge application instance not found response a status code equal to that given

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance configuration de activate edge application instance not found response has a 3xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceNotFound) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance configuration de activate edge application instance not found response has a 5xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance configuration de activate edge application instance not found response has a 2xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceNotFound) String added in v1.0.2

type EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceOK added in v1.0.2

type EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceOK added in v1.0.2

func NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceOK() *EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceOK

NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceOK creates a EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceOK with default headers values

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceOK) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceOK) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceOK) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance configuration de activate edge application instance o k response has a 4xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceOK) IsCode added in v1.0.2

IsCode returns true when this edge application instance configuration de activate edge application instance o k response a status code equal to that given

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceOK) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance configuration de activate edge application instance o k response has a 3xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceOK) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance configuration de activate edge application instance o k response has a 5xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceOK) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance configuration de activate edge application instance o k response has a 2xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceOK) String added in v1.0.2

type EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParams added in v1.0.2

type EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParams struct {

	/* XRequestID.

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

	/* ID.

	   System defined universally unique Id of the app instance
	*/
	ID string

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

EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParams contains all the parameters to send to the API endpoint

for the edge application instance configuration de activate edge application instance operation.

Typically these are written to a http.Request.

func NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParams added in v1.0.2

func NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParams() *EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParams creates a new EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParams 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 NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParamsWithContext added in v1.0.2

func NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParamsWithContext(ctx context.Context) *EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParamsWithContext creates a new EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParams object with the ability to set a context for a request.

func NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParamsWithHTTPClient(client *http.Client) *EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParamsWithHTTPClient creates a new EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParamsWithTimeout added in v1.0.2

func NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParamsWithTimeout(timeout time.Duration) *EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParamsWithTimeout creates a new EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParams object with the ability to set a timeout on a request.

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParams) SetContext added in v1.0.2

SetContext adds the context to the edge application instance configuration de activate edge application instance params

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParams) SetDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge application instance configuration de activate edge application instance params

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParams) SetID added in v1.0.2

SetID adds the id to the edge application instance configuration de activate edge application instance params

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge application instance configuration de activate edge application instance params

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge application instance configuration de activate edge application instance params

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParams) WithContext added in v1.0.2

WithContext adds the context to the edge application instance configuration de activate edge application instance params

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParams) WithDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge application instance configuration de activate edge application instance params

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParams) WithID added in v1.0.2

WithID adds the id to the edge application instance configuration de activate edge application instance params

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge application instance configuration de activate edge application instance params

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge application instance configuration de activate edge application instance params

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceReader added in v1.0.2

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

EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceReader is a Reader for the EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstance structure.

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceUnauthorized added in v1.0.2

type EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceUnauthorized() *EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceUnauthorized

NewEdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceUnauthorized creates a EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceUnauthorized with default headers values

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceUnauthorized) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance configuration de activate edge application instance unauthorized response has a 4xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceUnauthorized) IsCode added in v1.0.2

IsCode returns true when this edge application instance configuration de activate edge application instance unauthorized response a status code equal to that given

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance configuration de activate edge application instance unauthorized response has a 3xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance configuration de activate edge application instance unauthorized response has a 5xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance configuration de activate edge application instance unauthorized response has a 2xx status code

func (*EdgeApplicationInstanceConfigurationDeActivateEdgeApplicationInstanceUnauthorized) String added in v1.0.2

type EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceDefault added in v1.0.2

func NewEdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceDefault(code int) *EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceDefault

NewEdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceDefault creates a EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceDefault with default headers values

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceDefault) Code added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceDefault) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceDefault) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceDefault) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceDefault) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceDefault) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceDefault) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceDefault) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceDefault) String added in v1.0.2

type EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceForbidden added in v1.0.2

type EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceForbidden() *EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceForbidden

NewEdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceForbidden creates a EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceForbidden with default headers values

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceForbidden) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceForbidden) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceForbidden) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceForbidden) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceForbidden) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceForbidden) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceForbidden) String added in v1.0.2

type EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceGatewayTimeout added in v1.0.2

type EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceGatewayTimeout() *EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceGatewayTimeout

NewEdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceGatewayTimeout creates a EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceGatewayTimeout with default headers values

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceGatewayTimeout) String added in v1.0.2

type EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceInternalServerError added in v1.0.2

type EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceInternalServerError() *EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceInternalServerError

NewEdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceInternalServerError creates a EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceInternalServerError with default headers values

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceInternalServerError) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceInternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceInternalServerError) String added in v1.0.2

type EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceNotFound added in v1.0.2

type EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceNotFound() *EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceNotFound

NewEdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceNotFound creates a EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceNotFound with default headers values

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceNotFound) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceNotFound) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceNotFound) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceNotFound) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceNotFound) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceNotFound) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceNotFound) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceNotFound) String added in v1.0.2

type EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceOK added in v1.0.2

type EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceOK added in v1.0.2

func NewEdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceOK() *EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceOK

NewEdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceOK creates a EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceOK with default headers values

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceOK) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceOK) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceOK) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceOK) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceOK) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceOK) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceOK) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceOK) String added in v1.0.2

type EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParams added in v1.0.2

type EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParams struct {

	/* XRequestID.

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

	/* ID.

	   System defined universally unique Id of the app instance
	*/
	ID string

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

EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParams contains all the parameters to send to the API endpoint

for the edge application instance configuration delete edge application instance operation.

Typically these are written to a http.Request.

func NewEdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParams added in v1.0.2

func NewEdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParams() *EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParams creates a new EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParams 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 NewEdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParamsWithContext added in v1.0.2

func NewEdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParamsWithContext(ctx context.Context) *EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParamsWithContext creates a new EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParams object with the ability to set a context for a request.

func NewEdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParamsWithHTTPClient(client *http.Client) *EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParamsWithHTTPClient creates a new EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParamsWithTimeout added in v1.0.2

func NewEdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParamsWithTimeout(timeout time.Duration) *EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParamsWithTimeout creates a new EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParams object with the ability to set a timeout on a request.

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParams) SetContext added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParams) SetDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParams) SetHTTPClient added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParams) SetID added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParams) SetTimeout added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParams) SetXRequestID added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParams) WithContext added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParams) WithDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParams) WithHTTPClient added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParams) WithID added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParams) WithTimeout added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParams) WithXRequestID added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceReader added in v1.0.2

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

EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceReader is a Reader for the EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstance structure.

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceUnauthorized added in v1.0.2

type EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceUnauthorized() *EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceUnauthorized

NewEdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceUnauthorized creates a EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceUnauthorized with default headers values

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceUnauthorized) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceUnauthorized) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationDeleteEdgeApplicationInstanceUnauthorized) String added in v1.0.2

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameDefault added in v1.0.2

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameDefault(code int) *EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameDefault

NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameDefault creates a EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameDefault with default headers values

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameDefault) Code added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameDefault) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameDefault) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameDefault) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameDefault) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameDefault) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameDefault) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameDefault) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameDefault) String added in v1.0.2

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameForbidden added in v1.0.2

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameForbidden() *EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameForbidden

NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameForbidden creates a EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameForbidden with default headers values

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameForbidden) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameForbidden) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameForbidden) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameForbidden) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameForbidden) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameForbidden) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameForbidden) String added in v1.0.2

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameGatewayTimeout added in v1.0.2

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameGatewayTimeout() *EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameGatewayTimeout

NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameGatewayTimeout creates a EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameGatewayTimeout with default headers values

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameGatewayTimeout) String added in v1.0.2

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameInternalServerError added in v1.0.2

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameInternalServerError() *EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameInternalServerError

NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameInternalServerError creates a EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameInternalServerError with default headers values

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameInternalServerError) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameInternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameInternalServerError) String added in v1.0.2

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameNotFound added in v1.0.2

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameNotFound() *EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameNotFound

NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameNotFound creates a EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameNotFound with default headers values

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameNotFound) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameNotFound) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameNotFound) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameNotFound) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameNotFound) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameNotFound) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameNotFound) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameNotFound) String added in v1.0.2

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameOK added in v1.0.2

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameOK struct {
	Payload *swagger_models.AppInstance
}

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

A successful response.

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameOK added in v1.0.2

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameOK() *EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameOK

NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameOK creates a EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameOK with default headers values

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameOK) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameOK) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameOK) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameOK) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameOK) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameOK) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameOK) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameOK) String added in v1.0.2

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParams added in v1.0.2

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParams struct {

	/* XRequestID.

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

	/* Name.

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

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

EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParams contains all the parameters to send to the API endpoint

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

Typically these are written to a http.Request.

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParams added in v1.0.2

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParams() *EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParams

NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParams creates a new EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParams 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 NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParamsWithContext added in v1.0.2

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParamsWithContext(ctx context.Context) *EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParams

NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParamsWithContext creates a new EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParams object with the ability to set a context for a request.

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParamsWithHTTPClient(client *http.Client) *EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParams

NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParamsWithHTTPClient creates a new EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParamsWithTimeout added in v1.0.2

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParamsWithTimeout(timeout time.Duration) *EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParams

NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParamsWithTimeout creates a new EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParams object with the ability to set a timeout on a request.

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParams) SetContext added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParams) SetDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParams) SetHTTPClient added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParams) SetName added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParams) SetTimeout added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParams) SetXRequestID added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParams) WithContext added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParams) WithDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParams) WithHTTPClient added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParams) WithName added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParams) WithTimeout added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParams) WithXRequestID added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameReader added in v1.0.2

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

EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameReader is a Reader for the EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByName structure.

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameUnauthorized added in v1.0.2

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameUnauthorized() *EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameUnauthorized

NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameUnauthorized creates a EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameUnauthorized with default headers values

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameUnauthorized) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameUnauthorized) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceByNameUnauthorized) String added in v1.0.2

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceDefault added in v1.0.2

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceDefault(code int) *EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceDefault

NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceDefault creates a EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceDefault with default headers values

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceDefault) Code added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceDefault) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceDefault) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceDefault) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceDefault) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceDefault) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceDefault) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceDefault) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceDefault) String added in v1.0.2

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceForbidden added in v1.0.2

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceForbidden() *EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceForbidden

NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceForbidden creates a EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceForbidden with default headers values

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceForbidden) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceForbidden) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceForbidden) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceForbidden) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceForbidden) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceForbidden) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceForbidden) String added in v1.0.2

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceGatewayTimeout added in v1.0.2

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceGatewayTimeout() *EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceGatewayTimeout

NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceGatewayTimeout creates a EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceGatewayTimeout with default headers values

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceGatewayTimeout) String added in v1.0.2

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceInternalServerError added in v1.0.2

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceInternalServerError() *EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceInternalServerError

NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceInternalServerError creates a EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceInternalServerError with default headers values

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceInternalServerError) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceInternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceInternalServerError) String added in v1.0.2

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceNotFound added in v1.0.2

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceNotFound() *EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceNotFound

NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceNotFound creates a EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceNotFound with default headers values

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceNotFound) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceNotFound) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceNotFound) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceNotFound) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceNotFound) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceNotFound) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceNotFound) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceNotFound) String added in v1.0.2

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceOK added in v1.0.2

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceOK struct {
	Payload *swagger_models.AppInstance
}

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

A successful response.

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceOK added in v1.0.2

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceOK() *EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceOK

NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceOK creates a EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceOK with default headers values

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceOK) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceOK) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceOK) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceOK) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceOK) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceOK) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceOK) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceOK) String added in v1.0.2

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParams added in v1.0.2

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParams struct {

	/* XRequestID.

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

	/* ID.

	   System defined universally unique Id of the app instance
	*/
	ID string

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

EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParams contains all the parameters to send to the API endpoint

for the edge application instance configuration get edge application instance operation.

Typically these are written to a http.Request.

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParams added in v1.0.2

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParams() *EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParams creates a new EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParams 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 NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParamsWithContext added in v1.0.2

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParamsWithContext(ctx context.Context) *EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParamsWithContext creates a new EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParams object with the ability to set a context for a request.

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParamsWithHTTPClient(client *http.Client) *EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParamsWithHTTPClient creates a new EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParamsWithTimeout added in v1.0.2

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParamsWithTimeout(timeout time.Duration) *EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParamsWithTimeout creates a new EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParams object with the ability to set a timeout on a request.

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParams) SetContext added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParams) SetDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParams) SetHTTPClient added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParams) SetID added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParams) SetTimeout added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParams) SetXRequestID added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParams) WithContext added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParams) WithDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParams) WithHTTPClient added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParams) WithID added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParams) WithTimeout added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParams) WithXRequestID added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceReader added in v1.0.2

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

EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceReader is a Reader for the EdgeApplicationInstanceConfigurationGetEdgeApplicationInstance structure.

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceUnauthorized added in v1.0.2

type EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceUnauthorized() *EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceUnauthorized

NewEdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceUnauthorized creates a EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceUnauthorized with default headers values

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceUnauthorized) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceUnauthorized) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationGetEdgeApplicationInstanceUnauthorized) String added in v1.0.2

type EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesBadRequest added in v1.0.2

type EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesBadRequest() *EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesBadRequest

NewEdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesBadRequest creates a EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesBadRequest with default headers values

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesBadRequest) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesBadRequest) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesBadRequest) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesBadRequest) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesBadRequest) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesBadRequest) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesBadRequest) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesBadRequest) String added in v1.0.2

type EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesDefault added in v1.0.2

func NewEdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesDefault(code int) *EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesDefault

NewEdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesDefault creates a EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesDefault with default headers values

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesDefault) Code added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesDefault) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesDefault) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesDefault) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesDefault) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesDefault) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesDefault) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesDefault) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesDefault) String added in v1.0.2

type EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesForbidden added in v1.0.2

type EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesForbidden() *EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesForbidden

NewEdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesForbidden creates a EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesForbidden with default headers values

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesForbidden) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesForbidden) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesForbidden) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesForbidden) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesForbidden) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesForbidden) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesForbidden) String added in v1.0.2

type EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesGatewayTimeout added in v1.0.2

type EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesGatewayTimeout() *EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesGatewayTimeout

NewEdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesGatewayTimeout creates a EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesGatewayTimeout with default headers values

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesGatewayTimeout) String added in v1.0.2

type EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesInternalServerError added in v1.0.2

type EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesInternalServerError() *EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesInternalServerError

NewEdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesInternalServerError creates a EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesInternalServerError with default headers values

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesInternalServerError) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesInternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesInternalServerError) String added in v1.0.2

type EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesOK added in v1.0.2

type EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesOK struct {
	Payload *swagger_models.AppInstances
}

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

A successful response.

func NewEdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesOK added in v1.0.2

func NewEdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesOK() *EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesOK

NewEdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesOK creates a EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesOK with default headers values

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesOK) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesOK) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesOK) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesOK) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesOK) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesOK) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesOK) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesOK) String added in v1.0.2

type EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams added in v1.0.2

type EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams struct {

	/* XRequestID.

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

	/* Fields.

	   Fields to select: id, name, title, description, projectId, tags, clusterID, appId, deviceId, manifestInfo, appType, appPolicyId, userDefinedVersion, remoteConsole
	*/
	Fields []string

	/* FilterAppName.

	   User defined name of the app instance, unique across the enterprise. Once app instance is created, name can’t be changed
	*/
	FilterAppName *string

	/* FilterAppType.

	   type of bundle

	   Default: "APP_TYPE_UNSPECIFIED"
	*/
	FilterAppType *string

	/* FilterDeploymentType.

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

	   Default: "DEPLOYMENT_TYPE_UNSPECIFIED"
	*/
	FilterDeploymentType *string

	/* FilterDeviceName.

	   User defined name of the device, unique across the enterprise. Once device is created, name can’t be changed
	*/
	FilterDeviceName *string

	/* FilterDeviceNamePattern.

	   device name pattern
	*/
	FilterDeviceNamePattern *string

	/* FilterNamePattern.

	   name pattern
	*/
	FilterNamePattern *string

	/* FilterProjectName.

	   User defined name of the project, unique across the enterprise. Once project is created, name can’t be changed
	*/
	FilterProjectName *string

	/* FilterProjectNamePattern.

	   project name pattern
	*/
	FilterProjectNamePattern *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.

	   summary flag
	*/
	Summary *bool

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

EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams contains all the parameters to send to the API endpoint

for the edge application instance configuration query edge application instances operation.

Typically these are written to a http.Request.

func NewEdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams added in v1.0.2

func NewEdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams() *EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams

NewEdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams creates a new EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams 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 NewEdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParamsWithContext added in v1.0.2

func NewEdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParamsWithContext(ctx context.Context) *EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams

NewEdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParamsWithContext creates a new EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams object with the ability to set a context for a request.

func NewEdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParamsWithHTTPClient(client *http.Client) *EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams

NewEdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParamsWithHTTPClient creates a new EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParamsWithTimeout added in v1.0.2

func NewEdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParamsWithTimeout(timeout time.Duration) *EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams

NewEdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParamsWithTimeout creates a new EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams object with the ability to set a timeout on a request.

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) SetContext added in v1.0.2

SetContext adds the context to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) SetDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) SetFields added in v1.0.2

SetFields adds the fields to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) SetFilterAppName added in v1.0.2

SetFilterAppName adds the filterAppName to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) SetFilterAppType added in v1.0.2

SetFilterAppType adds the filterAppType to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) SetFilterDeploymentType added in v1.0.2

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

SetFilterDeploymentType adds the filterDeploymentType to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) SetFilterDeviceName added in v1.0.2

func (o *EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) SetFilterDeviceName(filterDeviceName *string)

SetFilterDeviceName adds the filterDeviceName to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) SetFilterDeviceNamePattern added in v1.0.2

func (o *EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) SetFilterDeviceNamePattern(filterDeviceNamePattern *string)

SetFilterDeviceNamePattern adds the filterDeviceNamePattern to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) SetFilterNamePattern added in v1.0.2

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

SetFilterNamePattern adds the filterNamePattern to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) SetFilterProjectName added in v1.0.2

func (o *EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) SetFilterProjectName(filterProjectName *string)

SetFilterProjectName adds the filterProjectName to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) SetFilterProjectNamePattern added in v1.0.2

func (o *EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) SetFilterProjectNamePattern(filterProjectNamePattern *string)

SetFilterProjectNamePattern adds the filterProjectNamePattern to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) SetNextOrderBy added in v1.0.2

SetNextOrderBy adds the nextOrderBy to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) SetNextPageNum added in v1.0.2

SetNextPageNum adds the nextPageNum to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) SetNextPageSize added in v1.0.2

SetNextPageSize adds the nextPageSize to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) SetNextPageToken added in v1.0.2

SetNextPageToken adds the nextPageToken to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) SetNextTotalPages added in v1.0.2

SetNextTotalPages adds the nextTotalPages to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) SetSummary added in v1.0.2

SetSummary adds the summary to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) WithContext added in v1.0.2

WithContext adds the context to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) WithDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) WithFields added in v1.0.2

WithFields adds the fields to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) WithFilterAppName added in v1.0.2

WithFilterAppName adds the filterAppName to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) WithFilterAppType added in v1.0.2

WithFilterAppType adds the filterAppType to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) WithFilterDeploymentType added in v1.0.2

WithFilterDeploymentType adds the filterDeploymentType to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) WithFilterDeviceName added in v1.0.2

WithFilterDeviceName adds the filterDeviceName to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) WithFilterDeviceNamePattern added in v1.0.2

WithFilterDeviceNamePattern adds the filterDeviceNamePattern to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) WithFilterNamePattern added in v1.0.2

WithFilterNamePattern adds the filterNamePattern to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) WithFilterProjectName added in v1.0.2

WithFilterProjectName adds the filterProjectName to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) WithFilterProjectNamePattern added in v1.0.2

WithFilterProjectNamePattern adds the filterProjectNamePattern to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) WithNextOrderBy added in v1.0.2

WithNextOrderBy adds the nextOrderBy to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) WithNextPageNum added in v1.0.2

WithNextPageNum adds the nextPageNum to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) WithNextPageSize added in v1.0.2

WithNextPageSize adds the nextPageSize to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) WithNextPageToken added in v1.0.2

WithNextPageToken adds the nextPageToken to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) WithNextTotalPages added in v1.0.2

WithNextTotalPages adds the nextTotalPages to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) WithSummary added in v1.0.2

WithSummary adds the summary to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge application instance configuration query edge application instances params

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesReader added in v1.0.2

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

EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesReader is a Reader for the EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstances structure.

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesUnauthorized added in v1.0.2

type EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesUnauthorized() *EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesUnauthorized

NewEdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesUnauthorized creates a EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesUnauthorized with default headers values

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesUnauthorized) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesUnauthorized) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationQueryEdgeApplicationInstancesUnauthorized) String added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceConflict added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceConflict struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceConflict() *EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceConflict

NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceConflict creates a EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceConflict with default headers values

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceConflict) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceConflict) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceConflict) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceConflict) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceConflict) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceConflict) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceConflict) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceConflict) String added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceDefault added in v1.0.2

func NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceDefault(code int) *EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceDefault

NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceDefault creates a EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceDefault with default headers values

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceDefault) Code added in v1.0.2

Code gets the status code for the edge application instance configuration refresh edge application instance default response

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceDefault) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceDefault) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceDefault) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceDefault) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceDefault) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceDefault) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceDefault) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceDefault) String added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceForbidden added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceForbidden() *EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceForbidden

NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceForbidden creates a EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceForbidden with default headers values

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceForbidden) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceForbidden) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceForbidden) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceForbidden) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceForbidden) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceForbidden) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceForbidden) String added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceGatewayTimeout added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceGatewayTimeout() *EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceGatewayTimeout

NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceGatewayTimeout creates a EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceGatewayTimeout with default headers values

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceGatewayTimeout) String added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceInternalServerError added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceInternalServerError() *EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceInternalServerError

NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceInternalServerError creates a EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceInternalServerError with default headers values

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceInternalServerError) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceInternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceInternalServerError) String added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceNotFound added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceNotFound() *EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceNotFound

NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceNotFound creates a EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceNotFound with default headers values

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceNotFound) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceNotFound) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceNotFound) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceNotFound) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceNotFound) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceNotFound) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceNotFound) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceNotFound) String added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceOK added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceOK added in v1.0.2

func NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceOK() *EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceOK

NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceOK creates a EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceOK with default headers values

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceOK) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceOK) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceOK) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceOK) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceOK) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceOK) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceOK) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceOK) String added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParams added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParams struct {

	/* XRequestID.

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

	/* ID.

	   System defined universally unique Id of the app instance
	*/
	ID string

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

EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParams contains all the parameters to send to the API endpoint

for the edge application instance configuration refresh edge application instance operation.

Typically these are written to a http.Request.

func NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParams added in v1.0.2

func NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParams() *EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParams creates a new EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParams 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 NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParamsWithContext added in v1.0.2

func NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParamsWithContext(ctx context.Context) *EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParamsWithContext creates a new EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParams object with the ability to set a context for a request.

func NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParamsWithHTTPClient(client *http.Client) *EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParamsWithHTTPClient creates a new EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParamsWithTimeout added in v1.0.2

func NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParamsWithTimeout(timeout time.Duration) *EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParamsWithTimeout creates a new EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParams object with the ability to set a timeout on a request.

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParams) SetContext added in v1.0.2

SetContext adds the context to the edge application instance configuration refresh edge application instance params

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParams) SetDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge application instance configuration refresh edge application instance params

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParams) SetID added in v1.0.2

SetID adds the id to the edge application instance configuration refresh edge application instance params

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge application instance configuration refresh edge application instance params

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge application instance configuration refresh edge application instance params

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParams) WithContext added in v1.0.2

WithContext adds the context to the edge application instance configuration refresh edge application instance params

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParams) WithDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge application instance configuration refresh edge application instance params

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParams) WithID added in v1.0.2

WithID adds the id to the edge application instance configuration refresh edge application instance params

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge application instance configuration refresh edge application instance params

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge application instance configuration refresh edge application instance params

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceReader added in v1.0.2

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

EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceReader is a Reader for the EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstance structure.

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceUnauthorized added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceUnauthorized() *EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceUnauthorized

NewEdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceUnauthorized creates a EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceUnauthorized with default headers values

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceUnauthorized) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceUnauthorized) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRefreshEdgeApplicationInstanceUnauthorized) String added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceConflict added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceConflict struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceConflict() *EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceConflict

NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceConflict creates a EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceConflict with default headers values

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceConflict) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceConflict) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceConflict) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance configuration refresh purge edge application instance conflict response has a 4xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceConflict) IsCode added in v1.0.2

IsCode returns true when this edge application instance configuration refresh purge edge application instance conflict response a status code equal to that given

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance configuration refresh purge edge application instance conflict response has a 3xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceConflict) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance configuration refresh purge edge application instance conflict response has a 5xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance configuration refresh purge edge application instance conflict response has a 2xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceConflict) String added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceDefault added in v1.0.2

func NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceDefault(code int) *EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceDefault

NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceDefault creates a EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceDefault with default headers values

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceDefault) Code added in v1.0.2

Code gets the status code for the edge application instance configuration refresh purge edge application instance default response

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceDefault) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceDefault) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceDefault) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance configuration refresh purge edge application instance default response has a 4xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceDefault) IsCode added in v1.0.2

IsCode returns true when this edge application instance configuration refresh purge edge application instance default response a status code equal to that given

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance configuration refresh purge edge application instance default response has a 3xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceDefault) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance configuration refresh purge edge application instance default response has a 5xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance configuration refresh purge edge application instance default response has a 2xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceDefault) String added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceForbidden added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceForbidden() *EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceForbidden

NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceForbidden creates a EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceForbidden with default headers values

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceForbidden) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceForbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance configuration refresh purge edge application instance forbidden response has a 4xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceForbidden) IsCode added in v1.0.2

IsCode returns true when this edge application instance configuration refresh purge edge application instance forbidden response a status code equal to that given

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance configuration refresh purge edge application instance forbidden response has a 3xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceForbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance configuration refresh purge edge application instance forbidden response has a 5xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance configuration refresh purge edge application instance forbidden response has a 2xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceForbidden) String added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceGatewayTimeout added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceGatewayTimeout() *EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceGatewayTimeout

NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceGatewayTimeout creates a EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceGatewayTimeout with default headers values

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance configuration refresh purge edge application instance gateway timeout response has a 4xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this edge application instance configuration refresh purge edge application instance gateway timeout response a status code equal to that given

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance configuration refresh purge edge application instance gateway timeout response has a 3xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance configuration refresh purge edge application instance gateway timeout response has a 5xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance configuration refresh purge edge application instance gateway timeout response has a 2xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceGatewayTimeout) String added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceInternalServerError added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceInternalServerError() *EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceInternalServerError

NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceInternalServerError creates a EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceInternalServerError with default headers values

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceInternalServerError) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance configuration refresh purge edge application instance internal server error response has a 4xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceInternalServerError) IsCode added in v1.0.2

IsCode returns true when this edge application instance configuration refresh purge edge application instance internal server error response a status code equal to that given

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance configuration refresh purge edge application instance internal server error response has a 3xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance configuration refresh purge edge application instance internal server error response has a 5xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance configuration refresh purge edge application instance internal server error response has a 2xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceInternalServerError) String added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceNotFound added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceNotFound() *EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceNotFound

NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceNotFound creates a EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceNotFound with default headers values

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceNotFound) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceNotFound) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceNotFound) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance configuration refresh purge edge application instance not found response has a 4xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceNotFound) IsCode added in v1.0.2

IsCode returns true when this edge application instance configuration refresh purge edge application instance not found response a status code equal to that given

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance configuration refresh purge edge application instance not found response has a 3xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceNotFound) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance configuration refresh purge edge application instance not found response has a 5xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance configuration refresh purge edge application instance not found response has a 2xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceNotFound) String added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceOK added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceOK added in v1.0.2

func NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceOK() *EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceOK

NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceOK creates a EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceOK with default headers values

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceOK) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceOK) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceOK) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance configuration refresh purge edge application instance o k response has a 4xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceOK) IsCode added in v1.0.2

IsCode returns true when this edge application instance configuration refresh purge edge application instance o k response a status code equal to that given

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceOK) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance configuration refresh purge edge application instance o k response has a 3xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceOK) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance configuration refresh purge edge application instance o k response has a 5xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceOK) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance configuration refresh purge edge application instance o k response has a 2xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceOK) String added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParams added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParams struct {

	/* XRequestID.

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

	/* ID.

	   System defined universally unique Id of the app instance
	*/
	ID string

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

EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParams contains all the parameters to send to the API endpoint

for the edge application instance configuration refresh purge edge application instance operation.

Typically these are written to a http.Request.

func NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParams added in v1.0.2

func NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParams() *EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParams creates a new EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParams 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 NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParamsWithContext added in v1.0.2

func NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParamsWithContext(ctx context.Context) *EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParamsWithContext creates a new EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParams object with the ability to set a context for a request.

func NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParamsWithHTTPClient(client *http.Client) *EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParamsWithHTTPClient creates a new EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParamsWithTimeout added in v1.0.2

func NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParamsWithTimeout(timeout time.Duration) *EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParamsWithTimeout creates a new EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParams object with the ability to set a timeout on a request.

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParams) SetContext added in v1.0.2

SetContext adds the context to the edge application instance configuration refresh purge edge application instance params

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParams) SetDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge application instance configuration refresh purge edge application instance params

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParams) SetID added in v1.0.2

SetID adds the id to the edge application instance configuration refresh purge edge application instance params

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge application instance configuration refresh purge edge application instance params

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge application instance configuration refresh purge edge application instance params

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParams) WithContext added in v1.0.2

WithContext adds the context to the edge application instance configuration refresh purge edge application instance params

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParams) WithDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge application instance configuration refresh purge edge application instance params

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParams) WithID added in v1.0.2

WithID adds the id to the edge application instance configuration refresh purge edge application instance params

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge application instance configuration refresh purge edge application instance params

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge application instance configuration refresh purge edge application instance params

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceReader added in v1.0.2

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

EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceReader is a Reader for the EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstance structure.

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceUnauthorized added in v1.0.2

type EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceUnauthorized() *EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceUnauthorized

NewEdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceUnauthorized creates a EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceUnauthorized with default headers values

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceUnauthorized) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance configuration refresh purge edge application instance unauthorized response has a 4xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceUnauthorized) IsCode added in v1.0.2

IsCode returns true when this edge application instance configuration refresh purge edge application instance unauthorized response a status code equal to that given

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance configuration refresh purge edge application instance unauthorized response has a 3xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance configuration refresh purge edge application instance unauthorized response has a 5xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance configuration refresh purge edge application instance unauthorized response has a 2xx status code

func (*EdgeApplicationInstanceConfigurationRefreshPurgeEdgeApplicationInstanceUnauthorized) String added in v1.0.2

type EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceConflict added in v1.0.2

type EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceConflict struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceConflict() *EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceConflict

NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceConflict creates a EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceConflict with default headers values

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceConflict) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceConflict) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceConflict) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceConflict) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceConflict) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceConflict) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceConflict) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceConflict) String added in v1.0.2

type EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceDefault added in v1.0.2

func NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceDefault(code int) *EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceDefault

NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceDefault creates a EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceDefault with default headers values

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceDefault) Code added in v1.0.2

Code gets the status code for the edge application instance configuration restart edge application instance default response

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceDefault) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceDefault) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceDefault) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceDefault) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceDefault) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceDefault) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceDefault) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceDefault) String added in v1.0.2

type EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceForbidden added in v1.0.2

type EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceForbidden() *EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceForbidden

NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceForbidden creates a EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceForbidden with default headers values

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceForbidden) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceForbidden) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceForbidden) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceForbidden) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceForbidden) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceForbidden) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceForbidden) String added in v1.0.2

type EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceGatewayTimeout added in v1.0.2

type EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceGatewayTimeout() *EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceGatewayTimeout

NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceGatewayTimeout creates a EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceGatewayTimeout with default headers values

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceGatewayTimeout) String added in v1.0.2

type EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceInternalServerError added in v1.0.2

type EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceInternalServerError() *EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceInternalServerError

NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceInternalServerError creates a EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceInternalServerError with default headers values

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceInternalServerError) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceInternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceInternalServerError) String added in v1.0.2

type EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceNotFound added in v1.0.2

type EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceNotFound() *EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceNotFound

NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceNotFound creates a EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceNotFound with default headers values

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceNotFound) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceNotFound) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceNotFound) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceNotFound) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceNotFound) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceNotFound) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceNotFound) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceNotFound) String added in v1.0.2

type EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceOK added in v1.0.2

type EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceOK added in v1.0.2

func NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceOK() *EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceOK

NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceOK creates a EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceOK with default headers values

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceOK) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceOK) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceOK) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceOK) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceOK) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceOK) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceOK) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceOK) String added in v1.0.2

type EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParams added in v1.0.2

type EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParams struct {

	/* XRequestID.

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

	/* ID.

	   System defined universally unique Id of the app instance
	*/
	ID string

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

EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParams contains all the parameters to send to the API endpoint

for the edge application instance configuration restart edge application instance operation.

Typically these are written to a http.Request.

func NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParams added in v1.0.2

func NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParams() *EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParams creates a new EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParams 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 NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParamsWithContext added in v1.0.2

func NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParamsWithContext(ctx context.Context) *EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParamsWithContext creates a new EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParams object with the ability to set a context for a request.

func NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParamsWithHTTPClient(client *http.Client) *EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParamsWithHTTPClient creates a new EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParamsWithTimeout added in v1.0.2

func NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParamsWithTimeout(timeout time.Duration) *EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParamsWithTimeout creates a new EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParams object with the ability to set a timeout on a request.

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParams) SetContext added in v1.0.2

SetContext adds the context to the edge application instance configuration restart edge application instance params

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParams) SetDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge application instance configuration restart edge application instance params

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParams) SetID added in v1.0.2

SetID adds the id to the edge application instance configuration restart edge application instance params

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge application instance configuration restart edge application instance params

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge application instance configuration restart edge application instance params

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParams) WithContext added in v1.0.2

WithContext adds the context to the edge application instance configuration restart edge application instance params

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParams) WithDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge application instance configuration restart edge application instance params

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParams) WithID added in v1.0.2

WithID adds the id to the edge application instance configuration restart edge application instance params

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge application instance configuration restart edge application instance params

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge application instance configuration restart edge application instance params

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceReader added in v1.0.2

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

EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceReader is a Reader for the EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstance structure.

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceUnauthorized added in v1.0.2

type EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceUnauthorized() *EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceUnauthorized

NewEdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceUnauthorized creates a EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceUnauthorized with default headers values

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceUnauthorized) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceUnauthorized) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationRestartEdgeApplicationInstanceUnauthorized) String added in v1.0.2

type EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceBody added in v1.0.2

type EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceBody struct {

	// app instance activation flag
	// Required: true
	Activate *string `json:"activate"`

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

	// app policy id
	AppPolicyID string `json:"appPolicyId,omitempty"`

	// type of bundle
	AppType *swagger_models.AppType `json:"appType,omitempty"`

	// version of bundle app is referring to
	Bundleversion string `json:"bundleversion,omitempty"`

	// System defined universally unique clusterInstance ID, unique across the enterprise.
	// Max Length: 256
	// Min Length: 3
	// Pattern: [a-zA-Z0-9][a-zA-Z0-9_.-]+
	ClusterID string `json:"clusterID,omitempty"`

	// holds the static Ip of the app instance
	CollectStatsIPAddr string `json:"collectStatsIPAddr,omitempty"`

	// Crypto Key for decrypting user secret information
	CryptoKey string `json:"cryptoKey,omitempty"`

	// Application initialization script template in cloud-config format and user specified values
	CustomConfig *swagger_models.CustomConfig `json:"customConfig,omitempty"`

	// type of deployment for the app, eg: azure, k3s, standalone
	DeploymentType *swagger_models.DeploymentType `json:"deploymentType,omitempty"`

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

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

	// drive details
	// Required: true
	Drives []*swagger_models.Drive `json:"drives"`

	// user encrypted secrets map
	EncryptedSecrets map[string]string `json:"encryptedSecrets,omitempty"`

	// application interfaces
	// Required: true
	Interfaces []*swagger_models.AppInterface `json:"interfaces"`

	// This field tells whether user secrets has updated or not, especially the cusotom config
	IsSecretUpdated bool `json:"isSecretUpdated,omitempty"`

	// App Instance logs
	Logs *swagger_models.AppInstanceLogs `json:"logs,omitempty"`

	// app manifest Info
	ManifestInfo *swagger_models.ManifestInfo `json:"manifestInfo,omitempty"`

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

	// project name which the given app instance belong to
	// Required: true
	ProjectID *string `json:"projectId"`

	// Purge counter: ZedCloudOpsCmd
	Purge *swagger_models.ZedCloudOpsCmd `json:"purge,omitempty"`

	// Refresh counter: ZedCloudOpsCmd
	Refresh *swagger_models.ZedCloudOpsCmd `json:"refresh,omitempty"`

	// Remote console flag
	RemoteConsole bool `json:"remoteConsole,omitempty"`

	// Restart counter: ZedCloudOpsCmd
	Restart *swagger_models.ZedCloudOpsCmd `json:"restart,omitempty"`

	// app instance object revision details
	Revision *swagger_models.ObjectRevision `json:"revision,omitempty"`

	// start delay is the time in seconds EVE should wait after boot before starting the application instance
	StartDelayInSeconds int64 `json:"startDelayInSeconds,omitempty"`

	// Tags are name/value pairs that enable you to categorize resources. Tag names are case insensitive with max_length 512 and min_length 3. Tag values are case sensitive with max_length 256 and min_length 3.
	Tags map[string]string `json:"tags,omitempty"`

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

	// Deprecated: Application initiazation script in cloud-config format to be used by cloud-init
	UserData string `json:"userData,omitempty"`

	// Instance version tells which edge app does this instance is running
	UserDefinedVersion string `json:"userDefinedVersion,omitempty"`

	// virtual machine info
	Vminfo *swagger_models.VM `json:"vminfo,omitempty"`
}

EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceBody App Instance detail // // App Instance detail swagger:model EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceBody

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceBody) ContextValidate added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceBody) MarshalBinary added in v1.0.2

MarshalBinary interface implementation

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceBody) UnmarshalBinary added in v1.0.2

UnmarshalBinary interface implementation

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceBody) Validate added in v1.0.2

Validate validates this edge application instance configuration update edge application instance body

type EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceConflict added in v1.0.2

type EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceConflict struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceConflict() *EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceConflict

NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceConflict creates a EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceConflict with default headers values

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceConflict) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceConflict) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceConflict) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceConflict) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceConflict) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceConflict) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceConflict) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceConflict) String added in v1.0.2

type EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceDefault added in v1.0.2

func NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceDefault(code int) *EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceDefault

NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceDefault creates a EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceDefault with default headers values

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceDefault) Code added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceDefault) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceDefault) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceDefault) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceDefault) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceDefault) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceDefault) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceDefault) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceDefault) String added in v1.0.2

type EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceForbidden added in v1.0.2

type EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceForbidden() *EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceForbidden

NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceForbidden creates a EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceForbidden with default headers values

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceForbidden) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceForbidden) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceForbidden) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceForbidden) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceForbidden) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceForbidden) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceForbidden) String added in v1.0.2

type EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceGatewayTimeout added in v1.0.2

type EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceGatewayTimeout() *EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceGatewayTimeout

NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceGatewayTimeout creates a EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceGatewayTimeout with default headers values

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceGatewayTimeout) String added in v1.0.2

type EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceInternalServerError added in v1.0.2

type EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceInternalServerError() *EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceInternalServerError

NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceInternalServerError creates a EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceInternalServerError with default headers values

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceInternalServerError) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceInternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceInternalServerError) String added in v1.0.2

type EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceNotFound added in v1.0.2

type EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceNotFound() *EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceNotFound

NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceNotFound creates a EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceNotFound with default headers values

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceNotFound) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceNotFound) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceNotFound) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceNotFound) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceNotFound) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceNotFound) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceNotFound) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceNotFound) String added in v1.0.2

type EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceOK added in v1.0.2

type EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceOK added in v1.0.2

func NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceOK() *EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceOK

NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceOK creates a EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceOK with default headers values

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceOK) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceOK) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceOK) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceOK) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceOK) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceOK) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceOK) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceOK) String added in v1.0.2

type EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams added in v1.0.2

type EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams struct {

	/* XRequestID.

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

	// Body.
	Body EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceBody

	/* ID.

	   System defined universally unique Id of the app instance
	*/
	ID string

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

EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams contains all the parameters to send to the API endpoint

for the edge application instance configuration update edge application instance operation.

Typically these are written to a http.Request.

func NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams added in v1.0.2

func NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams() *EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams creates a new EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams 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 NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParamsWithContext added in v1.0.2

func NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParamsWithContext(ctx context.Context) *EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParamsWithContext creates a new EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams object with the ability to set a context for a request.

func NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParamsWithHTTPClient(client *http.Client) *EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParamsWithHTTPClient creates a new EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParamsWithTimeout added in v1.0.2

func NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParamsWithTimeout(timeout time.Duration) *EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams

NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParamsWithTimeout creates a new EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams object with the ability to set a timeout on a request.

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams) SetBody added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams) SetContext added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams) SetDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams) SetHTTPClient added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams) SetID added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams) SetTimeout added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams) SetXRequestID added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams) WithBody added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams) WithContext added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams) WithDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams) WithHTTPClient added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams) WithID added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams) WithTimeout added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams) WithXRequestID added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceReader added in v1.0.2

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

EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceReader is a Reader for the EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstance structure.

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceUnauthorized added in v1.0.2

type EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceUnauthorized() *EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceUnauthorized

NewEdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceUnauthorized creates a EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceUnauthorized with default headers values

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceUnauthorized) Error added in v1.0.2

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceUnauthorized) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceConfigurationUpdateEdgeApplicationInstanceUnauthorized) String added in v1.0.2

Source Files

Jump to

Keyboard shortcuts

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