edge_application_instance_status

package
v0.0.1-alpha Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for edge application instance status API

func (*Client) GetEdgeApplicationInstanceEvents

func (a *Client) GetEdgeApplicationInstanceEvents(params *GetEdgeApplicationInstanceEventsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEdgeApplicationInstanceEventsOK, error)

GetEdgeApplicationInstanceEvents gets edge application instance events by id

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

func (*Client) GetEdgeApplicationInstanceEventsByName

GetEdgeApplicationInstanceEventsByName gets edge application instance events by name

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

func (*Client) GetEdgeApplicationInstanceLogs

func (a *Client) GetEdgeApplicationInstanceLogs(params *GetEdgeApplicationInstanceLogsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEdgeApplicationInstanceLogsOK, error)

GetEdgeApplicationInstanceLogs 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) GetEdgeApplicationInstanceResourceMetricsByID

GetEdgeApplicationInstanceResourceMetricsByID 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) GetEdgeApplicationInstanceResourceMetricsByName

GetEdgeApplicationInstanceResourceMetricsByName 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) GetEdgeApplicationInstanceStatus

func (a *Client) GetEdgeApplicationInstanceStatus(params *GetEdgeApplicationInstanceStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEdgeApplicationInstanceStatusOK, error)

GetEdgeApplicationInstanceStatus 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) GetEdgeApplicationInstanceStatusByName

GetEdgeApplicationInstanceStatusByName 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) GetEdgeApplicationInstanceTopTalkers

func (a *Client) GetEdgeApplicationInstanceTopTalkers(params *GetEdgeApplicationInstanceTopTalkersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEdgeApplicationInstanceTopTalkersOK, error)

GetEdgeApplicationInstanceTopTalkers 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) GetEdgeApplicationInstanceTopTalkers2

func (a *Client) GetEdgeApplicationInstanceTopTalkers2(params *GetEdgeApplicationInstanceTopTalkers2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEdgeApplicationInstanceTopTalkers2OK, error)

GetEdgeApplicationInstanceTopTalkers2 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) GetEdgeApplicationInstanceTrafficFlows

GetEdgeApplicationInstanceTrafficFlows 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) GetEdgeApplicationInstanceTrafficFlows2

GetEdgeApplicationInstanceTrafficFlows2 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) QueryEdgeApplicationInstanceStatus

func (a *Client) QueryEdgeApplicationInstanceStatus(params *QueryEdgeApplicationInstanceStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryEdgeApplicationInstanceStatusOK, error)

