edge_diagnostics

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2022 License: Apache-2.0 Imports: 10 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 diagnostics API

func (*Client) EdgeDiagnosticsGetDeviceTwinBootstrapConfig added in v1.0.2

EdgeDiagnosticsGetDeviceTwinBootstrapConfig gets bootstrap device twin configuration

Get bootstrap Device twin configuration for the edge node. Doesn't change the existing edge node configuration.

func (*Client) EdgeDiagnosticsGetDeviceTwinBootstrapConfigByName added in v1.0.2

EdgeDiagnosticsGetDeviceTwinBootstrapConfigByName gets bootstrap device twin configuration

Get bootstrap Device twin configuration for the edge node. Doesn't change the existing edge node configuration.

func (*Client) EdgeDiagnosticsGetDeviceTwinConfig added in v1.0.2

func (a *Client) EdgeDiagnosticsGetDeviceTwinConfig(params *EdgeDiagnosticsGetDeviceTwinConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeDiagnosticsGetDeviceTwinConfigOK, error)

EdgeDiagnosticsGetDeviceTwinConfig gets current device twin configuration

Get currentnext Device twin configuration for the edge node. Edge node has read this configuration when it queried Cloud controller last time.

func (*Client) EdgeDiagnosticsGetDeviceTwinConfigByName added in v1.0.2

EdgeDiagnosticsGetDeviceTwinConfigByName gets current device twin configuration

Get currentnext Device twin configuration for the edge node. Edge node has read this configuration when it queried Cloud controller last time.

func (*Client) EdgeDiagnosticsGetDeviceTwinNextConfig added in v1.0.2

EdgeDiagnosticsGetDeviceTwinNextConfig gets next device twin configuration

Get next Device twin configuration for the edge node. Edge node will get this configuration when it queries Cloud controller next time.

func (*Client) EdgeDiagnosticsGetDeviceTwinNextConfigByName added in v1.0.2

EdgeDiagnosticsGetDeviceTwinNextConfigByName gets next device twin configuration

Get next Device twin configuration for the edge node. Edge node will get this configuration when it queries Cloud controller next time.

func (*Client) EdgeDiagnosticsGetDeviceTwinOfflineConfigByName added in v1.0.2

EdgeDiagnosticsGetDeviceTwinOfflineConfigByName gets offline device twin configuration

Get offline Device twin configuration for the edge node. Edge node will get this configuration when it queries Cloud controller next time.

func (*Client) EdgeDiagnosticsGetDeviceTwinOfflineNextConfig added in v1.0.2

EdgeDiagnosticsGetDeviceTwinOfflineNextConfig gets offline device twin configuration

Get offline Device twin configuration for the edge node. Edge node will get this configuration when it queries Cloud controller next time.

func (*Client) EdgeDiagnosticsGetEventsTimeline added in v1.0.2

func (a *Client) EdgeDiagnosticsGetEventsTimeline(params *EdgeDiagnosticsGetEventsTimelineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeDiagnosticsGetEventsTimelineOK, error)

EdgeDiagnosticsGetEventsTimeline gets events timeline

Get aggregated events timeline

func (*Client) EdgeDiagnosticsGetResourceMetricsTimeline added in v1.0.2

EdgeDiagnosticsGetResourceMetricsTimeline gets resource usage timeline

Get the aggregated resource usage timeline as reported by the edge nodes and edge application instances.

func (*Client) EdgeDiagnosticsGetResourceMetricsTimeline2 added in v1.0.2

EdgeDiagnosticsGetResourceMetricsTimeline2 gets resource usage timeline

Get the aggregated resource usage timeline as reported by the edge nodes and edge application instances.

func (*Client) EdgeDiagnosticsGetTopUsers2 added in v1.0.2

func (a *Client) EdgeDiagnosticsGetTopUsers2(params *EdgeDiagnosticsGetTopUsers2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeDiagnosticsGetTopUsers2OK, error)

EdgeDiagnosticsGetTopUsers2 gets top users

Get top users.

func (*Client) EdgeDiagnosticsRegenDeviceConfig added in v1.0.2

func (a *Client) EdgeDiagnosticsRegenDeviceConfig(params *EdgeDiagnosticsRegenDeviceConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeDiagnosticsRegenDeviceConfigOK, error)

EdgeDiagnosticsRegenDeviceConfig res generate device configuration

Re-generate the device configuration. Edge node will get this configuration when it queries Cloud controller next time.

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 {
	EdgeDiagnosticsGetDeviceTwinBootstrapConfig(params *EdgeDiagnosticsGetDeviceTwinBootstrapConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigOK, error)

	EdgeDiagnosticsGetDeviceTwinBootstrapConfigByName(params *EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameOK, error)

	EdgeDiagnosticsGetDeviceTwinConfig(params *EdgeDiagnosticsGetDeviceTwinConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeDiagnosticsGetDeviceTwinConfigOK, error)

	EdgeDiagnosticsGetDeviceTwinConfigByName(params *EdgeDiagnosticsGetDeviceTwinConfigByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeDiagnosticsGetDeviceTwinConfigByNameOK, error)

	EdgeDiagnosticsGetDeviceTwinNextConfig(params *EdgeDiagnosticsGetDeviceTwinNextConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeDiagnosticsGetDeviceTwinNextConfigOK, error)

	EdgeDiagnosticsGetDeviceTwinNextConfigByName(params *EdgeDiagnosticsGetDeviceTwinNextConfigByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameOK, error)

	EdgeDiagnosticsGetDeviceTwinOfflineConfigByName(params *EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameOK, error)

	EdgeDiagnosticsGetDeviceTwinOfflineNextConfig(params *EdgeDiagnosticsGetDeviceTwinOfflineNextConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigOK, error)

	EdgeDiagnosticsGetEventsTimeline(params *EdgeDiagnosticsGetEventsTimelineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeDiagnosticsGetEventsTimelineOK, error)

	EdgeDiagnosticsGetResourceMetricsTimeline(params *EdgeDiagnosticsGetResourceMetricsTimelineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeDiagnosticsGetResourceMetricsTimelineOK, error)

	EdgeDiagnosticsGetResourceMetricsTimeline2(params *EdgeDiagnosticsGetResourceMetricsTimeline2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeDiagnosticsGetResourceMetricsTimeline2OK, error)

	EdgeDiagnosticsGetTopUsers2(params *EdgeDiagnosticsGetTopUsers2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeDiagnosticsGetTopUsers2OK, error)

	EdgeDiagnosticsRegenDeviceConfig(params *EdgeDiagnosticsRegenDeviceConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeDiagnosticsRegenDeviceConfigOK, 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 diagnostics API client.

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigBadRequest added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinBootstrapConfigBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigBadRequest added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigBadRequest() *EdgeDiagnosticsGetDeviceTwinBootstrapConfigBadRequest

NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigBadRequest creates a EdgeDiagnosticsGetDeviceTwinBootstrapConfigBadRequest with default headers values

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigBadRequest) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigBadRequest) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin bootstrap config bad request response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigBadRequest) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin bootstrap config bad request response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin bootstrap config bad request response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin bootstrap config bad request response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin bootstrap config bad request response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigBadRequest) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameBadRequest added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameBadRequest added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameBadRequest() *EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameBadRequest

NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameBadRequest creates a EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameBadRequest with default headers values

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameBadRequest) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameBadRequest) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin bootstrap config by name bad request response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameBadRequest) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin bootstrap config by name bad request response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin bootstrap config by name bad request response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin bootstrap config by name bad request response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin bootstrap config by name bad request response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameBadRequest) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameDefault added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameDefault(code int) *EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameDefault

NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameDefault creates a EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameDefault with default headers values

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameDefault) Code added in v1.0.2

Code gets the status code for the edge diagnostics get device twin bootstrap config by name default response

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameDefault) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameDefault) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameDefault) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin bootstrap config by name default response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameDefault) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin bootstrap config by name default response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin bootstrap config by name default response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameDefault) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin bootstrap config by name default response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin bootstrap config by name default response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameDefault) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameForbidden added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameForbidden 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 edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameForbidden added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameForbidden() *EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameForbidden

NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameForbidden creates a EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameForbidden with default headers values

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameForbidden) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameForbidden) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameForbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin bootstrap config by name forbidden response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameForbidden) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin bootstrap config by name forbidden response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin bootstrap config by name forbidden response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameForbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin bootstrap config by name forbidden response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin bootstrap config by name forbidden response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameForbidden) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameGatewayTimeout added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameGatewayTimeout 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 NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameGatewayTimeout added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameGatewayTimeout() *EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameGatewayTimeout

NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameGatewayTimeout creates a EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameGatewayTimeout with default headers values

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameGatewayTimeout) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin bootstrap config by name gateway timeout response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin bootstrap config by name gateway timeout response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin bootstrap config by name gateway timeout response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin bootstrap config by name gateway timeout response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin bootstrap config by name gateway timeout response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameGatewayTimeout) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameInternalServerError added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameInternalServerError 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 NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameInternalServerError added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameInternalServerError() *EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameInternalServerError

NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameInternalServerError creates a EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameInternalServerError with default headers values

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameInternalServerError) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameInternalServerError) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin bootstrap config by name internal server error response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameInternalServerError) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin bootstrap config by name internal server error response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin bootstrap config by name internal server error response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin bootstrap config by name internal server error response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin bootstrap config by name internal server error response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameInternalServerError) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameMethodNotAllowed added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameMethodNotAllowed struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameMethodNotAllowed describes a response with status code 405, with default header values.

Method not allowed. The API request can't be performed due to a wrong edge node's admin status.

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameMethodNotAllowed added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameMethodNotAllowed() *EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameMethodNotAllowed

NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameMethodNotAllowed creates a EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameMethodNotAllowed with default headers values

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameMethodNotAllowed) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameMethodNotAllowed) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameMethodNotAllowed) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin bootstrap config by name method not allowed response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameMethodNotAllowed) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin bootstrap config by name method not allowed response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameMethodNotAllowed) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin bootstrap config by name method not allowed response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameMethodNotAllowed) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin bootstrap config by name method not allowed response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameMethodNotAllowed) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin bootstrap config by name method not allowed response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameMethodNotAllowed) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameNotFound added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameNotFound 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 NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameNotFound added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameNotFound() *EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameNotFound

NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameNotFound creates a EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameNotFound with default headers values

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameNotFound) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameNotFound) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameNotFound) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin bootstrap config by name not found response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameNotFound) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin bootstrap config by name not found response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin bootstrap config by name not found response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameNotFound) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin bootstrap config by name not found response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin bootstrap config by name not found response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameNotFound) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameOK added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameOK struct {
	Payload *swagger_models.ConfigServiceResp
}

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

A successful response.

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameOK added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameOK() *EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameOK

NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameOK creates a EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameOK with default headers values

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameOK) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameOK) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameOK) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin bootstrap config by name o k response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameOK) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin bootstrap config by name o k response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameOK) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin bootstrap config by name o k response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameOK) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin bootstrap config by name o k response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameOK) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin bootstrap config by name o k response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameOK) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParams added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParams struct {

	/* XRequestID.

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

	/* Name.

	   user defined device name for a device
	*/
	Name string

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

EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParams contains all the parameters to send to the API endpoint

for the edge diagnostics get device twin bootstrap config by name operation.

Typically these are written to a http.Request.

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParams added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParams() *EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParams

NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParams creates a new EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParams 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 NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParamsWithContext added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParamsWithContext(ctx context.Context) *EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParams

NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParamsWithContext creates a new EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParams object with the ability to set a context for a request.

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParamsWithHTTPClient added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParamsWithHTTPClient(client *http.Client) *EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParams

NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParamsWithHTTPClient creates a new EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParamsWithTimeout added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParamsWithTimeout(timeout time.Duration) *EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParams

NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParamsWithTimeout creates a new EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParams object with the ability to set a timeout on a request.

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParams) SetContext added in v1.0.2

SetContext adds the context to the edge diagnostics get device twin bootstrap config by name params

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the edge diagnostics get device twin bootstrap config by name params (not the query body).

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

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge diagnostics get device twin bootstrap config by name params

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParams) SetName added in v1.0.2

SetName adds the name to the edge diagnostics get device twin bootstrap config by name params

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge diagnostics get device twin bootstrap config by name params

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge diagnostics get device twin bootstrap config by name params

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParams) WithContext added in v1.0.2

WithContext adds the context to the edge diagnostics get device twin bootstrap config by name params

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the edge diagnostics get device twin bootstrap config by name params (not the query body).

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

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge diagnostics get device twin bootstrap config by name params

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParams) WithName added in v1.0.2

WithName adds the name to the edge diagnostics get device twin bootstrap config by name params

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge diagnostics get device twin bootstrap config by name params

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge diagnostics get device twin bootstrap config by name params

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameReader added in v1.0.2

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

EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameReader is a Reader for the EdgeDiagnosticsGetDeviceTwinBootstrapConfigByName structure.

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameUnauthorized added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameUnauthorized 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 NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameUnauthorized added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameUnauthorized() *EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameUnauthorized

NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameUnauthorized creates a EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameUnauthorized with default headers values

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameUnauthorized) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameUnauthorized) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin bootstrap config by name unauthorized response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameUnauthorized) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin bootstrap config by name unauthorized response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin bootstrap config by name unauthorized response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin bootstrap config by name unauthorized response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin bootstrap config by name unauthorized response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigByNameUnauthorized) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigDefault added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigDefault(code int) *EdgeDiagnosticsGetDeviceTwinBootstrapConfigDefault

NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigDefault creates a EdgeDiagnosticsGetDeviceTwinBootstrapConfigDefault with default headers values

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigDefault) Code added in v1.0.2

Code gets the status code for the edge diagnostics get device twin bootstrap config default response

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigDefault) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigDefault) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigDefault) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin bootstrap config default response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigDefault) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin bootstrap config default response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin bootstrap config default response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigDefault) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin bootstrap config default response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin bootstrap config default response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigDefault) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigForbidden added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinBootstrapConfigForbidden 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 edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigForbidden added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigForbidden() *EdgeDiagnosticsGetDeviceTwinBootstrapConfigForbidden

NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigForbidden creates a EdgeDiagnosticsGetDeviceTwinBootstrapConfigForbidden with default headers values

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigForbidden) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigForbidden) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigForbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin bootstrap config forbidden response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigForbidden) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin bootstrap config forbidden response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin bootstrap config forbidden response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigForbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin bootstrap config forbidden response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin bootstrap config forbidden response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigForbidden) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigGatewayTimeout added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinBootstrapConfigGatewayTimeout 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 NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigGatewayTimeout added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigGatewayTimeout() *EdgeDiagnosticsGetDeviceTwinBootstrapConfigGatewayTimeout

NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigGatewayTimeout creates a EdgeDiagnosticsGetDeviceTwinBootstrapConfigGatewayTimeout with default headers values

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigGatewayTimeout) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin bootstrap config gateway timeout response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin bootstrap config gateway timeout response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin bootstrap config gateway timeout response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin bootstrap config gateway timeout response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin bootstrap config gateway timeout response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigGatewayTimeout) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigInternalServerError added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinBootstrapConfigInternalServerError 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 NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigInternalServerError added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigInternalServerError() *EdgeDiagnosticsGetDeviceTwinBootstrapConfigInternalServerError

NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigInternalServerError creates a EdgeDiagnosticsGetDeviceTwinBootstrapConfigInternalServerError with default headers values

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigInternalServerError) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigInternalServerError) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin bootstrap config internal server error response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigInternalServerError) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin bootstrap config internal server error response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin bootstrap config internal server error response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin bootstrap config internal server error response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin bootstrap config internal server error response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigInternalServerError) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigMethodNotAllowed added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigMethodNotAllowed struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinBootstrapConfigMethodNotAllowed describes a response with status code 405, with default header values.

Method not allowed. The API request can't be performed due to a wrong edge node's admin status.

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigMethodNotAllowed added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigMethodNotAllowed() *EdgeDiagnosticsGetDeviceTwinBootstrapConfigMethodNotAllowed

NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigMethodNotAllowed creates a EdgeDiagnosticsGetDeviceTwinBootstrapConfigMethodNotAllowed with default headers values

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigMethodNotAllowed) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigMethodNotAllowed) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigMethodNotAllowed) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin bootstrap config method not allowed response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigMethodNotAllowed) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin bootstrap config method not allowed response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigMethodNotAllowed) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin bootstrap config method not allowed response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigMethodNotAllowed) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin bootstrap config method not allowed response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigMethodNotAllowed) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin bootstrap config method not allowed response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigMethodNotAllowed) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigNotFound added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinBootstrapConfigNotFound 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 NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigNotFound added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigNotFound() *EdgeDiagnosticsGetDeviceTwinBootstrapConfigNotFound

NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigNotFound creates a EdgeDiagnosticsGetDeviceTwinBootstrapConfigNotFound with default headers values

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigNotFound) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigNotFound) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigNotFound) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin bootstrap config not found response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigNotFound) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin bootstrap config not found response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin bootstrap config not found response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigNotFound) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin bootstrap config not found response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin bootstrap config not found response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigNotFound) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigOK added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigOK struct {
	Payload *swagger_models.ConfigServiceResp
}

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

A successful response.

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigOK added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigOK() *EdgeDiagnosticsGetDeviceTwinBootstrapConfigOK

NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigOK creates a EdgeDiagnosticsGetDeviceTwinBootstrapConfigOK with default headers values

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigOK) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigOK) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigOK) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin bootstrap config o k response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigOK) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin bootstrap config o k response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigOK) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin bootstrap config o k response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigOK) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin bootstrap config o k response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigOK) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin bootstrap config o k response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigOK) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigParams added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigParams struct {

	/* XRequestID.

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

	/* ID.

	   system generated unique id for a device
	*/
	ID string

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

EdgeDiagnosticsGetDeviceTwinBootstrapConfigParams contains all the parameters to send to the API endpoint

for the edge diagnostics get device twin bootstrap config operation.

Typically these are written to a http.Request.

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigParams added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigParams() *EdgeDiagnosticsGetDeviceTwinBootstrapConfigParams

NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigParams creates a new EdgeDiagnosticsGetDeviceTwinBootstrapConfigParams 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 NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigParamsWithContext added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigParamsWithContext(ctx context.Context) *EdgeDiagnosticsGetDeviceTwinBootstrapConfigParams

NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigParamsWithContext creates a new EdgeDiagnosticsGetDeviceTwinBootstrapConfigParams object with the ability to set a context for a request.

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigParamsWithHTTPClient added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigParamsWithHTTPClient(client *http.Client) *EdgeDiagnosticsGetDeviceTwinBootstrapConfigParams

NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigParamsWithHTTPClient creates a new EdgeDiagnosticsGetDeviceTwinBootstrapConfigParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigParamsWithTimeout added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigParamsWithTimeout(timeout time.Duration) *EdgeDiagnosticsGetDeviceTwinBootstrapConfigParams

NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigParamsWithTimeout creates a new EdgeDiagnosticsGetDeviceTwinBootstrapConfigParams object with the ability to set a timeout on a request.

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigParams) SetContext added in v1.0.2

SetContext adds the context to the edge diagnostics get device twin bootstrap config params

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the edge diagnostics get device twin bootstrap config params (not the query body).

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

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge diagnostics get device twin bootstrap config params

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigParams) SetID added in v1.0.2

SetID adds the id to the edge diagnostics get device twin bootstrap config params

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge diagnostics get device twin bootstrap config params

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the edge diagnostics get device twin bootstrap config params

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigParams) WithContext added in v1.0.2

WithContext adds the context to the edge diagnostics get device twin bootstrap config params

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the edge diagnostics get device twin bootstrap config params (not the query body).

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

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge diagnostics get device twin bootstrap config params

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigParams) WithID added in v1.0.2

WithID adds the id to the edge diagnostics get device twin bootstrap config params

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge diagnostics get device twin bootstrap config params

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge diagnostics get device twin bootstrap config params

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigReader added in v1.0.2

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

EdgeDiagnosticsGetDeviceTwinBootstrapConfigReader is a Reader for the EdgeDiagnosticsGetDeviceTwinBootstrapConfig structure.

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigUnauthorized added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinBootstrapConfigUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinBootstrapConfigUnauthorized 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 NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigUnauthorized added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigUnauthorized() *EdgeDiagnosticsGetDeviceTwinBootstrapConfigUnauthorized

NewEdgeDiagnosticsGetDeviceTwinBootstrapConfigUnauthorized creates a EdgeDiagnosticsGetDeviceTwinBootstrapConfigUnauthorized with default headers values

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigUnauthorized) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigUnauthorized) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin bootstrap config unauthorized response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigUnauthorized) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin bootstrap config unauthorized response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin bootstrap config unauthorized response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin bootstrap config unauthorized response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin bootstrap config unauthorized response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinBootstrapConfigUnauthorized) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigBadRequest added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinConfigBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewEdgeDiagnosticsGetDeviceTwinConfigBadRequest added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinConfigBadRequest() *EdgeDiagnosticsGetDeviceTwinConfigBadRequest

NewEdgeDiagnosticsGetDeviceTwinConfigBadRequest creates a EdgeDiagnosticsGetDeviceTwinConfigBadRequest with default headers values

func (*EdgeDiagnosticsGetDeviceTwinConfigBadRequest) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigBadRequest) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin config bad request response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigBadRequest) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin config bad request response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinConfigBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin config bad request response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin config bad request response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin config bad request response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigBadRequest) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigByNameBadRequest added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigByNameBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinConfigByNameBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewEdgeDiagnosticsGetDeviceTwinConfigByNameBadRequest added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinConfigByNameBadRequest() *EdgeDiagnosticsGetDeviceTwinConfigByNameBadRequest

NewEdgeDiagnosticsGetDeviceTwinConfigByNameBadRequest creates a EdgeDiagnosticsGetDeviceTwinConfigByNameBadRequest with default headers values

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameBadRequest) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameBadRequest) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin config by name bad request response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameBadRequest) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin config by name bad request response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin config by name bad request response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin config by name bad request response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin config by name bad request response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameBadRequest) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigByNameDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeDiagnosticsGetDeviceTwinConfigByNameDefault added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinConfigByNameDefault(code int) *EdgeDiagnosticsGetDeviceTwinConfigByNameDefault

NewEdgeDiagnosticsGetDeviceTwinConfigByNameDefault creates a EdgeDiagnosticsGetDeviceTwinConfigByNameDefault with default headers values

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameDefault) Code added in v1.0.2

Code gets the status code for the edge diagnostics get device twin config by name default response

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameDefault) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameDefault) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameDefault) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin config by name default response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameDefault) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin config by name default response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin config by name default response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameDefault) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin config by name default response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin config by name default response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameDefault) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigByNameForbidden added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinConfigByNameForbidden 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 edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeDiagnosticsGetDeviceTwinConfigByNameForbidden added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinConfigByNameForbidden() *EdgeDiagnosticsGetDeviceTwinConfigByNameForbidden

NewEdgeDiagnosticsGetDeviceTwinConfigByNameForbidden creates a EdgeDiagnosticsGetDeviceTwinConfigByNameForbidden with default headers values

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameForbidden) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameForbidden) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameForbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin config by name forbidden response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameForbidden) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin config by name forbidden response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin config by name forbidden response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameForbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin config by name forbidden response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin config by name forbidden response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameForbidden) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigByNameGatewayTimeout added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinConfigByNameGatewayTimeout 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 NewEdgeDiagnosticsGetDeviceTwinConfigByNameGatewayTimeout added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinConfigByNameGatewayTimeout() *EdgeDiagnosticsGetDeviceTwinConfigByNameGatewayTimeout

NewEdgeDiagnosticsGetDeviceTwinConfigByNameGatewayTimeout creates a EdgeDiagnosticsGetDeviceTwinConfigByNameGatewayTimeout with default headers values

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameGatewayTimeout) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin config by name gateway timeout response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin config by name gateway timeout response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin config by name gateway timeout response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin config by name gateway timeout response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin config by name gateway timeout response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameGatewayTimeout) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigByNameInternalServerError added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinConfigByNameInternalServerError 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 NewEdgeDiagnosticsGetDeviceTwinConfigByNameInternalServerError added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinConfigByNameInternalServerError() *EdgeDiagnosticsGetDeviceTwinConfigByNameInternalServerError

NewEdgeDiagnosticsGetDeviceTwinConfigByNameInternalServerError creates a EdgeDiagnosticsGetDeviceTwinConfigByNameInternalServerError with default headers values

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameInternalServerError) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameInternalServerError) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin config by name internal server error response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameInternalServerError) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin config by name internal server error response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin config by name internal server error response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin config by name internal server error response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin config by name internal server error response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameInternalServerError) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigByNameNotFound added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinConfigByNameNotFound 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 NewEdgeDiagnosticsGetDeviceTwinConfigByNameNotFound added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinConfigByNameNotFound() *EdgeDiagnosticsGetDeviceTwinConfigByNameNotFound

NewEdgeDiagnosticsGetDeviceTwinConfigByNameNotFound creates a EdgeDiagnosticsGetDeviceTwinConfigByNameNotFound with default headers values

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameNotFound) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameNotFound) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameNotFound) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin config by name not found response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameNotFound) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin config by name not found response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin config by name not found response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameNotFound) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin config by name not found response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin config by name not found response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameNotFound) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigByNameOK added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigByNameOK struct {
	Payload *swagger_models.ConfigServiceResp
}

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

A successful response.

func NewEdgeDiagnosticsGetDeviceTwinConfigByNameOK added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinConfigByNameOK() *EdgeDiagnosticsGetDeviceTwinConfigByNameOK

NewEdgeDiagnosticsGetDeviceTwinConfigByNameOK creates a EdgeDiagnosticsGetDeviceTwinConfigByNameOK with default headers values

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameOK) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameOK) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameOK) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin config by name o k response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameOK) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin config by name o k response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameOK) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin config by name o k response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameOK) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin config by name o k response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameOK) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin config by name o k response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameOK) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigByNameParams added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigByNameParams struct {

	/* XRequestID.

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

	/* Name.

	   user defined device name for a device
	*/
	Name string

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

EdgeDiagnosticsGetDeviceTwinConfigByNameParams contains all the parameters to send to the API endpoint

for the edge diagnostics get device twin config by name operation.

Typically these are written to a http.Request.

func NewEdgeDiagnosticsGetDeviceTwinConfigByNameParams added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinConfigByNameParams() *EdgeDiagnosticsGetDeviceTwinConfigByNameParams

NewEdgeDiagnosticsGetDeviceTwinConfigByNameParams creates a new EdgeDiagnosticsGetDeviceTwinConfigByNameParams 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 NewEdgeDiagnosticsGetDeviceTwinConfigByNameParamsWithContext added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinConfigByNameParamsWithContext(ctx context.Context) *EdgeDiagnosticsGetDeviceTwinConfigByNameParams

NewEdgeDiagnosticsGetDeviceTwinConfigByNameParamsWithContext creates a new EdgeDiagnosticsGetDeviceTwinConfigByNameParams object with the ability to set a context for a request.

func NewEdgeDiagnosticsGetDeviceTwinConfigByNameParamsWithHTTPClient added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinConfigByNameParamsWithHTTPClient(client *http.Client) *EdgeDiagnosticsGetDeviceTwinConfigByNameParams

NewEdgeDiagnosticsGetDeviceTwinConfigByNameParamsWithHTTPClient creates a new EdgeDiagnosticsGetDeviceTwinConfigByNameParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeDiagnosticsGetDeviceTwinConfigByNameParamsWithTimeout added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinConfigByNameParamsWithTimeout(timeout time.Duration) *EdgeDiagnosticsGetDeviceTwinConfigByNameParams

NewEdgeDiagnosticsGetDeviceTwinConfigByNameParamsWithTimeout creates a new EdgeDiagnosticsGetDeviceTwinConfigByNameParams object with the ability to set a timeout on a request.

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameParams) SetContext added in v1.0.2

SetContext adds the context to the edge diagnostics get device twin config by name params

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the edge diagnostics get device twin config by name params (not the query body).

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

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge diagnostics get device twin config by name params

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameParams) SetName added in v1.0.2

SetName adds the name to the edge diagnostics get device twin config by name params

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge diagnostics get device twin config by name params

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the edge diagnostics get device twin config by name params

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameParams) WithContext added in v1.0.2

WithContext adds the context to the edge diagnostics get device twin config by name params

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the edge diagnostics get device twin config by name params (not the query body).

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

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge diagnostics get device twin config by name params

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameParams) WithName added in v1.0.2

WithName adds the name to the edge diagnostics get device twin config by name params

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge diagnostics get device twin config by name params

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge diagnostics get device twin config by name params

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeDiagnosticsGetDeviceTwinConfigByNameReader added in v1.0.2

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

EdgeDiagnosticsGetDeviceTwinConfigByNameReader is a Reader for the EdgeDiagnosticsGetDeviceTwinConfigByName structure.

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeDiagnosticsGetDeviceTwinConfigByNameUnauthorized added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinConfigByNameUnauthorized 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 NewEdgeDiagnosticsGetDeviceTwinConfigByNameUnauthorized added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinConfigByNameUnauthorized() *EdgeDiagnosticsGetDeviceTwinConfigByNameUnauthorized

NewEdgeDiagnosticsGetDeviceTwinConfigByNameUnauthorized creates a EdgeDiagnosticsGetDeviceTwinConfigByNameUnauthorized with default headers values

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameUnauthorized) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameUnauthorized) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin config by name unauthorized response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameUnauthorized) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin config by name unauthorized response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin config by name unauthorized response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin config by name unauthorized response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin config by name unauthorized response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigByNameUnauthorized) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeDiagnosticsGetDeviceTwinConfigDefault added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinConfigDefault(code int) *EdgeDiagnosticsGetDeviceTwinConfigDefault

NewEdgeDiagnosticsGetDeviceTwinConfigDefault creates a EdgeDiagnosticsGetDeviceTwinConfigDefault with default headers values

func (*EdgeDiagnosticsGetDeviceTwinConfigDefault) Code added in v1.0.2

Code gets the status code for the edge diagnostics get device twin config default response

func (*EdgeDiagnosticsGetDeviceTwinConfigDefault) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigDefault) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigDefault) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin config default response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigDefault) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin config default response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinConfigDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin config default response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigDefault) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin config default response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin config default response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigDefault) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigForbidden added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinConfigForbidden 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 edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeDiagnosticsGetDeviceTwinConfigForbidden added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinConfigForbidden() *EdgeDiagnosticsGetDeviceTwinConfigForbidden

NewEdgeDiagnosticsGetDeviceTwinConfigForbidden creates a EdgeDiagnosticsGetDeviceTwinConfigForbidden with default headers values

func (*EdgeDiagnosticsGetDeviceTwinConfigForbidden) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigForbidden) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigForbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin config forbidden response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigForbidden) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin config forbidden response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinConfigForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin config forbidden response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigForbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin config forbidden response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin config forbidden response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigForbidden) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigGatewayTimeout added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinConfigGatewayTimeout 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 NewEdgeDiagnosticsGetDeviceTwinConfigGatewayTimeout added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinConfigGatewayTimeout() *EdgeDiagnosticsGetDeviceTwinConfigGatewayTimeout

NewEdgeDiagnosticsGetDeviceTwinConfigGatewayTimeout creates a EdgeDiagnosticsGetDeviceTwinConfigGatewayTimeout with default headers values

func (*EdgeDiagnosticsGetDeviceTwinConfigGatewayTimeout) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin config gateway timeout response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin config gateway timeout response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinConfigGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin config gateway timeout response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin config gateway timeout response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin config gateway timeout response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigGatewayTimeout) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigInternalServerError added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinConfigInternalServerError 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 NewEdgeDiagnosticsGetDeviceTwinConfigInternalServerError added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinConfigInternalServerError() *EdgeDiagnosticsGetDeviceTwinConfigInternalServerError

NewEdgeDiagnosticsGetDeviceTwinConfigInternalServerError creates a EdgeDiagnosticsGetDeviceTwinConfigInternalServerError with default headers values

func (*EdgeDiagnosticsGetDeviceTwinConfigInternalServerError) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigInternalServerError) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin config internal server error response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigInternalServerError) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin config internal server error response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinConfigInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin config internal server error response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin config internal server error response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin config internal server error response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigInternalServerError) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigNotFound added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinConfigNotFound 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 NewEdgeDiagnosticsGetDeviceTwinConfigNotFound added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinConfigNotFound() *EdgeDiagnosticsGetDeviceTwinConfigNotFound

NewEdgeDiagnosticsGetDeviceTwinConfigNotFound creates a EdgeDiagnosticsGetDeviceTwinConfigNotFound with default headers values

func (*EdgeDiagnosticsGetDeviceTwinConfigNotFound) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigNotFound) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigNotFound) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin config not found response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigNotFound) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin config not found response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinConfigNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin config not found response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigNotFound) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin config not found response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin config not found response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigNotFound) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigOK added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigOK struct {
	Payload *swagger_models.ConfigServiceResp
}

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

A successful response.

func NewEdgeDiagnosticsGetDeviceTwinConfigOK added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinConfigOK() *EdgeDiagnosticsGetDeviceTwinConfigOK

NewEdgeDiagnosticsGetDeviceTwinConfigOK creates a EdgeDiagnosticsGetDeviceTwinConfigOK with default headers values

func (*EdgeDiagnosticsGetDeviceTwinConfigOK) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigOK) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigOK) IsClientError added in v1.0.2

func (o *EdgeDiagnosticsGetDeviceTwinConfigOK) IsClientError() bool

IsClientError returns true when this edge diagnostics get device twin config o k response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigOK) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin config o k response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinConfigOK) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin config o k response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigOK) IsServerError added in v1.0.2

func (o *EdgeDiagnosticsGetDeviceTwinConfigOK) IsServerError() bool

