sensor_update_policies

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for sensor update policies API

func (*Client) CreateSensorUpdatePolicies

func (a *Client) CreateSensorUpdatePolicies(params *CreateSensorUpdatePoliciesParams, opts ...ClientOption) (*CreateSensorUpdatePoliciesCreated, error)

CreateSensorUpdatePolicies creates sensor update policies by specifying details about the policy to create

func (*Client) CreateSensorUpdatePoliciesV2

func (a *Client) CreateSensorUpdatePoliciesV2(params *CreateSensorUpdatePoliciesV2Params, opts ...ClientOption) (*CreateSensorUpdatePoliciesV2Created, error)

CreateSensorUpdatePoliciesV2 creates sensor update policies by specifying details about the policy to create with additional support for uninstall protection

func (*Client) DeleteSensorUpdatePolicies

func (a *Client) DeleteSensorUpdatePolicies(params *DeleteSensorUpdatePoliciesParams, opts ...ClientOption) (*DeleteSensorUpdatePoliciesOK, error)

DeleteSensorUpdatePolicies deletes a set of sensor update policies by specifying their i ds

func (*Client) GetSensorUpdatePolicies

func (a *Client) GetSensorUpdatePolicies(params *GetSensorUpdatePoliciesParams, opts ...ClientOption) (*GetSensorUpdatePoliciesOK, error)

GetSensorUpdatePolicies retrieves a set of sensor update policies by specifying their i ds

func (*Client) GetSensorUpdatePoliciesV2

func (a *Client) GetSensorUpdatePoliciesV2(params *GetSensorUpdatePoliciesV2Params, opts ...ClientOption) (*GetSensorUpdatePoliciesV2OK, error)

GetSensorUpdatePoliciesV2 retrieves a set of sensor update policies with additional support for uninstall protection by specifying their i ds

func (*Client) PerformSensorUpdatePoliciesAction

func (a *Client) PerformSensorUpdatePoliciesAction(params *PerformSensorUpdatePoliciesActionParams, opts ...ClientOption) (*PerformSensorUpdatePoliciesActionOK, error)

PerformSensorUpdatePoliciesAction performs the specified action on the sensor update policies specified in the request

func (*Client) QueryCombinedSensorUpdateBuilds

func (a *Client) QueryCombinedSensorUpdateBuilds(params *QueryCombinedSensorUpdateBuildsParams, opts ...ClientOption) (*QueryCombinedSensorUpdateBuildsOK, error)

QueryCombinedSensorUpdateBuilds retrieves available builds for use with sensor update policies

func (*Client) QueryCombinedSensorUpdateKernels

func (a *Client) QueryCombinedSensorUpdateKernels(params *QueryCombinedSensorUpdateKernelsParams, opts ...ClientOption) (*QueryCombinedSensorUpdateKernelsOK, error)

QueryCombinedSensorUpdateKernels retrieves kernel compatibility info for sensor update builds

func (*Client) QueryCombinedSensorUpdatePolicies

func (a *Client) QueryCombinedSensorUpdatePolicies(params *QueryCombinedSensorUpdatePoliciesParams, opts ...ClientOption) (*QueryCombinedSensorUpdatePoliciesOK, error)

QueryCombinedSensorUpdatePolicies searches for sensor update policies in your environment by providing an f q l filter and paging details returns a set of sensor update policies which match the filter criteria

func (*Client) QueryCombinedSensorUpdatePoliciesV2

func (a *Client) QueryCombinedSensorUpdatePoliciesV2(params *QueryCombinedSensorUpdatePoliciesV2Params, opts ...ClientOption) (*QueryCombinedSensorUpdatePoliciesV2OK, error)

QueryCombinedSensorUpdatePoliciesV2 searches for sensor update policies with additional support for uninstall protection in your environment by providing an f q l filter and paging details returns a set of sensor update policies which match the filter criteria

func (*Client) QueryCombinedSensorUpdatePolicyMembers

func (a *Client) QueryCombinedSensorUpdatePolicyMembers(params *QueryCombinedSensorUpdatePolicyMembersParams, opts ...ClientOption) (*QueryCombinedSensorUpdatePolicyMembersOK, error)

QueryCombinedSensorUpdatePolicyMembers searches for members of a sensor update policy in your environment by providing an f q l filter and paging details returns a set of host details which match the filter criteria

func (*Client) QuerySensorUpdateKernelsDistinct

func (a *Client) QuerySensorUpdateKernelsDistinct(params *QuerySensorUpdateKernelsDistinctParams, opts ...ClientOption) (*QuerySensorUpdateKernelsDistinctOK, error)

QuerySensorUpdateKernelsDistinct retrieves kernel compatibility info for sensor update builds

func (*Client) QuerySensorUpdatePolicies

func (a *Client) QuerySensorUpdatePolicies(params *QuerySensorUpdatePoliciesParams, opts ...ClientOption) (*QuerySensorUpdatePoliciesOK, error)

QuerySensorUpdatePolicies searches for sensor update policies in your environment by providing an f q l filter and paging details returns a set of sensor update policy i ds which match the filter criteria

func (*Client) QuerySensorUpdatePolicyMembers

func (a *Client) QuerySensorUpdatePolicyMembers(params *QuerySensorUpdatePolicyMembersParams, opts ...ClientOption) (*QuerySensorUpdatePolicyMembersOK, error)

QuerySensorUpdatePolicyMembers searches for members of a sensor update policy in your environment by providing an f q l filter and paging details returns a set of agent i ds which match the filter criteria

func (*Client) RevealUninstallToken

func (a *Client) RevealUninstallToken(params *RevealUninstallTokenParams, opts ...ClientOption) (*RevealUninstallTokenOK, error)

RevealUninstallToken reveals an uninstall token for a specific device to retrieve the bulk maintenance token pass the value m a i n t e n a n c e as the value for device id

func (*Client) SetSensorUpdatePoliciesPrecedence

func (a *Client) SetSensorUpdatePoliciesPrecedence(params *SetSensorUpdatePoliciesPrecedenceParams, opts ...ClientOption) (*SetSensorUpdatePoliciesPrecedenceOK, error)

SetSensorUpdatePoliciesPrecedence sets the precedence of sensor update policies based on the order of i ds specified in the request the first ID specified will have the highest precedence and the last ID specified will have the lowest you must specify all non default policies for a platform when updating precedence

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateSensorUpdatePolicies

func (a *Client) UpdateSensorUpdatePolicies(params *UpdateSensorUpdatePoliciesParams, opts ...ClientOption) (*UpdateSensorUpdatePoliciesOK, error)

UpdateSensorUpdatePolicies updates sensor update policies by specifying the ID of the policy and details to update

func (*Client) UpdateSensorUpdatePoliciesV2

func (a *Client) UpdateSensorUpdatePoliciesV2(params *UpdateSensorUpdatePoliciesV2Params, opts ...ClientOption) (*UpdateSensorUpdatePoliciesV2OK, error)

UpdateSensorUpdatePoliciesV2 updates sensor update policies by specifying the ID of the policy and details to update with additional support for uninstall protection

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateSensorUpdatePolicies(params *CreateSensorUpdatePoliciesParams, opts ...ClientOption) (*CreateSensorUpdatePoliciesCreated, error)

	CreateSensorUpdatePoliciesV2(params *CreateSensorUpdatePoliciesV2Params, opts ...ClientOption) (*CreateSensorUpdatePoliciesV2Created, error)

	DeleteSensorUpdatePolicies(params *DeleteSensorUpdatePoliciesParams, opts ...ClientOption) (*DeleteSensorUpdatePoliciesOK, error)

	GetSensorUpdatePolicies(params *GetSensorUpdatePoliciesParams, opts ...ClientOption) (*GetSensorUpdatePoliciesOK, error)

	GetSensorUpdatePoliciesV2(params *GetSensorUpdatePoliciesV2Params, opts ...ClientOption) (*GetSensorUpdatePoliciesV2OK, error)

	PerformSensorUpdatePoliciesAction(params *PerformSensorUpdatePoliciesActionParams, opts ...ClientOption) (*PerformSensorUpdatePoliciesActionOK, error)

	QueryCombinedSensorUpdateBuilds(params *QueryCombinedSensorUpdateBuildsParams, opts ...ClientOption) (*QueryCombinedSensorUpdateBuildsOK, error)

	QueryCombinedSensorUpdateKernels(params *QueryCombinedSensorUpdateKernelsParams, opts ...ClientOption) (*QueryCombinedSensorUpdateKernelsOK, error)

	QueryCombinedSensorUpdatePolicies(params *QueryCombinedSensorUpdatePoliciesParams, opts ...ClientOption) (*QueryCombinedSensorUpdatePoliciesOK, error)

	QueryCombinedSensorUpdatePoliciesV2(params *QueryCombinedSensorUpdatePoliciesV2Params, opts ...ClientOption) (*QueryCombinedSensorUpdatePoliciesV2OK, error)

	QueryCombinedSensorUpdatePolicyMembers(params *QueryCombinedSensorUpdatePolicyMembersParams, opts ...ClientOption) (*QueryCombinedSensorUpdatePolicyMembersOK, error)

	QuerySensorUpdateKernelsDistinct(params *QuerySensorUpdateKernelsDistinctParams, opts ...ClientOption) (*QuerySensorUpdateKernelsDistinctOK, error)

	QuerySensorUpdatePolicies(params *QuerySensorUpdatePoliciesParams, opts ...ClientOption) (*QuerySensorUpdatePoliciesOK, error)

	QuerySensorUpdatePolicyMembers(params *QuerySensorUpdatePolicyMembersParams, opts ...ClientOption) (*QuerySensorUpdatePolicyMembersOK, error)

	RevealUninstallToken(params *RevealUninstallTokenParams, opts ...ClientOption) (*RevealUninstallTokenOK, error)

	SetSensorUpdatePoliciesPrecedence(params *SetSensorUpdatePoliciesPrecedenceParams, opts ...ClientOption) (*SetSensorUpdatePoliciesPrecedenceOK, error)

	UpdateSensorUpdatePolicies(params *UpdateSensorUpdatePoliciesParams, opts ...ClientOption) (*UpdateSensorUpdatePoliciesOK, error)

	UpdateSensorUpdatePoliciesV2(params *UpdateSensorUpdatePoliciesV2Params, opts ...ClientOption) (*UpdateSensorUpdatePoliciesV2OK, 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 sensor update policies API client.

type CreateSensorUpdatePoliciesBadRequest

type CreateSensorUpdatePoliciesBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV1
}

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

Bad Request

func NewCreateSensorUpdatePoliciesBadRequest

func NewCreateSensorUpdatePoliciesBadRequest() *CreateSensorUpdatePoliciesBadRequest

NewCreateSensorUpdatePoliciesBadRequest creates a CreateSensorUpdatePoliciesBadRequest with default headers values

func (*CreateSensorUpdatePoliciesBadRequest) Code

Code gets the status code for the create sensor update policies bad request response

func (*CreateSensorUpdatePoliciesBadRequest) Error

func (*CreateSensorUpdatePoliciesBadRequest) GetPayload

func (*CreateSensorUpdatePoliciesBadRequest) IsClientError

func (o *CreateSensorUpdatePoliciesBadRequest) IsClientError() bool

IsClientError returns true when this create sensor update policies bad request response has a 4xx status code

func (*CreateSensorUpdatePoliciesBadRequest) IsCode

IsCode returns true when this create sensor update policies bad request response a status code equal to that given

func (*CreateSensorUpdatePoliciesBadRequest) IsRedirect

IsRedirect returns true when this create sensor update policies bad request response has a 3xx status code

func (*CreateSensorUpdatePoliciesBadRequest) IsServerError

func (o *CreateSensorUpdatePoliciesBadRequest) IsServerError() bool

IsServerError returns true when this create sensor update policies bad request response has a 5xx status code

func (*CreateSensorUpdatePoliciesBadRequest) IsSuccess

IsSuccess returns true when this create sensor update policies bad request response has a 2xx status code

func (*CreateSensorUpdatePoliciesBadRequest) String

type CreateSensorUpdatePoliciesCreated

type CreateSensorUpdatePoliciesCreated struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV1
}

CreateSensorUpdatePoliciesCreated describes a response with status code 201, with default header values.

Created

func NewCreateSensorUpdatePoliciesCreated

func NewCreateSensorUpdatePoliciesCreated() *CreateSensorUpdatePoliciesCreated

NewCreateSensorUpdatePoliciesCreated creates a CreateSensorUpdatePoliciesCreated with default headers values

func (*CreateSensorUpdatePoliciesCreated) Code

Code gets the status code for the create sensor update policies created response

func (*CreateSensorUpdatePoliciesCreated) Error

func (*CreateSensorUpdatePoliciesCreated) GetPayload

func (*CreateSensorUpdatePoliciesCreated) IsClientError

func (o *CreateSensorUpdatePoliciesCreated) IsClientError() bool

IsClientError returns true when this create sensor update policies created response has a 4xx status code

func (*CreateSensorUpdatePoliciesCreated) IsCode

func (o *CreateSensorUpdatePoliciesCreated) IsCode(code int) bool

IsCode returns true when this create sensor update policies created response a status code equal to that given

func (*CreateSensorUpdatePoliciesCreated) IsRedirect

func (o *CreateSensorUpdatePoliciesCreated) IsRedirect() bool

IsRedirect returns true when this create sensor update policies created response has a 3xx status code

func (*CreateSensorUpdatePoliciesCreated) IsServerError

func (o *CreateSensorUpdatePoliciesCreated) IsServerError() bool

IsServerError returns true when this create sensor update policies created response has a 5xx status code

func (*CreateSensorUpdatePoliciesCreated) IsSuccess

func (o *CreateSensorUpdatePoliciesCreated) IsSuccess() bool

IsSuccess returns true when this create sensor update policies created response has a 2xx status code

func (*CreateSensorUpdatePoliciesCreated) String

type CreateSensorUpdatePoliciesForbidden

type CreateSensorUpdatePoliciesForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

CreateSensorUpdatePoliciesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewCreateSensorUpdatePoliciesForbidden

func NewCreateSensorUpdatePoliciesForbidden() *CreateSensorUpdatePoliciesForbidden

NewCreateSensorUpdatePoliciesForbidden creates a CreateSensorUpdatePoliciesForbidden with default headers values

func (*CreateSensorUpdatePoliciesForbidden) Code

Code gets the status code for the create sensor update policies forbidden response

func (*CreateSensorUpdatePoliciesForbidden) Error

func (*CreateSensorUpdatePoliciesForbidden) GetPayload

func (*CreateSensorUpdatePoliciesForbidden) IsClientError

func (o *CreateSensorUpdatePoliciesForbidden) IsClientError() bool

IsClientError returns true when this create sensor update policies forbidden response has a 4xx status code

func (*CreateSensorUpdatePoliciesForbidden) IsCode

IsCode returns true when this create sensor update policies forbidden response a status code equal to that given

func (*CreateSensorUpdatePoliciesForbidden) IsRedirect

func (o *CreateSensorUpdatePoliciesForbidden) IsRedirect() bool

IsRedirect returns true when this create sensor update policies forbidden response has a 3xx status code

func (*CreateSensorUpdatePoliciesForbidden) IsServerError

func (o *CreateSensorUpdatePoliciesForbidden) IsServerError() bool

IsServerError returns true when this create sensor update policies forbidden response has a 5xx status code

func (*CreateSensorUpdatePoliciesForbidden) IsSuccess

IsSuccess returns true when this create sensor update policies forbidden response has a 2xx status code

func (*CreateSensorUpdatePoliciesForbidden) String

type CreateSensorUpdatePoliciesInternalServerError

type CreateSensorUpdatePoliciesInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV1
}

CreateSensorUpdatePoliciesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewCreateSensorUpdatePoliciesInternalServerError

func NewCreateSensorUpdatePoliciesInternalServerError() *CreateSensorUpdatePoliciesInternalServerError

NewCreateSensorUpdatePoliciesInternalServerError creates a CreateSensorUpdatePoliciesInternalServerError with default headers values

func (*CreateSensorUpdatePoliciesInternalServerError) Code

Code gets the status code for the create sensor update policies internal server error response

func (*CreateSensorUpdatePoliciesInternalServerError) Error

func (*CreateSensorUpdatePoliciesInternalServerError) GetPayload

func (*CreateSensorUpdatePoliciesInternalServerError) IsClientError

IsClientError returns true when this create sensor update policies internal server error response has a 4xx status code

func (*CreateSensorUpdatePoliciesInternalServerError) IsCode

IsCode returns true when this create sensor update policies internal server error response a status code equal to that given

func (*CreateSensorUpdatePoliciesInternalServerError) IsRedirect

IsRedirect returns true when this create sensor update policies internal server error response has a 3xx status code

func (*CreateSensorUpdatePoliciesInternalServerError) IsServerError

IsServerError returns true when this create sensor update policies internal server error response has a 5xx status code

func (*CreateSensorUpdatePoliciesInternalServerError) IsSuccess

IsSuccess returns true when this create sensor update policies internal server error response has a 2xx status code

func (*CreateSensorUpdatePoliciesInternalServerError) String

type CreateSensorUpdatePoliciesNotFound

type CreateSensorUpdatePoliciesNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV1
}

CreateSensorUpdatePoliciesNotFound describes a response with status code 404, with default header values.

Not Found

func NewCreateSensorUpdatePoliciesNotFound

func NewCreateSensorUpdatePoliciesNotFound() *CreateSensorUpdatePoliciesNotFound

NewCreateSensorUpdatePoliciesNotFound creates a CreateSensorUpdatePoliciesNotFound with default headers values

func (*CreateSensorUpdatePoliciesNotFound) Code

Code gets the status code for the create sensor update policies not found response

func (*CreateSensorUpdatePoliciesNotFound) Error

func (*CreateSensorUpdatePoliciesNotFound) GetPayload

func (*CreateSensorUpdatePoliciesNotFound) IsClientError

func (o *CreateSensorUpdatePoliciesNotFound) IsClientError() bool

IsClientError returns true when this create sensor update policies not found response has a 4xx status code

func (*CreateSensorUpdatePoliciesNotFound) IsCode

IsCode returns true when this create sensor update policies not found response a status code equal to that given

func (*CreateSensorUpdatePoliciesNotFound) IsRedirect

func (o *CreateSensorUpdatePoliciesNotFound) IsRedirect() bool

IsRedirect returns true when this create sensor update policies not found response has a 3xx status code

func (*CreateSensorUpdatePoliciesNotFound) IsServerError

func (o *CreateSensorUpdatePoliciesNotFound) IsServerError() bool

IsServerError returns true when this create sensor update policies not found response has a 5xx status code

func (*CreateSensorUpdatePoliciesNotFound) IsSuccess

IsSuccess returns true when this create sensor update policies not found response has a 2xx status code

func (*CreateSensorUpdatePoliciesNotFound) String

type CreateSensorUpdatePoliciesParams

