sensor_update_policies

package
v0.2.24 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2022 License: MIT Imports: 11 Imported by: 1

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 added in v0.2.17

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 added in v0.2.17

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 {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV1
}
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) Error

func (*CreateSensorUpdatePoliciesBadRequest) GetPayload

type CreateSensorUpdatePoliciesCreated

type CreateSensorUpdatePoliciesCreated struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV1
}
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) Error

func (*CreateSensorUpdatePoliciesCreated) GetPayload

type CreateSensorUpdatePoliciesForbidden

type CreateSensorUpdatePoliciesForbidden struct {

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

func (*CreateSensorUpdatePoliciesForbidden) GetPayload

type CreateSensorUpdatePoliciesInternalServerError

type CreateSensorUpdatePoliciesInternalServerError struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV1
}
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) Error

func (*CreateSensorUpdatePoliciesInternalServerError) GetPayload

type CreateSensorUpdatePoliciesNotFound

type CreateSensorUpdatePoliciesNotFound struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV1
}
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) Error

func (*CreateSensorUpdatePoliciesNotFound) GetPayload

type CreateSensorUpdatePoliciesParams

type CreateSensorUpdatePoliciesParams struct {

	// Body.
	Body *models.RequestsCreateSensorUpdatePoliciesV1

	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 {

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

func (*CreateSensorUpdatePoliciesTooManyRequests) GetPayload

type CreateSensorUpdatePoliciesV2BadRequest

type CreateSensorUpdatePoliciesV2BadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV2
}
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) Error

func (*CreateSensorUpdatePoliciesV2BadRequest) GetPayload

type CreateSensorUpdatePoliciesV2Created

type CreateSensorUpdatePoliciesV2Created struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV2
}
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) Error

func (*CreateSensorUpdatePoliciesV2Created) GetPayload

type CreateSensorUpdatePoliciesV2Forbidden

type CreateSensorUpdatePoliciesV2Forbidden struct {

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

func (*CreateSensorUpdatePoliciesV2Forbidden) GetPayload

type CreateSensorUpdatePoliciesV2InternalServerError

type CreateSensorUpdatePoliciesV2InternalServerError struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV2
}
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) Error

func (*CreateSensorUpdatePoliciesV2InternalServerError) GetPayload

type CreateSensorUpdatePoliciesV2NotFound

type CreateSensorUpdatePoliciesV2NotFound struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV2
}
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) Error

func (*CreateSensorUpdatePoliciesV2NotFound) GetPayload

type CreateSensorUpdatePoliciesV2Params

type CreateSensorUpdatePoliciesV2Params struct {

	// Body.
	Body *models.RequestsCreateSensorUpdatePoliciesV2

	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 {

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

func (*CreateSensorUpdatePoliciesV2TooManyRequests) GetPayload

type DeleteSensorUpdatePoliciesDefault

type DeleteSensorUpdatePoliciesDefault struct {
	Payload *models.MsaQueryResponse
	// contains filtered or unexported fields
}
DeleteSensorUpdatePoliciesDefault describes a response with status code -1, with default header values.

OK

func NewDeleteSensorUpdatePoliciesDefault

func NewDeleteSensorUpdatePoliciesDefault(code int) *DeleteSensorUpdatePoliciesDefault

NewDeleteSensorUpdatePoliciesDefault creates a DeleteSensorUpdatePoliciesDefault with default headers values

func (*DeleteSensorUpdatePoliciesDefault) Code

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

func (*DeleteSensorUpdatePoliciesDefault) Error

func (*DeleteSensorUpdatePoliciesDefault) GetPayload

type DeleteSensorUpdatePoliciesForbidden

type DeleteSensorUpdatePoliciesForbidden struct {

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

func (*DeleteSensorUpdatePoliciesForbidden) GetPayload

type DeleteSensorUpdatePoliciesInternalServerError

type DeleteSensorUpdatePoliciesInternalServerError struct {

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

func (*DeleteSensorUpdatePoliciesInternalServerError) GetPayload

type DeleteSensorUpdatePoliciesNotFound

type DeleteSensorUpdatePoliciesNotFound struct {

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

func (*DeleteSensorUpdatePoliciesNotFound) GetPayload

type DeleteSensorUpdatePoliciesOK

type DeleteSensorUpdatePoliciesOK struct {

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

func (*DeleteSensorUpdatePoliciesOK) GetPayload

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 {

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

func (*DeleteSensorUpdatePoliciesTooManyRequests) GetPayload

type GetSensorUpdatePoliciesDefault

type GetSensorUpdatePoliciesDefault struct {
	Payload *models.ResponsesSensorUpdatePoliciesV1
	// contains filtered or unexported fields
}
GetSensorUpdatePoliciesDefault describes a response with status code -1, with default header values.

OK

func NewGetSensorUpdatePoliciesDefault

func NewGetSensorUpdatePoliciesDefault(code int) *GetSensorUpdatePoliciesDefault

NewGetSensorUpdatePoliciesDefault creates a GetSensorUpdatePoliciesDefault with default headers values

func (*GetSensorUpdatePoliciesDefault) Code

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

func (*GetSensorUpdatePoliciesDefault) Error

func (*GetSensorUpdatePoliciesDefault) GetPayload

type GetSensorUpdatePoliciesForbidden

type GetSensorUpdatePoliciesForbidden struct {

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

func (*GetSensorUpdatePoliciesForbidden) GetPayload

type GetSensorUpdatePoliciesInternalServerError

type GetSensorUpdatePoliciesInternalServerError struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV1
}
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) Error

func (*GetSensorUpdatePoliciesInternalServerError) GetPayload

type GetSensorUpdatePoliciesNotFound

type GetSensorUpdatePoliciesNotFound struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV1
}
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) Error

func (*GetSensorUpdatePoliciesNotFound) GetPayload

type GetSensorUpdatePoliciesOK

type GetSensorUpdatePoliciesOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV1
}
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) Error

func (o *GetSensorUpdatePoliciesOK) Error() string

func (*GetSensorUpdatePoliciesOK) GetPayload

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 {

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

func (*GetSensorUpdatePoliciesTooManyRequests) GetPayload

type GetSensorUpdatePoliciesV2Default

type GetSensorUpdatePoliciesV2Default struct {
	Payload *models.ResponsesSensorUpdatePoliciesV2
	// contains filtered or unexported fields
}
GetSensorUpdatePoliciesV2Default describes a response with status code -1, with default header values.

OK

func NewGetSensorUpdatePoliciesV2Default

func NewGetSensorUpdatePoliciesV2Default(code int) *GetSensorUpdatePoliciesV2Default

NewGetSensorUpdatePoliciesV2Default creates a GetSensorUpdatePoliciesV2Default with default headers values

func (*GetSensorUpdatePoliciesV2Default) Code

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

func (*GetSensorUpdatePoliciesV2Default) Error

func (*GetSensorUpdatePoliciesV2Default) GetPayload

type GetSensorUpdatePoliciesV2Forbidden

type GetSensorUpdatePoliciesV2Forbidden struct {

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

func (*GetSensorUpdatePoliciesV2Forbidden) GetPayload

type GetSensorUpdatePoliciesV2InternalServerError

type GetSensorUpdatePoliciesV2InternalServerError struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV2
}
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) Error

func (*GetSensorUpdatePoliciesV2InternalServerError) GetPayload

type GetSensorUpdatePoliciesV2NotFound

type GetSensorUpdatePoliciesV2NotFound struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV2
}
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) Error