IsServerError returns true when this edge diagnostics get device twin config o k response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigOK) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin config o k response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigOK) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigParams added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigParams struct {

	/* XRequestID.

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

	/* ID.

	   system generated unique id for a device
	*/
	ID string

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

EdgeDiagnosticsGetDeviceTwinConfigParams contains all the parameters to send to the API endpoint

for the edge diagnostics get device twin config operation.

Typically these are written to a http.Request.

func NewEdgeDiagnosticsGetDeviceTwinConfigParams added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinConfigParams() *EdgeDiagnosticsGetDeviceTwinConfigParams

NewEdgeDiagnosticsGetDeviceTwinConfigParams creates a new EdgeDiagnosticsGetDeviceTwinConfigParams 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 NewEdgeDiagnosticsGetDeviceTwinConfigParamsWithContext added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinConfigParamsWithContext(ctx context.Context) *EdgeDiagnosticsGetDeviceTwinConfigParams

NewEdgeDiagnosticsGetDeviceTwinConfigParamsWithContext creates a new EdgeDiagnosticsGetDeviceTwinConfigParams object with the ability to set a context for a request.

func NewEdgeDiagnosticsGetDeviceTwinConfigParamsWithHTTPClient added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinConfigParamsWithHTTPClient(client *http.Client) *EdgeDiagnosticsGetDeviceTwinConfigParams

NewEdgeDiagnosticsGetDeviceTwinConfigParamsWithHTTPClient creates a new EdgeDiagnosticsGetDeviceTwinConfigParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeDiagnosticsGetDeviceTwinConfigParamsWithTimeout added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinConfigParamsWithTimeout(timeout time.Duration) *EdgeDiagnosticsGetDeviceTwinConfigParams

NewEdgeDiagnosticsGetDeviceTwinConfigParamsWithTimeout creates a new EdgeDiagnosticsGetDeviceTwinConfigParams object with the ability to set a timeout on a request.

func (*EdgeDiagnosticsGetDeviceTwinConfigParams) SetContext added in v1.0.2

SetContext adds the context to the edge diagnostics get device twin config params

func (*EdgeDiagnosticsGetDeviceTwinConfigParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the edge diagnostics get device twin config params (not the query body).

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

func (*EdgeDiagnosticsGetDeviceTwinConfigParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the edge diagnostics get device twin config params

func (*EdgeDiagnosticsGetDeviceTwinConfigParams) SetID added in v1.0.2

SetID adds the id to the edge diagnostics get device twin config params

func (*EdgeDiagnosticsGetDeviceTwinConfigParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge diagnostics get device twin config params

func (*EdgeDiagnosticsGetDeviceTwinConfigParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the edge diagnostics get device twin config params

func (*EdgeDiagnosticsGetDeviceTwinConfigParams) WithContext added in v1.0.2

WithContext adds the context to the edge diagnostics get device twin config params

func (*EdgeDiagnosticsGetDeviceTwinConfigParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the edge diagnostics get device twin config params (not the query body).

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

func (*EdgeDiagnosticsGetDeviceTwinConfigParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge diagnostics get device twin config params

func (*EdgeDiagnosticsGetDeviceTwinConfigParams) WithID added in v1.0.2

WithID adds the id to the edge diagnostics get device twin config params

func (*EdgeDiagnosticsGetDeviceTwinConfigParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge diagnostics get device twin config params

func (*EdgeDiagnosticsGetDeviceTwinConfigParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge diagnostics get device twin config params

func (*EdgeDiagnosticsGetDeviceTwinConfigParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeDiagnosticsGetDeviceTwinConfigReader added in v1.0.2

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

EdgeDiagnosticsGetDeviceTwinConfigReader is a Reader for the EdgeDiagnosticsGetDeviceTwinConfig structure.

func (*EdgeDiagnosticsGetDeviceTwinConfigReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeDiagnosticsGetDeviceTwinConfigUnauthorized added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinConfigUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinConfigUnauthorized 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 NewEdgeDiagnosticsGetDeviceTwinConfigUnauthorized added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinConfigUnauthorized() *EdgeDiagnosticsGetDeviceTwinConfigUnauthorized

NewEdgeDiagnosticsGetDeviceTwinConfigUnauthorized creates a EdgeDiagnosticsGetDeviceTwinConfigUnauthorized with default headers values

func (*EdgeDiagnosticsGetDeviceTwinConfigUnauthorized) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigUnauthorized) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinConfigUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin config unauthorized response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigUnauthorized) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin config unauthorized response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinConfigUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin config unauthorized response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin config unauthorized response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin config unauthorized response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinConfigUnauthorized) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigBadRequest added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinNextConfigBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewEdgeDiagnosticsGetDeviceTwinNextConfigBadRequest added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinNextConfigBadRequest() *EdgeDiagnosticsGetDeviceTwinNextConfigBadRequest

NewEdgeDiagnosticsGetDeviceTwinNextConfigBadRequest creates a EdgeDiagnosticsGetDeviceTwinNextConfigBadRequest with default headers values

func (*EdgeDiagnosticsGetDeviceTwinNextConfigBadRequest) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigBadRequest) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin next config bad request response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigBadRequest) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin next config bad request response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinNextConfigBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin next config bad request response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin next config bad request response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin next config bad request response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigBadRequest) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigByNameBadRequest added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigByNameBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinNextConfigByNameBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameBadRequest added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameBadRequest() *EdgeDiagnosticsGetDeviceTwinNextConfigByNameBadRequest

NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameBadRequest creates a EdgeDiagnosticsGetDeviceTwinNextConfigByNameBadRequest with default headers values

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameBadRequest) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameBadRequest) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin next config by name bad request response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameBadRequest) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin next config by name bad request response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin next config by name bad request response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin next config by name bad request response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin next config by name bad request response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameBadRequest) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigByNameDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameDefault added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameDefault(code int) *EdgeDiagnosticsGetDeviceTwinNextConfigByNameDefault

NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameDefault creates a EdgeDiagnosticsGetDeviceTwinNextConfigByNameDefault with default headers values

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameDefault) Code added in v1.0.2

Code gets the status code for the edge diagnostics get device twin next config by name default response

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameDefault) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameDefault) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameDefault) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin next config by name default response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameDefault) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin next config by name default response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin next config by name default response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameDefault) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin next config by name default response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin next config by name default response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameDefault) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigByNameForbidden added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinNextConfigByNameForbidden 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 edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameForbidden added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameForbidden() *EdgeDiagnosticsGetDeviceTwinNextConfigByNameForbidden

NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameForbidden creates a EdgeDiagnosticsGetDeviceTwinNextConfigByNameForbidden with default headers values

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameForbidden) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameForbidden) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameForbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin next config by name forbidden response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameForbidden) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin next config by name forbidden response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin next config by name forbidden response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameForbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin next config by name forbidden response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin next config by name forbidden response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameForbidden) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigByNameGatewayTimeout added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinNextConfigByNameGatewayTimeout 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 NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameGatewayTimeout added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameGatewayTimeout() *EdgeDiagnosticsGetDeviceTwinNextConfigByNameGatewayTimeout

NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameGatewayTimeout creates a EdgeDiagnosticsGetDeviceTwinNextConfigByNameGatewayTimeout with default headers values

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameGatewayTimeout) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin next config by name gateway timeout response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin next config by name gateway timeout response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin next config by name gateway timeout response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin next config by name gateway timeout response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin next config by name gateway timeout response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameGatewayTimeout) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigByNameInternalServerError added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinNextConfigByNameInternalServerError 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 NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameInternalServerError added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameInternalServerError() *EdgeDiagnosticsGetDeviceTwinNextConfigByNameInternalServerError

NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameInternalServerError creates a EdgeDiagnosticsGetDeviceTwinNextConfigByNameInternalServerError with default headers values

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameInternalServerError) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameInternalServerError) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin next config by name internal server error response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameInternalServerError) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin next config by name internal server error response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin next config by name internal server error response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin next config by name internal server error response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin next config by name internal server error response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameInternalServerError) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigByNameNotFound added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinNextConfigByNameNotFound 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 NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameNotFound added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameNotFound() *EdgeDiagnosticsGetDeviceTwinNextConfigByNameNotFound

NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameNotFound creates a EdgeDiagnosticsGetDeviceTwinNextConfigByNameNotFound with default headers values

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameNotFound) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameNotFound) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameNotFound) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin next config by name not found response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameNotFound) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin next config by name not found response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin next config by name not found response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameNotFound) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin next config by name not found response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin next config by name not found response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameNotFound) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigByNameOK added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigByNameOK struct {
	Payload *swagger_models.ConfigServiceResp
}

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

A successful response.

func NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameOK added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameOK() *EdgeDiagnosticsGetDeviceTwinNextConfigByNameOK

NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameOK creates a EdgeDiagnosticsGetDeviceTwinNextConfigByNameOK with default headers values

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameOK) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameOK) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameOK) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin next config by name o k response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameOK) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin next config by name o k response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameOK) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin next config by name o k response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameOK) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin next config by name o k response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameOK) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin next config by name o k response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameOK) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigByNameParams added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigByNameParams struct {

	/* XRequestID.

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

	/* Name.

	   user defined device name for a device
	*/
	Name string

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

EdgeDiagnosticsGetDeviceTwinNextConfigByNameParams contains all the parameters to send to the API endpoint

for the edge diagnostics get device twin next config by name operation.

Typically these are written to a http.Request.

func NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameParams added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameParams() *EdgeDiagnosticsGetDeviceTwinNextConfigByNameParams

NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameParams creates a new EdgeDiagnosticsGetDeviceTwinNextConfigByNameParams 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 NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameParamsWithContext added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameParamsWithContext(ctx context.Context) *EdgeDiagnosticsGetDeviceTwinNextConfigByNameParams

NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameParamsWithContext creates a new EdgeDiagnosticsGetDeviceTwinNextConfigByNameParams object with the ability to set a context for a request.

func NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameParamsWithHTTPClient added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameParamsWithHTTPClient(client *http.Client) *EdgeDiagnosticsGetDeviceTwinNextConfigByNameParams

NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameParamsWithHTTPClient creates a new EdgeDiagnosticsGetDeviceTwinNextConfigByNameParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameParamsWithTimeout added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameParamsWithTimeout(timeout time.Duration) *EdgeDiagnosticsGetDeviceTwinNextConfigByNameParams

NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameParamsWithTimeout creates a new EdgeDiagnosticsGetDeviceTwinNextConfigByNameParams object with the ability to set a timeout on a request.

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameParams) SetContext added in v1.0.2

SetContext adds the context to the edge diagnostics get device twin next config by name params

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the edge diagnostics get device twin next config by name params (not the query body).

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

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge diagnostics get device twin next config by name params

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameParams) SetName added in v1.0.2

SetName adds the name to the edge diagnostics get device twin next config by name params

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge diagnostics get device twin next config by name params

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the edge diagnostics get device twin next config by name params

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameParams) WithContext added in v1.0.2

WithContext adds the context to the edge diagnostics get device twin next config by name params

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the edge diagnostics get device twin next config by name params (not the query body).

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

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge diagnostics get device twin next config by name params

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameParams) WithName added in v1.0.2

WithName adds the name to the edge diagnostics get device twin next config by name params

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge diagnostics get device twin next config by name params

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge diagnostics get device twin next config by name params

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeDiagnosticsGetDeviceTwinNextConfigByNameReader added in v1.0.2

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

EdgeDiagnosticsGetDeviceTwinNextConfigByNameReader is a Reader for the EdgeDiagnosticsGetDeviceTwinNextConfigByName structure.

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeDiagnosticsGetDeviceTwinNextConfigByNameUnauthorized added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinNextConfigByNameUnauthorized 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 NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameUnauthorized added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameUnauthorized() *EdgeDiagnosticsGetDeviceTwinNextConfigByNameUnauthorized

NewEdgeDiagnosticsGetDeviceTwinNextConfigByNameUnauthorized creates a EdgeDiagnosticsGetDeviceTwinNextConfigByNameUnauthorized with default headers values

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameUnauthorized) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameUnauthorized) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin next config by name unauthorized response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameUnauthorized) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin next config by name unauthorized response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin next config by name unauthorized response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin next config by name unauthorized response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin next config by name unauthorized response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigByNameUnauthorized) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeDiagnosticsGetDeviceTwinNextConfigDefault added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinNextConfigDefault(code int) *EdgeDiagnosticsGetDeviceTwinNextConfigDefault

NewEdgeDiagnosticsGetDeviceTwinNextConfigDefault creates a EdgeDiagnosticsGetDeviceTwinNextConfigDefault with default headers values

func (*EdgeDiagnosticsGetDeviceTwinNextConfigDefault) Code added in v1.0.2

Code gets the status code for the edge diagnostics get device twin next config default response

func (*EdgeDiagnosticsGetDeviceTwinNextConfigDefault) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigDefault) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigDefault) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin next config default response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigDefault) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin next config default response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinNextConfigDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin next config default response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigDefault) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin next config default response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin next config default response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigDefault) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigForbidden added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinNextConfigForbidden 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 edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeDiagnosticsGetDeviceTwinNextConfigForbidden added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinNextConfigForbidden() *EdgeDiagnosticsGetDeviceTwinNextConfigForbidden

NewEdgeDiagnosticsGetDeviceTwinNextConfigForbidden creates a EdgeDiagnosticsGetDeviceTwinNextConfigForbidden with default headers values

func (*EdgeDiagnosticsGetDeviceTwinNextConfigForbidden) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigForbidden) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigForbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin next config forbidden response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigForbidden) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin next config forbidden response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinNextConfigForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin next config forbidden response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigForbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin next config forbidden response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin next config forbidden response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigForbidden) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigGatewayTimeout added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinNextConfigGatewayTimeout 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 NewEdgeDiagnosticsGetDeviceTwinNextConfigGatewayTimeout added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinNextConfigGatewayTimeout() *EdgeDiagnosticsGetDeviceTwinNextConfigGatewayTimeout

NewEdgeDiagnosticsGetDeviceTwinNextConfigGatewayTimeout creates a EdgeDiagnosticsGetDeviceTwinNextConfigGatewayTimeout with default headers values

func (*EdgeDiagnosticsGetDeviceTwinNextConfigGatewayTimeout) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin next config gateway timeout response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin next config gateway timeout response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinNextConfigGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin next config gateway timeout response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin next config gateway timeout response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin next config gateway timeout response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigGatewayTimeout) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigInternalServerError added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinNextConfigInternalServerError 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 NewEdgeDiagnosticsGetDeviceTwinNextConfigInternalServerError added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinNextConfigInternalServerError() *EdgeDiagnosticsGetDeviceTwinNextConfigInternalServerError

NewEdgeDiagnosticsGetDeviceTwinNextConfigInternalServerError creates a EdgeDiagnosticsGetDeviceTwinNextConfigInternalServerError with default headers values

func (*EdgeDiagnosticsGetDeviceTwinNextConfigInternalServerError) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigInternalServerError) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin next config internal server error response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigInternalServerError) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin next config internal server error response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinNextConfigInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin next config internal server error response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin next config internal server error response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin next config internal server error response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigInternalServerError) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigNotFound added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinNextConfigNotFound 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 NewEdgeDiagnosticsGetDeviceTwinNextConfigNotFound added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinNextConfigNotFound() *EdgeDiagnosticsGetDeviceTwinNextConfigNotFound

NewEdgeDiagnosticsGetDeviceTwinNextConfigNotFound creates a EdgeDiagnosticsGetDeviceTwinNextConfigNotFound with default headers values

func (*EdgeDiagnosticsGetDeviceTwinNextConfigNotFound) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigNotFound) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigNotFound) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin next config not found response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigNotFound) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin next config not found response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinNextConfigNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin next config not found response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigNotFound) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin next config not found response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin next config not found response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigNotFound) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigOK added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigOK struct {
	Payload *swagger_models.ConfigServiceResp
}

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

A successful response.

func NewEdgeDiagnosticsGetDeviceTwinNextConfigOK added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinNextConfigOK() *EdgeDiagnosticsGetDeviceTwinNextConfigOK

NewEdgeDiagnosticsGetDeviceTwinNextConfigOK creates a EdgeDiagnosticsGetDeviceTwinNextConfigOK with default headers values

func (*EdgeDiagnosticsGetDeviceTwinNextConfigOK) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigOK) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigOK) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin next config o k response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigOK) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin next config o k response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinNextConfigOK) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin next config o k response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigOK) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin next config o k response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigOK) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin next config o k response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigOK) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigParams added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigParams struct {

	/* XRequestID.

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

	/* ID.

	   system generated unique id for a device
	*/
	ID string

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

EdgeDiagnosticsGetDeviceTwinNextConfigParams contains all the parameters to send to the API endpoint

for the edge diagnostics get device twin next config operation.

Typically these are written to a http.Request.

func NewEdgeDiagnosticsGetDeviceTwinNextConfigParams added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinNextConfigParams() *EdgeDiagnosticsGetDeviceTwinNextConfigParams

NewEdgeDiagnosticsGetDeviceTwinNextConfigParams creates a new EdgeDiagnosticsGetDeviceTwinNextConfigParams 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 NewEdgeDiagnosticsGetDeviceTwinNextConfigParamsWithContext added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinNextConfigParamsWithContext(ctx context.Context) *EdgeDiagnosticsGetDeviceTwinNextConfigParams

NewEdgeDiagnosticsGetDeviceTwinNextConfigParamsWithContext creates a new EdgeDiagnosticsGetDeviceTwinNextConfigParams object with the ability to set a context for a request.

func NewEdgeDiagnosticsGetDeviceTwinNextConfigParamsWithHTTPClient added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinNextConfigParamsWithHTTPClient(client *http.Client) *EdgeDiagnosticsGetDeviceTwinNextConfigParams

NewEdgeDiagnosticsGetDeviceTwinNextConfigParamsWithHTTPClient creates a new EdgeDiagnosticsGetDeviceTwinNextConfigParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeDiagnosticsGetDeviceTwinNextConfigParamsWithTimeout added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinNextConfigParamsWithTimeout(timeout time.Duration) *EdgeDiagnosticsGetDeviceTwinNextConfigParams

NewEdgeDiagnosticsGetDeviceTwinNextConfigParamsWithTimeout creates a new EdgeDiagnosticsGetDeviceTwinNextConfigParams object with the ability to set a timeout on a request.

func (*EdgeDiagnosticsGetDeviceTwinNextConfigParams) SetContext added in v1.0.2

SetContext adds the context to the edge diagnostics get device twin next config params

func (*EdgeDiagnosticsGetDeviceTwinNextConfigParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the edge diagnostics get device twin next config params (not the query body).

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

func (*EdgeDiagnosticsGetDeviceTwinNextConfigParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the edge diagnostics get device twin next config params

func (*EdgeDiagnosticsGetDeviceTwinNextConfigParams) SetID added in v1.0.2

SetID adds the id to the edge diagnostics get device twin next config params

func (*EdgeDiagnosticsGetDeviceTwinNextConfigParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge diagnostics get device twin next config params

func (*EdgeDiagnosticsGetDeviceTwinNextConfigParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the edge diagnostics get device twin next config params

func (*EdgeDiagnosticsGetDeviceTwinNextConfigParams) WithContext added in v1.0.2

WithContext adds the context to the edge diagnostics get device twin next config params

func (*EdgeDiagnosticsGetDeviceTwinNextConfigParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the edge diagnostics get device twin next config params (not the query body).

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

func (*EdgeDiagnosticsGetDeviceTwinNextConfigParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge diagnostics get device twin next config params

func (*EdgeDiagnosticsGetDeviceTwinNextConfigParams) WithID added in v1.0.2

WithID adds the id to the edge diagnostics get device twin next config params

func (*EdgeDiagnosticsGetDeviceTwinNextConfigParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge diagnostics get device twin next config params

func (*EdgeDiagnosticsGetDeviceTwinNextConfigParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge diagnostics get device twin next config params

func (*EdgeDiagnosticsGetDeviceTwinNextConfigParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeDiagnosticsGetDeviceTwinNextConfigReader added in v1.0.2

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

EdgeDiagnosticsGetDeviceTwinNextConfigReader is a Reader for the EdgeDiagnosticsGetDeviceTwinNextConfig structure.

func (*EdgeDiagnosticsGetDeviceTwinNextConfigReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeDiagnosticsGetDeviceTwinNextConfigUnauthorized added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinNextConfigUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinNextConfigUnauthorized 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 NewEdgeDiagnosticsGetDeviceTwinNextConfigUnauthorized added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinNextConfigUnauthorized() *EdgeDiagnosticsGetDeviceTwinNextConfigUnauthorized

NewEdgeDiagnosticsGetDeviceTwinNextConfigUnauthorized creates a EdgeDiagnosticsGetDeviceTwinNextConfigUnauthorized with default headers values

func (*EdgeDiagnosticsGetDeviceTwinNextConfigUnauthorized) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigUnauthorized) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinNextConfigUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin next config unauthorized response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigUnauthorized) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin next config unauthorized response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinNextConfigUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin next config unauthorized response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin next config unauthorized response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin next config unauthorized response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinNextConfigUnauthorized) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameBadRequest added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameBadRequest added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameBadRequest() *EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameBadRequest

NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameBadRequest creates a EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameBadRequest with default headers values

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameBadRequest) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameBadRequest) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin offline config by name bad request response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameBadRequest) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin offline config by name bad request response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin offline config by name bad request response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin offline config by name bad request response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin offline config by name bad request response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameBadRequest) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameDefault added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameDefault(code int) *EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameDefault

NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameDefault creates a EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameDefault with default headers values

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameDefault) Code added in v1.0.2

Code gets the status code for the edge diagnostics get device twin offline config by name default response

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameDefault) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameDefault) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameDefault) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin offline config by name default response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameDefault) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin offline config by name default response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin offline config by name default response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameDefault) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin offline config by name default response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin offline config by name default response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameDefault) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameForbidden added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameForbidden 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 edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameForbidden added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameForbidden() *EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameForbidden

NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameForbidden creates a EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameForbidden with default headers values

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameForbidden) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameForbidden) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameForbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin offline config by name forbidden response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameForbidden) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin offline config by name forbidden response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin offline config by name forbidden response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameForbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin offline config by name forbidden response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin offline config by name forbidden response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameForbidden) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameGatewayTimeout added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameGatewayTimeout 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 NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameGatewayTimeout added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameGatewayTimeout() *EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameGatewayTimeout

NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameGatewayTimeout creates a EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameGatewayTimeout with default headers values

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameGatewayTimeout) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin offline config by name gateway timeout response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin offline config by name gateway timeout response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin offline config by name gateway timeout response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin offline config by name gateway timeout response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin offline config by name gateway timeout response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameGatewayTimeout) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameInternalServerError added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameInternalServerError 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 NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameInternalServerError added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameInternalServerError() *EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameInternalServerError

NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameInternalServerError creates a EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameInternalServerError with default headers values

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameInternalServerError) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameInternalServerError) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin offline config by name internal server error response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameInternalServerError) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin offline config by name internal server error response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin offline config by name internal server error response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin offline config by name internal server error response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin offline config by name internal server error response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameInternalServerError) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameNotFound added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameNotFound 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 NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameNotFound added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameNotFound() *EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameNotFound

NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameNotFound creates a EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameNotFound with default headers values

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameNotFound) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameNotFound) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameNotFound) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin offline config by name not found response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameNotFound) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin offline config by name not found response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin offline config by name not found response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameNotFound) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin offline config by name not found response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin offline config by name not found response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameNotFound) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameOK added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameOK struct {
	Payload *swagger_models.ConfigServiceResp
}

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

A successful response.

func NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameOK added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameOK() *EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameOK

NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameOK creates a EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameOK with default headers values

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameOK) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameOK) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameOK) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin offline config by name o k response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameOK) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin offline config by name o k response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameOK) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin offline config by name o k response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameOK) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin offline config by name o k response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameOK) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin offline config by name o k response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameOK) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParams added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParams struct {

	/* XRequestID.

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

	/* Name.

	   user defined device name for a device
	*/
	Name string

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

EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParams contains all the parameters to send to the API endpoint

for the edge diagnostics get device twin offline config by name operation.

Typically these are written to a http.Request.

func NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParams added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParams() *EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParams

NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParams creates a new EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParams 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 NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParamsWithContext added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParamsWithContext(ctx context.Context) *EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParams

NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParamsWithContext creates a new EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParams object with the ability to set a context for a request.

func NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParamsWithHTTPClient added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParamsWithHTTPClient(client *http.Client) *EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParams

NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParamsWithHTTPClient creates a new EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParamsWithTimeout added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParamsWithTimeout(timeout time.Duration) *EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParams

NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParamsWithTimeout creates a new EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParams object with the ability to set a timeout on a request.

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParams) SetContext added in v1.0.2

SetContext adds the context to the edge diagnostics get device twin offline config by name params

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the edge diagnostics get device twin offline config by name params (not the query body).

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

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge diagnostics get device twin offline config by name params

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParams) SetName added in v1.0.2

SetName adds the name to the edge diagnostics get device twin offline config by name params

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge diagnostics get device twin offline config by name params

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the edge diagnostics get device twin offline config by name params

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParams) WithContext added in v1.0.2

WithContext adds the context to the edge diagnostics get device twin offline config by name params

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the edge diagnostics get device twin offline config by name params (not the query body).

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

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge diagnostics get device twin offline config by name params

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParams) WithName added in v1.0.2

WithName adds the name to the edge diagnostics get device twin offline config by name params

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge diagnostics get device twin offline config by name params

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge diagnostics get device twin offline config by name params

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameReader added in v1.0.2

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

EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameReader is a Reader for the EdgeDiagnosticsGetDeviceTwinOfflineConfigByName structure.

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameUnauthorized added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameUnauthorized 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 NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameUnauthorized added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameUnauthorized() *EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameUnauthorized

NewEdgeDiagnosticsGetDeviceTwinOfflineConfigByNameUnauthorized creates a EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameUnauthorized with default headers values

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameUnauthorized) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameUnauthorized) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin offline config by name unauthorized response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameUnauthorized) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin offline config by name unauthorized response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin offline config by name unauthorized response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin offline config by name unauthorized response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin offline config by name unauthorized response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineConfigByNameUnauthorized) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineNextConfigBadRequest added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineNextConfigBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinOfflineNextConfigBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigBadRequest added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigBadRequest() *EdgeDiagnosticsGetDeviceTwinOfflineNextConfigBadRequest

NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigBadRequest creates a EdgeDiagnosticsGetDeviceTwinOfflineNextConfigBadRequest with default headers values

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigBadRequest) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigBadRequest) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin offline next config bad request response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigBadRequest) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin offline next config bad request response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin offline next config bad request response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin offline next config bad request response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin offline next config bad request response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigBadRequest) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineNextConfigDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigDefault added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigDefault(code int) *EdgeDiagnosticsGetDeviceTwinOfflineNextConfigDefault

NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigDefault creates a EdgeDiagnosticsGetDeviceTwinOfflineNextConfigDefault with default headers values

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigDefault) Code added in v1.0.2

Code gets the status code for the edge diagnostics get device twin offline next config default response

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigDefault) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigDefault) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigDefault) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin offline next config default response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigDefault) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin offline next config default response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin offline next config default response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigDefault) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin offline next config default response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin offline next config default response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigDefault) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineNextConfigForbidden added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineNextConfigForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinOfflineNextConfigForbidden 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 edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigForbidden added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigForbidden() *EdgeDiagnosticsGetDeviceTwinOfflineNextConfigForbidden

NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigForbidden creates a EdgeDiagnosticsGetDeviceTwinOfflineNextConfigForbidden with default headers values

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigForbidden) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigForbidden) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigForbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin offline next config forbidden response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigForbidden) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin offline next config forbidden response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin offline next config forbidden response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigForbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin offline next config forbidden response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin offline next config forbidden response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigForbidden) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineNextConfigGatewayTimeout added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineNextConfigGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinOfflineNextConfigGatewayTimeout 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 NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigGatewayTimeout added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigGatewayTimeout() *EdgeDiagnosticsGetDeviceTwinOfflineNextConfigGatewayTimeout

NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigGatewayTimeout creates a EdgeDiagnosticsGetDeviceTwinOfflineNextConfigGatewayTimeout with default headers values

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigGatewayTimeout) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin offline next config gateway timeout response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin offline next config gateway timeout response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin offline next config gateway timeout response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin offline next config gateway timeout response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin offline next config gateway timeout response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigGatewayTimeout) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineNextConfigInternalServerError added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineNextConfigInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinOfflineNextConfigInternalServerError 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 NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigInternalServerError added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigInternalServerError() *EdgeDiagnosticsGetDeviceTwinOfflineNextConfigInternalServerError

NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigInternalServerError creates a EdgeDiagnosticsGetDeviceTwinOfflineNextConfigInternalServerError with default headers values

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigInternalServerError) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigInternalServerError) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin offline next config internal server error response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigInternalServerError) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin offline next config internal server error response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin offline next config internal server error response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin offline next config internal server error response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin offline next config internal server error response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigInternalServerError) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineNextConfigNotFound added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineNextConfigNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinOfflineNextConfigNotFound 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 NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigNotFound added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigNotFound() *EdgeDiagnosticsGetDeviceTwinOfflineNextConfigNotFound

NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigNotFound creates a EdgeDiagnosticsGetDeviceTwinOfflineNextConfigNotFound with default headers values

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigNotFound) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigNotFound) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigNotFound) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin offline next config not found response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigNotFound) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin offline next config not found response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin offline next config not found response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigNotFound) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin offline next config not found response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin offline next config not found response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigNotFound) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineNextConfigOK added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineNextConfigOK struct {
	Payload *swagger_models.ConfigServiceResp
}

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

A successful response.

func NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigOK added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigOK() *EdgeDiagnosticsGetDeviceTwinOfflineNextConfigOK

NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigOK creates a EdgeDiagnosticsGetDeviceTwinOfflineNextConfigOK with default headers values

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigOK) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigOK) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigOK) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin offline next config o k response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigOK) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin offline next config o k response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigOK) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin offline next config o k response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigOK) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin offline next config o k response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigOK) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin offline next config o k response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigOK) String added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineNextConfigParams added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineNextConfigParams struct {

	/* XRequestID.

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

	/* ID.

	   system generated unique id for a device
	*/
	ID string

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

EdgeDiagnosticsGetDeviceTwinOfflineNextConfigParams contains all the parameters to send to the API endpoint

for the edge diagnostics get device twin offline next config operation.

Typically these are written to a http.Request.

func NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigParams added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigParams() *EdgeDiagnosticsGetDeviceTwinOfflineNextConfigParams

NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigParams creates a new EdgeDiagnosticsGetDeviceTwinOfflineNextConfigParams 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 NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigParamsWithContext added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigParamsWithContext(ctx context.Context) *EdgeDiagnosticsGetDeviceTwinOfflineNextConfigParams

NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigParamsWithContext creates a new EdgeDiagnosticsGetDeviceTwinOfflineNextConfigParams object with the ability to set a context for a request.

func NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigParamsWithHTTPClient added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigParamsWithHTTPClient(client *http.Client) *EdgeDiagnosticsGetDeviceTwinOfflineNextConfigParams

NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigParamsWithHTTPClient creates a new EdgeDiagnosticsGetDeviceTwinOfflineNextConfigParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigParamsWithTimeout added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigParamsWithTimeout(timeout time.Duration) *EdgeDiagnosticsGetDeviceTwinOfflineNextConfigParams

NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigParamsWithTimeout creates a new EdgeDiagnosticsGetDeviceTwinOfflineNextConfigParams object with the ability to set a timeout on a request.

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigParams) SetContext added in v1.0.2

SetContext adds the context to the edge diagnostics get device twin offline next config params

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the edge diagnostics get device twin offline next config params (not the query body).

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

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge diagnostics get device twin offline next config params

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigParams) SetID added in v1.0.2

SetID adds the id to the edge diagnostics get device twin offline next config params

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge diagnostics get device twin offline next config params

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the edge diagnostics get device twin offline next config params

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigParams) WithContext added in v1.0.2

WithContext adds the context to the edge diagnostics get device twin offline next config params

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the edge diagnostics get device twin offline next config params (not the query body).

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

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge diagnostics get device twin offline next config params

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigParams) WithID added in v1.0.2

WithID adds the id to the edge diagnostics get device twin offline next config params

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge diagnostics get device twin offline next config params

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge diagnostics get device twin offline next config params

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeDiagnosticsGetDeviceTwinOfflineNextConfigReader added in v1.0.2

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

EdgeDiagnosticsGetDeviceTwinOfflineNextConfigReader is a Reader for the EdgeDiagnosticsGetDeviceTwinOfflineNextConfig structure.

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeDiagnosticsGetDeviceTwinOfflineNextConfigUnauthorized added in v1.0.2

type EdgeDiagnosticsGetDeviceTwinOfflineNextConfigUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetDeviceTwinOfflineNextConfigUnauthorized 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 NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigUnauthorized added in v1.0.2

func NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigUnauthorized() *EdgeDiagnosticsGetDeviceTwinOfflineNextConfigUnauthorized

NewEdgeDiagnosticsGetDeviceTwinOfflineNextConfigUnauthorized creates a EdgeDiagnosticsGetDeviceTwinOfflineNextConfigUnauthorized with default headers values

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigUnauthorized) Error added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigUnauthorized) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get device twin offline next config unauthorized response has a 4xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigUnauthorized) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get device twin offline next config unauthorized response a status code equal to that given

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get device twin offline next config unauthorized response has a 3xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get device twin offline next config unauthorized response has a 5xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get device twin offline next config unauthorized response has a 2xx status code

func (*EdgeDiagnosticsGetDeviceTwinOfflineNextConfigUnauthorized) String added in v1.0.2

type EdgeDiagnosticsGetEventsTimelineBadRequest added in v1.0.2

type EdgeDiagnosticsGetEventsTimelineBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetEventsTimelineBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewEdgeDiagnosticsGetEventsTimelineBadRequest added in v1.0.2

func NewEdgeDiagnosticsGetEventsTimelineBadRequest() *EdgeDiagnosticsGetEventsTimelineBadRequest

NewEdgeDiagnosticsGetEventsTimelineBadRequest creates a EdgeDiagnosticsGetEventsTimelineBadRequest with default headers values

func (*EdgeDiagnosticsGetEventsTimelineBadRequest) Error added in v1.0.2

func (*EdgeDiagnosticsGetEventsTimelineBadRequest) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetEventsTimelineBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get events timeline bad request response has a 4xx status code

func (*EdgeDiagnosticsGetEventsTimelineBadRequest) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get events timeline bad request response a status code equal to that given