QueryEdgeApplicationInstanceStatus 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) 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 {
	GetEdgeApplicationInstanceEvents(params *GetEdgeApplicationInstanceEventsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEdgeApplicationInstanceEventsOK, error)

	GetEdgeApplicationInstanceEventsByName(params *GetEdgeApplicationInstanceEventsByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEdgeApplicationInstanceEventsByNameOK, error)

	GetEdgeApplicationInstanceLogs(params *GetEdgeApplicationInstanceLogsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEdgeApplicationInstanceLogsOK, error)

	GetEdgeApplicationInstanceResourceMetricsByID(params *GetEdgeApplicationInstanceResourceMetricsByIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEdgeApplicationInstanceResourceMetricsByIDOK, error)

	GetEdgeApplicationInstanceResourceMetricsByName(params *GetEdgeApplicationInstanceResourceMetricsByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEdgeApplicationInstanceResourceMetricsByNameOK, error)

	GetEdgeApplicationInstanceStatus(params *GetEdgeApplicationInstanceStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEdgeApplicationInstanceStatusOK, error)

	GetEdgeApplicationInstanceStatusByName(params *GetEdgeApplicationInstanceStatusByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEdgeApplicationInstanceStatusByNameOK, error)

	GetEdgeApplicationInstanceTopTalkers(params *GetEdgeApplicationInstanceTopTalkersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEdgeApplicationInstanceTopTalkersOK, error)

	GetEdgeApplicationInstanceTopTalkers2(params *GetEdgeApplicationInstanceTopTalkers2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEdgeApplicationInstanceTopTalkers2OK, error)

	GetEdgeApplicationInstanceTrafficFlows(params *GetEdgeApplicationInstanceTrafficFlowsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEdgeApplicationInstanceTrafficFlowsOK, error)

	GetEdgeApplicationInstanceTrafficFlows2(params *GetEdgeApplicationInstanceTrafficFlows2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEdgeApplicationInstanceTrafficFlows2OK, error)

	QueryEdgeApplicationInstanceStatus(params *QueryEdgeApplicationInstanceStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryEdgeApplicationInstanceStatusOK, 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 GetEdgeApplicationInstanceEventsByNameForbidden

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

func NewGetEdgeApplicationInstanceEventsByNameForbidden() *GetEdgeApplicationInstanceEventsByNameForbidden

NewGetEdgeApplicationInstanceEventsByNameForbidden creates a GetEdgeApplicationInstanceEventsByNameForbidden with default headers values

func (*GetEdgeApplicationInstanceEventsByNameForbidden) Error

func (*GetEdgeApplicationInstanceEventsByNameForbidden) GetPayload

type GetEdgeApplicationInstanceEventsByNameGatewayTimeout

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

func NewGetEdgeApplicationInstanceEventsByNameGatewayTimeout() *GetEdgeApplicationInstanceEventsByNameGatewayTimeout

NewGetEdgeApplicationInstanceEventsByNameGatewayTimeout creates a GetEdgeApplicationInstanceEventsByNameGatewayTimeout with default headers values

func (*GetEdgeApplicationInstanceEventsByNameGatewayTimeout) Error

func (*GetEdgeApplicationInstanceEventsByNameGatewayTimeout) GetPayload

type GetEdgeApplicationInstanceEventsByNameInternalServerError

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

func NewGetEdgeApplicationInstanceEventsByNameInternalServerError() *GetEdgeApplicationInstanceEventsByNameInternalServerError

NewGetEdgeApplicationInstanceEventsByNameInternalServerError creates a GetEdgeApplicationInstanceEventsByNameInternalServerError with default headers values

func (*GetEdgeApplicationInstanceEventsByNameInternalServerError) Error

func (*GetEdgeApplicationInstanceEventsByNameInternalServerError) GetPayload

type GetEdgeApplicationInstanceEventsByNameNotFound

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

func NewGetEdgeApplicationInstanceEventsByNameNotFound() *GetEdgeApplicationInstanceEventsByNameNotFound

NewGetEdgeApplicationInstanceEventsByNameNotFound creates a GetEdgeApplicationInstanceEventsByNameNotFound with default headers values

func (*GetEdgeApplicationInstanceEventsByNameNotFound) Error

func (*GetEdgeApplicationInstanceEventsByNameNotFound) GetPayload

type GetEdgeApplicationInstanceEventsByNameOK

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

A successful response.

func NewGetEdgeApplicationInstanceEventsByNameOK

func NewGetEdgeApplicationInstanceEventsByNameOK() *GetEdgeApplicationInstanceEventsByNameOK

NewGetEdgeApplicationInstanceEventsByNameOK creates a GetEdgeApplicationInstanceEventsByNameOK with default headers values

func (*GetEdgeApplicationInstanceEventsByNameOK) Error

func (*GetEdgeApplicationInstanceEventsByNameOK) GetPayload

type GetEdgeApplicationInstanceEventsByNameParams

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

GetEdgeApplicationInstanceEventsByNameParams contains all the parameters to send to the API endpoint

for the get edge application instance events by name operation.

Typically these are written to a http.Request.

func NewGetEdgeApplicationInstanceEventsByNameParams

func NewGetEdgeApplicationInstanceEventsByNameParams() *GetEdgeApplicationInstanceEventsByNameParams

NewGetEdgeApplicationInstanceEventsByNameParams creates a new GetEdgeApplicationInstanceEventsByNameParams 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 NewGetEdgeApplicationInstanceEventsByNameParamsWithContext

func NewGetEdgeApplicationInstanceEventsByNameParamsWithContext(ctx context.Context) *GetEdgeApplicationInstanceEventsByNameParams

NewGetEdgeApplicationInstanceEventsByNameParamsWithContext creates a new GetEdgeApplicationInstanceEventsByNameParams object with the ability to set a context for a request.

func NewGetEdgeApplicationInstanceEventsByNameParamsWithHTTPClient

func NewGetEdgeApplicationInstanceEventsByNameParamsWithHTTPClient(client *http.Client) *GetEdgeApplicationInstanceEventsByNameParams

NewGetEdgeApplicationInstanceEventsByNameParamsWithHTTPClient creates a new GetEdgeApplicationInstanceEventsByNameParams object with the ability to set a custom HTTPClient for a request.

func NewGetEdgeApplicationInstanceEventsByNameParamsWithTimeout

func NewGetEdgeApplicationInstanceEventsByNameParamsWithTimeout(timeout time.Duration) *GetEdgeApplicationInstanceEventsByNameParams

NewGetEdgeApplicationInstanceEventsByNameParamsWithTimeout creates a new GetEdgeApplicationInstanceEventsByNameParams object with the ability to set a timeout on a request.

func (*GetEdgeApplicationInstanceEventsByNameParams) SetContext

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

func (*GetEdgeApplicationInstanceEventsByNameParams) SetDefaults

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

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

func (*GetEdgeApplicationInstanceEventsByNameParams) SetEnterpriseID

func (o *GetEdgeApplicationInstanceEventsByNameParams) SetEnterpriseID(enterpriseID *string)

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

func (*GetEdgeApplicationInstanceEventsByNameParams) SetHTTPClient

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

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

func (*GetEdgeApplicationInstanceEventsByNameParams) SetObjid

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

func (*GetEdgeApplicationInstanceEventsByNameParams) SetObjname

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

func (*GetEdgeApplicationInstanceEventsByNameParams) SetTimeout

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

func (*GetEdgeApplicationInstanceEventsByNameParams) SetXRequestID

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

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

func (*GetEdgeApplicationInstanceEventsByNameParams) WithContext

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

func (*GetEdgeApplicationInstanceEventsByNameParams) WithDefaults

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

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

func (*GetEdgeApplicationInstanceEventsByNameParams) WithEnterpriseID

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

func (*GetEdgeApplicationInstanceEventsByNameParams) WithHTTPClient

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

func (*GetEdgeApplicationInstanceEventsByNameParams) WithObjid

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

func (*GetEdgeApplicationInstanceEventsByNameParams) WithObjname

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

func (*GetEdgeApplicationInstanceEventsByNameParams) WithTimeout

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

func (*GetEdgeApplicationInstanceEventsByNameParams) WithXRequestID

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

func (*GetEdgeApplicationInstanceEventsByNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEdgeApplicationInstanceEventsByNameReader

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

GetEdgeApplicationInstanceEventsByNameReader is a Reader for the GetEdgeApplicationInstanceEventsByName structure.

func (*GetEdgeApplicationInstanceEventsByNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEdgeApplicationInstanceEventsByNameUnauthorized

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

func NewGetEdgeApplicationInstanceEventsByNameUnauthorized() *GetEdgeApplicationInstanceEventsByNameUnauthorized

NewGetEdgeApplicationInstanceEventsByNameUnauthorized creates a GetEdgeApplicationInstanceEventsByNameUnauthorized with default headers values

func (*GetEdgeApplicationInstanceEventsByNameUnauthorized) Error

func (*GetEdgeApplicationInstanceEventsByNameUnauthorized) GetPayload

type GetEdgeApplicationInstanceEventsForbidden

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

func NewGetEdgeApplicationInstanceEventsForbidden() *GetEdgeApplicationInstanceEventsForbidden

NewGetEdgeApplicationInstanceEventsForbidden creates a GetEdgeApplicationInstanceEventsForbidden with default headers values

func (*GetEdgeApplicationInstanceEventsForbidden) Error

func (*GetEdgeApplicationInstanceEventsForbidden) GetPayload

type GetEdgeApplicationInstanceEventsGatewayTimeout

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

func NewGetEdgeApplicationInstanceEventsGatewayTimeout() *GetEdgeApplicationInstanceEventsGatewayTimeout

NewGetEdgeApplicationInstanceEventsGatewayTimeout creates a GetEdgeApplicationInstanceEventsGatewayTimeout with default headers values

func (*GetEdgeApplicationInstanceEventsGatewayTimeout) Error

func (*GetEdgeApplicationInstanceEventsGatewayTimeout) GetPayload

type GetEdgeApplicationInstanceEventsInternalServerError

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

func NewGetEdgeApplicationInstanceEventsInternalServerError() *GetEdgeApplicationInstanceEventsInternalServerError

NewGetEdgeApplicationInstanceEventsInternalServerError creates a GetEdgeApplicationInstanceEventsInternalServerError with default headers values

func (*GetEdgeApplicationInstanceEventsInternalServerError) Error

func (*GetEdgeApplicationInstanceEventsInternalServerError) GetPayload

type GetEdgeApplicationInstanceEventsNotFound

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

func NewGetEdgeApplicationInstanceEventsNotFound() *GetEdgeApplicationInstanceEventsNotFound

NewGetEdgeApplicationInstanceEventsNotFound creates a GetEdgeApplicationInstanceEventsNotFound with default headers values

func (*GetEdgeApplicationInstanceEventsNotFound) Error

func (*GetEdgeApplicationInstanceEventsNotFound) GetPayload

type GetEdgeApplicationInstanceEventsOK

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

A successful response.

func NewGetEdgeApplicationInstanceEventsOK

func NewGetEdgeApplicationInstanceEventsOK() *GetEdgeApplicationInstanceEventsOK

NewGetEdgeApplicationInstanceEventsOK creates a GetEdgeApplicationInstanceEventsOK with default headers values

func (*GetEdgeApplicationInstanceEventsOK) Error

func (*GetEdgeApplicationInstanceEventsOK) GetPayload

type GetEdgeApplicationInstanceEventsParams

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

GetEdgeApplicationInstanceEventsParams contains all the parameters to send to the API endpoint

for the get edge application instance events operation.

Typically these are written to a http.Request.

func NewGetEdgeApplicationInstanceEventsParams

func NewGetEdgeApplicationInstanceEventsParams() *GetEdgeApplicationInstanceEventsParams

NewGetEdgeApplicationInstanceEventsParams creates a new GetEdgeApplicationInstanceEventsParams 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 NewGetEdgeApplicationInstanceEventsParamsWithContext

func NewGetEdgeApplicationInstanceEventsParamsWithContext(ctx context.Context) *GetEdgeApplicationInstanceEventsParams

NewGetEdgeApplicationInstanceEventsParamsWithContext creates a new GetEdgeApplicationInstanceEventsParams object with the ability to set a context for a request.

func NewGetEdgeApplicationInstanceEventsParamsWithHTTPClient

func NewGetEdgeApplicationInstanceEventsParamsWithHTTPClient(client *http.Client) *GetEdgeApplicationInstanceEventsParams

NewGetEdgeApplicationInstanceEventsParamsWithHTTPClient creates a new GetEdgeApplicationInstanceEventsParams object with the ability to set a custom HTTPClient for a request.

func NewGetEdgeApplicationInstanceEventsParamsWithTimeout

func NewGetEdgeApplicationInstanceEventsParamsWithTimeout(timeout time.Duration) *GetEdgeApplicationInstanceEventsParams

NewGetEdgeApplicationInstanceEventsParamsWithTimeout creates a new GetEdgeApplicationInstanceEventsParams object with the ability to set a timeout on a request.

func (*GetEdgeApplicationInstanceEventsParams) SetContext

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

func (*GetEdgeApplicationInstanceEventsParams) SetDefaults

func (o *GetEdgeApplicationInstanceEventsParams) SetDefaults()

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

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

func (*GetEdgeApplicationInstanceEventsParams) SetEnterpriseID

func (o *GetEdgeApplicationInstanceEventsParams) SetEnterpriseID(enterpriseID *string)

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

func (*GetEdgeApplicationInstanceEventsParams) SetHTTPClient

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

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

func (*GetEdgeApplicationInstanceEventsParams) SetObjid

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

func (*GetEdgeApplicationInstanceEventsParams) SetObjname

func (o *GetEdgeApplicationInstanceEventsParams) SetObjname(objname *string)

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

func (*GetEdgeApplicationInstanceEventsParams) SetTimeout

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

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

func (*GetEdgeApplicationInstanceEventsParams) SetXRequestID

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

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

func (*GetEdgeApplicationInstanceEventsParams) WithContext

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

func (*GetEdgeApplicationInstanceEventsParams) WithDefaults

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

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

func (*GetEdgeApplicationInstanceEventsParams) WithEnterpriseID

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

func (*GetEdgeApplicationInstanceEventsParams) WithHTTPClient

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

func (*GetEdgeApplicationInstanceEventsParams) WithObjid

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

func (*GetEdgeApplicationInstanceEventsParams) WithObjname

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

func (*GetEdgeApplicationInstanceEventsParams) WithTimeout

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

func (*GetEdgeApplicationInstanceEventsParams) WithXRequestID

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

func (*GetEdgeApplicationInstanceEventsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEdgeApplicationInstanceEventsReader

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

GetEdgeApplicationInstanceEventsReader is a Reader for the GetEdgeApplicationInstanceEvents structure.

func (*GetEdgeApplicationInstanceEventsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEdgeApplicationInstanceEventsUnauthorized

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

func NewGetEdgeApplicationInstanceEventsUnauthorized() *GetEdgeApplicationInstanceEventsUnauthorized

NewGetEdgeApplicationInstanceEventsUnauthorized creates a GetEdgeApplicationInstanceEventsUnauthorized with default headers values

func (*GetEdgeApplicationInstanceEventsUnauthorized) Error

func (*GetEdgeApplicationInstanceEventsUnauthorized) GetPayload

type GetEdgeApplicationInstanceLogsForbidden

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

func NewGetEdgeApplicationInstanceLogsForbidden() *GetEdgeApplicationInstanceLogsForbidden

NewGetEdgeApplicationInstanceLogsForbidden creates a GetEdgeApplicationInstanceLogsForbidden with default headers values

func (*GetEdgeApplicationInstanceLogsForbidden) Error

func (*GetEdgeApplicationInstanceLogsForbidden) GetPayload

type GetEdgeApplicationInstanceLogsGatewayTimeout

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

func NewGetEdgeApplicationInstanceLogsGatewayTimeout() *GetEdgeApplicationInstanceLogsGatewayTimeout

NewGetEdgeApplicationInstanceLogsGatewayTimeout creates a GetEdgeApplicationInstanceLogsGatewayTimeout with default headers values

func (*GetEdgeApplicationInstanceLogsGatewayTimeout) Error

func (*GetEdgeApplicationInstanceLogsGatewayTimeout) GetPayload

type GetEdgeApplicationInstanceLogsInternalServerError

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

func NewGetEdgeApplicationInstanceLogsInternalServerError() *GetEdgeApplicationInstanceLogsInternalServerError

NewGetEdgeApplicationInstanceLogsInternalServerError creates a GetEdgeApplicationInstanceLogsInternalServerError with default headers values

func (*GetEdgeApplicationInstanceLogsInternalServerError) Error

func (*GetEdgeApplicationInstanceLogsInternalServerError) GetPayload

type GetEdgeApplicationInstanceLogsNotFound

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

func NewGetEdgeApplicationInstanceLogsNotFound() *GetEdgeApplicationInstanceLogsNotFound

NewGetEdgeApplicationInstanceLogsNotFound creates a GetEdgeApplicationInstanceLogsNotFound with default headers values

func (*GetEdgeApplicationInstanceLogsNotFound) Error

func (*GetEdgeApplicationInstanceLogsNotFound) GetPayload

type GetEdgeApplicationInstanceLogsOK

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

A successful response.

func NewGetEdgeApplicationInstanceLogsOK

func NewGetEdgeApplicationInstanceLogsOK() *GetEdgeApplicationInstanceLogsOK

NewGetEdgeApplicationInstanceLogsOK creates a GetEdgeApplicationInstanceLogsOK with default headers values

func (*GetEdgeApplicationInstanceLogsOK) Error

func (*GetEdgeApplicationInstanceLogsOK) GetPayload

type GetEdgeApplicationInstanceLogsParams

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

GetEdgeApplicationInstanceLogsParams contains all the parameters to send to the API endpoint

for the get edge application instance logs operation.

Typically these are written to a http.Request.

func NewGetEdgeApplicationInstanceLogsParams

func NewGetEdgeApplicationInstanceLogsParams() *GetEdgeApplicationInstanceLogsParams

NewGetEdgeApplicationInstanceLogsParams creates a new GetEdgeApplicationInstanceLogsParams 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 NewGetEdgeApplicationInstanceLogsParamsWithContext

func NewGetEdgeApplicationInstanceLogsParamsWithContext(ctx context.Context) *GetEdgeApplicationInstanceLogsParams

NewGetEdgeApplicationInstanceLogsParamsWithContext creates a new GetEdgeApplicationInstanceLogsParams object with the ability to set a context for a request.

func NewGetEdgeApplicationInstanceLogsParamsWithHTTPClient

func NewGetEdgeApplicationInstanceLogsParamsWithHTTPClient(client *http.Client) *GetEdgeApplicationInstanceLogsParams

NewGetEdgeApplicationInstanceLogsParamsWithHTTPClient creates a new GetEdgeApplicationInstanceLogsParams object with the ability to set a custom HTTPClient for a request.

func NewGetEdgeApplicationInstanceLogsParamsWithTimeout

func NewGetEdgeApplicationInstanceLogsParamsWithTimeout(timeout time.Duration) *GetEdgeApplicationInstanceLogsParams

NewGetEdgeApplicationInstanceLogsParamsWithTimeout creates a new GetEdgeApplicationInstanceLogsParams object with the ability to set a timeout on a request.

func (*GetEdgeApplicationInstanceLogsParams) SetContext

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

func (*GetEdgeApplicationInstanceLogsParams) SetCursorOrderBy

func (o *GetEdgeApplicationInstanceLogsParams) SetCursorOrderBy(cursorOrderBy *string)

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

func (*GetEdgeApplicationInstanceLogsParams) SetCursorPageNum

func (o *GetEdgeApplicationInstanceLogsParams) SetCursorPageNum(cursorPageNum *int64)

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

func (*GetEdgeApplicationInstanceLogsParams) SetCursorPageSize

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

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

func (*GetEdgeApplicationInstanceLogsParams) SetCursorPageToken

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

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

func (*GetEdgeApplicationInstanceLogsParams) SetCursorTotalPages

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

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

func (*GetEdgeApplicationInstanceLogsParams) SetDefaults

func (o *GetEdgeApplicationInstanceLogsParams) SetDefaults()

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

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

func (*GetEdgeApplicationInstanceLogsParams) SetEndTime

func (o *GetEdgeApplicationInstanceLogsParams) SetEndTime(endTime *strfmt.DateTime)

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

func (*GetEdgeApplicationInstanceLogsParams) SetHTTPClient

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

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

func (*GetEdgeApplicationInstanceLogsParams) SetID

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

func (*GetEdgeApplicationInstanceLogsParams) SetInterval

func (o *GetEdgeApplicationInstanceLogsParams) SetInterval(interval *strfmt.DateTime)

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

func (*GetEdgeApplicationInstanceLogsParams) SetStartTime

func (o *GetEdgeApplicationInstanceLogsParams) SetStartTime(startTime *strfmt.DateTime)

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

func (*GetEdgeApplicationInstanceLogsParams) SetTimeout

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

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

func (*GetEdgeApplicationInstanceLogsParams) SetXRequestID

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

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

func (*GetEdgeApplicationInstanceLogsParams) WithContext

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

func (*GetEdgeApplicationInstanceLogsParams) WithCursorOrderBy

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

func (*GetEdgeApplicationInstanceLogsParams) WithCursorPageNum

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

func (*GetEdgeApplicationInstanceLogsParams) WithCursorPageSize

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

func (*GetEdgeApplicationInstanceLogsParams) WithCursorPageToken

func (o *GetEdgeApplicationInstanceLogsParams) WithCursorPageToken(cursorPageToken *string) *GetEdgeApplicationInstanceLogsParams

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

func (*GetEdgeApplicationInstanceLogsParams) WithCursorTotalPages

func (o *GetEdgeApplicationInstanceLogsParams) WithCursorTotalPages(cursorTotalPages *int64) *GetEdgeApplicationInstanceLogsParams

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

func (*GetEdgeApplicationInstanceLogsParams) WithDefaults

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

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

func (*GetEdgeApplicationInstanceLogsParams) WithEndTime

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

func (*GetEdgeApplicationInstanceLogsParams) WithHTTPClient

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

func (*GetEdgeApplicationInstanceLogsParams) WithID

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

func (*GetEdgeApplicationInstanceLogsParams) WithInterval

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

func (*GetEdgeApplicationInstanceLogsParams) WithStartTime

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

func (*GetEdgeApplicationInstanceLogsParams) WithTimeout

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

func (*GetEdgeApplicationInstanceLogsParams) WithXRequestID

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

func (*GetEdgeApplicationInstanceLogsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEdgeApplicationInstanceLogsReader

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

GetEdgeApplicationInstanceLogsReader is a Reader for the GetEdgeApplicationInstanceLogs structure.

func (*GetEdgeApplicationInstanceLogsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEdgeApplicationInstanceLogsUnauthorized

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

func NewGetEdgeApplicationInstanceLogsUnauthorized() *GetEdgeApplicationInstanceLogsUnauthorized

NewGetEdgeApplicationInstanceLogsUnauthorized creates a GetEdgeApplicationInstanceLogsUnauthorized with default headers values

func (*GetEdgeApplicationInstanceLogsUnauthorized) Error

func (*GetEdgeApplicationInstanceLogsUnauthorized) GetPayload

type GetEdgeApplicationInstanceResourceMetricsByIDForbidden

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

func NewGetEdgeApplicationInstanceResourceMetricsByIDForbidden() *GetEdgeApplicationInstanceResourceMetricsByIDForbidden

NewGetEdgeApplicationInstanceResourceMetricsByIDForbidden creates a GetEdgeApplicationInstanceResourceMetricsByIDForbidden with default headers values

func (*GetEdgeApplicationInstanceResourceMetricsByIDForbidden) Error

func (*GetEdgeApplicationInstanceResourceMetricsByIDForbidden) GetPayload

type GetEdgeApplicationInstanceResourceMetricsByIDGatewayTimeout

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

func NewGetEdgeApplicationInstanceResourceMetricsByIDGatewayTimeout() *GetEdgeApplicationInstanceResourceMetricsByIDGatewayTimeout

NewGetEdgeApplicationInstanceResourceMetricsByIDGatewayTimeout creates a GetEdgeApplicationInstanceResourceMetricsByIDGatewayTimeout with default headers values

func (*GetEdgeApplicationInstanceResourceMetricsByIDGatewayTimeout) Error

func (*GetEdgeApplicationInstanceResourceMetricsByIDGatewayTimeout) GetPayload

type GetEdgeApplicationInstanceResourceMetricsByIDInternalServerError

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

func NewGetEdgeApplicationInstanceResourceMetricsByIDInternalServerError() *GetEdgeApplicationInstanceResourceMetricsByIDInternalServerError

NewGetEdgeApplicationInstanceResourceMetricsByIDInternalServerError creates a GetEdgeApplicationInstanceResourceMetricsByIDInternalServerError with default headers values

func (*GetEdgeApplicationInstanceResourceMetricsByIDInternalServerError) Error

func (*GetEdgeApplicationInstanceResourceMetricsByIDInternalServerError) GetPayload

type GetEdgeApplicationInstanceResourceMetricsByIDNotFound

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

func NewGetEdgeApplicationInstanceResourceMetricsByIDNotFound() *GetEdgeApplicationInstanceResourceMetricsByIDNotFound

NewGetEdgeApplicationInstanceResourceMetricsByIDNotFound creates a GetEdgeApplicationInstanceResourceMetricsByIDNotFound with default headers values

func (*GetEdgeApplicationInstanceResourceMetricsByIDNotFound) Error

func (*GetEdgeApplicationInstanceResourceMetricsByIDNotFound) GetPayload

type GetEdgeApplicationInstanceResourceMetricsByIDOK

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

A successful response.

func NewGetEdgeApplicationInstanceResourceMetricsByIDOK

func NewGetEdgeApplicationInstanceResourceMetricsByIDOK() *GetEdgeApplicationInstanceResourceMetricsByIDOK

NewGetEdgeApplicationInstanceResourceMetricsByIDOK creates a GetEdgeApplicationInstanceResourceMetricsByIDOK with default headers values

func (*GetEdgeApplicationInstanceResourceMetricsByIDOK) Error

func (*GetEdgeApplicationInstanceResourceMetricsByIDOK) GetPayload

type GetEdgeApplicationInstanceResourceMetricsByIDParams

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

GetEdgeApplicationInstanceResourceMetricsByIDParams contains all the parameters to send to the API endpoint

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

Typically these are written to a http.Request.

func NewGetEdgeApplicationInstanceResourceMetricsByIDParams

func NewGetEdgeApplicationInstanceResourceMetricsByIDParams() *GetEdgeApplicationInstanceResourceMetricsByIDParams

NewGetEdgeApplicationInstanceResourceMetricsByIDParams creates a new GetEdgeApplicationInstanceResourceMetricsByIDParams 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 NewGetEdgeApplicationInstanceResourceMetricsByIDParamsWithContext

func NewGetEdgeApplicationInstanceResourceMetricsByIDParamsWithContext(ctx context.Context) *GetEdgeApplicationInstanceResourceMetricsByIDParams

NewGetEdgeApplicationInstanceResourceMetricsByIDParamsWithContext creates a new GetEdgeApplicationInstanceResourceMetricsByIDParams object with the ability to set a context for a request.

func NewGetEdgeApplicationInstanceResourceMetricsByIDParamsWithHTTPClient

func NewGetEdgeApplicationInstanceResourceMetricsByIDParamsWithHTTPClient(client *http.Client) *GetEdgeApplicationInstanceResourceMetricsByIDParams

NewGetEdgeApplicationInstanceResourceMetricsByIDParamsWithHTTPClient creates a new GetEdgeApplicationInstanceResourceMetricsByIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetEdgeApplicationInstanceResourceMetricsByIDParamsWithTimeout

func NewGetEdgeApplicationInstanceResourceMetricsByIDParamsWithTimeout(timeout time.Duration) *GetEdgeApplicationInstanceResourceMetricsByIDParams

NewGetEdgeApplicationInstanceResourceMetricsByIDParamsWithTimeout creates a new GetEdgeApplicationInstanceResourceMetricsByIDParams object with the ability to set a timeout on a request.

func (*GetEdgeApplicationInstanceResourceMetricsByIDParams) SetContext

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

func (*GetEdgeApplicationInstanceResourceMetricsByIDParams) SetDefaults

SetDefaults hydrates default values in the 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 (*GetEdgeApplicationInstanceResourceMetricsByIDParams) SetEndTime

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

func (*GetEdgeApplicationInstanceResourceMetricsByIDParams) SetEnterpriseID

func (o *GetEdgeApplicationInstanceResourceMetricsByIDParams) SetEnterpriseID(enterpriseID *string)

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

func (*GetEdgeApplicationInstanceResourceMetricsByIDParams) SetHTTPClient

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

func (*GetEdgeApplicationInstanceResourceMetricsByIDParams) SetInterval

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

func (*GetEdgeApplicationInstanceResourceMetricsByIDParams) SetMType

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

func (*GetEdgeApplicationInstanceResourceMetricsByIDParams) SetObjid

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

func (*GetEdgeApplicationInstanceResourceMetricsByIDParams) SetObjname

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

func (*GetEdgeApplicationInstanceResourceMetricsByIDParams) SetObjtype

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

func (*GetEdgeApplicationInstanceResourceMetricsByIDParams) SetStartTime

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

func (*GetEdgeApplicationInstanceResourceMetricsByIDParams) SetTimeout

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

func (*GetEdgeApplicationInstanceResourceMetricsByIDParams) SetXRequestID

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

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

func (*GetEdgeApplicationInstanceResourceMetricsByIDParams) WithContext

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

func (*GetEdgeApplicationInstanceResourceMetricsByIDParams) WithDefaults

WithDefaults hydrates default values in the 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 (*GetEdgeApplicationInstanceResourceMetricsByIDParams) WithEndTime

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

func (*GetEdgeApplicationInstanceResourceMetricsByIDParams) WithEnterpriseID

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

func (*GetEdgeApplicationInstanceResourceMetricsByIDParams) WithHTTPClient

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

func (*GetEdgeApplicationInstanceResourceMetricsByIDParams) WithInterval

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

func (*GetEdgeApplicationInstanceResourceMetricsByIDParams) WithMType

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

func (*GetEdgeApplicationInstanceResourceMetricsByIDParams) WithObjid

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

func (*GetEdgeApplicationInstanceResourceMetricsByIDParams) WithObjname

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

func (*GetEdgeApplicationInstanceResourceMetricsByIDParams) WithObjtype

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

func (*GetEdgeApplicationInstanceResourceMetricsByIDParams) WithStartTime

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

func (*GetEdgeApplicationInstanceResourceMetricsByIDParams) WithTimeout

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

func (*GetEdgeApplicationInstanceResourceMetricsByIDParams) WithXRequestID

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

func (*GetEdgeApplicationInstanceResourceMetricsByIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEdgeApplicationInstanceResourceMetricsByIDReader

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

GetEdgeApplicationInstanceResourceMetricsByIDReader is a Reader for the GetEdgeApplicationInstanceResourceMetricsByID structure.

func (*GetEdgeApplicationInstanceResourceMetricsByIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEdgeApplicationInstanceResourceMetricsByIDUnauthorized

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

func NewGetEdgeApplicationInstanceResourceMetricsByIDUnauthorized() *GetEdgeApplicationInstanceResourceMetricsByIDUnauthorized

NewGetEdgeApplicationInstanceResourceMetricsByIDUnauthorized creates a GetEdgeApplicationInstanceResourceMetricsByIDUnauthorized with default headers values

func (*GetEdgeApplicationInstanceResourceMetricsByIDUnauthorized) Error

func (*GetEdgeApplicationInstanceResourceMetricsByIDUnauthorized) GetPayload

type GetEdgeApplicationInstanceResourceMetricsByNameForbidden

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

func NewGetEdgeApplicationInstanceResourceMetricsByNameForbidden() *GetEdgeApplicationInstanceResourceMetricsByNameForbidden

NewGetEdgeApplicationInstanceResourceMetricsByNameForbidden creates a GetEdgeApplicationInstanceResourceMetricsByNameForbidden with default headers values

func (*GetEdgeApplicationInstanceResourceMetricsByNameForbidden) Error

func (*GetEdgeApplicationInstanceResourceMetricsByNameForbidden) GetPayload

type GetEdgeApplicationInstanceResourceMetricsByNameGatewayTimeout

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

func NewGetEdgeApplicationInstanceResourceMetricsByNameGatewayTimeout() *GetEdgeApplicationInstanceResourceMetricsByNameGatewayTimeout

NewGetEdgeApplicationInstanceResourceMetricsByNameGatewayTimeout creates a GetEdgeApplicationInstanceResourceMetricsByNameGatewayTimeout with default headers values

func (*GetEdgeApplicationInstanceResourceMetricsByNameGatewayTimeout) Error

func (*GetEdgeApplicationInstanceResourceMetricsByNameGatewayTimeout) GetPayload

type GetEdgeApplicationInstanceResourceMetricsByNameInternalServerError

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

func NewGetEdgeApplicationInstanceResourceMetricsByNameInternalServerError() *GetEdgeApplicationInstanceResourceMetricsByNameInternalServerError

NewGetEdgeApplicationInstanceResourceMetricsByNameInternalServerError creates a GetEdgeApplicationInstanceResourceMetricsByNameInternalServerError with default headers values

func (*GetEdgeApplicationInstanceResourceMetricsByNameInternalServerError) Error

func (*GetEdgeApplicationInstanceResourceMetricsByNameInternalServerError) GetPayload

type GetEdgeApplicationInstanceResourceMetricsByNameNotFound

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

func NewGetEdgeApplicationInstanceResourceMetricsByNameNotFound() *GetEdgeApplicationInstanceResourceMetricsByNameNotFound

NewGetEdgeApplicationInstanceResourceMetricsByNameNotFound creates a GetEdgeApplicationInstanceResourceMetricsByNameNotFound with default headers values

func (*GetEdgeApplicationInstanceResourceMetricsByNameNotFound) Error

func (*GetEdgeApplicationInstanceResourceMetricsByNameNotFound) GetPayload

type GetEdgeApplicationInstanceResourceMetricsByNameOK

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

A successful response.

func NewGetEdgeApplicationInstanceResourceMetricsByNameOK

func NewGetEdgeApplicationInstanceResourceMetricsByNameOK() *GetEdgeApplicationInstanceResourceMetricsByNameOK

NewGetEdgeApplicationInstanceResourceMetricsByNameOK creates a GetEdgeApplicationInstanceResourceMetricsByNameOK with default headers values

func (*GetEdgeApplicationInstanceResourceMetricsByNameOK) Error

func (*GetEdgeApplicationInstanceResourceMetricsByNameOK) GetPayload

type GetEdgeApplicationInstanceResourceMetricsByNameParams

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

GetEdgeApplicationInstanceResourceMetricsByNameParams contains all the parameters to send to the API endpoint

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

Typically these are written to a http.Request.

func NewGetEdgeApplicationInstanceResourceMetricsByNameParams

func NewGetEdgeApplicationInstanceResourceMetricsByNameParams() *GetEdgeApplicationInstanceResourceMetricsByNameParams

NewGetEdgeApplicationInstanceResourceMetricsByNameParams creates a new GetEdgeApplicationInstanceResourceMetricsByNameParams 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 NewGetEdgeApplicationInstanceResourceMetricsByNameParamsWithContext

func NewGetEdgeApplicationInstanceResourceMetricsByNameParamsWithContext(ctx context.Context) *GetEdgeApplicationInstanceResourceMetricsByNameParams

NewGetEdgeApplicationInstanceResourceMetricsByNameParamsWithContext creates a new GetEdgeApplicationInstanceResourceMetricsByNameParams object with the ability to set a context for a request.

func NewGetEdgeApplicationInstanceResourceMetricsByNameParamsWithHTTPClient

func NewGetEdgeApplicationInstanceResourceMetricsByNameParamsWithHTTPClient(client *http.Client) *GetEdgeApplicationInstanceResourceMetricsByNameParams

NewGetEdgeApplicationInstanceResourceMetricsByNameParamsWithHTTPClient creates a new GetEdgeApplicationInstanceResourceMetricsByNameParams object with the ability to set a custom HTTPClient for a request.

func NewGetEdgeApplicationInstanceResourceMetricsByNameParamsWithTimeout

func NewGetEdgeApplicationInstanceResourceMetricsByNameParamsWithTimeout(timeout time.Duration) *GetEdgeApplicationInstanceResourceMetricsByNameParams

NewGetEdgeApplicationInstanceResourceMetricsByNameParamsWithTimeout creates a new GetEdgeApplicationInstanceResourceMetricsByNameParams object with the ability to set a timeout on a request.

func (*GetEdgeApplicationInstanceResourceMetricsByNameParams) SetContext

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

func (*GetEdgeApplicationInstanceResourceMetricsByNameParams) SetDefaults

SetDefaults hydrates default values in the 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 (*GetEdgeApplicationInstanceResourceMetricsByNameParams) SetEndTime

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

func (*GetEdgeApplicationInstanceResourceMetricsByNameParams) SetEnterpriseID

func (o *GetEdgeApplicationInstanceResourceMetricsByNameParams) SetEnterpriseID(enterpriseID *string)

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

func (*GetEdgeApplicationInstanceResourceMetricsByNameParams) SetHTTPClient

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

func (*GetEdgeApplicationInstanceResourceMetricsByNameParams) SetInterval

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

func (*GetEdgeApplicationInstanceResourceMetricsByNameParams) SetMType

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

func (*GetEdgeApplicationInstanceResourceMetricsByNameParams) SetObjid

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

func (*GetEdgeApplicationInstanceResourceMetricsByNameParams) SetObjname

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

func (*GetEdgeApplicationInstanceResourceMetricsByNameParams) SetObjtype

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

func (*GetEdgeApplicationInstanceResourceMetricsByNameParams) SetStartTime

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

func (*GetEdgeApplicationInstanceResourceMetricsByNameParams) SetTimeout

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

func (*GetEdgeApplicationInstanceResourceMetricsByNameParams) SetXRequestID

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

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

func (*GetEdgeApplicationInstanceResourceMetricsByNameParams) WithContext

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

func (*GetEdgeApplicationInstanceResourceMetricsByNameParams) WithDefaults

WithDefaults hydrates default values in the 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 (*GetEdgeApplicationInstanceResourceMetricsByNameParams) WithEndTime

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

func (*GetEdgeApplicationInstanceResourceMetricsByNameParams) WithEnterpriseID

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

func (*GetEdgeApplicationInstanceResourceMetricsByNameParams) WithHTTPClient

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

func (*GetEdgeApplicationInstanceResourceMetricsByNameParams) WithInterval

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

func (*GetEdgeApplicationInstanceResourceMetricsByNameParams) WithMType

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

func (*GetEdgeApplicationInstanceResourceMetricsByNameParams) WithObjid

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

func (*GetEdgeApplicationInstanceResourceMetricsByNameParams) WithObjname

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

func (*GetEdgeApplicationInstanceResourceMetricsByNameParams) WithObjtype

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

func (*GetEdgeApplicationInstanceResourceMetricsByNameParams) WithStartTime

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

func (*GetEdgeApplicationInstanceResourceMetricsByNameParams) WithTimeout

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

func (*GetEdgeApplicationInstanceResourceMetricsByNameParams) WithXRequestID

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

func (*GetEdgeApplicationInstanceResourceMetricsByNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEdgeApplicationInstanceResourceMetricsByNameReader

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

GetEdgeApplicationInstanceResourceMetricsByNameReader is a Reader for the GetEdgeApplicationInstanceResourceMetricsByName structure.

func (*GetEdgeApplicationInstanceResourceMetricsByNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEdgeApplicationInstanceResourceMetricsByNameUnauthorized

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

func NewGetEdgeApplicationInstanceResourceMetricsByNameUnauthorized() *GetEdgeApplicationInstanceResourceMetricsByNameUnauthorized

NewGetEdgeApplicationInstanceResourceMetricsByNameUnauthorized creates a GetEdgeApplicationInstanceResourceMetricsByNameUnauthorized with default headers values

func (*GetEdgeApplicationInstanceResourceMetricsByNameUnauthorized) Error

func (*GetEdgeApplicationInstanceResourceMetricsByNameUnauthorized) GetPayload

type GetEdgeApplicationInstanceStatusByNameForbidden

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

func NewGetEdgeApplicationInstanceStatusByNameForbidden() *GetEdgeApplicationInstanceStatusByNameForbidden

NewGetEdgeApplicationInstanceStatusByNameForbidden creates a GetEdgeApplicationInstanceStatusByNameForbidden with default headers values

func (*GetEdgeApplicationInstanceStatusByNameForbidden) Error

func (*GetEdgeApplicationInstanceStatusByNameForbidden) GetPayload

type GetEdgeApplicationInstanceStatusByNameGatewayTimeout

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

func NewGetEdgeApplicationInstanceStatusByNameGatewayTimeout() *GetEdgeApplicationInstanceStatusByNameGatewayTimeout

NewGetEdgeApplicationInstanceStatusByNameGatewayTimeout creates a GetEdgeApplicationInstanceStatusByNameGatewayTimeout with default headers values

func (*GetEdgeApplicationInstanceStatusByNameGatewayTimeout) Error

func (*GetEdgeApplicationInstanceStatusByNameGatewayTimeout) GetPayload

type GetEdgeApplicationInstanceStatusByNameInternalServerError

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

func NewGetEdgeApplicationInstanceStatusByNameInternalServerError() *GetEdgeApplicationInstanceStatusByNameInternalServerError

NewGetEdgeApplicationInstanceStatusByNameInternalServerError creates a GetEdgeApplicationInstanceStatusByNameInternalServerError with default headers values

func (*GetEdgeApplicationInstanceStatusByNameInternalServerError) Error

func (*GetEdgeApplicationInstanceStatusByNameInternalServerError) GetPayload

type GetEdgeApplicationInstanceStatusByNameNotFound

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

func NewGetEdgeApplicationInstanceStatusByNameNotFound() *GetEdgeApplicationInstanceStatusByNameNotFound

NewGetEdgeApplicationInstanceStatusByNameNotFound creates a GetEdgeApplicationInstanceStatusByNameNotFound with default headers values

func (*GetEdgeApplicationInstanceStatusByNameNotFound) Error

func (*GetEdgeApplicationInstanceStatusByNameNotFound) GetPayload

type GetEdgeApplicationInstanceStatusByNameOK

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

A successful response.

func NewGetEdgeApplicationInstanceStatusByNameOK

func NewGetEdgeApplicationInstanceStatusByNameOK() *GetEdgeApplicationInstanceStatusByNameOK

NewGetEdgeApplicationInstanceStatusByNameOK creates a GetEdgeApplicationInstanceStatusByNameOK with default headers values

func (*GetEdgeApplicationInstanceStatusByNameOK) Error

func (*GetEdgeApplicationInstanceStatusByNameOK) GetPayload

type GetEdgeApplicationInstanceStatusByNameParams

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

GetEdgeApplicationInstanceStatusByNameParams contains all the parameters to send to the API endpoint

for the get edge application instance status by name operation.

Typically these are written to a http.Request.

func NewGetEdgeApplicationInstanceStatusByNameParams

func NewGetEdgeApplicationInstanceStatusByNameParams() *GetEdgeApplicationInstanceStatusByNameParams

NewGetEdgeApplicationInstanceStatusByNameParams creates a new GetEdgeApplicationInstanceStatusByNameParams 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 NewGetEdgeApplicationInstanceStatusByNameParamsWithContext

func NewGetEdgeApplicationInstanceStatusByNameParamsWithContext(ctx context.Context) *GetEdgeApplicationInstanceStatusByNameParams

NewGetEdgeApplicationInstanceStatusByNameParamsWithContext creates a new GetEdgeApplicationInstanceStatusByNameParams object with the ability to set a context for a request.

func NewGetEdgeApplicationInstanceStatusByNameParamsWithHTTPClient

func NewGetEdgeApplicationInstanceStatusByNameParamsWithHTTPClient(client *http.Client) *GetEdgeApplicationInstanceStatusByNameParams

NewGetEdgeApplicationInstanceStatusByNameParamsWithHTTPClient creates a new GetEdgeApplicationInstanceStatusByNameParams object with the ability to set a custom HTTPClient for a request.

func NewGetEdgeApplicationInstanceStatusByNameParamsWithTimeout

func NewGetEdgeApplicationInstanceStatusByNameParamsWithTimeout(timeout time.Duration) *GetEdgeApplicationInstanceStatusByNameParams

NewGetEdgeApplicationInstanceStatusByNameParamsWithTimeout creates a new GetEdgeApplicationInstanceStatusByNameParams object with the ability to set a timeout on a request.

func (*GetEdgeApplicationInstanceStatusByNameParams) SetContext

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

func (*GetEdgeApplicationInstanceStatusByNameParams) SetDefaults

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

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

func (*GetEdgeApplicationInstanceStatusByNameParams) SetHTTPClient

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

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

func (*GetEdgeApplicationInstanceStatusByNameParams) SetName

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

func (*GetEdgeApplicationInstanceStatusByNameParams) SetTimeout

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

func (*GetEdgeApplicationInstanceStatusByNameParams) SetXRequestID

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

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

func (*GetEdgeApplicationInstanceStatusByNameParams) WithContext

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

func (*GetEdgeApplicationInstanceStatusByNameParams) WithDefaults

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

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

func (*GetEdgeApplicationInstanceStatusByNameParams) WithHTTPClient

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

func (*GetEdgeApplicationInstanceStatusByNameParams) WithName

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

func (*GetEdgeApplicationInstanceStatusByNameParams) WithTimeout

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

func (*GetEdgeApplicationInstanceStatusByNameParams) WithXRequestID

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

func (*GetEdgeApplicationInstanceStatusByNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEdgeApplicationInstanceStatusByNameReader

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

GetEdgeApplicationInstanceStatusByNameReader is a Reader for the GetEdgeApplicationInstanceStatusByName structure.

func (*GetEdgeApplicationInstanceStatusByNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEdgeApplicationInstanceStatusByNameUnauthorized

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

func NewGetEdgeApplicationInstanceStatusByNameUnauthorized() *GetEdgeApplicationInstanceStatusByNameUnauthorized

NewGetEdgeApplicationInstanceStatusByNameUnauthorized creates a GetEdgeApplicationInstanceStatusByNameUnauthorized with default headers values

func (*GetEdgeApplicationInstanceStatusByNameUnauthorized) Error

func (*GetEdgeApplicationInstanceStatusByNameUnauthorized) GetPayload

type GetEdgeApplicationInstanceStatusForbidden

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

func NewGetEdgeApplicationInstanceStatusForbidden() *GetEdgeApplicationInstanceStatusForbidden

NewGetEdgeApplicationInstanceStatusForbidden creates a GetEdgeApplicationInstanceStatusForbidden with default headers values

func (*GetEdgeApplicationInstanceStatusForbidden) Error

func (*GetEdgeApplicationInstanceStatusForbidden) GetPayload

type GetEdgeApplicationInstanceStatusGatewayTimeout

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

func NewGetEdgeApplicationInstanceStatusGatewayTimeout() *GetEdgeApplicationInstanceStatusGatewayTimeout

NewGetEdgeApplicationInstanceStatusGatewayTimeout creates a GetEdgeApplicationInstanceStatusGatewayTimeout with default headers values

func (*GetEdgeApplicationInstanceStatusGatewayTimeout) Error

func (*GetEdgeApplicationInstanceStatusGatewayTimeout) GetPayload

type GetEdgeApplicationInstanceStatusInternalServerError

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

func NewGetEdgeApplicationInstanceStatusInternalServerError() *GetEdgeApplicationInstanceStatusInternalServerError

NewGetEdgeApplicationInstanceStatusInternalServerError creates a GetEdgeApplicationInstanceStatusInternalServerError with default headers values

func (*GetEdgeApplicationInstanceStatusInternalServerError) Error

func (*GetEdgeApplicationInstanceStatusInternalServerError) GetPayload

type GetEdgeApplicationInstanceStatusNotFound

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

func NewGetEdgeApplicationInstanceStatusNotFound() *GetEdgeApplicationInstanceStatusNotFound

NewGetEdgeApplicationInstanceStatusNotFound creates a GetEdgeApplicationInstanceStatusNotFound with default headers values

func (*GetEdgeApplicationInstanceStatusNotFound) Error

func (*GetEdgeApplicationInstanceStatusNotFound) GetPayload

type GetEdgeApplicationInstanceStatusOK

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

A successful response.

func NewGetEdgeApplicationInstanceStatusOK

func NewGetEdgeApplicationInstanceStatusOK() *GetEdgeApplicationInstanceStatusOK

NewGetEdgeApplicationInstanceStatusOK creates a GetEdgeApplicationInstanceStatusOK with default headers values

func (*GetEdgeApplicationInstanceStatusOK) Error

func (*GetEdgeApplicationInstanceStatusOK) GetPayload

type GetEdgeApplicationInstanceStatusParams

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

GetEdgeApplicationInstanceStatusParams contains all the parameters to send to the API endpoint

for the get edge application instance status operation.

Typically these are written to a http.Request.

func NewGetEdgeApplicationInstanceStatusParams

func NewGetEdgeApplicationInstanceStatusParams() *GetEdgeApplicationInstanceStatusParams

NewGetEdgeApplicationInstanceStatusParams creates a new GetEdgeApplicationInstanceStatusParams 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 NewGetEdgeApplicationInstanceStatusParamsWithContext

func NewGetEdgeApplicationInstanceStatusParamsWithContext(ctx context.Context) *GetEdgeApplicationInstanceStatusParams

NewGetEdgeApplicationInstanceStatusParamsWithContext creates a new GetEdgeApplicationInstanceStatusParams object with the ability to set a context for a request.

func NewGetEdgeApplicationInstanceStatusParamsWithHTTPClient

func NewGetEdgeApplicationInstanceStatusParamsWithHTTPClient(client *http.Client) *GetEdgeApplicationInstanceStatusParams

NewGetEdgeApplicationInstanceStatusParamsWithHTTPClient creates a new GetEdgeApplicationInstanceStatusParams object with the ability to set a custom HTTPClient for a request.

func NewGetEdgeApplicationInstanceStatusParamsWithTimeout

func NewGetEdgeApplicationInstanceStatusParamsWithTimeout(timeout time.Duration) *GetEdgeApplicationInstanceStatusParams

NewGetEdgeApplicationInstanceStatusParamsWithTimeout creates a new GetEdgeApplicationInstanceStatusParams object with the ability to set a timeout on a request.

func (*GetEdgeApplicationInstanceStatusParams) SetContext

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

func (*GetEdgeApplicationInstanceStatusParams) SetDefaults

func (o *GetEdgeApplicationInstanceStatusParams) SetDefaults()

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

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

func (*GetEdgeApplicationInstanceStatusParams) SetHTTPClient

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

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

func (*GetEdgeApplicationInstanceStatusParams) SetID

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

func (*GetEdgeApplicationInstanceStatusParams) SetTimeout

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

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

func (*GetEdgeApplicationInstanceStatusParams) SetXRequestID

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

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

func (*GetEdgeApplicationInstanceStatusParams) WithContext

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

func (*GetEdgeApplicationInstanceStatusParams) WithDefaults

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

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

func (*GetEdgeApplicationInstanceStatusParams) WithHTTPClient

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

func (*GetEdgeApplicationInstanceStatusParams) WithID

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

func (*GetEdgeApplicationInstanceStatusParams) WithTimeout

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

func (*GetEdgeApplicationInstanceStatusParams) WithXRequestID

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

func (*GetEdgeApplicationInstanceStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEdgeApplicationInstanceStatusReader

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

GetEdgeApplicationInstanceStatusReader is a Reader for the GetEdgeApplicationInstanceStatus structure.

func (*GetEdgeApplicationInstanceStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEdgeApplicationInstanceStatusUnauthorized

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

func NewGetEdgeApplicationInstanceStatusUnauthorized() *GetEdgeApplicationInstanceStatusUnauthorized

NewGetEdgeApplicationInstanceStatusUnauthorized creates a GetEdgeApplicationInstanceStatusUnauthorized with default headers values

func (*GetEdgeApplicationInstanceStatusUnauthorized) Error

func (*GetEdgeApplicationInstanceStatusUnauthorized) GetPayload

type GetEdgeApplicationInstanceTopTalkers2Forbidden

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

func NewGetEdgeApplicationInstanceTopTalkers2Forbidden() *GetEdgeApplicationInstanceTopTalkers2Forbidden

NewGetEdgeApplicationInstanceTopTalkers2Forbidden creates a GetEdgeApplicationInstanceTopTalkers2Forbidden with default headers values

func (*GetEdgeApplicationInstanceTopTalkers2Forbidden) Error

func (*GetEdgeApplicationInstanceTopTalkers2Forbidden) GetPayload

type GetEdgeApplicationInstanceTopTalkers2GatewayTimeout

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

func NewGetEdgeApplicationInstanceTopTalkers2GatewayTimeout() *GetEdgeApplicationInstanceTopTalkers2GatewayTimeout

NewGetEdgeApplicationInstanceTopTalkers2GatewayTimeout creates a GetEdgeApplicationInstanceTopTalkers2GatewayTimeout with default headers values

func (*GetEdgeApplicationInstanceTopTalkers2GatewayTimeout) Error

func (*GetEdgeApplicationInstanceTopTalkers2GatewayTimeout) GetPayload

type GetEdgeApplicationInstanceTopTalkers2InternalServerError

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

func NewGetEdgeApplicationInstanceTopTalkers2InternalServerError() *GetEdgeApplicationInstanceTopTalkers2InternalServerError

NewGetEdgeApplicationInstanceTopTalkers2InternalServerError creates a GetEdgeApplicationInstanceTopTalkers2InternalServerError with default headers values

func (*GetEdgeApplicationInstanceTopTalkers2InternalServerError) Error

func (*GetEdgeApplicationInstanceTopTalkers2InternalServerError) GetPayload

type GetEdgeApplicationInstanceTopTalkers2NotFound

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

func NewGetEdgeApplicationInstanceTopTalkers2NotFound() *GetEdgeApplicationInstanceTopTalkers2NotFound

NewGetEdgeApplicationInstanceTopTalkers2NotFound creates a GetEdgeApplicationInstanceTopTalkers2NotFound with default headers values

func (*GetEdgeApplicationInstanceTopTalkers2NotFound) Error

func (*GetEdgeApplicationInstanceTopTalkers2NotFound) GetPayload

type GetEdgeApplicationInstanceTopTalkers2OK

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

A successful response.

func NewGetEdgeApplicationInstanceTopTalkers2OK

func NewGetEdgeApplicationInstanceTopTalkers2OK() *GetEdgeApplicationInstanceTopTalkers2OK

NewGetEdgeApplicationInstanceTopTalkers2OK creates a GetEdgeApplicationInstanceTopTalkers2OK with default headers values

func (*GetEdgeApplicationInstanceTopTalkers2OK) Error

func (*GetEdgeApplicationInstanceTopTalkers2OK) GetPayload

type GetEdgeApplicationInstanceTopTalkers2Params

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

GetEdgeApplicationInstanceTopTalkers2Params contains all the parameters to send to the API endpoint

for the get edge application instance top talkers2 operation.

Typically these are written to a http.Request.

func NewGetEdgeApplicationInstanceTopTalkers2Params

func NewGetEdgeApplicationInstanceTopTalkers2Params() *GetEdgeApplicationInstanceTopTalkers2Params

NewGetEdgeApplicationInstanceTopTalkers2Params creates a new GetEdgeApplicationInstanceTopTalkers2Params 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 NewGetEdgeApplicationInstanceTopTalkers2ParamsWithContext

func NewGetEdgeApplicationInstanceTopTalkers2ParamsWithContext(ctx context.Context) *GetEdgeApplicationInstanceTopTalkers2Params

NewGetEdgeApplicationInstanceTopTalkers2ParamsWithContext creates a new GetEdgeApplicationInstanceTopTalkers2Params object with the ability to set a context for a request.

func NewGetEdgeApplicationInstanceTopTalkers2ParamsWithHTTPClient

func NewGetEdgeApplicationInstanceTopTalkers2ParamsWithHTTPClient(client *http.Client) *GetEdgeApplicationInstanceTopTalkers2Params

NewGetEdgeApplicationInstanceTopTalkers2ParamsWithHTTPClient creates a new GetEdgeApplicationInstanceTopTalkers2Params object with the ability to set a custom HTTPClient for a request.

func NewGetEdgeApplicationInstanceTopTalkers2ParamsWithTimeout

func NewGetEdgeApplicationInstanceTopTalkers2ParamsWithTimeout(timeout time.Duration) *GetEdgeApplicationInstanceTopTalkers2Params

NewGetEdgeApplicationInstanceTopTalkers2ParamsWithTimeout creates a new GetEdgeApplicationInstanceTopTalkers2Params object with the ability to set a timeout on a request.

func (*GetEdgeApplicationInstanceTopTalkers2Params) SetContext

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) SetCursorOrderBy

func (o *GetEdgeApplicationInstanceTopTalkers2Params) SetCursorOrderBy(cursorOrderBy *string)

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) SetCursorPageNum

func (o *GetEdgeApplicationInstanceTopTalkers2Params) SetCursorPageNum(cursorPageNum *int64)

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) SetCursorPageSize

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

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) SetCursorPageToken

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

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) SetCursorTotalPages

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

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) SetDefaults

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

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) SetEndTime

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) SetEnterpriseID

func (o *GetEdgeApplicationInstanceTopTalkers2Params) SetEnterpriseID(enterpriseID *string)

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) SetHTTPClient

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

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) SetID

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) SetMetricType

func (o *GetEdgeApplicationInstanceTopTalkers2Params) SetMetricType(metricType *string)

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) SetName

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) SetStartTime

func (o *GetEdgeApplicationInstanceTopTalkers2Params) SetStartTime(startTime *strfmt.DateTime)

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) SetTimeout

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) SetXRequestID

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

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) WithContext

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) WithCursorOrderBy

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) WithCursorPageNum

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) WithCursorPageSize

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) WithCursorPageToken

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) WithCursorTotalPages

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) WithDefaults

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

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) WithEndTime

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) WithEnterpriseID

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) WithHTTPClient

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) WithID

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) WithMetricType

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) WithName

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) WithStartTime

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) WithTimeout

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) WithXRequestID

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