func (*GetSensorUpdatePoliciesV2NotFound) GetPayload

type GetSensorUpdatePoliciesV2OK

type GetSensorUpdatePoliciesV2OK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV2
}
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) Error

func (*GetSensorUpdatePoliciesV2OK) GetPayload

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 {

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

func (*GetSensorUpdatePoliciesV2TooManyRequests) GetPayload

type PerformSensorUpdatePoliciesActionBadRequest

type PerformSensorUpdatePoliciesActionBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV1
}
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) Error

func (*PerformSensorUpdatePoliciesActionBadRequest) GetPayload

type PerformSensorUpdatePoliciesActionDefault

type PerformSensorUpdatePoliciesActionDefault struct {
	Payload *models.ResponsesSensorUpdatePoliciesV1
	// contains filtered or unexported fields
}
PerformSensorUpdatePoliciesActionDefault describes a response with status code -1, with default header values.

OK

func NewPerformSensorUpdatePoliciesActionDefault

func NewPerformSensorUpdatePoliciesActionDefault(code int) *PerformSensorUpdatePoliciesActionDefault

NewPerformSensorUpdatePoliciesActionDefault creates a PerformSensorUpdatePoliciesActionDefault with default headers values

func (*PerformSensorUpdatePoliciesActionDefault) Code

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

func (*PerformSensorUpdatePoliciesActionDefault) Error

func (*PerformSensorUpdatePoliciesActionDefault) GetPayload

type PerformSensorUpdatePoliciesActionForbidden

type PerformSensorUpdatePoliciesActionForbidden struct {

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

func (*PerformSensorUpdatePoliciesActionForbidden) GetPayload

type PerformSensorUpdatePoliciesActionInternalServerError

type PerformSensorUpdatePoliciesActionInternalServerError struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV1
}
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) Error

func (*PerformSensorUpdatePoliciesActionInternalServerError) GetPayload

type PerformSensorUpdatePoliciesActionNotFound

type PerformSensorUpdatePoliciesActionNotFound struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV1
}
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) Error

func (*PerformSensorUpdatePoliciesActionNotFound) GetPayload

type PerformSensorUpdatePoliciesActionOK

type PerformSensorUpdatePoliciesActionOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV1
}
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) Error

func (*PerformSensorUpdatePoliciesActionOK) GetPayload

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 {

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

func (*PerformSensorUpdatePoliciesActionTooManyRequests) GetPayload

type QueryCombinedSensorUpdateBuildsBadRequest

type QueryCombinedSensorUpdateBuildsBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdateBuildsV1
}
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) Error

func (*QueryCombinedSensorUpdateBuildsBadRequest) GetPayload

type QueryCombinedSensorUpdateBuildsDefault

type QueryCombinedSensorUpdateBuildsDefault struct {
	Payload *models.ResponsesSensorUpdateBuildsV1
	// contains filtered or unexported fields
}
QueryCombinedSensorUpdateBuildsDefault describes a response with status code -1, with default header values.

OK

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

type QueryCombinedSensorUpdateBuildsForbidden

type QueryCombinedSensorUpdateBuildsForbidden struct {

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

func (*QueryCombinedSensorUpdateBuildsForbidden) GetPayload

type QueryCombinedSensorUpdateBuildsInternalServerError

type QueryCombinedSensorUpdateBuildsInternalServerError struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdateBuildsV1
}
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) Error

