edge_application_instance_status

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: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for edge application instance status API

func (*Client) EdgeApplicationInstanceStatusGetApplicationInterfaceTags added in v1.0.2

EdgeApplicationInstanceStatusGetApplicationInterfaceTags queries application instance tags

Application Instance tags LIST API is to fetch the interfaces tags attached to app instances.

func (*Client) EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEvents added in v1.0.2

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEvents gets edge application instance events by id

Get configuration and status events of an edge application instance by id.

func (*Client) EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByName added in v1.0.2

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByName gets edge application instance events by name

Get configuration and status events of an edge application instance by name.

func (*Client) EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogs added in v1.0.2

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogs gets edge application instance log

Get the log of an edge application instance as reported by the edge node where the edge application instance has been deployed.

func (*Client) EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByID added in v1.0.2

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByID gets edge application instance resource usage timeline

Get the resource usage timeline of an edge application instance as reported by the edge node where the edge application instance has been deployed.

func (*Client) EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByName added in v1.0.2

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByName gets edge application instance resource usage timeline

Get the resource usage timeline of an edge application instance as reported by the edge node where the edge application instance has been deployed.

func (*Client) EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatus added in v1.0.2

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatus gets edge application instance status

Get the status of an edge application instance as reported by the edge node where the edge application instance has been deployed.

func (*Client) EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByName added in v1.0.2

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByName gets edge application instance status

Get the status of an edge application instance as reported by the edge node where the edge application instance has been deployed.

func (*Client) EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers added in v1.0.2

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers gets edge application instance top talkers of the network traffic flows

Get the top talkers of the network traffic flows of an edge application instance as reported by the edge node where the edge application instance has been deployed.

func (*Client) EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2 added in v1.0.2

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2 gets edge application instance top talkers of the network traffic flows

Get the top talkers of the network traffic flows of an edge application instance as reported by the edge node where the edge application instance has been deployed.

func (*Client) EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows added in v1.0.2

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows gets edge application instance network traffic flow log

Get the network traffic flow log of an edge application instance as reported by the edge node where the edge application instance has been deployed.

func (*Client) EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2 added in v1.0.2

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2 gets edge application instance network traffic flow log

Get the network traffic flow log of an edge application instance as reported by the edge node where the edge application instance has been deployed.

func (*Client) EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatus added in v1.0.2

EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatus queries status of edge application instances

Query the status of edge application instances as reported by the edge nodes where the edge application instances have been deployed.

func (*Client) EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfig added in v1.0.2

EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfig queries status and config of edge application instances

Edge application instances status config API is a composite API for application instance config and application instance status

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 {
	EdgeApplicationInstanceStatusGetApplicationInterfaceTags(params *EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsOK, error)

	EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEvents(params *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsOK, error)

	EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByName(params *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameOK, error)

	EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogs(params *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsOK, error)

	EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByID(params *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDOK, error)

	EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByName(params *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameOK, error)

	EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatus(params *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusOK, error)

	EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByName(params *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameOK, error)

	EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers(params *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersOK, error)

	EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2(params *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2OK, error)

	EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows(params *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsOK, error)

	EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2(params *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2OK, error)

	EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatus(params *EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusOK, error)

	EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfig(params *EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigOK, 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 status API client.

type EdgeApplicationInstanceStatusGetApplicationInterfaceTagsBadRequest added in v1.0.2

type EdgeApplicationInstanceStatusGetApplicationInterfaceTagsBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetApplicationInterfaceTagsBadRequest() *EdgeApplicationInstanceStatusGetApplicationInterfaceTagsBadRequest

NewEdgeApplicationInstanceStatusGetApplicationInterfaceTagsBadRequest creates a EdgeApplicationInstanceStatusGetApplicationInterfaceTagsBadRequest with default headers values

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsBadRequest) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsBadRequest) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance status get application interface tags bad request response has a 4xx status code

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsBadRequest) IsCode added in v1.0.2

IsCode returns true when this edge application instance status get application interface tags bad request response a status code equal to that given

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance status get application interface tags bad request response has a 3xx status code

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance status get application interface tags bad request response has a 5xx status code

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance status get application interface tags bad request response has a 2xx status code

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsBadRequest) String added in v1.0.2

type EdgeApplicationInstanceStatusGetApplicationInterfaceTagsDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeApplicationInstanceStatusGetApplicationInterfaceTagsDefault added in v1.0.2

func NewEdgeApplicationInstanceStatusGetApplicationInterfaceTagsDefault(code int) *EdgeApplicationInstanceStatusGetApplicationInterfaceTagsDefault

NewEdgeApplicationInstanceStatusGetApplicationInterfaceTagsDefault creates a EdgeApplicationInstanceStatusGetApplicationInterfaceTagsDefault with default headers values

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsDefault) Code added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsDefault) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsDefault) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsDefault) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsDefault) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsDefault) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsDefault) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsDefault) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsDefault) String added in v1.0.2

type EdgeApplicationInstanceStatusGetApplicationInterfaceTagsForbidden added in v1.0.2

type EdgeApplicationInstanceStatusGetApplicationInterfaceTagsForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetApplicationInterfaceTagsForbidden() *EdgeApplicationInstanceStatusGetApplicationInterfaceTagsForbidden

NewEdgeApplicationInstanceStatusGetApplicationInterfaceTagsForbidden creates a EdgeApplicationInstanceStatusGetApplicationInterfaceTagsForbidden with default headers values

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsForbidden) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsForbidden) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsForbidden) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsForbidden) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsForbidden) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsForbidden) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsForbidden) String added in v1.0.2

type EdgeApplicationInstanceStatusGetApplicationInterfaceTagsGatewayTimeout added in v1.0.2

type EdgeApplicationInstanceStatusGetApplicationInterfaceTagsGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetApplicationInterfaceTagsGatewayTimeout() *EdgeApplicationInstanceStatusGetApplicationInterfaceTagsGatewayTimeout

NewEdgeApplicationInstanceStatusGetApplicationInterfaceTagsGatewayTimeout creates a EdgeApplicationInstanceStatusGetApplicationInterfaceTagsGatewayTimeout with default headers values

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsGatewayTimeout) String added in v1.0.2

type EdgeApplicationInstanceStatusGetApplicationInterfaceTagsInternalServerError added in v1.0.2

type EdgeApplicationInstanceStatusGetApplicationInterfaceTagsInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetApplicationInterfaceTagsInternalServerError() *EdgeApplicationInstanceStatusGetApplicationInterfaceTagsInternalServerError

NewEdgeApplicationInstanceStatusGetApplicationInterfaceTagsInternalServerError creates a EdgeApplicationInstanceStatusGetApplicationInterfaceTagsInternalServerError with default headers values

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsInternalServerError) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsInternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsInternalServerError) String added in v1.0.2

type EdgeApplicationInstanceStatusGetApplicationInterfaceTagsOK added in v1.0.2

type EdgeApplicationInstanceStatusGetApplicationInterfaceTagsOK struct {
	Payload *swagger_models.ObjectTagsList
}

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

A successful response.

func NewEdgeApplicationInstanceStatusGetApplicationInterfaceTagsOK added in v1.0.2

func NewEdgeApplicationInstanceStatusGetApplicationInterfaceTagsOK() *EdgeApplicationInstanceStatusGetApplicationInterfaceTagsOK

NewEdgeApplicationInstanceStatusGetApplicationInterfaceTagsOK creates a EdgeApplicationInstanceStatusGetApplicationInterfaceTagsOK with default headers values

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsOK) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsOK) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsOK) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsOK) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsOK) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsOK) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsOK) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsOK) String added in v1.0.2

type EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams added in v1.0.2

type EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams struct {

	/* XRequestID.

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

	/* FilterObjID.

	   Object Id which tags are associated.
	*/
	FilterObjID *string

	/* FilterObjName.

	   Object name which tags are associated.
	*/
	FilterObjName *string

	/* NextOrderBy.

	   OrderBy helps in sorting the list response
	*/
	NextOrderBy []string

	/* NextPageNum.

	   Page Number

	   Format: int64
	*/
	NextPageNum *int64

	/* NextPageSize.

	   Defines the page size

	   Format: int64
	*/
	NextPageSize *int64

	/* NextPageToken.

	   Page Token
	*/
	NextPageToken *string

	/* NextTotalPages.

	   Total number of pages to be fetched.

	   Format: int64
	*/
	NextTotalPages *int64

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

EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams contains all the parameters to send to the API endpoint

for the edge application instance status get application interface tags operation.

Typically these are written to a http.Request.

func NewEdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams added in v1.0.2

func NewEdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams() *EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams

NewEdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams creates a new EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams 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 NewEdgeApplicationInstanceStatusGetApplicationInterfaceTagsParamsWithContext added in v1.0.2

func NewEdgeApplicationInstanceStatusGetApplicationInterfaceTagsParamsWithContext(ctx context.Context) *EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams

NewEdgeApplicationInstanceStatusGetApplicationInterfaceTagsParamsWithContext creates a new EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams object with the ability to set a context for a request.

func NewEdgeApplicationInstanceStatusGetApplicationInterfaceTagsParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationInstanceStatusGetApplicationInterfaceTagsParamsWithHTTPClient(client *http.Client) *EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams

NewEdgeApplicationInstanceStatusGetApplicationInterfaceTagsParamsWithHTTPClient creates a new EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationInstanceStatusGetApplicationInterfaceTagsParamsWithTimeout added in v1.0.2

func NewEdgeApplicationInstanceStatusGetApplicationInterfaceTagsParamsWithTimeout(timeout time.Duration) *EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams

NewEdgeApplicationInstanceStatusGetApplicationInterfaceTagsParamsWithTimeout creates a new EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams object with the ability to set a timeout on a request.

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams) SetContext added in v1.0.2

SetContext adds the context to the edge application instance status get application interface tags params

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams) SetDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams) SetFilterObjID added in v1.0.2

SetFilterObjID adds the filterObjId to the edge application instance status get application interface tags params

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams) SetFilterObjName added in v1.0.2

func (o *EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams) SetFilterObjName(filterObjName *string)

SetFilterObjName adds the filterObjName to the edge application instance status get application interface tags params

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge application instance status get application interface tags params

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams) SetNextOrderBy added in v1.0.2

SetNextOrderBy adds the nextOrderBy to the edge application instance status get application interface tags params

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams) SetNextPageNum added in v1.0.2