func (*GetEdgeApplicationInstanceTopTalkers2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEdgeApplicationInstanceTopTalkers2Reader

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

GetEdgeApplicationInstanceTopTalkers2Reader is a Reader for the GetEdgeApplicationInstanceTopTalkers2 structure.

func (*GetEdgeApplicationInstanceTopTalkers2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEdgeApplicationInstanceTopTalkers2Unauthorized

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

func NewGetEdgeApplicationInstanceTopTalkers2Unauthorized() *GetEdgeApplicationInstanceTopTalkers2Unauthorized

NewGetEdgeApplicationInstanceTopTalkers2Unauthorized creates a GetEdgeApplicationInstanceTopTalkers2Unauthorized with default headers values

func (*GetEdgeApplicationInstanceTopTalkers2Unauthorized) Error

func (*GetEdgeApplicationInstanceTopTalkers2Unauthorized) GetPayload

type GetEdgeApplicationInstanceTopTalkersForbidden

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

func NewGetEdgeApplicationInstanceTopTalkersForbidden() *GetEdgeApplicationInstanceTopTalkersForbidden

NewGetEdgeApplicationInstanceTopTalkersForbidden creates a GetEdgeApplicationInstanceTopTalkersForbidden with default headers values

func (*GetEdgeApplicationInstanceTopTalkersForbidden) Error

func (*GetEdgeApplicationInstanceTopTalkersForbidden) GetPayload

type GetEdgeApplicationInstanceTopTalkersGatewayTimeout

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

func NewGetEdgeApplicationInstanceTopTalkersGatewayTimeout() *GetEdgeApplicationInstanceTopTalkersGatewayTimeout

NewGetEdgeApplicationInstanceTopTalkersGatewayTimeout creates a GetEdgeApplicationInstanceTopTalkersGatewayTimeout with default headers values

func (*GetEdgeApplicationInstanceTopTalkersGatewayTimeout) Error

func (*GetEdgeApplicationInstanceTopTalkersGatewayTimeout) GetPayload

type GetEdgeApplicationInstanceTopTalkersInternalServerError

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

func NewGetEdgeApplicationInstanceTopTalkersInternalServerError() *GetEdgeApplicationInstanceTopTalkersInternalServerError

NewGetEdgeApplicationInstanceTopTalkersInternalServerError creates a GetEdgeApplicationInstanceTopTalkersInternalServerError with default headers values

func (*GetEdgeApplicationInstanceTopTalkersInternalServerError) Error

func (*GetEdgeApplicationInstanceTopTalkersInternalServerError) GetPayload

type GetEdgeApplicationInstanceTopTalkersNotFound

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

func NewGetEdgeApplicationInstanceTopTalkersNotFound() *GetEdgeApplicationInstanceTopTalkersNotFound

NewGetEdgeApplicationInstanceTopTalkersNotFound creates a GetEdgeApplicationInstanceTopTalkersNotFound with default headers values

func (*GetEdgeApplicationInstanceTopTalkersNotFound) Error

func (*GetEdgeApplicationInstanceTopTalkersNotFound) GetPayload

type GetEdgeApplicationInstanceTopTalkersOK

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

A successful response.

func NewGetEdgeApplicationInstanceTopTalkersOK

func NewGetEdgeApplicationInstanceTopTalkersOK() *GetEdgeApplicationInstanceTopTalkersOK

NewGetEdgeApplicationInstanceTopTalkersOK creates a GetEdgeApplicationInstanceTopTalkersOK with default headers values

func (*GetEdgeApplicationInstanceTopTalkersOK) Error

func (*GetEdgeApplicationInstanceTopTalkersOK) GetPayload

type GetEdgeApplicationInstanceTopTalkersParams

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

GetEdgeApplicationInstanceTopTalkersParams contains all the parameters to send to the API endpoint

for the get edge application instance top talkers operation.

Typically these are written to a http.Request.

func NewGetEdgeApplicationInstanceTopTalkersParams

func NewGetEdgeApplicationInstanceTopTalkersParams() *GetEdgeApplicationInstanceTopTalkersParams

NewGetEdgeApplicationInstanceTopTalkersParams creates a new GetEdgeApplicationInstanceTopTalkersParams 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 NewGetEdgeApplicationInstanceTopTalkersParamsWithContext

func NewGetEdgeApplicationInstanceTopTalkersParamsWithContext(ctx context.Context) *GetEdgeApplicationInstanceTopTalkersParams

NewGetEdgeApplicationInstanceTopTalkersParamsWithContext creates a new GetEdgeApplicationInstanceTopTalkersParams object with the ability to set a context for a request.

func NewGetEdgeApplicationInstanceTopTalkersParamsWithHTTPClient

func NewGetEdgeApplicationInstanceTopTalkersParamsWithHTTPClient(client *http.Client) *GetEdgeApplicationInstanceTopTalkersParams

NewGetEdgeApplicationInstanceTopTalkersParamsWithHTTPClient creates a new GetEdgeApplicationInstanceTopTalkersParams object with the ability to set a custom HTTPClient for a request.

func NewGetEdgeApplicationInstanceTopTalkersParamsWithTimeout

func NewGetEdgeApplicationInstanceTopTalkersParamsWithTimeout(timeout time.Duration) *GetEdgeApplicationInstanceTopTalkersParams

NewGetEdgeApplicationInstanceTopTalkersParamsWithTimeout creates a new GetEdgeApplicationInstanceTopTalkersParams object with the ability to set a timeout on a request.

func (*GetEdgeApplicationInstanceTopTalkersParams) SetContext

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

func (*GetEdgeApplicationInstanceTopTalkersParams) SetCursorOrderBy

func (o *GetEdgeApplicationInstanceTopTalkersParams) SetCursorOrderBy(cursorOrderBy *string)

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

func (*GetEdgeApplicationInstanceTopTalkersParams) SetCursorPageNum

func (o *GetEdgeApplicationInstanceTopTalkersParams) SetCursorPageNum(cursorPageNum *int64)

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

func (*GetEdgeApplicationInstanceTopTalkersParams) SetCursorPageSize

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

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

func (*GetEdgeApplicationInstanceTopTalkersParams) SetCursorPageToken

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

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

func (*GetEdgeApplicationInstanceTopTalkersParams) SetCursorTotalPages

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

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

func (*GetEdgeApplicationInstanceTopTalkersParams) SetDefaults

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

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

func (*GetEdgeApplicationInstanceTopTalkersParams) SetEndTime

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

func (*GetEdgeApplicationInstanceTopTalkersParams) SetEnterpriseID

func (o *GetEdgeApplicationInstanceTopTalkersParams) SetEnterpriseID(enterpriseID *string)

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

func (*GetEdgeApplicationInstanceTopTalkersParams) SetHTTPClient

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

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

func (*GetEdgeApplicationInstanceTopTalkersParams) SetID

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

func (*GetEdgeApplicationInstanceTopTalkersParams) SetMetricType

func (o *GetEdgeApplicationInstanceTopTalkersParams) SetMetricType(metricType *string)

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

func (*GetEdgeApplicationInstanceTopTalkersParams) SetName

SetName adds the name to the get edge application instance top talkers params

func (*GetEdgeApplicationInstanceTopTalkersParams) SetStartTime

func (o *GetEdgeApplicationInstanceTopTalkersParams) SetStartTime(startTime *strfmt.DateTime)

SetStartTime adds the startTime to the get edge application instance top talkers params

func (*GetEdgeApplicationInstanceTopTalkersParams) SetTimeout

SetTimeout adds the timeout to the get edge application instance top talkers params

func (*GetEdgeApplicationInstanceTopTalkersParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the get edge application instance top talkers params

func (*GetEdgeApplicationInstanceTopTalkersParams) WithContext

WithContext adds the context to the get edge application instance top talkers params

func (*GetEdgeApplicationInstanceTopTalkersParams) WithCursorOrderBy

WithCursorOrderBy adds the cursorOrderBy to the get edge application instance top talkers params

func (*GetEdgeApplicationInstanceTopTalkersParams) WithCursorPageNum

WithCursorPageNum adds the cursorPageNum to the get edge application instance top talkers params

func (*GetEdgeApplicationInstanceTopTalkersParams) WithCursorPageSize

WithCursorPageSize adds the cursorPageSize to the get edge application instance top talkers params

func (*GetEdgeApplicationInstanceTopTalkersParams) WithCursorPageToken

WithCursorPageToken adds the cursorPageToken to the get edge application instance top talkers params

func (*GetEdgeApplicationInstanceTopTalkersParams) WithCursorTotalPages

WithCursorTotalPages adds the cursorTotalPages to the get edge application instance top talkers params

func (*GetEdgeApplicationInstanceTopTalkersParams) WithDefaults

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

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

func (*GetEdgeApplicationInstanceTopTalkersParams) WithEndTime

WithEndTime adds the endTime to the get edge application instance top talkers params

func (*GetEdgeApplicationInstanceTopTalkersParams) WithEnterpriseID

WithEnterpriseID adds the enterpriseID to the get edge application instance top talkers params

func (*GetEdgeApplicationInstanceTopTalkersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get edge application instance top talkers params

func (*GetEdgeApplicationInstanceTopTalkersParams) WithID

WithID adds the id to the get edge application instance top talkers params

func (*GetEdgeApplicationInstanceTopTalkersParams) WithMetricType

WithMetricType adds the metricType to the get edge application instance top talkers params

func (*GetEdgeApplicationInstanceTopTalkersParams) WithName

WithName adds the name to the get edge application instance top talkers params

func (*GetEdgeApplicationInstanceTopTalkersParams) WithStartTime

WithStartTime adds the startTime to the get edge application instance top talkers params

func (*GetEdgeApplicationInstanceTopTalkersParams) WithTimeout

WithTimeout adds the timeout to the get edge application instance top talkers params

func (*GetEdgeApplicationInstanceTopTalkersParams) WithXRequestID

WithXRequestID adds the xRequestID to the get edge application instance top talkers params

func (*GetEdgeApplicationInstanceTopTalkersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEdgeApplicationInstanceTopTalkersReader

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

GetEdgeApplicationInstanceTopTalkersReader is a Reader for the GetEdgeApplicationInstanceTopTalkers structure.

func (*GetEdgeApplicationInstanceTopTalkersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEdgeApplicationInstanceTopTalkersUnauthorized

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

func NewGetEdgeApplicationInstanceTopTalkersUnauthorized() *GetEdgeApplicationInstanceTopTalkersUnauthorized

NewGetEdgeApplicationInstanceTopTalkersUnauthorized creates a GetEdgeApplicationInstanceTopTalkersUnauthorized with default headers values

func (*GetEdgeApplicationInstanceTopTalkersUnauthorized) Error

func (*GetEdgeApplicationInstanceTopTalkersUnauthorized) GetPayload

type GetEdgeApplicationInstanceTrafficFlows2Forbidden

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

func NewGetEdgeApplicationInstanceTrafficFlows2Forbidden() *GetEdgeApplicationInstanceTrafficFlows2Forbidden

NewGetEdgeApplicationInstanceTrafficFlows2Forbidden creates a GetEdgeApplicationInstanceTrafficFlows2Forbidden with default headers values

func (*GetEdgeApplicationInstanceTrafficFlows2Forbidden) Error

func (*GetEdgeApplicationInstanceTrafficFlows2Forbidden) GetPayload

type GetEdgeApplicationInstanceTrafficFlows2GatewayTimeout

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

func NewGetEdgeApplicationInstanceTrafficFlows2GatewayTimeout() *GetEdgeApplicationInstanceTrafficFlows2GatewayTimeout

NewGetEdgeApplicationInstanceTrafficFlows2GatewayTimeout creates a GetEdgeApplicationInstanceTrafficFlows2GatewayTimeout with default headers values

func (*GetEdgeApplicationInstanceTrafficFlows2GatewayTimeout) Error

func (*GetEdgeApplicationInstanceTrafficFlows2GatewayTimeout) GetPayload

type GetEdgeApplicationInstanceTrafficFlows2InternalServerError

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

func NewGetEdgeApplicationInstanceTrafficFlows2InternalServerError() *GetEdgeApplicationInstanceTrafficFlows2InternalServerError

NewGetEdgeApplicationInstanceTrafficFlows2InternalServerError creates a GetEdgeApplicationInstanceTrafficFlows2InternalServerError with default headers values

func (*GetEdgeApplicationInstanceTrafficFlows2InternalServerError) Error

func (*GetEdgeApplicationInstanceTrafficFlows2InternalServerError) GetPayload

type GetEdgeApplicationInstanceTrafficFlows2NotFound

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

func NewGetEdgeApplicationInstanceTrafficFlows2NotFound() *GetEdgeApplicationInstanceTrafficFlows2NotFound

NewGetEdgeApplicationInstanceTrafficFlows2NotFound creates a GetEdgeApplicationInstanceTrafficFlows2NotFound with default headers values

func (*GetEdgeApplicationInstanceTrafficFlows2NotFound) Error

func (*GetEdgeApplicationInstanceTrafficFlows2NotFound) GetPayload

type GetEdgeApplicationInstanceTrafficFlows2OK

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

A successful response.

func NewGetEdgeApplicationInstanceTrafficFlows2OK

func NewGetEdgeApplicationInstanceTrafficFlows2OK() *GetEdgeApplicationInstanceTrafficFlows2OK

NewGetEdgeApplicationInstanceTrafficFlows2OK creates a GetEdgeApplicationInstanceTrafficFlows2OK with default headers values

func (*GetEdgeApplicationInstanceTrafficFlows2OK) Error

func (*GetEdgeApplicationInstanceTrafficFlows2OK) GetPayload

type GetEdgeApplicationInstanceTrafficFlows2Params

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

GetEdgeApplicationInstanceTrafficFlows2Params contains all the parameters to send to the API endpoint

for the get edge application instance traffic flows2 operation.

Typically these are written to a http.Request.

func NewGetEdgeApplicationInstanceTrafficFlows2Params

func NewGetEdgeApplicationInstanceTrafficFlows2Params() *GetEdgeApplicationInstanceTrafficFlows2Params

NewGetEdgeApplicationInstanceTrafficFlows2Params creates a new GetEdgeApplicationInstanceTrafficFlows2Params 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 NewGetEdgeApplicationInstanceTrafficFlows2ParamsWithContext

func NewGetEdgeApplicationInstanceTrafficFlows2ParamsWithContext(ctx context.Context) *GetEdgeApplicationInstanceTrafficFlows2Params

NewGetEdgeApplicationInstanceTrafficFlows2ParamsWithContext creates a new GetEdgeApplicationInstanceTrafficFlows2Params object with the ability to set a context for a request.

func NewGetEdgeApplicationInstanceTrafficFlows2ParamsWithHTTPClient

func NewGetEdgeApplicationInstanceTrafficFlows2ParamsWithHTTPClient(client *http.Client) *GetEdgeApplicationInstanceTrafficFlows2Params

NewGetEdgeApplicationInstanceTrafficFlows2ParamsWithHTTPClient creates a new GetEdgeApplicationInstanceTrafficFlows2Params object with the ability to set a custom HTTPClient for a request.

func NewGetEdgeApplicationInstanceTrafficFlows2ParamsWithTimeout

func NewGetEdgeApplicationInstanceTrafficFlows2ParamsWithTimeout(timeout time.Duration) *GetEdgeApplicationInstanceTrafficFlows2Params

NewGetEdgeApplicationInstanceTrafficFlows2ParamsWithTimeout creates a new GetEdgeApplicationInstanceTrafficFlows2Params object with the ability to set a timeout on a request.

func (*GetEdgeApplicationInstanceTrafficFlows2Params) SetAclid

SetAclid adds the aclid to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) SetAction

SetAction adds the action to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) SetContext

SetContext adds the context to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) SetDefaults

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

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

func (*GetEdgeApplicationInstanceTrafficFlows2Params) SetDirection

func (o *GetEdgeApplicationInstanceTrafficFlows2Params) SetDirection(direction *string)

SetDirection adds the direction to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) SetEndTime

SetEndTime adds the endTime to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) SetEnterpriseID

func (o *GetEdgeApplicationInstanceTrafficFlows2Params) SetEnterpriseID(enterpriseID *string)

SetEnterpriseID adds the enterpriseId to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) SetFqdn