func (*QueryCombinedSensorUpdateBuildsInternalServerError) GetPayload

type QueryCombinedSensorUpdateBuildsOK

type QueryCombinedSensorUpdateBuildsOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdateBuildsV1
}
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) Error

func (*QueryCombinedSensorUpdateBuildsOK) GetPayload

type QueryCombinedSensorUpdateBuildsParams

type QueryCombinedSensorUpdateBuildsParams struct {

	/* Platform.

	   The platform to return builds for
	*/
	Platform *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) 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) 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 {

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

func (*QueryCombinedSensorUpdateBuildsTooManyRequests) GetPayload

type QueryCombinedSensorUpdateKernelsBadRequest added in v0.2.17

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.ResponsesSensorUpdateKernelsV1
}
QueryCombinedSensorUpdateKernelsBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewQueryCombinedSensorUpdateKernelsBadRequest added in v0.2.17

func NewQueryCombinedSensorUpdateKernelsBadRequest() *QueryCombinedSensorUpdateKernelsBadRequest

NewQueryCombinedSensorUpdateKernelsBadRequest creates a QueryCombinedSensorUpdateKernelsBadRequest with default headers values

func (*QueryCombinedSensorUpdateKernelsBadRequest) Error added in v0.2.17

func (*QueryCombinedSensorUpdateKernelsBadRequest) GetPayload added in v0.2.17

type QueryCombinedSensorUpdateKernelsDefault added in v0.2.17

type QueryCombinedSensorUpdateKernelsDefault struct {
	Payload *models.ResponsesSensorUpdateKernelsV1
	// contains filtered or unexported fields
}
QueryCombinedSensorUpdateKernelsDefault describes a response with status code -1, with default header values.

OK

func NewQueryCombinedSensorUpdateKernelsDefault added in v0.2.17

func NewQueryCombinedSensorUpdateKernelsDefault(code int) *QueryCombinedSensorUpdateKernelsDefault

NewQueryCombinedSensorUpdateKernelsDefault creates a QueryCombinedSensorUpdateKernelsDefault with default headers values

func (*QueryCombinedSensorUpdateKernelsDefault) Code added in v0.2.17

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

func (*QueryCombinedSensorUpdateKernelsDefault) Error added in v0.2.17

func (*QueryCombinedSensorUpdateKernelsDefault) GetPayload added in v0.2.17

type QueryCombinedSensorUpdateKernelsForbidden added in v0.2.17

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 added in v0.2.17

func NewQueryCombinedSensorUpdateKernelsForbidden() *QueryCombinedSensorUpdateKernelsForbidden

NewQueryCombinedSensorUpdateKernelsForbidden creates a QueryCombinedSensorUpdateKernelsForbidden with default headers values

func (*QueryCombinedSensorUpdateKernelsForbidden) Error added in v0.2.17

func (*QueryCombinedSensorUpdateKernelsForbidden) GetPayload added in v0.2.17

type QueryCombinedSensorUpdateKernelsInternalServerError added in v0.2.17

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.ResponsesSensorUpdateKernelsV1
}
QueryCombinedSensorUpdateKernelsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewQueryCombinedSensorUpdateKernelsInternalServerError added in v0.2.17

func NewQueryCombinedSensorUpdateKernelsInternalServerError() *QueryCombinedSensorUpdateKernelsInternalServerError

NewQueryCombinedSensorUpdateKernelsInternalServerError creates a QueryCombinedSensorUpdateKernelsInternalServerError with default headers values

func (*QueryCombinedSensorUpdateKernelsInternalServerError) Error added in v0.2.17

func (*QueryCombinedSensorUpdateKernelsInternalServerError) GetPayload added in v0.2.17

type QueryCombinedSensorUpdateKernelsOK added in v0.2.17

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.ResponsesSensorUpdateKernelsV1
}
QueryCombinedSensorUpdateKernelsOK describes a response with status code 200, with default header values.

OK

func NewQueryCombinedSensorUpdateKernelsOK added in v0.2.17

func NewQueryCombinedSensorUpdateKernelsOK() *QueryCombinedSensorUpdateKernelsOK

NewQueryCombinedSensorUpdateKernelsOK creates a QueryCombinedSensorUpdateKernelsOK with default headers values

func (*QueryCombinedSensorUpdateKernelsOK) Error added in v0.2.17

func (*QueryCombinedSensorUpdateKernelsOK) GetPayload added in v0.2.17

type QueryCombinedSensorUpdateKernelsParams added in v0.2.17

type QueryCombinedSensorUpdateKernelsParams 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

	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 added in v0.2.17

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 added in v0.2.17

func NewQueryCombinedSensorUpdateKernelsParamsWithContext(ctx context.Context) *QueryCombinedSensorUpdateKernelsParams

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

func NewQueryCombinedSensorUpdateKernelsParamsWithHTTPClient added in v0.2.17

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 added in v0.2.17

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 added in v0.2.17

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

func (*QueryCombinedSensorUpdateKernelsParams) SetDefaults added in v0.2.17

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 added in v0.2.17

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

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

func (*QueryCombinedSensorUpdateKernelsParams) SetHTTPClient added in v0.2.17

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

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

func (*QueryCombinedSensorUpdateKernelsParams) SetLimit added in v0.2.17

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

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

func (*QueryCombinedSensorUpdateKernelsParams) SetOffset added in v0.2.17

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

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