func (*EdgeDiagnosticsGetEventsTimelineBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get events timeline bad request response has a 3xx status code

func (*EdgeDiagnosticsGetEventsTimelineBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get events timeline bad request response has a 5xx status code

func (*EdgeDiagnosticsGetEventsTimelineBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get events timeline bad request response has a 2xx status code

func (*EdgeDiagnosticsGetEventsTimelineBadRequest) String added in v1.0.2

type EdgeDiagnosticsGetEventsTimelineDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeDiagnosticsGetEventsTimelineDefault added in v1.0.2

func NewEdgeDiagnosticsGetEventsTimelineDefault(code int) *EdgeDiagnosticsGetEventsTimelineDefault

NewEdgeDiagnosticsGetEventsTimelineDefault creates a EdgeDiagnosticsGetEventsTimelineDefault with default headers values

func (*EdgeDiagnosticsGetEventsTimelineDefault) Code added in v1.0.2

Code gets the status code for the edge diagnostics get events timeline default response

func (*EdgeDiagnosticsGetEventsTimelineDefault) Error added in v1.0.2

func (*EdgeDiagnosticsGetEventsTimelineDefault) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetEventsTimelineDefault) IsClientError added in v1.0.2

func (o *EdgeDiagnosticsGetEventsTimelineDefault) IsClientError() bool

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

func (*EdgeDiagnosticsGetEventsTimelineDefault) IsCode added in v1.0.2

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

func (*EdgeDiagnosticsGetEventsTimelineDefault) IsRedirect added in v1.0.2

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

func (*EdgeDiagnosticsGetEventsTimelineDefault) IsServerError added in v1.0.2

func (o *EdgeDiagnosticsGetEventsTimelineDefault) IsServerError() bool

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

func (*EdgeDiagnosticsGetEventsTimelineDefault) IsSuccess added in v1.0.2

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

func (*EdgeDiagnosticsGetEventsTimelineDefault) String added in v1.0.2

type EdgeDiagnosticsGetEventsTimelineForbidden added in v1.0.2

type EdgeDiagnosticsGetEventsTimelineForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetEventsTimelineForbidden 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 edge-app level access permission for the operation or does not have access scope to the project.

func NewEdgeDiagnosticsGetEventsTimelineForbidden added in v1.0.2

func NewEdgeDiagnosticsGetEventsTimelineForbidden() *EdgeDiagnosticsGetEventsTimelineForbidden

NewEdgeDiagnosticsGetEventsTimelineForbidden creates a EdgeDiagnosticsGetEventsTimelineForbidden with default headers values

func (*EdgeDiagnosticsGetEventsTimelineForbidden) Error added in v1.0.2

func (*EdgeDiagnosticsGetEventsTimelineForbidden) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetEventsTimelineForbidden) IsClientError added in v1.0.2

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

func (*EdgeDiagnosticsGetEventsTimelineForbidden) IsCode added in v1.0.2

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

func (*EdgeDiagnosticsGetEventsTimelineForbidden) IsRedirect added in v1.0.2

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

func (*EdgeDiagnosticsGetEventsTimelineForbidden) IsServerError added in v1.0.2

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

func (*EdgeDiagnosticsGetEventsTimelineForbidden) IsSuccess added in v1.0.2

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

func (*EdgeDiagnosticsGetEventsTimelineForbidden) String added in v1.0.2

type EdgeDiagnosticsGetEventsTimelineGatewayTimeout added in v1.0.2

type EdgeDiagnosticsGetEventsTimelineGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetEventsTimelineGatewayTimeout 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 NewEdgeDiagnosticsGetEventsTimelineGatewayTimeout added in v1.0.2

func NewEdgeDiagnosticsGetEventsTimelineGatewayTimeout() *EdgeDiagnosticsGetEventsTimelineGatewayTimeout

NewEdgeDiagnosticsGetEventsTimelineGatewayTimeout creates a EdgeDiagnosticsGetEventsTimelineGatewayTimeout with default headers values

func (*EdgeDiagnosticsGetEventsTimelineGatewayTimeout) Error added in v1.0.2

func (*EdgeDiagnosticsGetEventsTimelineGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetEventsTimelineGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeDiagnosticsGetEventsTimelineGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeDiagnosticsGetEventsTimelineGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeDiagnosticsGetEventsTimelineGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeDiagnosticsGetEventsTimelineGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeDiagnosticsGetEventsTimelineGatewayTimeout) String added in v1.0.2

type EdgeDiagnosticsGetEventsTimelineInternalServerError added in v1.0.2

type EdgeDiagnosticsGetEventsTimelineInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetEventsTimelineInternalServerError 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 NewEdgeDiagnosticsGetEventsTimelineInternalServerError added in v1.0.2

func NewEdgeDiagnosticsGetEventsTimelineInternalServerError() *EdgeDiagnosticsGetEventsTimelineInternalServerError

NewEdgeDiagnosticsGetEventsTimelineInternalServerError creates a EdgeDiagnosticsGetEventsTimelineInternalServerError with default headers values

func (*EdgeDiagnosticsGetEventsTimelineInternalServerError) Error added in v1.0.2

func (*EdgeDiagnosticsGetEventsTimelineInternalServerError) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetEventsTimelineInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeDiagnosticsGetEventsTimelineInternalServerError) IsCode added in v1.0.2

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

func (*EdgeDiagnosticsGetEventsTimelineInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeDiagnosticsGetEventsTimelineInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeDiagnosticsGetEventsTimelineInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeDiagnosticsGetEventsTimelineInternalServerError) String added in v1.0.2

type EdgeDiagnosticsGetEventsTimelineOK added in v1.0.2

type EdgeDiagnosticsGetEventsTimelineOK struct {
	Payload *swagger_models.EventQueryResponse
}

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

A successful response.

func NewEdgeDiagnosticsGetEventsTimelineOK added in v1.0.2

func NewEdgeDiagnosticsGetEventsTimelineOK() *EdgeDiagnosticsGetEventsTimelineOK

NewEdgeDiagnosticsGetEventsTimelineOK creates a EdgeDiagnosticsGetEventsTimelineOK with default headers values

func (*EdgeDiagnosticsGetEventsTimelineOK) Error added in v1.0.2

func (*EdgeDiagnosticsGetEventsTimelineOK) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetEventsTimelineOK) IsClientError added in v1.0.2

func (o *EdgeDiagnosticsGetEventsTimelineOK) IsClientError() bool

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

func (*EdgeDiagnosticsGetEventsTimelineOK) IsCode added in v1.0.2

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

func (*EdgeDiagnosticsGetEventsTimelineOK) IsRedirect added in v1.0.2

func (o *EdgeDiagnosticsGetEventsTimelineOK) IsRedirect() bool

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

func (*EdgeDiagnosticsGetEventsTimelineOK) IsServerError added in v1.0.2

func (o *EdgeDiagnosticsGetEventsTimelineOK) IsServerError() bool

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

func (*EdgeDiagnosticsGetEventsTimelineOK) IsSuccess added in v1.0.2

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

func (*EdgeDiagnosticsGetEventsTimelineOK) String added in v1.0.2

type EdgeDiagnosticsGetEventsTimelineParams added in v1.0.2

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

EdgeDiagnosticsGetEventsTimelineParams contains all the parameters to send to the API endpoint

for the edge diagnostics get events timeline operation.

Typically these are written to a http.Request.

func NewEdgeDiagnosticsGetEventsTimelineParams added in v1.0.2

func NewEdgeDiagnosticsGetEventsTimelineParams() *EdgeDiagnosticsGetEventsTimelineParams

NewEdgeDiagnosticsGetEventsTimelineParams creates a new EdgeDiagnosticsGetEventsTimelineParams 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 NewEdgeDiagnosticsGetEventsTimelineParamsWithContext added in v1.0.2

func NewEdgeDiagnosticsGetEventsTimelineParamsWithContext(ctx context.Context) *EdgeDiagnosticsGetEventsTimelineParams

NewEdgeDiagnosticsGetEventsTimelineParamsWithContext creates a new EdgeDiagnosticsGetEventsTimelineParams object with the ability to set a context for a request.

func NewEdgeDiagnosticsGetEventsTimelineParamsWithHTTPClient added in v1.0.2

func NewEdgeDiagnosticsGetEventsTimelineParamsWithHTTPClient(client *http.Client) *EdgeDiagnosticsGetEventsTimelineParams

NewEdgeDiagnosticsGetEventsTimelineParamsWithHTTPClient creates a new EdgeDiagnosticsGetEventsTimelineParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeDiagnosticsGetEventsTimelineParamsWithTimeout added in v1.0.2

func NewEdgeDiagnosticsGetEventsTimelineParamsWithTimeout(timeout time.Duration) *EdgeDiagnosticsGetEventsTimelineParams

NewEdgeDiagnosticsGetEventsTimelineParamsWithTimeout creates a new EdgeDiagnosticsGetEventsTimelineParams object with the ability to set a timeout on a request.

func (*EdgeDiagnosticsGetEventsTimelineParams) SetContext added in v1.0.2

SetContext adds the context to the edge diagnostics get events timeline params

func (*EdgeDiagnosticsGetEventsTimelineParams) SetDefaults added in v1.0.2

func (o *EdgeDiagnosticsGetEventsTimelineParams) SetDefaults()

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

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

func (*EdgeDiagnosticsGetEventsTimelineParams) SetEnterpriseID added in v1.0.2

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

SetEnterpriseID adds the enterpriseId to the edge diagnostics get events timeline params

func (*EdgeDiagnosticsGetEventsTimelineParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the edge diagnostics get events timeline params

func (*EdgeDiagnosticsGetEventsTimelineParams) SetObjid added in v1.0.2

func (o *EdgeDiagnosticsGetEventsTimelineParams) SetObjid(objid *string)

SetObjid adds the objid to the edge diagnostics get events timeline params

func (*EdgeDiagnosticsGetEventsTimelineParams) SetObjname added in v1.0.2

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

SetObjname adds the objname to the edge diagnostics get events timeline params

func (*EdgeDiagnosticsGetEventsTimelineParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the edge diagnostics get events timeline params

func (*EdgeDiagnosticsGetEventsTimelineParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the edge diagnostics get events timeline params

func (*EdgeDiagnosticsGetEventsTimelineParams) WithContext added in v1.0.2

WithContext adds the context to the edge diagnostics get events timeline params

func (*EdgeDiagnosticsGetEventsTimelineParams) WithDefaults added in v1.0.2

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

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

func (*EdgeDiagnosticsGetEventsTimelineParams) WithEnterpriseID added in v1.0.2

WithEnterpriseID adds the enterpriseID to the edge diagnostics get events timeline params

func (*EdgeDiagnosticsGetEventsTimelineParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge diagnostics get events timeline params

func (*EdgeDiagnosticsGetEventsTimelineParams) WithObjid added in v1.0.2

WithObjid adds the objid to the edge diagnostics get events timeline params

func (*EdgeDiagnosticsGetEventsTimelineParams) WithObjname added in v1.0.2

WithObjname adds the objname to the edge diagnostics get events timeline params

func (*EdgeDiagnosticsGetEventsTimelineParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge diagnostics get events timeline params

func (*EdgeDiagnosticsGetEventsTimelineParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge diagnostics get events timeline params

func (*EdgeDiagnosticsGetEventsTimelineParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeDiagnosticsGetEventsTimelineReader added in v1.0.2

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

EdgeDiagnosticsGetEventsTimelineReader is a Reader for the EdgeDiagnosticsGetEventsTimeline structure.

func (*EdgeDiagnosticsGetEventsTimelineReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeDiagnosticsGetEventsTimelineUnauthorized added in v1.0.2

type EdgeDiagnosticsGetEventsTimelineUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetEventsTimelineUnauthorized 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 NewEdgeDiagnosticsGetEventsTimelineUnauthorized added in v1.0.2

func NewEdgeDiagnosticsGetEventsTimelineUnauthorized() *EdgeDiagnosticsGetEventsTimelineUnauthorized

NewEdgeDiagnosticsGetEventsTimelineUnauthorized creates a EdgeDiagnosticsGetEventsTimelineUnauthorized with default headers values

func (*EdgeDiagnosticsGetEventsTimelineUnauthorized) Error added in v1.0.2

func (*EdgeDiagnosticsGetEventsTimelineUnauthorized) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetEventsTimelineUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeDiagnosticsGetEventsTimelineUnauthorized) IsCode added in v1.0.2

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

func (*EdgeDiagnosticsGetEventsTimelineUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeDiagnosticsGetEventsTimelineUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeDiagnosticsGetEventsTimelineUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeDiagnosticsGetEventsTimelineUnauthorized) String added in v1.0.2

type EdgeDiagnosticsGetResourceMetricsTimeline2BadRequest added in v1.0.2

type EdgeDiagnosticsGetResourceMetricsTimeline2BadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetResourceMetricsTimeline2BadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewEdgeDiagnosticsGetResourceMetricsTimeline2BadRequest added in v1.0.2

func NewEdgeDiagnosticsGetResourceMetricsTimeline2BadRequest() *EdgeDiagnosticsGetResourceMetricsTimeline2BadRequest

NewEdgeDiagnosticsGetResourceMetricsTimeline2BadRequest creates a EdgeDiagnosticsGetResourceMetricsTimeline2BadRequest with default headers values

func (*EdgeDiagnosticsGetResourceMetricsTimeline2BadRequest) Error added in v1.0.2

func (*EdgeDiagnosticsGetResourceMetricsTimeline2BadRequest) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetResourceMetricsTimeline2BadRequest) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get resource metrics timeline2 bad request response has a 4xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimeline2BadRequest) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get resource metrics timeline2 bad request response a status code equal to that given

func (*EdgeDiagnosticsGetResourceMetricsTimeline2BadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get resource metrics timeline2 bad request response has a 3xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimeline2BadRequest) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get resource metrics timeline2 bad request response has a 5xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimeline2BadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get resource metrics timeline2 bad request response has a 2xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimeline2BadRequest) String added in v1.0.2

type EdgeDiagnosticsGetResourceMetricsTimeline2Default added in v1.0.2

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

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

An unexpected error response.

func NewEdgeDiagnosticsGetResourceMetricsTimeline2Default added in v1.0.2

func NewEdgeDiagnosticsGetResourceMetricsTimeline2Default(code int) *EdgeDiagnosticsGetResourceMetricsTimeline2Default

NewEdgeDiagnosticsGetResourceMetricsTimeline2Default creates a EdgeDiagnosticsGetResourceMetricsTimeline2Default with default headers values

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Default) Code added in v1.0.2

Code gets the status code for the edge diagnostics get resource metrics timeline2 default response

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Default) Error added in v1.0.2

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Default) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Default) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get resource metrics timeline2 default response has a 4xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Default) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get resource metrics timeline2 default response a status code equal to that given

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Default) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get resource metrics timeline2 default response has a 3xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Default) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get resource metrics timeline2 default response has a 5xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Default) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get resource metrics timeline2 default response has a 2xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Default) String added in v1.0.2

type EdgeDiagnosticsGetResourceMetricsTimeline2Forbidden added in v1.0.2

type EdgeDiagnosticsGetResourceMetricsTimeline2Forbidden struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetResourceMetricsTimeline2Forbidden 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 edge-app level access permission for the operation or does not have access scope to the project.

func NewEdgeDiagnosticsGetResourceMetricsTimeline2Forbidden added in v1.0.2

func NewEdgeDiagnosticsGetResourceMetricsTimeline2Forbidden() *EdgeDiagnosticsGetResourceMetricsTimeline2Forbidden

NewEdgeDiagnosticsGetResourceMetricsTimeline2Forbidden creates a EdgeDiagnosticsGetResourceMetricsTimeline2Forbidden with default headers values

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Forbidden) Error added in v1.0.2

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Forbidden) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Forbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get resource metrics timeline2 forbidden response has a 4xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Forbidden) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get resource metrics timeline2 forbidden response a status code equal to that given

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Forbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get resource metrics timeline2 forbidden response has a 3xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Forbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get resource metrics timeline2 forbidden response has a 5xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Forbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get resource metrics timeline2 forbidden response has a 2xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Forbidden) String added in v1.0.2

type EdgeDiagnosticsGetResourceMetricsTimeline2GatewayTimeout added in v1.0.2

type EdgeDiagnosticsGetResourceMetricsTimeline2GatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetResourceMetricsTimeline2GatewayTimeout 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 NewEdgeDiagnosticsGetResourceMetricsTimeline2GatewayTimeout added in v1.0.2

func NewEdgeDiagnosticsGetResourceMetricsTimeline2GatewayTimeout() *EdgeDiagnosticsGetResourceMetricsTimeline2GatewayTimeout

NewEdgeDiagnosticsGetResourceMetricsTimeline2GatewayTimeout creates a EdgeDiagnosticsGetResourceMetricsTimeline2GatewayTimeout with default headers values

func (*EdgeDiagnosticsGetResourceMetricsTimeline2GatewayTimeout) Error added in v1.0.2

func (*EdgeDiagnosticsGetResourceMetricsTimeline2GatewayTimeout) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetResourceMetricsTimeline2GatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get resource metrics timeline2 gateway timeout response has a 4xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimeline2GatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get resource metrics timeline2 gateway timeout response a status code equal to that given

func (*EdgeDiagnosticsGetResourceMetricsTimeline2GatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get resource metrics timeline2 gateway timeout response has a 3xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimeline2GatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get resource metrics timeline2 gateway timeout response has a 5xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimeline2GatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get resource metrics timeline2 gateway timeout response has a 2xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimeline2GatewayTimeout) String added in v1.0.2

type EdgeDiagnosticsGetResourceMetricsTimeline2InternalServerError added in v1.0.2

type EdgeDiagnosticsGetResourceMetricsTimeline2InternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetResourceMetricsTimeline2InternalServerError 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 NewEdgeDiagnosticsGetResourceMetricsTimeline2InternalServerError added in v1.0.2

func NewEdgeDiagnosticsGetResourceMetricsTimeline2InternalServerError() *EdgeDiagnosticsGetResourceMetricsTimeline2InternalServerError

NewEdgeDiagnosticsGetResourceMetricsTimeline2InternalServerError creates a EdgeDiagnosticsGetResourceMetricsTimeline2InternalServerError with default headers values

func (*EdgeDiagnosticsGetResourceMetricsTimeline2InternalServerError) Error added in v1.0.2

func (*EdgeDiagnosticsGetResourceMetricsTimeline2InternalServerError) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetResourceMetricsTimeline2InternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get resource metrics timeline2 internal server error response has a 4xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimeline2InternalServerError) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get resource metrics timeline2 internal server error response a status code equal to that given

func (*EdgeDiagnosticsGetResourceMetricsTimeline2InternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get resource metrics timeline2 internal server error response has a 3xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimeline2InternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get resource metrics timeline2 internal server error response has a 5xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimeline2InternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get resource metrics timeline2 internal server error response has a 2xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimeline2InternalServerError) String added in v1.0.2

type EdgeDiagnosticsGetResourceMetricsTimeline2OK added in v1.0.2

type EdgeDiagnosticsGetResourceMetricsTimeline2OK struct {
	Payload *swagger_models.MetricQueryResponse
}

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

A successful response.

func NewEdgeDiagnosticsGetResourceMetricsTimeline2OK added in v1.0.2

func NewEdgeDiagnosticsGetResourceMetricsTimeline2OK() *EdgeDiagnosticsGetResourceMetricsTimeline2OK

NewEdgeDiagnosticsGetResourceMetricsTimeline2OK creates a EdgeDiagnosticsGetResourceMetricsTimeline2OK with default headers values

func (*EdgeDiagnosticsGetResourceMetricsTimeline2OK) Error added in v1.0.2

func (*EdgeDiagnosticsGetResourceMetricsTimeline2OK) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetResourceMetricsTimeline2OK) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get resource metrics timeline2 o k response has a 4xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimeline2OK) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get resource metrics timeline2 o k response a status code equal to that given

func (*EdgeDiagnosticsGetResourceMetricsTimeline2OK) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get resource metrics timeline2 o k response has a 3xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimeline2OK) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get resource metrics timeline2 o k response has a 5xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimeline2OK) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get resource metrics timeline2 o k response has a 2xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimeline2OK) String added in v1.0.2

type EdgeDiagnosticsGetResourceMetricsTimeline2Params added in v1.0.2

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