SetFqdn adds the fqdn to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) SetID

SetID adds the id to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) SetLevels

SetLevels adds the levels to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) SetMetricType

func (o *GetEdgeApplicationInstanceTrafficFlows2Params) SetMetricType(metricType *string)

SetMetricType adds the metricType to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) SetName

SetName adds the name to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) SetProto

SetProto adds the proto to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) SetRemoteip

func (o *GetEdgeApplicationInstanceTrafficFlows2Params) SetRemoteip(remoteip *string)

SetRemoteip adds the remoteip to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) SetRemoteport

func (o *GetEdgeApplicationInstanceTrafficFlows2Params) SetRemoteport(remoteport *int64)

SetRemoteport adds the remoteport to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) SetStartTime

SetStartTime adds the startTime to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) SetTimeout

SetTimeout adds the timeout to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) SetXRequestID

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

SetXRequestID adds the xRequestId to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) WithAclid

WithAclid adds the aclid to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) WithAction

WithAction adds the action to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) WithContext

WithContext adds the context to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) WithDefaults

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

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

func (*GetEdgeApplicationInstanceTrafficFlows2Params) WithDirection

WithDirection adds the direction to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) WithEndTime

WithEndTime adds the endTime to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) WithEnterpriseID

WithEnterpriseID adds the enterpriseID to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) WithFqdn