func (*QueryCombinedSensorUpdateKernelsParams) SetTimeout added in v0.2.17

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

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

func (*QueryCombinedSensorUpdateKernelsParams) WithContext added in v0.2.17

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

func (*QueryCombinedSensorUpdateKernelsParams) WithDefaults added in v0.2.17

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 added in v0.2.17

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

func (*QueryCombinedSensorUpdateKernelsParams) WithHTTPClient added in v0.2.17

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

func (*QueryCombinedSensorUpdateKernelsParams) WithLimit added in v0.2.17

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

func (*QueryCombinedSensorUpdateKernelsParams) WithOffset added in v0.2.17

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

func (*QueryCombinedSensorUpdateKernelsParams) WithTimeout added in v0.2.17

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

func (*QueryCombinedSensorUpdateKernelsParams) WriteToRequest added in v0.2.17

WriteToRequest writes these params to a swagger request

type QueryCombinedSensorUpdateKernelsReader added in v0.2.17

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

QueryCombinedSensorUpdateKernelsReader is a Reader for the QueryCombinedSensorUpdateKernels structure.

func (*QueryCombinedSensorUpdateKernelsReader) ReadResponse added in v0.2.17

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

ReadResponse reads a server response into the received o.

type QueryCombinedSensorUpdateKernelsTooManyRequests added in v0.2.17

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 added in v0.2.17

func NewQueryCombinedSensorUpdateKernelsTooManyRequests() *QueryCombinedSensorUpdateKernelsTooManyRequests

NewQueryCombinedSensorUpdateKernelsTooManyRequests creates a QueryCombinedSensorUpdateKernelsTooManyRequests with default headers values

func (*QueryCombinedSensorUpdateKernelsTooManyRequests) Error added in v0.2.17

func (*QueryCombinedSensorUpdateKernelsTooManyRequests) GetPayload added in v0.2.17

type QueryCombinedSensorUpdatePoliciesBadRequest

type QueryCombinedSensorUpdatePoliciesBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV1
}
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) Error

func (*QueryCombinedSensorUpdatePoliciesBadRequest) GetPayload

type QueryCombinedSensorUpdatePoliciesDefault

type QueryCombinedSensorUpdatePoliciesDefault struct {
	Payload *models.ResponsesSensorUpdatePoliciesV1
	// contains filtered or unexported fields
}
QueryCombinedSensorUpdatePoliciesDefault describes a response with status code -1, with default header values.

OK

func NewQueryCombinedSensorUpdatePoliciesDefault

func NewQueryCombinedSensorUpdatePoliciesDefault(code int) *QueryCombinedSensorUpdatePoliciesDefault

NewQueryCombinedSensorUpdatePoliciesDefault creates a QueryCombinedSensorUpdatePoliciesDefault with default headers values

func (*QueryCombinedSensorUpdatePoliciesDefault) Code

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

func (*QueryCombinedSensorUpdatePoliciesDefault) Error

func (*QueryCombinedSensorUpdatePoliciesDefault) GetPayload

type QueryCombinedSensorUpdatePoliciesForbidden

type QueryCombinedSensorUpdatePoliciesForbidden struct {

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

func (*QueryCombinedSensorUpdatePoliciesForbidden) GetPayload

type QueryCombinedSensorUpdatePoliciesInternalServerError

type QueryCombinedSensorUpdatePoliciesInternalServerError struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV1
}
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) Error

func (*QueryCombinedSensorUpdatePoliciesInternalServerError) GetPayload

type QueryCombinedSensorUpdatePoliciesOK

type QueryCombinedSensorUpdatePoliciesOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV1
}
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) Error

func (*QueryCombinedSensorUpdatePoliciesOK) GetPayload

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 {

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

func (*QueryCombinedSensorUpdatePoliciesTooManyRequests) GetPayload

type QueryCombinedSensorUpdatePoliciesV2BadRequest

type QueryCombinedSensorUpdatePoliciesV2BadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV2
}
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) Error

func (*QueryCombinedSensorUpdatePoliciesV2BadRequest) GetPayload

type QueryCombinedSensorUpdatePoliciesV2Default

type QueryCombinedSensorUpdatePoliciesV2Default struct {
	Payload *models.ResponsesSensorUpdatePoliciesV2
	// contains filtered or unexported fields
}
QueryCombinedSensorUpdatePoliciesV2Default describes a response with status code -1, with default header values.

OK

func NewQueryCombinedSensorUpdatePoliciesV2Default

func NewQueryCombinedSensorUpdatePoliciesV2Default(code int) *QueryCombinedSensorUpdatePoliciesV2Default

NewQueryCombinedSensorUpdatePoliciesV2Default creates a QueryCombinedSensorUpdatePoliciesV2Default with default headers values

func (*QueryCombinedSensorUpdatePoliciesV2Default) Code

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

func (*QueryCombinedSensorUpdatePoliciesV2Default) Error

func (*QueryCombinedSensorUpdatePoliciesV2Default) GetPayload

type QueryCombinedSensorUpdatePoliciesV2Forbidden

type QueryCombinedSensorUpdatePoliciesV2Forbidden struct {

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

func (*QueryCombinedSensorUpdatePoliciesV2Forbidden) GetPayload

type QueryCombinedSensorUpdatePoliciesV2InternalServerError

type QueryCombinedSensorUpdatePoliciesV2InternalServerError struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV2
}
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) Error

func (*QueryCombinedSensorUpdatePoliciesV2InternalServerError) GetPayload