SetNextPageNum adds the nextPageNum to the edge application instance status get application interface tags params

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams) SetNextPageSize added in v1.0.2

SetNextPageSize adds the nextPageSize to the edge application instance status get application interface tags params

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams) SetNextPageToken added in v1.0.2

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

SetNextPageToken adds the nextPageToken to the edge application instance status get application interface tags params

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams) SetNextTotalPages added in v1.0.2

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

SetNextTotalPages adds the nextTotalPages to the edge application instance status get application interface tags params

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge application instance status get application interface tags params

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge application instance status get application interface tags params

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams) WithContext added in v1.0.2

WithContext adds the context to the edge application instance status get application interface tags params

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams) WithDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams) WithFilterObjID added in v1.0.2

WithFilterObjID adds the filterObjID to the edge application instance status get application interface tags params

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams) WithFilterObjName added in v1.0.2

WithFilterObjName adds the filterObjName to the edge application instance status get application interface tags params

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge application instance status get application interface tags params

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams) WithNextOrderBy added in v1.0.2

WithNextOrderBy adds the nextOrderBy to the edge application instance status get application interface tags params

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams) WithNextPageNum added in v1.0.2

WithNextPageNum adds the nextPageNum to the edge application instance status get application interface tags params

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams) WithNextPageSize added in v1.0.2

WithNextPageSize adds the nextPageSize to the edge application instance status get application interface tags params

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams) WithNextPageToken added in v1.0.2

WithNextPageToken adds the nextPageToken to the edge application instance status get application interface tags params

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams) WithNextTotalPages added in v1.0.2

WithNextTotalPages adds the nextTotalPages to the edge application instance status get application interface tags params

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge application instance status get application interface tags params

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge application instance status get application interface tags params

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationInstanceStatusGetApplicationInterfaceTagsReader added in v1.0.2

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

EdgeApplicationInstanceStatusGetApplicationInterfaceTagsReader is a Reader for the EdgeApplicationInstanceStatusGetApplicationInterfaceTags structure.

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationInstanceStatusGetApplicationInterfaceTagsUnauthorized added in v1.0.2

type EdgeApplicationInstanceStatusGetApplicationInterfaceTagsUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetApplicationInterfaceTagsUnauthorized() *EdgeApplicationInstanceStatusGetApplicationInterfaceTagsUnauthorized

NewEdgeApplicationInstanceStatusGetApplicationInterfaceTagsUnauthorized creates a EdgeApplicationInstanceStatusGetApplicationInterfaceTagsUnauthorized with default headers values

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsUnauthorized) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsUnauthorized) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetApplicationInterfaceTagsUnauthorized) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameDefault added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameDefault(code int) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameDefault

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameDefault creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameDefault with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameDefault) Code added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameDefault) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameDefault) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameDefault) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameDefault) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameDefault) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameDefault) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameDefault) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameDefault) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameForbidden added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameForbidden() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameForbidden

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameForbidden creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameForbidden with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameForbidden) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameForbidden) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameForbidden) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameForbidden) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameForbidden) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameForbidden) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameForbidden) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameGatewayTimeout added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameGatewayTimeout() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameGatewayTimeout

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameGatewayTimeout creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameGatewayTimeout with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameGatewayTimeout) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameInternalServerError added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameInternalServerError() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameInternalServerError

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameInternalServerError creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameInternalServerError with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameInternalServerError) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameInternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameInternalServerError) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameNotFound added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameNotFound() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameNotFound

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameNotFound creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameNotFound with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameNotFound) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameNotFound) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameNotFound) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameNotFound) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameNotFound) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameNotFound) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameNotFound) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameNotFound) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameOK added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameOK struct {
	Payload *swagger_models.EventQueryResponse
}

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

A successful response.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameOK added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameOK() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameOK

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameOK creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameOK with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameOK) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameOK) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameOK) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameOK) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameOK) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameOK) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameOK) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameOK) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams struct {

	/* XRequestID.

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

	/* EnterpriseID.

	   system generated unique id for an enterprise (deprecated)
	*/
	EnterpriseID *string

	/* Objid.

	   Object id
	*/
	Objid *string

	/* Objname.

	   Object name
	*/
	Objname string

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

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams contains all the parameters to send to the API endpoint

for the edge application instance status get edge application instance events by name operation.

Typically these are written to a http.Request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams 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 NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParamsWithContext added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParamsWithContext(ctx context.Context) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParamsWithContext creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams object with the ability to set a context for a request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParamsWithHTTPClient(client *http.Client) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParamsWithHTTPClient creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParamsWithTimeout added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParamsWithTimeout(timeout time.Duration) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParamsWithTimeout creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams object with the ability to set a timeout on a request.

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams) SetContext added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams) SetDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams) SetEnterpriseID added in v1.0.2

SetEnterpriseID adds the enterpriseId to the edge application instance status get edge application instance events by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams) SetHTTPClient added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams) SetObjid added in v1.0.2

SetObjid adds the objid to the edge application instance status get edge application instance events by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams) SetObjname added in v1.0.2

SetObjname adds the objname to the edge application instance status get edge application instance events by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams) SetTimeout added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams) SetXRequestID added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams) WithContext added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams) WithDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams) WithEnterpriseID added in v1.0.2

WithEnterpriseID adds the enterpriseID to the edge application instance status get edge application instance events by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams) WithHTTPClient added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams) WithObjid added in v1.0.2

WithObjid adds the objid to the edge application instance status get edge application instance events by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams) WithObjname added in v1.0.2

WithObjname adds the objname to the edge application instance status get edge application instance events by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams) WithTimeout added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams) WithXRequestID added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameReader added in v1.0.2

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

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameReader is a Reader for the EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByName structure.

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameUnauthorized added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameUnauthorized() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameUnauthorized

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameUnauthorized creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameUnauthorized with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameUnauthorized) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameUnauthorized) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsByNameUnauthorized) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsDefault added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsDefault(code int) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsDefault

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsDefault creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsDefault with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsDefault) Code added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsDefault) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsDefault) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsDefault) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsDefault) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsDefault) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsDefault) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsDefault) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsDefault) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsForbidden added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsForbidden() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsForbidden

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsForbidden creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsForbidden with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsForbidden) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsForbidden) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsForbidden) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsForbidden) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsForbidden) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsForbidden) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsForbidden) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsGatewayTimeout added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsGatewayTimeout() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsGatewayTimeout

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsGatewayTimeout creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsGatewayTimeout with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsGatewayTimeout) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsInternalServerError added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsInternalServerError() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsInternalServerError

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsInternalServerError creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsInternalServerError with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsInternalServerError) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsInternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsInternalServerError) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsNotFound added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsNotFound() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsNotFound

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsNotFound creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsNotFound with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsNotFound) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsNotFound) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsNotFound) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsNotFound) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsNotFound) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsNotFound) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsNotFound) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsNotFound) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsOK added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsOK struct {
	Payload *swagger_models.EventQueryResponse
}

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

A successful response.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsOK added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsOK() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsOK

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsOK creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsOK with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsOK) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsOK) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsOK) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsOK) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsOK) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsOK) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsOK) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsOK) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams struct {

	/* XRequestID.

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

	/* EnterpriseID.

	   system generated unique id for an enterprise (deprecated)
	*/
	EnterpriseID *string

	/* Objid.

	   Object id
	*/
	Objid string

	/* Objname.

	   Object name
	*/
	Objname *string

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

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams contains all the parameters to send to the API endpoint

for the edge application instance status get edge application instance events operation.

Typically these are written to a http.Request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams 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 NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParamsWithContext added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParamsWithContext(ctx context.Context) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParamsWithContext creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams object with the ability to set a context for a request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParamsWithHTTPClient(client *http.Client) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParamsWithHTTPClient creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParamsWithTimeout added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParamsWithTimeout(timeout time.Duration) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParamsWithTimeout creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams object with the ability to set a timeout on a request.

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams) SetContext added in v1.0.2

SetContext adds the context to the edge application instance status get edge application instance events params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams) SetDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams) SetEnterpriseID added in v1.0.2

SetEnterpriseID adds the enterpriseId to the edge application instance status get edge application instance events params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge application instance status get edge application instance events params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams) SetObjid added in v1.0.2

SetObjid adds the objid to the edge application instance status get edge application instance events params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams) SetObjname added in v1.0.2

SetObjname adds the objname to the edge application instance status get edge application instance events params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge application instance status get edge application instance events params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge application instance status get edge application instance events params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams) WithContext added in v1.0.2

WithContext adds the context to the edge application instance status get edge application instance events params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams) WithDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams) WithEnterpriseID added in v1.0.2

WithEnterpriseID adds the enterpriseID to the edge application instance status get edge application instance events params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge application instance status get edge application instance events params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams) WithObjid added in v1.0.2

WithObjid adds the objid to the edge application instance status get edge application instance events params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams) WithObjname added in v1.0.2

WithObjname adds the objname to the edge application instance status get edge application instance events params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge application instance status get edge application instance events params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge application instance status get edge application instance events params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsReader added in v1.0.2

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

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsReader is a Reader for the EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEvents structure.

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsUnauthorized added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsUnauthorized() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsUnauthorized

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsUnauthorized creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsUnauthorized with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsUnauthorized) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsUnauthorized) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceEventsUnauthorized) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsDefault added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsDefault(code int) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsDefault

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsDefault creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsDefault with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsDefault) Code added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsDefault) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsDefault) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsDefault) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsDefault) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsDefault) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsDefault) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsDefault) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsDefault) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsForbidden added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsForbidden() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsForbidden

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsForbidden creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsForbidden with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsForbidden) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsForbidden) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsForbidden) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsForbidden) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsForbidden) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsForbidden) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsForbidden) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsGatewayTimeout added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsGatewayTimeout() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsGatewayTimeout

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsGatewayTimeout creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsGatewayTimeout with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsGatewayTimeout) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsInternalServerError added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsInternalServerError() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsInternalServerError

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsInternalServerError creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsInternalServerError with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsInternalServerError) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsInternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsInternalServerError) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsNotFound added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsNotFound() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsNotFound

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsNotFound creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsNotFound with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsNotFound) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsNotFound) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsNotFound) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsNotFound) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsNotFound) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsNotFound) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsNotFound) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsNotFound) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsOK added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsOK struct {
	Payload *swagger_models.AppInstanceLogsResponse
}

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