WithFqdn adds the fqdn to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) WithID

WithID adds the id to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) WithLevels

WithLevels adds the levels to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) WithMetricType

WithMetricType adds the metricType to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) WithName

WithName adds the name to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) WithProto

WithProto adds the proto to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) WithRemoteip

WithRemoteip adds the remoteip to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) WithRemoteport

WithRemoteport adds the remoteport to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) WithStartTime

WithStartTime adds the startTime to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) WithTimeout

WithTimeout adds the timeout to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) WithXRequestID

WithXRequestID adds the xRequestID to the get edge application instance traffic flows2 params

func (*GetEdgeApplicationInstanceTrafficFlows2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEdgeApplicationInstanceTrafficFlows2Reader

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

GetEdgeApplicationInstanceTrafficFlows2Reader is a Reader for the GetEdgeApplicationInstanceTrafficFlows2 structure.

func (*GetEdgeApplicationInstanceTrafficFlows2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEdgeApplicationInstanceTrafficFlows2Unauthorized

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

func NewGetEdgeApplicationInstanceTrafficFlows2Unauthorized() *GetEdgeApplicationInstanceTrafficFlows2Unauthorized

NewGetEdgeApplicationInstanceTrafficFlows2Unauthorized creates a GetEdgeApplicationInstanceTrafficFlows2Unauthorized with default headers values

func (*GetEdgeApplicationInstanceTrafficFlows2Unauthorized) Error

func (*GetEdgeApplicationInstanceTrafficFlows2Unauthorized) GetPayload

type GetEdgeApplicationInstanceTrafficFlowsForbidden

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

func NewGetEdgeApplicationInstanceTrafficFlowsForbidden() *GetEdgeApplicationInstanceTrafficFlowsForbidden

NewGetEdgeApplicationInstanceTrafficFlowsForbidden creates a GetEdgeApplicationInstanceTrafficFlowsForbidden with default headers values

func (*GetEdgeApplicationInstanceTrafficFlowsForbidden) Error

func (*GetEdgeApplicationInstanceTrafficFlowsForbidden) GetPayload

type GetEdgeApplicationInstanceTrafficFlowsGatewayTimeout

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

func NewGetEdgeApplicationInstanceTrafficFlowsGatewayTimeout() *GetEdgeApplicationInstanceTrafficFlowsGatewayTimeout

NewGetEdgeApplicationInstanceTrafficFlowsGatewayTimeout creates a GetEdgeApplicationInstanceTrafficFlowsGatewayTimeout with default headers values

func (*GetEdgeApplicationInstanceTrafficFlowsGatewayTimeout) Error

func (*GetEdgeApplicationInstanceTrafficFlowsGatewayTimeout) GetPayload

type GetEdgeApplicationInstanceTrafficFlowsInternalServerError

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

func NewGetEdgeApplicationInstanceTrafficFlowsInternalServerError() *GetEdgeApplicationInstanceTrafficFlowsInternalServerError

NewGetEdgeApplicationInstanceTrafficFlowsInternalServerError creates a GetEdgeApplicationInstanceTrafficFlowsInternalServerError with default headers values

func (*GetEdgeApplicationInstanceTrafficFlowsInternalServerError) Error

func (*GetEdgeApplicationInstanceTrafficFlowsInternalServerError) GetPayload

type GetEdgeApplicationInstanceTrafficFlowsNotFound

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

func NewGetEdgeApplicationInstanceTrafficFlowsNotFound() *GetEdgeApplicationInstanceTrafficFlowsNotFound

NewGetEdgeApplicationInstanceTrafficFlowsNotFound creates a GetEdgeApplicationInstanceTrafficFlowsNotFound with default headers values

func (*GetEdgeApplicationInstanceTrafficFlowsNotFound) Error

func (*GetEdgeApplicationInstanceTrafficFlowsNotFound) GetPayload

type GetEdgeApplicationInstanceTrafficFlowsOK

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

A successful response.

func NewGetEdgeApplicationInstanceTrafficFlowsOK

func NewGetEdgeApplicationInstanceTrafficFlowsOK() *GetEdgeApplicationInstanceTrafficFlowsOK

NewGetEdgeApplicationInstanceTrafficFlowsOK creates a GetEdgeApplicationInstanceTrafficFlowsOK with default headers values

func (*GetEdgeApplicationInstanceTrafficFlowsOK) Error

func (*GetEdgeApplicationInstanceTrafficFlowsOK) GetPayload

type GetEdgeApplicationInstanceTrafficFlowsParams

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

GetEdgeApplicationInstanceTrafficFlowsParams contains all the parameters to send to the API endpoint

for the get edge application instance traffic flows operation.

Typically these are written to a http.Request.

func NewGetEdgeApplicationInstanceTrafficFlowsParams

func NewGetEdgeApplicationInstanceTrafficFlowsParams() *GetEdgeApplicationInstanceTrafficFlowsParams

NewGetEdgeApplicationInstanceTrafficFlowsParams creates a new GetEdgeApplicationInstanceTrafficFlowsParams 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 NewGetEdgeApplicationInstanceTrafficFlowsParamsWithContext

func NewGetEdgeApplicationInstanceTrafficFlowsParamsWithContext(ctx context.Context) *GetEdgeApplicationInstanceTrafficFlowsParams

NewGetEdgeApplicationInstanceTrafficFlowsParamsWithContext creates a new GetEdgeApplicationInstanceTrafficFlowsParams object with the ability to set a context for a request.

func NewGetEdgeApplicationInstanceTrafficFlowsParamsWithHTTPClient

func NewGetEdgeApplicationInstanceTrafficFlowsParamsWithHTTPClient(client *http.Client) *GetEdgeApplicationInstanceTrafficFlowsParams

NewGetEdgeApplicationInstanceTrafficFlowsParamsWithHTTPClient creates a new GetEdgeApplicationInstanceTrafficFlowsParams object with the ability to set a custom HTTPClient for a request.

func NewGetEdgeApplicationInstanceTrafficFlowsParamsWithTimeout

func NewGetEdgeApplicationInstanceTrafficFlowsParamsWithTimeout(timeout time.Duration) *GetEdgeApplicationInstanceTrafficFlowsParams

NewGetEdgeApplicationInstanceTrafficFlowsParamsWithTimeout creates a new GetEdgeApplicationInstanceTrafficFlowsParams object with the ability to set a timeout on a request.

func (*GetEdgeApplicationInstanceTrafficFlowsParams) SetAclid

SetAclid adds the aclid to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) SetAction

SetAction adds the action to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) SetContext