type QueryCombinedSensorUpdatePoliciesV2OK

type QueryCombinedSensorUpdatePoliciesV2OK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV2
}
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) Error

func (*QueryCombinedSensorUpdatePoliciesV2OK) GetPayload

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 {

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

func (*QueryCombinedSensorUpdatePoliciesV2TooManyRequests) GetPayload

type QueryCombinedSensorUpdatePolicyMembersBadRequest

type QueryCombinedSensorUpdatePolicyMembersBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesPolicyMembersRespV1
}
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) Error

func (*QueryCombinedSensorUpdatePolicyMembersBadRequest) GetPayload

type QueryCombinedSensorUpdatePolicyMembersDefault

type QueryCombinedSensorUpdatePolicyMembersDefault struct {
	Payload *models.ResponsesPolicyMembersRespV1
	// contains filtered or unexported fields
}
QueryCombinedSensorUpdatePolicyMembersDefault describes a response with status code -1, with default header values.

OK

func NewQueryCombinedSensorUpdatePolicyMembersDefault

func NewQueryCombinedSensorUpdatePolicyMembersDefault(code int) *QueryCombinedSensorUpdatePolicyMembersDefault

NewQueryCombinedSensorUpdatePolicyMembersDefault creates a QueryCombinedSensorUpdatePolicyMembersDefault with default headers values

func (*QueryCombinedSensorUpdatePolicyMembersDefault) Code

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

func (*QueryCombinedSensorUpdatePolicyMembersDefault) Error

func (*QueryCombinedSensorUpdatePolicyMembersDefault) GetPayload

type QueryCombinedSensorUpdatePolicyMembersForbidden

type QueryCombinedSensorUpdatePolicyMembersForbidden struct {

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

func (*QueryCombinedSensorUpdatePolicyMembersForbidden) GetPayload

type QueryCombinedSensorUpdatePolicyMembersInternalServerError

type QueryCombinedSensorUpdatePolicyMembersInternalServerError struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesPolicyMembersRespV1
}
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) Error

func (*QueryCombinedSensorUpdatePolicyMembersInternalServerError) GetPayload

type QueryCombinedSensorUpdatePolicyMembersNotFound

type QueryCombinedSensorUpdatePolicyMembersNotFound struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesPolicyMembersRespV1
}
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) Error

func (*QueryCombinedSensorUpdatePolicyMembersNotFound) GetPayload

type QueryCombinedSensorUpdatePolicyMembersOK

type QueryCombinedSensorUpdatePolicyMembersOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesPolicyMembersRespV1
}
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) Error

func (*QueryCombinedSensorUpdatePolicyMembersOK) GetPayload

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 {

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

func (*QueryCombinedSensorUpdatePolicyMembersTooManyRequests) GetPayload

type QuerySensorUpdateKernelsDistinctBadRequest added in v0.2.17

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 added in v0.2.17

func NewQuerySensorUpdateKernelsDistinctBadRequest() *QuerySensorUpdateKernelsDistinctBadRequest

NewQuerySensorUpdateKernelsDistinctBadRequest creates a QuerySensorUpdateKernelsDistinctBadRequest with default headers values

func (*QuerySensorUpdateKernelsDistinctBadRequest) Error added in v0.2.17

func (*QuerySensorUpdateKernelsDistinctBadRequest) GetPayload added in v0.2.17

type QuerySensorUpdateKernelsDistinctDefault added in v0.2.17

type QuerySensorUpdateKernelsDistinctDefault struct {
	Payload *models.MsaQueryResponse
	// contains filtered or unexported fields
}
QuerySensorUpdateKernelsDistinctDefault describes a response with status code -1, with default header values.

OK

func NewQuerySensorUpdateKernelsDistinctDefault added in v0.2.17

func NewQuerySensorUpdateKernelsDistinctDefault(code int) *QuerySensorUpdateKernelsDistinctDefault

NewQuerySensorUpdateKernelsDistinctDefault creates a QuerySensorUpdateKernelsDistinctDefault with default headers values

func (*QuerySensorUpdateKernelsDistinctDefault) Code added in v0.2.17

Code gets the status code for the query sensor update kernels distinct default response

func (*QuerySensorUpdateKernelsDistinctDefault) Error added in v0.2.17

func (*QuerySensorUpdateKernelsDistinctDefault) GetPayload added in v0.2.17

type QuerySensorUpdateKernelsDistinctForbidden added in v0.2.17

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 added in v0.2.17

func NewQuerySensorUpdateKernelsDistinctForbidden() *QuerySensorUpdateKernelsDistinctForbidden

NewQuerySensorUpdateKernelsDistinctForbidden creates a QuerySensorUpdateKernelsDistinctForbidden with default headers values

func (*QuerySensorUpdateKernelsDistinctForbidden) Error added in v0.2.17

func (*QuerySensorUpdateKernelsDistinctForbidden) GetPayload added in v0.2.17

type QuerySensorUpdateKernelsDistinctInternalServerError added in v0.2.17

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 added in v0.2.17

func NewQuerySensorUpdateKernelsDistinctInternalServerError() *QuerySensorUpdateKernelsDistinctInternalServerError

NewQuerySensorUpdateKernelsDistinctInternalServerError creates a QuerySensorUpdateKernelsDistinctInternalServerError with default headers values

func (*QuerySensorUpdateKernelsDistinctInternalServerError) Error added in v0.2.17

func (*QuerySensorUpdateKernelsDistinctInternalServerError) GetPayload added in v0.2.17

type QuerySensorUpdateKernelsDistinctOK added in v0.2.17

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 added in v0.2.17

func NewQuerySensorUpdateKernelsDistinctOK() *QuerySensorUpdateKernelsDistinctOK

NewQuerySensorUpdateKernelsDistinctOK creates a QuerySensorUpdateKernelsDistinctOK with default headers values

func (*QuerySensorUpdateKernelsDistinctOK) Error added in v0.2.17

func (*QuerySensorUpdateKernelsDistinctOK) GetPayload added in v0.2.17

type QuerySensorUpdateKernelsDistinctParams added in v0.2.17

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-5000]
	*/
	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 added in v0.2.17

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 added in v0.2.17