A successful response.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsOK added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsOK() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsOK

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsOK creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsOK with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsOK) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsOK) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsOK) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsOK) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsOK) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsOK) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsOK) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsOK) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams struct {

	/* CursorOrderBy.

	   OrderBy helps in sorting the list response
	*/
	CursorOrderBy []string

	/* CursorPageNum.

	   Page Number

	   Format: int64
	*/
	CursorPageNum *int64

	/* CursorPageSize.

	   Defines the page size

	   Format: int64
	*/
	CursorPageSize *int64

	/* CursorPageToken.

	   Page Token
	*/
	CursorPageToken *string

	/* CursorTotalPages.

	   Total number of pages to be fetched.

	   Format: int64
	*/
	CursorTotalPages *int64

	/* XRequestID.

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

	/* EndTime.

	   entime for querying the app instacne logs

	   Format: date-time
	*/
	EndTime *strfmt.DateTime

	/* ID.

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

	/* Interval.

	   interval at which logs needs to fetched

	   Format: date-time
	*/
	Interval *strfmt.DateTime

	/* StartTime.

	   start time for querying the  app instance logs

	   Format: date-time
	*/
	StartTime *strfmt.DateTime

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

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams contains all the parameters to send to the API endpoint

for the edge application instance status get edge application instance logs operation.

Typically these are written to a http.Request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams 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 NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParamsWithContext added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParamsWithContext(ctx context.Context) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParamsWithContext creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams object with the ability to set a context for a request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParamsWithHTTPClient(client *http.Client) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParamsWithHTTPClient creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParamsWithTimeout added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParamsWithTimeout(timeout time.Duration) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParamsWithTimeout creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams object with the ability to set a timeout on a request.

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) SetContext added in v1.0.2

SetContext adds the context to the edge application instance status get edge application instance logs params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) SetCursorOrderBy added in v1.0.2

SetCursorOrderBy adds the cursorOrderBy to the edge application instance status get edge application instance logs params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) SetCursorPageNum added in v1.0.2

SetCursorPageNum adds the cursorPageNum to the edge application instance status get edge application instance logs params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) SetCursorPageSize added in v1.0.2

func (o *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) SetCursorPageSize(cursorPageSize *int64)

SetCursorPageSize adds the cursorPageSize to the edge application instance status get edge application instance logs params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) SetCursorPageToken added in v1.0.2

func (o *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) SetCursorPageToken(cursorPageToken *string)

SetCursorPageToken adds the cursorPageToken to the edge application instance status get edge application instance logs params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) SetCursorTotalPages added in v1.0.2

func (o *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) SetCursorTotalPages(cursorTotalPages *int64)

SetCursorTotalPages adds the cursorTotalPages to the edge application instance status get edge application instance logs params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) SetDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) SetEndTime added in v1.0.2

SetEndTime adds the endTime to the edge application instance status get edge application instance logs params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge application instance status get edge application instance logs params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) SetID added in v1.0.2

SetID adds the id to the edge application instance status get edge application instance logs params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) SetInterval added in v1.0.2

SetInterval adds the interval to the edge application instance status get edge application instance logs params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) SetStartTime added in v1.0.2

SetStartTime adds the startTime to the edge application instance status get edge application instance logs params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge application instance status get edge application instance logs params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge application instance status get edge application instance logs params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) WithContext added in v1.0.2

WithContext adds the context to the edge application instance status get edge application instance logs params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) WithCursorOrderBy added in v1.0.2

WithCursorOrderBy adds the cursorOrderBy to the edge application instance status get edge application instance logs params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) WithCursorPageNum added in v1.0.2

WithCursorPageNum adds the cursorPageNum to the edge application instance status get edge application instance logs params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) WithCursorPageSize added in v1.0.2

WithCursorPageSize adds the cursorPageSize to the edge application instance status get edge application instance logs params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) WithCursorPageToken added in v1.0.2

WithCursorPageToken adds the cursorPageToken to the edge application instance status get edge application instance logs params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) WithCursorTotalPages added in v1.0.2

WithCursorTotalPages adds the cursorTotalPages to the edge application instance status get edge application instance logs params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) WithDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) WithEndTime added in v1.0.2

WithEndTime adds the endTime to the edge application instance status get edge application instance logs params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge application instance status get edge application instance logs params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) WithID added in v1.0.2

WithID adds the id to the edge application instance status get edge application instance logs params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) WithInterval added in v1.0.2

WithInterval adds the interval to the edge application instance status get edge application instance logs params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) WithStartTime added in v1.0.2

WithStartTime adds the startTime to the edge application instance status get edge application instance logs params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge application instance status get edge application instance logs params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge application instance status get edge application instance logs params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsReader added in v1.0.2

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

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsReader is a Reader for the EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogs structure.

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsUnauthorized added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsUnauthorized() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsUnauthorized

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsUnauthorized creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsUnauthorized with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsUnauthorized) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsUnauthorized) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceLogsUnauthorized) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDDefault added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDDefault(code int) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDDefault

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDDefault creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDDefault with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDDefault) Code added in v1.0.2

Code gets the status code for the edge application instance status get edge application instance resource metrics by Id default response

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDDefault) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDDefault) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDDefault) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance status get edge application instance resource metrics by Id default response has a 4xx status code

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDDefault) IsCode added in v1.0.2

IsCode returns true when this edge application instance status get edge application instance resource metrics by Id default response a status code equal to that given

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance status get edge application instance resource metrics by Id default response has a 3xx status code

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDDefault) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance status get edge application instance resource metrics by Id default response has a 5xx status code

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance status get edge application instance resource metrics by Id default response has a 2xx status code

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDDefault) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDForbidden added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDForbidden() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDForbidden

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDForbidden creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDForbidden with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDForbidden) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDForbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance status get edge application instance resource metrics by Id forbidden response has a 4xx status code

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDForbidden) IsCode added in v1.0.2

IsCode returns true when this edge application instance status get edge application instance resource metrics by Id forbidden response a status code equal to that given

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance status get edge application instance resource metrics by Id forbidden response has a 3xx status code

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDForbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance status get edge application instance resource metrics by Id forbidden response has a 5xx status code

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance status get edge application instance resource metrics by Id forbidden response has a 2xx status code

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDForbidden) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDGatewayTimeout added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDGatewayTimeout() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDGatewayTimeout

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDGatewayTimeout creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDGatewayTimeout with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance status get edge application instance resource metrics by Id gateway timeout response has a 4xx status code

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance status get edge application instance resource metrics by Id gateway timeout response has a 3xx status code

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance status get edge application instance resource metrics by Id gateway timeout response has a 5xx status code

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance status get edge application instance resource metrics by Id gateway timeout response has a 2xx status code

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDGatewayTimeout) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDInternalServerError added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDInternalServerError() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDInternalServerError

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDInternalServerError creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDInternalServerError with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDInternalServerError) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDInternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDInternalServerError) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDNotFound added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDNotFound() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDNotFound

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDNotFound creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDNotFound with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDNotFound) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDNotFound) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDNotFound) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance status get edge application instance resource metrics by Id not found response has a 4xx status code

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDNotFound) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance status get edge application instance resource metrics by Id not found response has a 3xx status code

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDNotFound) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance status get edge application instance resource metrics by Id not found response has a 5xx status code

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance status get edge application instance resource metrics by Id not found response has a 2xx status code

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDNotFound) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDOK added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDOK struct {
	Payload *swagger_models.MetricQueryResponse
}

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