type CreateSensorUpdatePoliciesParams struct {

	// Body.
	Body *models.SensorUpdateCreatePoliciesReqV1

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

CreateSensorUpdatePoliciesParams contains all the parameters to send to the API endpoint

for the create sensor update policies operation.

Typically these are written to a http.Request.

func NewCreateSensorUpdatePoliciesParams

func NewCreateSensorUpdatePoliciesParams() *CreateSensorUpdatePoliciesParams

NewCreateSensorUpdatePoliciesParams creates a new CreateSensorUpdatePoliciesParams 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 NewCreateSensorUpdatePoliciesParamsWithContext

func NewCreateSensorUpdatePoliciesParamsWithContext(ctx context.Context) *CreateSensorUpdatePoliciesParams

NewCreateSensorUpdatePoliciesParamsWithContext creates a new CreateSensorUpdatePoliciesParams object with the ability to set a context for a request.

func NewCreateSensorUpdatePoliciesParamsWithHTTPClient

func NewCreateSensorUpdatePoliciesParamsWithHTTPClient(client *http.Client) *CreateSensorUpdatePoliciesParams

NewCreateSensorUpdatePoliciesParamsWithHTTPClient creates a new CreateSensorUpdatePoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewCreateSensorUpdatePoliciesParamsWithTimeout

func NewCreateSensorUpdatePoliciesParamsWithTimeout(timeout time.Duration) *CreateSensorUpdatePoliciesParams

NewCreateSensorUpdatePoliciesParamsWithTimeout creates a new CreateSensorUpdatePoliciesParams object with the ability to set a timeout on a request.

func (*CreateSensorUpdatePoliciesParams) SetBody

SetBody adds the body to the create sensor update policies params

func (*CreateSensorUpdatePoliciesParams) SetContext

SetContext adds the context to the create sensor update policies params

func (*CreateSensorUpdatePoliciesParams) SetDefaults

func (o *CreateSensorUpdatePoliciesParams) SetDefaults()

SetDefaults hydrates default values in the create sensor update policies params (not the query body).

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

func (*CreateSensorUpdatePoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create sensor update policies params

func (*CreateSensorUpdatePoliciesParams) SetTimeout

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

SetTimeout adds the timeout to the create sensor update policies params

func (*CreateSensorUpdatePoliciesParams) WithBody

WithBody adds the body to the create sensor update policies params

func (*CreateSensorUpdatePoliciesParams) WithContext

WithContext adds the context to the create sensor update policies params

func (*CreateSensorUpdatePoliciesParams) WithDefaults

WithDefaults hydrates default values in the create sensor update policies params (not the query body).

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

func (*CreateSensorUpdatePoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create sensor update policies params

func (*CreateSensorUpdatePoliciesParams) WithTimeout

WithTimeout adds the timeout to the create sensor update policies params

func (*CreateSensorUpdatePoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateSensorUpdatePoliciesReader

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

CreateSensorUpdatePoliciesReader is a Reader for the CreateSensorUpdatePolicies structure.

func (*CreateSensorUpdatePoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateSensorUpdatePoliciesTooManyRequests

type CreateSensorUpdatePoliciesTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

CreateSensorUpdatePoliciesTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewCreateSensorUpdatePoliciesTooManyRequests

func NewCreateSensorUpdatePoliciesTooManyRequests() *CreateSensorUpdatePoliciesTooManyRequests

NewCreateSensorUpdatePoliciesTooManyRequests creates a CreateSensorUpdatePoliciesTooManyRequests with default headers values

func (*CreateSensorUpdatePoliciesTooManyRequests) Code

Code gets the status code for the create sensor update policies too many requests response

func (*CreateSensorUpdatePoliciesTooManyRequests) Error

func (*CreateSensorUpdatePoliciesTooManyRequests) GetPayload

func (*CreateSensorUpdatePoliciesTooManyRequests) IsClientError

IsClientError returns true when this create sensor update policies too many requests response has a 4xx status code

func (*CreateSensorUpdatePoliciesTooManyRequests) IsCode

IsCode returns true when this create sensor update policies too many requests response a status code equal to that given

func (*CreateSensorUpdatePoliciesTooManyRequests) IsRedirect

IsRedirect returns true when this create sensor update policies too many requests response has a 3xx status code

func (*CreateSensorUpdatePoliciesTooManyRequests) IsServerError

IsServerError returns true when this create sensor update policies too many requests response has a 5xx status code

func (*CreateSensorUpdatePoliciesTooManyRequests) IsSuccess

IsSuccess returns true when this create sensor update policies too many requests response has a 2xx status code

func (*CreateSensorUpdatePoliciesTooManyRequests) String

type CreateSensorUpdatePoliciesV2BadRequest

type CreateSensorUpdatePoliciesV2BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV2
}

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

Bad Request

func NewCreateSensorUpdatePoliciesV2BadRequest

func NewCreateSensorUpdatePoliciesV2BadRequest() *CreateSensorUpdatePoliciesV2BadRequest

NewCreateSensorUpdatePoliciesV2BadRequest creates a CreateSensorUpdatePoliciesV2BadRequest with default headers values

func (*CreateSensorUpdatePoliciesV2BadRequest) Code

Code gets the status code for the create sensor update policies v2 bad request response

func (*CreateSensorUpdatePoliciesV2BadRequest) Error

func (*CreateSensorUpdatePoliciesV2BadRequest) GetPayload

func (*CreateSensorUpdatePoliciesV2BadRequest) IsClientError

func (o *CreateSensorUpdatePoliciesV2BadRequest) IsClientError() bool

IsClientError returns true when this create sensor update policies v2 bad request response has a 4xx status code

func (*CreateSensorUpdatePoliciesV2BadRequest) IsCode

IsCode returns true when this create sensor update policies v2 bad request response a status code equal to that given

func (*CreateSensorUpdatePoliciesV2BadRequest) IsRedirect

IsRedirect returns true when this create sensor update policies v2 bad request response has a 3xx status code

func (*CreateSensorUpdatePoliciesV2BadRequest) IsServerError

func (o *CreateSensorUpdatePoliciesV2BadRequest) IsServerError() bool

IsServerError returns true when this create sensor update policies v2 bad request response has a 5xx status code

func (*CreateSensorUpdatePoliciesV2BadRequest) IsSuccess

IsSuccess returns true when this create sensor update policies v2 bad request response has a 2xx status code

func (*CreateSensorUpdatePoliciesV2BadRequest) String

type CreateSensorUpdatePoliciesV2Created

type CreateSensorUpdatePoliciesV2Created struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV2
}

CreateSensorUpdatePoliciesV2Created describes a response with status code 201, with default header values.

Created

func NewCreateSensorUpdatePoliciesV2Created

func NewCreateSensorUpdatePoliciesV2Created() *CreateSensorUpdatePoliciesV2Created

NewCreateSensorUpdatePoliciesV2Created creates a CreateSensorUpdatePoliciesV2Created with default headers values

func (*CreateSensorUpdatePoliciesV2Created) Code

Code gets the status code for the create sensor update policies v2 created response

func (*CreateSensorUpdatePoliciesV2Created) Error

func (*CreateSensorUpdatePoliciesV2Created) GetPayload

func (*CreateSensorUpdatePoliciesV2Created) IsClientError

func (o *CreateSensorUpdatePoliciesV2Created) IsClientError() bool

IsClientError returns true when this create sensor update policies v2 created response has a 4xx status code

func (*CreateSensorUpdatePoliciesV2Created) IsCode

IsCode returns true when this create sensor update policies v2 created response a status code equal to that given

func (*CreateSensorUpdatePoliciesV2Created) IsRedirect

func (o *CreateSensorUpdatePoliciesV2Created) IsRedirect() bool

IsRedirect returns true when this create sensor update policies v2 created response has a 3xx status code

func (*CreateSensorUpdatePoliciesV2Created) IsServerError

func (o *CreateSensorUpdatePoliciesV2Created) IsServerError() bool

IsServerError returns true when this create sensor update policies v2 created response has a 5xx status code

func (*CreateSensorUpdatePoliciesV2Created) IsSuccess

IsSuccess returns true when this create sensor update policies v2 created response has a 2xx status code

func (*CreateSensorUpdatePoliciesV2Created) String

type CreateSensorUpdatePoliciesV2Forbidden

type CreateSensorUpdatePoliciesV2Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

CreateSensorUpdatePoliciesV2Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewCreateSensorUpdatePoliciesV2Forbidden

func NewCreateSensorUpdatePoliciesV2Forbidden() *CreateSensorUpdatePoliciesV2Forbidden

NewCreateSensorUpdatePoliciesV2Forbidden creates a CreateSensorUpdatePoliciesV2Forbidden with default headers values

func (*CreateSensorUpdatePoliciesV2Forbidden) Code

Code gets the status code for the create sensor update policies v2 forbidden response

func (*CreateSensorUpdatePoliciesV2Forbidden) Error

func (*CreateSensorUpdatePoliciesV2Forbidden) GetPayload

func (*CreateSensorUpdatePoliciesV2Forbidden) IsClientError

func (o *CreateSensorUpdatePoliciesV2Forbidden) IsClientError() bool

IsClientError returns true when this create sensor update policies v2 forbidden response has a 4xx status code

func (*CreateSensorUpdatePoliciesV2Forbidden) IsCode

IsCode returns true when this create sensor update policies v2 forbidden response a status code equal to that given

func (*CreateSensorUpdatePoliciesV2Forbidden) IsRedirect

IsRedirect returns true when this create sensor update policies v2 forbidden response has a 3xx status code

func (*CreateSensorUpdatePoliciesV2Forbidden) IsServerError

func (o *CreateSensorUpdatePoliciesV2Forbidden) IsServerError() bool

IsServerError returns true when this create sensor update policies v2 forbidden response has a 5xx status code

func (*CreateSensorUpdatePoliciesV2Forbidden) IsSuccess

IsSuccess returns true when this create sensor update policies v2 forbidden response has a 2xx status code

func (*CreateSensorUpdatePoliciesV2Forbidden) String

type CreateSensorUpdatePoliciesV2InternalServerError

type CreateSensorUpdatePoliciesV2InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV2
}

CreateSensorUpdatePoliciesV2InternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewCreateSensorUpdatePoliciesV2InternalServerError

func NewCreateSensorUpdatePoliciesV2InternalServerError() *CreateSensorUpdatePoliciesV2InternalServerError

NewCreateSensorUpdatePoliciesV2InternalServerError creates a CreateSensorUpdatePoliciesV2InternalServerError with default headers values

func (*CreateSensorUpdatePoliciesV2InternalServerError) Code

Code gets the status code for the create sensor update policies v2 internal server error response

func (*CreateSensorUpdatePoliciesV2InternalServerError) Error

func (*CreateSensorUpdatePoliciesV2InternalServerError) GetPayload

func (*CreateSensorUpdatePoliciesV2InternalServerError) IsClientError

IsClientError returns true when this create sensor update policies v2 internal server error response has a 4xx status code

func (*CreateSensorUpdatePoliciesV2InternalServerError) IsCode

IsCode returns true when this create sensor update policies v2 internal server error response a status code equal to that given

func (*CreateSensorUpdatePoliciesV2InternalServerError) IsRedirect

IsRedirect returns true when this create sensor update policies v2 internal server error response has a 3xx status code

func (*CreateSensorUpdatePoliciesV2InternalServerError) IsServerError

IsServerError returns true when this create sensor update policies v2 internal server error response has a 5xx status code

func (*CreateSensorUpdatePoliciesV2InternalServerError) IsSuccess

IsSuccess returns true when this create sensor update policies v2 internal server error response has a 2xx status code

func (*CreateSensorUpdatePoliciesV2InternalServerError) String

type CreateSensorUpdatePoliciesV2NotFound

type CreateSensorUpdatePoliciesV2NotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV2
}

CreateSensorUpdatePoliciesV2NotFound describes a response with status code 404, with default header values.

Not Found

func NewCreateSensorUpdatePoliciesV2NotFound

func NewCreateSensorUpdatePoliciesV2NotFound() *CreateSensorUpdatePoliciesV2NotFound

NewCreateSensorUpdatePoliciesV2NotFound creates a CreateSensorUpdatePoliciesV2NotFound with default headers values

func (*CreateSensorUpdatePoliciesV2NotFound) Code

Code gets the status code for the create sensor update policies v2 not found response

func (*CreateSensorUpdatePoliciesV2NotFound) Error

func (*CreateSensorUpdatePoliciesV2NotFound) GetPayload

func (*CreateSensorUpdatePoliciesV2NotFound) IsClientError

func (o *CreateSensorUpdatePoliciesV2NotFound) IsClientError() bool

IsClientError returns true when this create sensor update policies v2 not found response has a 4xx status code

func (*CreateSensorUpdatePoliciesV2NotFound) IsCode

IsCode returns true when this create sensor update policies v2 not found response a status code equal to that given

func (*CreateSensorUpdatePoliciesV2NotFound) IsRedirect

IsRedirect returns true when this create sensor update policies v2 not found response has a 3xx status code

func (*CreateSensorUpdatePoliciesV2NotFound) IsServerError

func (o *CreateSensorUpdatePoliciesV2NotFound) IsServerError() bool

IsServerError returns true when this create sensor update policies v2 not found response has a 5xx status code

func (*CreateSensorUpdatePoliciesV2NotFound) IsSuccess

IsSuccess returns true when this create sensor update policies v2 not found response has a 2xx status code

func (*CreateSensorUpdatePoliciesV2NotFound) String

type CreateSensorUpdatePoliciesV2Params

type CreateSensorUpdatePoliciesV2Params struct {

	// Body.
	Body *models.SensorUpdateCreatePoliciesReqV2

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

CreateSensorUpdatePoliciesV2Params contains all the parameters to send to the API endpoint

for the create sensor update policies v2 operation.

Typically these are written to a http.Request.

func NewCreateSensorUpdatePoliciesV2Params

func NewCreateSensorUpdatePoliciesV2Params() *CreateSensorUpdatePoliciesV2Params

NewCreateSensorUpdatePoliciesV2Params creates a new CreateSensorUpdatePoliciesV2Params 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 NewCreateSensorUpdatePoliciesV2ParamsWithContext

func NewCreateSensorUpdatePoliciesV2ParamsWithContext(ctx context.Context) *CreateSensorUpdatePoliciesV2Params

NewCreateSensorUpdatePoliciesV2ParamsWithContext creates a new CreateSensorUpdatePoliciesV2Params object with the ability to set a context for a request.

func NewCreateSensorUpdatePoliciesV2ParamsWithHTTPClient

func NewCreateSensorUpdatePoliciesV2ParamsWithHTTPClient(client *http.Client) *CreateSensorUpdatePoliciesV2Params

NewCreateSensorUpdatePoliciesV2ParamsWithHTTPClient creates a new CreateSensorUpdatePoliciesV2Params object with the ability to set a custom HTTPClient for a request.

func NewCreateSensorUpdatePoliciesV2ParamsWithTimeout

func NewCreateSensorUpdatePoliciesV2ParamsWithTimeout(timeout time.Duration) *CreateSensorUpdatePoliciesV2Params

NewCreateSensorUpdatePoliciesV2ParamsWithTimeout creates a new CreateSensorUpdatePoliciesV2Params object with the ability to set a timeout on a request.

func (*CreateSensorUpdatePoliciesV2Params) SetBody

SetBody adds the body to the create sensor update policies v2 params

func (*CreateSensorUpdatePoliciesV2Params) SetContext

SetContext adds the context to the create sensor update policies v2 params

func (*CreateSensorUpdatePoliciesV2Params) SetDefaults

func (o *CreateSensorUpdatePoliciesV2Params) SetDefaults()

SetDefaults hydrates default values in the create sensor update policies v2 params (not the query body).

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

func (*CreateSensorUpdatePoliciesV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create sensor update policies v2 params

func (*CreateSensorUpdatePoliciesV2Params) SetTimeout

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

SetTimeout adds the timeout to the create sensor update policies v2 params

func (*CreateSensorUpdatePoliciesV2Params) WithBody

WithBody adds the body to the create sensor update policies v2 params

func (*CreateSensorUpdatePoliciesV2Params) WithContext

WithContext adds the context to the create sensor update policies v2 params

func (*CreateSensorUpdatePoliciesV2Params) WithDefaults

WithDefaults hydrates default values in the create sensor update policies v2 params (not the query body).

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

func (*CreateSensorUpdatePoliciesV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create sensor update policies v2 params

func (*CreateSensorUpdatePoliciesV2Params) WithTimeout

WithTimeout adds the timeout to the create sensor update policies v2 params

func (*CreateSensorUpdatePoliciesV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateSensorUpdatePoliciesV2Reader

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

CreateSensorUpdatePoliciesV2Reader is a Reader for the CreateSensorUpdatePoliciesV2 structure.

func (*CreateSensorUpdatePoliciesV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateSensorUpdatePoliciesV2TooManyRequests

type CreateSensorUpdatePoliciesV2TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

CreateSensorUpdatePoliciesV2TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewCreateSensorUpdatePoliciesV2TooManyRequests

func NewCreateSensorUpdatePoliciesV2TooManyRequests() *CreateSensorUpdatePoliciesV2TooManyRequests

NewCreateSensorUpdatePoliciesV2TooManyRequests creates a CreateSensorUpdatePoliciesV2TooManyRequests with default headers values

func (*CreateSensorUpdatePoliciesV2TooManyRequests) Code

Code gets the status code for the create sensor update policies v2 too many requests response

func (*CreateSensorUpdatePoliciesV2TooManyRequests) Error

func (*CreateSensorUpdatePoliciesV2TooManyRequests) GetPayload

func (*CreateSensorUpdatePoliciesV2TooManyRequests) IsClientError

IsClientError returns true when this create sensor update policies v2 too many requests response has a 4xx status code

func (*CreateSensorUpdatePoliciesV2TooManyRequests) IsCode

IsCode returns true when this create sensor update policies v2 too many requests response a status code equal to that given

func (*CreateSensorUpdatePoliciesV2TooManyRequests) IsRedirect

IsRedirect returns true when this create sensor update policies v2 too many requests response has a 3xx status code

func (*CreateSensorUpdatePoliciesV2TooManyRequests) IsServerError

IsServerError returns true when this create sensor update policies v2 too many requests response has a 5xx status code

func (*CreateSensorUpdatePoliciesV2TooManyRequests) IsSuccess

IsSuccess returns true when this create sensor update policies v2 too many requests response has a 2xx status code

func (*CreateSensorUpdatePoliciesV2TooManyRequests) String

type DeleteSensorUpdatePoliciesForbidden

type DeleteSensorUpdatePoliciesForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

DeleteSensorUpdatePoliciesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteSensorUpdatePoliciesForbidden

func NewDeleteSensorUpdatePoliciesForbidden() *DeleteSensorUpdatePoliciesForbidden

NewDeleteSensorUpdatePoliciesForbidden creates a DeleteSensorUpdatePoliciesForbidden with default headers values

func (*DeleteSensorUpdatePoliciesForbidden) Code

Code gets the status code for the delete sensor update policies forbidden response

func (*DeleteSensorUpdatePoliciesForbidden) Error

func (*DeleteSensorUpdatePoliciesForbidden) GetPayload

func (*DeleteSensorUpdatePoliciesForbidden) IsClientError

func (o *DeleteSensorUpdatePoliciesForbidden) IsClientError() bool

IsClientError returns true when this delete sensor update policies forbidden response has a 4xx status code

func (*DeleteSensorUpdatePoliciesForbidden) IsCode

IsCode returns true when this delete sensor update policies forbidden response a status code equal to that given

func (*DeleteSensorUpdatePoliciesForbidden) IsRedirect

func (o *DeleteSensorUpdatePoliciesForbidden) IsRedirect() bool

IsRedirect returns true when this delete sensor update policies forbidden response has a 3xx status code

func (*DeleteSensorUpdatePoliciesForbidden) IsServerError

func (o *DeleteSensorUpdatePoliciesForbidden) IsServerError() bool

IsServerError returns true when this delete sensor update policies forbidden response has a 5xx status code

func (*DeleteSensorUpdatePoliciesForbidden) IsSuccess

IsSuccess returns true when this delete sensor update policies forbidden response has a 2xx status code

func (*DeleteSensorUpdatePoliciesForbidden) String

type DeleteSensorUpdatePoliciesInternalServerError

type DeleteSensorUpdatePoliciesInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

DeleteSensorUpdatePoliciesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewDeleteSensorUpdatePoliciesInternalServerError

func NewDeleteSensorUpdatePoliciesInternalServerError() *DeleteSensorUpdatePoliciesInternalServerError

NewDeleteSensorUpdatePoliciesInternalServerError creates a DeleteSensorUpdatePoliciesInternalServerError with default headers values

func (*DeleteSensorUpdatePoliciesInternalServerError) Code

Code gets the status code for the delete sensor update policies internal server error response

func (*DeleteSensorUpdatePoliciesInternalServerError) Error

func (*DeleteSensorUpdatePoliciesInternalServerError) GetPayload

func (*DeleteSensorUpdatePoliciesInternalServerError) IsClientError

IsClientError returns true when this delete sensor update policies internal server error response has a 4xx status code

func (*DeleteSensorUpdatePoliciesInternalServerError) IsCode

IsCode returns true when this delete sensor update policies internal server error response a status code equal to that given

func (*DeleteSensorUpdatePoliciesInternalServerError) IsRedirect

IsRedirect returns true when this delete sensor update policies internal server error response has a 3xx status code

func (*DeleteSensorUpdatePoliciesInternalServerError) IsServerError

IsServerError returns true when this delete sensor update policies internal server error response has a 5xx status code

func (*DeleteSensorUpdatePoliciesInternalServerError) IsSuccess

IsSuccess returns true when this delete sensor update policies internal server error response has a 2xx status code

func (*DeleteSensorUpdatePoliciesInternalServerError) String

type DeleteSensorUpdatePoliciesNotFound

type DeleteSensorUpdatePoliciesNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

DeleteSensorUpdatePoliciesNotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteSensorUpdatePoliciesNotFound

func NewDeleteSensorUpdatePoliciesNotFound() *DeleteSensorUpdatePoliciesNotFound

NewDeleteSensorUpdatePoliciesNotFound creates a DeleteSensorUpdatePoliciesNotFound with default headers values

func (*DeleteSensorUpdatePoliciesNotFound) Code

Code gets the status code for the delete sensor update policies not found response

func (*DeleteSensorUpdatePoliciesNotFound) Error

func (*DeleteSensorUpdatePoliciesNotFound) GetPayload

func (*DeleteSensorUpdatePoliciesNotFound) IsClientError

func (o *DeleteSensorUpdatePoliciesNotFound) IsClientError() bool

IsClientError returns true when this delete sensor update policies not found response has a 4xx status code

func (*DeleteSensorUpdatePoliciesNotFound) IsCode

IsCode returns true when this delete sensor update policies not found response a status code equal to that given

func (*DeleteSensorUpdatePoliciesNotFound) IsRedirect

func (o *DeleteSensorUpdatePoliciesNotFound) IsRedirect() bool

IsRedirect returns true when this delete sensor update policies not found response has a 3xx status code

func (*DeleteSensorUpdatePoliciesNotFound) IsServerError

func (o *DeleteSensorUpdatePoliciesNotFound) IsServerError() bool

IsServerError returns true when this delete sensor update policies not found response has a 5xx status code

func (*DeleteSensorUpdatePoliciesNotFound) IsSuccess

IsSuccess returns true when this delete sensor update policies not found response has a 2xx status code

func (*DeleteSensorUpdatePoliciesNotFound) String

type DeleteSensorUpdatePoliciesOK

type DeleteSensorUpdatePoliciesOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

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

OK

func NewDeleteSensorUpdatePoliciesOK

func NewDeleteSensorUpdatePoliciesOK() *DeleteSensorUpdatePoliciesOK

NewDeleteSensorUpdatePoliciesOK creates a DeleteSensorUpdatePoliciesOK with default headers values

func (*DeleteSensorUpdatePoliciesOK) Code

Code gets the status code for the delete sensor update policies o k response

func (*DeleteSensorUpdatePoliciesOK) Error

func (*DeleteSensorUpdatePoliciesOK) GetPayload

func (*DeleteSensorUpdatePoliciesOK) IsClientError

func (o *DeleteSensorUpdatePoliciesOK) IsClientError() bool

IsClientError returns true when this delete sensor update policies o k response has a 4xx status code

func (*DeleteSensorUpdatePoliciesOK) IsCode

func (o *DeleteSensorUpdatePoliciesOK) IsCode(code int) bool

IsCode returns true when this delete sensor update policies o k response a status code equal to that given

func (*DeleteSensorUpdatePoliciesOK) IsRedirect

func (o *DeleteSensorUpdatePoliciesOK) IsRedirect() bool

IsRedirect returns true when this delete sensor update policies o k response has a 3xx status code

func (*DeleteSensorUpdatePoliciesOK) IsServerError

func (o *DeleteSensorUpdatePoliciesOK) IsServerError() bool

IsServerError returns true when this delete sensor update policies o k response has a 5xx status code

func (*DeleteSensorUpdatePoliciesOK) IsSuccess

func (o *DeleteSensorUpdatePoliciesOK) IsSuccess() bool

IsSuccess returns true when this delete sensor update policies o k response has a 2xx status code

func (*DeleteSensorUpdatePoliciesOK) String

type DeleteSensorUpdatePoliciesParams

type DeleteSensorUpdatePoliciesParams struct {

	/* Ids.

	   The IDs of the Sensor Update Policies to delete
	*/
	Ids []string

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

DeleteSensorUpdatePoliciesParams contains all the parameters to send to the API endpoint

for the delete sensor update policies operation.

Typically these are written to a http.Request.

func NewDeleteSensorUpdatePoliciesParams

func NewDeleteSensorUpdatePoliciesParams() *DeleteSensorUpdatePoliciesParams

NewDeleteSensorUpdatePoliciesParams creates a new DeleteSensorUpdatePoliciesParams 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 NewDeleteSensorUpdatePoliciesParamsWithContext

func NewDeleteSensorUpdatePoliciesParamsWithContext(ctx context.Context) *DeleteSensorUpdatePoliciesParams

NewDeleteSensorUpdatePoliciesParamsWithContext creates a new DeleteSensorUpdatePoliciesParams object with the ability to set a context for a request.

func NewDeleteSensorUpdatePoliciesParamsWithHTTPClient

func NewDeleteSensorUpdatePoliciesParamsWithHTTPClient(client *http.Client) *DeleteSensorUpdatePoliciesParams

NewDeleteSensorUpdatePoliciesParamsWithHTTPClient creates a new DeleteSensorUpdatePoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteSensorUpdatePoliciesParamsWithTimeout

func NewDeleteSensorUpdatePoliciesParamsWithTimeout(timeout time.Duration) *DeleteSensorUpdatePoliciesParams

NewDeleteSensorUpdatePoliciesParamsWithTimeout creates a new DeleteSensorUpdatePoliciesParams object with the ability to set a timeout on a request.

func (*DeleteSensorUpdatePoliciesParams) SetContext

SetContext adds the context to the delete sensor update policies params

func (*DeleteSensorUpdatePoliciesParams) SetDefaults

func (o *DeleteSensorUpdatePoliciesParams) SetDefaults()

SetDefaults hydrates default values in the delete sensor update policies params (not the query body).

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

func (*DeleteSensorUpdatePoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete sensor update policies params

func (*DeleteSensorUpdatePoliciesParams) SetIds

func (o *DeleteSensorUpdatePoliciesParams) SetIds(ids []string)

SetIds adds the ids to the delete sensor update policies params

func (*DeleteSensorUpdatePoliciesParams) SetTimeout

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

SetTimeout adds the timeout to the delete sensor update policies params

func (*DeleteSensorUpdatePoliciesParams) WithContext

WithContext adds the context to the delete sensor update policies params

func (*DeleteSensorUpdatePoliciesParams) WithDefaults

WithDefaults hydrates default values in the delete sensor update policies params (not the query body).

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

func (*DeleteSensorUpdatePoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete sensor update policies params

func (*DeleteSensorUpdatePoliciesParams) WithIds

WithIds adds the ids to the delete sensor update policies params

func (*DeleteSensorUpdatePoliciesParams) WithTimeout

WithTimeout adds the timeout to the delete sensor update policies params

func (*DeleteSensorUpdatePoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteSensorUpdatePoliciesReader

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

DeleteSensorUpdatePoliciesReader is a Reader for the DeleteSensorUpdatePolicies structure.

func (*DeleteSensorUpdatePoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteSensorUpdatePoliciesTooManyRequests

type DeleteSensorUpdatePoliciesTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

DeleteSensorUpdatePoliciesTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewDeleteSensorUpdatePoliciesTooManyRequests

func NewDeleteSensorUpdatePoliciesTooManyRequests() *DeleteSensorUpdatePoliciesTooManyRequests

NewDeleteSensorUpdatePoliciesTooManyRequests creates a DeleteSensorUpdatePoliciesTooManyRequests with default headers values

func (*DeleteSensorUpdatePoliciesTooManyRequests) Code

Code gets the status code for the delete sensor update policies too many requests response

func (*DeleteSensorUpdatePoliciesTooManyRequests) Error

func (*DeleteSensorUpdatePoliciesTooManyRequests) GetPayload

func (*DeleteSensorUpdatePoliciesTooManyRequests) IsClientError

IsClientError returns true when this delete sensor update policies too many requests response has a 4xx status code

func (*DeleteSensorUpdatePoliciesTooManyRequests) IsCode

IsCode returns true when this delete sensor update policies too many requests response a status code equal to that given

func (*DeleteSensorUpdatePoliciesTooManyRequests) IsRedirect

IsRedirect returns true when this delete sensor update policies too many requests response has a 3xx status code

func (*DeleteSensorUpdatePoliciesTooManyRequests) IsServerError

IsServerError returns true when this delete sensor update policies too many requests response has a 5xx status code

func (*DeleteSensorUpdatePoliciesTooManyRequests) IsSuccess

IsSuccess returns true when this delete sensor update policies too many requests response has a 2xx status code

func (*DeleteSensorUpdatePoliciesTooManyRequests) String

type GetSensorUpdatePoliciesForbidden

type GetSensorUpdatePoliciesForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

GetSensorUpdatePoliciesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetSensorUpdatePoliciesForbidden

func NewGetSensorUpdatePoliciesForbidden() *GetSensorUpdatePoliciesForbidden

NewGetSensorUpdatePoliciesForbidden creates a GetSensorUpdatePoliciesForbidden with default headers values

func (*GetSensorUpdatePoliciesForbidden) Code

Code gets the status code for the get sensor update policies forbidden response

func (*GetSensorUpdatePoliciesForbidden) Error

func (*GetSensorUpdatePoliciesForbidden) GetPayload

func (*GetSensorUpdatePoliciesForbidden) IsClientError

func (o *GetSensorUpdatePoliciesForbidden) IsClientError() bool

IsClientError returns true when this get sensor update policies forbidden response has a 4xx status code

func (*GetSensorUpdatePoliciesForbidden) IsCode

func (o *GetSensorUpdatePoliciesForbidden) IsCode(code int) bool

IsCode returns true when this get sensor update policies forbidden response a status code equal to that given

func (*GetSensorUpdatePoliciesForbidden) IsRedirect

func (o *GetSensorUpdatePoliciesForbidden) IsRedirect() bool

IsRedirect returns true when this get sensor update policies forbidden response has a 3xx status code

func (*GetSensorUpdatePoliciesForbidden) IsServerError

func (o *GetSensorUpdatePoliciesForbidden) IsServerError() bool

IsServerError returns true when this get sensor update policies forbidden response has a 5xx status code

func (*GetSensorUpdatePoliciesForbidden) IsSuccess

func (o *GetSensorUpdatePoliciesForbidden) IsSuccess() bool

IsSuccess returns true when this get sensor update policies forbidden response has a 2xx status code

func (*GetSensorUpdatePoliciesForbidden) String

type GetSensorUpdatePoliciesInternalServerError

type GetSensorUpdatePoliciesInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV1
}

GetSensorUpdatePoliciesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetSensorUpdatePoliciesInternalServerError

func NewGetSensorUpdatePoliciesInternalServerError() *GetSensorUpdatePoliciesInternalServerError

NewGetSensorUpdatePoliciesInternalServerError creates a GetSensorUpdatePoliciesInternalServerError with default headers values

func (*GetSensorUpdatePoliciesInternalServerError) Code

Code gets the status code for the get sensor update policies internal server error response

func (*GetSensorUpdatePoliciesInternalServerError) Error

func (*GetSensorUpdatePoliciesInternalServerError) GetPayload

func (*GetSensorUpdatePoliciesInternalServerError) IsClientError

IsClientError returns true when this get sensor update policies internal server error response has a 4xx status code

func (*GetSensorUpdatePoliciesInternalServerError) IsCode

IsCode returns true when this get sensor update policies internal server error response a status code equal to that given

func (*GetSensorUpdatePoliciesInternalServerError) IsRedirect

IsRedirect returns true when this get sensor update policies internal server error response has a 3xx status code

func (*GetSensorUpdatePoliciesInternalServerError) IsServerError

IsServerError returns true when this get sensor update policies internal server error response has a 5xx status code

func (*GetSensorUpdatePoliciesInternalServerError) IsSuccess

IsSuccess returns true when this get sensor update policies internal server error response has a 2xx status code

func (*GetSensorUpdatePoliciesInternalServerError) String

type GetSensorUpdatePoliciesNotFound

type GetSensorUpdatePoliciesNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV1
}

GetSensorUpdatePoliciesNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetSensorUpdatePoliciesNotFound

func NewGetSensorUpdatePoliciesNotFound() *GetSensorUpdatePoliciesNotFound

NewGetSensorUpdatePoliciesNotFound creates a GetSensorUpdatePoliciesNotFound with default headers values

func (*GetSensorUpdatePoliciesNotFound) Code

Code gets the status code for the get sensor update policies not found response

func (*GetSensorUpdatePoliciesNotFound) Error

func (*GetSensorUpdatePoliciesNotFound) GetPayload

func (*GetSensorUpdatePoliciesNotFound) IsClientError

func (o *GetSensorUpdatePoliciesNotFound) IsClientError() bool

IsClientError returns true when this get sensor update policies not found response has a 4xx status code

func (*GetSensorUpdatePoliciesNotFound) IsCode

func (o *GetSensorUpdatePoliciesNotFound) IsCode(code int) bool

IsCode returns true when this get sensor update policies not found response a status code equal to that given

func (*GetSensorUpdatePoliciesNotFound) IsRedirect

func (o *GetSensorUpdatePoliciesNotFound) IsRedirect() bool

IsRedirect returns true when this get sensor update policies not found response has a 3xx status code

func (*GetSensorUpdatePoliciesNotFound) IsServerError

func (o *GetSensorUpdatePoliciesNotFound) IsServerError() bool

IsServerError returns true when this get sensor update policies not found response has a 5xx status code

func (*GetSensorUpdatePoliciesNotFound) IsSuccess

func (o *GetSensorUpdatePoliciesNotFound) IsSuccess() bool

IsSuccess returns true when this get sensor update policies not found response has a 2xx status code

func (*GetSensorUpdatePoliciesNotFound) String

type GetSensorUpdatePoliciesOK

type GetSensorUpdatePoliciesOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV1
}

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

OK

func NewGetSensorUpdatePoliciesOK

func NewGetSensorUpdatePoliciesOK() *GetSensorUpdatePoliciesOK

NewGetSensorUpdatePoliciesOK creates a GetSensorUpdatePoliciesOK with default headers values

func (*GetSensorUpdatePoliciesOK) Code

func (o *GetSensorUpdatePoliciesOK) Code() int

Code gets the status code for the get sensor update policies o k response

func (*GetSensorUpdatePoliciesOK) Error

func (o *GetSensorUpdatePoliciesOK) Error() string

func (*GetSensorUpdatePoliciesOK) GetPayload

func (*GetSensorUpdatePoliciesOK) IsClientError

func (o *GetSensorUpdatePoliciesOK) IsClientError() bool

IsClientError returns true when this get sensor update policies o k response has a 4xx status code

func (*GetSensorUpdatePoliciesOK) IsCode

func (o *GetSensorUpdatePoliciesOK) IsCode(code int) bool

IsCode returns true when this get sensor update policies o k response a status code equal to that given

func (*GetSensorUpdatePoliciesOK) IsRedirect

func (o *GetSensorUpdatePoliciesOK) IsRedirect() bool

IsRedirect returns true when this get sensor update policies o k response has a 3xx status code

func (*GetSensorUpdatePoliciesOK) IsServerError

func (o *GetSensorUpdatePoliciesOK) IsServerError() bool

IsServerError returns true when this get sensor update policies o k response has a 5xx status code

func (*GetSensorUpdatePoliciesOK) IsSuccess

func (o *GetSensorUpdatePoliciesOK) IsSuccess() bool

IsSuccess returns true when this get sensor update policies o k response has a 2xx status code

func (*GetSensorUpdatePoliciesOK) String

func (o *GetSensorUpdatePoliciesOK) String() string

type GetSensorUpdatePoliciesParams

type GetSensorUpdatePoliciesParams struct {

	/* Ids.

	   The IDs of the Sensor Update Policies to return
	*/
	Ids []string

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

GetSensorUpdatePoliciesParams contains all the parameters to send to the API endpoint

for the get sensor update policies operation.

Typically these are written to a http.Request.

func NewGetSensorUpdatePoliciesParams

func NewGetSensorUpdatePoliciesParams() *GetSensorUpdatePoliciesParams

NewGetSensorUpdatePoliciesParams creates a new GetSensorUpdatePoliciesParams 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 NewGetSensorUpdatePoliciesParamsWithContext

func NewGetSensorUpdatePoliciesParamsWithContext(ctx context.Context) *GetSensorUpdatePoliciesParams

NewGetSensorUpdatePoliciesParamsWithContext creates a new GetSensorUpdatePoliciesParams object with the ability to set a context for a request.

func NewGetSensorUpdatePoliciesParamsWithHTTPClient

func NewGetSensorUpdatePoliciesParamsWithHTTPClient(client *http.Client) *GetSensorUpdatePoliciesParams

NewGetSensorUpdatePoliciesParamsWithHTTPClient creates a new GetSensorUpdatePoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewGetSensorUpdatePoliciesParamsWithTimeout

func NewGetSensorUpdatePoliciesParamsWithTimeout(timeout time.Duration) *GetSensorUpdatePoliciesParams

NewGetSensorUpdatePoliciesParamsWithTimeout creates a new GetSensorUpdatePoliciesParams object with the ability to set a timeout on a request.

func (*GetSensorUpdatePoliciesParams) SetContext

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

SetContext adds the context to the get sensor update policies params

func (*GetSensorUpdatePoliciesParams) SetDefaults

func (o *GetSensorUpdatePoliciesParams) SetDefaults()

SetDefaults hydrates default values in the get sensor update policies params (not the query body).

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

func (*GetSensorUpdatePoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get sensor update policies params

func (*GetSensorUpdatePoliciesParams) SetIds

func (o *GetSensorUpdatePoliciesParams) SetIds(ids []string)

SetIds adds the ids to the get sensor update policies params

func (*GetSensorUpdatePoliciesParams) SetTimeout

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

SetTimeout adds the timeout to the get sensor update policies params

func (*GetSensorUpdatePoliciesParams) WithContext

WithContext adds the context to the get sensor update policies params

func (*GetSensorUpdatePoliciesParams) WithDefaults

WithDefaults hydrates default values in the get sensor update policies params (not the query body).

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

func (*GetSensorUpdatePoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get sensor update policies params

func (*GetSensorUpdatePoliciesParams) WithIds

WithIds adds the ids to the get sensor update policies params

func (*GetSensorUpdatePoliciesParams) WithTimeout

WithTimeout adds the timeout to the get sensor update policies params

func (*GetSensorUpdatePoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSensorUpdatePoliciesReader

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

GetSensorUpdatePoliciesReader is a Reader for the GetSensorUpdatePolicies structure.

func (*GetSensorUpdatePoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSensorUpdatePoliciesTooManyRequests

type GetSensorUpdatePoliciesTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

GetSensorUpdatePoliciesTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetSensorUpdatePoliciesTooManyRequests

func NewGetSensorUpdatePoliciesTooManyRequests() *GetSensorUpdatePoliciesTooManyRequests

NewGetSensorUpdatePoliciesTooManyRequests creates a GetSensorUpdatePoliciesTooManyRequests with default headers values

func (*GetSensorUpdatePoliciesTooManyRequests) Code

Code gets the status code for the get sensor update policies too many requests response

func (*GetSensorUpdatePoliciesTooManyRequests) Error

func (*GetSensorUpdatePoliciesTooManyRequests) GetPayload

func (*GetSensorUpdatePoliciesTooManyRequests) IsClientError

func (o *GetSensorUpdatePoliciesTooManyRequests) IsClientError() bool

IsClientError returns true when this get sensor update policies too many requests response has a 4xx status code

func (*GetSensorUpdatePoliciesTooManyRequests) IsCode

IsCode returns true when this get sensor update policies too many requests response a status code equal to that given

func (*GetSensorUpdatePoliciesTooManyRequests) IsRedirect

IsRedirect returns true when this get sensor update policies too many requests response has a 3xx status code

func (*GetSensorUpdatePoliciesTooManyRequests) IsServerError

func (o *GetSensorUpdatePoliciesTooManyRequests) IsServerError() bool

IsServerError returns true when this get sensor update policies too many requests response has a 5xx status code

func (*GetSensorUpdatePoliciesTooManyRequests) IsSuccess

IsSuccess returns true when this get sensor update policies too many requests response has a 2xx status code

func (*GetSensorUpdatePoliciesTooManyRequests) String

type GetSensorUpdatePoliciesV2Forbidden

type GetSensorUpdatePoliciesV2Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

GetSensorUpdatePoliciesV2Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetSensorUpdatePoliciesV2Forbidden

func NewGetSensorUpdatePoliciesV2Forbidden() *GetSensorUpdatePoliciesV2Forbidden

NewGetSensorUpdatePoliciesV2Forbidden creates a GetSensorUpdatePoliciesV2Forbidden with default headers values

func (*GetSensorUpdatePoliciesV2Forbidden) Code

Code gets the status code for the get sensor update policies v2 forbidden response

func (*GetSensorUpdatePoliciesV2Forbidden) Error

func (*GetSensorUpdatePoliciesV2Forbidden) GetPayload

func (*GetSensorUpdatePoliciesV2Forbidden) IsClientError

func (o *GetSensorUpdatePoliciesV2Forbidden) IsClientError() bool

IsClientError returns true when this get sensor update policies v2 forbidden response has a 4xx status code

func (*GetSensorUpdatePoliciesV2Forbidden) IsCode

IsCode returns true when this get sensor update policies v2 forbidden response a status code equal to that given

func (*GetSensorUpdatePoliciesV2Forbidden) IsRedirect

func (o *GetSensorUpdatePoliciesV2Forbidden) IsRedirect() bool

IsRedirect returns true when this get sensor update policies v2 forbidden response has a 3xx status code

func (*GetSensorUpdatePoliciesV2Forbidden) IsServerError

func (o *GetSensorUpdatePoliciesV2Forbidden) IsServerError() bool

IsServerError returns true when this get sensor update policies v2 forbidden response has a 5xx status code

func (*GetSensorUpdatePoliciesV2Forbidden) IsSuccess

IsSuccess returns true when this get sensor update policies v2 forbidden response has a 2xx status code

func (*GetSensorUpdatePoliciesV2Forbidden) String

type GetSensorUpdatePoliciesV2InternalServerError

type GetSensorUpdatePoliciesV2InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV2
}

GetSensorUpdatePoliciesV2InternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetSensorUpdatePoliciesV2InternalServerError

func NewGetSensorUpdatePoliciesV2InternalServerError() *GetSensorUpdatePoliciesV2InternalServerError

NewGetSensorUpdatePoliciesV2InternalServerError creates a GetSensorUpdatePoliciesV2InternalServerError with default headers values

func (*GetSensorUpdatePoliciesV2InternalServerError) Code

Code gets the status code for the get sensor update policies v2 internal server error response

func (*GetSensorUpdatePoliciesV2InternalServerError) Error

func (*GetSensorUpdatePoliciesV2InternalServerError) GetPayload

func (*GetSensorUpdatePoliciesV2InternalServerError) IsClientError

IsClientError returns true when this get sensor update policies v2 internal server error response has a 4xx status code

func (*GetSensorUpdatePoliciesV2InternalServerError) IsCode

IsCode returns true when this get sensor update policies v2 internal server error response a status code equal to that given

func (*GetSensorUpdatePoliciesV2InternalServerError) IsRedirect

IsRedirect returns true when this get sensor update policies v2 internal server error response has a 3xx status code

func (*GetSensorUpdatePoliciesV2InternalServerError) IsServerError

IsServerError returns true when this get sensor update policies v2 internal server error response has a 5xx status code

func (*GetSensorUpdatePoliciesV2InternalServerError) IsSuccess

IsSuccess returns true when this get sensor update policies v2 internal server error response has a 2xx status code

func (*GetSensorUpdatePoliciesV2InternalServerError) String

type GetSensorUpdatePoliciesV2NotFound

type GetSensorUpdatePoliciesV2NotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV2
}

GetSensorUpdatePoliciesV2NotFound describes a response with status code 404, with default header values.

Not Found

func NewGetSensorUpdatePoliciesV2NotFound

func NewGetSensorUpdatePoliciesV2NotFound() *GetSensorUpdatePoliciesV2NotFound

NewGetSensorUpdatePoliciesV2NotFound creates a GetSensorUpdatePoliciesV2NotFound with default headers values

func (*GetSensorUpdatePoliciesV2NotFound) Code

Code gets the status code for the get sensor update policies v2 not found response

func (*GetSensorUpdatePoliciesV2NotFound) Error

func (*GetSensorUpdatePoliciesV2NotFound) GetPayload

func (*GetSensorUpdatePoliciesV2NotFound) IsClientError

func (o *GetSensorUpdatePoliciesV2NotFound) IsClientError() bool

IsClientError returns true when this get sensor update policies v2 not found response has a 4xx status code

func (*GetSensorUpdatePoliciesV2NotFound) IsCode

func (o *GetSensorUpdatePoliciesV2NotFound) IsCode(code int) bool

IsCode returns true when this get sensor update policies v2 not found response a status code equal to that given

func (*GetSensorUpdatePoliciesV2NotFound) IsRedirect

func (o *GetSensorUpdatePoliciesV2NotFound) IsRedirect() bool

IsRedirect returns true when this get sensor update policies v2 not found response has a 3xx status code

func (*GetSensorUpdatePoliciesV2NotFound) IsServerError

func (o *GetSensorUpdatePoliciesV2NotFound) IsServerError() bool

IsServerError returns true when this get sensor update policies v2 not found response has a 5xx status code

func (*GetSensorUpdatePoliciesV2NotFound) IsSuccess

func (o *GetSensorUpdatePoliciesV2NotFound) IsSuccess() bool

IsSuccess returns true when this get sensor update policies v2 not found response has a 2xx status code

func (*GetSensorUpdatePoliciesV2NotFound) String

type GetSensorUpdatePoliciesV2OK

type GetSensorUpdatePoliciesV2OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV2
}

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

OK

func NewGetSensorUpdatePoliciesV2OK

func NewGetSensorUpdatePoliciesV2OK() *GetSensorUpdatePoliciesV2OK

NewGetSensorUpdatePoliciesV2OK creates a GetSensorUpdatePoliciesV2OK with default headers values

func (*GetSensorUpdatePoliciesV2OK) Code

func (o *GetSensorUpdatePoliciesV2OK) Code() int

Code gets the status code for the get sensor update policies v2 o k response

func (*GetSensorUpdatePoliciesV2OK) Error

func (*GetSensorUpdatePoliciesV2OK) GetPayload

func (*GetSensorUpdatePoliciesV2OK) IsClientError

func (o *GetSensorUpdatePoliciesV2OK) IsClientError() bool

IsClientError returns true when this get sensor update policies v2 o k response has a 4xx status code

func (*GetSensorUpdatePoliciesV2OK) IsCode

func (o *GetSensorUpdatePoliciesV2OK) IsCode(code int) bool

IsCode returns true when this get sensor update policies v2 o k response a status code equal to that given

func (*GetSensorUpdatePoliciesV2OK) IsRedirect

func (o *GetSensorUpdatePoliciesV2OK) IsRedirect() bool

IsRedirect returns true when this get sensor update policies v2 o k response has a 3xx status code

func (*GetSensorUpdatePoliciesV2OK) IsServerError

func (o *GetSensorUpdatePoliciesV2OK) IsServerError() bool

IsServerError returns true when this get sensor update policies v2 o k response has a 5xx status code

func (*GetSensorUpdatePoliciesV2OK) IsSuccess

func (o *GetSensorUpdatePoliciesV2OK) IsSuccess() bool

IsSuccess returns true when this get sensor update policies v2 o k response has a 2xx status code

func (*GetSensorUpdatePoliciesV2OK) String

func (o *GetSensorUpdatePoliciesV2OK) String() string

type GetSensorUpdatePoliciesV2Params

type GetSensorUpdatePoliciesV2Params struct {

	/* Ids.

	   The IDs of the Sensor Update Policies to return
	*/
	Ids []string

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

GetSensorUpdatePoliciesV2Params contains all the parameters to send to the API endpoint

for the get sensor update policies v2 operation.

Typically these are written to a http.Request.

func NewGetSensorUpdatePoliciesV2Params

func NewGetSensorUpdatePoliciesV2Params() *GetSensorUpdatePoliciesV2Params

NewGetSensorUpdatePoliciesV2Params creates a new GetSensorUpdatePoliciesV2Params 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 NewGetSensorUpdatePoliciesV2ParamsWithContext

func NewGetSensorUpdatePoliciesV2ParamsWithContext(ctx context.Context) *GetSensorUpdatePoliciesV2Params

NewGetSensorUpdatePoliciesV2ParamsWithContext creates a new GetSensorUpdatePoliciesV2Params object with the ability to set a context for a request.

func NewGetSensorUpdatePoliciesV2ParamsWithHTTPClient

func NewGetSensorUpdatePoliciesV2ParamsWithHTTPClient(client *http.Client) *GetSensorUpdatePoliciesV2Params

NewGetSensorUpdatePoliciesV2ParamsWithHTTPClient creates a new GetSensorUpdatePoliciesV2Params object with the ability to set a custom HTTPClient for a request.

func NewGetSensorUpdatePoliciesV2ParamsWithTimeout

func NewGetSensorUpdatePoliciesV2ParamsWithTimeout(timeout time.Duration) *GetSensorUpdatePoliciesV2Params

NewGetSensorUpdatePoliciesV2ParamsWithTimeout creates a new GetSensorUpdatePoliciesV2Params object with the ability to set a timeout on a request.

func (*GetSensorUpdatePoliciesV2Params) SetContext

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

SetContext adds the context to the get sensor update policies v2 params

func (*GetSensorUpdatePoliciesV2Params) SetDefaults

func (o *GetSensorUpdatePoliciesV2Params) SetDefaults()

SetDefaults hydrates default values in the get sensor update policies v2 params (not the query body).

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

func (*GetSensorUpdatePoliciesV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get sensor update policies v2 params

func (*GetSensorUpdatePoliciesV2Params) SetIds

func (o *GetSensorUpdatePoliciesV2Params) SetIds(ids []string)

SetIds adds the ids to the get sensor update policies v2 params

func (*GetSensorUpdatePoliciesV2Params) SetTimeout

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

SetTimeout adds the timeout to the get sensor update policies v2 params

func (*GetSensorUpdatePoliciesV2Params) WithContext

WithContext adds the context to the get sensor update policies v2 params

func (*GetSensorUpdatePoliciesV2Params) WithDefaults

WithDefaults hydrates default values in the get sensor update policies v2 params (not the query body).

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

func (*GetSensorUpdatePoliciesV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get sensor update policies v2 params

func (*GetSensorUpdatePoliciesV2Params) WithIds

WithIds adds the ids to the get sensor update policies v2 params

func (*GetSensorUpdatePoliciesV2Params) WithTimeout

WithTimeout adds the timeout to the get sensor update policies v2 params

func (*GetSensorUpdatePoliciesV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSensorUpdatePoliciesV2Reader

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

GetSensorUpdatePoliciesV2Reader is a Reader for the GetSensorUpdatePoliciesV2 structure.

func (*GetSensorUpdatePoliciesV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSensorUpdatePoliciesV2TooManyRequests

type GetSensorUpdatePoliciesV2TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

GetSensorUpdatePoliciesV2TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetSensorUpdatePoliciesV2TooManyRequests

func NewGetSensorUpdatePoliciesV2TooManyRequests() *GetSensorUpdatePoliciesV2TooManyRequests

NewGetSensorUpdatePoliciesV2TooManyRequests creates a GetSensorUpdatePoliciesV2TooManyRequests with default headers values

func (*GetSensorUpdatePoliciesV2TooManyRequests) Code

Code gets the status code for the get sensor update policies v2 too many requests response

func (*GetSensorUpdatePoliciesV2TooManyRequests) Error

func (*GetSensorUpdatePoliciesV2TooManyRequests) GetPayload

func (*GetSensorUpdatePoliciesV2TooManyRequests) IsClientError

IsClientError returns true when this get sensor update policies v2 too many requests response has a 4xx status code

func (*GetSensorUpdatePoliciesV2TooManyRequests) IsCode

IsCode returns true when this get sensor update policies v2 too many requests response a status code equal to that given

func (*GetSensorUpdatePoliciesV2TooManyRequests) IsRedirect

IsRedirect returns true when this get sensor update policies v2 too many requests response has a 3xx status code

func (*GetSensorUpdatePoliciesV2TooManyRequests) IsServerError

IsServerError returns true when this get sensor update policies v2 too many requests response has a 5xx status code

func (*GetSensorUpdatePoliciesV2TooManyRequests) IsSuccess

IsSuccess returns true when this get sensor update policies v2 too many requests response has a 2xx status code

func (*GetSensorUpdatePoliciesV2TooManyRequests) String

type PerformSensorUpdatePoliciesActionBadRequest

type PerformSensorUpdatePoliciesActionBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV1
}

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

Bad Request

func NewPerformSensorUpdatePoliciesActionBadRequest

func NewPerformSensorUpdatePoliciesActionBadRequest() *PerformSensorUpdatePoliciesActionBadRequest

NewPerformSensorUpdatePoliciesActionBadRequest creates a PerformSensorUpdatePoliciesActionBadRequest with default headers values

func (*PerformSensorUpdatePoliciesActionBadRequest) Code

Code gets the status code for the perform sensor update policies action bad request response

func (*PerformSensorUpdatePoliciesActionBadRequest) Error

func (*PerformSensorUpdatePoliciesActionBadRequest) GetPayload

func (*PerformSensorUpdatePoliciesActionBadRequest) IsClientError

IsClientError returns true when this perform sensor update policies action bad request response has a 4xx status code

func (*PerformSensorUpdatePoliciesActionBadRequest) IsCode

IsCode returns true when this perform sensor update policies action bad request response a status code equal to that given

func (*PerformSensorUpdatePoliciesActionBadRequest) IsRedirect

IsRedirect returns true when this perform sensor update policies action bad request response has a 3xx status code

func (*PerformSensorUpdatePoliciesActionBadRequest) IsServerError

IsServerError returns true when this perform sensor update policies action bad request response has a 5xx status code

func (*PerformSensorUpdatePoliciesActionBadRequest) IsSuccess

IsSuccess returns true when this perform sensor update policies action bad request response has a 2xx status code

func (*PerformSensorUpdatePoliciesActionBadRequest) String

type PerformSensorUpdatePoliciesActionForbidden

type PerformSensorUpdatePoliciesActionForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

PerformSensorUpdatePoliciesActionForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPerformSensorUpdatePoliciesActionForbidden

func NewPerformSensorUpdatePoliciesActionForbidden() *PerformSensorUpdatePoliciesActionForbidden

NewPerformSensorUpdatePoliciesActionForbidden creates a PerformSensorUpdatePoliciesActionForbidden with default headers values

func (*PerformSensorUpdatePoliciesActionForbidden) Code

Code gets the status code for the perform sensor update policies action forbidden response

func (*PerformSensorUpdatePoliciesActionForbidden) Error

func (*PerformSensorUpdatePoliciesActionForbidden) GetPayload

func (*PerformSensorUpdatePoliciesActionForbidden) IsClientError

IsClientError returns true when this perform sensor update policies action forbidden response has a 4xx status code

func (*PerformSensorUpdatePoliciesActionForbidden) IsCode

IsCode returns true when this perform sensor update policies action forbidden response a status code equal to that given

func (*PerformSensorUpdatePoliciesActionForbidden) IsRedirect

IsRedirect returns true when this perform sensor update policies action forbidden response has a 3xx status code

func (*PerformSensorUpdatePoliciesActionForbidden) IsServerError

IsServerError returns true when this perform sensor update policies action forbidden response has a 5xx status code

func (*PerformSensorUpdatePoliciesActionForbidden) IsSuccess

IsSuccess returns true when this perform sensor update policies action forbidden response has a 2xx status code

func (*PerformSensorUpdatePoliciesActionForbidden) String

type PerformSensorUpdatePoliciesActionInternalServerError

type PerformSensorUpdatePoliciesActionInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV1
}

PerformSensorUpdatePoliciesActionInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPerformSensorUpdatePoliciesActionInternalServerError

func NewPerformSensorUpdatePoliciesActionInternalServerError() *PerformSensorUpdatePoliciesActionInternalServerError

NewPerformSensorUpdatePoliciesActionInternalServerError creates a PerformSensorUpdatePoliciesActionInternalServerError with default headers values

func (*PerformSensorUpdatePoliciesActionInternalServerError) Code

Code gets the status code for the perform sensor update policies action internal server error response

func (*PerformSensorUpdatePoliciesActionInternalServerError) Error

func (*PerformSensorUpdatePoliciesActionInternalServerError) GetPayload

func (*PerformSensorUpdatePoliciesActionInternalServerError) IsClientError

IsClientError returns true when this perform sensor update policies action internal server error response has a 4xx status code

func (*PerformSensorUpdatePoliciesActionInternalServerError) IsCode

IsCode returns true when this perform sensor update policies action internal server error response a status code equal to that given

func (*PerformSensorUpdatePoliciesActionInternalServerError) IsRedirect

IsRedirect returns true when this perform sensor update policies action internal server error response has a 3xx status code

func (*PerformSensorUpdatePoliciesActionInternalServerError) IsServerError

IsServerError returns true when this perform sensor update policies action internal server error response has a 5xx status code

func (*PerformSensorUpdatePoliciesActionInternalServerError) IsSuccess

IsSuccess returns true when this perform sensor update policies action internal server error response has a 2xx status code

func (*PerformSensorUpdatePoliciesActionInternalServerError) String

type PerformSensorUpdatePoliciesActionNotFound

type PerformSensorUpdatePoliciesActionNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV1
}

PerformSensorUpdatePoliciesActionNotFound describes a response with status code 404, with default header values.

Not Found

func NewPerformSensorUpdatePoliciesActionNotFound

func NewPerformSensorUpdatePoliciesActionNotFound() *PerformSensorUpdatePoliciesActionNotFound

NewPerformSensorUpdatePoliciesActionNotFound creates a PerformSensorUpdatePoliciesActionNotFound with default headers values

func (*PerformSensorUpdatePoliciesActionNotFound) Code

Code gets the status code for the perform sensor update policies action not found response

func (*PerformSensorUpdatePoliciesActionNotFound) Error

func (*PerformSensorUpdatePoliciesActionNotFound) GetPayload

func (*PerformSensorUpdatePoliciesActionNotFound) IsClientError

IsClientError returns true when this perform sensor update policies action not found response has a 4xx status code

func (*PerformSensorUpdatePoliciesActionNotFound) IsCode

IsCode returns true when this perform sensor update policies action not found response a status code equal to that given

func (*PerformSensorUpdatePoliciesActionNotFound) IsRedirect

IsRedirect returns true when this perform sensor update policies action not found response has a 3xx status code

func (*PerformSensorUpdatePoliciesActionNotFound) IsServerError

IsServerError returns true when this perform sensor update policies action not found response has a 5xx status code

func (*PerformSensorUpdatePoliciesActionNotFound) IsSuccess

IsSuccess returns true when this perform sensor update policies action not found response has a 2xx status code

func (*PerformSensorUpdatePoliciesActionNotFound) String

type PerformSensorUpdatePoliciesActionOK

type PerformSensorUpdatePoliciesActionOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV1
}

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

OK

func NewPerformSensorUpdatePoliciesActionOK

func NewPerformSensorUpdatePoliciesActionOK() *PerformSensorUpdatePoliciesActionOK

NewPerformSensorUpdatePoliciesActionOK creates a PerformSensorUpdatePoliciesActionOK with default headers values

func (*PerformSensorUpdatePoliciesActionOK) Code

Code gets the status code for the perform sensor update policies action o k response

func (*PerformSensorUpdatePoliciesActionOK) Error

func (*PerformSensorUpdatePoliciesActionOK) GetPayload

func (*PerformSensorUpdatePoliciesActionOK) IsClientError

func (o *PerformSensorUpdatePoliciesActionOK) IsClientError() bool

IsClientError returns true when this perform sensor update policies action o k response has a 4xx status code

func (*PerformSensorUpdatePoliciesActionOK) IsCode

IsCode returns true when this perform sensor update policies action o k response a status code equal to that given

func (*PerformSensorUpdatePoliciesActionOK) IsRedirect

func (o *PerformSensorUpdatePoliciesActionOK) IsRedirect() bool

IsRedirect returns true when this perform sensor update policies action o k response has a 3xx status code

func (*PerformSensorUpdatePoliciesActionOK) IsServerError

func (o *PerformSensorUpdatePoliciesActionOK) IsServerError() bool

IsServerError returns true when this perform sensor update policies action o k response has a 5xx status code

func (*PerformSensorUpdatePoliciesActionOK) IsSuccess

IsSuccess returns true when this perform sensor update policies action o k response has a 2xx status code

func (*PerformSensorUpdatePoliciesActionOK) String

type PerformSensorUpdatePoliciesActionParams

type PerformSensorUpdatePoliciesActionParams struct {

	/* ActionName.

	   The action to perform
	*/
	ActionName string

	// Body.
	Body *models.MsaEntityActionRequestV2

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

PerformSensorUpdatePoliciesActionParams contains all the parameters to send to the API endpoint

for the perform sensor update policies action operation.

Typically these are written to a http.Request.

func NewPerformSensorUpdatePoliciesActionParams

func NewPerformSensorUpdatePoliciesActionParams() *PerformSensorUpdatePoliciesActionParams

NewPerformSensorUpdatePoliciesActionParams creates a new PerformSensorUpdatePoliciesActionParams 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 NewPerformSensorUpdatePoliciesActionParamsWithContext

func NewPerformSensorUpdatePoliciesActionParamsWithContext(ctx context.Context) *PerformSensorUpdatePoliciesActionParams

NewPerformSensorUpdatePoliciesActionParamsWithContext creates a new PerformSensorUpdatePoliciesActionParams object with the ability to set a context for a request.

func NewPerformSensorUpdatePoliciesActionParamsWithHTTPClient

func NewPerformSensorUpdatePoliciesActionParamsWithHTTPClient(client *http.Client) *PerformSensorUpdatePoliciesActionParams

NewPerformSensorUpdatePoliciesActionParamsWithHTTPClient creates a new PerformSensorUpdatePoliciesActionParams object with the ability to set a custom HTTPClient for a request.

func NewPerformSensorUpdatePoliciesActionParamsWithTimeout

func NewPerformSensorUpdatePoliciesActionParamsWithTimeout(timeout time.Duration) *PerformSensorUpdatePoliciesActionParams

NewPerformSensorUpdatePoliciesActionParamsWithTimeout creates a new PerformSensorUpdatePoliciesActionParams object with the ability to set a timeout on a request.

func (*PerformSensorUpdatePoliciesActionParams) SetActionName

func (o *PerformSensorUpdatePoliciesActionParams) SetActionName(actionName string)

SetActionName adds the actionName to the perform sensor update policies action params

func (*PerformSensorUpdatePoliciesActionParams) SetBody

SetBody adds the body to the perform sensor update policies action params

func (*PerformSensorUpdatePoliciesActionParams) SetContext

SetContext adds the context to the perform sensor update policies action params

func (*PerformSensorUpdatePoliciesActionParams) SetDefaults

func (o *PerformSensorUpdatePoliciesActionParams) SetDefaults()

SetDefaults hydrates default values in the perform sensor update policies action params (not the query body).

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

func (*PerformSensorUpdatePoliciesActionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the perform sensor update policies action params

func (*PerformSensorUpdatePoliciesActionParams) SetTimeout

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

SetTimeout adds the timeout to the perform sensor update policies action params

func (*PerformSensorUpdatePoliciesActionParams) WithActionName

WithActionName adds the actionName to the perform sensor update policies action params

func (*PerformSensorUpdatePoliciesActionParams) WithBody

WithBody adds the body to the perform sensor update policies action params

func (*PerformSensorUpdatePoliciesActionParams) WithContext

WithContext adds the context to the perform sensor update policies action params

func (*PerformSensorUpdatePoliciesActionParams) WithDefaults

WithDefaults hydrates default values in the perform sensor update policies action params (not the query body).

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

func (*PerformSensorUpdatePoliciesActionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the perform sensor update policies action params

func (*PerformSensorUpdatePoliciesActionParams) WithTimeout

WithTimeout adds the timeout to the perform sensor update policies action params

func (*PerformSensorUpdatePoliciesActionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PerformSensorUpdatePoliciesActionReader

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

PerformSensorUpdatePoliciesActionReader is a Reader for the PerformSensorUpdatePoliciesAction structure.

func (*PerformSensorUpdatePoliciesActionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PerformSensorUpdatePoliciesActionTooManyRequests

type PerformSensorUpdatePoliciesActionTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

PerformSensorUpdatePoliciesActionTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewPerformSensorUpdatePoliciesActionTooManyRequests

func NewPerformSensorUpdatePoliciesActionTooManyRequests() *PerformSensorUpdatePoliciesActionTooManyRequests

NewPerformSensorUpdatePoliciesActionTooManyRequests creates a PerformSensorUpdatePoliciesActionTooManyRequests with default headers values

func (*PerformSensorUpdatePoliciesActionTooManyRequests) Code

Code gets the status code for the perform sensor update policies action too many requests response

func (*PerformSensorUpdatePoliciesActionTooManyRequests) Error

func (*PerformSensorUpdatePoliciesActionTooManyRequests) GetPayload

func (*PerformSensorUpdatePoliciesActionTooManyRequests) IsClientError

IsClientError returns true when this perform sensor update policies action too many requests response has a 4xx status code

func (*PerformSensorUpdatePoliciesActionTooManyRequests) IsCode

IsCode returns true when this perform sensor update policies action too many requests response a status code equal to that given

func (*PerformSensorUpdatePoliciesActionTooManyRequests) IsRedirect

IsRedirect returns true when this perform sensor update policies action too many requests response has a 3xx status code

func (*PerformSensorUpdatePoliciesActionTooManyRequests) IsServerError

IsServerError returns true when this perform sensor update policies action too many requests response has a 5xx status code

func (*PerformSensorUpdatePoliciesActionTooManyRequests) IsSuccess

IsSuccess returns true when this perform sensor update policies action too many requests response has a 2xx status code

func (*PerformSensorUpdatePoliciesActionTooManyRequests) String

type QueryCombinedSensorUpdateBuildsBadRequest

type QueryCombinedSensorUpdateBuildsBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateBuildsRespV1
}

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

Bad Request

func NewQueryCombinedSensorUpdateBuildsBadRequest

func NewQueryCombinedSensorUpdateBuildsBadRequest() *QueryCombinedSensorUpdateBuildsBadRequest

NewQueryCombinedSensorUpdateBuildsBadRequest creates a QueryCombinedSensorUpdateBuildsBadRequest with default headers values

func (*QueryCombinedSensorUpdateBuildsBadRequest) Code

Code gets the status code for the query combined sensor update builds bad request response

func (*QueryCombinedSensorUpdateBuildsBadRequest) Error

func (*QueryCombinedSensorUpdateBuildsBadRequest) GetPayload

func (*QueryCombinedSensorUpdateBuildsBadRequest) IsClientError

IsClientError returns true when this query combined sensor update builds bad request response has a 4xx status code

func (*QueryCombinedSensorUpdateBuildsBadRequest) IsCode

IsCode returns true when this query combined sensor update builds bad request response a status code equal to that given

func (*QueryCombinedSensorUpdateBuildsBadRequest) IsRedirect

IsRedirect returns true when this query combined sensor update builds bad request response has a 3xx status code

func (*QueryCombinedSensorUpdateBuildsBadRequest) IsServerError

IsServerError returns true when this query combined sensor update builds bad request response has a 5xx status code

func (*QueryCombinedSensorUpdateBuildsBadRequest) IsSuccess

IsSuccess returns true when this query combined sensor update builds bad request response has a 2xx status code

func (*QueryCombinedSensorUpdateBuildsBadRequest) String

type QueryCombinedSensorUpdateBuildsDefault

type QueryCombinedSensorUpdateBuildsDefault struct {
	Payload string
	// contains filtered or unexported fields
}

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

default

func NewQueryCombinedSensorUpdateBuildsDefault

func NewQueryCombinedSensorUpdateBuildsDefault(code int) *QueryCombinedSensorUpdateBuildsDefault

NewQueryCombinedSensorUpdateBuildsDefault creates a QueryCombinedSensorUpdateBuildsDefault with default headers values

func (*QueryCombinedSensorUpdateBuildsDefault) Code

Code gets the status code for the query combined sensor update builds default response

func (*QueryCombinedSensorUpdateBuildsDefault) Error

func (*QueryCombinedSensorUpdateBuildsDefault) GetPayload

func (*QueryCombinedSensorUpdateBuildsDefault) IsClientError

func (o *QueryCombinedSensorUpdateBuildsDefault) IsClientError() bool

IsClientError returns true when this query combined sensor update builds default response has a 4xx status code

func (*QueryCombinedSensorUpdateBuildsDefault) IsCode

IsCode returns true when this query combined sensor update builds default response a status code equal to that given

func (*QueryCombinedSensorUpdateBuildsDefault) IsRedirect

IsRedirect returns true when this query combined sensor update builds default response has a 3xx status code

func (*QueryCombinedSensorUpdateBuildsDefault) IsServerError

func (o *QueryCombinedSensorUpdateBuildsDefault) IsServerError() bool

IsServerError returns true when this query combined sensor update builds default response has a 5xx status code

func (*QueryCombinedSensorUpdateBuildsDefault) IsSuccess

IsSuccess returns true when this query combined sensor update builds default response has a 2xx status code

func (*QueryCombinedSensorUpdateBuildsDefault) String

type QueryCombinedSensorUpdateBuildsForbidden

type QueryCombinedSensorUpdateBuildsForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

QueryCombinedSensorUpdateBuildsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewQueryCombinedSensorUpdateBuildsForbidden

func NewQueryCombinedSensorUpdateBuildsForbidden() *QueryCombinedSensorUpdateBuildsForbidden

NewQueryCombinedSensorUpdateBuildsForbidden creates a QueryCombinedSensorUpdateBuildsForbidden with default headers values

func (*QueryCombinedSensorUpdateBuildsForbidden) Code

Code gets the status code for the query combined sensor update builds forbidden response

func (*QueryCombinedSensorUpdateBuildsForbidden) Error

func (*QueryCombinedSensorUpdateBuildsForbidden) GetPayload

func (*QueryCombinedSensorUpdateBuildsForbidden) IsClientError

IsClientError returns true when this query combined sensor update builds forbidden response has a 4xx status code

func (*QueryCombinedSensorUpdateBuildsForbidden) IsCode

IsCode returns true when this query combined sensor update builds forbidden response a status code equal to that given

func (*QueryCombinedSensorUpdateBuildsForbidden) IsRedirect

IsRedirect returns true when this query combined sensor update builds forbidden response has a 3xx status code

func (*QueryCombinedSensorUpdateBuildsForbidden) IsServerError

IsServerError returns true when this query combined sensor update builds forbidden response has a 5xx status code

func (*QueryCombinedSensorUpdateBuildsForbidden) IsSuccess

IsSuccess returns true when this query combined sensor update builds forbidden response has a 2xx status code

func (*QueryCombinedSensorUpdateBuildsForbidden) String

type QueryCombinedSensorUpdateBuildsInternalServerError

type QueryCombinedSensorUpdateBuildsInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateBuildsRespV1
}

QueryCombinedSensorUpdateBuildsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewQueryCombinedSensorUpdateBuildsInternalServerError

func NewQueryCombinedSensorUpdateBuildsInternalServerError() *QueryCombinedSensorUpdateBuildsInternalServerError

NewQueryCombinedSensorUpdateBuildsInternalServerError creates a QueryCombinedSensorUpdateBuildsInternalServerError with default headers values

func (*QueryCombinedSensorUpdateBuildsInternalServerError) Code

Code gets the status code for the query combined sensor update builds internal server error response

func (*QueryCombinedSensorUpdateBuildsInternalServerError) Error

func (*QueryCombinedSensorUpdateBuildsInternalServerError) GetPayload

func (*QueryCombinedSensorUpdateBuildsInternalServerError) IsClientError

IsClientError returns true when this query combined sensor update builds internal server error response has a 4xx status code

func (*QueryCombinedSensorUpdateBuildsInternalServerError) IsCode

IsCode returns true when this query combined sensor update builds internal server error response a status code equal to that given

func (*QueryCombinedSensorUpdateBuildsInternalServerError) IsRedirect

IsRedirect returns true when this query combined sensor update builds internal server error response has a 3xx status code

func (*QueryCombinedSensorUpdateBuildsInternalServerError) IsServerError

IsServerError returns true when this query combined sensor update builds internal server error response has a 5xx status code

func (*QueryCombinedSensorUpdateBuildsInternalServerError) IsSuccess

IsSuccess returns true when this query combined sensor update builds internal server error response has a 2xx status code

func (*QueryCombinedSensorUpdateBuildsInternalServerError) String

type QueryCombinedSensorUpdateBuildsOK

type QueryCombinedSensorUpdateBuildsOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateBuildsRespV1
}

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

OK

func NewQueryCombinedSensorUpdateBuildsOK

func NewQueryCombinedSensorUpdateBuildsOK() *QueryCombinedSensorUpdateBuildsOK

NewQueryCombinedSensorUpdateBuildsOK creates a QueryCombinedSensorUpdateBuildsOK with default headers values

func (*QueryCombinedSensorUpdateBuildsOK) Code

Code gets the status code for the query combined sensor update builds o k response

func (*QueryCombinedSensorUpdateBuildsOK) Error

func (*QueryCombinedSensorUpdateBuildsOK) GetPayload

func (*QueryCombinedSensorUpdateBuildsOK) IsClientError

func (o *QueryCombinedSensorUpdateBuildsOK) IsClientError() bool

IsClientError returns true when this query combined sensor update builds o k response has a 4xx status code

func (*QueryCombinedSensorUpdateBuildsOK) IsCode

func (o *QueryCombinedSensorUpdateBuildsOK) IsCode(code int) bool

IsCode returns true when this query combined sensor update builds o k response a status code equal to that given

func (*QueryCombinedSensorUpdateBuildsOK) IsRedirect

func (o *QueryCombinedSensorUpdateBuildsOK) IsRedirect() bool

IsRedirect returns true when this query combined sensor update builds o k response has a 3xx status code

func (*QueryCombinedSensorUpdateBuildsOK) IsServerError

func (o *QueryCombinedSensorUpdateBuildsOK) IsServerError() bool

IsServerError returns true when this query combined sensor update builds o k response has a 5xx status code

func (*QueryCombinedSensorUpdateBuildsOK) IsSuccess

func (o *QueryCombinedSensorUpdateBuildsOK) IsSuccess() bool

IsSuccess returns true when this query combined sensor update builds o k response has a 2xx status code

func (*QueryCombinedSensorUpdateBuildsOK) String

type QueryCombinedSensorUpdateBuildsParams

type QueryCombinedSensorUpdateBuildsParams struct {

	/* Platform.

	   The platform to return builds for
	*/
	Platform *string

	/* Stage.

	   The stages to return builds for
	*/
	Stage []string

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

QueryCombinedSensorUpdateBuildsParams contains all the parameters to send to the API endpoint

for the query combined sensor update builds operation.

Typically these are written to a http.Request.

func NewQueryCombinedSensorUpdateBuildsParams

func NewQueryCombinedSensorUpdateBuildsParams() *QueryCombinedSensorUpdateBuildsParams

NewQueryCombinedSensorUpdateBuildsParams creates a new QueryCombinedSensorUpdateBuildsParams 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 NewQueryCombinedSensorUpdateBuildsParamsWithContext

func NewQueryCombinedSensorUpdateBuildsParamsWithContext(ctx context.Context) *QueryCombinedSensorUpdateBuildsParams

NewQueryCombinedSensorUpdateBuildsParamsWithContext creates a new QueryCombinedSensorUpdateBuildsParams object with the ability to set a context for a request.

func NewQueryCombinedSensorUpdateBuildsParamsWithHTTPClient

func NewQueryCombinedSensorUpdateBuildsParamsWithHTTPClient(client *http.Client) *QueryCombinedSensorUpdateBuildsParams

NewQueryCombinedSensorUpdateBuildsParamsWithHTTPClient creates a new QueryCombinedSensorUpdateBuildsParams object with the ability to set a custom HTTPClient for a request.

func NewQueryCombinedSensorUpdateBuildsParamsWithTimeout

func NewQueryCombinedSensorUpdateBuildsParamsWithTimeout(timeout time.Duration) *QueryCombinedSensorUpdateBuildsParams

NewQueryCombinedSensorUpdateBuildsParamsWithTimeout creates a new QueryCombinedSensorUpdateBuildsParams object with the ability to set a timeout on a request.

func (*QueryCombinedSensorUpdateBuildsParams) SetContext

SetContext adds the context to the query combined sensor update builds params

func (*QueryCombinedSensorUpdateBuildsParams) SetDefaults

func (o *QueryCombinedSensorUpdateBuildsParams) SetDefaults()

SetDefaults hydrates default values in the query combined sensor update builds params (not the query body).

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

func (*QueryCombinedSensorUpdateBuildsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query combined sensor update builds params

func (*QueryCombinedSensorUpdateBuildsParams) SetPlatform

func (o *QueryCombinedSensorUpdateBuildsParams) SetPlatform(platform *string)

SetPlatform adds the platform to the query combined sensor update builds params

func (*QueryCombinedSensorUpdateBuildsParams) SetStage

func (o *QueryCombinedSensorUpdateBuildsParams) SetStage(stage []string)

SetStage adds the stage to the query combined sensor update builds params

func (*QueryCombinedSensorUpdateBuildsParams) SetTimeout

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

SetTimeout adds the timeout to the query combined sensor update builds params

func (*QueryCombinedSensorUpdateBuildsParams) WithContext

WithContext adds the context to the query combined sensor update builds params

func (*QueryCombinedSensorUpdateBuildsParams) WithDefaults

WithDefaults hydrates default values in the query combined sensor update builds params (not the query body).

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

func (*QueryCombinedSensorUpdateBuildsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query combined sensor update builds params

func (*QueryCombinedSensorUpdateBuildsParams) WithPlatform

WithPlatform adds the platform to the query combined sensor update builds params

func (*QueryCombinedSensorUpdateBuildsParams) WithStage

WithStage adds the stage to the query combined sensor update builds params

func (*QueryCombinedSensorUpdateBuildsParams) WithTimeout

WithTimeout adds the timeout to the query combined sensor update builds params

func (*QueryCombinedSensorUpdateBuildsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryCombinedSensorUpdateBuildsReader

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

QueryCombinedSensorUpdateBuildsReader is a Reader for the QueryCombinedSensorUpdateBuilds structure.

func (*QueryCombinedSensorUpdateBuildsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryCombinedSensorUpdateBuildsTooManyRequests

type QueryCombinedSensorUpdateBuildsTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

QueryCombinedSensorUpdateBuildsTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewQueryCombinedSensorUpdateBuildsTooManyRequests

func NewQueryCombinedSensorUpdateBuildsTooManyRequests() *QueryCombinedSensorUpdateBuildsTooManyRequests

NewQueryCombinedSensorUpdateBuildsTooManyRequests creates a QueryCombinedSensorUpdateBuildsTooManyRequests with default headers values

func (*QueryCombinedSensorUpdateBuildsTooManyRequests) Code

Code gets the status code for the query combined sensor update builds too many requests response

func (*QueryCombinedSensorUpdateBuildsTooManyRequests) Error

func (*QueryCombinedSensorUpdateBuildsTooManyRequests) GetPayload

func (*QueryCombinedSensorUpdateBuildsTooManyRequests) IsClientError

IsClientError returns true when this query combined sensor update builds too many requests response has a 4xx status code

func (*QueryCombinedSensorUpdateBuildsTooManyRequests) IsCode

IsCode returns true when this query combined sensor update builds too many requests response a status code equal to that given

func (*QueryCombinedSensorUpdateBuildsTooManyRequests) IsRedirect

IsRedirect returns true when this query combined sensor update builds too many requests response has a 3xx status code

func (*QueryCombinedSensorUpdateBuildsTooManyRequests) IsServerError

IsServerError returns true when this query combined sensor update builds too many requests response has a 5xx status code

func (*QueryCombinedSensorUpdateBuildsTooManyRequests) IsSuccess

IsSuccess returns true when this query combined sensor update builds too many requests response has a 2xx status code

func (*QueryCombinedSensorUpdateBuildsTooManyRequests) String

type QueryCombinedSensorUpdateKernelsBadRequest

type QueryCombinedSensorUpdateKernelsBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateKernelsRespV1
}

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

Bad Request

func NewQueryCombinedSensorUpdateKernelsBadRequest

func NewQueryCombinedSensorUpdateKernelsBadRequest() *QueryCombinedSensorUpdateKernelsBadRequest

NewQueryCombinedSensorUpdateKernelsBadRequest creates a QueryCombinedSensorUpdateKernelsBadRequest with default headers values

func (*QueryCombinedSensorUpdateKernelsBadRequest) Code

Code gets the status code for the query combined sensor update kernels bad request response

func (*QueryCombinedSensorUpdateKernelsBadRequest) Error

func (*QueryCombinedSensorUpdateKernelsBadRequest) GetPayload

func (*QueryCombinedSensorUpdateKernelsBadRequest) IsClientError

IsClientError returns true when this query combined sensor update kernels bad request response has a 4xx status code

func (*QueryCombinedSensorUpdateKernelsBadRequest) IsCode

IsCode returns true when this query combined sensor update kernels bad request response a status code equal to that given

func (*QueryCombinedSensorUpdateKernelsBadRequest) IsRedirect

IsRedirect returns true when this query combined sensor update kernels bad request response has a 3xx status code

func (*QueryCombinedSensorUpdateKernelsBadRequest) IsServerError

IsServerError returns true when this query combined sensor update kernels bad request response has a 5xx status code

func (*QueryCombinedSensorUpdateKernelsBadRequest) IsSuccess

IsSuccess returns true when this query combined sensor update kernels bad request response has a 2xx status code

func (*QueryCombinedSensorUpdateKernelsBadRequest) String

type QueryCombinedSensorUpdateKernelsForbidden

type QueryCombinedSensorUpdateKernelsForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

QueryCombinedSensorUpdateKernelsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewQueryCombinedSensorUpdateKernelsForbidden

func NewQueryCombinedSensorUpdateKernelsForbidden() *QueryCombinedSensorUpdateKernelsForbidden

NewQueryCombinedSensorUpdateKernelsForbidden creates a QueryCombinedSensorUpdateKernelsForbidden with default headers values

func (*QueryCombinedSensorUpdateKernelsForbidden) Code

Code gets the status code for the query combined sensor update kernels forbidden response

func (*QueryCombinedSensorUpdateKernelsForbidden) Error

func (*QueryCombinedSensorUpdateKernelsForbidden) GetPayload

func (*QueryCombinedSensorUpdateKernelsForbidden) IsClientError

IsClientError returns true when this query combined sensor update kernels forbidden response has a 4xx status code

func (*QueryCombinedSensorUpdateKernelsForbidden) IsCode

IsCode returns true when this query combined sensor update kernels forbidden response a status code equal to that given

func (*QueryCombinedSensorUpdateKernelsForbidden) IsRedirect

IsRedirect returns true when this query combined sensor update kernels forbidden response has a 3xx status code

func (*QueryCombinedSensorUpdateKernelsForbidden) IsServerError

IsServerError returns true when this query combined sensor update kernels forbidden response has a 5xx status code

func (*QueryCombinedSensorUpdateKernelsForbidden) IsSuccess

IsSuccess returns true when this query combined sensor update kernels forbidden response has a 2xx status code

func (*QueryCombinedSensorUpdateKernelsForbidden) String

type QueryCombinedSensorUpdateKernelsInternalServerError

type QueryCombinedSensorUpdateKernelsInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateKernelsRespV1
}

QueryCombinedSensorUpdateKernelsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewQueryCombinedSensorUpdateKernelsInternalServerError

func NewQueryCombinedSensorUpdateKernelsInternalServerError() *QueryCombinedSensorUpdateKernelsInternalServerError

NewQueryCombinedSensorUpdateKernelsInternalServerError creates a QueryCombinedSensorUpdateKernelsInternalServerError with default headers values

func (*QueryCombinedSensorUpdateKernelsInternalServerError) Code

Code gets the status code for the query combined sensor update kernels internal server error response

func (*QueryCombinedSensorUpdateKernelsInternalServerError) Error

func (*QueryCombinedSensorUpdateKernelsInternalServerError) GetPayload

func (*QueryCombinedSensorUpdateKernelsInternalServerError) IsClientError

IsClientError returns true when this query combined sensor update kernels internal server error response has a 4xx status code

func (*QueryCombinedSensorUpdateKernelsInternalServerError) IsCode

IsCode returns true when this query combined sensor update kernels internal server error response a status code equal to that given

func (*QueryCombinedSensorUpdateKernelsInternalServerError) IsRedirect

IsRedirect returns true when this query combined sensor update kernels internal server error response has a 3xx status code

func (*QueryCombinedSensorUpdateKernelsInternalServerError) IsServerError

IsServerError returns true when this query combined sensor update kernels internal server error response has a 5xx status code

func (*QueryCombinedSensorUpdateKernelsInternalServerError) IsSuccess

IsSuccess returns true when this query combined sensor update kernels internal server error response has a 2xx status code

func (*QueryCombinedSensorUpdateKernelsInternalServerError) String

type QueryCombinedSensorUpdateKernelsOK

type QueryCombinedSensorUpdateKernelsOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateKernelsRespV1
}

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

OK

func NewQueryCombinedSensorUpdateKernelsOK

func NewQueryCombinedSensorUpdateKernelsOK() *QueryCombinedSensorUpdateKernelsOK

NewQueryCombinedSensorUpdateKernelsOK creates a QueryCombinedSensorUpdateKernelsOK with default headers values

func (*QueryCombinedSensorUpdateKernelsOK) Code

Code gets the status code for the query combined sensor update kernels o k response

func (*QueryCombinedSensorUpdateKernelsOK) Error

func (*QueryCombinedSensorUpdateKernelsOK) GetPayload

func (*QueryCombinedSensorUpdateKernelsOK) IsClientError

func (o *QueryCombinedSensorUpdateKernelsOK) IsClientError() bool

IsClientError returns true when this query combined sensor update kernels o k response has a 4xx status code

func (*QueryCombinedSensorUpdateKernelsOK) IsCode

IsCode returns true when this query combined sensor update kernels o k response a status code equal to that given

func (*QueryCombinedSensorUpdateKernelsOK) IsRedirect

func (o *QueryCombinedSensorUpdateKernelsOK) IsRedirect() bool

IsRedirect returns true when this query combined sensor update kernels o k response has a 3xx status code

func (*QueryCombinedSensorUpdateKernelsOK) IsServerError

func (o *QueryCombinedSensorUpdateKernelsOK) IsServerError() bool

IsServerError returns true when this query combined sensor update kernels o k response has a 5xx status code

func (*QueryCombinedSensorUpdateKernelsOK) IsSuccess

IsSuccess returns true when this query combined sensor update kernels o k response has a 2xx status code

func (*QueryCombinedSensorUpdateKernelsOK) String

type QueryCombinedSensorUpdateKernelsParams

type QueryCombinedSensorUpdateKernelsParams struct {

	/* Filter.

	   The filter expression that should be used to limit the results
	*/
	Filter *string

	/* Limit.

	   The maximum records to return. [1-500]
	*/
	Limit *int64

	/* Offset.

	   The offset to start retrieving records from
	*/
	Offset *int64

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

QueryCombinedSensorUpdateKernelsParams contains all the parameters to send to the API endpoint

for the query combined sensor update kernels operation.

Typically these are written to a http.Request.

func NewQueryCombinedSensorUpdateKernelsParams

func NewQueryCombinedSensorUpdateKernelsParams() *QueryCombinedSensorUpdateKernelsParams

NewQueryCombinedSensorUpdateKernelsParams creates a new QueryCombinedSensorUpdateKernelsParams 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 NewQueryCombinedSensorUpdateKernelsParamsWithContext

func NewQueryCombinedSensorUpdateKernelsParamsWithContext(ctx context.Context) *QueryCombinedSensorUpdateKernelsParams

NewQueryCombinedSensorUpdateKernelsParamsWithContext creates a new QueryCombinedSensorUpdateKernelsParams object with the ability to set a context for a request.

func NewQueryCombinedSensorUpdateKernelsParamsWithHTTPClient

func NewQueryCombinedSensorUpdateKernelsParamsWithHTTPClient(client *http.Client) *QueryCombinedSensorUpdateKernelsParams

NewQueryCombinedSensorUpdateKernelsParamsWithHTTPClient creates a new QueryCombinedSensorUpdateKernelsParams object with the ability to set a custom HTTPClient for a request.

func NewQueryCombinedSensorUpdateKernelsParamsWithTimeout

func NewQueryCombinedSensorUpdateKernelsParamsWithTimeout(timeout time.Duration) *QueryCombinedSensorUpdateKernelsParams

NewQueryCombinedSensorUpdateKernelsParamsWithTimeout creates a new QueryCombinedSensorUpdateKernelsParams object with the ability to set a timeout on a request.

func (*QueryCombinedSensorUpdateKernelsParams) SetContext

SetContext adds the context to the query combined sensor update kernels params

func (*QueryCombinedSensorUpdateKernelsParams) SetDefaults

func (o *QueryCombinedSensorUpdateKernelsParams) SetDefaults()

SetDefaults hydrates default values in the query combined sensor update kernels params (not the query body).

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

func (*QueryCombinedSensorUpdateKernelsParams) SetFilter

func (o *QueryCombinedSensorUpdateKernelsParams) SetFilter(filter *string)

SetFilter adds the filter to the query combined sensor update kernels params

func (*QueryCombinedSensorUpdateKernelsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query combined sensor update kernels params

func (*QueryCombinedSensorUpdateKernelsParams) SetLimit

func (o *QueryCombinedSensorUpdateKernelsParams) SetLimit(limit *int64)

SetLimit adds the limit to the query combined sensor update kernels params

func (*QueryCombinedSensorUpdateKernelsParams) SetOffset

func (o *QueryCombinedSensorUpdateKernelsParams) SetOffset(offset *int64)

SetOffset adds the offset to the query combined sensor update kernels params

func (*QueryCombinedSensorUpdateKernelsParams) SetTimeout

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

SetTimeout adds the timeout to the query combined sensor update kernels params

func (*QueryCombinedSensorUpdateKernelsParams) WithContext

WithContext adds the context to the query combined sensor update kernels params

func (*QueryCombinedSensorUpdateKernelsParams) WithDefaults

WithDefaults hydrates default values in the query combined sensor update kernels params (not the query body).

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

func (*QueryCombinedSensorUpdateKernelsParams) WithFilter

WithFilter adds the filter to the query combined sensor update kernels params

func (*QueryCombinedSensorUpdateKernelsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query combined sensor update kernels params

func (*QueryCombinedSensorUpdateKernelsParams) WithLimit

WithLimit adds the limit to the query combined sensor update kernels params

func (*QueryCombinedSensorUpdateKernelsParams) WithOffset

WithOffset adds the offset to the query combined sensor update kernels params

func (*QueryCombinedSensorUpdateKernelsParams) WithTimeout

WithTimeout adds the timeout to the query combined sensor update kernels params

func (*QueryCombinedSensorUpdateKernelsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryCombinedSensorUpdateKernelsReader

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

QueryCombinedSensorUpdateKernelsReader is a Reader for the QueryCombinedSensorUpdateKernels structure.

func (*QueryCombinedSensorUpdateKernelsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryCombinedSensorUpdateKernelsTooManyRequests

type QueryCombinedSensorUpdateKernelsTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

QueryCombinedSensorUpdateKernelsTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewQueryCombinedSensorUpdateKernelsTooManyRequests

func NewQueryCombinedSensorUpdateKernelsTooManyRequests() *QueryCombinedSensorUpdateKernelsTooManyRequests

NewQueryCombinedSensorUpdateKernelsTooManyRequests creates a QueryCombinedSensorUpdateKernelsTooManyRequests with default headers values

func (*QueryCombinedSensorUpdateKernelsTooManyRequests) Code

Code gets the status code for the query combined sensor update kernels too many requests response

func (*QueryCombinedSensorUpdateKernelsTooManyRequests) Error

func (*QueryCombinedSensorUpdateKernelsTooManyRequests) GetPayload

func (*QueryCombinedSensorUpdateKernelsTooManyRequests) IsClientError

IsClientError returns true when this query combined sensor update kernels too many requests response has a 4xx status code

func (*QueryCombinedSensorUpdateKernelsTooManyRequests) IsCode

IsCode returns true when this query combined sensor update kernels too many requests response a status code equal to that given

func (*QueryCombinedSensorUpdateKernelsTooManyRequests) IsRedirect

IsRedirect returns true when this query combined sensor update kernels too many requests response has a 3xx status code

func (*QueryCombinedSensorUpdateKernelsTooManyRequests) IsServerError

IsServerError returns true when this query combined sensor update kernels too many requests response has a 5xx status code

func (*QueryCombinedSensorUpdateKernelsTooManyRequests) IsSuccess

IsSuccess returns true when this query combined sensor update kernels too many requests response has a 2xx status code

func (*QueryCombinedSensorUpdateKernelsTooManyRequests) String

type QueryCombinedSensorUpdatePoliciesBadRequest

type QueryCombinedSensorUpdatePoliciesBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV1
}

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

Bad Request

func NewQueryCombinedSensorUpdatePoliciesBadRequest

func NewQueryCombinedSensorUpdatePoliciesBadRequest() *QueryCombinedSensorUpdatePoliciesBadRequest

NewQueryCombinedSensorUpdatePoliciesBadRequest creates a QueryCombinedSensorUpdatePoliciesBadRequest with default headers values

func (*QueryCombinedSensorUpdatePoliciesBadRequest) Code

Code gets the status code for the query combined sensor update policies bad request response

func (*QueryCombinedSensorUpdatePoliciesBadRequest) Error

func (*QueryCombinedSensorUpdatePoliciesBadRequest) GetPayload

func (*QueryCombinedSensorUpdatePoliciesBadRequest) IsClientError

IsClientError returns true when this query combined sensor update policies bad request response has a 4xx status code

func (*QueryCombinedSensorUpdatePoliciesBadRequest) IsCode

IsCode returns true when this query combined sensor update policies bad request response a status code equal to that given

func (*QueryCombinedSensorUpdatePoliciesBadRequest) IsRedirect

IsRedirect returns true when this query combined sensor update policies bad request response has a 3xx status code

func (*QueryCombinedSensorUpdatePoliciesBadRequest) IsServerError

IsServerError returns true when this query combined sensor update policies bad request response has a 5xx status code

func (*QueryCombinedSensorUpdatePoliciesBadRequest) IsSuccess

IsSuccess returns true when this query combined sensor update policies bad request response has a 2xx status code

func (*QueryCombinedSensorUpdatePoliciesBadRequest) String

type QueryCombinedSensorUpdatePoliciesForbidden

type QueryCombinedSensorUpdatePoliciesForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

QueryCombinedSensorUpdatePoliciesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewQueryCombinedSensorUpdatePoliciesForbidden

func NewQueryCombinedSensorUpdatePoliciesForbidden() *QueryCombinedSensorUpdatePoliciesForbidden

NewQueryCombinedSensorUpdatePoliciesForbidden creates a QueryCombinedSensorUpdatePoliciesForbidden with default headers values

func (*QueryCombinedSensorUpdatePoliciesForbidden) Code

Code gets the status code for the query combined sensor update policies forbidden response

func (*QueryCombinedSensorUpdatePoliciesForbidden) Error

func (*QueryCombinedSensorUpdatePoliciesForbidden) GetPayload

func (*QueryCombinedSensorUpdatePoliciesForbidden) IsClientError

IsClientError returns true when this query combined sensor update policies forbidden response has a 4xx status code

func (*QueryCombinedSensorUpdatePoliciesForbidden) IsCode

IsCode returns true when this query combined sensor update policies forbidden response a status code equal to that given

func (*QueryCombinedSensorUpdatePoliciesForbidden) IsRedirect

IsRedirect returns true when this query combined sensor update policies forbidden response has a 3xx status code

func (*QueryCombinedSensorUpdatePoliciesForbidden) IsServerError

IsServerError returns true when this query combined sensor update policies forbidden response has a 5xx status code

func (*QueryCombinedSensorUpdatePoliciesForbidden) IsSuccess

IsSuccess returns true when this query combined sensor update policies forbidden response has a 2xx status code

func (*QueryCombinedSensorUpdatePoliciesForbidden) String

type QueryCombinedSensorUpdatePoliciesInternalServerError

type QueryCombinedSensorUpdatePoliciesInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV1
}

QueryCombinedSensorUpdatePoliciesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewQueryCombinedSensorUpdatePoliciesInternalServerError

func NewQueryCombinedSensorUpdatePoliciesInternalServerError() *QueryCombinedSensorUpdatePoliciesInternalServerError

NewQueryCombinedSensorUpdatePoliciesInternalServerError creates a QueryCombinedSensorUpdatePoliciesInternalServerError with default headers values

func (*QueryCombinedSensorUpdatePoliciesInternalServerError) Code

Code gets the status code for the query combined sensor update policies internal server error response

func (*QueryCombinedSensorUpdatePoliciesInternalServerError) Error

func (*QueryCombinedSensorUpdatePoliciesInternalServerError) GetPayload

func (*QueryCombinedSensorUpdatePoliciesInternalServerError) IsClientError

IsClientError returns true when this query combined sensor update policies internal server error response has a 4xx status code

func (*QueryCombinedSensorUpdatePoliciesInternalServerError) IsCode

IsCode returns true when this query combined sensor update policies internal server error response a status code equal to that given

func (*QueryCombinedSensorUpdatePoliciesInternalServerError) IsRedirect

IsRedirect returns true when this query combined sensor update policies internal server error response has a 3xx status code

func (*QueryCombinedSensorUpdatePoliciesInternalServerError) IsServerError

IsServerError returns true when this query combined sensor update policies internal server error response has a 5xx status code

func (*QueryCombinedSensorUpdatePoliciesInternalServerError) IsSuccess

IsSuccess returns true when this query combined sensor update policies internal server error response has a 2xx status code

func (*QueryCombinedSensorUpdatePoliciesInternalServerError) String

type QueryCombinedSensorUpdatePoliciesOK

type QueryCombinedSensorUpdatePoliciesOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV1
}

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

OK

func NewQueryCombinedSensorUpdatePoliciesOK

func NewQueryCombinedSensorUpdatePoliciesOK() *QueryCombinedSensorUpdatePoliciesOK

NewQueryCombinedSensorUpdatePoliciesOK creates a QueryCombinedSensorUpdatePoliciesOK with default headers values

func (*QueryCombinedSensorUpdatePoliciesOK) Code

Code gets the status code for the query combined sensor update policies o k response

func (*QueryCombinedSensorUpdatePoliciesOK) Error

func (*QueryCombinedSensorUpdatePoliciesOK) GetPayload

func (*QueryCombinedSensorUpdatePoliciesOK) IsClientError

func (o *QueryCombinedSensorUpdatePoliciesOK) IsClientError() bool

IsClientError returns true when this query combined sensor update policies o k response has a 4xx status code

func (*QueryCombinedSensorUpdatePoliciesOK) IsCode

IsCode returns true when this query combined sensor update policies o k response a status code equal to that given

func (*QueryCombinedSensorUpdatePoliciesOK) IsRedirect

func (o *QueryCombinedSensorUpdatePoliciesOK) IsRedirect() bool

IsRedirect returns true when this query combined sensor update policies o k response has a 3xx status code

func (*QueryCombinedSensorUpdatePoliciesOK) IsServerError

func (o *QueryCombinedSensorUpdatePoliciesOK) IsServerError() bool

IsServerError returns true when this query combined sensor update policies o k response has a 5xx status code

func (*QueryCombinedSensorUpdatePoliciesOK) IsSuccess

IsSuccess returns true when this query combined sensor update policies o k response has a 2xx status code

func (*QueryCombinedSensorUpdatePoliciesOK) String

type QueryCombinedSensorUpdatePoliciesParams

type QueryCombinedSensorUpdatePoliciesParams struct {

	/* Filter.

	   The filter expression that should be used to limit the results
	*/
	Filter *string

	/* Limit.

	   The maximum records to return. [1-5000]
	*/
	Limit *int64

	/* Offset.

	   The offset to start retrieving records from
	*/
	Offset *int64

	/* Sort.

	   The property to sort by
	*/
	Sort *string

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

QueryCombinedSensorUpdatePoliciesParams contains all the parameters to send to the API endpoint

for the query combined sensor update policies operation.

Typically these are written to a http.Request.

func NewQueryCombinedSensorUpdatePoliciesParams

func NewQueryCombinedSensorUpdatePoliciesParams() *QueryCombinedSensorUpdatePoliciesParams

NewQueryCombinedSensorUpdatePoliciesParams creates a new QueryCombinedSensorUpdatePoliciesParams 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 NewQueryCombinedSensorUpdatePoliciesParamsWithContext

func NewQueryCombinedSensorUpdatePoliciesParamsWithContext(ctx context.Context) *QueryCombinedSensorUpdatePoliciesParams

NewQueryCombinedSensorUpdatePoliciesParamsWithContext creates a new QueryCombinedSensorUpdatePoliciesParams object with the ability to set a context for a request.

func NewQueryCombinedSensorUpdatePoliciesParamsWithHTTPClient

func NewQueryCombinedSensorUpdatePoliciesParamsWithHTTPClient(client *http.Client) *QueryCombinedSensorUpdatePoliciesParams

NewQueryCombinedSensorUpdatePoliciesParamsWithHTTPClient creates a new QueryCombinedSensorUpdatePoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewQueryCombinedSensorUpdatePoliciesParamsWithTimeout

func NewQueryCombinedSensorUpdatePoliciesParamsWithTimeout(timeout time.Duration) *QueryCombinedSensorUpdatePoliciesParams

NewQueryCombinedSensorUpdatePoliciesParamsWithTimeout creates a new QueryCombinedSensorUpdatePoliciesParams object with the ability to set a timeout on a request.

func (*QueryCombinedSensorUpdatePoliciesParams) SetContext

SetContext adds the context to the query combined sensor update policies params

func (*QueryCombinedSensorUpdatePoliciesParams) SetDefaults

func (o *QueryCombinedSensorUpdatePoliciesParams) SetDefaults()

SetDefaults hydrates default values in the query combined sensor update policies params (not the query body).

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

func (*QueryCombinedSensorUpdatePoliciesParams) SetFilter

func (o *QueryCombinedSensorUpdatePoliciesParams) SetFilter(filter *string)

SetFilter adds the filter to the query combined sensor update policies params

func (*QueryCombinedSensorUpdatePoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query combined sensor update policies params

func (*QueryCombinedSensorUpdatePoliciesParams) SetLimit

func (o *QueryCombinedSensorUpdatePoliciesParams) SetLimit(limit *int64)

SetLimit adds the limit to the query combined sensor update policies params

func (*QueryCombinedSensorUpdatePoliciesParams) SetOffset

func (o *QueryCombinedSensorUpdatePoliciesParams) SetOffset(offset *int64)

SetOffset adds the offset to the query combined sensor update policies params

func (*QueryCombinedSensorUpdatePoliciesParams) SetSort

SetSort adds the sort to the query combined sensor update policies params

func (*QueryCombinedSensorUpdatePoliciesParams) SetTimeout

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

SetTimeout adds the timeout to the query combined sensor update policies params

func (*QueryCombinedSensorUpdatePoliciesParams) WithContext

WithContext adds the context to the query combined sensor update policies params

func (*QueryCombinedSensorUpdatePoliciesParams) WithDefaults

WithDefaults hydrates default values in the query combined sensor update policies params (not the query body).

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

func (*QueryCombinedSensorUpdatePoliciesParams) WithFilter

WithFilter adds the filter to the query combined sensor update policies params

func (*QueryCombinedSensorUpdatePoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query combined sensor update policies params

func (*QueryCombinedSensorUpdatePoliciesParams) WithLimit

WithLimit adds the limit to the query combined sensor update policies params

func (*QueryCombinedSensorUpdatePoliciesParams) WithOffset

WithOffset adds the offset to the query combined sensor update policies params

func (*QueryCombinedSensorUpdatePoliciesParams) WithSort

WithSort adds the sort to the query combined sensor update policies params

func (*QueryCombinedSensorUpdatePoliciesParams) WithTimeout

WithTimeout adds the timeout to the query combined sensor update policies params

func (*QueryCombinedSensorUpdatePoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryCombinedSensorUpdatePoliciesReader

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

QueryCombinedSensorUpdatePoliciesReader is a Reader for the QueryCombinedSensorUpdatePolicies structure.

func (*QueryCombinedSensorUpdatePoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryCombinedSensorUpdatePoliciesTooManyRequests

type QueryCombinedSensorUpdatePoliciesTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

QueryCombinedSensorUpdatePoliciesTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewQueryCombinedSensorUpdatePoliciesTooManyRequests

func NewQueryCombinedSensorUpdatePoliciesTooManyRequests() *QueryCombinedSensorUpdatePoliciesTooManyRequests

NewQueryCombinedSensorUpdatePoliciesTooManyRequests creates a QueryCombinedSensorUpdatePoliciesTooManyRequests with default headers values

func (*QueryCombinedSensorUpdatePoliciesTooManyRequests) Code

Code gets the status code for the query combined sensor update policies too many requests response

func (*QueryCombinedSensorUpdatePoliciesTooManyRequests) Error

func (*QueryCombinedSensorUpdatePoliciesTooManyRequests) GetPayload

func (*QueryCombinedSensorUpdatePoliciesTooManyRequests) IsClientError

IsClientError returns true when this query combined sensor update policies too many requests response has a 4xx status code

func (*QueryCombinedSensorUpdatePoliciesTooManyRequests) IsCode

IsCode returns true when this query combined sensor update policies too many requests response a status code equal to that given

func (*QueryCombinedSensorUpdatePoliciesTooManyRequests) IsRedirect

IsRedirect returns true when this query combined sensor update policies too many requests response has a 3xx status code

func (*QueryCombinedSensorUpdatePoliciesTooManyRequests) IsServerError

IsServerError returns true when this query combined sensor update policies too many requests response has a 5xx status code

func (*QueryCombinedSensorUpdatePoliciesTooManyRequests) IsSuccess

IsSuccess returns true when this query combined sensor update policies too many requests response has a 2xx status code

func (*QueryCombinedSensorUpdatePoliciesTooManyRequests) String

type QueryCombinedSensorUpdatePoliciesV2BadRequest

type QueryCombinedSensorUpdatePoliciesV2BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV2
}

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

Bad Request

func NewQueryCombinedSensorUpdatePoliciesV2BadRequest

func NewQueryCombinedSensorUpdatePoliciesV2BadRequest() *QueryCombinedSensorUpdatePoliciesV2BadRequest

NewQueryCombinedSensorUpdatePoliciesV2BadRequest creates a QueryCombinedSensorUpdatePoliciesV2BadRequest with default headers values

func (*QueryCombinedSensorUpdatePoliciesV2BadRequest) Code

Code gets the status code for the query combined sensor update policies v2 bad request response

func (*QueryCombinedSensorUpdatePoliciesV2BadRequest) Error

func (*QueryCombinedSensorUpdatePoliciesV2BadRequest) GetPayload

func (*QueryCombinedSensorUpdatePoliciesV2BadRequest) IsClientError

IsClientError returns true when this query combined sensor update policies v2 bad request response has a 4xx status code

func (*QueryCombinedSensorUpdatePoliciesV2BadRequest) IsCode

IsCode returns true when this query combined sensor update policies v2 bad request response a status code equal to that given

func (*QueryCombinedSensorUpdatePoliciesV2BadRequest) IsRedirect

IsRedirect returns true when this query combined sensor update policies v2 bad request response has a 3xx status code

func (*QueryCombinedSensorUpdatePoliciesV2BadRequest) IsServerError

IsServerError returns true when this query combined sensor update policies v2 bad request response has a 5xx status code

func (*QueryCombinedSensorUpdatePoliciesV2BadRequest) IsSuccess

IsSuccess returns true when this query combined sensor update policies v2 bad request response has a 2xx status code

func (*QueryCombinedSensorUpdatePoliciesV2BadRequest) String

type QueryCombinedSensorUpdatePoliciesV2Forbidden

type QueryCombinedSensorUpdatePoliciesV2Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

QueryCombinedSensorUpdatePoliciesV2Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewQueryCombinedSensorUpdatePoliciesV2Forbidden

func NewQueryCombinedSensorUpdatePoliciesV2Forbidden() *QueryCombinedSensorUpdatePoliciesV2Forbidden

NewQueryCombinedSensorUpdatePoliciesV2Forbidden creates a QueryCombinedSensorUpdatePoliciesV2Forbidden with default headers values

func (*QueryCombinedSensorUpdatePoliciesV2Forbidden) Code

Code gets the status code for the query combined sensor update policies v2 forbidden response

func (*QueryCombinedSensorUpdatePoliciesV2Forbidden) Error

func (*QueryCombinedSensorUpdatePoliciesV2Forbidden) GetPayload

func (*QueryCombinedSensorUpdatePoliciesV2Forbidden) IsClientError

IsClientError returns true when this query combined sensor update policies v2 forbidden response has a 4xx status code

func (*QueryCombinedSensorUpdatePoliciesV2Forbidden) IsCode

IsCode returns true when this query combined sensor update policies v2 forbidden response a status code equal to that given

func (*QueryCombinedSensorUpdatePoliciesV2Forbidden) IsRedirect

IsRedirect returns true when this query combined sensor update policies v2 forbidden response has a 3xx status code

func (*QueryCombinedSensorUpdatePoliciesV2Forbidden) IsServerError

IsServerError returns true when this query combined sensor update policies v2 forbidden response has a 5xx status code

func (*QueryCombinedSensorUpdatePoliciesV2Forbidden) IsSuccess

IsSuccess returns true when this query combined sensor update policies v2 forbidden response has a 2xx status code

func (*QueryCombinedSensorUpdatePoliciesV2Forbidden) String

type QueryCombinedSensorUpdatePoliciesV2InternalServerError

type QueryCombinedSensorUpdatePoliciesV2InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV2
}

QueryCombinedSensorUpdatePoliciesV2InternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewQueryCombinedSensorUpdatePoliciesV2InternalServerError

func NewQueryCombinedSensorUpdatePoliciesV2InternalServerError() *QueryCombinedSensorUpdatePoliciesV2InternalServerError

NewQueryCombinedSensorUpdatePoliciesV2InternalServerError creates a QueryCombinedSensorUpdatePoliciesV2InternalServerError with default headers values

func (*QueryCombinedSensorUpdatePoliciesV2InternalServerError) Code

Code gets the status code for the query combined sensor update policies v2 internal server error response

func (*QueryCombinedSensorUpdatePoliciesV2InternalServerError) Error

func (*QueryCombinedSensorUpdatePoliciesV2InternalServerError) GetPayload

func (*QueryCombinedSensorUpdatePoliciesV2InternalServerError) IsClientError

IsClientError returns true when this query combined sensor update policies v2 internal server error response has a 4xx status code

func (*QueryCombinedSensorUpdatePoliciesV2InternalServerError) IsCode

IsCode returns true when this query combined sensor update policies v2 internal server error response a status code equal to that given

func (*QueryCombinedSensorUpdatePoliciesV2InternalServerError) IsRedirect

IsRedirect returns true when this query combined sensor update policies v2 internal server error response has a 3xx status code

func (*QueryCombinedSensorUpdatePoliciesV2InternalServerError) IsServerError

IsServerError returns true when this query combined sensor update policies v2 internal server error response has a 5xx status code

func (*QueryCombinedSensorUpdatePoliciesV2InternalServerError) IsSuccess

IsSuccess returns true when this query combined sensor update policies v2 internal server error response has a 2xx status code

func (*QueryCombinedSensorUpdatePoliciesV2InternalServerError) String

type QueryCombinedSensorUpdatePoliciesV2OK

type QueryCombinedSensorUpdatePoliciesV2OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV2
}

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

OK

func NewQueryCombinedSensorUpdatePoliciesV2OK

func NewQueryCombinedSensorUpdatePoliciesV2OK() *QueryCombinedSensorUpdatePoliciesV2OK

NewQueryCombinedSensorUpdatePoliciesV2OK creates a QueryCombinedSensorUpdatePoliciesV2OK with default headers values

func (*QueryCombinedSensorUpdatePoliciesV2OK) Code

Code gets the status code for the query combined sensor update policies v2 o k response

func (*QueryCombinedSensorUpdatePoliciesV2OK) Error

func (*QueryCombinedSensorUpdatePoliciesV2OK) GetPayload

func (*QueryCombinedSensorUpdatePoliciesV2OK) IsClientError

func (o *QueryCombinedSensorUpdatePoliciesV2OK) IsClientError() bool

IsClientError returns true when this query combined sensor update policies v2 o k response has a 4xx status code

func (*QueryCombinedSensorUpdatePoliciesV2OK) IsCode

IsCode returns true when this query combined sensor update policies v2 o k response a status code equal to that given

func (*QueryCombinedSensorUpdatePoliciesV2OK) IsRedirect

IsRedirect returns true when this query combined sensor update policies v2 o k response has a 3xx status code

func (*QueryCombinedSensorUpdatePoliciesV2OK) IsServerError

func (o *QueryCombinedSensorUpdatePoliciesV2OK) IsServerError() bool

IsServerError returns true when this query combined sensor update policies v2 o k response has a 5xx status code

func (*QueryCombinedSensorUpdatePoliciesV2OK) IsSuccess

IsSuccess returns true when this query combined sensor update policies v2 o k response has a 2xx status code

func (*QueryCombinedSensorUpdatePoliciesV2OK) String

type QueryCombinedSensorUpdatePoliciesV2Params

type QueryCombinedSensorUpdatePoliciesV2Params struct {

	/* Filter.

	   The filter expression that should be used to limit the results
	*/
	Filter *string

	/* Limit.

	   The maximum records to return. [1-5000]
	*/
	Limit *int64

	/* Offset.

	   The offset to start retrieving records from
	*/
	Offset *int64

	/* Sort.

	   The property to sort by
	*/
	Sort *string

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

QueryCombinedSensorUpdatePoliciesV2Params contains all the parameters to send to the API endpoint

for the query combined sensor update policies v2 operation.

Typically these are written to a http.Request.

func NewQueryCombinedSensorUpdatePoliciesV2Params

func NewQueryCombinedSensorUpdatePoliciesV2Params() *QueryCombinedSensorUpdatePoliciesV2Params

NewQueryCombinedSensorUpdatePoliciesV2Params creates a new QueryCombinedSensorUpdatePoliciesV2Params 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 NewQueryCombinedSensorUpdatePoliciesV2ParamsWithContext

func NewQueryCombinedSensorUpdatePoliciesV2ParamsWithContext(ctx context.Context) *QueryCombinedSensorUpdatePoliciesV2Params

NewQueryCombinedSensorUpdatePoliciesV2ParamsWithContext creates a new QueryCombinedSensorUpdatePoliciesV2Params object with the ability to set a context for a request.

func NewQueryCombinedSensorUpdatePoliciesV2ParamsWithHTTPClient

func NewQueryCombinedSensorUpdatePoliciesV2ParamsWithHTTPClient(client *http.Client) *QueryCombinedSensorUpdatePoliciesV2Params

NewQueryCombinedSensorUpdatePoliciesV2ParamsWithHTTPClient creates a new QueryCombinedSensorUpdatePoliciesV2Params object with the ability to set a custom HTTPClient for a request.

func NewQueryCombinedSensorUpdatePoliciesV2ParamsWithTimeout

func NewQueryCombinedSensorUpdatePoliciesV2ParamsWithTimeout(timeout time.Duration) *QueryCombinedSensorUpdatePoliciesV2Params

NewQueryCombinedSensorUpdatePoliciesV2ParamsWithTimeout creates a new QueryCombinedSensorUpdatePoliciesV2Params object with the ability to set a timeout on a request.

func (*QueryCombinedSensorUpdatePoliciesV2Params) SetContext

SetContext adds the context to the query combined sensor update policies v2 params

func (*QueryCombinedSensorUpdatePoliciesV2Params) SetDefaults

SetDefaults hydrates default values in the query combined sensor update policies v2 params (not the query body).

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

func (*QueryCombinedSensorUpdatePoliciesV2Params) SetFilter

func (o *QueryCombinedSensorUpdatePoliciesV2Params) SetFilter(filter *string)

SetFilter adds the filter to the query combined sensor update policies v2 params

func (*QueryCombinedSensorUpdatePoliciesV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query combined sensor update policies v2 params

func (*QueryCombinedSensorUpdatePoliciesV2Params) SetLimit

SetLimit adds the limit to the query combined sensor update policies v2 params

func (*QueryCombinedSensorUpdatePoliciesV2Params) SetOffset

func (o *QueryCombinedSensorUpdatePoliciesV2Params) SetOffset(offset *int64)

SetOffset adds the offset to the query combined sensor update policies v2 params

func (*QueryCombinedSensorUpdatePoliciesV2Params) SetSort

SetSort adds the sort to the query combined sensor update policies v2 params

func (*QueryCombinedSensorUpdatePoliciesV2Params) SetTimeout

SetTimeout adds the timeout to the query combined sensor update policies v2 params

func (*QueryCombinedSensorUpdatePoliciesV2Params) WithContext

WithContext adds the context to the query combined sensor update policies v2 params

func (*QueryCombinedSensorUpdatePoliciesV2Params) WithDefaults

WithDefaults hydrates default values in the query combined sensor update policies v2 params (not the query body).

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

func (*QueryCombinedSensorUpdatePoliciesV2Params) WithFilter

WithFilter adds the filter to the query combined sensor update policies v2 params

func (*QueryCombinedSensorUpdatePoliciesV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query combined sensor update policies v2 params

func (*QueryCombinedSensorUpdatePoliciesV2Params) WithLimit

WithLimit adds the limit to the query combined sensor update policies v2 params

func (*QueryCombinedSensorUpdatePoliciesV2Params) WithOffset

WithOffset adds the offset to the query combined sensor update policies v2 params

func (*QueryCombinedSensorUpdatePoliciesV2Params) WithSort

WithSort adds the sort to the query combined sensor update policies v2 params

func (*QueryCombinedSensorUpdatePoliciesV2Params) WithTimeout

WithTimeout adds the timeout to the query combined sensor update policies v2 params

func (*QueryCombinedSensorUpdatePoliciesV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryCombinedSensorUpdatePoliciesV2Reader

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

QueryCombinedSensorUpdatePoliciesV2Reader is a Reader for the QueryCombinedSensorUpdatePoliciesV2 structure.

func (*QueryCombinedSensorUpdatePoliciesV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryCombinedSensorUpdatePoliciesV2TooManyRequests

type QueryCombinedSensorUpdatePoliciesV2TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

QueryCombinedSensorUpdatePoliciesV2TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewQueryCombinedSensorUpdatePoliciesV2TooManyRequests

func NewQueryCombinedSensorUpdatePoliciesV2TooManyRequests() *QueryCombinedSensorUpdatePoliciesV2TooManyRequests

NewQueryCombinedSensorUpdatePoliciesV2TooManyRequests creates a QueryCombinedSensorUpdatePoliciesV2TooManyRequests with default headers values

func (*QueryCombinedSensorUpdatePoliciesV2TooManyRequests) Code

Code gets the status code for the query combined sensor update policies v2 too many requests response

func (*QueryCombinedSensorUpdatePoliciesV2TooManyRequests) Error

func (*QueryCombinedSensorUpdatePoliciesV2TooManyRequests) GetPayload

func (*QueryCombinedSensorUpdatePoliciesV2TooManyRequests) IsClientError

IsClientError returns true when this query combined sensor update policies v2 too many requests response has a 4xx status code

func (*QueryCombinedSensorUpdatePoliciesV2TooManyRequests) IsCode

IsCode returns true when this query combined sensor update policies v2 too many requests response a status code equal to that given

func (*QueryCombinedSensorUpdatePoliciesV2TooManyRequests) IsRedirect

IsRedirect returns true when this query combined sensor update policies v2 too many requests response has a 3xx status code

func (*QueryCombinedSensorUpdatePoliciesV2TooManyRequests) IsServerError

IsServerError returns true when this query combined sensor update policies v2 too many requests response has a 5xx status code

func (*QueryCombinedSensorUpdatePoliciesV2TooManyRequests) IsSuccess

IsSuccess returns true when this query combined sensor update policies v2 too many requests response has a 2xx status code

func (*QueryCombinedSensorUpdatePoliciesV2TooManyRequests) String

type QueryCombinedSensorUpdatePolicyMembersBadRequest

type QueryCombinedSensorUpdatePolicyMembersBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.BasePolicyMembersRespV1
}

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

Bad Request

func NewQueryCombinedSensorUpdatePolicyMembersBadRequest

func NewQueryCombinedSensorUpdatePolicyMembersBadRequest() *QueryCombinedSensorUpdatePolicyMembersBadRequest

NewQueryCombinedSensorUpdatePolicyMembersBadRequest creates a QueryCombinedSensorUpdatePolicyMembersBadRequest with default headers values

func (*QueryCombinedSensorUpdatePolicyMembersBadRequest) Code

Code gets the status code for the query combined sensor update policy members bad request response

func (*QueryCombinedSensorUpdatePolicyMembersBadRequest) Error

func (*QueryCombinedSensorUpdatePolicyMembersBadRequest) GetPayload

func (*QueryCombinedSensorUpdatePolicyMembersBadRequest) IsClientError

IsClientError returns true when this query combined sensor update policy members bad request response has a 4xx status code

func (*QueryCombinedSensorUpdatePolicyMembersBadRequest) IsCode

IsCode returns true when this query combined sensor update policy members bad request response a status code equal to that given

func (*QueryCombinedSensorUpdatePolicyMembersBadRequest) IsRedirect

IsRedirect returns true when this query combined sensor update policy members bad request response has a 3xx status code

func (*QueryCombinedSensorUpdatePolicyMembersBadRequest) IsServerError

IsServerError returns true when this query combined sensor update policy members bad request response has a 5xx status code

func (*QueryCombinedSensorUpdatePolicyMembersBadRequest) IsSuccess

IsSuccess returns true when this query combined sensor update policy members bad request response has a 2xx status code

func (*QueryCombinedSensorUpdatePolicyMembersBadRequest) String

type QueryCombinedSensorUpdatePolicyMembersForbidden

type QueryCombinedSensorUpdatePolicyMembersForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

QueryCombinedSensorUpdatePolicyMembersForbidden describes a response with status code 403, with default header values.

Forbidden

func NewQueryCombinedSensorUpdatePolicyMembersForbidden

func NewQueryCombinedSensorUpdatePolicyMembersForbidden() *QueryCombinedSensorUpdatePolicyMembersForbidden

NewQueryCombinedSensorUpdatePolicyMembersForbidden creates a QueryCombinedSensorUpdatePolicyMembersForbidden with default headers values

func (*QueryCombinedSensorUpdatePolicyMembersForbidden) Code

Code gets the status code for the query combined sensor update policy members forbidden response

func (*QueryCombinedSensorUpdatePolicyMembersForbidden) Error

func (*QueryCombinedSensorUpdatePolicyMembersForbidden) GetPayload

func (*QueryCombinedSensorUpdatePolicyMembersForbidden) IsClientError

IsClientError returns true when this query combined sensor update policy members forbidden response has a 4xx status code

func (*QueryCombinedSensorUpdatePolicyMembersForbidden) IsCode

IsCode returns true when this query combined sensor update policy members forbidden response a status code equal to that given

func (*QueryCombinedSensorUpdatePolicyMembersForbidden) IsRedirect

IsRedirect returns true when this query combined sensor update policy members forbidden response has a 3xx status code

func (*QueryCombinedSensorUpdatePolicyMembersForbidden) IsServerError

IsServerError returns true when this query combined sensor update policy members forbidden response has a 5xx status code

func (*QueryCombinedSensorUpdatePolicyMembersForbidden) IsSuccess

IsSuccess returns true when this query combined sensor update policy members forbidden response has a 2xx status code

func (*QueryCombinedSensorUpdatePolicyMembersForbidden) String

type QueryCombinedSensorUpdatePolicyMembersInternalServerError

type QueryCombinedSensorUpdatePolicyMembersInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.BasePolicyMembersRespV1
}

QueryCombinedSensorUpdatePolicyMembersInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewQueryCombinedSensorUpdatePolicyMembersInternalServerError

func NewQueryCombinedSensorUpdatePolicyMembersInternalServerError() *QueryCombinedSensorUpdatePolicyMembersInternalServerError

NewQueryCombinedSensorUpdatePolicyMembersInternalServerError creates a QueryCombinedSensorUpdatePolicyMembersInternalServerError with default headers values

func (*QueryCombinedSensorUpdatePolicyMembersInternalServerError) Code

Code gets the status code for the query combined sensor update policy members internal server error response

func (*QueryCombinedSensorUpdatePolicyMembersInternalServerError) Error

func (*QueryCombinedSensorUpdatePolicyMembersInternalServerError) GetPayload

func (*QueryCombinedSensorUpdatePolicyMembersInternalServerError) IsClientError

IsClientError returns true when this query combined sensor update policy members internal server error response has a 4xx status code

func (*QueryCombinedSensorUpdatePolicyMembersInternalServerError) IsCode

IsCode returns true when this query combined sensor update policy members internal server error response a status code equal to that given

func (*QueryCombinedSensorUpdatePolicyMembersInternalServerError) IsRedirect

IsRedirect returns true when this query combined sensor update policy members internal server error response has a 3xx status code

func (*QueryCombinedSensorUpdatePolicyMembersInternalServerError) IsServerError

IsServerError returns true when this query combined sensor update policy members internal server error response has a 5xx status code

func (*QueryCombinedSensorUpdatePolicyMembersInternalServerError) IsSuccess

IsSuccess returns true when this query combined sensor update policy members internal server error response has a 2xx status code

func (*QueryCombinedSensorUpdatePolicyMembersInternalServerError) String

type QueryCombinedSensorUpdatePolicyMembersNotFound

type QueryCombinedSensorUpdatePolicyMembersNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.BasePolicyMembersRespV1
}

QueryCombinedSensorUpdatePolicyMembersNotFound describes a response with status code 404, with default header values.

Not Found

func NewQueryCombinedSensorUpdatePolicyMembersNotFound

func NewQueryCombinedSensorUpdatePolicyMembersNotFound() *QueryCombinedSensorUpdatePolicyMembersNotFound

NewQueryCombinedSensorUpdatePolicyMembersNotFound creates a QueryCombinedSensorUpdatePolicyMembersNotFound with default headers values

func (*QueryCombinedSensorUpdatePolicyMembersNotFound) Code

Code gets the status code for the query combined sensor update policy members not found response

func (*QueryCombinedSensorUpdatePolicyMembersNotFound) Error

func (*QueryCombinedSensorUpdatePolicyMembersNotFound) GetPayload

func (*QueryCombinedSensorUpdatePolicyMembersNotFound) IsClientError

IsClientError returns true when this query combined sensor update policy members not found response has a 4xx status code

func (*QueryCombinedSensorUpdatePolicyMembersNotFound) IsCode

IsCode returns true when this query combined sensor update policy members not found response a status code equal to that given

func (*QueryCombinedSensorUpdatePolicyMembersNotFound) IsRedirect

IsRedirect returns true when this query combined sensor update policy members not found response has a 3xx status code

func (*QueryCombinedSensorUpdatePolicyMembersNotFound) IsServerError

IsServerError returns true when this query combined sensor update policy members not found response has a 5xx status code

func (*QueryCombinedSensorUpdatePolicyMembersNotFound) IsSuccess

IsSuccess returns true when this query combined sensor update policy members not found response has a 2xx status code

func (*QueryCombinedSensorUpdatePolicyMembersNotFound) String

type QueryCombinedSensorUpdatePolicyMembersOK

type QueryCombinedSensorUpdatePolicyMembersOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.BasePolicyMembersRespV1
}

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

OK

func NewQueryCombinedSensorUpdatePolicyMembersOK

func NewQueryCombinedSensorUpdatePolicyMembersOK() *QueryCombinedSensorUpdatePolicyMembersOK

NewQueryCombinedSensorUpdatePolicyMembersOK creates a QueryCombinedSensorUpdatePolicyMembersOK with default headers values

func (*QueryCombinedSensorUpdatePolicyMembersOK) Code

Code gets the status code for the query combined sensor update policy members o k response

func (*QueryCombinedSensorUpdatePolicyMembersOK) Error

func (*QueryCombinedSensorUpdatePolicyMembersOK) GetPayload

func (*QueryCombinedSensorUpdatePolicyMembersOK) IsClientError

IsClientError returns true when this query combined sensor update policy members o k response has a 4xx status code

func (*QueryCombinedSensorUpdatePolicyMembersOK) IsCode

IsCode returns true when this query combined sensor update policy members o k response a status code equal to that given

func (*QueryCombinedSensorUpdatePolicyMembersOK) IsRedirect

IsRedirect returns true when this query combined sensor update policy members o k response has a 3xx status code

func (*QueryCombinedSensorUpdatePolicyMembersOK) IsServerError

IsServerError returns true when this query combined sensor update policy members o k response has a 5xx status code

func (*QueryCombinedSensorUpdatePolicyMembersOK) IsSuccess

IsSuccess returns true when this query combined sensor update policy members o k response has a 2xx status code

func (*QueryCombinedSensorUpdatePolicyMembersOK) String

type QueryCombinedSensorUpdatePolicyMembersParams

type QueryCombinedSensorUpdatePolicyMembersParams struct {

	/* Filter.

	   The filter expression that should be used to limit the results
	*/
	Filter *string

	/* ID.

	   The ID of the Sensor Update Policy to search for members of
	*/
	ID *string

	/* Limit.

	   The maximum records to return. [1-5000]
	*/
	Limit *int64

	/* Offset.

	   The offset to start retrieving records from
	*/
	Offset *int64

	/* Sort.

	   The property to sort by
	*/
	Sort *string

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

QueryCombinedSensorUpdatePolicyMembersParams contains all the parameters to send to the API endpoint

for the query combined sensor update policy members operation.

Typically these are written to a http.Request.

func NewQueryCombinedSensorUpdatePolicyMembersParams

func NewQueryCombinedSensorUpdatePolicyMembersParams() *QueryCombinedSensorUpdatePolicyMembersParams

NewQueryCombinedSensorUpdatePolicyMembersParams creates a new QueryCombinedSensorUpdatePolicyMembersParams 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 NewQueryCombinedSensorUpdatePolicyMembersParamsWithContext

func NewQueryCombinedSensorUpdatePolicyMembersParamsWithContext(ctx context.Context) *QueryCombinedSensorUpdatePolicyMembersParams

NewQueryCombinedSensorUpdatePolicyMembersParamsWithContext creates a new QueryCombinedSensorUpdatePolicyMembersParams object with the ability to set a context for a request.

func NewQueryCombinedSensorUpdatePolicyMembersParamsWithHTTPClient

func NewQueryCombinedSensorUpdatePolicyMembersParamsWithHTTPClient(client *http.Client) *QueryCombinedSensorUpdatePolicyMembersParams

NewQueryCombinedSensorUpdatePolicyMembersParamsWithHTTPClient creates a new QueryCombinedSensorUpdatePolicyMembersParams object with the ability to set a custom HTTPClient for a request.

func NewQueryCombinedSensorUpdatePolicyMembersParamsWithTimeout

func NewQueryCombinedSensorUpdatePolicyMembersParamsWithTimeout(timeout time.Duration) *QueryCombinedSensorUpdatePolicyMembersParams

NewQueryCombinedSensorUpdatePolicyMembersParamsWithTimeout creates a new QueryCombinedSensorUpdatePolicyMembersParams object with the ability to set a timeout on a request.

func (*QueryCombinedSensorUpdatePolicyMembersParams) SetContext

SetContext adds the context to the query combined sensor update policy members params

func (*QueryCombinedSensorUpdatePolicyMembersParams) SetDefaults

SetDefaults hydrates default values in the query combined sensor update policy members params (not the query body).

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

func (*QueryCombinedSensorUpdatePolicyMembersParams) SetFilter

SetFilter adds the filter to the query combined sensor update policy members params

func (*QueryCombinedSensorUpdatePolicyMembersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query combined sensor update policy members params

func (*QueryCombinedSensorUpdatePolicyMembersParams) SetID

SetID adds the id to the query combined sensor update policy members params

func (*QueryCombinedSensorUpdatePolicyMembersParams) SetLimit

SetLimit adds the limit to the query combined sensor update policy members params

func (*QueryCombinedSensorUpdatePolicyMembersParams) SetOffset

SetOffset adds the offset to the query combined sensor update policy members params

func (*QueryCombinedSensorUpdatePolicyMembersParams) SetSort

SetSort adds the sort to the query combined sensor update policy members params

func (*QueryCombinedSensorUpdatePolicyMembersParams) SetTimeout

SetTimeout adds the timeout to the query combined sensor update policy members params

func (*QueryCombinedSensorUpdatePolicyMembersParams) WithContext

WithContext adds the context to the query combined sensor update policy members params

func (*QueryCombinedSensorUpdatePolicyMembersParams) WithDefaults

WithDefaults hydrates default values in the query combined sensor update policy members params (not the query body).

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

func (*QueryCombinedSensorUpdatePolicyMembersParams) WithFilter

WithFilter adds the filter to the query combined sensor update policy members params

func (*QueryCombinedSensorUpdatePolicyMembersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query combined sensor update policy members params

func (*QueryCombinedSensorUpdatePolicyMembersParams) WithID

WithID adds the id to the query combined sensor update policy members params

func (*QueryCombinedSensorUpdatePolicyMembersParams) WithLimit

WithLimit adds the limit to the query combined sensor update policy members params

func (*QueryCombinedSensorUpdatePolicyMembersParams) WithOffset

WithOffset adds the offset to the query combined sensor update policy members params

func (*QueryCombinedSensorUpdatePolicyMembersParams) WithSort

WithSort adds the sort to the query combined sensor update policy members params

func (*QueryCombinedSensorUpdatePolicyMembersParams) WithTimeout

WithTimeout adds the timeout to the query combined sensor update policy members params

func (*QueryCombinedSensorUpdatePolicyMembersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryCombinedSensorUpdatePolicyMembersReader

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

QueryCombinedSensorUpdatePolicyMembersReader is a Reader for the QueryCombinedSensorUpdatePolicyMembers structure.

func (*QueryCombinedSensorUpdatePolicyMembersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryCombinedSensorUpdatePolicyMembersTooManyRequests

type QueryCombinedSensorUpdatePolicyMembersTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

QueryCombinedSensorUpdatePolicyMembersTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewQueryCombinedSensorUpdatePolicyMembersTooManyRequests

func NewQueryCombinedSensorUpdatePolicyMembersTooManyRequests() *QueryCombinedSensorUpdatePolicyMembersTooManyRequests

NewQueryCombinedSensorUpdatePolicyMembersTooManyRequests creates a QueryCombinedSensorUpdatePolicyMembersTooManyRequests with default headers values

func (*QueryCombinedSensorUpdatePolicyMembersTooManyRequests) Code

Code gets the status code for the query combined sensor update policy members too many requests response

func (*QueryCombinedSensorUpdatePolicyMembersTooManyRequests) Error

func (*QueryCombinedSensorUpdatePolicyMembersTooManyRequests) GetPayload

func (*QueryCombinedSensorUpdatePolicyMembersTooManyRequests) IsClientError

IsClientError returns true when this query combined sensor update policy members too many requests response has a 4xx status code

func (*QueryCombinedSensorUpdatePolicyMembersTooManyRequests) IsCode

IsCode returns true when this query combined sensor update policy members too many requests response a status code equal to that given

func (*QueryCombinedSensorUpdatePolicyMembersTooManyRequests) IsRedirect

IsRedirect returns true when this query combined sensor update policy members too many requests response has a 3xx status code

func (*QueryCombinedSensorUpdatePolicyMembersTooManyRequests) IsServerError

IsServerError returns true when this query combined sensor update policy members too many requests response has a 5xx status code

func (*QueryCombinedSensorUpdatePolicyMembersTooManyRequests) IsSuccess

IsSuccess returns true when this query combined sensor update policy members too many requests response has a 2xx status code

func (*QueryCombinedSensorUpdatePolicyMembersTooManyRequests) String

type QuerySensorUpdateKernelsDistinctBadRequest

type QuerySensorUpdateKernelsDistinctBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

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

Bad Request

func NewQuerySensorUpdateKernelsDistinctBadRequest

func NewQuerySensorUpdateKernelsDistinctBadRequest() *QuerySensorUpdateKernelsDistinctBadRequest

NewQuerySensorUpdateKernelsDistinctBadRequest creates a QuerySensorUpdateKernelsDistinctBadRequest with default headers values

func (*QuerySensorUpdateKernelsDistinctBadRequest) Code

Code gets the status code for the query sensor update kernels distinct bad request response

func (*QuerySensorUpdateKernelsDistinctBadRequest) Error

func (*QuerySensorUpdateKernelsDistinctBadRequest) GetPayload

func (*QuerySensorUpdateKernelsDistinctBadRequest) IsClientError

IsClientError returns true when this query sensor update kernels distinct bad request response has a 4xx status code

func (*QuerySensorUpdateKernelsDistinctBadRequest) IsCode

IsCode returns true when this query sensor update kernels distinct bad request response a status code equal to that given

func (*QuerySensorUpdateKernelsDistinctBadRequest) IsRedirect

IsRedirect returns true when this query sensor update kernels distinct bad request response has a 3xx status code

func (*QuerySensorUpdateKernelsDistinctBadRequest) IsServerError

IsServerError returns true when this query sensor update kernels distinct bad request response has a 5xx status code

func (*QuerySensorUpdateKernelsDistinctBadRequest) IsSuccess

IsSuccess returns true when this query sensor update kernels distinct bad request response has a 2xx status code

func (*QuerySensorUpdateKernelsDistinctBadRequest) String

type QuerySensorUpdateKernelsDistinctForbidden

type QuerySensorUpdateKernelsDistinctForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

QuerySensorUpdateKernelsDistinctForbidden describes a response with status code 403, with default header values.

Forbidden

func NewQuerySensorUpdateKernelsDistinctForbidden

func NewQuerySensorUpdateKernelsDistinctForbidden() *QuerySensorUpdateKernelsDistinctForbidden

NewQuerySensorUpdateKernelsDistinctForbidden creates a QuerySensorUpdateKernelsDistinctForbidden with default headers values

func (*QuerySensorUpdateKernelsDistinctForbidden) Code

Code gets the status code for the query sensor update kernels distinct forbidden response

func (*QuerySensorUpdateKernelsDistinctForbidden) Error

func (*QuerySensorUpdateKernelsDistinctForbidden) GetPayload

func (*QuerySensorUpdateKernelsDistinctForbidden) IsClientError

IsClientError returns true when this query sensor update kernels distinct forbidden response has a 4xx status code

func (*QuerySensorUpdateKernelsDistinctForbidden) IsCode

IsCode returns true when this query sensor update kernels distinct forbidden response a status code equal to that given

func (*QuerySensorUpdateKernelsDistinctForbidden) IsRedirect

IsRedirect returns true when this query sensor update kernels distinct forbidden response has a 3xx status code

func (*QuerySensorUpdateKernelsDistinctForbidden) IsServerError

IsServerError returns true when this query sensor update kernels distinct forbidden response has a 5xx status code

func (*QuerySensorUpdateKernelsDistinctForbidden) IsSuccess

IsSuccess returns true when this query sensor update kernels distinct forbidden response has a 2xx status code

func (*QuerySensorUpdateKernelsDistinctForbidden) String

type QuerySensorUpdateKernelsDistinctInternalServerError

type QuerySensorUpdateKernelsDistinctInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

QuerySensorUpdateKernelsDistinctInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewQuerySensorUpdateKernelsDistinctInternalServerError

func NewQuerySensorUpdateKernelsDistinctInternalServerError() *QuerySensorUpdateKernelsDistinctInternalServerError

NewQuerySensorUpdateKernelsDistinctInternalServerError creates a QuerySensorUpdateKernelsDistinctInternalServerError with default headers values

func (*QuerySensorUpdateKernelsDistinctInternalServerError) Code

Code gets the status code for the query sensor update kernels distinct internal server error response

func (*QuerySensorUpdateKernelsDistinctInternalServerError) Error

func (*QuerySensorUpdateKernelsDistinctInternalServerError) GetPayload

func (*QuerySensorUpdateKernelsDistinctInternalServerError) IsClientError

IsClientError returns true when this query sensor update kernels distinct internal server error response has a 4xx status code

func (*QuerySensorUpdateKernelsDistinctInternalServerError) IsCode

IsCode returns true when this query sensor update kernels distinct internal server error response a status code equal to that given

func (*QuerySensorUpdateKernelsDistinctInternalServerError) IsRedirect

IsRedirect returns true when this query sensor update kernels distinct internal server error response has a 3xx status code

func (*QuerySensorUpdateKernelsDistinctInternalServerError) IsServerError

IsServerError returns true when this query sensor update kernels distinct internal server error response has a 5xx status code

func (*QuerySensorUpdateKernelsDistinctInternalServerError) IsSuccess

IsSuccess returns true when this query sensor update kernels distinct internal server error response has a 2xx status code

func (*QuerySensorUpdateKernelsDistinctInternalServerError) String

type QuerySensorUpdateKernelsDistinctOK

type QuerySensorUpdateKernelsDistinctOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

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

OK

func NewQuerySensorUpdateKernelsDistinctOK

func NewQuerySensorUpdateKernelsDistinctOK() *QuerySensorUpdateKernelsDistinctOK

NewQuerySensorUpdateKernelsDistinctOK creates a QuerySensorUpdateKernelsDistinctOK with default headers values

func (*QuerySensorUpdateKernelsDistinctOK) Code

Code gets the status code for the query sensor update kernels distinct o k response

func (*QuerySensorUpdateKernelsDistinctOK) Error

func (*QuerySensorUpdateKernelsDistinctOK) GetPayload

func (*QuerySensorUpdateKernelsDistinctOK) IsClientError

func (o *QuerySensorUpdateKernelsDistinctOK) IsClientError() bool

IsClientError returns true when this query sensor update kernels distinct o k response has a 4xx status code

func (*QuerySensorUpdateKernelsDistinctOK) IsCode

IsCode returns true when this query sensor update kernels distinct o k response a status code equal to that given

func (*QuerySensorUpdateKernelsDistinctOK) IsRedirect

func (o *QuerySensorUpdateKernelsDistinctOK) IsRedirect() bool

IsRedirect returns true when this query sensor update kernels distinct o k response has a 3xx status code

func (*QuerySensorUpdateKernelsDistinctOK) IsServerError

func (o *QuerySensorUpdateKernelsDistinctOK) IsServerError() bool

IsServerError returns true when this query sensor update kernels distinct o k response has a 5xx status code

func (*QuerySensorUpdateKernelsDistinctOK) IsSuccess

IsSuccess returns true when this query sensor update kernels distinct o k response has a 2xx status code

func (*QuerySensorUpdateKernelsDistinctOK) String

type QuerySensorUpdateKernelsDistinctParams

type QuerySensorUpdateKernelsDistinctParams struct {

	/* DistinctField.

	   The field name to get distinct values for
	*/
	DistinctField string

	/* Filter.

	   The filter expression that should be used to limit the results
	*/
	Filter *string

	/* Limit.

	   The maximum records to return. [1-500]
	*/
	Limit *int64

	/* Offset.

	   The offset to start retrieving records from
	*/
	Offset *int64

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

QuerySensorUpdateKernelsDistinctParams contains all the parameters to send to the API endpoint

for the query sensor update kernels distinct operation.

Typically these are written to a http.Request.

func NewQuerySensorUpdateKernelsDistinctParams

func NewQuerySensorUpdateKernelsDistinctParams() *QuerySensorUpdateKernelsDistinctParams

NewQuerySensorUpdateKernelsDistinctParams creates a new QuerySensorUpdateKernelsDistinctParams 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 NewQuerySensorUpdateKernelsDistinctParamsWithContext

func NewQuerySensorUpdateKernelsDistinctParamsWithContext(ctx context.Context) *QuerySensorUpdateKernelsDistinctParams

NewQuerySensorUpdateKernelsDistinctParamsWithContext creates a new QuerySensorUpdateKernelsDistinctParams object with the ability to set a context for a request.

func NewQuerySensorUpdateKernelsDistinctParamsWithHTTPClient

func NewQuerySensorUpdateKernelsDistinctParamsWithHTTPClient(client *http.Client) *QuerySensorUpdateKernelsDistinctParams

NewQuerySensorUpdateKernelsDistinctParamsWithHTTPClient creates a new QuerySensorUpdateKernelsDistinctParams object with the ability to set a custom HTTPClient for a request.

func NewQuerySensorUpdateKernelsDistinctParamsWithTimeout

func NewQuerySensorUpdateKernelsDistinctParamsWithTimeout(timeout time.Duration) *QuerySensorUpdateKernelsDistinctParams

NewQuerySensorUpdateKernelsDistinctParamsWithTimeout creates a new QuerySensorUpdateKernelsDistinctParams object with the ability to set a timeout on a request.

func (*QuerySensorUpdateKernelsDistinctParams) SetContext

SetContext adds the context to the query sensor update kernels distinct params

func (*QuerySensorUpdateKernelsDistinctParams) SetDefaults

func (o *QuerySensorUpdateKernelsDistinctParams) SetDefaults()

SetDefaults hydrates default values in the query sensor update kernels distinct params (not the query body).

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

func (*QuerySensorUpdateKernelsDistinctParams) SetDistinctField

func (o *QuerySensorUpdateKernelsDistinctParams) SetDistinctField(distinctField string)

SetDistinctField adds the distinctField to the query sensor update kernels distinct params

func (*QuerySensorUpdateKernelsDistinctParams) SetFilter

func (o *QuerySensorUpdateKernelsDistinctParams) SetFilter(filter *string)

SetFilter adds the filter to the query sensor update kernels distinct params

func (*QuerySensorUpdateKernelsDistinctParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query sensor update kernels distinct params

func (*QuerySensorUpdateKernelsDistinctParams) SetLimit

func (o *QuerySensorUpdateKernelsDistinctParams) SetLimit(limit *int64)

SetLimit adds the limit to the query sensor update kernels distinct params

func (*QuerySensorUpdateKernelsDistinctParams) SetOffset

func (o *QuerySensorUpdateKernelsDistinctParams) SetOffset(offset *int64)

SetOffset adds the offset to the query sensor update kernels distinct params

func (*QuerySensorUpdateKernelsDistinctParams) SetTimeout

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

SetTimeout adds the timeout to the query sensor update kernels distinct params

func (*QuerySensorUpdateKernelsDistinctParams) WithContext

WithContext adds the context to the query sensor update kernels distinct params

func (*QuerySensorUpdateKernelsDistinctParams) WithDefaults

WithDefaults hydrates default values in the query sensor update kernels distinct params (not the query body).

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

func (*QuerySensorUpdateKernelsDistinctParams) WithDistinctField

WithDistinctField adds the distinctField to the query sensor update kernels distinct params

func (*QuerySensorUpdateKernelsDistinctParams) WithFilter

WithFilter adds the filter to the query sensor update kernels distinct params

func (*QuerySensorUpdateKernelsDistinctParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query sensor update kernels distinct params

func (*QuerySensorUpdateKernelsDistinctParams) WithLimit

WithLimit adds the limit to the query sensor update kernels distinct params

func (*QuerySensorUpdateKernelsDistinctParams) WithOffset

WithOffset adds the offset to the query sensor update kernels distinct params

func (*QuerySensorUpdateKernelsDistinctParams) WithTimeout

WithTimeout adds the timeout to the query sensor update kernels distinct params

func (*QuerySensorUpdateKernelsDistinctParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QuerySensorUpdateKernelsDistinctReader

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

QuerySensorUpdateKernelsDistinctReader is a Reader for the QuerySensorUpdateKernelsDistinct structure.

func (*QuerySensorUpdateKernelsDistinctReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QuerySensorUpdateKernelsDistinctTooManyRequests

type QuerySensorUpdateKernelsDistinctTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

QuerySensorUpdateKernelsDistinctTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewQuerySensorUpdateKernelsDistinctTooManyRequests

func NewQuerySensorUpdateKernelsDistinctTooManyRequests() *QuerySensorUpdateKernelsDistinctTooManyRequests

NewQuerySensorUpdateKernelsDistinctTooManyRequests creates a QuerySensorUpdateKernelsDistinctTooManyRequests with default headers values

func (*QuerySensorUpdateKernelsDistinctTooManyRequests) Code

Code gets the status code for the query sensor update kernels distinct too many requests response

func (*QuerySensorUpdateKernelsDistinctTooManyRequests) Error

func (*QuerySensorUpdateKernelsDistinctTooManyRequests) GetPayload

func (*QuerySensorUpdateKernelsDistinctTooManyRequests) IsClientError

IsClientError returns true when this query sensor update kernels distinct too many requests response has a 4xx status code

func (*QuerySensorUpdateKernelsDistinctTooManyRequests) IsCode

IsCode returns true when this query sensor update kernels distinct too many requests response a status code equal to that given

func (*QuerySensorUpdateKernelsDistinctTooManyRequests) IsRedirect

IsRedirect returns true when this query sensor update kernels distinct too many requests response has a 3xx status code

func (*QuerySensorUpdateKernelsDistinctTooManyRequests) IsServerError

IsServerError returns true when this query sensor update kernels distinct too many requests response has a 5xx status code

func (*QuerySensorUpdateKernelsDistinctTooManyRequests) IsSuccess

IsSuccess returns true when this query sensor update kernels distinct too many requests response has a 2xx status code

func (*QuerySensorUpdateKernelsDistinctTooManyRequests) String

type QuerySensorUpdatePoliciesBadRequest

type QuerySensorUpdatePoliciesBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

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

Bad Request

func NewQuerySensorUpdatePoliciesBadRequest

func NewQuerySensorUpdatePoliciesBadRequest() *QuerySensorUpdatePoliciesBadRequest

NewQuerySensorUpdatePoliciesBadRequest creates a QuerySensorUpdatePoliciesBadRequest with default headers values

func (*QuerySensorUpdatePoliciesBadRequest) Code

Code gets the status code for the query sensor update policies bad request response

func (*QuerySensorUpdatePoliciesBadRequest) Error

func (*QuerySensorUpdatePoliciesBadRequest) GetPayload

func (*QuerySensorUpdatePoliciesBadRequest) IsClientError

func (o *QuerySensorUpdatePoliciesBadRequest) IsClientError() bool

IsClientError returns true when this query sensor update policies bad request response has a 4xx status code

func (*QuerySensorUpdatePoliciesBadRequest) IsCode

IsCode returns true when this query sensor update policies bad request response a status code equal to that given

func (*QuerySensorUpdatePoliciesBadRequest) IsRedirect

func (o *QuerySensorUpdatePoliciesBadRequest) IsRedirect() bool

IsRedirect returns true when this query sensor update policies bad request response has a 3xx status code

func (*QuerySensorUpdatePoliciesBadRequest) IsServerError

func (o *QuerySensorUpdatePoliciesBadRequest) IsServerError() bool

IsServerError returns true when this query sensor update policies bad request response has a 5xx status code

func (*QuerySensorUpdatePoliciesBadRequest) IsSuccess

IsSuccess returns true when this query sensor update policies bad request response has a 2xx status code

func (*QuerySensorUpdatePoliciesBadRequest) String

type QuerySensorUpdatePoliciesForbidden

type QuerySensorUpdatePoliciesForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

QuerySensorUpdatePoliciesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewQuerySensorUpdatePoliciesForbidden

func NewQuerySensorUpdatePoliciesForbidden() *QuerySensorUpdatePoliciesForbidden

NewQuerySensorUpdatePoliciesForbidden creates a QuerySensorUpdatePoliciesForbidden with default headers values

func (*QuerySensorUpdatePoliciesForbidden) Code

Code gets the status code for the query sensor update policies forbidden response

func (*QuerySensorUpdatePoliciesForbidden) Error

func (*QuerySensorUpdatePoliciesForbidden) GetPayload

func (*QuerySensorUpdatePoliciesForbidden) IsClientError

func (o *QuerySensorUpdatePoliciesForbidden) IsClientError() bool

IsClientError returns true when this query sensor update policies forbidden response has a 4xx status code

func (*QuerySensorUpdatePoliciesForbidden) IsCode

IsCode returns true when this query sensor update policies forbidden response a status code equal to that given

func (*QuerySensorUpdatePoliciesForbidden) IsRedirect

func (o *QuerySensorUpdatePoliciesForbidden) IsRedirect() bool

IsRedirect returns true when this query sensor update policies forbidden response has a 3xx status code

func (*QuerySensorUpdatePoliciesForbidden) IsServerError

func (o *QuerySensorUpdatePoliciesForbidden) IsServerError() bool

IsServerError returns true when this query sensor update policies forbidden response has a 5xx status code

func (*QuerySensorUpdatePoliciesForbidden) IsSuccess

IsSuccess returns true when this query sensor update policies forbidden response has a 2xx status code

func (*QuerySensorUpdatePoliciesForbidden) String

type QuerySensorUpdatePoliciesInternalServerError

type QuerySensorUpdatePoliciesInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

QuerySensorUpdatePoliciesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewQuerySensorUpdatePoliciesInternalServerError

func NewQuerySensorUpdatePoliciesInternalServerError() *QuerySensorUpdatePoliciesInternalServerError

NewQuerySensorUpdatePoliciesInternalServerError creates a QuerySensorUpdatePoliciesInternalServerError with default headers values

func (*QuerySensorUpdatePoliciesInternalServerError) Code

Code gets the status code for the query sensor update policies internal server error response

func (*QuerySensorUpdatePoliciesInternalServerError) Error

func (*QuerySensorUpdatePoliciesInternalServerError) GetPayload

func (*QuerySensorUpdatePoliciesInternalServerError) IsClientError

IsClientError returns true when this query sensor update policies internal server error response has a 4xx status code

func (*QuerySensorUpdatePoliciesInternalServerError) IsCode

IsCode returns true when this query sensor update policies internal server error response a status code equal to that given

func (*QuerySensorUpdatePoliciesInternalServerError) IsRedirect

IsRedirect returns true when this query sensor update policies internal server error response has a 3xx status code

func (*QuerySensorUpdatePoliciesInternalServerError) IsServerError

IsServerError returns true when this query sensor update policies internal server error response has a 5xx status code

func (*QuerySensorUpdatePoliciesInternalServerError) IsSuccess

IsSuccess returns true when this query sensor update policies internal server error response has a 2xx status code

func (*QuerySensorUpdatePoliciesInternalServerError) String

type QuerySensorUpdatePoliciesOK

type QuerySensorUpdatePoliciesOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

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

OK

func NewQuerySensorUpdatePoliciesOK

func NewQuerySensorUpdatePoliciesOK() *QuerySensorUpdatePoliciesOK

NewQuerySensorUpdatePoliciesOK creates a QuerySensorUpdatePoliciesOK with default headers values

func (*QuerySensorUpdatePoliciesOK) Code

func (o *QuerySensorUpdatePoliciesOK) Code() int

Code gets the status code for the query sensor update policies o k response

func (*QuerySensorUpdatePoliciesOK) Error

func (*QuerySensorUpdatePoliciesOK) GetPayload

func (*QuerySensorUpdatePoliciesOK) IsClientError

func (o *QuerySensorUpdatePoliciesOK) IsClientError() bool

IsClientError returns true when this query sensor update policies o k response has a 4xx status code

func (*QuerySensorUpdatePoliciesOK) IsCode

func (o *QuerySensorUpdatePoliciesOK) IsCode(code int) bool

IsCode returns true when this query sensor update policies o k response a status code equal to that given

func (*QuerySensorUpdatePoliciesOK) IsRedirect

func (o *QuerySensorUpdatePoliciesOK) IsRedirect() bool

IsRedirect returns true when this query sensor update policies o k response has a 3xx status code

func (*QuerySensorUpdatePoliciesOK) IsServerError

func (o *QuerySensorUpdatePoliciesOK) IsServerError() bool

IsServerError returns true when this query sensor update policies o k response has a 5xx status code

func (*QuerySensorUpdatePoliciesOK) IsSuccess

func (o *QuerySensorUpdatePoliciesOK) IsSuccess() bool

IsSuccess returns true when this query sensor update policies o k response has a 2xx status code

func (*QuerySensorUpdatePoliciesOK) String

func (o *QuerySensorUpdatePoliciesOK) String() string

type QuerySensorUpdatePoliciesParams

type QuerySensorUpdatePoliciesParams struct {

	/* Filter.

	   The filter expression that should be used to limit the results
	*/
	Filter *string

	/* Limit.

	   The maximum records to return. [1-5000]
	*/
	Limit *int64

	/* Offset.

	   The offset to start retrieving records from
	*/
	Offset *int64

	/* Sort.

	   The property to sort by
	*/
	Sort *string

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

QuerySensorUpdatePoliciesParams contains all the parameters to send to the API endpoint

for the query sensor update policies operation.

Typically these are written to a http.Request.

func NewQuerySensorUpdatePoliciesParams

func NewQuerySensorUpdatePoliciesParams() *QuerySensorUpdatePoliciesParams

NewQuerySensorUpdatePoliciesParams creates a new QuerySensorUpdatePoliciesParams 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 NewQuerySensorUpdatePoliciesParamsWithContext

func NewQuerySensorUpdatePoliciesParamsWithContext(ctx context.Context) *QuerySensorUpdatePoliciesParams

NewQuerySensorUpdatePoliciesParamsWithContext creates a new QuerySensorUpdatePoliciesParams object with the ability to set a context for a request.

func NewQuerySensorUpdatePoliciesParamsWithHTTPClient

func NewQuerySensorUpdatePoliciesParamsWithHTTPClient(client *http.Client) *QuerySensorUpdatePoliciesParams

NewQuerySensorUpdatePoliciesParamsWithHTTPClient creates a new QuerySensorUpdatePoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewQuerySensorUpdatePoliciesParamsWithTimeout

func NewQuerySensorUpdatePoliciesParamsWithTimeout(timeout time.Duration) *QuerySensorUpdatePoliciesParams

NewQuerySensorUpdatePoliciesParamsWithTimeout creates a new QuerySensorUpdatePoliciesParams object with the ability to set a timeout on a request.

func (*QuerySensorUpdatePoliciesParams) SetContext

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

SetContext adds the context to the query sensor update policies params

func (*QuerySensorUpdatePoliciesParams) SetDefaults

func (o *QuerySensorUpdatePoliciesParams) SetDefaults()

SetDefaults hydrates default values in the query sensor update policies params (not the query body).

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

func (*QuerySensorUpdatePoliciesParams) SetFilter

func (o *QuerySensorUpdatePoliciesParams) SetFilter(filter *string)

SetFilter adds the filter to the query sensor update policies params

func (*QuerySensorUpdatePoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query sensor update policies params

func (*QuerySensorUpdatePoliciesParams) SetLimit

func (o *QuerySensorUpdatePoliciesParams) SetLimit(limit *int64)

SetLimit adds the limit to the query sensor update policies params

func (*QuerySensorUpdatePoliciesParams) SetOffset

func (o *QuerySensorUpdatePoliciesParams) SetOffset(offset *int64)

SetOffset adds the offset to the query sensor update policies params

func (*QuerySensorUpdatePoliciesParams) SetSort

func (o *QuerySensorUpdatePoliciesParams) SetSort(sort *string)

SetSort adds the sort to the query sensor update policies params

func (*QuerySensorUpdatePoliciesParams) SetTimeout

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

SetTimeout adds the timeout to the query sensor update policies params

func (*QuerySensorUpdatePoliciesParams) WithContext

WithContext adds the context to the query sensor update policies params

func (*QuerySensorUpdatePoliciesParams) WithDefaults

WithDefaults hydrates default values in the query sensor update policies params (not the query body).

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

func (*QuerySensorUpdatePoliciesParams) WithFilter

WithFilter adds the filter to the query sensor update policies params

func (*QuerySensorUpdatePoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query sensor update policies params

func (*QuerySensorUpdatePoliciesParams) WithLimit

WithLimit adds the limit to the query sensor update policies params

func (*QuerySensorUpdatePoliciesParams) WithOffset

WithOffset adds the offset to the query sensor update policies params

func (*QuerySensorUpdatePoliciesParams) WithSort

WithSort adds the sort to the query sensor update policies params

func (*QuerySensorUpdatePoliciesParams) WithTimeout

WithTimeout adds the timeout to the query sensor update policies params

func (*QuerySensorUpdatePoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QuerySensorUpdatePoliciesReader

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

QuerySensorUpdatePoliciesReader is a Reader for the QuerySensorUpdatePolicies structure.

func (*QuerySensorUpdatePoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QuerySensorUpdatePoliciesTooManyRequests

type QuerySensorUpdatePoliciesTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

QuerySensorUpdatePoliciesTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewQuerySensorUpdatePoliciesTooManyRequests

func NewQuerySensorUpdatePoliciesTooManyRequests() *QuerySensorUpdatePoliciesTooManyRequests

NewQuerySensorUpdatePoliciesTooManyRequests creates a QuerySensorUpdatePoliciesTooManyRequests with default headers values

func (*QuerySensorUpdatePoliciesTooManyRequests) Code

Code gets the status code for the query sensor update policies too many requests response

func (*QuerySensorUpdatePoliciesTooManyRequests) Error

func (*QuerySensorUpdatePoliciesTooManyRequests) GetPayload

func (*QuerySensorUpdatePoliciesTooManyRequests) IsClientError

IsClientError returns true when this query sensor update policies too many requests response has a 4xx status code

func (*QuerySensorUpdatePoliciesTooManyRequests) IsCode

IsCode returns true when this query sensor update policies too many requests response a status code equal to that given

func (*QuerySensorUpdatePoliciesTooManyRequests) IsRedirect

IsRedirect returns true when this query sensor update policies too many requests response has a 3xx status code

func (*QuerySensorUpdatePoliciesTooManyRequests) IsServerError

IsServerError returns true when this query sensor update policies too many requests response has a 5xx status code

func (*QuerySensorUpdatePoliciesTooManyRequests) IsSuccess

IsSuccess returns true when this query sensor update policies too many requests response has a 2xx status code

func (*QuerySensorUpdatePoliciesTooManyRequests) String

type QuerySensorUpdatePolicyMembersBadRequest

type QuerySensorUpdatePolicyMembersBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

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

Bad Request

func NewQuerySensorUpdatePolicyMembersBadRequest

func NewQuerySensorUpdatePolicyMembersBadRequest() *QuerySensorUpdatePolicyMembersBadRequest

NewQuerySensorUpdatePolicyMembersBadRequest creates a QuerySensorUpdatePolicyMembersBadRequest with default headers values

func (*QuerySensorUpdatePolicyMembersBadRequest) Code

Code gets the status code for the query sensor update policy members bad request response

func (*QuerySensorUpdatePolicyMembersBadRequest) Error

func (*QuerySensorUpdatePolicyMembersBadRequest) GetPayload

func (*QuerySensorUpdatePolicyMembersBadRequest) IsClientError

IsClientError returns true when this query sensor update policy members bad request response has a 4xx status code

func (*QuerySensorUpdatePolicyMembersBadRequest) IsCode

IsCode returns true when this query sensor update policy members bad request response a status code equal to that given

func (*QuerySensorUpdatePolicyMembersBadRequest) IsRedirect

IsRedirect returns true when this query sensor update policy members bad request response has a 3xx status code

func (*QuerySensorUpdatePolicyMembersBadRequest) IsServerError

IsServerError returns true when this query sensor update policy members bad request response has a 5xx status code

func (*QuerySensorUpdatePolicyMembersBadRequest) IsSuccess

IsSuccess returns true when this query sensor update policy members bad request response has a 2xx status code

func (*QuerySensorUpdatePolicyMembersBadRequest) String

type QuerySensorUpdatePolicyMembersForbidden

type QuerySensorUpdatePolicyMembersForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

QuerySensorUpdatePolicyMembersForbidden describes a response with status code 403, with default header values.

Forbidden

func NewQuerySensorUpdatePolicyMembersForbidden

func NewQuerySensorUpdatePolicyMembersForbidden() *QuerySensorUpdatePolicyMembersForbidden

NewQuerySensorUpdatePolicyMembersForbidden creates a QuerySensorUpdatePolicyMembersForbidden with default headers values

func (*QuerySensorUpdatePolicyMembersForbidden) Code

Code gets the status code for the query sensor update policy members forbidden response

func (*QuerySensorUpdatePolicyMembersForbidden) Error

func (*QuerySensorUpdatePolicyMembersForbidden) GetPayload

func (*QuerySensorUpdatePolicyMembersForbidden) IsClientError

func (o *QuerySensorUpdatePolicyMembersForbidden) IsClientError() bool

IsClientError returns true when this query sensor update policy members forbidden response has a 4xx status code

func (*QuerySensorUpdatePolicyMembersForbidden) IsCode

IsCode returns true when this query sensor update policy members forbidden response a status code equal to that given

func (*QuerySensorUpdatePolicyMembersForbidden) IsRedirect

IsRedirect returns true when this query sensor update policy members forbidden response has a 3xx status code

func (*QuerySensorUpdatePolicyMembersForbidden) IsServerError

func (o *QuerySensorUpdatePolicyMembersForbidden) IsServerError() bool

IsServerError returns true when this query sensor update policy members forbidden response has a 5xx status code

func (*QuerySensorUpdatePolicyMembersForbidden) IsSuccess

IsSuccess returns true when this query sensor update policy members forbidden response has a 2xx status code

func (*QuerySensorUpdatePolicyMembersForbidden) String

type QuerySensorUpdatePolicyMembersInternalServerError

type QuerySensorUpdatePolicyMembersInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

QuerySensorUpdatePolicyMembersInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewQuerySensorUpdatePolicyMembersInternalServerError

func NewQuerySensorUpdatePolicyMembersInternalServerError() *QuerySensorUpdatePolicyMembersInternalServerError

NewQuerySensorUpdatePolicyMembersInternalServerError creates a QuerySensorUpdatePolicyMembersInternalServerError with default headers values

func (*QuerySensorUpdatePolicyMembersInternalServerError) Code

Code gets the status code for the query sensor update policy members internal server error response

func (*QuerySensorUpdatePolicyMembersInternalServerError) Error

func (*QuerySensorUpdatePolicyMembersInternalServerError) GetPayload

func (*QuerySensorUpdatePolicyMembersInternalServerError) IsClientError

IsClientError returns true when this query sensor update policy members internal server error response has a 4xx status code

func (*QuerySensorUpdatePolicyMembersInternalServerError) IsCode

IsCode returns true when this query sensor update policy members internal server error response a status code equal to that given

func (*QuerySensorUpdatePolicyMembersInternalServerError) IsRedirect

IsRedirect returns true when this query sensor update policy members internal server error response has a 3xx status code

func (*QuerySensorUpdatePolicyMembersInternalServerError) IsServerError

IsServerError returns true when this query sensor update policy members internal server error response has a 5xx status code

func (*QuerySensorUpdatePolicyMembersInternalServerError) IsSuccess

IsSuccess returns true when this query sensor update policy members internal server error response has a 2xx status code

func (*QuerySensorUpdatePolicyMembersInternalServerError) String

type QuerySensorUpdatePolicyMembersNotFound

type QuerySensorUpdatePolicyMembersNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

QuerySensorUpdatePolicyMembersNotFound describes a response with status code 404, with default header values.

Not Found

func NewQuerySensorUpdatePolicyMembersNotFound

func NewQuerySensorUpdatePolicyMembersNotFound() *QuerySensorUpdatePolicyMembersNotFound

NewQuerySensorUpdatePolicyMembersNotFound creates a QuerySensorUpdatePolicyMembersNotFound with default headers values

func (*QuerySensorUpdatePolicyMembersNotFound) Code

Code gets the status code for the query sensor update policy members not found response

func (*QuerySensorUpdatePolicyMembersNotFound) Error

func (*QuerySensorUpdatePolicyMembersNotFound) GetPayload

func (*QuerySensorUpdatePolicyMembersNotFound) IsClientError

func (o *QuerySensorUpdatePolicyMembersNotFound) IsClientError() bool

IsClientError returns true when this query sensor update policy members not found response has a 4xx status code

func (*QuerySensorUpdatePolicyMembersNotFound) IsCode

IsCode returns true when this query sensor update policy members not found response a status code equal to that given

func (*QuerySensorUpdatePolicyMembersNotFound) IsRedirect

IsRedirect returns true when this query sensor update policy members not found response has a 3xx status code

func (*QuerySensorUpdatePolicyMembersNotFound) IsServerError

func (o *QuerySensorUpdatePolicyMembersNotFound) IsServerError() bool

IsServerError returns true when this query sensor update policy members not found response has a 5xx status code

func (*QuerySensorUpdatePolicyMembersNotFound) IsSuccess

IsSuccess returns true when this query sensor update policy members not found response has a 2xx status code

func (*QuerySensorUpdatePolicyMembersNotFound) String

type QuerySensorUpdatePolicyMembersOK

type QuerySensorUpdatePolicyMembersOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

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

OK

func NewQuerySensorUpdatePolicyMembersOK

func NewQuerySensorUpdatePolicyMembersOK() *QuerySensorUpdatePolicyMembersOK

NewQuerySensorUpdatePolicyMembersOK creates a QuerySensorUpdatePolicyMembersOK with default headers values

func (*QuerySensorUpdatePolicyMembersOK) Code

Code gets the status code for the query sensor update policy members o k response

func (*QuerySensorUpdatePolicyMembersOK) Error

func (*QuerySensorUpdatePolicyMembersOK) GetPayload

func (*QuerySensorUpdatePolicyMembersOK) IsClientError

func (o *QuerySensorUpdatePolicyMembersOK) IsClientError() bool

IsClientError returns true when this query sensor update policy members o k response has a 4xx status code

func (*QuerySensorUpdatePolicyMembersOK) IsCode

func (o *QuerySensorUpdatePolicyMembersOK) IsCode(code int) bool

IsCode returns true when this query sensor update policy members o k response a status code equal to that given

func (*QuerySensorUpdatePolicyMembersOK) IsRedirect

func (o *QuerySensorUpdatePolicyMembersOK) IsRedirect() bool

IsRedirect returns true when this query sensor update policy members o k response has a 3xx status code

func (*QuerySensorUpdatePolicyMembersOK) IsServerError

func (o *QuerySensorUpdatePolicyMembersOK) IsServerError() bool

IsServerError returns true when this query sensor update policy members o k response has a 5xx status code

func (*QuerySensorUpdatePolicyMembersOK) IsSuccess

func (o *QuerySensorUpdatePolicyMembersOK) IsSuccess() bool

IsSuccess returns true when this query sensor update policy members o k response has a 2xx status code

func (*QuerySensorUpdatePolicyMembersOK) String

type QuerySensorUpdatePolicyMembersParams

type QuerySensorUpdatePolicyMembersParams struct {

	/* Filter.

	   The filter expression that should be used to limit the results
	*/
	Filter *string

	/* ID.

	   The ID of the Sensor Update Policy to search for members of
	*/
	ID *string

	/* Limit.

	   The maximum records to return. [1-5000]
	*/
	Limit *int64

	/* Offset.

	   The offset to start retrieving records from
	*/
	Offset *int64

	/* Sort.

	   The property to sort by
	*/
	Sort *string

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

QuerySensorUpdatePolicyMembersParams contains all the parameters to send to the API endpoint

for the query sensor update policy members operation.

Typically these are written to a http.Request.

func NewQuerySensorUpdatePolicyMembersParams

func NewQuerySensorUpdatePolicyMembersParams() *QuerySensorUpdatePolicyMembersParams

NewQuerySensorUpdatePolicyMembersParams creates a new QuerySensorUpdatePolicyMembersParams 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 NewQuerySensorUpdatePolicyMembersParamsWithContext

func NewQuerySensorUpdatePolicyMembersParamsWithContext(ctx context.Context) *QuerySensorUpdatePolicyMembersParams

NewQuerySensorUpdatePolicyMembersParamsWithContext creates a new QuerySensorUpdatePolicyMembersParams object with the ability to set a context for a request.

func NewQuerySensorUpdatePolicyMembersParamsWithHTTPClient

func NewQuerySensorUpdatePolicyMembersParamsWithHTTPClient(client *http.Client) *QuerySensorUpdatePolicyMembersParams

NewQuerySensorUpdatePolicyMembersParamsWithHTTPClient creates a new QuerySensorUpdatePolicyMembersParams object with the ability to set a custom HTTPClient for a request.

func NewQuerySensorUpdatePolicyMembersParamsWithTimeout

func NewQuerySensorUpdatePolicyMembersParamsWithTimeout(timeout time.Duration) *QuerySensorUpdatePolicyMembersParams

NewQuerySensorUpdatePolicyMembersParamsWithTimeout creates a new QuerySensorUpdatePolicyMembersParams object with the ability to set a timeout on a request.

func (*QuerySensorUpdatePolicyMembersParams) SetContext

SetContext adds the context to the query sensor update policy members params

func (*QuerySensorUpdatePolicyMembersParams) SetDefaults

func (o *QuerySensorUpdatePolicyMembersParams) SetDefaults()

SetDefaults hydrates default values in the query sensor update policy members params (not the query body).

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

func (*QuerySensorUpdatePolicyMembersParams) SetFilter

func (o *QuerySensorUpdatePolicyMembersParams) SetFilter(filter *string)

SetFilter adds the filter to the query sensor update policy members params

func (*QuerySensorUpdatePolicyMembersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query sensor update policy members params

func (*QuerySensorUpdatePolicyMembersParams) SetID

SetID adds the id to the query sensor update policy members params

func (*QuerySensorUpdatePolicyMembersParams) SetLimit

func (o *QuerySensorUpdatePolicyMembersParams) SetLimit(limit *int64)

SetLimit adds the limit to the query sensor update policy members params

func (*QuerySensorUpdatePolicyMembersParams) SetOffset

func (o *QuerySensorUpdatePolicyMembersParams) SetOffset(offset *int64)

SetOffset adds the offset to the query sensor update policy members params

func (*QuerySensorUpdatePolicyMembersParams) SetSort

func (o *QuerySensorUpdatePolicyMembersParams) SetSort(sort *string)

SetSort adds the sort to the query sensor update policy members params

func (*QuerySensorUpdatePolicyMembersParams) SetTimeout

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

SetTimeout adds the timeout to the query sensor update policy members params

func (*QuerySensorUpdatePolicyMembersParams) WithContext

WithContext adds the context to the query sensor update policy members params

func (*QuerySensorUpdatePolicyMembersParams) WithDefaults

WithDefaults hydrates default values in the query sensor update policy members params (not the query body).

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

func (*QuerySensorUpdatePolicyMembersParams) WithFilter

WithFilter adds the filter to the query sensor update policy members params

func (*QuerySensorUpdatePolicyMembersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query sensor update policy members params

func (*QuerySensorUpdatePolicyMembersParams) WithID

WithID adds the id to the query sensor update policy members params

func (*QuerySensorUpdatePolicyMembersParams) WithLimit

WithLimit adds the limit to the query sensor update policy members params

func (*QuerySensorUpdatePolicyMembersParams) WithOffset

WithOffset adds the offset to the query sensor update policy members params

func (*QuerySensorUpdatePolicyMembersParams) WithSort

WithSort adds the sort to the query sensor update policy members params

func (*QuerySensorUpdatePolicyMembersParams) WithTimeout

WithTimeout adds the timeout to the query sensor update policy members params

func (*QuerySensorUpdatePolicyMembersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QuerySensorUpdatePolicyMembersReader

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

QuerySensorUpdatePolicyMembersReader is a Reader for the QuerySensorUpdatePolicyMembers structure.

func (*QuerySensorUpdatePolicyMembersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QuerySensorUpdatePolicyMembersTooManyRequests

type QuerySensorUpdatePolicyMembersTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

QuerySensorUpdatePolicyMembersTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewQuerySensorUpdatePolicyMembersTooManyRequests

func NewQuerySensorUpdatePolicyMembersTooManyRequests() *QuerySensorUpdatePolicyMembersTooManyRequests

NewQuerySensorUpdatePolicyMembersTooManyRequests creates a QuerySensorUpdatePolicyMembersTooManyRequests with default headers values

func (*QuerySensorUpdatePolicyMembersTooManyRequests) Code

Code gets the status code for the query sensor update policy members too many requests response

func (*QuerySensorUpdatePolicyMembersTooManyRequests) Error

func (*QuerySensorUpdatePolicyMembersTooManyRequests) GetPayload

func (*QuerySensorUpdatePolicyMembersTooManyRequests) IsClientError

IsClientError returns true when this query sensor update policy members too many requests response has a 4xx status code

func (*QuerySensorUpdatePolicyMembersTooManyRequests) IsCode

IsCode returns true when this query sensor update policy members too many requests response a status code equal to that given

func (*QuerySensorUpdatePolicyMembersTooManyRequests) IsRedirect

IsRedirect returns true when this query sensor update policy members too many requests response has a 3xx status code

func (*QuerySensorUpdatePolicyMembersTooManyRequests) IsServerError

IsServerError returns true when this query sensor update policy members too many requests response has a 5xx status code

func (*QuerySensorUpdatePolicyMembersTooManyRequests) IsSuccess

IsSuccess returns true when this query sensor update policy members too many requests response has a 2xx status code

func (*QuerySensorUpdatePolicyMembersTooManyRequests) String

type RevealUninstallTokenBadRequest

type RevealUninstallTokenBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.UninstallTokenRespV1
}

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

Bad Request

func NewRevealUninstallTokenBadRequest

func NewRevealUninstallTokenBadRequest() *RevealUninstallTokenBadRequest

NewRevealUninstallTokenBadRequest creates a RevealUninstallTokenBadRequest with default headers values

func (*RevealUninstallTokenBadRequest) Code

Code gets the status code for the reveal uninstall token bad request response

func (*RevealUninstallTokenBadRequest) Error

func (*RevealUninstallTokenBadRequest) GetPayload

func (*RevealUninstallTokenBadRequest) IsClientError

func (o *RevealUninstallTokenBadRequest) IsClientError() bool

IsClientError returns true when this reveal uninstall token bad request response has a 4xx status code

func (*RevealUninstallTokenBadRequest) IsCode

func (o *RevealUninstallTokenBadRequest) IsCode(code int) bool

IsCode returns true when this reveal uninstall token bad request response a status code equal to that given

func (*RevealUninstallTokenBadRequest) IsRedirect

func (o *RevealUninstallTokenBadRequest) IsRedirect() bool

IsRedirect returns true when this reveal uninstall token bad request response has a 3xx status code

func (*RevealUninstallTokenBadRequest) IsServerError

func (o *RevealUninstallTokenBadRequest) IsServerError() bool

IsServerError returns true when this reveal uninstall token bad request response has a 5xx status code

func (*RevealUninstallTokenBadRequest) IsSuccess

func (o *RevealUninstallTokenBadRequest) IsSuccess() bool

IsSuccess returns true when this reveal uninstall token bad request response has a 2xx status code

func (*RevealUninstallTokenBadRequest) String

type RevealUninstallTokenForbidden

type RevealUninstallTokenForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

RevealUninstallTokenForbidden describes a response with status code 403, with default header values.

Forbidden

func NewRevealUninstallTokenForbidden

func NewRevealUninstallTokenForbidden() *RevealUninstallTokenForbidden

NewRevealUninstallTokenForbidden creates a RevealUninstallTokenForbidden with default headers values

func (*RevealUninstallTokenForbidden) Code

Code gets the status code for the reveal uninstall token forbidden response

func (*RevealUninstallTokenForbidden) Error

func (*RevealUninstallTokenForbidden) GetPayload

func (*RevealUninstallTokenForbidden) IsClientError

func (o *RevealUninstallTokenForbidden) IsClientError() bool

IsClientError returns true when this reveal uninstall token forbidden response has a 4xx status code

func (*RevealUninstallTokenForbidden) IsCode

func (o *RevealUninstallTokenForbidden) IsCode(code int) bool

IsCode returns true when this reveal uninstall token forbidden response a status code equal to that given

func (*RevealUninstallTokenForbidden) IsRedirect

func (o *RevealUninstallTokenForbidden) IsRedirect() bool

IsRedirect returns true when this reveal uninstall token forbidden response has a 3xx status code

func (*RevealUninstallTokenForbidden) IsServerError

func (o *RevealUninstallTokenForbidden) IsServerError() bool

IsServerError returns true when this reveal uninstall token forbidden response has a 5xx status code

func (*RevealUninstallTokenForbidden) IsSuccess

func (o *RevealUninstallTokenForbidden) IsSuccess() bool

IsSuccess returns true when this reveal uninstall token forbidden response has a 2xx status code

func (*RevealUninstallTokenForbidden) String

type RevealUninstallTokenInternalServerError

type RevealUninstallTokenInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.UninstallTokenRespV1
}

RevealUninstallTokenInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewRevealUninstallTokenInternalServerError

func NewRevealUninstallTokenInternalServerError() *RevealUninstallTokenInternalServerError

NewRevealUninstallTokenInternalServerError creates a RevealUninstallTokenInternalServerError with default headers values

func (*RevealUninstallTokenInternalServerError) Code

Code gets the status code for the reveal uninstall token internal server error response

func (*RevealUninstallTokenInternalServerError) Error

func (*RevealUninstallTokenInternalServerError) GetPayload

func (*RevealUninstallTokenInternalServerError) IsClientError

func (o *RevealUninstallTokenInternalServerError) IsClientError() bool

IsClientError returns true when this reveal uninstall token internal server error response has a 4xx status code

func (*RevealUninstallTokenInternalServerError) IsCode

IsCode returns true when this reveal uninstall token internal server error response a status code equal to that given

func (*RevealUninstallTokenInternalServerError) IsRedirect

IsRedirect returns true when this reveal uninstall token internal server error response has a 3xx status code

func (*RevealUninstallTokenInternalServerError) IsServerError

func (o *RevealUninstallTokenInternalServerError) IsServerError() bool

IsServerError returns true when this reveal uninstall token internal server error response has a 5xx status code

func (*RevealUninstallTokenInternalServerError) IsSuccess

IsSuccess returns true when this reveal uninstall token internal server error response has a 2xx status code

func (*RevealUninstallTokenInternalServerError) String

type RevealUninstallTokenOK

type RevealUninstallTokenOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.UninstallTokenRespV1
}

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

OK

func NewRevealUninstallTokenOK

func NewRevealUninstallTokenOK() *RevealUninstallTokenOK

NewRevealUninstallTokenOK creates a RevealUninstallTokenOK with default headers values

func (*RevealUninstallTokenOK) Code

func (o *RevealUninstallTokenOK) Code() int

Code gets the status code for the reveal uninstall token o k response

func (*RevealUninstallTokenOK) Error

func (o *RevealUninstallTokenOK) Error() string

func (*RevealUninstallTokenOK) GetPayload

func (*RevealUninstallTokenOK) IsClientError

func (o *RevealUninstallTokenOK) IsClientError() bool

IsClientError returns true when this reveal uninstall token o k response has a 4xx status code

func (*RevealUninstallTokenOK) IsCode

func (o *RevealUninstallTokenOK) IsCode(code int) bool

IsCode returns true when this reveal uninstall token o k response a status code equal to that given

func (*RevealUninstallTokenOK) IsRedirect

func (o *RevealUninstallTokenOK) IsRedirect() bool

IsRedirect returns true when this reveal uninstall token o k response has a 3xx status code

func (*RevealUninstallTokenOK) IsServerError

func (o *RevealUninstallTokenOK) IsServerError() bool

IsServerError returns true when this reveal uninstall token o k response has a 5xx status code

func (*RevealUninstallTokenOK) IsSuccess

func (o *RevealUninstallTokenOK) IsSuccess() bool

IsSuccess returns true when this reveal uninstall token o k response has a 2xx status code

func (*RevealUninstallTokenOK) String

func (o *RevealUninstallTokenOK) String() string

type RevealUninstallTokenParams

type RevealUninstallTokenParams struct {

	// Body.
	Body *models.UninstallTokenRevealUninstallTokenReqV1

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

RevealUninstallTokenParams contains all the parameters to send to the API endpoint

for the reveal uninstall token operation.

Typically these are written to a http.Request.

func NewRevealUninstallTokenParams

func NewRevealUninstallTokenParams() *RevealUninstallTokenParams

NewRevealUninstallTokenParams creates a new RevealUninstallTokenParams 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 NewRevealUninstallTokenParamsWithContext

func NewRevealUninstallTokenParamsWithContext(ctx context.Context) *RevealUninstallTokenParams

NewRevealUninstallTokenParamsWithContext creates a new RevealUninstallTokenParams object with the ability to set a context for a request.

func NewRevealUninstallTokenParamsWithHTTPClient

func NewRevealUninstallTokenParamsWithHTTPClient(client *http.Client) *RevealUninstallTokenParams

NewRevealUninstallTokenParamsWithHTTPClient creates a new RevealUninstallTokenParams object with the ability to set a custom HTTPClient for a request.

func NewRevealUninstallTokenParamsWithTimeout

func NewRevealUninstallTokenParamsWithTimeout(timeout time.Duration) *RevealUninstallTokenParams

NewRevealUninstallTokenParamsWithTimeout creates a new RevealUninstallTokenParams object with the ability to set a timeout on a request.

func (*RevealUninstallTokenParams) SetBody

SetBody adds the body to the reveal uninstall token params

func (*RevealUninstallTokenParams) SetContext

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

SetContext adds the context to the reveal uninstall token params

func (*RevealUninstallTokenParams) SetDefaults

func (o *RevealUninstallTokenParams) SetDefaults()

SetDefaults hydrates default values in the reveal uninstall token params (not the query body).

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

func (*RevealUninstallTokenParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the reveal uninstall token params

func (*RevealUninstallTokenParams) SetTimeout

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

SetTimeout adds the timeout to the reveal uninstall token params

func (*RevealUninstallTokenParams) WithBody

WithBody adds the body to the reveal uninstall token params

func (*RevealUninstallTokenParams) WithContext

WithContext adds the context to the reveal uninstall token params

func (*RevealUninstallTokenParams) WithDefaults

WithDefaults hydrates default values in the reveal uninstall token params (not the query body).

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

func (*RevealUninstallTokenParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the reveal uninstall token params

func (*RevealUninstallTokenParams) WithTimeout

WithTimeout adds the timeout to the reveal uninstall token params

func (*RevealUninstallTokenParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RevealUninstallTokenReader

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

RevealUninstallTokenReader is a Reader for the RevealUninstallToken structure.

func (*RevealUninstallTokenReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RevealUninstallTokenTooManyRequests

type RevealUninstallTokenTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

RevealUninstallTokenTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewRevealUninstallTokenTooManyRequests

func NewRevealUninstallTokenTooManyRequests() *RevealUninstallTokenTooManyRequests

NewRevealUninstallTokenTooManyRequests creates a RevealUninstallTokenTooManyRequests with default headers values

func (*RevealUninstallTokenTooManyRequests) Code

Code gets the status code for the reveal uninstall token too many requests response

func (*RevealUninstallTokenTooManyRequests) Error

func (*RevealUninstallTokenTooManyRequests) GetPayload

func (*RevealUninstallTokenTooManyRequests) IsClientError

func (o *RevealUninstallTokenTooManyRequests) IsClientError() bool

IsClientError returns true when this reveal uninstall token too many requests response has a 4xx status code

func (*RevealUninstallTokenTooManyRequests) IsCode

IsCode returns true when this reveal uninstall token too many requests response a status code equal to that given

func (*RevealUninstallTokenTooManyRequests) IsRedirect

func (o *RevealUninstallTokenTooManyRequests) IsRedirect() bool

IsRedirect returns true when this reveal uninstall token too many requests response has a 3xx status code

func (*RevealUninstallTokenTooManyRequests) IsServerError

func (o *RevealUninstallTokenTooManyRequests) IsServerError() bool

IsServerError returns true when this reveal uninstall token too many requests response has a 5xx status code

func (*RevealUninstallTokenTooManyRequests) IsSuccess

IsSuccess returns true when this reveal uninstall token too many requests response has a 2xx status code

func (*RevealUninstallTokenTooManyRequests) String

type SetSensorUpdatePoliciesPrecedenceBadRequest

type SetSensorUpdatePoliciesPrecedenceBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

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

Bad Request

func NewSetSensorUpdatePoliciesPrecedenceBadRequest

func NewSetSensorUpdatePoliciesPrecedenceBadRequest() *SetSensorUpdatePoliciesPrecedenceBadRequest

NewSetSensorUpdatePoliciesPrecedenceBadRequest creates a SetSensorUpdatePoliciesPrecedenceBadRequest with default headers values

func (*SetSensorUpdatePoliciesPrecedenceBadRequest) Code

Code gets the status code for the set sensor update policies precedence bad request response

func (*SetSensorUpdatePoliciesPrecedenceBadRequest) Error

func (*SetSensorUpdatePoliciesPrecedenceBadRequest) GetPayload

func (*SetSensorUpdatePoliciesPrecedenceBadRequest) IsClientError

IsClientError returns true when this set sensor update policies precedence bad request response has a 4xx status code

func (*SetSensorUpdatePoliciesPrecedenceBadRequest) IsCode

IsCode returns true when this set sensor update policies precedence bad request response a status code equal to that given

func (*SetSensorUpdatePoliciesPrecedenceBadRequest) IsRedirect

IsRedirect returns true when this set sensor update policies precedence bad request response has a 3xx status code

func (*SetSensorUpdatePoliciesPrecedenceBadRequest) IsServerError

IsServerError returns true when this set sensor update policies precedence bad request response has a 5xx status code

func (*SetSensorUpdatePoliciesPrecedenceBadRequest) IsSuccess

IsSuccess returns true when this set sensor update policies precedence bad request response has a 2xx status code

func (*SetSensorUpdatePoliciesPrecedenceBadRequest) String

type SetSensorUpdatePoliciesPrecedenceForbidden

type SetSensorUpdatePoliciesPrecedenceForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

SetSensorUpdatePoliciesPrecedenceForbidden describes a response with status code 403, with default header values.

Forbidden

func NewSetSensorUpdatePoliciesPrecedenceForbidden

func NewSetSensorUpdatePoliciesPrecedenceForbidden() *SetSensorUpdatePoliciesPrecedenceForbidden

NewSetSensorUpdatePoliciesPrecedenceForbidden creates a SetSensorUpdatePoliciesPrecedenceForbidden with default headers values

func (*SetSensorUpdatePoliciesPrecedenceForbidden) Code

Code gets the status code for the set sensor update policies precedence forbidden response

func (*SetSensorUpdatePoliciesPrecedenceForbidden) Error

func (*SetSensorUpdatePoliciesPrecedenceForbidden) GetPayload

func (*SetSensorUpdatePoliciesPrecedenceForbidden) IsClientError

IsClientError returns true when this set sensor update policies precedence forbidden response has a 4xx status code

func (*SetSensorUpdatePoliciesPrecedenceForbidden) IsCode

IsCode returns true when this set sensor update policies precedence forbidden response a status code equal to that given

func (*SetSensorUpdatePoliciesPrecedenceForbidden) IsRedirect

IsRedirect returns true when this set sensor update policies precedence forbidden response has a 3xx status code

func (*SetSensorUpdatePoliciesPrecedenceForbidden) IsServerError

IsServerError returns true when this set sensor update policies precedence forbidden response has a 5xx status code

func (*SetSensorUpdatePoliciesPrecedenceForbidden) IsSuccess

IsSuccess returns true when this set sensor update policies precedence forbidden response has a 2xx status code

func (*SetSensorUpdatePoliciesPrecedenceForbidden) String

type SetSensorUpdatePoliciesPrecedenceInternalServerError

type SetSensorUpdatePoliciesPrecedenceInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

SetSensorUpdatePoliciesPrecedenceInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewSetSensorUpdatePoliciesPrecedenceInternalServerError

func NewSetSensorUpdatePoliciesPrecedenceInternalServerError() *SetSensorUpdatePoliciesPrecedenceInternalServerError

NewSetSensorUpdatePoliciesPrecedenceInternalServerError creates a SetSensorUpdatePoliciesPrecedenceInternalServerError with default headers values

func (*SetSensorUpdatePoliciesPrecedenceInternalServerError) Code

Code gets the status code for the set sensor update policies precedence internal server error response

func (*SetSensorUpdatePoliciesPrecedenceInternalServerError) Error

func (*SetSensorUpdatePoliciesPrecedenceInternalServerError) GetPayload

func (*SetSensorUpdatePoliciesPrecedenceInternalServerError) IsClientError

IsClientError returns true when this set sensor update policies precedence internal server error response has a 4xx status code

func (*SetSensorUpdatePoliciesPrecedenceInternalServerError) IsCode

IsCode returns true when this set sensor update policies precedence internal server error response a status code equal to that given

func (*SetSensorUpdatePoliciesPrecedenceInternalServerError) IsRedirect

IsRedirect returns true when this set sensor update policies precedence internal server error response has a 3xx status code

func (*SetSensorUpdatePoliciesPrecedenceInternalServerError) IsServerError

IsServerError returns true when this set sensor update policies precedence internal server error response has a 5xx status code

func (*SetSensorUpdatePoliciesPrecedenceInternalServerError) IsSuccess

IsSuccess returns true when this set sensor update policies precedence internal server error response has a 2xx status code

func (*SetSensorUpdatePoliciesPrecedenceInternalServerError) String

type SetSensorUpdatePoliciesPrecedenceOK

type SetSensorUpdatePoliciesPrecedenceOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

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

OK

func NewSetSensorUpdatePoliciesPrecedenceOK

func NewSetSensorUpdatePoliciesPrecedenceOK() *SetSensorUpdatePoliciesPrecedenceOK

NewSetSensorUpdatePoliciesPrecedenceOK creates a SetSensorUpdatePoliciesPrecedenceOK with default headers values

func (*SetSensorUpdatePoliciesPrecedenceOK) Code

Code gets the status code for the set sensor update policies precedence o k response

func (*SetSensorUpdatePoliciesPrecedenceOK) Error

func (*SetSensorUpdatePoliciesPrecedenceOK) GetPayload

func (*SetSensorUpdatePoliciesPrecedenceOK) IsClientError

func (o *SetSensorUpdatePoliciesPrecedenceOK) IsClientError() bool

IsClientError returns true when this set sensor update policies precedence o k response has a 4xx status code

func (*SetSensorUpdatePoliciesPrecedenceOK) IsCode

IsCode returns true when this set sensor update policies precedence o k response a status code equal to that given

func (*SetSensorUpdatePoliciesPrecedenceOK) IsRedirect

func (o *SetSensorUpdatePoliciesPrecedenceOK) IsRedirect() bool

IsRedirect returns true when this set sensor update policies precedence o k response has a 3xx status code

func (*SetSensorUpdatePoliciesPrecedenceOK) IsServerError

func (o *SetSensorUpdatePoliciesPrecedenceOK) IsServerError() bool

IsServerError returns true when this set sensor update policies precedence o k response has a 5xx status code

func (*SetSensorUpdatePoliciesPrecedenceOK) IsSuccess

IsSuccess returns true when this set sensor update policies precedence o k response has a 2xx status code

func (*SetSensorUpdatePoliciesPrecedenceOK) String

type SetSensorUpdatePoliciesPrecedenceParams

type SetSensorUpdatePoliciesPrecedenceParams struct {

	// Body.
	Body *models.BaseSetPolicyPrecedenceReqV1

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

SetSensorUpdatePoliciesPrecedenceParams contains all the parameters to send to the API endpoint

for the set sensor update policies precedence operation.

Typically these are written to a http.Request.

func NewSetSensorUpdatePoliciesPrecedenceParams

func NewSetSensorUpdatePoliciesPrecedenceParams() *SetSensorUpdatePoliciesPrecedenceParams

NewSetSensorUpdatePoliciesPrecedenceParams creates a new SetSensorUpdatePoliciesPrecedenceParams 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 NewSetSensorUpdatePoliciesPrecedenceParamsWithContext

func NewSetSensorUpdatePoliciesPrecedenceParamsWithContext(ctx context.Context) *SetSensorUpdatePoliciesPrecedenceParams

NewSetSensorUpdatePoliciesPrecedenceParamsWithContext creates a new SetSensorUpdatePoliciesPrecedenceParams object with the ability to set a context for a request.

func NewSetSensorUpdatePoliciesPrecedenceParamsWithHTTPClient

func NewSetSensorUpdatePoliciesPrecedenceParamsWithHTTPClient(client *http.Client) *SetSensorUpdatePoliciesPrecedenceParams

NewSetSensorUpdatePoliciesPrecedenceParamsWithHTTPClient creates a new SetSensorUpdatePoliciesPrecedenceParams object with the ability to set a custom HTTPClient for a request.

func NewSetSensorUpdatePoliciesPrecedenceParamsWithTimeout

func NewSetSensorUpdatePoliciesPrecedenceParamsWithTimeout(timeout time.Duration) *SetSensorUpdatePoliciesPrecedenceParams

NewSetSensorUpdatePoliciesPrecedenceParamsWithTimeout creates a new SetSensorUpdatePoliciesPrecedenceParams object with the ability to set a timeout on a request.

func (*SetSensorUpdatePoliciesPrecedenceParams) SetBody

SetBody adds the body to the set sensor update policies precedence params

func (*SetSensorUpdatePoliciesPrecedenceParams) SetContext

SetContext adds the context to the set sensor update policies precedence params

func (*SetSensorUpdatePoliciesPrecedenceParams) SetDefaults

func (o *SetSensorUpdatePoliciesPrecedenceParams) SetDefaults()

SetDefaults hydrates default values in the set sensor update policies precedence params (not the query body).

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

func (*SetSensorUpdatePoliciesPrecedenceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set sensor update policies precedence params

func (*SetSensorUpdatePoliciesPrecedenceParams) SetTimeout

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

SetTimeout adds the timeout to the set sensor update policies precedence params

func (*SetSensorUpdatePoliciesPrecedenceParams) WithBody

WithBody adds the body to the set sensor update policies precedence params

func (*SetSensorUpdatePoliciesPrecedenceParams) WithContext

WithContext adds the context to the set sensor update policies precedence params

func (*SetSensorUpdatePoliciesPrecedenceParams) WithDefaults

WithDefaults hydrates default values in the set sensor update policies precedence params (not the query body).

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

func (*SetSensorUpdatePoliciesPrecedenceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set sensor update policies precedence params

func (*SetSensorUpdatePoliciesPrecedenceParams) WithTimeout

WithTimeout adds the timeout to the set sensor update policies precedence params

func (*SetSensorUpdatePoliciesPrecedenceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetSensorUpdatePoliciesPrecedenceReader

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

SetSensorUpdatePoliciesPrecedenceReader is a Reader for the SetSensorUpdatePoliciesPrecedence structure.

func (*SetSensorUpdatePoliciesPrecedenceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetSensorUpdatePoliciesPrecedenceTooManyRequests

type SetSensorUpdatePoliciesPrecedenceTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

SetSensorUpdatePoliciesPrecedenceTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewSetSensorUpdatePoliciesPrecedenceTooManyRequests

func NewSetSensorUpdatePoliciesPrecedenceTooManyRequests() *SetSensorUpdatePoliciesPrecedenceTooManyRequests

NewSetSensorUpdatePoliciesPrecedenceTooManyRequests creates a SetSensorUpdatePoliciesPrecedenceTooManyRequests with default headers values

func (*SetSensorUpdatePoliciesPrecedenceTooManyRequests) Code

Code gets the status code for the set sensor update policies precedence too many requests response

func (*SetSensorUpdatePoliciesPrecedenceTooManyRequests) Error

func (*SetSensorUpdatePoliciesPrecedenceTooManyRequests) GetPayload

func (*SetSensorUpdatePoliciesPrecedenceTooManyRequests) IsClientError

IsClientError returns true when this set sensor update policies precedence too many requests response has a 4xx status code

func (*SetSensorUpdatePoliciesPrecedenceTooManyRequests) IsCode

IsCode returns true when this set sensor update policies precedence too many requests response a status code equal to that given

func (*SetSensorUpdatePoliciesPrecedenceTooManyRequests) IsRedirect

IsRedirect returns true when this set sensor update policies precedence too many requests response has a 3xx status code

func (*SetSensorUpdatePoliciesPrecedenceTooManyRequests) IsServerError

IsServerError returns true when this set sensor update policies precedence too many requests response has a 5xx status code

func (*SetSensorUpdatePoliciesPrecedenceTooManyRequests) IsSuccess

IsSuccess returns true when this set sensor update policies precedence too many requests response has a 2xx status code

func (*SetSensorUpdatePoliciesPrecedenceTooManyRequests) String

type UpdateSensorUpdatePoliciesBadRequest

type UpdateSensorUpdatePoliciesBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV1
}

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

Bad Request

func NewUpdateSensorUpdatePoliciesBadRequest

func NewUpdateSensorUpdatePoliciesBadRequest() *UpdateSensorUpdatePoliciesBadRequest

NewUpdateSensorUpdatePoliciesBadRequest creates a UpdateSensorUpdatePoliciesBadRequest with default headers values

func (*UpdateSensorUpdatePoliciesBadRequest) Code

Code gets the status code for the update sensor update policies bad request response

func (*UpdateSensorUpdatePoliciesBadRequest) Error

func (*UpdateSensorUpdatePoliciesBadRequest) GetPayload

func (*UpdateSensorUpdatePoliciesBadRequest) IsClientError

func (o *UpdateSensorUpdatePoliciesBadRequest) IsClientError() bool

IsClientError returns true when this update sensor update policies bad request response has a 4xx status code

func (*UpdateSensorUpdatePoliciesBadRequest) IsCode

IsCode returns true when this update sensor update policies bad request response a status code equal to that given

func (*UpdateSensorUpdatePoliciesBadRequest) IsRedirect

IsRedirect returns true when this update sensor update policies bad request response has a 3xx status code

func (*UpdateSensorUpdatePoliciesBadRequest) IsServerError

func (o *UpdateSensorUpdatePoliciesBadRequest) IsServerError() bool

IsServerError returns true when this update sensor update policies bad request response has a 5xx status code

func (*UpdateSensorUpdatePoliciesBadRequest) IsSuccess

IsSuccess returns true when this update sensor update policies bad request response has a 2xx status code

func (*UpdateSensorUpdatePoliciesBadRequest) String

type UpdateSensorUpdatePoliciesForbidden

type UpdateSensorUpdatePoliciesForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

UpdateSensorUpdatePoliciesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateSensorUpdatePoliciesForbidden

func NewUpdateSensorUpdatePoliciesForbidden() *UpdateSensorUpdatePoliciesForbidden

NewUpdateSensorUpdatePoliciesForbidden creates a UpdateSensorUpdatePoliciesForbidden with default headers values

func (*UpdateSensorUpdatePoliciesForbidden) Code

Code gets the status code for the update sensor update policies forbidden response

func (*UpdateSensorUpdatePoliciesForbidden) Error

func (*UpdateSensorUpdatePoliciesForbidden) GetPayload

func (*UpdateSensorUpdatePoliciesForbidden) IsClientError

func (o *UpdateSensorUpdatePoliciesForbidden) IsClientError() bool

IsClientError returns true when this update sensor update policies forbidden response has a 4xx status code

func (*UpdateSensorUpdatePoliciesForbidden) IsCode

IsCode returns true when this update sensor update policies forbidden response a status code equal to that given

func (*UpdateSensorUpdatePoliciesForbidden) IsRedirect

func (o *UpdateSensorUpdatePoliciesForbidden) IsRedirect() bool

IsRedirect returns true when this update sensor update policies forbidden response has a 3xx status code

func (*UpdateSensorUpdatePoliciesForbidden) IsServerError

func (o *UpdateSensorUpdatePoliciesForbidden) IsServerError() bool

IsServerError returns true when this update sensor update policies forbidden response has a 5xx status code

func (*UpdateSensorUpdatePoliciesForbidden) IsSuccess

IsSuccess returns true when this update sensor update policies forbidden response has a 2xx status code

func (*UpdateSensorUpdatePoliciesForbidden) String

type UpdateSensorUpdatePoliciesInternalServerError

type UpdateSensorUpdatePoliciesInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV1
}

UpdateSensorUpdatePoliciesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewUpdateSensorUpdatePoliciesInternalServerError

func NewUpdateSensorUpdatePoliciesInternalServerError() *UpdateSensorUpdatePoliciesInternalServerError

NewUpdateSensorUpdatePoliciesInternalServerError creates a UpdateSensorUpdatePoliciesInternalServerError with default headers values

func (*UpdateSensorUpdatePoliciesInternalServerError) Code

Code gets the status code for the update sensor update policies internal server error response

func (*UpdateSensorUpdatePoliciesInternalServerError) Error

func (*UpdateSensorUpdatePoliciesInternalServerError) GetPayload

func (*UpdateSensorUpdatePoliciesInternalServerError) IsClientError

IsClientError returns true when this update sensor update policies internal server error response has a 4xx status code

func (*UpdateSensorUpdatePoliciesInternalServerError) IsCode

IsCode returns true when this update sensor update policies internal server error response a status code equal to that given

func (*UpdateSensorUpdatePoliciesInternalServerError) IsRedirect

IsRedirect returns true when this update sensor update policies internal server error response has a 3xx status code

func (*UpdateSensorUpdatePoliciesInternalServerError) IsServerError

IsServerError returns true when this update sensor update policies internal server error response has a 5xx status code

func (*UpdateSensorUpdatePoliciesInternalServerError) IsSuccess

IsSuccess returns true when this update sensor update policies internal server error response has a 2xx status code

func (*UpdateSensorUpdatePoliciesInternalServerError) String

type UpdateSensorUpdatePoliciesNotFound

type UpdateSensorUpdatePoliciesNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV1
}

UpdateSensorUpdatePoliciesNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateSensorUpdatePoliciesNotFound

func NewUpdateSensorUpdatePoliciesNotFound() *UpdateSensorUpdatePoliciesNotFound

NewUpdateSensorUpdatePoliciesNotFound creates a UpdateSensorUpdatePoliciesNotFound with default headers values

func (*UpdateSensorUpdatePoliciesNotFound) Code

Code gets the status code for the update sensor update policies not found response

func (*UpdateSensorUpdatePoliciesNotFound) Error

func (*UpdateSensorUpdatePoliciesNotFound) GetPayload

func (*UpdateSensorUpdatePoliciesNotFound) IsClientError

func (o *UpdateSensorUpdatePoliciesNotFound) IsClientError() bool

IsClientError returns true when this update sensor update policies not found response has a 4xx status code

func (*UpdateSensorUpdatePoliciesNotFound) IsCode

IsCode returns true when this update sensor update policies not found response a status code equal to that given

func (*UpdateSensorUpdatePoliciesNotFound) IsRedirect

func (o *UpdateSensorUpdatePoliciesNotFound) IsRedirect() bool

IsRedirect returns true when this update sensor update policies not found response has a 3xx status code

func (*UpdateSensorUpdatePoliciesNotFound) IsServerError

func (o *UpdateSensorUpdatePoliciesNotFound) IsServerError() bool

IsServerError returns true when this update sensor update policies not found response has a 5xx status code

func (*UpdateSensorUpdatePoliciesNotFound) IsSuccess

IsSuccess returns true when this update sensor update policies not found response has a 2xx status code

func (*UpdateSensorUpdatePoliciesNotFound) String

type UpdateSensorUpdatePoliciesOK

type UpdateSensorUpdatePoliciesOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV1
}

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

OK

func NewUpdateSensorUpdatePoliciesOK

func NewUpdateSensorUpdatePoliciesOK() *UpdateSensorUpdatePoliciesOK

NewUpdateSensorUpdatePoliciesOK creates a UpdateSensorUpdatePoliciesOK with default headers values

func (*UpdateSensorUpdatePoliciesOK) Code

Code gets the status code for the update sensor update policies o k response

func (*UpdateSensorUpdatePoliciesOK) Error

func (*UpdateSensorUpdatePoliciesOK) GetPayload

func (*UpdateSensorUpdatePoliciesOK) IsClientError

func (o *UpdateSensorUpdatePoliciesOK) IsClientError() bool

IsClientError returns true when this update sensor update policies o k response has a 4xx status code

func (*UpdateSensorUpdatePoliciesOK) IsCode

func (o *UpdateSensorUpdatePoliciesOK) IsCode(code int) bool

IsCode returns true when this update sensor update policies o k response a status code equal to that given

func (*UpdateSensorUpdatePoliciesOK) IsRedirect

func (o *UpdateSensorUpdatePoliciesOK) IsRedirect() bool

IsRedirect returns true when this update sensor update policies o k response has a 3xx status code

func (*UpdateSensorUpdatePoliciesOK) IsServerError

func (o *UpdateSensorUpdatePoliciesOK) IsServerError() bool

IsServerError returns true when this update sensor update policies o k response has a 5xx status code

func (*UpdateSensorUpdatePoliciesOK) IsSuccess

func (o *UpdateSensorUpdatePoliciesOK) IsSuccess() bool

IsSuccess returns true when this update sensor update policies o k response has a 2xx status code

func (*UpdateSensorUpdatePoliciesOK) String

type UpdateSensorUpdatePoliciesParams

type UpdateSensorUpdatePoliciesParams struct {

	// Body.
	Body *models.SensorUpdateUpdatePoliciesReqV1

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

UpdateSensorUpdatePoliciesParams contains all the parameters to send to the API endpoint

for the update sensor update policies operation.

Typically these are written to a http.Request.

func NewUpdateSensorUpdatePoliciesParams

func NewUpdateSensorUpdatePoliciesParams() *UpdateSensorUpdatePoliciesParams

NewUpdateSensorUpdatePoliciesParams creates a new UpdateSensorUpdatePoliciesParams 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 NewUpdateSensorUpdatePoliciesParamsWithContext

func NewUpdateSensorUpdatePoliciesParamsWithContext(ctx context.Context) *UpdateSensorUpdatePoliciesParams

NewUpdateSensorUpdatePoliciesParamsWithContext creates a new UpdateSensorUpdatePoliciesParams object with the ability to set a context for a request.

func NewUpdateSensorUpdatePoliciesParamsWithHTTPClient

func NewUpdateSensorUpdatePoliciesParamsWithHTTPClient(client *http.Client) *UpdateSensorUpdatePoliciesParams

NewUpdateSensorUpdatePoliciesParamsWithHTTPClient creates a new UpdateSensorUpdatePoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateSensorUpdatePoliciesParamsWithTimeout

func NewUpdateSensorUpdatePoliciesParamsWithTimeout(timeout time.Duration) *UpdateSensorUpdatePoliciesParams

NewUpdateSensorUpdatePoliciesParamsWithTimeout creates a new UpdateSensorUpdatePoliciesParams object with the ability to set a timeout on a request.

func (*UpdateSensorUpdatePoliciesParams) SetBody

SetBody adds the body to the update sensor update policies params

func (*UpdateSensorUpdatePoliciesParams) SetContext

SetContext adds the context to the update sensor update policies params

func (*UpdateSensorUpdatePoliciesParams) SetDefaults

func (o *UpdateSensorUpdatePoliciesParams) SetDefaults()

SetDefaults hydrates default values in the update sensor update policies params (not the query body).

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

func (*UpdateSensorUpdatePoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update sensor update policies params

func (*UpdateSensorUpdatePoliciesParams) SetTimeout

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

SetTimeout adds the timeout to the update sensor update policies params

func (*UpdateSensorUpdatePoliciesParams) WithBody

WithBody adds the body to the update sensor update policies params

func (*UpdateSensorUpdatePoliciesParams) WithContext

WithContext adds the context to the update sensor update policies params

func (*UpdateSensorUpdatePoliciesParams) WithDefaults

WithDefaults hydrates default values in the update sensor update policies params (not the query body).

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

func (*UpdateSensorUpdatePoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update sensor update policies params

func (*UpdateSensorUpdatePoliciesParams) WithTimeout

WithTimeout adds the timeout to the update sensor update policies params

func (*UpdateSensorUpdatePoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateSensorUpdatePoliciesReader

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

UpdateSensorUpdatePoliciesReader is a Reader for the UpdateSensorUpdatePolicies structure.

func (*UpdateSensorUpdatePoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateSensorUpdatePoliciesTooManyRequests

type UpdateSensorUpdatePoliciesTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

UpdateSensorUpdatePoliciesTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewUpdateSensorUpdatePoliciesTooManyRequests

func NewUpdateSensorUpdatePoliciesTooManyRequests() *UpdateSensorUpdatePoliciesTooManyRequests

NewUpdateSensorUpdatePoliciesTooManyRequests creates a UpdateSensorUpdatePoliciesTooManyRequests with default headers values

func (*UpdateSensorUpdatePoliciesTooManyRequests) Code

Code gets the status code for the update sensor update policies too many requests response

func (*UpdateSensorUpdatePoliciesTooManyRequests) Error

func (*UpdateSensorUpdatePoliciesTooManyRequests) GetPayload

func (*UpdateSensorUpdatePoliciesTooManyRequests) IsClientError

IsClientError returns true when this update sensor update policies too many requests response has a 4xx status code

func (*UpdateSensorUpdatePoliciesTooManyRequests) IsCode

IsCode returns true when this update sensor update policies too many requests response a status code equal to that given

func (*UpdateSensorUpdatePoliciesTooManyRequests) IsRedirect

IsRedirect returns true when this update sensor update policies too many requests response has a 3xx status code

func (*UpdateSensorUpdatePoliciesTooManyRequests) IsServerError

IsServerError returns true when this update sensor update policies too many requests response has a 5xx status code

func (*UpdateSensorUpdatePoliciesTooManyRequests) IsSuccess

IsSuccess returns true when this update sensor update policies too many requests response has a 2xx status code

func (*UpdateSensorUpdatePoliciesTooManyRequests) String

type UpdateSensorUpdatePoliciesV2BadRequest

type UpdateSensorUpdatePoliciesV2BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV2
}

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

Bad Request

func NewUpdateSensorUpdatePoliciesV2BadRequest

func NewUpdateSensorUpdatePoliciesV2BadRequest() *UpdateSensorUpdatePoliciesV2BadRequest

NewUpdateSensorUpdatePoliciesV2BadRequest creates a UpdateSensorUpdatePoliciesV2BadRequest with default headers values

func (*UpdateSensorUpdatePoliciesV2BadRequest) Code

Code gets the status code for the update sensor update policies v2 bad request response

func (*UpdateSensorUpdatePoliciesV2BadRequest) Error

func (*UpdateSensorUpdatePoliciesV2BadRequest) GetPayload

func (*UpdateSensorUpdatePoliciesV2BadRequest) IsClientError

func (o *UpdateSensorUpdatePoliciesV2BadRequest) IsClientError() bool

IsClientError returns true when this update sensor update policies v2 bad request response has a 4xx status code

func (*UpdateSensorUpdatePoliciesV2BadRequest) IsCode

IsCode returns true when this update sensor update policies v2 bad request response a status code equal to that given

func (*UpdateSensorUpdatePoliciesV2BadRequest) IsRedirect

IsRedirect returns true when this update sensor update policies v2 bad request response has a 3xx status code

func (*UpdateSensorUpdatePoliciesV2BadRequest) IsServerError

func (o *UpdateSensorUpdatePoliciesV2BadRequest) IsServerError() bool

IsServerError returns true when this update sensor update policies v2 bad request response has a 5xx status code

func (*UpdateSensorUpdatePoliciesV2BadRequest) IsSuccess

IsSuccess returns true when this update sensor update policies v2 bad request response has a 2xx status code

func (*UpdateSensorUpdatePoliciesV2BadRequest) String

type UpdateSensorUpdatePoliciesV2Forbidden

type UpdateSensorUpdatePoliciesV2Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaErrorsOnly
}

UpdateSensorUpdatePoliciesV2Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateSensorUpdatePoliciesV2Forbidden

func NewUpdateSensorUpdatePoliciesV2Forbidden() *UpdateSensorUpdatePoliciesV2Forbidden

NewUpdateSensorUpdatePoliciesV2Forbidden creates a UpdateSensorUpdatePoliciesV2Forbidden with default headers values

func (*UpdateSensorUpdatePoliciesV2Forbidden) Code

Code gets the status code for the update sensor update policies v2 forbidden response

func (*UpdateSensorUpdatePoliciesV2Forbidden) Error

func (*UpdateSensorUpdatePoliciesV2Forbidden) GetPayload

func (*UpdateSensorUpdatePoliciesV2Forbidden) IsClientError

func (o *UpdateSensorUpdatePoliciesV2Forbidden) IsClientError() bool

IsClientError returns true when this update sensor update policies v2 forbidden response has a 4xx status code

func (*UpdateSensorUpdatePoliciesV2Forbidden) IsCode

IsCode returns true when this update sensor update policies v2 forbidden response a status code equal to that given

func (*UpdateSensorUpdatePoliciesV2Forbidden) IsRedirect

IsRedirect returns true when this update sensor update policies v2 forbidden response has a 3xx status code

func (*UpdateSensorUpdatePoliciesV2Forbidden) IsServerError

func (o *UpdateSensorUpdatePoliciesV2Forbidden) IsServerError() bool

IsServerError returns true when this update sensor update policies v2 forbidden response has a 5xx status code

func (*UpdateSensorUpdatePoliciesV2Forbidden) IsSuccess

IsSuccess returns true when this update sensor update policies v2 forbidden response has a 2xx status code

func (*UpdateSensorUpdatePoliciesV2Forbidden) String

type UpdateSensorUpdatePoliciesV2InternalServerError

type UpdateSensorUpdatePoliciesV2InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV2
}

UpdateSensorUpdatePoliciesV2InternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewUpdateSensorUpdatePoliciesV2InternalServerError

func NewUpdateSensorUpdatePoliciesV2InternalServerError() *UpdateSensorUpdatePoliciesV2InternalServerError

NewUpdateSensorUpdatePoliciesV2InternalServerError creates a UpdateSensorUpdatePoliciesV2InternalServerError with default headers values

func (*UpdateSensorUpdatePoliciesV2InternalServerError) Code

Code gets the status code for the update sensor update policies v2 internal server error response

func (*UpdateSensorUpdatePoliciesV2InternalServerError) Error

func (*UpdateSensorUpdatePoliciesV2InternalServerError) GetPayload

func (*UpdateSensorUpdatePoliciesV2InternalServerError) IsClientError

IsClientError returns true when this update sensor update policies v2 internal server error response has a 4xx status code

func (*UpdateSensorUpdatePoliciesV2InternalServerError) IsCode

IsCode returns true when this update sensor update policies v2 internal server error response a status code equal to that given

func (*UpdateSensorUpdatePoliciesV2InternalServerError) IsRedirect

IsRedirect returns true when this update sensor update policies v2 internal server error response has a 3xx status code

func (*UpdateSensorUpdatePoliciesV2InternalServerError) IsServerError

IsServerError returns true when this update sensor update policies v2 internal server error response has a 5xx status code

func (*UpdateSensorUpdatePoliciesV2InternalServerError) IsSuccess

IsSuccess returns true when this update sensor update policies v2 internal server error response has a 2xx status code

func (*UpdateSensorUpdatePoliciesV2InternalServerError) String

type UpdateSensorUpdatePoliciesV2NotFound

type UpdateSensorUpdatePoliciesV2NotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV2
}

UpdateSensorUpdatePoliciesV2NotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateSensorUpdatePoliciesV2NotFound

func NewUpdateSensorUpdatePoliciesV2NotFound() *UpdateSensorUpdatePoliciesV2NotFound

NewUpdateSensorUpdatePoliciesV2NotFound creates a UpdateSensorUpdatePoliciesV2NotFound with default headers values

func (*UpdateSensorUpdatePoliciesV2NotFound) Code

Code gets the status code for the update sensor update policies v2 not found response

func (*UpdateSensorUpdatePoliciesV2NotFound) Error

func (*UpdateSensorUpdatePoliciesV2NotFound) GetPayload

func (*UpdateSensorUpdatePoliciesV2NotFound) IsClientError

func (o *UpdateSensorUpdatePoliciesV2NotFound) IsClientError() bool

IsClientError returns true when this update sensor update policies v2 not found response has a 4xx status code

func (*UpdateSensorUpdatePoliciesV2NotFound) IsCode

IsCode returns true when this update sensor update policies v2 not found response a status code equal to that given

func (*UpdateSensorUpdatePoliciesV2NotFound) IsRedirect

IsRedirect returns true when this update sensor update policies v2 not found response has a 3xx status code

func (*UpdateSensorUpdatePoliciesV2NotFound) IsServerError

func (o *UpdateSensorUpdatePoliciesV2NotFound) IsServerError() bool

IsServerError returns true when this update sensor update policies v2 not found response has a 5xx status code

func (*UpdateSensorUpdatePoliciesV2NotFound) IsSuccess

IsSuccess returns true when this update sensor update policies v2 not found response has a 2xx status code

func (*UpdateSensorUpdatePoliciesV2NotFound) String

type UpdateSensorUpdatePoliciesV2OK

type UpdateSensorUpdatePoliciesV2OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.SensorUpdateRespV2
}

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

OK

func NewUpdateSensorUpdatePoliciesV2OK

func NewUpdateSensorUpdatePoliciesV2OK() *UpdateSensorUpdatePoliciesV2OK

NewUpdateSensorUpdatePoliciesV2OK creates a UpdateSensorUpdatePoliciesV2OK with default headers values

func (*UpdateSensorUpdatePoliciesV2OK) Code

Code gets the status code for the update sensor update policies v2 o k response

func (*UpdateSensorUpdatePoliciesV2OK) Error

func (*UpdateSensorUpdatePoliciesV2OK) GetPayload

func (*UpdateSensorUpdatePoliciesV2OK) IsClientError

func (o *UpdateSensorUpdatePoliciesV2OK) IsClientError() bool

IsClientError returns true when this update sensor update policies v2 o k response has a 4xx status code

func (*UpdateSensorUpdatePoliciesV2OK) IsCode

func (o *UpdateSensorUpdatePoliciesV2OK) IsCode(code int) bool

IsCode returns true when this update sensor update policies v2 o k response a status code equal to that given

func (*UpdateSensorUpdatePoliciesV2OK) IsRedirect

func (o *UpdateSensorUpdatePoliciesV2OK) IsRedirect() bool

IsRedirect returns true when this update sensor update policies v2 o k response has a 3xx status code

func (*UpdateSensorUpdatePoliciesV2OK) IsServerError

func (o *UpdateSensorUpdatePoliciesV2OK) IsServerError() bool

IsServerError returns true when this update sensor update policies v2 o k response has a 5xx status code

func (*UpdateSensorUpdatePoliciesV2OK) IsSuccess

func (o *UpdateSensorUpdatePoliciesV2OK) IsSuccess() bool

IsSuccess returns true when this update sensor update policies v2 o k response has a 2xx status code

func (*UpdateSensorUpdatePoliciesV2OK) String

type UpdateSensorUpdatePoliciesV2Params

type UpdateSensorUpdatePoliciesV2Params struct {

	// Body.
	Body *models.SensorUpdateUpdatePoliciesReqV2

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

UpdateSensorUpdatePoliciesV2Params contains all the parameters to send to the API endpoint

for the update sensor update policies v2 operation.

Typically these are written to a http.Request.

func NewUpdateSensorUpdatePoliciesV2Params

func NewUpdateSensorUpdatePoliciesV2Params() *UpdateSensorUpdatePoliciesV2Params

NewUpdateSensorUpdatePoliciesV2Params creates a new UpdateSensorUpdatePoliciesV2Params 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 NewUpdateSensorUpdatePoliciesV2ParamsWithContext

func NewUpdateSensorUpdatePoliciesV2ParamsWithContext(ctx context.Context) *UpdateSensorUpdatePoliciesV2Params

NewUpdateSensorUpdatePoliciesV2ParamsWithContext creates a new UpdateSensorUpdatePoliciesV2Params object with the ability to set a context for a request.

func NewUpdateSensorUpdatePoliciesV2ParamsWithHTTPClient

func NewUpdateSensorUpdatePoliciesV2ParamsWithHTTPClient(client *http.Client) *UpdateSensorUpdatePoliciesV2Params

NewUpdateSensorUpdatePoliciesV2ParamsWithHTTPClient creates a new UpdateSensorUpdatePoliciesV2Params object with the ability to set a custom HTTPClient for a request.

func NewUpdateSensorUpdatePoliciesV2ParamsWithTimeout

func NewUpdateSensorUpdatePoliciesV2ParamsWithTimeout(timeout time.Duration) *UpdateSensorUpdatePoliciesV2Params

NewUpdateSensorUpdatePoliciesV2ParamsWithTimeout creates a new UpdateSensorUpdatePoliciesV2Params object with the ability to set a timeout on a request.

func (*UpdateSensorUpdatePoliciesV2Params) SetBody

SetBody adds the body to the update sensor update policies v2 params

func (*UpdateSensorUpdatePoliciesV2Params) SetContext

SetContext adds the context to the update sensor update policies v2 params

func (*UpdateSensorUpdatePoliciesV2Params) SetDefaults

func (o *UpdateSensorUpdatePoliciesV2Params) SetDefaults()

SetDefaults hydrates default values in the update sensor update policies v2 params (not the query body).

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

func (*UpdateSensorUpdatePoliciesV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update sensor update policies v2 params

func (*UpdateSensorUpdatePoliciesV2Params) SetTimeout

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

SetTimeout adds the timeout to the update sensor update policies v2 params

func (*UpdateSensorUpdatePoliciesV2Params) WithBody

WithBody adds the body to the update sensor update policies v2 params

func (*UpdateSensorUpdatePoliciesV2Params) WithContext

WithContext adds the context to the update sensor update policies v2 params

func (*UpdateSensorUpdatePoliciesV2Params) WithDefaults

WithDefaults hydrates default values in the update sensor update policies v2 params (not the query body).

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

func (*UpdateSensorUpdatePoliciesV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update sensor update policies v2 params

func (*UpdateSensorUpdatePoliciesV2Params) WithTimeout

WithTimeout adds the timeout to the update sensor update policies v2 params

func (*UpdateSensorUpdatePoliciesV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateSensorUpdatePoliciesV2Reader

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

UpdateSensorUpdatePoliciesV2Reader is a Reader for the UpdateSensorUpdatePoliciesV2 structure.

func (*UpdateSensorUpdatePoliciesV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateSensorUpdatePoliciesV2TooManyRequests

type UpdateSensorUpdatePoliciesV2TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

UpdateSensorUpdatePoliciesV2TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewUpdateSensorUpdatePoliciesV2TooManyRequests

func NewUpdateSensorUpdatePoliciesV2TooManyRequests() *UpdateSensorUpdatePoliciesV2TooManyRequests

NewUpdateSensorUpdatePoliciesV2TooManyRequests creates a UpdateSensorUpdatePoliciesV2TooManyRequests with default headers values

func (*UpdateSensorUpdatePoliciesV2TooManyRequests) Code

Code gets the status code for the update sensor update policies v2 too many requests response

func (*UpdateSensorUpdatePoliciesV2TooManyRequests) Error

func (*UpdateSensorUpdatePoliciesV2TooManyRequests) GetPayload

func (*UpdateSensorUpdatePoliciesV2TooManyRequests) IsClientError

IsClientError returns true when this update sensor update policies v2 too many requests response has a 4xx status code

func (*UpdateSensorUpdatePoliciesV2TooManyRequests) IsCode

IsCode returns true when this update sensor update policies v2 too many requests response a status code equal to that given

func (*UpdateSensorUpdatePoliciesV2TooManyRequests) IsRedirect

IsRedirect returns true when this update sensor update policies v2 too many requests response has a 3xx status code

func (*UpdateSensorUpdatePoliciesV2TooManyRequests) IsServerError

IsServerError returns true when this update sensor update policies v2 too many requests response has a 5xx status code

func (*UpdateSensorUpdatePoliciesV2TooManyRequests) IsSuccess

IsSuccess returns true when this update sensor update policies v2 too many requests response has a 2xx status code

func (*UpdateSensorUpdatePoliciesV2TooManyRequests) String

Source Files

Jump to

Keyboard shortcuts

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