func NewQuerySensorUpdateKernelsDistinctParamsWithContext(ctx context.Context) *QuerySensorUpdateKernelsDistinctParams

NewQuerySensorUpdateKernelsDistinctParamsWithContext creates a new QuerySensorUpdateKernelsDistinctParams object with the ability to set a context for a request.

func NewQuerySensorUpdateKernelsDistinctParamsWithHTTPClient added in v0.2.17

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 added in v0.2.17

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 added in v0.2.17

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

func (*QuerySensorUpdateKernelsDistinctParams) SetDefaults added in v0.2.17

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 added in v0.2.17

func (o *QuerySensorUpdateKernelsDistinctParams) SetDistinctField(distinctField string)

SetDistinctField adds the distinctField to the query sensor update kernels distinct params

func (*QuerySensorUpdateKernelsDistinctParams) SetFilter added in v0.2.17

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

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

func (*QuerySensorUpdateKernelsDistinctParams) SetHTTPClient added in v0.2.17

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

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

func (*QuerySensorUpdateKernelsDistinctParams) SetLimit added in v0.2.17

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

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

func (*QuerySensorUpdateKernelsDistinctParams) SetOffset added in v0.2.17

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

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

func (*QuerySensorUpdateKernelsDistinctParams) SetTimeout added in v0.2.17

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

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

func (*QuerySensorUpdateKernelsDistinctParams) WithContext added in v0.2.17

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

func (*QuerySensorUpdateKernelsDistinctParams) WithDefaults added in v0.2.17

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 added in v0.2.17

WithDistinctField adds the distinctField to the query sensor update kernels distinct params

func (*QuerySensorUpdateKernelsDistinctParams) WithFilter added in v0.2.17

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

func (*QuerySensorUpdateKernelsDistinctParams) WithHTTPClient added in v0.2.17

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

func (*QuerySensorUpdateKernelsDistinctParams) WithLimit added in v0.2.17

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

func (*QuerySensorUpdateKernelsDistinctParams) WithOffset added in v0.2.17

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

func (*QuerySensorUpdateKernelsDistinctParams) WithTimeout added in v0.2.17

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

func (*QuerySensorUpdateKernelsDistinctParams) WriteToRequest added in v0.2.17

WriteToRequest writes these params to a swagger request

type QuerySensorUpdateKernelsDistinctReader added in v0.2.17

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

QuerySensorUpdateKernelsDistinctReader is a Reader for the QuerySensorUpdateKernelsDistinct structure.

func (*QuerySensorUpdateKernelsDistinctReader) ReadResponse added in v0.2.17

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

ReadResponse reads a server response into the received o.

type QuerySensorUpdateKernelsDistinctTooManyRequests added in v0.2.17

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 added in v0.2.17

func NewQuerySensorUpdateKernelsDistinctTooManyRequests() *QuerySensorUpdateKernelsDistinctTooManyRequests

NewQuerySensorUpdateKernelsDistinctTooManyRequests creates a QuerySensorUpdateKernelsDistinctTooManyRequests with default headers values

func (*QuerySensorUpdateKernelsDistinctTooManyRequests) Error added in v0.2.17

func (*QuerySensorUpdateKernelsDistinctTooManyRequests) GetPayload added in v0.2.17

type QuerySensorUpdatePoliciesBadRequest