A successful response.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDOK added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDOK() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDOK

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDOK creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDOK with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDOK) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDOK) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDOK) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance status get edge application instance resource metrics by Id o k response has a 4xx status code

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDOK) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDOK) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance status get edge application instance resource metrics by Id o k response has a 3xx status code

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDOK) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance status get edge application instance resource metrics by Id o k response has a 5xx status code

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDOK) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance status get edge application instance resource metrics by Id o k response has a 2xx status code

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDOK) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams struct {

	/* XRequestID.

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

	// EndTime.
	//
	// Format: date-time
	EndTime *strfmt.DateTime

	// EnterpriseID.
	EnterpriseID *string

	// Interval.
	//
	// Format: date-time
	Interval *strfmt.DateTime

	// MType.
	MType string

	// Objid.
	Objid string

	// Objname.
	Objname *string

	// Objtype.
	//
	// Default: "OBJECT_TYPE_UNSPECIFIED"
	Objtype *string

	// StartTime.
	//
	// Format: date-time
	StartTime *strfmt.DateTime

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

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams contains all the parameters to send to the API endpoint

for the edge application instance status get edge application instance resource metrics by Id operation.

Typically these are written to a http.Request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams 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 NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParamsWithContext added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParamsWithContext(ctx context.Context) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParamsWithContext creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams object with the ability to set a context for a request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParamsWithHTTPClient(client *http.Client) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParamsWithHTTPClient creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParamsWithTimeout added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParamsWithTimeout(timeout time.Duration) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParamsWithTimeout creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams object with the ability to set a timeout on a request.

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams) SetContext added in v1.0.2

SetContext adds the context to the edge application instance status get edge application instance resource metrics by Id params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the edge application instance status get edge application instance resource metrics by Id params (not the query body).

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams) SetEndTime added in v1.0.2

SetEndTime adds the endTime to the edge application instance status get edge application instance resource metrics by Id params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams) SetEnterpriseID added in v1.0.2

SetEnterpriseID adds the enterpriseId to the edge application instance status get edge application instance resource metrics by Id params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge application instance status get edge application instance resource metrics by Id params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams) SetInterval added in v1.0.2

SetInterval adds the interval to the edge application instance status get edge application instance resource metrics by Id params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams) SetMType added in v1.0.2

SetMType adds the mType to the edge application instance status get edge application instance resource metrics by Id params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams) SetObjid added in v1.0.2

SetObjid adds the objid to the edge application instance status get edge application instance resource metrics by Id params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams) SetObjname added in v1.0.2

SetObjname adds the objname to the edge application instance status get edge application instance resource metrics by Id params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams) SetObjtype added in v1.0.2

SetObjtype adds the objtype to the edge application instance status get edge application instance resource metrics by Id params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams) SetStartTime added in v1.0.2

SetStartTime adds the startTime to the edge application instance status get edge application instance resource metrics by Id params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge application instance status get edge application instance resource metrics by Id params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge application instance status get edge application instance resource metrics by Id params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams) WithContext added in v1.0.2

WithContext adds the context to the edge application instance status get edge application instance resource metrics by Id params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the edge application instance status get edge application instance resource metrics by Id params (not the query body).

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams) WithEndTime added in v1.0.2

WithEndTime adds the endTime to the edge application instance status get edge application instance resource metrics by Id params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams) WithEnterpriseID added in v1.0.2

WithEnterpriseID adds the enterpriseID to the edge application instance status get edge application instance resource metrics by Id params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge application instance status get edge application instance resource metrics by Id params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams) WithInterval added in v1.0.2

WithInterval adds the interval to the edge application instance status get edge application instance resource metrics by Id params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams) WithMType added in v1.0.2

WithMType adds the mType to the edge application instance status get edge application instance resource metrics by Id params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams) WithObjid added in v1.0.2

WithObjid adds the objid to the edge application instance status get edge application instance resource metrics by Id params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams) WithObjname added in v1.0.2

WithObjname adds the objname to the edge application instance status get edge application instance resource metrics by Id params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams) WithObjtype added in v1.0.2

WithObjtype adds the objtype to the edge application instance status get edge application instance resource metrics by Id params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams) WithStartTime added in v1.0.2

WithStartTime adds the startTime to the edge application instance status get edge application instance resource metrics by Id params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge application instance status get edge application instance resource metrics by Id params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge application instance status get edge application instance resource metrics by Id params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDReader added in v1.0.2

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

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDReader is a Reader for the EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByID structure.

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDUnauthorized added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDUnauthorized() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDUnauthorized

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDUnauthorized creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDUnauthorized with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDUnauthorized) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge application instance status get edge application instance resource metrics by Id unauthorized response has a 4xx status code

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDUnauthorized) IsCode added in v1.0.2

IsCode returns true when this edge application instance status get edge application instance resource metrics by Id unauthorized response a status code equal to that given

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge application instance status get edge application instance resource metrics by Id unauthorized response has a 3xx status code

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge application instance status get edge application instance resource metrics by Id unauthorized response has a 5xx status code

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge application instance status get edge application instance resource metrics by Id unauthorized response has a 2xx status code

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByIDUnauthorized) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameDefault added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameDefault(code int) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameDefault

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameDefault creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameDefault with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameDefault) Code added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameDefault) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameDefault) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameDefault) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameDefault) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameDefault) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameDefault) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameDefault) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameDefault) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameForbidden added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameForbidden() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameForbidden

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameForbidden creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameForbidden with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameForbidden) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameForbidden) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameForbidden) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameForbidden) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameForbidden) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameForbidden) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameForbidden) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameGatewayTimeout added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameGatewayTimeout() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameGatewayTimeout

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameGatewayTimeout creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameGatewayTimeout with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameGatewayTimeout) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameInternalServerError added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameInternalServerError() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameInternalServerError

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameInternalServerError creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameInternalServerError with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameInternalServerError) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameInternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameInternalServerError) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameNotFound added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameNotFound() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameNotFound

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameNotFound creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameNotFound with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameNotFound) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameNotFound) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameNotFound) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameNotFound) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameNotFound) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameNotFound) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameNotFound) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameNotFound) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameOK added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameOK struct {
	Payload *swagger_models.MetricQueryResponse
}

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

A successful response.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameOK added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameOK() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameOK

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameOK creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameOK with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameOK) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameOK) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameOK) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameOK) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameOK) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameOK) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameOK) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameOK) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams struct {

	/* XRequestID.

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

	// EndTime.
	//
	// Format: date-time
	EndTime *strfmt.DateTime

	// EnterpriseID.
	EnterpriseID *string

	// Interval.
	//
	// Format: date-time
	Interval *strfmt.DateTime

	// MType.
	MType string

	// Objid.
	Objid *string

	// Objname.
	Objname string

	// Objtype.
	//
	// Default: "OBJECT_TYPE_UNSPECIFIED"
	Objtype *string

	// StartTime.
	//
	// Format: date-time
	StartTime *strfmt.DateTime

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

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams contains all the parameters to send to the API endpoint

for the edge application instance status get edge application instance resource metrics by name operation.

Typically these are written to a http.Request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams 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 NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParamsWithContext added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParamsWithContext(ctx context.Context) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParamsWithContext creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams object with the ability to set a context for a request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParamsWithHTTPClient(client *http.Client) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParamsWithHTTPClient creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParamsWithTimeout added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParamsWithTimeout(timeout time.Duration) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParamsWithTimeout creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams object with the ability to set a timeout on a request.

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams) SetContext added in v1.0.2

SetContext adds the context to the edge application instance status get edge application instance resource metrics by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams) SetDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams) SetEndTime added in v1.0.2

SetEndTime adds the endTime to the edge application instance status get edge application instance resource metrics by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams) SetEnterpriseID added in v1.0.2

SetEnterpriseID adds the enterpriseId to the edge application instance status get edge application instance resource metrics by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge application instance status get edge application instance resource metrics by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams) SetInterval added in v1.0.2

SetInterval adds the interval to the edge application instance status get edge application instance resource metrics by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams) SetMType added in v1.0.2

SetMType adds the mType to the edge application instance status get edge application instance resource metrics by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams) SetObjid added in v1.0.2

SetObjid adds the objid to the edge application instance status get edge application instance resource metrics by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams) SetObjname added in v1.0.2

SetObjname adds the objname to the edge application instance status get edge application instance resource metrics by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams) SetObjtype added in v1.0.2

SetObjtype adds the objtype to the edge application instance status get edge application instance resource metrics by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams) SetStartTime added in v1.0.2

SetStartTime adds the startTime to the edge application instance status get edge application instance resource metrics by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge application instance status get edge application instance resource metrics by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge application instance status get edge application instance resource metrics by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams) WithContext added in v1.0.2

WithContext adds the context to the edge application instance status get edge application instance resource metrics by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams) WithDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams) WithEndTime added in v1.0.2

WithEndTime adds the endTime to the edge application instance status get edge application instance resource metrics by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams) WithEnterpriseID added in v1.0.2

WithEnterpriseID adds the enterpriseID to the edge application instance status get edge application instance resource metrics by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge application instance status get edge application instance resource metrics by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams) WithInterval added in v1.0.2

WithInterval adds the interval to the edge application instance status get edge application instance resource metrics by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams) WithMType added in v1.0.2

WithMType adds the mType to the edge application instance status get edge application instance resource metrics by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams) WithObjid added in v1.0.2

WithObjid adds the objid to the edge application instance status get edge application instance resource metrics by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams) WithObjname added in v1.0.2

WithObjname adds the objname to the edge application instance status get edge application instance resource metrics by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams) WithObjtype added in v1.0.2

WithObjtype adds the objtype to the edge application instance status get edge application instance resource metrics by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams) WithStartTime added in v1.0.2

WithStartTime adds the startTime to the edge application instance status get edge application instance resource metrics by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge application instance status get edge application instance resource metrics by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge application instance status get edge application instance resource metrics by name params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameReader added in v1.0.2

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

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameReader is a Reader for the EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByName structure.

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameUnauthorized added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameUnauthorized() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameUnauthorized

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameUnauthorized creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameUnauthorized with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameUnauthorized) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameUnauthorized) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceResourceMetricsByNameUnauthorized) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameDefault added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameDefault(code int) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameDefault

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameDefault creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameDefault with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameDefault) Code added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameDefault) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameDefault) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameDefault) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameDefault) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameDefault) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameDefault) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameDefault) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameDefault) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameForbidden added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameForbidden() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameForbidden

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameForbidden creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameForbidden with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameForbidden) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameForbidden) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameForbidden) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameForbidden) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameForbidden) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameForbidden) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameForbidden) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameGatewayTimeout added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameGatewayTimeout() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameGatewayTimeout

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameGatewayTimeout creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameGatewayTimeout with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameGatewayTimeout) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameInternalServerError added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameInternalServerError() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameInternalServerError

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameInternalServerError creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameInternalServerError with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameInternalServerError) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameInternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameInternalServerError) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameNotFound added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameNotFound() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameNotFound

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameNotFound creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameNotFound with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameNotFound) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameNotFound) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameNotFound) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameNotFound) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameNotFound) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameNotFound) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameNotFound) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameNotFound) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameOK added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameOK struct {
	Payload *swagger_models.AppInstStatusMsg
}

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

A successful response.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameOK added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameOK() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameOK

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameOK creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameOK with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameOK) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameOK) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameOK) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameOK) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameOK) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameOK) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameOK) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameOK) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParams added in v1.0.2

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

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParams contains all the parameters to send to the API endpoint

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

Typically these are written to a http.Request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParams added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParams() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParams creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParams 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 NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParamsWithContext added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParamsWithContext(ctx context.Context) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParamsWithContext creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParams object with the ability to set a context for a request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParamsWithHTTPClient(client *http.Client) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParamsWithHTTPClient creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParamsWithTimeout added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParamsWithTimeout(timeout time.Duration) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParamsWithTimeout creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParams object with the ability to set a timeout on a request.

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParams) SetContext added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParams) SetDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParams) SetHTTPClient added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParams) SetName added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParams) SetTimeout added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParams) SetXRequestID added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParams) WithContext added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParams) WithDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParams) WithHTTPClient added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParams) WithName added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParams) WithTimeout added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParams) WithXRequestID added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameReader added in v1.0.2

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

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameReader is a Reader for the EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByName structure.

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameUnauthorized added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameUnauthorized() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameUnauthorized

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameUnauthorized creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameUnauthorized with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameUnauthorized) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameUnauthorized) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusByNameUnauthorized) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusDefault added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusDefault(code int) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusDefault

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusDefault creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusDefault with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusDefault) Code added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusDefault) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusDefault) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusDefault) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusDefault) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusDefault) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusDefault) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusDefault) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusDefault) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusForbidden added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusForbidden() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusForbidden

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusForbidden creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusForbidden with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusForbidden) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusForbidden) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusForbidden) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusForbidden) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusForbidden) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusForbidden) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusForbidden) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusGatewayTimeout added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusGatewayTimeout() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusGatewayTimeout

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusGatewayTimeout creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusGatewayTimeout with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusGatewayTimeout) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusInternalServerError added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusInternalServerError() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusInternalServerError

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusInternalServerError creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusInternalServerError with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusInternalServerError) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusInternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusInternalServerError) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusNotFound added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusNotFound() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusNotFound

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusNotFound creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusNotFound with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusNotFound) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusNotFound) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusNotFound) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusNotFound) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusNotFound) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusNotFound) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusNotFound) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusNotFound) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusOK added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusOK struct {
	Payload *swagger_models.AppInstStatusMsg
}

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

A successful response.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusOK added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusOK() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusOK

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusOK creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusOK with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusOK) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusOK) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusOK) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusOK) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusOK) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusOK) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusOK) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusOK) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParams added in v1.0.2

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

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParams contains all the parameters to send to the API endpoint

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

Typically these are written to a http.Request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParams added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParams() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParams creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParams 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 NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParamsWithContext added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParamsWithContext(ctx context.Context) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParamsWithContext creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParams object with the ability to set a context for a request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParamsWithHTTPClient(client *http.Client) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParamsWithHTTPClient creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParamsWithTimeout added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParamsWithTimeout(timeout time.Duration) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParamsWithTimeout creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParams object with the ability to set a timeout on a request.

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParams) SetContext added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParams) SetDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParams) SetHTTPClient added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParams) SetID added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParams) SetTimeout added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParams) SetXRequestID added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParams) WithContext added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParams) WithDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParams) WithHTTPClient added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParams) WithID added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParams) WithTimeout added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParams) WithXRequestID added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusReader added in v1.0.2

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

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusReader is a Reader for the EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatus structure.

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusUnauthorized added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusUnauthorized() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusUnauthorized

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusUnauthorized creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusUnauthorized with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusUnauthorized) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusUnauthorized) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceStatusUnauthorized) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Default added in v1.0.2

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

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

An unexpected error response.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Default added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Default(code int) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Default

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Default creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Default with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Default) Code added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Default) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Default) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Default) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Default) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Default) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Default) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Default) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Default) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Forbidden added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Forbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Forbidden() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Forbidden

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Forbidden creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Forbidden with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Forbidden) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Forbidden) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Forbidden) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Forbidden) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Forbidden) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Forbidden) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Forbidden) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Forbidden) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2GatewayTimeout added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2GatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2GatewayTimeout() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2GatewayTimeout

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2GatewayTimeout creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2GatewayTimeout with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2GatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2GatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2GatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2GatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2GatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2GatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2GatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2GatewayTimeout) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2InternalServerError added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2InternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2InternalServerError() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2InternalServerError

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2InternalServerError creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2InternalServerError with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2InternalServerError) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2InternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2InternalServerError) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2InternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2InternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2InternalServerError) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2InternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2InternalServerError) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2NotFound added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2NotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2NotFound() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2NotFound

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2NotFound creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2NotFound with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2NotFound) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2NotFound) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2NotFound) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2NotFound) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2NotFound) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2NotFound) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2NotFound) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2NotFound) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2OK added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2OK struct {
	Payload *swagger_models.TopTalkersResponse
}

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

A successful response.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2OK added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2OK() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2OK

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2OK creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2OK with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2OK) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2OK) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2OK) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2OK) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2OK) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2OK) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2OK) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2OK) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params struct {

	/* CursorOrderBy.

	   OrderBy helps in sorting the list response
	*/
	CursorOrderBy []string

	/* CursorPageNum.

	   Page Number

	   Format: int64
	*/
	CursorPageNum *int64

	/* CursorPageSize.

	   Defines the page size

	   Format: int64
	*/
	CursorPageSize *int64

	/* CursorPageToken.

	   Page Token
	*/
	CursorPageToken *string

	/* CursorTotalPages.

	   Total number of pages to be fetched.

	   Format: int64
	*/
	CursorTotalPages *int64

	/* XRequestID.

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

	// EndTime.
	//
	// Format: date-time
	EndTime *strfmt.DateTime

	// EnterpriseID.
	EnterpriseID *string

	// ID.
	ID *string

	// MetricType.
	//
	// Default: "FLOW_LOG_METRIC_UNSPECIFIED"
	MetricType *string

	// Name.
	Name string

	// StartTime.
	//
	// Format: date-time
	StartTime *strfmt.DateTime

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

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params contains all the parameters to send to the API endpoint

for the edge application instance status get edge application instance top talkers2 operation.

Typically these are written to a http.Request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params 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 NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2ParamsWithContext added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2ParamsWithContext(ctx context.Context) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2ParamsWithContext creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params object with the ability to set a context for a request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2ParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2ParamsWithHTTPClient(client *http.Client) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2ParamsWithHTTPClient creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2ParamsWithTimeout added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2ParamsWithTimeout(timeout time.Duration) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2ParamsWithTimeout creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params object with the ability to set a timeout on a request.

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) SetContext added in v1.0.2

SetContext adds the context to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) SetCursorOrderBy added in v1.0.2

SetCursorOrderBy adds the cursorOrderBy to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) SetCursorPageNum added in v1.0.2

SetCursorPageNum adds the cursorPageNum to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) SetCursorPageSize added in v1.0.2

SetCursorPageSize adds the cursorPageSize to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) SetCursorPageToken added in v1.0.2

SetCursorPageToken adds the cursorPageToken to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) SetCursorTotalPages added in v1.0.2

func (o *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) SetCursorTotalPages(cursorTotalPages *int64)

SetCursorTotalPages adds the cursorTotalPages to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) SetDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) SetEndTime added in v1.0.2

SetEndTime adds the endTime to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) SetEnterpriseID added in v1.0.2

SetEnterpriseID adds the enterpriseId to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) SetID added in v1.0.2

SetID adds the id to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) SetMetricType added in v1.0.2

SetMetricType adds the metricType to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) SetName added in v1.0.2

SetName adds the name to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) SetStartTime added in v1.0.2

SetStartTime adds the startTime to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) WithContext added in v1.0.2

WithContext adds the context to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) WithCursorOrderBy added in v1.0.2

WithCursorOrderBy adds the cursorOrderBy to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) WithCursorPageNum added in v1.0.2

WithCursorPageNum adds the cursorPageNum to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) WithCursorPageSize added in v1.0.2

WithCursorPageSize adds the cursorPageSize to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) WithCursorPageToken added in v1.0.2

WithCursorPageToken adds the cursorPageToken to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) WithCursorTotalPages added in v1.0.2

WithCursorTotalPages adds the cursorTotalPages to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) WithDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) WithEndTime added in v1.0.2

WithEndTime adds the endTime to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) WithEnterpriseID added in v1.0.2

WithEnterpriseID adds the enterpriseID to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) WithID added in v1.0.2

WithID adds the id to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) WithMetricType added in v1.0.2

WithMetricType adds the metricType to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) WithName added in v1.0.2

WithName adds the name to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) WithStartTime added in v1.0.2

WithStartTime adds the startTime to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge application instance status get edge application instance top talkers2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Params) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Reader added in v1.0.2

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

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Reader is a Reader for the EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2 structure.

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Reader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Unauthorized added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Unauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Unauthorized() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Unauthorized

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Unauthorized creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Unauthorized with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Unauthorized) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Unauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Unauthorized) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Unauthorized) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Unauthorized) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Unauthorized) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Unauthorized) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers2Unauthorized) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersDefault added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersDefault(code int) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersDefault

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersDefault creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersDefault with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersDefault) Code added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersDefault) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersDefault) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersDefault) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersDefault) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersDefault) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersDefault) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersDefault) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersDefault) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersForbidden added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersForbidden() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersForbidden

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersForbidden creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersForbidden with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersForbidden) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersForbidden) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersForbidden) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersForbidden) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersForbidden) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersForbidden) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersForbidden) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersGatewayTimeout added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersGatewayTimeout() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersGatewayTimeout

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersGatewayTimeout creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersGatewayTimeout with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersGatewayTimeout) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersInternalServerError added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersInternalServerError() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersInternalServerError

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersInternalServerError creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersInternalServerError with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersInternalServerError) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersInternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersInternalServerError) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersNotFound added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersNotFound() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersNotFound

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersNotFound creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersNotFound with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersNotFound) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersNotFound) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersNotFound) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersNotFound) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersNotFound) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersNotFound) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersNotFound) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersNotFound) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersOK added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersOK struct {
	Payload *swagger_models.TopTalkersResponse
}

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

A successful response.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersOK added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersOK() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersOK

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersOK creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersOK with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersOK) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersOK) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersOK) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersOK) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersOK) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersOK) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersOK) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersOK) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams struct {

	/* CursorOrderBy.

	   OrderBy helps in sorting the list response
	*/
	CursorOrderBy []string

	/* CursorPageNum.

	   Page Number

	   Format: int64
	*/
	CursorPageNum *int64

	/* CursorPageSize.

	   Defines the page size

	   Format: int64
	*/
	CursorPageSize *int64

	/* CursorPageToken.

	   Page Token
	*/
	CursorPageToken *string

	/* CursorTotalPages.

	   Total number of pages to be fetched.

	   Format: int64
	*/
	CursorTotalPages *int64

	/* XRequestID.

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

	// EndTime.
	//
	// Format: date-time
	EndTime *strfmt.DateTime

	// EnterpriseID.
	EnterpriseID *string

	// ID.
	ID string

	// MetricType.
	//
	// Default: "FLOW_LOG_METRIC_UNSPECIFIED"
	MetricType *string

	// Name.
	Name *string

	// StartTime.
	//
	// Format: date-time
	StartTime *strfmt.DateTime

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

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams contains all the parameters to send to the API endpoint

for the edge application instance status get edge application instance top talkers operation.

Typically these are written to a http.Request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams 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 NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParamsWithContext added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParamsWithContext(ctx context.Context) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParamsWithContext creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams object with the ability to set a context for a request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParamsWithHTTPClient(client *http.Client) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParamsWithHTTPClient creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParamsWithTimeout added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParamsWithTimeout(timeout time.Duration) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParamsWithTimeout creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams object with the ability to set a timeout on a request.

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) SetContext added in v1.0.2

SetContext adds the context to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) SetCursorOrderBy added in v1.0.2

SetCursorOrderBy adds the cursorOrderBy to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) SetCursorPageNum added in v1.0.2

SetCursorPageNum adds the cursorPageNum to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) SetCursorPageSize added in v1.0.2

SetCursorPageSize adds the cursorPageSize to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) SetCursorPageToken added in v1.0.2

SetCursorPageToken adds the cursorPageToken to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) SetCursorTotalPages added in v1.0.2

func (o *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) SetCursorTotalPages(cursorTotalPages *int64)

SetCursorTotalPages adds the cursorTotalPages to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) SetDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) SetEndTime added in v1.0.2

SetEndTime adds the endTime to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) SetEnterpriseID added in v1.0.2

SetEnterpriseID adds the enterpriseId to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) SetID added in v1.0.2

SetID adds the id to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) SetMetricType added in v1.0.2

SetMetricType adds the metricType to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) SetName added in v1.0.2

SetName adds the name to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) SetStartTime added in v1.0.2

SetStartTime adds the startTime to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) WithContext added in v1.0.2

WithContext adds the context to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) WithCursorOrderBy added in v1.0.2

WithCursorOrderBy adds the cursorOrderBy to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) WithCursorPageNum added in v1.0.2

WithCursorPageNum adds the cursorPageNum to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) WithCursorPageSize added in v1.0.2

WithCursorPageSize adds the cursorPageSize to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) WithCursorPageToken added in v1.0.2

WithCursorPageToken adds the cursorPageToken to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) WithCursorTotalPages added in v1.0.2

WithCursorTotalPages adds the cursorTotalPages to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) WithDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) WithEndTime added in v1.0.2

WithEndTime adds the endTime to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) WithEnterpriseID added in v1.0.2

WithEnterpriseID adds the enterpriseID to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) WithID added in v1.0.2

WithID adds the id to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) WithMetricType added in v1.0.2

WithMetricType adds the metricType to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) WithName added in v1.0.2

WithName adds the name to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) WithStartTime added in v1.0.2

WithStartTime adds the startTime to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge application instance status get edge application instance top talkers params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersReader added in v1.0.2

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

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersReader is a Reader for the EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkers structure.

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersUnauthorized added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersUnauthorized() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersUnauthorized

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersUnauthorized creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersUnauthorized with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersUnauthorized) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersUnauthorized) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTopTalkersUnauthorized) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Default added in v1.0.2

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

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

An unexpected error response.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Default added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Default(code int) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Default

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Default creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Default with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Default) Code added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Default) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Default) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Default) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Default) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Default) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Default) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Default) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Default) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Forbidden added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Forbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Forbidden() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Forbidden

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Forbidden creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Forbidden with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Forbidden) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Forbidden) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Forbidden) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Forbidden) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Forbidden) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Forbidden) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Forbidden) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Forbidden) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2GatewayTimeout added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2GatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2GatewayTimeout() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2GatewayTimeout

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2GatewayTimeout creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2GatewayTimeout with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2GatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2GatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2GatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2GatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2GatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2GatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2GatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2GatewayTimeout) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2InternalServerError added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2InternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2InternalServerError() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2InternalServerError

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2InternalServerError creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2InternalServerError with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2InternalServerError) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2InternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2InternalServerError) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2InternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2InternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2InternalServerError) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2InternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2InternalServerError) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2NotFound added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2NotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2NotFound() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2NotFound

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2NotFound creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2NotFound with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2NotFound) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2NotFound) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2NotFound) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2NotFound) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2NotFound) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2NotFound) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2NotFound) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2NotFound) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2OK added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2OK struct {
	Payload *swagger_models.ClassificationResponse
}

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

A successful response.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2OK added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2OK() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2OK

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2OK creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2OK with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2OK) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2OK) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2OK) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2OK) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2OK) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2OK) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2OK) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2OK) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params struct {

	/* XRequestID.

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

	// Aclid.
	//
	// Format: int64
	Aclid *int64

	// Action.
	//
	// Default: "FLOW_LOG_ACTION_UNSPECIFIED"
	Action *string

	// Direction.
	//
	// Default: "FLOW_LOG_DIRECTION_UNSPECIFIED"
	Direction *string

	// EndTime.
	//
	// Format: date-time
	EndTime *strfmt.DateTime

	// EnterpriseID.
	EnterpriseID *string

	// Fqdn.
	Fqdn *string

	// ID.
	ID *string

	// Levels.
	Levels []string

	// MetricType.
	//
	// Default: "FLOW_LOG_METRIC_UNSPECIFIED"
	MetricType *string

	// Name.
	Name string

	// Proto.
	//
	// Format: int64
	Proto *int64

	// Remoteip.
	Remoteip *string

	// Remoteport.
	//
	// Format: int64
	Remoteport *int64

	// StartTime.
	//
	// Format: date-time
	StartTime *strfmt.DateTime

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

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params contains all the parameters to send to the API endpoint

for the edge application instance status get edge application instance traffic flows2 operation.

Typically these are written to a http.Request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params 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 NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2ParamsWithContext added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2ParamsWithContext(ctx context.Context) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2ParamsWithContext creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params object with the ability to set a context for a request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2ParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2ParamsWithHTTPClient(client *http.Client) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2ParamsWithHTTPClient creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2ParamsWithTimeout added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2ParamsWithTimeout(timeout time.Duration) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2ParamsWithTimeout creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params object with the ability to set a timeout on a request.

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) SetAclid added in v1.0.2

SetAclid adds the aclid to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) SetAction added in v1.0.2

SetAction adds the action to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) SetContext added in v1.0.2

SetContext adds the context to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) SetDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) SetDirection added in v1.0.2

SetDirection adds the direction to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) SetEndTime added in v1.0.2

SetEndTime adds the endTime to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) SetEnterpriseID added in v1.0.2

SetEnterpriseID adds the enterpriseId to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) SetFqdn added in v1.0.2

SetFqdn adds the fqdn to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) SetID added in v1.0.2

SetID adds the id to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) SetLevels added in v1.0.2

SetLevels adds the levels to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) SetMetricType added in v1.0.2

SetMetricType adds the metricType to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) SetName added in v1.0.2

SetName adds the name to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) SetProto added in v1.0.2

SetProto adds the proto to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) SetRemoteip added in v1.0.2

SetRemoteip adds the remoteip to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) SetRemoteport added in v1.0.2

SetRemoteport adds the remoteport to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) SetStartTime added in v1.0.2

SetStartTime adds the startTime to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) WithAclid added in v1.0.2

WithAclid adds the aclid to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) WithAction added in v1.0.2

WithAction adds the action to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) WithContext added in v1.0.2

WithContext adds the context to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) WithDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) WithDirection added in v1.0.2

WithDirection adds the direction to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) WithEndTime added in v1.0.2

WithEndTime adds the endTime to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) WithEnterpriseID added in v1.0.2

WithEnterpriseID adds the enterpriseID to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) WithFqdn added in v1.0.2

WithFqdn adds the fqdn to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) WithID added in v1.0.2

WithID adds the id to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) WithLevels added in v1.0.2

WithLevels adds the levels to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) WithMetricType added in v1.0.2

WithMetricType adds the metricType to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) WithName added in v1.0.2

WithName adds the name to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) WithProto added in v1.0.2

WithProto adds the proto to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) WithRemoteip added in v1.0.2

WithRemoteip adds the remoteip to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) WithRemoteport added in v1.0.2

WithRemoteport adds the remoteport to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) WithStartTime added in v1.0.2

WithStartTime adds the startTime to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge application instance status get edge application instance traffic flows2 params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Params) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Reader added in v1.0.2

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

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Reader is a Reader for the EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2 structure.

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Reader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Unauthorized added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Unauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Unauthorized() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Unauthorized

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Unauthorized creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Unauthorized with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Unauthorized) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Unauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Unauthorized) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Unauthorized) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Unauthorized) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Unauthorized) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Unauthorized) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows2Unauthorized) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsDefault added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsDefault(code int) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsDefault

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsDefault creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsDefault with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsDefault) Code added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsDefault) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsDefault) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsDefault) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsDefault) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsDefault) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsDefault) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsDefault) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsDefault) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsForbidden added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsForbidden() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsForbidden

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsForbidden creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsForbidden with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsForbidden) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsForbidden) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsForbidden) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsForbidden) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsForbidden) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsForbidden) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsForbidden) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsGatewayTimeout added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsGatewayTimeout() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsGatewayTimeout

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsGatewayTimeout creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsGatewayTimeout with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsGatewayTimeout) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsInternalServerError added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsInternalServerError() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsInternalServerError

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsInternalServerError creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsInternalServerError with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsInternalServerError) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsInternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsInternalServerError) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsNotFound added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsNotFound() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsNotFound

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsNotFound creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsNotFound with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsNotFound) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsNotFound) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsNotFound) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsNotFound) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsNotFound) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsNotFound) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsNotFound) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsNotFound) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsOK added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsOK struct {
	Payload *swagger_models.ClassificationResponse
}

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

A successful response.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsOK added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsOK() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsOK

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsOK creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsOK with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsOK) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsOK) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsOK) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsOK) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsOK) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsOK) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsOK) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsOK) String added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams struct {

	/* XRequestID.

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

	// Aclid.
	//
	// Format: int64
	Aclid *int64

	// Action.
	//
	// Default: "FLOW_LOG_ACTION_UNSPECIFIED"
	Action *string

	// Direction.
	//
	// Default: "FLOW_LOG_DIRECTION_UNSPECIFIED"
	Direction *string

	// EndTime.
	//
	// Format: date-time
	EndTime *strfmt.DateTime

	// EnterpriseID.
	EnterpriseID *string

	// Fqdn.
	Fqdn *string

	// ID.
	ID string

	// Levels.
	Levels []string

	// MetricType.
	//
	// Default: "FLOW_LOG_METRIC_UNSPECIFIED"
	MetricType *string

	// Name.
	Name *string

	// Proto.
	//
	// Format: int64
	Proto *int64

	// Remoteip.
	Remoteip *string

	// Remoteport.
	//
	// Format: int64
	Remoteport *int64

	// StartTime.
	//
	// Format: date-time
	StartTime *strfmt.DateTime

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

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams contains all the parameters to send to the API endpoint

for the edge application instance status get edge application instance traffic flows operation.

Typically these are written to a http.Request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams 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 NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParamsWithContext added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParamsWithContext(ctx context.Context) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParamsWithContext creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams object with the ability to set a context for a request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParamsWithHTTPClient(client *http.Client) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParamsWithHTTPClient creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParamsWithTimeout added in v1.0.2

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParamsWithTimeout(timeout time.Duration) *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParamsWithTimeout creates a new EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams object with the ability to set a timeout on a request.

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) SetAclid added in v1.0.2

SetAclid adds the aclid to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) SetAction added in v1.0.2

SetAction adds the action to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) SetContext added in v1.0.2

SetContext adds the context to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) SetDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) SetDirection added in v1.0.2

SetDirection adds the direction to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) SetEndTime added in v1.0.2

SetEndTime adds the endTime to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) SetEnterpriseID added in v1.0.2

SetEnterpriseID adds the enterpriseId to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) SetFqdn added in v1.0.2

SetFqdn adds the fqdn to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) SetID added in v1.0.2

SetID adds the id to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) SetLevels added in v1.0.2

SetLevels adds the levels to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) SetMetricType added in v1.0.2

SetMetricType adds the metricType to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) SetName added in v1.0.2

SetName adds the name to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) SetProto added in v1.0.2

SetProto adds the proto to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) SetRemoteip added in v1.0.2

SetRemoteip adds the remoteip to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) SetRemoteport added in v1.0.2

SetRemoteport adds the remoteport to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) SetStartTime added in v1.0.2

SetStartTime adds the startTime to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) WithAclid added in v1.0.2

WithAclid adds the aclid to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) WithAction added in v1.0.2

WithAction adds the action to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) WithContext added in v1.0.2

WithContext adds the context to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) WithDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) WithDirection added in v1.0.2

WithDirection adds the direction to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) WithEndTime added in v1.0.2

WithEndTime adds the endTime to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) WithEnterpriseID added in v1.0.2

WithEnterpriseID adds the enterpriseID to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) WithFqdn added in v1.0.2

WithFqdn adds the fqdn to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) WithID added in v1.0.2

WithID adds the id to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) WithLevels added in v1.0.2

WithLevels adds the levels to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) WithMetricType added in v1.0.2

WithMetricType adds the metricType to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) WithName added in v1.0.2

WithName adds the name to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) WithProto added in v1.0.2

WithProto adds the proto to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) WithRemoteip added in v1.0.2

WithRemoteip adds the remoteip to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) WithRemoteport added in v1.0.2

WithRemoteport adds the remoteport to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) WithStartTime added in v1.0.2

WithStartTime adds the startTime to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge application instance status get edge application instance traffic flows params

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsReader added in v1.0.2

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

EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsReader is a Reader for the EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlows structure.

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsUnauthorized added in v1.0.2

type EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsUnauthorized() *EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsUnauthorized

NewEdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsUnauthorized creates a EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsUnauthorized with default headers values

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsUnauthorized) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsUnauthorized) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusGetEdgeApplicationInstanceTrafficFlowsUnauthorized) String added in v1.0.2

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusBadRequest added in v1.0.2

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusBadRequest() *EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusBadRequest

NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusBadRequest creates a EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusBadRequest with default headers values

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusBadRequest) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusBadRequest) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusBadRequest) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusBadRequest) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusBadRequest) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusBadRequest) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusBadRequest) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusBadRequest) String added in v1.0.2

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigBadRequest added in v1.0.2

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigBadRequest() *EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigBadRequest

NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigBadRequest creates a EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigBadRequest with default headers values

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigBadRequest) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigBadRequest) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigBadRequest) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigBadRequest) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigBadRequest) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigBadRequest) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigBadRequest) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigBadRequest) String added in v1.0.2

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigDefault added in v1.0.2

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigDefault(code int) *EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigDefault

NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigDefault creates a EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigDefault with default headers values

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigDefault) Code added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigDefault) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigDefault) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigDefault) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigDefault) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigDefault) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigDefault) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigDefault) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigDefault) String added in v1.0.2

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigForbidden added in v1.0.2

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigForbidden() *EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigForbidden

NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigForbidden creates a EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigForbidden with default headers values

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigForbidden) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigForbidden) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigForbidden) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigForbidden) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigForbidden) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigForbidden) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigForbidden) String added in v1.0.2

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigGatewayTimeout added in v1.0.2

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigGatewayTimeout() *EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigGatewayTimeout

NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigGatewayTimeout creates a EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigGatewayTimeout with default headers values

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigGatewayTimeout) String added in v1.0.2

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigInternalServerError added in v1.0.2

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigInternalServerError() *EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigInternalServerError

NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigInternalServerError creates a EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigInternalServerError with default headers values

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigInternalServerError) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigInternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigInternalServerError) String added in v1.0.2

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigOK added in v1.0.2

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigOK struct {
	Payload *swagger_models.AppInstConfigStatusList
}

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

A successful response.

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigOK added in v1.0.2

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigOK() *EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigOK

NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigOK creates a EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigOK with default headers values

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigOK) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigOK) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigOK) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigOK) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigOK) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigOK) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigOK) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigOK) String added in v1.0.2

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams added in v1.0.2

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams struct {

	/* XRequestID.

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

	/* Fields.

	   Fields to select: id, name, deviceId, appId, tags, adminState, clusterID, runState, Memory, Storage, swState, Cpu, projectId, title, appType, deploymentType, memorySummary
	*/
	Fields []string

	/* FilterAppName.

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

	/* FilterAppType.

	   type of app

	   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

	/* FilterRunState.

	    aperation status

	- RUN_STATE_ONLINE: Entity Online
	- RUN_STATE_HALTED: Entity Halted
	- RUN_STATE_INIT: Entity Initializing
	- RUN_STATE_REBOOTING: Entity Rebooting
	- RUN_STATE_OFFLINE: Entity Offline
	- RUN_STATE_UNKNOWN: Entity state Unknown
	- RUN_STATE_UNPROVISIONED: Entity Unprovisioned
	- RUN_STATE_PROVISIONED: Entity Provisioned
	- RUN_STATE_SUSPECT: Entity Suspect
	- RUN_STATE_DOWNLOADING: Edge-node downloading entity artifacts
	- RUN_STATE_RESTARTING: Entity Restarting
	- RUN_STATE_PURGING: Entity Purging
	- RUN_STATE_HALTING: Entity Halting
	- RUN_STATE_ERROR: Entity encountered an error
	- RUN_STATE_VERIFYING: Verification of downloaded Artifacts in Progress.
	- RUN_STATE_LOADING: Loading of Artifacts into local datastore in Progress.
	- RUN_STATE_CREATING_VOLUME: Volume creation from artifacts in Progress
	- RUN_STATE_BOOTING: Entity booting up
	- RUN_STATE_MAINTENANCE_MODE: Entity maintenance mode
	- RUN_STATE_START_DELAYED: Application start delayed as per configuration
	- RUN_STATE_BASEOS_UPDATING: Device BaseOs Update in Progress
	- RUN_STATE_PREPARING_POWEROFF: device preparing power off - shutting down all app instances
	- RUN_STATE_POWERING_OFF: device powering off from local profile server
	- RUN_STATE_PREPARED_POWEROFF: device prepared power off - all app instances are shut down

	    Default: "RUN_STATE_UNSPECIFIED"
	*/
	FilterRunState *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.

	   app instance summary flag
	*/
	Summary *bool

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

EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams contains all the parameters to send to the API endpoint

for the edge application instance status query edge application instance status config operation.

Typically these are written to a http.Request.

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams added in v1.0.2

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams() *EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams

NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams creates a new EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams 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 NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParamsWithContext added in v1.0.2

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParamsWithContext(ctx context.Context) *EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams

NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParamsWithContext creates a new EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams object with the ability to set a context for a request.

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParamsWithHTTPClient(client *http.Client) *EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams

NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParamsWithHTTPClient creates a new EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParamsWithTimeout added in v1.0.2

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParamsWithTimeout(timeout time.Duration) *EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams

NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParamsWithTimeout creates a new EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams object with the ability to set a timeout on a request.

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) SetContext added in v1.0.2