EdgeDiagnosticsGetResourceMetricsTimeline2Params contains all the parameters to send to the API endpoint

for the edge diagnostics get resource metrics timeline2 operation.

Typically these are written to a http.Request.

func NewEdgeDiagnosticsGetResourceMetricsTimeline2Params added in v1.0.2

func NewEdgeDiagnosticsGetResourceMetricsTimeline2Params() *EdgeDiagnosticsGetResourceMetricsTimeline2Params

NewEdgeDiagnosticsGetResourceMetricsTimeline2Params creates a new EdgeDiagnosticsGetResourceMetricsTimeline2Params 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 NewEdgeDiagnosticsGetResourceMetricsTimeline2ParamsWithContext added in v1.0.2

func NewEdgeDiagnosticsGetResourceMetricsTimeline2ParamsWithContext(ctx context.Context) *EdgeDiagnosticsGetResourceMetricsTimeline2Params

NewEdgeDiagnosticsGetResourceMetricsTimeline2ParamsWithContext creates a new EdgeDiagnosticsGetResourceMetricsTimeline2Params object with the ability to set a context for a request.

func NewEdgeDiagnosticsGetResourceMetricsTimeline2ParamsWithHTTPClient added in v1.0.2

func NewEdgeDiagnosticsGetResourceMetricsTimeline2ParamsWithHTTPClient(client *http.Client) *EdgeDiagnosticsGetResourceMetricsTimeline2Params

NewEdgeDiagnosticsGetResourceMetricsTimeline2ParamsWithHTTPClient creates a new EdgeDiagnosticsGetResourceMetricsTimeline2Params object with the ability to set a custom HTTPClient for a request.

func NewEdgeDiagnosticsGetResourceMetricsTimeline2ParamsWithTimeout added in v1.0.2

func NewEdgeDiagnosticsGetResourceMetricsTimeline2ParamsWithTimeout(timeout time.Duration) *EdgeDiagnosticsGetResourceMetricsTimeline2Params

NewEdgeDiagnosticsGetResourceMetricsTimeline2ParamsWithTimeout creates a new EdgeDiagnosticsGetResourceMetricsTimeline2Params object with the ability to set a timeout on a request.

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Params) SetContext added in v1.0.2

SetContext adds the context to the edge diagnostics get resource metrics timeline2 params

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Params) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the edge diagnostics get resource metrics timeline2 params (not the query body).

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

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Params) SetEndTime added in v1.0.2

SetEndTime adds the endTime to the edge diagnostics get resource metrics timeline2 params

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Params) SetEnterpriseID added in v1.0.2

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

SetEnterpriseID adds the enterpriseId to the edge diagnostics get resource metrics timeline2 params

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Params) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge diagnostics get resource metrics timeline2 params

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Params) SetInterval added in v1.0.2

SetInterval adds the interval to the edge diagnostics get resource metrics timeline2 params

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Params) SetMType added in v1.0.2

SetMType adds the mType to the edge diagnostics get resource metrics timeline2 params

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Params) SetObjid added in v1.0.2

SetObjid adds the objid to the edge diagnostics get resource metrics timeline2 params

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Params) SetObjname added in v1.0.2

SetObjname adds the objname to the edge diagnostics get resource metrics timeline2 params

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Params) SetObjtype added in v1.0.2

SetObjtype adds the objtype to the edge diagnostics get resource metrics timeline2 params

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Params) SetStartTime added in v1.0.2

SetStartTime adds the startTime to the edge diagnostics get resource metrics timeline2 params

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Params) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge diagnostics get resource metrics timeline2 params

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Params) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the edge diagnostics get resource metrics timeline2 params

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Params) WithContext added in v1.0.2

WithContext adds the context to the edge diagnostics get resource metrics timeline2 params

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Params) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the edge diagnostics get resource metrics timeline2 params (not the query body).

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

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Params) WithEndTime added in v1.0.2

WithEndTime adds the endTime to the edge diagnostics get resource metrics timeline2 params

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Params) WithEnterpriseID added in v1.0.2

WithEnterpriseID adds the enterpriseID to the edge diagnostics get resource metrics timeline2 params

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Params) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge diagnostics get resource metrics timeline2 params

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Params) WithInterval added in v1.0.2

WithInterval adds the interval to the edge diagnostics get resource metrics timeline2 params

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Params) WithMType added in v1.0.2

WithMType adds the mType to the edge diagnostics get resource metrics timeline2 params

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Params) WithObjid added in v1.0.2

WithObjid adds the objid to the edge diagnostics get resource metrics timeline2 params

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Params) WithObjname added in v1.0.2

WithObjname adds the objname to the edge diagnostics get resource metrics timeline2 params

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Params) WithObjtype added in v1.0.2

WithObjtype adds the objtype to the edge diagnostics get resource metrics timeline2 params

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Params) WithStartTime added in v1.0.2

WithStartTime adds the startTime to the edge diagnostics get resource metrics timeline2 params

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Params) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge diagnostics get resource metrics timeline2 params

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Params) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge diagnostics get resource metrics timeline2 params

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Params) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeDiagnosticsGetResourceMetricsTimeline2Reader added in v1.0.2

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

EdgeDiagnosticsGetResourceMetricsTimeline2Reader is a Reader for the EdgeDiagnosticsGetResourceMetricsTimeline2 structure.

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Reader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeDiagnosticsGetResourceMetricsTimeline2Unauthorized added in v1.0.2

type EdgeDiagnosticsGetResourceMetricsTimeline2Unauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetResourceMetricsTimeline2Unauthorized 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 NewEdgeDiagnosticsGetResourceMetricsTimeline2Unauthorized added in v1.0.2

func NewEdgeDiagnosticsGetResourceMetricsTimeline2Unauthorized() *EdgeDiagnosticsGetResourceMetricsTimeline2Unauthorized

NewEdgeDiagnosticsGetResourceMetricsTimeline2Unauthorized creates a EdgeDiagnosticsGetResourceMetricsTimeline2Unauthorized with default headers values

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Unauthorized) Error added in v1.0.2

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Unauthorized) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Unauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get resource metrics timeline2 unauthorized response has a 4xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Unauthorized) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get resource metrics timeline2 unauthorized response a status code equal to that given

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Unauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get resource metrics timeline2 unauthorized response has a 3xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Unauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get resource metrics timeline2 unauthorized response has a 5xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Unauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get resource metrics timeline2 unauthorized response has a 2xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimeline2Unauthorized) String added in v1.0.2

type EdgeDiagnosticsGetResourceMetricsTimelineBadRequest added in v1.0.2

type EdgeDiagnosticsGetResourceMetricsTimelineBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetResourceMetricsTimelineBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewEdgeDiagnosticsGetResourceMetricsTimelineBadRequest added in v1.0.2

func NewEdgeDiagnosticsGetResourceMetricsTimelineBadRequest() *EdgeDiagnosticsGetResourceMetricsTimelineBadRequest

NewEdgeDiagnosticsGetResourceMetricsTimelineBadRequest creates a EdgeDiagnosticsGetResourceMetricsTimelineBadRequest with default headers values

func (*EdgeDiagnosticsGetResourceMetricsTimelineBadRequest) Error added in v1.0.2

func (*EdgeDiagnosticsGetResourceMetricsTimelineBadRequest) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetResourceMetricsTimelineBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get resource metrics timeline bad request response has a 4xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimelineBadRequest) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get resource metrics timeline bad request response a status code equal to that given

func (*EdgeDiagnosticsGetResourceMetricsTimelineBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get resource metrics timeline bad request response has a 3xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimelineBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get resource metrics timeline bad request response has a 5xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimelineBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get resource metrics timeline bad request response has a 2xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimelineBadRequest) String added in v1.0.2

type EdgeDiagnosticsGetResourceMetricsTimelineDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeDiagnosticsGetResourceMetricsTimelineDefault added in v1.0.2

func NewEdgeDiagnosticsGetResourceMetricsTimelineDefault(code int) *EdgeDiagnosticsGetResourceMetricsTimelineDefault

NewEdgeDiagnosticsGetResourceMetricsTimelineDefault creates a EdgeDiagnosticsGetResourceMetricsTimelineDefault with default headers values

func (*EdgeDiagnosticsGetResourceMetricsTimelineDefault) Code added in v1.0.2

Code gets the status code for the edge diagnostics get resource metrics timeline default response

func (*EdgeDiagnosticsGetResourceMetricsTimelineDefault) Error added in v1.0.2

func (*EdgeDiagnosticsGetResourceMetricsTimelineDefault) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetResourceMetricsTimelineDefault) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get resource metrics timeline default response has a 4xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimelineDefault) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get resource metrics timeline default response a status code equal to that given

func (*EdgeDiagnosticsGetResourceMetricsTimelineDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get resource metrics timeline default response has a 3xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimelineDefault) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get resource metrics timeline default response has a 5xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimelineDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get resource metrics timeline default response has a 2xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimelineDefault) String added in v1.0.2

type EdgeDiagnosticsGetResourceMetricsTimelineForbidden added in v1.0.2

type EdgeDiagnosticsGetResourceMetricsTimelineForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetResourceMetricsTimelineForbidden 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 edge-app level access permission for the operation or does not have access scope to the project.

func NewEdgeDiagnosticsGetResourceMetricsTimelineForbidden added in v1.0.2

func NewEdgeDiagnosticsGetResourceMetricsTimelineForbidden() *EdgeDiagnosticsGetResourceMetricsTimelineForbidden

NewEdgeDiagnosticsGetResourceMetricsTimelineForbidden creates a EdgeDiagnosticsGetResourceMetricsTimelineForbidden with default headers values

func (*EdgeDiagnosticsGetResourceMetricsTimelineForbidden) Error added in v1.0.2

func (*EdgeDiagnosticsGetResourceMetricsTimelineForbidden) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetResourceMetricsTimelineForbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get resource metrics timeline forbidden response has a 4xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimelineForbidden) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get resource metrics timeline forbidden response a status code equal to that given

func (*EdgeDiagnosticsGetResourceMetricsTimelineForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get resource metrics timeline forbidden response has a 3xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimelineForbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get resource metrics timeline forbidden response has a 5xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimelineForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get resource metrics timeline forbidden response has a 2xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimelineForbidden) String added in v1.0.2

type EdgeDiagnosticsGetResourceMetricsTimelineGatewayTimeout added in v1.0.2

type EdgeDiagnosticsGetResourceMetricsTimelineGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetResourceMetricsTimelineGatewayTimeout 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 NewEdgeDiagnosticsGetResourceMetricsTimelineGatewayTimeout added in v1.0.2

func NewEdgeDiagnosticsGetResourceMetricsTimelineGatewayTimeout() *EdgeDiagnosticsGetResourceMetricsTimelineGatewayTimeout

NewEdgeDiagnosticsGetResourceMetricsTimelineGatewayTimeout creates a EdgeDiagnosticsGetResourceMetricsTimelineGatewayTimeout with default headers values

func (*EdgeDiagnosticsGetResourceMetricsTimelineGatewayTimeout) Error added in v1.0.2

func (*EdgeDiagnosticsGetResourceMetricsTimelineGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetResourceMetricsTimelineGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get resource metrics timeline gateway timeout response has a 4xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimelineGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get resource metrics timeline gateway timeout response a status code equal to that given

func (*EdgeDiagnosticsGetResourceMetricsTimelineGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get resource metrics timeline gateway timeout response has a 3xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimelineGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get resource metrics timeline gateway timeout response has a 5xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimelineGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get resource metrics timeline gateway timeout response has a 2xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimelineGatewayTimeout) String added in v1.0.2

type EdgeDiagnosticsGetResourceMetricsTimelineInternalServerError added in v1.0.2

type EdgeDiagnosticsGetResourceMetricsTimelineInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetResourceMetricsTimelineInternalServerError 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 NewEdgeDiagnosticsGetResourceMetricsTimelineInternalServerError added in v1.0.2

func NewEdgeDiagnosticsGetResourceMetricsTimelineInternalServerError() *EdgeDiagnosticsGetResourceMetricsTimelineInternalServerError

NewEdgeDiagnosticsGetResourceMetricsTimelineInternalServerError creates a EdgeDiagnosticsGetResourceMetricsTimelineInternalServerError with default headers values

func (*EdgeDiagnosticsGetResourceMetricsTimelineInternalServerError) Error added in v1.0.2

func (*EdgeDiagnosticsGetResourceMetricsTimelineInternalServerError) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetResourceMetricsTimelineInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get resource metrics timeline internal server error response has a 4xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimelineInternalServerError) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get resource metrics timeline internal server error response a status code equal to that given

func (*EdgeDiagnosticsGetResourceMetricsTimelineInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get resource metrics timeline internal server error response has a 3xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimelineInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get resource metrics timeline internal server error response has a 5xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimelineInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get resource metrics timeline internal server error response has a 2xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimelineInternalServerError) String added in v1.0.2

type EdgeDiagnosticsGetResourceMetricsTimelineOK added in v1.0.2

type EdgeDiagnosticsGetResourceMetricsTimelineOK struct {
	Payload *swagger_models.MetricQueryResponse
}

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

A successful response.

func NewEdgeDiagnosticsGetResourceMetricsTimelineOK added in v1.0.2

func NewEdgeDiagnosticsGetResourceMetricsTimelineOK() *EdgeDiagnosticsGetResourceMetricsTimelineOK

NewEdgeDiagnosticsGetResourceMetricsTimelineOK creates a EdgeDiagnosticsGetResourceMetricsTimelineOK with default headers values

func (*EdgeDiagnosticsGetResourceMetricsTimelineOK) Error added in v1.0.2

func (*EdgeDiagnosticsGetResourceMetricsTimelineOK) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetResourceMetricsTimelineOK) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get resource metrics timeline o k response has a 4xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimelineOK) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get resource metrics timeline o k response a status code equal to that given

func (*EdgeDiagnosticsGetResourceMetricsTimelineOK) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get resource metrics timeline o k response has a 3xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimelineOK) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get resource metrics timeline o k response has a 5xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimelineOK) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get resource metrics timeline o k response has a 2xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimelineOK) String added in v1.0.2

type EdgeDiagnosticsGetResourceMetricsTimelineParams added in v1.0.2

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

EdgeDiagnosticsGetResourceMetricsTimelineParams contains all the parameters to send to the API endpoint

for the edge diagnostics get resource metrics timeline operation.

Typically these are written to a http.Request.

func NewEdgeDiagnosticsGetResourceMetricsTimelineParams added in v1.0.2

func NewEdgeDiagnosticsGetResourceMetricsTimelineParams() *EdgeDiagnosticsGetResourceMetricsTimelineParams

NewEdgeDiagnosticsGetResourceMetricsTimelineParams creates a new EdgeDiagnosticsGetResourceMetricsTimelineParams 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 NewEdgeDiagnosticsGetResourceMetricsTimelineParamsWithContext added in v1.0.2

func NewEdgeDiagnosticsGetResourceMetricsTimelineParamsWithContext(ctx context.Context) *EdgeDiagnosticsGetResourceMetricsTimelineParams

NewEdgeDiagnosticsGetResourceMetricsTimelineParamsWithContext creates a new EdgeDiagnosticsGetResourceMetricsTimelineParams object with the ability to set a context for a request.

func NewEdgeDiagnosticsGetResourceMetricsTimelineParamsWithHTTPClient added in v1.0.2

func NewEdgeDiagnosticsGetResourceMetricsTimelineParamsWithHTTPClient(client *http.Client) *EdgeDiagnosticsGetResourceMetricsTimelineParams

NewEdgeDiagnosticsGetResourceMetricsTimelineParamsWithHTTPClient creates a new EdgeDiagnosticsGetResourceMetricsTimelineParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeDiagnosticsGetResourceMetricsTimelineParamsWithTimeout added in v1.0.2

func NewEdgeDiagnosticsGetResourceMetricsTimelineParamsWithTimeout(timeout time.Duration) *EdgeDiagnosticsGetResourceMetricsTimelineParams

NewEdgeDiagnosticsGetResourceMetricsTimelineParamsWithTimeout creates a new EdgeDiagnosticsGetResourceMetricsTimelineParams object with the ability to set a timeout on a request.

func (*EdgeDiagnosticsGetResourceMetricsTimelineParams) SetContext added in v1.0.2

SetContext adds the context to the edge diagnostics get resource metrics timeline params