type QuerySensorUpdatePoliciesBadRequest struct {

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

func (*QuerySensorUpdatePoliciesBadRequest) GetPayload

type QuerySensorUpdatePoliciesDefault

type QuerySensorUpdatePoliciesDefault struct {
	Payload *models.MsaQueryResponse
	// contains filtered or unexported fields
}
QuerySensorUpdatePoliciesDefault describes a response with status code -1, with default header values.

OK

func NewQuerySensorUpdatePoliciesDefault

func NewQuerySensorUpdatePoliciesDefault(code int) *QuerySensorUpdatePoliciesDefault

NewQuerySensorUpdatePoliciesDefault creates a QuerySensorUpdatePoliciesDefault with default headers values

func (*QuerySensorUpdatePoliciesDefault) Code

Code gets the status code for the query sensor update policies default response

func (*QuerySensorUpdatePoliciesDefault) Error

func (*QuerySensorUpdatePoliciesDefault) GetPayload

type QuerySensorUpdatePoliciesForbidden

type QuerySensorUpdatePoliciesForbidden struct {

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

func (*QuerySensorUpdatePoliciesForbidden) GetPayload

type QuerySensorUpdatePoliciesInternalServerError

type QuerySensorUpdatePoliciesInternalServerError struct {

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

func (*QuerySensorUpdatePoliciesInternalServerError) GetPayload

type QuerySensorUpdatePoliciesOK

type QuerySensorUpdatePoliciesOK struct {

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

func (*QuerySensorUpdatePoliciesOK) GetPayload

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 {

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

func (*QuerySensorUpdatePoliciesTooManyRequests) GetPayload

type QuerySensorUpdatePolicyMembersBadRequest

type QuerySensorUpdatePolicyMembersBadRequest struct {

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

func (*QuerySensorUpdatePolicyMembersBadRequest) GetPayload

type QuerySensorUpdatePolicyMembersDefault

type QuerySensorUpdatePolicyMembersDefault struct {
	Payload *models.MsaQueryResponse
	// contains filtered or unexported fields
}
QuerySensorUpdatePolicyMembersDefault describes a response with status code -1, with default header values.

OK

func NewQuerySensorUpdatePolicyMembersDefault

func NewQuerySensorUpdatePolicyMembersDefault(code int) *QuerySensorUpdatePolicyMembersDefault

NewQuerySensorUpdatePolicyMembersDefault creates a QuerySensorUpdatePolicyMembersDefault with default headers values

func (*QuerySensorUpdatePolicyMembersDefault) Code

Code gets the status code for the query sensor update policy members default response

func (*QuerySensorUpdatePolicyMembersDefault) Error

func (*QuerySensorUpdatePolicyMembersDefault) GetPayload

type QuerySensorUpdatePolicyMembersForbidden

type QuerySensorUpdatePolicyMembersForbidden struct {

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

func (*QuerySensorUpdatePolicyMembersForbidden) GetPayload

type QuerySensorUpdatePolicyMembersInternalServerError

type QuerySensorUpdatePolicyMembersInternalServerError struct {

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

func (*QuerySensorUpdatePolicyMembersInternalServerError) GetPayload

type QuerySensorUpdatePolicyMembersNotFound

type QuerySensorUpdatePolicyMembersNotFound struct {

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

func (*QuerySensorUpdatePolicyMembersNotFound) GetPayload

type QuerySensorUpdatePolicyMembersOK

type QuerySensorUpdatePolicyMembersOK struct {

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

func (*QuerySensorUpdatePolicyMembersOK) GetPayload

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 {

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

func (*QuerySensorUpdatePolicyMembersTooManyRequests) GetPayload

type RevealUninstallTokenBadRequest

type RevealUninstallTokenBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesRevealUninstallTokenRespV1
}
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) Error

func (*RevealUninstallTokenBadRequest) GetPayload

type RevealUninstallTokenDefault

type RevealUninstallTokenDefault struct {
	Payload *models.ResponsesRevealUninstallTokenRespV1
	// contains filtered or unexported fields
}
RevealUninstallTokenDefault describes a response with status code -1, with default header values.

OK

func NewRevealUninstallTokenDefault

func NewRevealUninstallTokenDefault(code int) *RevealUninstallTokenDefault

NewRevealUninstallTokenDefault creates a RevealUninstallTokenDefault with default headers values

func (*RevealUninstallTokenDefault) Code

func (o *RevealUninstallTokenDefault) Code() int

Code gets the status code for the reveal uninstall token default response

func (*RevealUninstallTokenDefault) Error

func (*RevealUninstallTokenDefault) GetPayload

type RevealUninstallTokenForbidden

type RevealUninstallTokenForbidden struct {

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

func (*RevealUninstallTokenForbidden) GetPayload

type RevealUninstallTokenInternalServerError

type RevealUninstallTokenInternalServerError struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesRevealUninstallTokenRespV1
}
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) Error

func (*RevealUninstallTokenInternalServerError) GetPayload

type RevealUninstallTokenOK

type RevealUninstallTokenOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesRevealUninstallTokenRespV1
}
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) Error

func (o *RevealUninstallTokenOK) Error() string

func (*RevealUninstallTokenOK) GetPayload

type RevealUninstallTokenParams

type RevealUninstallTokenParams struct {

	// Body.
	Body *models.RequestsRevealUninstallTokenV1

	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 {

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

func (*RevealUninstallTokenTooManyRequests) GetPayload

type SetSensorUpdatePoliciesPrecedenceBadRequest

type SetSensorUpdatePoliciesPrecedenceBadRequest struct {

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

func (*SetSensorUpdatePoliciesPrecedenceBadRequest) GetPayload

type SetSensorUpdatePoliciesPrecedenceDefault

type SetSensorUpdatePoliciesPrecedenceDefault struct {
	Payload *models.MsaQueryResponse
	// contains filtered or unexported fields
}
SetSensorUpdatePoliciesPrecedenceDefault describes a response with status code -1, with default header values.

OK

func NewSetSensorUpdatePoliciesPrecedenceDefault

func NewSetSensorUpdatePoliciesPrecedenceDefault(code int) *SetSensorUpdatePoliciesPrecedenceDefault

NewSetSensorUpdatePoliciesPrecedenceDefault creates a SetSensorUpdatePoliciesPrecedenceDefault with default headers values

func (*SetSensorUpdatePoliciesPrecedenceDefault) Code

Code gets the status code for the set sensor update policies precedence default response

func (*SetSensorUpdatePoliciesPrecedenceDefault) Error

func (*SetSensorUpdatePoliciesPrecedenceDefault) GetPayload

type SetSensorUpdatePoliciesPrecedenceForbidden

type SetSensorUpdatePoliciesPrecedenceForbidden struct {

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

func (*SetSensorUpdatePoliciesPrecedenceForbidden) GetPayload

type SetSensorUpdatePoliciesPrecedenceInternalServerError

type SetSensorUpdatePoliciesPrecedenceInternalServerError struct {

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

func (*SetSensorUpdatePoliciesPrecedenceInternalServerError) GetPayload

type SetSensorUpdatePoliciesPrecedenceOK

type SetSensorUpdatePoliciesPrecedenceOK struct {

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

func (*SetSensorUpdatePoliciesPrecedenceOK) GetPayload

type SetSensorUpdatePoliciesPrecedenceParams

type SetSensorUpdatePoliciesPrecedenceParams struct {

	// Body.
	Body *models.RequestsSetPolicyPrecedenceReqV1

	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 {

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

func (*SetSensorUpdatePoliciesPrecedenceTooManyRequests) GetPayload

type UpdateSensorUpdatePoliciesBadRequest

type UpdateSensorUpdatePoliciesBadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV1
}
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) Error

func (*UpdateSensorUpdatePoliciesBadRequest) GetPayload

type UpdateSensorUpdatePoliciesDefault

type UpdateSensorUpdatePoliciesDefault struct {
	Payload *models.ResponsesSensorUpdatePoliciesV1
	// contains filtered or unexported fields
}
UpdateSensorUpdatePoliciesDefault describes a response with status code -1, with default header values.

OK

func NewUpdateSensorUpdatePoliciesDefault

func NewUpdateSensorUpdatePoliciesDefault(code int) *UpdateSensorUpdatePoliciesDefault

NewUpdateSensorUpdatePoliciesDefault creates a UpdateSensorUpdatePoliciesDefault with default headers values

func (*UpdateSensorUpdatePoliciesDefault) Code

Code gets the status code for the update sensor update policies default response

func (*UpdateSensorUpdatePoliciesDefault) Error

func (*UpdateSensorUpdatePoliciesDefault) GetPayload

type UpdateSensorUpdatePoliciesForbidden

type UpdateSensorUpdatePoliciesForbidden struct {

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

func (*UpdateSensorUpdatePoliciesForbidden) GetPayload

type UpdateSensorUpdatePoliciesInternalServerError

type UpdateSensorUpdatePoliciesInternalServerError struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV1
}
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) Error

func (*UpdateSensorUpdatePoliciesInternalServerError) GetPayload

type UpdateSensorUpdatePoliciesNotFound

type UpdateSensorUpdatePoliciesNotFound struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV1
}
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) Error

func (*UpdateSensorUpdatePoliciesNotFound) GetPayload

type UpdateSensorUpdatePoliciesOK

type UpdateSensorUpdatePoliciesOK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV1
}
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) Error

func (*UpdateSensorUpdatePoliciesOK) GetPayload

type UpdateSensorUpdatePoliciesParams

type UpdateSensorUpdatePoliciesParams struct {

	// Body.
	Body *models.RequestsUpdateSensorUpdatePoliciesV1

	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 {

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

func (*UpdateSensorUpdatePoliciesTooManyRequests) GetPayload

type UpdateSensorUpdatePoliciesV2BadRequest

type UpdateSensorUpdatePoliciesV2BadRequest struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV2
}
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) Error

func (*UpdateSensorUpdatePoliciesV2BadRequest) GetPayload

type UpdateSensorUpdatePoliciesV2Default

type UpdateSensorUpdatePoliciesV2Default struct {
	Payload *models.ResponsesSensorUpdatePoliciesV2
	// contains filtered or unexported fields
}
UpdateSensorUpdatePoliciesV2Default describes a response with status code -1, with default header values.

OK

func NewUpdateSensorUpdatePoliciesV2Default

func NewUpdateSensorUpdatePoliciesV2Default(code int) *UpdateSensorUpdatePoliciesV2Default

NewUpdateSensorUpdatePoliciesV2Default creates a UpdateSensorUpdatePoliciesV2Default with default headers values

func (*UpdateSensorUpdatePoliciesV2Default) Code

Code gets the status code for the update sensor update policies v2 default response

func (*UpdateSensorUpdatePoliciesV2Default) Error

func (*UpdateSensorUpdatePoliciesV2Default) GetPayload

type UpdateSensorUpdatePoliciesV2Forbidden

type UpdateSensorUpdatePoliciesV2Forbidden struct {

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

func (*UpdateSensorUpdatePoliciesV2Forbidden) GetPayload

type UpdateSensorUpdatePoliciesV2InternalServerError

type UpdateSensorUpdatePoliciesV2InternalServerError struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV2
}
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) Error

func (*UpdateSensorUpdatePoliciesV2InternalServerError) GetPayload

type UpdateSensorUpdatePoliciesV2NotFound

type UpdateSensorUpdatePoliciesV2NotFound struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV2
}
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) Error

func (*UpdateSensorUpdatePoliciesV2NotFound) GetPayload

type UpdateSensorUpdatePoliciesV2OK

type UpdateSensorUpdatePoliciesV2OK struct {

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ResponsesSensorUpdatePoliciesV2
}
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) Error

func (*UpdateSensorUpdatePoliciesV2OK) GetPayload

type UpdateSensorUpdatePoliciesV2Params

type UpdateSensorUpdatePoliciesV2Params struct {

	// Body.
	Body *models.RequestsUpdateSensorUpdatePoliciesV2

	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 {

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

func (*UpdateSensorUpdatePoliciesV2TooManyRequests) GetPayload

Source Files

Jump to

Keyboard shortcuts

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