SetContext adds the context to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) SetDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) SetFields added in v1.0.2

SetFields adds the fields to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) SetFilterAppName added in v1.0.2

SetFilterAppName adds the filterAppName to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) SetFilterAppType added in v1.0.2

SetFilterAppType adds the filterAppType to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) SetFilterDeploymentType added in v1.0.2

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

SetFilterDeploymentType adds the filterDeploymentType to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) SetFilterDeviceName added in v1.0.2

SetFilterDeviceName adds the filterDeviceName to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) SetFilterDeviceNamePattern added in v1.0.2

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

SetFilterDeviceNamePattern adds the filterDeviceNamePattern to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) SetFilterNamePattern added in v1.0.2

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

SetFilterNamePattern adds the filterNamePattern to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) SetFilterProjectName added in v1.0.2

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

SetFilterProjectName adds the filterProjectName to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) SetFilterProjectNamePattern added in v1.0.2

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

SetFilterProjectNamePattern adds the filterProjectNamePattern to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) SetFilterRunState added in v1.0.2

SetFilterRunState adds the filterRunState to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) SetNextOrderBy added in v1.0.2

SetNextOrderBy adds the nextOrderBy to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) SetNextPageNum added in v1.0.2

SetNextPageNum adds the nextPageNum to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) SetNextPageSize added in v1.0.2