SetContext adds the context to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) SetDefaults

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

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

func (*GetEdgeApplicationInstanceTrafficFlowsParams) SetDirection

func (o *GetEdgeApplicationInstanceTrafficFlowsParams) SetDirection(direction *string)

SetDirection adds the direction to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) SetEndTime

SetEndTime adds the endTime to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) SetEnterpriseID

func (o *GetEdgeApplicationInstanceTrafficFlowsParams) SetEnterpriseID(enterpriseID *string)

SetEnterpriseID adds the enterpriseId to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) SetFqdn

SetFqdn adds the fqdn to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) SetID

SetID adds the id to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) SetLevels

SetLevels adds the levels to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) SetMetricType

func (o *GetEdgeApplicationInstanceTrafficFlowsParams) SetMetricType(metricType *string)

SetMetricType adds the metricType to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) SetName

SetName adds the name to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) SetProto

SetProto adds the proto to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) SetRemoteip

func (o *GetEdgeApplicationInstanceTrafficFlowsParams) SetRemoteip(remoteip *string)

SetRemoteip adds the remoteip to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) SetRemoteport

func (o *GetEdgeApplicationInstanceTrafficFlowsParams) SetRemoteport(remoteport *int64)

SetRemoteport adds the remoteport to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) SetStartTime