func (*EdgeDiagnosticsGetResourceMetricsTimelineParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the edge diagnostics get resource metrics timeline params (not the query body).

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

func (*EdgeDiagnosticsGetResourceMetricsTimelineParams) SetEndTime added in v1.0.2

SetEndTime adds the endTime to the edge diagnostics get resource metrics timeline params

func (*EdgeDiagnosticsGetResourceMetricsTimelineParams) SetEnterpriseID added in v1.0.2

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

SetEnterpriseID adds the enterpriseId to the edge diagnostics get resource metrics timeline params

func (*EdgeDiagnosticsGetResourceMetricsTimelineParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge diagnostics get resource metrics timeline params

func (*EdgeDiagnosticsGetResourceMetricsTimelineParams) SetInterval added in v1.0.2

SetInterval adds the interval to the edge diagnostics get resource metrics timeline params

func (*EdgeDiagnosticsGetResourceMetricsTimelineParams) SetMType added in v1.0.2

SetMType adds the mType to the edge diagnostics get resource metrics timeline params

func (*EdgeDiagnosticsGetResourceMetricsTimelineParams) SetObjid added in v1.0.2

SetObjid adds the objid to the edge diagnostics get resource metrics timeline params

func (*EdgeDiagnosticsGetResourceMetricsTimelineParams) SetObjname added in v1.0.2

SetObjname adds the objname to the edge diagnostics get resource metrics timeline params

func (*EdgeDiagnosticsGetResourceMetricsTimelineParams) SetObjtype added in v1.0.2

SetObjtype adds the objtype to the edge diagnostics get resource metrics timeline params

func (*EdgeDiagnosticsGetResourceMetricsTimelineParams) SetStartTime added in v1.0.2

SetStartTime adds the startTime to the edge diagnostics get resource metrics timeline params

func (*EdgeDiagnosticsGetResourceMetricsTimelineParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge diagnostics get resource metrics timeline params

func (*EdgeDiagnosticsGetResourceMetricsTimelineParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the edge diagnostics get resource metrics timeline params

func (*EdgeDiagnosticsGetResourceMetricsTimelineParams) WithContext added in v1.0.2

WithContext adds the context to the edge diagnostics get resource metrics timeline params

func (*EdgeDiagnosticsGetResourceMetricsTimelineParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the edge diagnostics get resource metrics timeline params (not the query body).

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

func (*EdgeDiagnosticsGetResourceMetricsTimelineParams) WithEndTime added in v1.0.2

WithEndTime adds the endTime to the edge diagnostics get resource metrics timeline params

func (*EdgeDiagnosticsGetResourceMetricsTimelineParams) WithEnterpriseID added in v1.0.2

WithEnterpriseID adds the enterpriseID to the edge diagnostics get resource metrics timeline params

func (*EdgeDiagnosticsGetResourceMetricsTimelineParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge diagnostics get resource metrics timeline params

func (*EdgeDiagnosticsGetResourceMetricsTimelineParams) WithInterval added in v1.0.2

WithInterval adds the interval to the edge diagnostics get resource metrics timeline params

func (*EdgeDiagnosticsGetResourceMetricsTimelineParams) WithMType added in v1.0.2

WithMType adds the mType to the edge diagnostics get resource metrics timeline params

func (*EdgeDiagnosticsGetResourceMetricsTimelineParams) WithObjid added in v1.0.2

WithObjid adds the objid to the edge diagnostics get resource metrics timeline params

func (*EdgeDiagnosticsGetResourceMetricsTimelineParams) WithObjname added in v1.0.2

WithObjname adds the objname to the edge diagnostics get resource metrics timeline params

func (*EdgeDiagnosticsGetResourceMetricsTimelineParams) WithObjtype added in v1.0.2

WithObjtype adds the objtype to the edge diagnostics get resource metrics timeline params

func (*EdgeDiagnosticsGetResourceMetricsTimelineParams) WithStartTime added in v1.0.2

WithStartTime adds the startTime to the edge diagnostics get resource metrics timeline params

func (*EdgeDiagnosticsGetResourceMetricsTimelineParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge diagnostics get resource metrics timeline params

func (*EdgeDiagnosticsGetResourceMetricsTimelineParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge diagnostics get resource metrics timeline params

func (*EdgeDiagnosticsGetResourceMetricsTimelineParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeDiagnosticsGetResourceMetricsTimelineReader added in v1.0.2

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

EdgeDiagnosticsGetResourceMetricsTimelineReader is a Reader for the EdgeDiagnosticsGetResourceMetricsTimeline structure.

func (*EdgeDiagnosticsGetResourceMetricsTimelineReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeDiagnosticsGetResourceMetricsTimelineUnauthorized added in v1.0.2

type EdgeDiagnosticsGetResourceMetricsTimelineUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetResourceMetricsTimelineUnauthorized 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 NewEdgeDiagnosticsGetResourceMetricsTimelineUnauthorized added in v1.0.2

func NewEdgeDiagnosticsGetResourceMetricsTimelineUnauthorized() *EdgeDiagnosticsGetResourceMetricsTimelineUnauthorized

NewEdgeDiagnosticsGetResourceMetricsTimelineUnauthorized creates a EdgeDiagnosticsGetResourceMetricsTimelineUnauthorized with default headers values

func (*EdgeDiagnosticsGetResourceMetricsTimelineUnauthorized) Error added in v1.0.2

func (*EdgeDiagnosticsGetResourceMetricsTimelineUnauthorized) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetResourceMetricsTimelineUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get resource metrics timeline unauthorized response has a 4xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimelineUnauthorized) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get resource metrics timeline unauthorized response a status code equal to that given

func (*EdgeDiagnosticsGetResourceMetricsTimelineUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get resource metrics timeline unauthorized response has a 3xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimelineUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get resource metrics timeline unauthorized response has a 5xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimelineUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get resource metrics timeline unauthorized response has a 2xx status code

func (*EdgeDiagnosticsGetResourceMetricsTimelineUnauthorized) String added in v1.0.2

type EdgeDiagnosticsGetTopUsers2BadRequest added in v1.0.2

type EdgeDiagnosticsGetTopUsers2BadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetTopUsers2BadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewEdgeDiagnosticsGetTopUsers2BadRequest added in v1.0.2

func NewEdgeDiagnosticsGetTopUsers2BadRequest() *EdgeDiagnosticsGetTopUsers2BadRequest

NewEdgeDiagnosticsGetTopUsers2BadRequest creates a EdgeDiagnosticsGetTopUsers2BadRequest with default headers values

func (*EdgeDiagnosticsGetTopUsers2BadRequest) Error added in v1.0.2

func (*EdgeDiagnosticsGetTopUsers2BadRequest) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetTopUsers2BadRequest) IsClientError added in v1.0.2

func (o *EdgeDiagnosticsGetTopUsers2BadRequest) IsClientError() bool

IsClientError returns true when this edge diagnostics get top users2 bad request response has a 4xx status code

func (*EdgeDiagnosticsGetTopUsers2BadRequest) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get top users2 bad request response a status code equal to that given

func (*EdgeDiagnosticsGetTopUsers2BadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get top users2 bad request response has a 3xx status code

func (*EdgeDiagnosticsGetTopUsers2BadRequest) IsServerError added in v1.0.2

func (o *EdgeDiagnosticsGetTopUsers2BadRequest) IsServerError() bool

IsServerError returns true when this edge diagnostics get top users2 bad request response has a 5xx status code

func (*EdgeDiagnosticsGetTopUsers2BadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get top users2 bad request response has a 2xx status code

func (*EdgeDiagnosticsGetTopUsers2BadRequest) String added in v1.0.2

type EdgeDiagnosticsGetTopUsers2Default added in v1.0.2

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

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

An unexpected error response.

func NewEdgeDiagnosticsGetTopUsers2Default added in v1.0.2

func NewEdgeDiagnosticsGetTopUsers2Default(code int) *EdgeDiagnosticsGetTopUsers2Default

NewEdgeDiagnosticsGetTopUsers2Default creates a EdgeDiagnosticsGetTopUsers2Default with default headers values

func (*EdgeDiagnosticsGetTopUsers2Default) Code added in v1.0.2

Code gets the status code for the edge diagnostics get top users2 default response

func (*EdgeDiagnosticsGetTopUsers2Default) Error added in v1.0.2

func (*EdgeDiagnosticsGetTopUsers2Default) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetTopUsers2Default) IsClientError added in v1.0.2

func (o *EdgeDiagnosticsGetTopUsers2Default) IsClientError() bool

IsClientError returns true when this edge diagnostics get top users2 default response has a 4xx status code

func (*EdgeDiagnosticsGetTopUsers2Default) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get top users2 default response a status code equal to that given

func (*EdgeDiagnosticsGetTopUsers2Default) IsRedirect added in v1.0.2

func (o *EdgeDiagnosticsGetTopUsers2Default) IsRedirect() bool

IsRedirect returns true when this edge diagnostics get top users2 default response has a 3xx status code

func (*EdgeDiagnosticsGetTopUsers2Default) IsServerError added in v1.0.2

func (o *EdgeDiagnosticsGetTopUsers2Default) IsServerError() bool

IsServerError returns true when this edge diagnostics get top users2 default response has a 5xx status code

func (*EdgeDiagnosticsGetTopUsers2Default) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get top users2 default response has a 2xx status code

func (*EdgeDiagnosticsGetTopUsers2Default) String added in v1.0.2

type EdgeDiagnosticsGetTopUsers2Forbidden added in v1.0.2

type EdgeDiagnosticsGetTopUsers2Forbidden struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetTopUsers2Forbidden 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 edge-app level access permission for the operation or does not have access scope to the project.

func NewEdgeDiagnosticsGetTopUsers2Forbidden added in v1.0.2

func NewEdgeDiagnosticsGetTopUsers2Forbidden() *EdgeDiagnosticsGetTopUsers2Forbidden

NewEdgeDiagnosticsGetTopUsers2Forbidden creates a EdgeDiagnosticsGetTopUsers2Forbidden with default headers values

func (*EdgeDiagnosticsGetTopUsers2Forbidden) Error added in v1.0.2

func (*EdgeDiagnosticsGetTopUsers2Forbidden) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetTopUsers2Forbidden) IsClientError added in v1.0.2

func (o *EdgeDiagnosticsGetTopUsers2Forbidden) IsClientError() bool

IsClientError returns true when this edge diagnostics get top users2 forbidden response has a 4xx status code

func (*EdgeDiagnosticsGetTopUsers2Forbidden) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get top users2 forbidden response a status code equal to that given

func (*EdgeDiagnosticsGetTopUsers2Forbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get top users2 forbidden response has a 3xx status code

func (*EdgeDiagnosticsGetTopUsers2Forbidden) IsServerError added in v1.0.2

func (o *EdgeDiagnosticsGetTopUsers2Forbidden) IsServerError() bool

IsServerError returns true when this edge diagnostics get top users2 forbidden response has a 5xx status code

func (*EdgeDiagnosticsGetTopUsers2Forbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get top users2 forbidden response has a 2xx status code

func (*EdgeDiagnosticsGetTopUsers2Forbidden) String added in v1.0.2

type EdgeDiagnosticsGetTopUsers2GatewayTimeout added in v1.0.2

type EdgeDiagnosticsGetTopUsers2GatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetTopUsers2GatewayTimeout 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 NewEdgeDiagnosticsGetTopUsers2GatewayTimeout added in v1.0.2

func NewEdgeDiagnosticsGetTopUsers2GatewayTimeout() *EdgeDiagnosticsGetTopUsers2GatewayTimeout

NewEdgeDiagnosticsGetTopUsers2GatewayTimeout creates a EdgeDiagnosticsGetTopUsers2GatewayTimeout with default headers values

func (*EdgeDiagnosticsGetTopUsers2GatewayTimeout) Error added in v1.0.2

func (*EdgeDiagnosticsGetTopUsers2GatewayTimeout) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetTopUsers2GatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get top users2 gateway timeout response has a 4xx status code

func (*EdgeDiagnosticsGetTopUsers2GatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get top users2 gateway timeout response a status code equal to that given

func (*EdgeDiagnosticsGetTopUsers2GatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get top users2 gateway timeout response has a 3xx status code

func (*EdgeDiagnosticsGetTopUsers2GatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get top users2 gateway timeout response has a 5xx status code

func (*EdgeDiagnosticsGetTopUsers2GatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get top users2 gateway timeout response has a 2xx status code

func (*EdgeDiagnosticsGetTopUsers2GatewayTimeout) String added in v1.0.2

type EdgeDiagnosticsGetTopUsers2InternalServerError added in v1.0.2

type EdgeDiagnosticsGetTopUsers2InternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetTopUsers2InternalServerError 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 NewEdgeDiagnosticsGetTopUsers2InternalServerError added in v1.0.2

func NewEdgeDiagnosticsGetTopUsers2InternalServerError() *EdgeDiagnosticsGetTopUsers2InternalServerError

NewEdgeDiagnosticsGetTopUsers2InternalServerError creates a EdgeDiagnosticsGetTopUsers2InternalServerError with default headers values

func (*EdgeDiagnosticsGetTopUsers2InternalServerError) Error added in v1.0.2

func (*EdgeDiagnosticsGetTopUsers2InternalServerError) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetTopUsers2InternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics get top users2 internal server error response has a 4xx status code

func (*EdgeDiagnosticsGetTopUsers2InternalServerError) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get top users2 internal server error response a status code equal to that given

func (*EdgeDiagnosticsGetTopUsers2InternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get top users2 internal server error response has a 3xx status code

func (*EdgeDiagnosticsGetTopUsers2InternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics get top users2 internal server error response has a 5xx status code

func (*EdgeDiagnosticsGetTopUsers2InternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get top users2 internal server error response has a 2xx status code

func (*EdgeDiagnosticsGetTopUsers2InternalServerError) String added in v1.0.2

type EdgeDiagnosticsGetTopUsers2OK added in v1.0.2

type EdgeDiagnosticsGetTopUsers2OK struct {
	Payload *swagger_models.EventTopUsersResp
}

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

A successful response.

func NewEdgeDiagnosticsGetTopUsers2OK added in v1.0.2

func NewEdgeDiagnosticsGetTopUsers2OK() *EdgeDiagnosticsGetTopUsers2OK

NewEdgeDiagnosticsGetTopUsers2OK creates a EdgeDiagnosticsGetTopUsers2OK with default headers values

func (*EdgeDiagnosticsGetTopUsers2OK) Error added in v1.0.2

func (*EdgeDiagnosticsGetTopUsers2OK) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetTopUsers2OK) IsClientError added in v1.0.2

func (o *EdgeDiagnosticsGetTopUsers2OK) IsClientError() bool

IsClientError returns true when this edge diagnostics get top users2 o k response has a 4xx status code

func (*EdgeDiagnosticsGetTopUsers2OK) IsCode added in v1.0.2

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

IsCode returns true when this edge diagnostics get top users2 o k response a status code equal to that given

func (*EdgeDiagnosticsGetTopUsers2OK) IsRedirect added in v1.0.2

func (o *EdgeDiagnosticsGetTopUsers2OK) IsRedirect() bool

IsRedirect returns true when this edge diagnostics get top users2 o k response has a 3xx status code

func (*EdgeDiagnosticsGetTopUsers2OK) IsServerError added in v1.0.2

func (o *EdgeDiagnosticsGetTopUsers2OK) IsServerError() bool

IsServerError returns true when this edge diagnostics get top users2 o k response has a 5xx status code

func (*EdgeDiagnosticsGetTopUsers2OK) IsSuccess added in v1.0.2

func (o *EdgeDiagnosticsGetTopUsers2OK) IsSuccess() bool

IsSuccess returns true when this edge diagnostics get top users2 o k response has a 2xx status code

func (*EdgeDiagnosticsGetTopUsers2OK) String added in v1.0.2

type EdgeDiagnosticsGetTopUsers2Params added in v1.0.2

type EdgeDiagnosticsGetTopUsers2Params struct {

	/* XRequestID.

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

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

EdgeDiagnosticsGetTopUsers2Params contains all the parameters to send to the API endpoint

for the edge diagnostics get top users2 operation.

Typically these are written to a http.Request.

func NewEdgeDiagnosticsGetTopUsers2Params added in v1.0.2

func NewEdgeDiagnosticsGetTopUsers2Params() *EdgeDiagnosticsGetTopUsers2Params

NewEdgeDiagnosticsGetTopUsers2Params creates a new EdgeDiagnosticsGetTopUsers2Params 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 NewEdgeDiagnosticsGetTopUsers2ParamsWithContext added in v1.0.2

func NewEdgeDiagnosticsGetTopUsers2ParamsWithContext(ctx context.Context) *EdgeDiagnosticsGetTopUsers2Params

NewEdgeDiagnosticsGetTopUsers2ParamsWithContext creates a new EdgeDiagnosticsGetTopUsers2Params object with the ability to set a context for a request.

func NewEdgeDiagnosticsGetTopUsers2ParamsWithHTTPClient added in v1.0.2

func NewEdgeDiagnosticsGetTopUsers2ParamsWithHTTPClient(client *http.Client) *EdgeDiagnosticsGetTopUsers2Params

NewEdgeDiagnosticsGetTopUsers2ParamsWithHTTPClient creates a new EdgeDiagnosticsGetTopUsers2Params object with the ability to set a custom HTTPClient for a request.

func NewEdgeDiagnosticsGetTopUsers2ParamsWithTimeout added in v1.0.2

func NewEdgeDiagnosticsGetTopUsers2ParamsWithTimeout(timeout time.Duration) *EdgeDiagnosticsGetTopUsers2Params

NewEdgeDiagnosticsGetTopUsers2ParamsWithTimeout creates a new EdgeDiagnosticsGetTopUsers2Params object with the ability to set a timeout on a request.

func (*EdgeDiagnosticsGetTopUsers2Params) SetContext added in v1.0.2

SetContext adds the context to the edge diagnostics get top users2 params

func (*EdgeDiagnosticsGetTopUsers2Params) SetDefaults added in v1.0.2

func (o *EdgeDiagnosticsGetTopUsers2Params) SetDefaults()

SetDefaults hydrates default values in the edge diagnostics get top users2 params (not the query body).

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

func (*EdgeDiagnosticsGetTopUsers2Params) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the edge diagnostics get top users2 params

func (*EdgeDiagnosticsGetTopUsers2Params) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the edge diagnostics get top users2 params

func (*EdgeDiagnosticsGetTopUsers2Params) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the edge diagnostics get top users2 params

func (*EdgeDiagnosticsGetTopUsers2Params) WithContext added in v1.0.2

WithContext adds the context to the edge diagnostics get top users2 params

func (*EdgeDiagnosticsGetTopUsers2Params) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the edge diagnostics get top users2 params (not the query body).

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

func (*EdgeDiagnosticsGetTopUsers2Params) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge diagnostics get top users2 params

func (*EdgeDiagnosticsGetTopUsers2Params) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge diagnostics get top users2 params

func (*EdgeDiagnosticsGetTopUsers2Params) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge diagnostics get top users2 params

func (*EdgeDiagnosticsGetTopUsers2Params) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeDiagnosticsGetTopUsers2Reader added in v1.0.2

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

EdgeDiagnosticsGetTopUsers2Reader is a Reader for the EdgeDiagnosticsGetTopUsers2 structure.

func (*EdgeDiagnosticsGetTopUsers2Reader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeDiagnosticsGetTopUsers2Unauthorized added in v1.0.2

type EdgeDiagnosticsGetTopUsers2Unauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsGetTopUsers2Unauthorized 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 NewEdgeDiagnosticsGetTopUsers2Unauthorized added in v1.0.2

func NewEdgeDiagnosticsGetTopUsers2Unauthorized() *EdgeDiagnosticsGetTopUsers2Unauthorized

NewEdgeDiagnosticsGetTopUsers2Unauthorized creates a EdgeDiagnosticsGetTopUsers2Unauthorized with default headers values

func (*EdgeDiagnosticsGetTopUsers2Unauthorized) Error added in v1.0.2

func (*EdgeDiagnosticsGetTopUsers2Unauthorized) GetPayload added in v1.0.2

func (*EdgeDiagnosticsGetTopUsers2Unauthorized) IsClientError added in v1.0.2

func (o *EdgeDiagnosticsGetTopUsers2Unauthorized) IsClientError() bool

IsClientError returns true when this edge diagnostics get top users2 unauthorized response has a 4xx status code

func (*EdgeDiagnosticsGetTopUsers2Unauthorized) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics get top users2 unauthorized response a status code equal to that given

func (*EdgeDiagnosticsGetTopUsers2Unauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics get top users2 unauthorized response has a 3xx status code

func (*EdgeDiagnosticsGetTopUsers2Unauthorized) IsServerError added in v1.0.2

func (o *EdgeDiagnosticsGetTopUsers2Unauthorized) IsServerError() bool

IsServerError returns true when this edge diagnostics get top users2 unauthorized response has a 5xx status code

func (*EdgeDiagnosticsGetTopUsers2Unauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics get top users2 unauthorized response has a 2xx status code

func (*EdgeDiagnosticsGetTopUsers2Unauthorized) String added in v1.0.2

type EdgeDiagnosticsRegenDeviceConfigBadRequest added in v1.0.2

type EdgeDiagnosticsRegenDeviceConfigBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsRegenDeviceConfigBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewEdgeDiagnosticsRegenDeviceConfigBadRequest added in v1.0.2

func NewEdgeDiagnosticsRegenDeviceConfigBadRequest() *EdgeDiagnosticsRegenDeviceConfigBadRequest

NewEdgeDiagnosticsRegenDeviceConfigBadRequest creates a EdgeDiagnosticsRegenDeviceConfigBadRequest with default headers values

func (*EdgeDiagnosticsRegenDeviceConfigBadRequest) Error added in v1.0.2

func (*EdgeDiagnosticsRegenDeviceConfigBadRequest) GetPayload added in v1.0.2

func (*EdgeDiagnosticsRegenDeviceConfigBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics regen device config bad request response has a 4xx status code

func (*EdgeDiagnosticsRegenDeviceConfigBadRequest) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics regen device config bad request response a status code equal to that given

func (*EdgeDiagnosticsRegenDeviceConfigBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics regen device config bad request response has a 3xx status code

func (*EdgeDiagnosticsRegenDeviceConfigBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics regen device config bad request response has a 5xx status code

func (*EdgeDiagnosticsRegenDeviceConfigBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics regen device config bad request response has a 2xx status code

func (*EdgeDiagnosticsRegenDeviceConfigBadRequest) String added in v1.0.2

type EdgeDiagnosticsRegenDeviceConfigDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeDiagnosticsRegenDeviceConfigDefault added in v1.0.2

func NewEdgeDiagnosticsRegenDeviceConfigDefault(code int) *EdgeDiagnosticsRegenDeviceConfigDefault

NewEdgeDiagnosticsRegenDeviceConfigDefault creates a EdgeDiagnosticsRegenDeviceConfigDefault with default headers values

func (*EdgeDiagnosticsRegenDeviceConfigDefault) Code added in v1.0.2

Code gets the status code for the edge diagnostics regen device config default response

func (*EdgeDiagnosticsRegenDeviceConfigDefault) Error added in v1.0.2

func (*EdgeDiagnosticsRegenDeviceConfigDefault) GetPayload added in v1.0.2

func (*EdgeDiagnosticsRegenDeviceConfigDefault) IsClientError added in v1.0.2

func (o *EdgeDiagnosticsRegenDeviceConfigDefault) IsClientError() bool

IsClientError returns true when this edge diagnostics regen device config default response has a 4xx status code

func (*EdgeDiagnosticsRegenDeviceConfigDefault) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics regen device config default response a status code equal to that given

func (*EdgeDiagnosticsRegenDeviceConfigDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics regen device config default response has a 3xx status code

func (*EdgeDiagnosticsRegenDeviceConfigDefault) IsServerError added in v1.0.2

func (o *EdgeDiagnosticsRegenDeviceConfigDefault) IsServerError() bool

IsServerError returns true when this edge diagnostics regen device config default response has a 5xx status code

func (*EdgeDiagnosticsRegenDeviceConfigDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics regen device config default response has a 2xx status code

func (*EdgeDiagnosticsRegenDeviceConfigDefault) String added in v1.0.2

type EdgeDiagnosticsRegenDeviceConfigForbidden added in v1.0.2

type EdgeDiagnosticsRegenDeviceConfigForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsRegenDeviceConfigForbidden 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 edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeDiagnosticsRegenDeviceConfigForbidden added in v1.0.2

func NewEdgeDiagnosticsRegenDeviceConfigForbidden() *EdgeDiagnosticsRegenDeviceConfigForbidden

NewEdgeDiagnosticsRegenDeviceConfigForbidden creates a EdgeDiagnosticsRegenDeviceConfigForbidden with default headers values

func (*EdgeDiagnosticsRegenDeviceConfigForbidden) Error added in v1.0.2

func (*EdgeDiagnosticsRegenDeviceConfigForbidden) GetPayload added in v1.0.2

func (*EdgeDiagnosticsRegenDeviceConfigForbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics regen device config forbidden response has a 4xx status code

func (*EdgeDiagnosticsRegenDeviceConfigForbidden) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics regen device config forbidden response a status code equal to that given

func (*EdgeDiagnosticsRegenDeviceConfigForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics regen device config forbidden response has a 3xx status code

func (*EdgeDiagnosticsRegenDeviceConfigForbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics regen device config forbidden response has a 5xx status code

func (*EdgeDiagnosticsRegenDeviceConfigForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics regen device config forbidden response has a 2xx status code

func (*EdgeDiagnosticsRegenDeviceConfigForbidden) String added in v1.0.2

type EdgeDiagnosticsRegenDeviceConfigGatewayTimeout added in v1.0.2

type EdgeDiagnosticsRegenDeviceConfigGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsRegenDeviceConfigGatewayTimeout 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 NewEdgeDiagnosticsRegenDeviceConfigGatewayTimeout added in v1.0.2

func NewEdgeDiagnosticsRegenDeviceConfigGatewayTimeout() *EdgeDiagnosticsRegenDeviceConfigGatewayTimeout

NewEdgeDiagnosticsRegenDeviceConfigGatewayTimeout creates a EdgeDiagnosticsRegenDeviceConfigGatewayTimeout with default headers values

func (*EdgeDiagnosticsRegenDeviceConfigGatewayTimeout) Error added in v1.0.2

func (*EdgeDiagnosticsRegenDeviceConfigGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeDiagnosticsRegenDeviceConfigGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics regen device config gateway timeout response has a 4xx status code

func (*EdgeDiagnosticsRegenDeviceConfigGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics regen device config gateway timeout response a status code equal to that given

func (*EdgeDiagnosticsRegenDeviceConfigGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics regen device config gateway timeout response has a 3xx status code

func (*EdgeDiagnosticsRegenDeviceConfigGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics regen device config gateway timeout response has a 5xx status code

func (*EdgeDiagnosticsRegenDeviceConfigGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics regen device config gateway timeout response has a 2xx status code

func (*EdgeDiagnosticsRegenDeviceConfigGatewayTimeout) String added in v1.0.2

type EdgeDiagnosticsRegenDeviceConfigInternalServerError added in v1.0.2

type EdgeDiagnosticsRegenDeviceConfigInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsRegenDeviceConfigInternalServerError 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 NewEdgeDiagnosticsRegenDeviceConfigInternalServerError added in v1.0.2

func NewEdgeDiagnosticsRegenDeviceConfigInternalServerError() *EdgeDiagnosticsRegenDeviceConfigInternalServerError

NewEdgeDiagnosticsRegenDeviceConfigInternalServerError creates a EdgeDiagnosticsRegenDeviceConfigInternalServerError with default headers values

func (*EdgeDiagnosticsRegenDeviceConfigInternalServerError) Error added in v1.0.2

func (*EdgeDiagnosticsRegenDeviceConfigInternalServerError) GetPayload added in v1.0.2

func (*EdgeDiagnosticsRegenDeviceConfigInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics regen device config internal server error response has a 4xx status code

func (*EdgeDiagnosticsRegenDeviceConfigInternalServerError) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics regen device config internal server error response a status code equal to that given

func (*EdgeDiagnosticsRegenDeviceConfigInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics regen device config internal server error response has a 3xx status code

func (*EdgeDiagnosticsRegenDeviceConfigInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics regen device config internal server error response has a 5xx status code

func (*EdgeDiagnosticsRegenDeviceConfigInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics regen device config internal server error response has a 2xx status code

func (*EdgeDiagnosticsRegenDeviceConfigInternalServerError) String added in v1.0.2

type EdgeDiagnosticsRegenDeviceConfigNotFound added in v1.0.2

type EdgeDiagnosticsRegenDeviceConfigNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsRegenDeviceConfigNotFound 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 NewEdgeDiagnosticsRegenDeviceConfigNotFound added in v1.0.2

func NewEdgeDiagnosticsRegenDeviceConfigNotFound() *EdgeDiagnosticsRegenDeviceConfigNotFound

NewEdgeDiagnosticsRegenDeviceConfigNotFound creates a EdgeDiagnosticsRegenDeviceConfigNotFound with default headers values

func (*EdgeDiagnosticsRegenDeviceConfigNotFound) Error added in v1.0.2

func (*EdgeDiagnosticsRegenDeviceConfigNotFound) GetPayload added in v1.0.2

func (*EdgeDiagnosticsRegenDeviceConfigNotFound) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics regen device config not found response has a 4xx status code

func (*EdgeDiagnosticsRegenDeviceConfigNotFound) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics regen device config not found response a status code equal to that given

func (*EdgeDiagnosticsRegenDeviceConfigNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics regen device config not found response has a 3xx status code

func (*EdgeDiagnosticsRegenDeviceConfigNotFound) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics regen device config not found response has a 5xx status code

func (*EdgeDiagnosticsRegenDeviceConfigNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics regen device config not found response has a 2xx status code

func (*EdgeDiagnosticsRegenDeviceConfigNotFound) String added in v1.0.2

type EdgeDiagnosticsRegenDeviceConfigOK added in v1.0.2

type EdgeDiagnosticsRegenDeviceConfigOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEdgeDiagnosticsRegenDeviceConfigOK added in v1.0.2

func NewEdgeDiagnosticsRegenDeviceConfigOK() *EdgeDiagnosticsRegenDeviceConfigOK

NewEdgeDiagnosticsRegenDeviceConfigOK creates a EdgeDiagnosticsRegenDeviceConfigOK with default headers values

func (*EdgeDiagnosticsRegenDeviceConfigOK) Error added in v1.0.2

func (*EdgeDiagnosticsRegenDeviceConfigOK) GetPayload added in v1.0.2

func (*EdgeDiagnosticsRegenDeviceConfigOK) IsClientError added in v1.0.2

func (o *EdgeDiagnosticsRegenDeviceConfigOK) IsClientError() bool

IsClientError returns true when this edge diagnostics regen device config o k response has a 4xx status code

func (*EdgeDiagnosticsRegenDeviceConfigOK) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics regen device config o k response a status code equal to that given

func (*EdgeDiagnosticsRegenDeviceConfigOK) IsRedirect added in v1.0.2

func (o *EdgeDiagnosticsRegenDeviceConfigOK) IsRedirect() bool

IsRedirect returns true when this edge diagnostics regen device config o k response has a 3xx status code

func (*EdgeDiagnosticsRegenDeviceConfigOK) IsServerError added in v1.0.2

func (o *EdgeDiagnosticsRegenDeviceConfigOK) IsServerError() bool

IsServerError returns true when this edge diagnostics regen device config o k response has a 5xx status code

func (*EdgeDiagnosticsRegenDeviceConfigOK) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics regen device config o k response has a 2xx status code

func (*EdgeDiagnosticsRegenDeviceConfigOK) String added in v1.0.2

type EdgeDiagnosticsRegenDeviceConfigParams added in v1.0.2

type EdgeDiagnosticsRegenDeviceConfigParams struct {

	/* XRequestID.

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

	/* ID.

	   system generated unique id for a device
	*/
	ID string

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

EdgeDiagnosticsRegenDeviceConfigParams contains all the parameters to send to the API endpoint

for the edge diagnostics regen device config operation.

Typically these are written to a http.Request.

func NewEdgeDiagnosticsRegenDeviceConfigParams added in v1.0.2

func NewEdgeDiagnosticsRegenDeviceConfigParams() *EdgeDiagnosticsRegenDeviceConfigParams

NewEdgeDiagnosticsRegenDeviceConfigParams creates a new EdgeDiagnosticsRegenDeviceConfigParams 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 NewEdgeDiagnosticsRegenDeviceConfigParamsWithContext added in v1.0.2

func NewEdgeDiagnosticsRegenDeviceConfigParamsWithContext(ctx context.Context) *EdgeDiagnosticsRegenDeviceConfigParams

NewEdgeDiagnosticsRegenDeviceConfigParamsWithContext creates a new EdgeDiagnosticsRegenDeviceConfigParams object with the ability to set a context for a request.

func NewEdgeDiagnosticsRegenDeviceConfigParamsWithHTTPClient added in v1.0.2

func NewEdgeDiagnosticsRegenDeviceConfigParamsWithHTTPClient(client *http.Client) *EdgeDiagnosticsRegenDeviceConfigParams

NewEdgeDiagnosticsRegenDeviceConfigParamsWithHTTPClient creates a new EdgeDiagnosticsRegenDeviceConfigParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeDiagnosticsRegenDeviceConfigParamsWithTimeout added in v1.0.2

func NewEdgeDiagnosticsRegenDeviceConfigParamsWithTimeout(timeout time.Duration) *EdgeDiagnosticsRegenDeviceConfigParams

NewEdgeDiagnosticsRegenDeviceConfigParamsWithTimeout creates a new EdgeDiagnosticsRegenDeviceConfigParams object with the ability to set a timeout on a request.

func (*EdgeDiagnosticsRegenDeviceConfigParams) SetContext added in v1.0.2

SetContext adds the context to the edge diagnostics regen device config params

func (*EdgeDiagnosticsRegenDeviceConfigParams) SetDefaults added in v1.0.2

func (o *EdgeDiagnosticsRegenDeviceConfigParams) SetDefaults()

SetDefaults hydrates default values in the edge diagnostics regen device config params (not the query body).

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

func (*EdgeDiagnosticsRegenDeviceConfigParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the edge diagnostics regen device config params

func (*EdgeDiagnosticsRegenDeviceConfigParams) SetID added in v1.0.2

SetID adds the id to the edge diagnostics regen device config params

func (*EdgeDiagnosticsRegenDeviceConfigParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the edge diagnostics regen device config params

func (*EdgeDiagnosticsRegenDeviceConfigParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the edge diagnostics regen device config params

func (*EdgeDiagnosticsRegenDeviceConfigParams) WithContext added in v1.0.2

WithContext adds the context to the edge diagnostics regen device config params

func (*EdgeDiagnosticsRegenDeviceConfigParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the edge diagnostics regen device config params (not the query body).

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

func (*EdgeDiagnosticsRegenDeviceConfigParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge diagnostics regen device config params

func (*EdgeDiagnosticsRegenDeviceConfigParams) WithID added in v1.0.2

WithID adds the id to the edge diagnostics regen device config params

func (*EdgeDiagnosticsRegenDeviceConfigParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge diagnostics regen device config params

func (*EdgeDiagnosticsRegenDeviceConfigParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge diagnostics regen device config params

func (*EdgeDiagnosticsRegenDeviceConfigParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeDiagnosticsRegenDeviceConfigReader added in v1.0.2

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

EdgeDiagnosticsRegenDeviceConfigReader is a Reader for the EdgeDiagnosticsRegenDeviceConfig structure.

func (*EdgeDiagnosticsRegenDeviceConfigReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeDiagnosticsRegenDeviceConfigUnauthorized added in v1.0.2

type EdgeDiagnosticsRegenDeviceConfigUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeDiagnosticsRegenDeviceConfigUnauthorized 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 NewEdgeDiagnosticsRegenDeviceConfigUnauthorized added in v1.0.2

func NewEdgeDiagnosticsRegenDeviceConfigUnauthorized() *EdgeDiagnosticsRegenDeviceConfigUnauthorized

NewEdgeDiagnosticsRegenDeviceConfigUnauthorized creates a EdgeDiagnosticsRegenDeviceConfigUnauthorized with default headers values

func (*EdgeDiagnosticsRegenDeviceConfigUnauthorized) Error added in v1.0.2

func (*EdgeDiagnosticsRegenDeviceConfigUnauthorized) GetPayload added in v1.0.2

func (*EdgeDiagnosticsRegenDeviceConfigUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge diagnostics regen device config unauthorized response has a 4xx status code

func (*EdgeDiagnosticsRegenDeviceConfigUnauthorized) IsCode added in v1.0.2

IsCode returns true when this edge diagnostics regen device config unauthorized response a status code equal to that given

func (*EdgeDiagnosticsRegenDeviceConfigUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge diagnostics regen device config unauthorized response has a 3xx status code

func (*EdgeDiagnosticsRegenDeviceConfigUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge diagnostics regen device config unauthorized response has a 5xx status code

func (*EdgeDiagnosticsRegenDeviceConfigUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge diagnostics regen device config unauthorized response has a 2xx status code

func (*EdgeDiagnosticsRegenDeviceConfigUnauthorized) String added in v1.0.2

Source Files

Jump to

Keyboard shortcuts

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