SetNextPageSize adds the nextPageSize to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) SetNextPageToken added in v1.0.2

SetNextPageToken adds the nextPageToken to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) SetNextTotalPages added in v1.0.2

SetNextTotalPages adds the nextTotalPages to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) SetSummary added in v1.0.2

SetSummary adds the summary to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) WithContext added in v1.0.2

WithContext adds the context to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) WithDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) WithFields added in v1.0.2

WithFields adds the fields to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) WithFilterAppName added in v1.0.2

WithFilterAppName adds the filterAppName to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) WithFilterAppType added in v1.0.2

WithFilterAppType adds the filterAppType to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) WithFilterDeploymentType added in v1.0.2

WithFilterDeploymentType adds the filterDeploymentType to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) WithFilterDeviceName added in v1.0.2

WithFilterDeviceName adds the filterDeviceName to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) WithFilterDeviceNamePattern added in v1.0.2

WithFilterDeviceNamePattern adds the filterDeviceNamePattern to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) WithFilterNamePattern added in v1.0.2

WithFilterNamePattern adds the filterNamePattern to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) WithFilterProjectName added in v1.0.2

WithFilterProjectName adds the filterProjectName to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) WithFilterProjectNamePattern added in v1.0.2

WithFilterProjectNamePattern adds the filterProjectNamePattern to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) WithFilterRunState added in v1.0.2