func (o *GetEdgeApplicationInstanceTrafficFlowsParams) SetStartTime(startTime *strfmt.DateTime)

SetStartTime adds the startTime to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) SetTimeout

SetTimeout adds the timeout to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) WithAclid

WithAclid adds the aclid to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) WithAction

WithAction adds the action to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) WithContext

WithContext adds the context to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) WithDefaults

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

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

func (*GetEdgeApplicationInstanceTrafficFlowsParams) WithDirection

WithDirection adds the direction to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) WithEndTime

WithEndTime adds the endTime to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) WithEnterpriseID

WithEnterpriseID adds the enterpriseID to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) WithFqdn

WithFqdn adds the fqdn to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) WithID

WithID adds the id to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) WithLevels

WithLevels adds the levels to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) WithMetricType

WithMetricType adds the metricType to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) WithName

WithName adds the name to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) WithProto

WithProto adds the proto to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) WithRemoteip

WithRemoteip adds the remoteip to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) WithRemoteport

WithRemoteport adds the remoteport to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) WithStartTime

WithStartTime adds the startTime to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) WithTimeout

WithTimeout adds the timeout to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) WithXRequestID

WithXRequestID adds the xRequestID to the get edge application instance traffic flows params

func (*GetEdgeApplicationInstanceTrafficFlowsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEdgeApplicationInstanceTrafficFlowsReader

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

GetEdgeApplicationInstanceTrafficFlowsReader is a Reader for the GetEdgeApplicationInstanceTrafficFlows structure.

func (*GetEdgeApplicationInstanceTrafficFlowsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEdgeApplicationInstanceTrafficFlowsUnauthorized

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

func NewGetEdgeApplicationInstanceTrafficFlowsUnauthorized() *GetEdgeApplicationInstanceTrafficFlowsUnauthorized

NewGetEdgeApplicationInstanceTrafficFlowsUnauthorized creates a GetEdgeApplicationInstanceTrafficFlowsUnauthorized with default headers values

func (*GetEdgeApplicationInstanceTrafficFlowsUnauthorized) Error

func (*GetEdgeApplicationInstanceTrafficFlowsUnauthorized) GetPayload

type QueryEdgeApplicationInstanceStatusBadRequest

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

func NewQueryEdgeApplicationInstanceStatusBadRequest() *QueryEdgeApplicationInstanceStatusBadRequest

NewQueryEdgeApplicationInstanceStatusBadRequest creates a QueryEdgeApplicationInstanceStatusBadRequest with default headers values

func (*QueryEdgeApplicationInstanceStatusBadRequest) Error

func (*QueryEdgeApplicationInstanceStatusBadRequest) GetPayload

type QueryEdgeApplicationInstanceStatusForbidden

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

func NewQueryEdgeApplicationInstanceStatusForbidden() *QueryEdgeApplicationInstanceStatusForbidden

NewQueryEdgeApplicationInstanceStatusForbidden creates a QueryEdgeApplicationInstanceStatusForbidden with default headers values

func (*QueryEdgeApplicationInstanceStatusForbidden) Error

func (*QueryEdgeApplicationInstanceStatusForbidden) GetPayload

type QueryEdgeApplicationInstanceStatusGatewayTimeout

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

func NewQueryEdgeApplicationInstanceStatusGatewayTimeout() *QueryEdgeApplicationInstanceStatusGatewayTimeout

NewQueryEdgeApplicationInstanceStatusGatewayTimeout creates a QueryEdgeApplicationInstanceStatusGatewayTimeout with default headers values

func (*QueryEdgeApplicationInstanceStatusGatewayTimeout) Error

func (*QueryEdgeApplicationInstanceStatusGatewayTimeout) GetPayload

type QueryEdgeApplicationInstanceStatusInternalServerError

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

func NewQueryEdgeApplicationInstanceStatusInternalServerError() *QueryEdgeApplicationInstanceStatusInternalServerError

NewQueryEdgeApplicationInstanceStatusInternalServerError creates a QueryEdgeApplicationInstanceStatusInternalServerError with default headers values

func (*QueryEdgeApplicationInstanceStatusInternalServerError) Error

func (*QueryEdgeApplicationInstanceStatusInternalServerError) GetPayload

type QueryEdgeApplicationInstanceStatusOK

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

A successful response.

func NewQueryEdgeApplicationInstanceStatusOK

func NewQueryEdgeApplicationInstanceStatusOK() *QueryEdgeApplicationInstanceStatusOK

NewQueryEdgeApplicationInstanceStatusOK creates a QueryEdgeApplicationInstanceStatusOK with default headers values

func (*QueryEdgeApplicationInstanceStatusOK) Error

func (*QueryEdgeApplicationInstanceStatusOK) GetPayload

type QueryEdgeApplicationInstanceStatusParams

type QueryEdgeApplicationInstanceStatusParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *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

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

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

	    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

	   Format: boolean
	*/
	Summary *bool

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

QueryEdgeApplicationInstanceStatusParams contains all the parameters to send to the API endpoint

for the query edge application instance status operation.

Typically these are written to a http.Request.

func NewQueryEdgeApplicationInstanceStatusParams

func NewQueryEdgeApplicationInstanceStatusParams() *QueryEdgeApplicationInstanceStatusParams

NewQueryEdgeApplicationInstanceStatusParams creates a new QueryEdgeApplicationInstanceStatusParams 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 NewQueryEdgeApplicationInstanceStatusParamsWithContext

func NewQueryEdgeApplicationInstanceStatusParamsWithContext(ctx context.Context) *QueryEdgeApplicationInstanceStatusParams

NewQueryEdgeApplicationInstanceStatusParamsWithContext creates a new QueryEdgeApplicationInstanceStatusParams object with the ability to set a context for a request.

func NewQueryEdgeApplicationInstanceStatusParamsWithHTTPClient

func NewQueryEdgeApplicationInstanceStatusParamsWithHTTPClient(client *http.Client) *QueryEdgeApplicationInstanceStatusParams

NewQueryEdgeApplicationInstanceStatusParamsWithHTTPClient creates a new QueryEdgeApplicationInstanceStatusParams object with the ability to set a custom HTTPClient for a request.

func NewQueryEdgeApplicationInstanceStatusParamsWithTimeout

func NewQueryEdgeApplicationInstanceStatusParamsWithTimeout(timeout time.Duration) *QueryEdgeApplicationInstanceStatusParams

NewQueryEdgeApplicationInstanceStatusParamsWithTimeout creates a new QueryEdgeApplicationInstanceStatusParams object with the ability to set a timeout on a request.

func (*QueryEdgeApplicationInstanceStatusParams) SetContext

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

func (*QueryEdgeApplicationInstanceStatusParams) SetDefaults

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

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

func (*QueryEdgeApplicationInstanceStatusParams) SetFilterAppName

func (o *QueryEdgeApplicationInstanceStatusParams) SetFilterAppName(filterAppName *string)

SetFilterAppName adds the filterAppName to the query edge application instance status params

func (*QueryEdgeApplicationInstanceStatusParams) SetFilterAppType

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

SetFilterAppType adds the filterAppType to the query edge application instance status params

func (*QueryEdgeApplicationInstanceStatusParams) SetFilterDeploymentType

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

SetFilterDeploymentType adds the filterDeploymentType to the query edge application instance status params

func (*QueryEdgeApplicationInstanceStatusParams) SetFilterDeviceName

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

SetFilterDeviceName adds the filterDeviceName to the query edge application instance status params

func (*QueryEdgeApplicationInstanceStatusParams) SetFilterNamePattern

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

SetFilterNamePattern adds the filterNamePattern to the query edge application instance status params

func (*QueryEdgeApplicationInstanceStatusParams) SetFilterProjectName

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

SetFilterProjectName adds the filterProjectName to the query edge application instance status params

func (*QueryEdgeApplicationInstanceStatusParams) SetFilterRunState

func (o *QueryEdgeApplicationInstanceStatusParams) SetFilterRunState(filterRunState *string)

SetFilterRunState adds the filterRunState to the query edge application instance status params

func (*QueryEdgeApplicationInstanceStatusParams) SetHTTPClient

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

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

func (*QueryEdgeApplicationInstanceStatusParams) SetNextOrderBy

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

SetNextOrderBy adds the nextOrderBy to the query edge application instance status params

func (*QueryEdgeApplicationInstanceStatusParams) SetNextPageNum

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

SetNextPageNum adds the nextPageNum to the query edge application instance status params

func (*QueryEdgeApplicationInstanceStatusParams) SetNextPageSize

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

SetNextPageSize adds the nextPageSize to the query edge application instance status params

func (*QueryEdgeApplicationInstanceStatusParams) SetNextPageToken

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

SetNextPageToken adds the nextPageToken to the query edge application instance status params

func (*QueryEdgeApplicationInstanceStatusParams) SetNextTotalPages

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

SetNextTotalPages adds the nextTotalPages to the query edge application instance status params

func (*QueryEdgeApplicationInstanceStatusParams) SetSummary

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

SetSummary adds the summary to the query edge application instance status params

func (*QueryEdgeApplicationInstanceStatusParams) SetTimeout

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

func (*QueryEdgeApplicationInstanceStatusParams) SetXRequestID

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

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

func (*QueryEdgeApplicationInstanceStatusParams) WithContext

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

func (*QueryEdgeApplicationInstanceStatusParams) WithDefaults

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

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

func (*QueryEdgeApplicationInstanceStatusParams) WithFilterAppName

WithFilterAppName adds the filterAppName to the query edge application instance status params

func (*QueryEdgeApplicationInstanceStatusParams) WithFilterAppType

WithFilterAppType adds the filterAppType to the query edge application instance status params

func (*QueryEdgeApplicationInstanceStatusParams) WithFilterDeploymentType

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

WithFilterDeploymentType adds the filterDeploymentType to the query edge application instance status params

func (*QueryEdgeApplicationInstanceStatusParams) WithFilterDeviceName

WithFilterDeviceName adds the filterDeviceName to the query edge application instance status params

func (*QueryEdgeApplicationInstanceStatusParams) WithFilterNamePattern

WithFilterNamePattern adds the filterNamePattern to the query edge application instance status params

func (*QueryEdgeApplicationInstanceStatusParams) WithFilterProjectName

WithFilterProjectName adds the filterProjectName to the query edge application instance status params

func (*QueryEdgeApplicationInstanceStatusParams) WithFilterRunState

WithFilterRunState adds the filterRunState to the query edge application instance status params

func (*QueryEdgeApplicationInstanceStatusParams) WithHTTPClient

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

func (*QueryEdgeApplicationInstanceStatusParams) WithNextOrderBy

WithNextOrderBy adds the nextOrderBy to the query edge application instance status params

func (*QueryEdgeApplicationInstanceStatusParams) WithNextPageNum

WithNextPageNum adds the nextPageNum to the query edge application instance status params

func (*QueryEdgeApplicationInstanceStatusParams) WithNextPageSize

WithNextPageSize adds the nextPageSize to the query edge application instance status params

func (*QueryEdgeApplicationInstanceStatusParams) WithNextPageToken

WithNextPageToken adds the nextPageToken to the query edge application instance status params

func (*QueryEdgeApplicationInstanceStatusParams) WithNextTotalPages

WithNextTotalPages adds the nextTotalPages to the query edge application instance status params

func (*QueryEdgeApplicationInstanceStatusParams) WithSummary

WithSummary adds the summary to the query edge application instance status params

func (*QueryEdgeApplicationInstanceStatusParams) WithTimeout

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

func (*QueryEdgeApplicationInstanceStatusParams) WithXRequestID

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

func (*QueryEdgeApplicationInstanceStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryEdgeApplicationInstanceStatusReader

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

QueryEdgeApplicationInstanceStatusReader is a Reader for the QueryEdgeApplicationInstanceStatus structure.

func (*QueryEdgeApplicationInstanceStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryEdgeApplicationInstanceStatusUnauthorized

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

func NewQueryEdgeApplicationInstanceStatusUnauthorized() *QueryEdgeApplicationInstanceStatusUnauthorized

NewQueryEdgeApplicationInstanceStatusUnauthorized creates a QueryEdgeApplicationInstanceStatusUnauthorized with default headers values

func (*QueryEdgeApplicationInstanceStatusUnauthorized) Error

func (*QueryEdgeApplicationInstanceStatusUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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