WithFilterRunState adds the filterRunState to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) WithNextOrderBy added in v1.0.2

WithNextOrderBy adds the nextOrderBy to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) WithNextPageNum added in v1.0.2

WithNextPageNum adds the nextPageNum to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) WithNextPageSize added in v1.0.2

WithNextPageSize adds the nextPageSize to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) WithNextPageToken added in v1.0.2

WithNextPageToken adds the nextPageToken to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) WithNextTotalPages added in v1.0.2

WithNextTotalPages adds the nextTotalPages to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) WithSummary added in v1.0.2

WithSummary adds the summary to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge application instance status query edge application instance status config params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigReader added in v1.0.2

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

EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigReader is a Reader for the EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfig structure.

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigUnauthorized added in v1.0.2

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigUnauthorized() *EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigUnauthorized

NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigUnauthorized creates a EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigUnauthorized with default headers values

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigUnauthorized) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigUnauthorized) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusConfigUnauthorized) String added in v1.0.2

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusDefault added in v1.0.2

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusDefault(code int) *EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusDefault

NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusDefault creates a EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusDefault with default headers values

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusDefault) Code added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusDefault) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusDefault) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusDefault) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusDefault) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusDefault) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusDefault) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusDefault) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusDefault) String added in v1.0.2

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusForbidden added in v1.0.2

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusForbidden() *EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusForbidden

NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusForbidden creates a EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusForbidden with default headers values

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusForbidden) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusForbidden) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusForbidden) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusForbidden) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusForbidden) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusForbidden) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusForbidden) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusForbidden) String added in v1.0.2

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusGatewayTimeout added in v1.0.2

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusGatewayTimeout() *EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusGatewayTimeout

NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusGatewayTimeout creates a EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusGatewayTimeout with default headers values

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusGatewayTimeout) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusGatewayTimeout) String added in v1.0.2

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusInternalServerError added in v1.0.2

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusInternalServerError() *EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusInternalServerError

NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusInternalServerError creates a EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusInternalServerError with default headers values

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusInternalServerError) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusInternalServerError) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusInternalServerError) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusInternalServerError) String added in v1.0.2

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusOK added in v1.0.2

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusOK struct {
	Payload *swagger_models.AppInstStatusListMsg
}

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

A successful response.

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusOK added in v1.0.2

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusOK() *EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusOK

NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusOK creates a EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusOK with default headers values

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusOK) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusOK) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusOK) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusOK) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusOK) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusOK) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusOK) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusOK) String added in v1.0.2

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams added in v1.0.2

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams struct {

	/* XRequestID.

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

	/* Fields.

	   Fields to select: id, name, deviceId, appId, tags, adminState, clusterID, runState, Memory, Storage, swState, Cpu, projectId, title, appType, deploymentType, memorySummary
	*/
	Fields []string

	/* FilterAppName.

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

	/* FilterAppType.

	   type of app

	   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

	/* FilterRunState.

	    aperation status

	- RUN_STATE_ONLINE: Entity Online
	- RUN_STATE_HALTED: Entity Halted
	- RUN_STATE_INIT: Entity Initializing
	- RUN_STATE_REBOOTING: Entity Rebooting
	- RUN_STATE_OFFLINE: Entity Offline
	- RUN_STATE_UNKNOWN: Entity state Unknown
	- RUN_STATE_UNPROVISIONED: Entity Unprovisioned
	- RUN_STATE_PROVISIONED: Entity Provisioned
	- RUN_STATE_SUSPECT: Entity Suspect
	- RUN_STATE_DOWNLOADING: Edge-node downloading entity artifacts
	- RUN_STATE_RESTARTING: Entity Restarting
	- RUN_STATE_PURGING: Entity Purging
	- RUN_STATE_HALTING: Entity Halting
	- RUN_STATE_ERROR: Entity encountered an error
	- RUN_STATE_VERIFYING: Verification of downloaded Artifacts in Progress.
	- RUN_STATE_LOADING: Loading of Artifacts into local datastore in Progress.
	- RUN_STATE_CREATING_VOLUME: Volume creation from artifacts in Progress
	- RUN_STATE_BOOTING: Entity booting up
	- RUN_STATE_MAINTENANCE_MODE: Entity maintenance mode
	- RUN_STATE_START_DELAYED: Application start delayed as per configuration
	- RUN_STATE_BASEOS_UPDATING: Device BaseOs Update in Progress
	- RUN_STATE_PREPARING_POWEROFF: device preparing power off - shutting down all app instances
	- RUN_STATE_POWERING_OFF: device powering off from local profile server
	- RUN_STATE_PREPARED_POWEROFF: device prepared power off - all app instances are shut down

	    Default: "RUN_STATE_UNSPECIFIED"
	*/
	FilterRunState *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.

	   app instance summary flag
	*/
	Summary *bool

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

EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams contains all the parameters to send to the API endpoint

for the edge application instance status query edge application instance status operation.

Typically these are written to a http.Request.

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams added in v1.0.2

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams() *EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams

NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams creates a new EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams 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 NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParamsWithContext added in v1.0.2

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParamsWithContext(ctx context.Context) *EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams

NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParamsWithContext creates a new EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams object with the ability to set a context for a request.

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParamsWithHTTPClient added in v1.0.2

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParamsWithHTTPClient(client *http.Client) *EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams

NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParamsWithHTTPClient creates a new EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParamsWithTimeout added in v1.0.2

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParamsWithTimeout(timeout time.Duration) *EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams

NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParamsWithTimeout creates a new EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams object with the ability to set a timeout on a request.

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) SetContext added in v1.0.2

SetContext adds the context to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) SetDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) SetFields added in v1.0.2

SetFields adds the fields to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) SetFilterAppName added in v1.0.2

SetFilterAppName adds the filterAppName to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) SetFilterAppType added in v1.0.2

SetFilterAppType adds the filterAppType to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) SetFilterDeploymentType added in v1.0.2

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

SetFilterDeploymentType adds the filterDeploymentType to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) SetFilterDeviceName added in v1.0.2

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

SetFilterDeviceName adds the filterDeviceName to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) SetFilterDeviceNamePattern added in v1.0.2

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

SetFilterDeviceNamePattern adds the filterDeviceNamePattern to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) SetFilterNamePattern added in v1.0.2

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

SetFilterNamePattern adds the filterNamePattern to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) SetFilterProjectName added in v1.0.2

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

SetFilterProjectName adds the filterProjectName to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) SetFilterProjectNamePattern added in v1.0.2

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

SetFilterProjectNamePattern adds the filterProjectNamePattern to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) SetFilterRunState added in v1.0.2

SetFilterRunState adds the filterRunState to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) SetNextOrderBy added in v1.0.2

SetNextOrderBy adds the nextOrderBy to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) SetNextPageNum added in v1.0.2

SetNextPageNum adds the nextPageNum to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) SetNextPageSize added in v1.0.2

SetNextPageSize adds the nextPageSize to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) SetNextPageToken added in v1.0.2

SetNextPageToken adds the nextPageToken to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) SetNextTotalPages added in v1.0.2

SetNextTotalPages adds the nextTotalPages to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) SetSummary added in v1.0.2

SetSummary adds the summary to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) WithContext added in v1.0.2

WithContext adds the context to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) WithDefaults added in v1.0.2

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

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) WithFields added in v1.0.2

WithFields adds the fields to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) WithFilterAppName added in v1.0.2

WithFilterAppName adds the filterAppName to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) WithFilterAppType added in v1.0.2

WithFilterAppType adds the filterAppType to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) WithFilterDeploymentType added in v1.0.2

WithFilterDeploymentType adds the filterDeploymentType to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) WithFilterDeviceName added in v1.0.2

WithFilterDeviceName adds the filterDeviceName to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) WithFilterDeviceNamePattern added in v1.0.2

WithFilterDeviceNamePattern adds the filterDeviceNamePattern to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) WithFilterNamePattern added in v1.0.2

WithFilterNamePattern adds the filterNamePattern to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) WithFilterProjectName added in v1.0.2

WithFilterProjectName adds the filterProjectName to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) WithFilterProjectNamePattern added in v1.0.2

WithFilterProjectNamePattern adds the filterProjectNamePattern to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) WithFilterRunState added in v1.0.2

WithFilterRunState adds the filterRunState to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) WithNextOrderBy added in v1.0.2

WithNextOrderBy adds the nextOrderBy to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) WithNextPageNum added in v1.0.2

WithNextPageNum adds the nextPageNum to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) WithNextPageSize added in v1.0.2

WithNextPageSize adds the nextPageSize to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) WithNextPageToken added in v1.0.2

WithNextPageToken adds the nextPageToken to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) WithNextTotalPages added in v1.0.2

WithNextTotalPages adds the nextTotalPages to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) WithSummary added in v1.0.2

WithSummary adds the summary to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge application instance status query edge application instance status params

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusReader added in v1.0.2

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

EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusReader is a Reader for the EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatus structure.

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusUnauthorized added in v1.0.2

type EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusUnauthorized() *EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusUnauthorized

NewEdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusUnauthorized creates a EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusUnauthorized with default headers values

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusUnauthorized) Error added in v1.0.2

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusUnauthorized) GetPayload added in v1.0.2

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusUnauthorized) IsCode added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeApplicationInstanceStatusQueryEdgeApplicationInstanceStatusUnauthorized) 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