host_group

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for host group API

func (*Client) CreateHostGroups

func (a *Client) CreateHostGroups(params *CreateHostGroupsParams, opts ...ClientOption) (*CreateHostGroupsCreated, error)

CreateHostGroups creates host groups by specifying details about the group to create

func (*Client) DeleteHostGroups

func (a *Client) DeleteHostGroups(params *DeleteHostGroupsParams, opts ...ClientOption) (*DeleteHostGroupsOK, error)

DeleteHostGroups deletes a set of host groups by specifying their i ds

func (*Client) GetHostGroups

func (a *Client) GetHostGroups(params *GetHostGroupsParams, opts ...ClientOption) (*GetHostGroupsOK, error)

GetHostGroups retrieves a set of host groups by specifying their i ds

func (*Client) PerformGroupAction

func (a *Client) PerformGroupAction(params *PerformGroupActionParams, opts ...ClientOption) (*PerformGroupActionOK, error)

PerformGroupAction performs the specified action on the host groups specified in the request

func (*Client) QueryCombinedGroupMembers

func (a *Client) QueryCombinedGroupMembers(params *QueryCombinedGroupMembersParams, opts ...ClientOption) (*QueryCombinedGroupMembersOK, error)

QueryCombinedGroupMembers searches for members of a host group 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) QueryCombinedHostGroups

func (a *Client) QueryCombinedHostGroups(params *QueryCombinedHostGroupsParams, opts ...ClientOption) (*QueryCombinedHostGroupsOK, error)

QueryCombinedHostGroups searches for host groups in your environment by providing an f q l filter and paging details returns a set of host groups which match the filter criteria

func (*Client) QueryGroupMembers

func (a *Client) QueryGroupMembers(params *QueryGroupMembersParams, opts ...ClientOption) (*QueryGroupMembersOK, error)

QueryGroupMembers searches for members of a host group 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) QueryHostGroups

func (a *Client) QueryHostGroups(params *QueryHostGroupsParams, opts ...ClientOption) (*QueryHostGroupsOK, error)

QueryHostGroups searches for host groups in your environment by providing an f q l filter and paging details returns a set of host group i ds which match the filter criteria

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateHostGroups

func (a *Client) UpdateHostGroups(params *UpdateHostGroupsParams, opts ...ClientOption) (*UpdateHostGroupsOK, error)

UpdateHostGroups updates host groups by specifying the ID of the group and details to update

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateHostGroups(params *CreateHostGroupsParams, opts ...ClientOption) (*CreateHostGroupsCreated, error)

	DeleteHostGroups(params *DeleteHostGroupsParams, opts ...ClientOption) (*DeleteHostGroupsOK, error)

	GetHostGroups(params *GetHostGroupsParams, opts ...ClientOption) (*GetHostGroupsOK, error)

	PerformGroupAction(params *PerformGroupActionParams, opts ...ClientOption) (*PerformGroupActionOK, error)

	QueryCombinedGroupMembers(params *QueryCombinedGroupMembersParams, opts ...ClientOption) (*QueryCombinedGroupMembersOK, error)

	QueryCombinedHostGroups(params *QueryCombinedHostGroupsParams, opts ...ClientOption) (*QueryCombinedHostGroupsOK, error)

	QueryGroupMembers(params *QueryGroupMembersParams, opts ...ClientOption) (*QueryGroupMembersOK, error)

	QueryHostGroups(params *QueryHostGroupsParams, opts ...ClientOption) (*QueryHostGroupsOK, error)

	UpdateHostGroups(params *UpdateHostGroupsParams, opts ...ClientOption) (*UpdateHostGroupsOK, 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 host group API client.

type CreateHostGroupsBadRequest

type CreateHostGroupsBadRequest 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.HostGroupsRespV1
}

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

Bad Request

func NewCreateHostGroupsBadRequest

func NewCreateHostGroupsBadRequest() *CreateHostGroupsBadRequest

NewCreateHostGroupsBadRequest creates a CreateHostGroupsBadRequest with default headers values

func (*CreateHostGroupsBadRequest) Code added in v0.2.33

func (o *CreateHostGroupsBadRequest) Code() int

Code gets the status code for the create host groups bad request response

func (*CreateHostGroupsBadRequest) Error

func (*CreateHostGroupsBadRequest) GetPayload

func (*CreateHostGroupsBadRequest) IsClientError added in v0.2.27

func (o *CreateHostGroupsBadRequest) IsClientError() bool

IsClientError returns true when this create host groups bad request response has a 4xx status code

func (*CreateHostGroupsBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this create host groups bad request response a status code equal to that given

func (*CreateHostGroupsBadRequest) IsRedirect added in v0.2.27

func (o *CreateHostGroupsBadRequest) IsRedirect() bool

IsRedirect returns true when this create host groups bad request response has a 3xx status code

func (*CreateHostGroupsBadRequest) IsServerError added in v0.2.27

func (o *CreateHostGroupsBadRequest) IsServerError() bool

IsServerError returns true when this create host groups bad request response has a 5xx status code

func (*CreateHostGroupsBadRequest) IsSuccess added in v0.2.27

func (o *CreateHostGroupsBadRequest) IsSuccess() bool

IsSuccess returns true when this create host groups bad request response has a 2xx status code

func (*CreateHostGroupsBadRequest) String added in v0.2.27

func (o *CreateHostGroupsBadRequest) String() string

type CreateHostGroupsCreated

type CreateHostGroupsCreated 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.HostGroupsRespV1
}

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

Created

func NewCreateHostGroupsCreated

func NewCreateHostGroupsCreated() *CreateHostGroupsCreated

NewCreateHostGroupsCreated creates a CreateHostGroupsCreated with default headers values

func (*CreateHostGroupsCreated) Code added in v0.2.33

func (o *CreateHostGroupsCreated) Code() int

Code gets the status code for the create host groups created response

func (*CreateHostGroupsCreated) Error

func (o *CreateHostGroupsCreated) Error() string

func (*CreateHostGroupsCreated) GetPayload

func (*CreateHostGroupsCreated) IsClientError added in v0.2.27

func (o *CreateHostGroupsCreated) IsClientError() bool

IsClientError returns true when this create host groups created response has a 4xx status code

func (*CreateHostGroupsCreated) IsCode added in v0.2.27

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

IsCode returns true when this create host groups created response a status code equal to that given

func (*CreateHostGroupsCreated) IsRedirect added in v0.2.27

func (o *CreateHostGroupsCreated) IsRedirect() bool

IsRedirect returns true when this create host groups created response has a 3xx status code

func (*CreateHostGroupsCreated) IsServerError added in v0.2.27

func (o *CreateHostGroupsCreated) IsServerError() bool

IsServerError returns true when this create host groups created response has a 5xx status code

func (*CreateHostGroupsCreated) IsSuccess added in v0.2.27

func (o *CreateHostGroupsCreated) IsSuccess() bool

IsSuccess returns true when this create host groups created response has a 2xx status code

func (*CreateHostGroupsCreated) String added in v0.2.27

func (o *CreateHostGroupsCreated) String() string

type CreateHostGroupsForbidden

type CreateHostGroupsForbidden 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.MsaReplyMetaOnly
}

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

Forbidden

func NewCreateHostGroupsForbidden

func NewCreateHostGroupsForbidden() *CreateHostGroupsForbidden

NewCreateHostGroupsForbidden creates a CreateHostGroupsForbidden with default headers values

func (*CreateHostGroupsForbidden) Code added in v0.2.33

func (o *CreateHostGroupsForbidden) Code() int

Code gets the status code for the create host groups forbidden response

func (*CreateHostGroupsForbidden) Error

func (o *CreateHostGroupsForbidden) Error() string

func (*CreateHostGroupsForbidden) GetPayload

func (*CreateHostGroupsForbidden) IsClientError added in v0.2.27

func (o *CreateHostGroupsForbidden) IsClientError() bool

IsClientError returns true when this create host groups forbidden response has a 4xx status code

func (*CreateHostGroupsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this create host groups forbidden response a status code equal to that given

func (*CreateHostGroupsForbidden) IsRedirect added in v0.2.27

func (o *CreateHostGroupsForbidden) IsRedirect() bool

IsRedirect returns true when this create host groups forbidden response has a 3xx status code

func (*CreateHostGroupsForbidden) IsServerError added in v0.2.27

func (o *CreateHostGroupsForbidden) IsServerError() bool

IsServerError returns true when this create host groups forbidden response has a 5xx status code

func (*CreateHostGroupsForbidden) IsSuccess added in v0.2.27

func (o *CreateHostGroupsForbidden) IsSuccess() bool

IsSuccess returns true when this create host groups forbidden response has a 2xx status code

func (*CreateHostGroupsForbidden) String added in v0.2.27

func (o *CreateHostGroupsForbidden) String() string

type CreateHostGroupsInternalServerError

type CreateHostGroupsInternalServerError 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.HostGroupsRespV1
}

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

Internal Server Error

func NewCreateHostGroupsInternalServerError

func NewCreateHostGroupsInternalServerError() *CreateHostGroupsInternalServerError

NewCreateHostGroupsInternalServerError creates a CreateHostGroupsInternalServerError with default headers values

func (*CreateHostGroupsInternalServerError) Code added in v0.2.33

Code gets the status code for the create host groups internal server error response

func (*CreateHostGroupsInternalServerError) Error

func (*CreateHostGroupsInternalServerError) GetPayload

func (*CreateHostGroupsInternalServerError) IsClientError added in v0.2.27

func (o *CreateHostGroupsInternalServerError) IsClientError() bool

IsClientError returns true when this create host groups internal server error response has a 4xx status code

func (*CreateHostGroupsInternalServerError) IsCode added in v0.2.27

IsCode returns true when this create host groups internal server error response a status code equal to that given

func (*CreateHostGroupsInternalServerError) IsRedirect added in v0.2.27

func (o *CreateHostGroupsInternalServerError) IsRedirect() bool

IsRedirect returns true when this create host groups internal server error response has a 3xx status code

func (*CreateHostGroupsInternalServerError) IsServerError added in v0.2.27

func (o *CreateHostGroupsInternalServerError) IsServerError() bool

IsServerError returns true when this create host groups internal server error response has a 5xx status code

func (*CreateHostGroupsInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this create host groups internal server error response has a 2xx status code

func (*CreateHostGroupsInternalServerError) String added in v0.2.27

type CreateHostGroupsParams

type CreateHostGroupsParams struct {

	// Body.
	Body *models.HostGroupsCreateGroupsReqV1

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

CreateHostGroupsParams contains all the parameters to send to the API endpoint

for the create host groups operation.

Typically these are written to a http.Request.

func NewCreateHostGroupsParams

func NewCreateHostGroupsParams() *CreateHostGroupsParams

NewCreateHostGroupsParams creates a new CreateHostGroupsParams 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 NewCreateHostGroupsParamsWithContext

func NewCreateHostGroupsParamsWithContext(ctx context.Context) *CreateHostGroupsParams

NewCreateHostGroupsParamsWithContext creates a new CreateHostGroupsParams object with the ability to set a context for a request.

func NewCreateHostGroupsParamsWithHTTPClient

func NewCreateHostGroupsParamsWithHTTPClient(client *http.Client) *CreateHostGroupsParams

NewCreateHostGroupsParamsWithHTTPClient creates a new CreateHostGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewCreateHostGroupsParamsWithTimeout

func NewCreateHostGroupsParamsWithTimeout(timeout time.Duration) *CreateHostGroupsParams

NewCreateHostGroupsParamsWithTimeout creates a new CreateHostGroupsParams object with the ability to set a timeout on a request.

func (*CreateHostGroupsParams) SetBody

SetBody adds the body to the create host groups params

func (*CreateHostGroupsParams) SetContext

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

SetContext adds the context to the create host groups params

func (*CreateHostGroupsParams) SetDefaults

func (o *CreateHostGroupsParams) SetDefaults()

SetDefaults hydrates default values in the create host groups params (not the query body).

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

func (*CreateHostGroupsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create host groups params

func (*CreateHostGroupsParams) SetTimeout

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

SetTimeout adds the timeout to the create host groups params

func (*CreateHostGroupsParams) WithBody

WithBody adds the body to the create host groups params

func (*CreateHostGroupsParams) WithContext

WithContext adds the context to the create host groups params

func (*CreateHostGroupsParams) WithDefaults

WithDefaults hydrates default values in the create host groups params (not the query body).

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

func (*CreateHostGroupsParams) WithHTTPClient

func (o *CreateHostGroupsParams) WithHTTPClient(client *http.Client) *CreateHostGroupsParams

WithHTTPClient adds the HTTPClient to the create host groups params

func (*CreateHostGroupsParams) WithTimeout

WithTimeout adds the timeout to the create host groups params

func (*CreateHostGroupsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateHostGroupsReader

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

CreateHostGroupsReader is a Reader for the CreateHostGroups structure.

func (*CreateHostGroupsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateHostGroupsTooManyRequests

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

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

Too Many Requests

func NewCreateHostGroupsTooManyRequests

func NewCreateHostGroupsTooManyRequests() *CreateHostGroupsTooManyRequests

NewCreateHostGroupsTooManyRequests creates a CreateHostGroupsTooManyRequests with default headers values

func (*CreateHostGroupsTooManyRequests) Code added in v0.2.33

Code gets the status code for the create host groups too many requests response

func (*CreateHostGroupsTooManyRequests) Error

func (*CreateHostGroupsTooManyRequests) GetPayload

func (*CreateHostGroupsTooManyRequests) IsClientError added in v0.2.27

func (o *CreateHostGroupsTooManyRequests) IsClientError() bool

IsClientError returns true when this create host groups too many requests response has a 4xx status code

func (*CreateHostGroupsTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this create host groups too many requests response a status code equal to that given

func (*CreateHostGroupsTooManyRequests) IsRedirect added in v0.2.27

func (o *CreateHostGroupsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this create host groups too many requests response has a 3xx status code

func (*CreateHostGroupsTooManyRequests) IsServerError added in v0.2.27

func (o *CreateHostGroupsTooManyRequests) IsServerError() bool

IsServerError returns true when this create host groups too many requests response has a 5xx status code

func (*CreateHostGroupsTooManyRequests) IsSuccess added in v0.2.27

func (o *CreateHostGroupsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this create host groups too many requests response has a 2xx status code

func (*CreateHostGroupsTooManyRequests) String added in v0.2.27

type DeleteHostGroupsForbidden

type DeleteHostGroupsForbidden 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.MsaReplyMetaOnly
}

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

Forbidden

func NewDeleteHostGroupsForbidden

func NewDeleteHostGroupsForbidden() *DeleteHostGroupsForbidden

NewDeleteHostGroupsForbidden creates a DeleteHostGroupsForbidden with default headers values

func (*DeleteHostGroupsForbidden) Code added in v0.2.33

func (o *DeleteHostGroupsForbidden) Code() int

Code gets the status code for the delete host groups forbidden response

func (*DeleteHostGroupsForbidden) Error

func (o *DeleteHostGroupsForbidden) Error() string

func (*DeleteHostGroupsForbidden) GetPayload

func (*DeleteHostGroupsForbidden) IsClientError added in v0.2.27

func (o *DeleteHostGroupsForbidden) IsClientError() bool

IsClientError returns true when this delete host groups forbidden response has a 4xx status code

func (*DeleteHostGroupsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this delete host groups forbidden response a status code equal to that given

func (*DeleteHostGroupsForbidden) IsRedirect added in v0.2.27

func (o *DeleteHostGroupsForbidden) IsRedirect() bool

IsRedirect returns true when this delete host groups forbidden response has a 3xx status code

func (*DeleteHostGroupsForbidden) IsServerError added in v0.2.27

func (o *DeleteHostGroupsForbidden) IsServerError() bool

IsServerError returns true when this delete host groups forbidden response has a 5xx status code

func (*DeleteHostGroupsForbidden) IsSuccess added in v0.2.27

func (o *DeleteHostGroupsForbidden) IsSuccess() bool

IsSuccess returns true when this delete host groups forbidden response has a 2xx status code

func (*DeleteHostGroupsForbidden) String added in v0.2.27

func (o *DeleteHostGroupsForbidden) String() string

type DeleteHostGroupsInternalServerError

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

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

Internal Server Error

func NewDeleteHostGroupsInternalServerError

func NewDeleteHostGroupsInternalServerError() *DeleteHostGroupsInternalServerError

NewDeleteHostGroupsInternalServerError creates a DeleteHostGroupsInternalServerError with default headers values

func (*DeleteHostGroupsInternalServerError) Code added in v0.2.33

Code gets the status code for the delete host groups internal server error response

func (*DeleteHostGroupsInternalServerError) Error

func (*DeleteHostGroupsInternalServerError) GetPayload

func (*DeleteHostGroupsInternalServerError) IsClientError added in v0.2.27

func (o *DeleteHostGroupsInternalServerError) IsClientError() bool

IsClientError returns true when this delete host groups internal server error response has a 4xx status code

func (*DeleteHostGroupsInternalServerError) IsCode added in v0.2.27

IsCode returns true when this delete host groups internal server error response a status code equal to that given

func (*DeleteHostGroupsInternalServerError) IsRedirect added in v0.2.27

func (o *DeleteHostGroupsInternalServerError) IsRedirect() bool

IsRedirect returns true when this delete host groups internal server error response has a 3xx status code

func (*DeleteHostGroupsInternalServerError) IsServerError added in v0.2.27

func (o *DeleteHostGroupsInternalServerError) IsServerError() bool

IsServerError returns true when this delete host groups internal server error response has a 5xx status code

func (*DeleteHostGroupsInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this delete host groups internal server error response has a 2xx status code

func (*DeleteHostGroupsInternalServerError) String added in v0.2.27

type DeleteHostGroupsNotFound

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

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

Not Found

func NewDeleteHostGroupsNotFound

func NewDeleteHostGroupsNotFound() *DeleteHostGroupsNotFound

NewDeleteHostGroupsNotFound creates a DeleteHostGroupsNotFound with default headers values

func (*DeleteHostGroupsNotFound) Code added in v0.2.33

func (o *DeleteHostGroupsNotFound) Code() int

Code gets the status code for the delete host groups not found response

func (*DeleteHostGroupsNotFound) Error

func (o *DeleteHostGroupsNotFound) Error() string

func (*DeleteHostGroupsNotFound) GetPayload

func (*DeleteHostGroupsNotFound) IsClientError added in v0.2.27

func (o *DeleteHostGroupsNotFound) IsClientError() bool

IsClientError returns true when this delete host groups not found response has a 4xx status code

func (*DeleteHostGroupsNotFound) IsCode added in v0.2.27

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

IsCode returns true when this delete host groups not found response a status code equal to that given

func (*DeleteHostGroupsNotFound) IsRedirect added in v0.2.27

func (o *DeleteHostGroupsNotFound) IsRedirect() bool

IsRedirect returns true when this delete host groups not found response has a 3xx status code

func (*DeleteHostGroupsNotFound) IsServerError added in v0.2.27

func (o *DeleteHostGroupsNotFound) IsServerError() bool

IsServerError returns true when this delete host groups not found response has a 5xx status code

func (*DeleteHostGroupsNotFound) IsSuccess added in v0.2.27

func (o *DeleteHostGroupsNotFound) IsSuccess() bool

IsSuccess returns true when this delete host groups not found response has a 2xx status code

func (*DeleteHostGroupsNotFound) String added in v0.2.27

func (o *DeleteHostGroupsNotFound) String() string

type DeleteHostGroupsOK

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

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

OK

func NewDeleteHostGroupsOK

func NewDeleteHostGroupsOK() *DeleteHostGroupsOK

NewDeleteHostGroupsOK creates a DeleteHostGroupsOK with default headers values

func (*DeleteHostGroupsOK) Code added in v0.2.33

func (o *DeleteHostGroupsOK) Code() int

Code gets the status code for the delete host groups o k response

func (*DeleteHostGroupsOK) Error

func (o *DeleteHostGroupsOK) Error() string

func (*DeleteHostGroupsOK) GetPayload

func (o *DeleteHostGroupsOK) GetPayload() *models.MsaQueryResponse

func (*DeleteHostGroupsOK) IsClientError added in v0.2.27

func (o *DeleteHostGroupsOK) IsClientError() bool

IsClientError returns true when this delete host groups o k response has a 4xx status code

func (*DeleteHostGroupsOK) IsCode added in v0.2.27

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

IsCode returns true when this delete host groups o k response a status code equal to that given

func (*DeleteHostGroupsOK) IsRedirect added in v0.2.27

func (o *DeleteHostGroupsOK) IsRedirect() bool

IsRedirect returns true when this delete host groups o k response has a 3xx status code

func (*DeleteHostGroupsOK) IsServerError added in v0.2.27

func (o *DeleteHostGroupsOK) IsServerError() bool

IsServerError returns true when this delete host groups o k response has a 5xx status code

func (*DeleteHostGroupsOK) IsSuccess added in v0.2.27

func (o *DeleteHostGroupsOK) IsSuccess() bool

IsSuccess returns true when this delete host groups o k response has a 2xx status code

func (*DeleteHostGroupsOK) String added in v0.2.27

func (o *DeleteHostGroupsOK) String() string

type DeleteHostGroupsParams

type DeleteHostGroupsParams struct {

	/* Ids.

	   The IDs of the Host Groups to delete
	*/
	Ids []string

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

DeleteHostGroupsParams contains all the parameters to send to the API endpoint

for the delete host groups operation.

Typically these are written to a http.Request.

func NewDeleteHostGroupsParams

func NewDeleteHostGroupsParams() *DeleteHostGroupsParams

NewDeleteHostGroupsParams creates a new DeleteHostGroupsParams 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 NewDeleteHostGroupsParamsWithContext

func NewDeleteHostGroupsParamsWithContext(ctx context.Context) *DeleteHostGroupsParams

NewDeleteHostGroupsParamsWithContext creates a new DeleteHostGroupsParams object with the ability to set a context for a request.

func NewDeleteHostGroupsParamsWithHTTPClient

func NewDeleteHostGroupsParamsWithHTTPClient(client *http.Client) *DeleteHostGroupsParams

NewDeleteHostGroupsParamsWithHTTPClient creates a new DeleteHostGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteHostGroupsParamsWithTimeout

func NewDeleteHostGroupsParamsWithTimeout(timeout time.Duration) *DeleteHostGroupsParams

NewDeleteHostGroupsParamsWithTimeout creates a new DeleteHostGroupsParams object with the ability to set a timeout on a request.

func (*DeleteHostGroupsParams) SetContext

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

SetContext adds the context to the delete host groups params

func (*DeleteHostGroupsParams) SetDefaults

func (o *DeleteHostGroupsParams) SetDefaults()

SetDefaults hydrates default values in the delete host groups params (not the query body).

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

func (*DeleteHostGroupsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete host groups params

func (*DeleteHostGroupsParams) SetIds

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

SetIds adds the ids to the delete host groups params

func (*DeleteHostGroupsParams) SetTimeout

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

SetTimeout adds the timeout to the delete host groups params

func (*DeleteHostGroupsParams) WithContext

WithContext adds the context to the delete host groups params

func (*DeleteHostGroupsParams) WithDefaults

WithDefaults hydrates default values in the delete host groups params (not the query body).

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

func (*DeleteHostGroupsParams) WithHTTPClient

func (o *DeleteHostGroupsParams) WithHTTPClient(client *http.Client) *DeleteHostGroupsParams

WithHTTPClient adds the HTTPClient to the delete host groups params

func (*DeleteHostGroupsParams) WithIds

WithIds adds the ids to the delete host groups params

func (*DeleteHostGroupsParams) WithTimeout

WithTimeout adds the timeout to the delete host groups params

func (*DeleteHostGroupsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteHostGroupsReader

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

DeleteHostGroupsReader is a Reader for the DeleteHostGroups structure.

func (*DeleteHostGroupsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteHostGroupsTooManyRequests

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

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

Too Many Requests

func NewDeleteHostGroupsTooManyRequests

func NewDeleteHostGroupsTooManyRequests() *DeleteHostGroupsTooManyRequests

NewDeleteHostGroupsTooManyRequests creates a DeleteHostGroupsTooManyRequests with default headers values

func (*DeleteHostGroupsTooManyRequests) Code added in v0.2.33

Code gets the status code for the delete host groups too many requests response

func (*DeleteHostGroupsTooManyRequests) Error

func (*DeleteHostGroupsTooManyRequests) GetPayload

func (*DeleteHostGroupsTooManyRequests) IsClientError added in v0.2.27

func (o *DeleteHostGroupsTooManyRequests) IsClientError() bool

IsClientError returns true when this delete host groups too many requests response has a 4xx status code

func (*DeleteHostGroupsTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this delete host groups too many requests response a status code equal to that given

func (*DeleteHostGroupsTooManyRequests) IsRedirect added in v0.2.27

func (o *DeleteHostGroupsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this delete host groups too many requests response has a 3xx status code

func (*DeleteHostGroupsTooManyRequests) IsServerError added in v0.2.27

func (o *DeleteHostGroupsTooManyRequests) IsServerError() bool

IsServerError returns true when this delete host groups too many requests response has a 5xx status code

func (*DeleteHostGroupsTooManyRequests) IsSuccess added in v0.2.27

func (o *DeleteHostGroupsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this delete host groups too many requests response has a 2xx status code

func (*DeleteHostGroupsTooManyRequests) String added in v0.2.27

type GetHostGroupsBadRequest

type GetHostGroupsBadRequest 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.HostGroupsRespV1
}

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

Bad Request

func NewGetHostGroupsBadRequest

func NewGetHostGroupsBadRequest() *GetHostGroupsBadRequest

NewGetHostGroupsBadRequest creates a GetHostGroupsBadRequest with default headers values

func (*GetHostGroupsBadRequest) Code added in v0.2.33

func (o *GetHostGroupsBadRequest) Code() int

Code gets the status code for the get host groups bad request response

func (*GetHostGroupsBadRequest) Error

func (o *GetHostGroupsBadRequest) Error() string

func (*GetHostGroupsBadRequest) GetPayload

func (*GetHostGroupsBadRequest) IsClientError added in v0.2.27

func (o *GetHostGroupsBadRequest) IsClientError() bool

IsClientError returns true when this get host groups bad request response has a 4xx status code

func (*GetHostGroupsBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this get host groups bad request response a status code equal to that given

func (*GetHostGroupsBadRequest) IsRedirect added in v0.2.27

func (o *GetHostGroupsBadRequest) IsRedirect() bool

IsRedirect returns true when this get host groups bad request response has a 3xx status code

func (*GetHostGroupsBadRequest) IsServerError added in v0.2.27

func (o *GetHostGroupsBadRequest) IsServerError() bool

IsServerError returns true when this get host groups bad request response has a 5xx status code

func (*GetHostGroupsBadRequest) IsSuccess added in v0.2.27

func (o *GetHostGroupsBadRequest) IsSuccess() bool

IsSuccess returns true when this get host groups bad request response has a 2xx status code

func (*GetHostGroupsBadRequest) String added in v0.2.27

func (o *GetHostGroupsBadRequest) String() string

type GetHostGroupsForbidden

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

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

Forbidden

func NewGetHostGroupsForbidden

func NewGetHostGroupsForbidden() *GetHostGroupsForbidden

NewGetHostGroupsForbidden creates a GetHostGroupsForbidden with default headers values

func (*GetHostGroupsForbidden) Code added in v0.2.33

func (o *GetHostGroupsForbidden) Code() int

Code gets the status code for the get host groups forbidden response

func (*GetHostGroupsForbidden) Error

func (o *GetHostGroupsForbidden) Error() string

func (*GetHostGroupsForbidden) GetPayload

func (o *GetHostGroupsForbidden) GetPayload() *models.MsaErrorsOnly

func (*GetHostGroupsForbidden) IsClientError added in v0.2.27

func (o *GetHostGroupsForbidden) IsClientError() bool

IsClientError returns true when this get host groups forbidden response has a 4xx status code

func (*GetHostGroupsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this get host groups forbidden response a status code equal to that given

func (*GetHostGroupsForbidden) IsRedirect added in v0.2.27

func (o *GetHostGroupsForbidden) IsRedirect() bool

IsRedirect returns true when this get host groups forbidden response has a 3xx status code

func (*GetHostGroupsForbidden) IsServerError added in v0.2.27

func (o *GetHostGroupsForbidden) IsServerError() bool

IsServerError returns true when this get host groups forbidden response has a 5xx status code

func (*GetHostGroupsForbidden) IsSuccess added in v0.2.27

func (o *GetHostGroupsForbidden) IsSuccess() bool

IsSuccess returns true when this get host groups forbidden response has a 2xx status code

func (*GetHostGroupsForbidden) String added in v0.2.27

func (o *GetHostGroupsForbidden) String() string

type GetHostGroupsInternalServerError

type GetHostGroupsInternalServerError 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.HostGroupsRespV1
}

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

Internal Server Error

func NewGetHostGroupsInternalServerError

func NewGetHostGroupsInternalServerError() *GetHostGroupsInternalServerError

NewGetHostGroupsInternalServerError creates a GetHostGroupsInternalServerError with default headers values

func (*GetHostGroupsInternalServerError) Code added in v0.2.33

Code gets the status code for the get host groups internal server error response

func (*GetHostGroupsInternalServerError) Error

func (*GetHostGroupsInternalServerError) GetPayload

func (*GetHostGroupsInternalServerError) IsClientError added in v0.2.27

func (o *GetHostGroupsInternalServerError) IsClientError() bool

IsClientError returns true when this get host groups internal server error response has a 4xx status code

func (*GetHostGroupsInternalServerError) IsCode added in v0.2.27

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

IsCode returns true when this get host groups internal server error response a status code equal to that given

func (*GetHostGroupsInternalServerError) IsRedirect added in v0.2.27

func (o *GetHostGroupsInternalServerError) IsRedirect() bool

IsRedirect returns true when this get host groups internal server error response has a 3xx status code

func (*GetHostGroupsInternalServerError) IsServerError added in v0.2.27

func (o *GetHostGroupsInternalServerError) IsServerError() bool

IsServerError returns true when this get host groups internal server error response has a 5xx status code

func (*GetHostGroupsInternalServerError) IsSuccess added in v0.2.27

func (o *GetHostGroupsInternalServerError) IsSuccess() bool

IsSuccess returns true when this get host groups internal server error response has a 2xx status code

func (*GetHostGroupsInternalServerError) String added in v0.2.27

type GetHostGroupsNotFound

type GetHostGroupsNotFound 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.HostGroupsRespV1
}

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

Not Found

func NewGetHostGroupsNotFound

func NewGetHostGroupsNotFound() *GetHostGroupsNotFound

NewGetHostGroupsNotFound creates a GetHostGroupsNotFound with default headers values

func (*GetHostGroupsNotFound) Code added in v0.2.33

func (o *GetHostGroupsNotFound) Code() int

Code gets the status code for the get host groups not found response

func (*GetHostGroupsNotFound) Error

func (o *GetHostGroupsNotFound) Error() string

func (*GetHostGroupsNotFound) GetPayload

func (*GetHostGroupsNotFound) IsClientError added in v0.2.27

func (o *GetHostGroupsNotFound) IsClientError() bool

IsClientError returns true when this get host groups not found response has a 4xx status code

func (*GetHostGroupsNotFound) IsCode added in v0.2.27

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

IsCode returns true when this get host groups not found response a status code equal to that given

func (*GetHostGroupsNotFound) IsRedirect added in v0.2.27

func (o *GetHostGroupsNotFound) IsRedirect() bool

IsRedirect returns true when this get host groups not found response has a 3xx status code

func (*GetHostGroupsNotFound) IsServerError added in v0.2.27

func (o *GetHostGroupsNotFound) IsServerError() bool

IsServerError returns true when this get host groups not found response has a 5xx status code

func (*GetHostGroupsNotFound) IsSuccess added in v0.2.27

func (o *GetHostGroupsNotFound) IsSuccess() bool

IsSuccess returns true when this get host groups not found response has a 2xx status code

func (*GetHostGroupsNotFound) String added in v0.2.27

func (o *GetHostGroupsNotFound) String() string

type GetHostGroupsOK

type GetHostGroupsOK 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.HostGroupsRespV1
}

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

OK

func NewGetHostGroupsOK

func NewGetHostGroupsOK() *GetHostGroupsOK

NewGetHostGroupsOK creates a GetHostGroupsOK with default headers values

func (*GetHostGroupsOK) Code added in v0.2.33

func (o *GetHostGroupsOK) Code() int

Code gets the status code for the get host groups o k response

func (*GetHostGroupsOK) Error

func (o *GetHostGroupsOK) Error() string

func (*GetHostGroupsOK) GetPayload

func (o *GetHostGroupsOK) GetPayload() *models.HostGroupsRespV1

func (*GetHostGroupsOK) IsClientError added in v0.2.27

func (o *GetHostGroupsOK) IsClientError() bool

IsClientError returns true when this get host groups o k response has a 4xx status code

func (*GetHostGroupsOK) IsCode added in v0.2.27

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

IsCode returns true when this get host groups o k response a status code equal to that given

func (*GetHostGroupsOK) IsRedirect added in v0.2.27

func (o *GetHostGroupsOK) IsRedirect() bool

IsRedirect returns true when this get host groups o k response has a 3xx status code

func (*GetHostGroupsOK) IsServerError added in v0.2.27

func (o *GetHostGroupsOK) IsServerError() bool

IsServerError returns true when this get host groups o k response has a 5xx status code

func (*GetHostGroupsOK) IsSuccess added in v0.2.27

func (o *GetHostGroupsOK) IsSuccess() bool

IsSuccess returns true when this get host groups o k response has a 2xx status code

func (*GetHostGroupsOK) String added in v0.2.27

func (o *GetHostGroupsOK) String() string

type GetHostGroupsParams

type GetHostGroupsParams struct {

	/* Ids.

	   The IDs of the Host Groups to return
	*/
	Ids []string

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

GetHostGroupsParams contains all the parameters to send to the API endpoint

for the get host groups operation.

Typically these are written to a http.Request.

func NewGetHostGroupsParams

func NewGetHostGroupsParams() *GetHostGroupsParams

NewGetHostGroupsParams creates a new GetHostGroupsParams 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 NewGetHostGroupsParamsWithContext

func NewGetHostGroupsParamsWithContext(ctx context.Context) *GetHostGroupsParams

NewGetHostGroupsParamsWithContext creates a new GetHostGroupsParams object with the ability to set a context for a request.

func NewGetHostGroupsParamsWithHTTPClient

func NewGetHostGroupsParamsWithHTTPClient(client *http.Client) *GetHostGroupsParams

NewGetHostGroupsParamsWithHTTPClient creates a new GetHostGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewGetHostGroupsParamsWithTimeout

func NewGetHostGroupsParamsWithTimeout(timeout time.Duration) *GetHostGroupsParams

NewGetHostGroupsParamsWithTimeout creates a new GetHostGroupsParams object with the ability to set a timeout on a request.

func (*GetHostGroupsParams) SetContext

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

SetContext adds the context to the get host groups params

func (*GetHostGroupsParams) SetDefaults

func (o *GetHostGroupsParams) SetDefaults()

SetDefaults hydrates default values in the get host groups params (not the query body).

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

func (*GetHostGroupsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get host groups params

func (*GetHostGroupsParams) SetIds

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

SetIds adds the ids to the get host groups params

func (*GetHostGroupsParams) SetTimeout

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

SetTimeout adds the timeout to the get host groups params

func (*GetHostGroupsParams) WithContext

WithContext adds the context to the get host groups params

func (*GetHostGroupsParams) WithDefaults

func (o *GetHostGroupsParams) WithDefaults() *GetHostGroupsParams

WithDefaults hydrates default values in the get host groups params (not the query body).

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

func (*GetHostGroupsParams) WithHTTPClient

func (o *GetHostGroupsParams) WithHTTPClient(client *http.Client) *GetHostGroupsParams

WithHTTPClient adds the HTTPClient to the get host groups params

func (*GetHostGroupsParams) WithIds

func (o *GetHostGroupsParams) WithIds(ids []string) *GetHostGroupsParams

WithIds adds the ids to the get host groups params

func (*GetHostGroupsParams) WithTimeout

func (o *GetHostGroupsParams) WithTimeout(timeout time.Duration) *GetHostGroupsParams

WithTimeout adds the timeout to the get host groups params

func (*GetHostGroupsParams) WriteToRequest

func (o *GetHostGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetHostGroupsReader

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

GetHostGroupsReader is a Reader for the GetHostGroups structure.

func (*GetHostGroupsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetHostGroupsTooManyRequests

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

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

Too Many Requests

func NewGetHostGroupsTooManyRequests

func NewGetHostGroupsTooManyRequests() *GetHostGroupsTooManyRequests

NewGetHostGroupsTooManyRequests creates a GetHostGroupsTooManyRequests with default headers values

func (*GetHostGroupsTooManyRequests) Code added in v0.2.33

Code gets the status code for the get host groups too many requests response

func (*GetHostGroupsTooManyRequests) Error

func (*GetHostGroupsTooManyRequests) GetPayload

func (*GetHostGroupsTooManyRequests) IsClientError added in v0.2.27

func (o *GetHostGroupsTooManyRequests) IsClientError() bool

IsClientError returns true when this get host groups too many requests response has a 4xx status code

func (*GetHostGroupsTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this get host groups too many requests response a status code equal to that given

func (*GetHostGroupsTooManyRequests) IsRedirect added in v0.2.27

func (o *GetHostGroupsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get host groups too many requests response has a 3xx status code

func (*GetHostGroupsTooManyRequests) IsServerError added in v0.2.27

func (o *GetHostGroupsTooManyRequests) IsServerError() bool

IsServerError returns true when this get host groups too many requests response has a 5xx status code

func (*GetHostGroupsTooManyRequests) IsSuccess added in v0.2.27

func (o *GetHostGroupsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get host groups too many requests response has a 2xx status code

func (*GetHostGroupsTooManyRequests) String added in v0.2.27

type PerformGroupActionBadRequest

type PerformGroupActionBadRequest 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.HostGroupsRespV1
}

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

Bad Request

func NewPerformGroupActionBadRequest

func NewPerformGroupActionBadRequest() *PerformGroupActionBadRequest

NewPerformGroupActionBadRequest creates a PerformGroupActionBadRequest with default headers values

func (*PerformGroupActionBadRequest) Code added in v0.2.33

Code gets the status code for the perform group action bad request response

func (*PerformGroupActionBadRequest) Error

func (*PerformGroupActionBadRequest) GetPayload

func (*PerformGroupActionBadRequest) IsClientError added in v0.2.27

func (o *PerformGroupActionBadRequest) IsClientError() bool

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

func (*PerformGroupActionBadRequest) IsCode added in v0.2.27

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

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

func (*PerformGroupActionBadRequest) IsRedirect added in v0.2.27

func (o *PerformGroupActionBadRequest) IsRedirect() bool

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

func (*PerformGroupActionBadRequest) IsServerError added in v0.2.27

func (o *PerformGroupActionBadRequest) IsServerError() bool

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

func (*PerformGroupActionBadRequest) IsSuccess added in v0.2.27

func (o *PerformGroupActionBadRequest) IsSuccess() bool

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

func (*PerformGroupActionBadRequest) String added in v0.2.27

type PerformGroupActionForbidden

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

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

Forbidden

func NewPerformGroupActionForbidden

func NewPerformGroupActionForbidden() *PerformGroupActionForbidden

NewPerformGroupActionForbidden creates a PerformGroupActionForbidden with default headers values

func (*PerformGroupActionForbidden) Code added in v0.2.33

func (o *PerformGroupActionForbidden) Code() int

Code gets the status code for the perform group action forbidden response

func (*PerformGroupActionForbidden) Error

func (*PerformGroupActionForbidden) GetPayload

func (*PerformGroupActionForbidden) IsClientError added in v0.2.27

func (o *PerformGroupActionForbidden) IsClientError() bool

IsClientError returns true when this perform group action forbidden response has a 4xx status code

func (*PerformGroupActionForbidden) IsCode added in v0.2.27

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

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

func (*PerformGroupActionForbidden) IsRedirect added in v0.2.27

func (o *PerformGroupActionForbidden) IsRedirect() bool

IsRedirect returns true when this perform group action forbidden response has a 3xx status code

func (*PerformGroupActionForbidden) IsServerError added in v0.2.27

func (o *PerformGroupActionForbidden) IsServerError() bool

IsServerError returns true when this perform group action forbidden response has a 5xx status code

func (*PerformGroupActionForbidden) IsSuccess added in v0.2.27

func (o *PerformGroupActionForbidden) IsSuccess() bool

IsSuccess returns true when this perform group action forbidden response has a 2xx status code

func (*PerformGroupActionForbidden) String added in v0.2.27

func (o *PerformGroupActionForbidden) String() string

type PerformGroupActionInternalServerError

type PerformGroupActionInternalServerError 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.HostGroupsRespV1
}

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

Internal Server Error

func NewPerformGroupActionInternalServerError

func NewPerformGroupActionInternalServerError() *PerformGroupActionInternalServerError

NewPerformGroupActionInternalServerError creates a PerformGroupActionInternalServerError with default headers values

func (*PerformGroupActionInternalServerError) Code added in v0.2.33

Code gets the status code for the perform group action internal server error response

func (*PerformGroupActionInternalServerError) Error

func (*PerformGroupActionInternalServerError) GetPayload

func (*PerformGroupActionInternalServerError) IsClientError added in v0.2.27

func (o *PerformGroupActionInternalServerError) IsClientError() bool

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

func (*PerformGroupActionInternalServerError) IsCode added in v0.2.27

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

func (*PerformGroupActionInternalServerError) IsRedirect added in v0.2.27

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

func (*PerformGroupActionInternalServerError) IsServerError added in v0.2.27

func (o *PerformGroupActionInternalServerError) IsServerError() bool

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

func (*PerformGroupActionInternalServerError) IsSuccess added in v0.2.27

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

func (*PerformGroupActionInternalServerError) String added in v0.2.27

type PerformGroupActionNotFound

type PerformGroupActionNotFound 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.HostGroupsRespV1
}

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

Not Found

func NewPerformGroupActionNotFound

func NewPerformGroupActionNotFound() *PerformGroupActionNotFound

NewPerformGroupActionNotFound creates a PerformGroupActionNotFound with default headers values

func (*PerformGroupActionNotFound) Code added in v0.2.33

func (o *PerformGroupActionNotFound) Code() int

Code gets the status code for the perform group action not found response

func (*PerformGroupActionNotFound) Error

func (*PerformGroupActionNotFound) GetPayload

func (*PerformGroupActionNotFound) IsClientError added in v0.2.27

func (o *PerformGroupActionNotFound) IsClientError() bool

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

func (*PerformGroupActionNotFound) IsCode added in v0.2.27

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

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

func (*PerformGroupActionNotFound) IsRedirect added in v0.2.27

func (o *PerformGroupActionNotFound) IsRedirect() bool

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

func (*PerformGroupActionNotFound) IsServerError added in v0.2.27

func (o *PerformGroupActionNotFound) IsServerError() bool

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

func (*PerformGroupActionNotFound) IsSuccess added in v0.2.27

func (o *PerformGroupActionNotFound) IsSuccess() bool

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

func (*PerformGroupActionNotFound) String added in v0.2.27

func (o *PerformGroupActionNotFound) String() string

type PerformGroupActionOK

type PerformGroupActionOK 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.HostGroupsRespV1
}

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

OK

func NewPerformGroupActionOK

func NewPerformGroupActionOK() *PerformGroupActionOK

NewPerformGroupActionOK creates a PerformGroupActionOK with default headers values

func (*PerformGroupActionOK) Code added in v0.2.33

func (o *PerformGroupActionOK) Code() int

Code gets the status code for the perform group action o k response

func (*PerformGroupActionOK) Error

func (o *PerformGroupActionOK) Error() string

func (*PerformGroupActionOK) GetPayload

func (o *PerformGroupActionOK) GetPayload() *models.HostGroupsRespV1

func (*PerformGroupActionOK) IsClientError added in v0.2.27

func (o *PerformGroupActionOK) IsClientError() bool

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

func (*PerformGroupActionOK) IsCode added in v0.2.27

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

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

func (*PerformGroupActionOK) IsRedirect added in v0.2.27

func (o *PerformGroupActionOK) IsRedirect() bool

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

func (*PerformGroupActionOK) IsServerError added in v0.2.27

func (o *PerformGroupActionOK) IsServerError() bool

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

func (*PerformGroupActionOK) IsSuccess added in v0.2.27

func (o *PerformGroupActionOK) IsSuccess() bool

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

func (*PerformGroupActionOK) String added in v0.2.27

func (o *PerformGroupActionOK) String() string

type PerformGroupActionParams

type PerformGroupActionParams struct {

	/* ActionName.

	   The action to perform
	*/
	ActionName string

	// Body.
	Body *models.MsaEntityActionRequestV2

	/* DisableHostnameCheck.

	   Bool to disable hostname check on add-member
	*/
	DisableHostnameCheck *bool

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

PerformGroupActionParams contains all the parameters to send to the API endpoint

for the perform group action operation.

Typically these are written to a http.Request.

func NewPerformGroupActionParams

func NewPerformGroupActionParams() *PerformGroupActionParams

NewPerformGroupActionParams creates a new PerformGroupActionParams 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 NewPerformGroupActionParamsWithContext

func NewPerformGroupActionParamsWithContext(ctx context.Context) *PerformGroupActionParams

NewPerformGroupActionParamsWithContext creates a new PerformGroupActionParams object with the ability to set a context for a request.

func NewPerformGroupActionParamsWithHTTPClient

func NewPerformGroupActionParamsWithHTTPClient(client *http.Client) *PerformGroupActionParams

NewPerformGroupActionParamsWithHTTPClient creates a new PerformGroupActionParams object with the ability to set a custom HTTPClient for a request.

func NewPerformGroupActionParamsWithTimeout

func NewPerformGroupActionParamsWithTimeout(timeout time.Duration) *PerformGroupActionParams

NewPerformGroupActionParamsWithTimeout creates a new PerformGroupActionParams object with the ability to set a timeout on a request.

func (*PerformGroupActionParams) SetActionName

func (o *PerformGroupActionParams) SetActionName(actionName string)

SetActionName adds the actionName to the perform group action params

func (*PerformGroupActionParams) SetBody

SetBody adds the body to the perform group action params

func (*PerformGroupActionParams) SetContext

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

SetContext adds the context to the perform group action params

func (*PerformGroupActionParams) SetDefaults

func (o *PerformGroupActionParams) SetDefaults()

SetDefaults hydrates default values in the perform group action params (not the query body).

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

func (*PerformGroupActionParams) SetDisableHostnameCheck added in v0.2.19

func (o *PerformGroupActionParams) SetDisableHostnameCheck(disableHostnameCheck *bool)

SetDisableHostnameCheck adds the disableHostnameCheck to the perform group action params

func (*PerformGroupActionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the perform group action params

func (*PerformGroupActionParams) SetTimeout

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

SetTimeout adds the timeout to the perform group action params

func (*PerformGroupActionParams) WithActionName

func (o *PerformGroupActionParams) WithActionName(actionName string) *PerformGroupActionParams

WithActionName adds the actionName to the perform group action params

func (*PerformGroupActionParams) WithBody

WithBody adds the body to the perform group action params

func (*PerformGroupActionParams) WithContext

WithContext adds the context to the perform group action params

func (*PerformGroupActionParams) WithDefaults

WithDefaults hydrates default values in the perform group action params (not the query body).

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

func (*PerformGroupActionParams) WithDisableHostnameCheck added in v0.2.19

func (o *PerformGroupActionParams) WithDisableHostnameCheck(disableHostnameCheck *bool) *PerformGroupActionParams

WithDisableHostnameCheck adds the disableHostnameCheck to the perform group action params

func (*PerformGroupActionParams) WithHTTPClient

func (o *PerformGroupActionParams) WithHTTPClient(client *http.Client) *PerformGroupActionParams

WithHTTPClient adds the HTTPClient to the perform group action params

func (*PerformGroupActionParams) WithTimeout

WithTimeout adds the timeout to the perform group action params

func (*PerformGroupActionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PerformGroupActionReader

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

PerformGroupActionReader is a Reader for the PerformGroupAction structure.

func (*PerformGroupActionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PerformGroupActionTooManyRequests

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

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

Too Many Requests

func NewPerformGroupActionTooManyRequests

func NewPerformGroupActionTooManyRequests() *PerformGroupActionTooManyRequests

NewPerformGroupActionTooManyRequests creates a PerformGroupActionTooManyRequests with default headers values

func (*PerformGroupActionTooManyRequests) Code added in v0.2.33

Code gets the status code for the perform group action too many requests response

func (*PerformGroupActionTooManyRequests) Error

func (*PerformGroupActionTooManyRequests) GetPayload

func (*PerformGroupActionTooManyRequests) IsClientError added in v0.2.27

func (o *PerformGroupActionTooManyRequests) IsClientError() bool

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

func (*PerformGroupActionTooManyRequests) IsCode added in v0.2.27

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

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

func (*PerformGroupActionTooManyRequests) IsRedirect added in v0.2.27

func (o *PerformGroupActionTooManyRequests) IsRedirect() bool

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

func (*PerformGroupActionTooManyRequests) IsServerError added in v0.2.27

func (o *PerformGroupActionTooManyRequests) IsServerError() bool

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

func (*PerformGroupActionTooManyRequests) IsSuccess added in v0.2.27

func (o *PerformGroupActionTooManyRequests) IsSuccess() bool

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

func (*PerformGroupActionTooManyRequests) String added in v0.2.27

type QueryCombinedGroupMembersBadRequest

type QueryCombinedGroupMembersBadRequest 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.HostGroupsMembersRespV1
}

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

Bad Request

func NewQueryCombinedGroupMembersBadRequest

func NewQueryCombinedGroupMembersBadRequest() *QueryCombinedGroupMembersBadRequest

NewQueryCombinedGroupMembersBadRequest creates a QueryCombinedGroupMembersBadRequest with default headers values

func (*QueryCombinedGroupMembersBadRequest) Code added in v0.2.33

Code gets the status code for the query combined group members bad request response

func (*QueryCombinedGroupMembersBadRequest) Error

func (*QueryCombinedGroupMembersBadRequest) GetPayload

func (*QueryCombinedGroupMembersBadRequest) IsClientError added in v0.2.27

func (o *QueryCombinedGroupMembersBadRequest) IsClientError() bool

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

func (*QueryCombinedGroupMembersBadRequest) IsCode added in v0.2.27

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

func (*QueryCombinedGroupMembersBadRequest) IsRedirect added in v0.2.27

func (o *QueryCombinedGroupMembersBadRequest) IsRedirect() bool

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

func (*QueryCombinedGroupMembersBadRequest) IsServerError added in v0.2.27

func (o *QueryCombinedGroupMembersBadRequest) IsServerError() bool

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

func (*QueryCombinedGroupMembersBadRequest) IsSuccess added in v0.2.27

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

func (*QueryCombinedGroupMembersBadRequest) String added in v0.2.27

type QueryCombinedGroupMembersForbidden

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

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

Forbidden

func NewQueryCombinedGroupMembersForbidden

func NewQueryCombinedGroupMembersForbidden() *QueryCombinedGroupMembersForbidden

NewQueryCombinedGroupMembersForbidden creates a QueryCombinedGroupMembersForbidden with default headers values

func (*QueryCombinedGroupMembersForbidden) Code added in v0.2.33

Code gets the status code for the query combined group members forbidden response

func (*QueryCombinedGroupMembersForbidden) Error

func (*QueryCombinedGroupMembersForbidden) GetPayload

func (*QueryCombinedGroupMembersForbidden) IsClientError added in v0.2.27

func (o *QueryCombinedGroupMembersForbidden) IsClientError() bool

IsClientError returns true when this query combined group members forbidden response has a 4xx status code

func (*QueryCombinedGroupMembersForbidden) IsCode added in v0.2.27

IsCode returns true when this query combined group members forbidden response a status code equal to that given

func (*QueryCombinedGroupMembersForbidden) IsRedirect added in v0.2.27

func (o *QueryCombinedGroupMembersForbidden) IsRedirect() bool

IsRedirect returns true when this query combined group members forbidden response has a 3xx status code

func (*QueryCombinedGroupMembersForbidden) IsServerError added in v0.2.27

func (o *QueryCombinedGroupMembersForbidden) IsServerError() bool

IsServerError returns true when this query combined group members forbidden response has a 5xx status code

func (*QueryCombinedGroupMembersForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this query combined group members forbidden response has a 2xx status code

func (*QueryCombinedGroupMembersForbidden) String added in v0.2.27

type QueryCombinedGroupMembersInternalServerError

type QueryCombinedGroupMembersInternalServerError 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.HostGroupsMembersRespV1
}

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

Internal Server Error

func NewQueryCombinedGroupMembersInternalServerError

func NewQueryCombinedGroupMembersInternalServerError() *QueryCombinedGroupMembersInternalServerError

NewQueryCombinedGroupMembersInternalServerError creates a QueryCombinedGroupMembersInternalServerError with default headers values

func (*QueryCombinedGroupMembersInternalServerError) Code added in v0.2.33

Code gets the status code for the query combined group members internal server error response

func (*QueryCombinedGroupMembersInternalServerError) Error

func (*QueryCombinedGroupMembersInternalServerError) GetPayload

func (*QueryCombinedGroupMembersInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this query combined group members internal server error response has a 4xx status code

func (*QueryCombinedGroupMembersInternalServerError) IsCode added in v0.2.27

IsCode returns true when this query combined group members internal server error response a status code equal to that given

func (*QueryCombinedGroupMembersInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this query combined group members internal server error response has a 3xx status code

func (*QueryCombinedGroupMembersInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this query combined group members internal server error response has a 5xx status code

func (*QueryCombinedGroupMembersInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this query combined group members internal server error response has a 2xx status code

func (*QueryCombinedGroupMembersInternalServerError) String added in v0.2.27

type QueryCombinedGroupMembersNotFound

type QueryCombinedGroupMembersNotFound 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.HostGroupsMembersRespV1
}

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

Not Found

func NewQueryCombinedGroupMembersNotFound

func NewQueryCombinedGroupMembersNotFound() *QueryCombinedGroupMembersNotFound

NewQueryCombinedGroupMembersNotFound creates a QueryCombinedGroupMembersNotFound with default headers values

func (*QueryCombinedGroupMembersNotFound) Code added in v0.2.33

Code gets the status code for the query combined group members not found response

func (*QueryCombinedGroupMembersNotFound) Error

func (*QueryCombinedGroupMembersNotFound) GetPayload

func (*QueryCombinedGroupMembersNotFound) IsClientError added in v0.2.27

func (o *QueryCombinedGroupMembersNotFound) IsClientError() bool

IsClientError returns true when this query combined group members not found response has a 4xx status code

func (*QueryCombinedGroupMembersNotFound) IsCode added in v0.2.27

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

IsCode returns true when this query combined group members not found response a status code equal to that given

func (*QueryCombinedGroupMembersNotFound) IsRedirect added in v0.2.27

func (o *QueryCombinedGroupMembersNotFound) IsRedirect() bool

IsRedirect returns true when this query combined group members not found response has a 3xx status code

func (*QueryCombinedGroupMembersNotFound) IsServerError added in v0.2.27

func (o *QueryCombinedGroupMembersNotFound) IsServerError() bool

IsServerError returns true when this query combined group members not found response has a 5xx status code

func (*QueryCombinedGroupMembersNotFound) IsSuccess added in v0.2.27

func (o *QueryCombinedGroupMembersNotFound) IsSuccess() bool

IsSuccess returns true when this query combined group members not found response has a 2xx status code

func (*QueryCombinedGroupMembersNotFound) String added in v0.2.27

type QueryCombinedGroupMembersOK

type QueryCombinedGroupMembersOK 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.HostGroupsMembersRespV1
}

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

OK

func NewQueryCombinedGroupMembersOK

func NewQueryCombinedGroupMembersOK() *QueryCombinedGroupMembersOK

NewQueryCombinedGroupMembersOK creates a QueryCombinedGroupMembersOK with default headers values

func (*QueryCombinedGroupMembersOK) Code added in v0.2.33

func (o *QueryCombinedGroupMembersOK) Code() int

Code gets the status code for the query combined group members o k response

func (*QueryCombinedGroupMembersOK) Error

func (*QueryCombinedGroupMembersOK) GetPayload

func (*QueryCombinedGroupMembersOK) IsClientError added in v0.2.27

func (o *QueryCombinedGroupMembersOK) IsClientError() bool

IsClientError returns true when this query combined group members o k response has a 4xx status code

func (*QueryCombinedGroupMembersOK) IsCode added in v0.2.27

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

IsCode returns true when this query combined group members o k response a status code equal to that given

func (*QueryCombinedGroupMembersOK) IsRedirect added in v0.2.27

func (o *QueryCombinedGroupMembersOK) IsRedirect() bool

IsRedirect returns true when this query combined group members o k response has a 3xx status code

func (*QueryCombinedGroupMembersOK) IsServerError added in v0.2.27

func (o *QueryCombinedGroupMembersOK) IsServerError() bool

IsServerError returns true when this query combined group members o k response has a 5xx status code

func (*QueryCombinedGroupMembersOK) IsSuccess added in v0.2.27

func (o *QueryCombinedGroupMembersOK) IsSuccess() bool

IsSuccess returns true when this query combined group members o k response has a 2xx status code

func (*QueryCombinedGroupMembersOK) String added in v0.2.27

func (o *QueryCombinedGroupMembersOK) String() string

type QueryCombinedGroupMembersParams

type QueryCombinedGroupMembersParams struct {

	/* Filter.

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

	/* ID.

	   The ID of the Host Group 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
}

QueryCombinedGroupMembersParams contains all the parameters to send to the API endpoint

for the query combined group members operation.

Typically these are written to a http.Request.

func NewQueryCombinedGroupMembersParams

func NewQueryCombinedGroupMembersParams() *QueryCombinedGroupMembersParams

NewQueryCombinedGroupMembersParams creates a new QueryCombinedGroupMembersParams 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 NewQueryCombinedGroupMembersParamsWithContext

func NewQueryCombinedGroupMembersParamsWithContext(ctx context.Context) *QueryCombinedGroupMembersParams

NewQueryCombinedGroupMembersParamsWithContext creates a new QueryCombinedGroupMembersParams object with the ability to set a context for a request.

func NewQueryCombinedGroupMembersParamsWithHTTPClient

func NewQueryCombinedGroupMembersParamsWithHTTPClient(client *http.Client) *QueryCombinedGroupMembersParams

NewQueryCombinedGroupMembersParamsWithHTTPClient creates a new QueryCombinedGroupMembersParams object with the ability to set a custom HTTPClient for a request.

func NewQueryCombinedGroupMembersParamsWithTimeout

func NewQueryCombinedGroupMembersParamsWithTimeout(timeout time.Duration) *QueryCombinedGroupMembersParams

NewQueryCombinedGroupMembersParamsWithTimeout creates a new QueryCombinedGroupMembersParams object with the ability to set a timeout on a request.

func (*QueryCombinedGroupMembersParams) SetContext

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

SetContext adds the context to the query combined group members params

func (*QueryCombinedGroupMembersParams) SetDefaults

func (o *QueryCombinedGroupMembersParams) SetDefaults()

SetDefaults hydrates default values in the query combined group members params (not the query body).

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

func (*QueryCombinedGroupMembersParams) SetFilter

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

SetFilter adds the filter to the query combined group members params

func (*QueryCombinedGroupMembersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query combined group members params

func (*QueryCombinedGroupMembersParams) SetID

SetID adds the id to the query combined group members params

func (*QueryCombinedGroupMembersParams) SetLimit

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

SetLimit adds the limit to the query combined group members params

func (*QueryCombinedGroupMembersParams) SetOffset

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

SetOffset adds the offset to the query combined group members params

func (*QueryCombinedGroupMembersParams) SetSort

func (o *QueryCombinedGroupMembersParams) SetSort(sort *string)

SetSort adds the sort to the query combined group members params

func (*QueryCombinedGroupMembersParams) SetTimeout

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

SetTimeout adds the timeout to the query combined group members params

func (*QueryCombinedGroupMembersParams) WithContext

WithContext adds the context to the query combined group members params

func (*QueryCombinedGroupMembersParams) WithDefaults

WithDefaults hydrates default values in the query combined group members params (not the query body).

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

func (*QueryCombinedGroupMembersParams) WithFilter

WithFilter adds the filter to the query combined group members params

func (*QueryCombinedGroupMembersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query combined group members params

func (*QueryCombinedGroupMembersParams) WithID

WithID adds the id to the query combined group members params

func (*QueryCombinedGroupMembersParams) WithLimit

WithLimit adds the limit to the query combined group members params

func (*QueryCombinedGroupMembersParams) WithOffset

WithOffset adds the offset to the query combined group members params

func (*QueryCombinedGroupMembersParams) WithSort

WithSort adds the sort to the query combined group members params

func (*QueryCombinedGroupMembersParams) WithTimeout

WithTimeout adds the timeout to the query combined group members params

func (*QueryCombinedGroupMembersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryCombinedGroupMembersReader

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

QueryCombinedGroupMembersReader is a Reader for the QueryCombinedGroupMembers structure.

func (*QueryCombinedGroupMembersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryCombinedGroupMembersTooManyRequests

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

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

Too Many Requests

func NewQueryCombinedGroupMembersTooManyRequests

func NewQueryCombinedGroupMembersTooManyRequests() *QueryCombinedGroupMembersTooManyRequests

NewQueryCombinedGroupMembersTooManyRequests creates a QueryCombinedGroupMembersTooManyRequests with default headers values

func (*QueryCombinedGroupMembersTooManyRequests) Code added in v0.2.33

Code gets the status code for the query combined group members too many requests response

func (*QueryCombinedGroupMembersTooManyRequests) Error

func (*QueryCombinedGroupMembersTooManyRequests) GetPayload

func (*QueryCombinedGroupMembersTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this query combined group members too many requests response has a 4xx status code

func (*QueryCombinedGroupMembersTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this query combined group members too many requests response a status code equal to that given

func (*QueryCombinedGroupMembersTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this query combined group members too many requests response has a 3xx status code

func (*QueryCombinedGroupMembersTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this query combined group members too many requests response has a 5xx status code

func (*QueryCombinedGroupMembersTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this query combined group members too many requests response has a 2xx status code

func (*QueryCombinedGroupMembersTooManyRequests) String added in v0.2.27

type QueryCombinedHostGroupsBadRequest

type QueryCombinedHostGroupsBadRequest 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.HostGroupsRespV1
}

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

Bad Request

func NewQueryCombinedHostGroupsBadRequest

func NewQueryCombinedHostGroupsBadRequest() *QueryCombinedHostGroupsBadRequest

NewQueryCombinedHostGroupsBadRequest creates a QueryCombinedHostGroupsBadRequest with default headers values

func (*QueryCombinedHostGroupsBadRequest) Code added in v0.2.33

Code gets the status code for the query combined host groups bad request response

func (*QueryCombinedHostGroupsBadRequest) Error

func (*QueryCombinedHostGroupsBadRequest) GetPayload

func (*QueryCombinedHostGroupsBadRequest) IsClientError added in v0.2.27

func (o *QueryCombinedHostGroupsBadRequest) IsClientError() bool

IsClientError returns true when this query combined host groups bad request response has a 4xx status code

func (*QueryCombinedHostGroupsBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this query combined host groups bad request response a status code equal to that given

func (*QueryCombinedHostGroupsBadRequest) IsRedirect added in v0.2.27

func (o *QueryCombinedHostGroupsBadRequest) IsRedirect() bool

IsRedirect returns true when this query combined host groups bad request response has a 3xx status code

func (*QueryCombinedHostGroupsBadRequest) IsServerError added in v0.2.27

func (o *QueryCombinedHostGroupsBadRequest) IsServerError() bool

IsServerError returns true when this query combined host groups bad request response has a 5xx status code

func (*QueryCombinedHostGroupsBadRequest) IsSuccess added in v0.2.27

func (o *QueryCombinedHostGroupsBadRequest) IsSuccess() bool

IsSuccess returns true when this query combined host groups bad request response has a 2xx status code

func (*QueryCombinedHostGroupsBadRequest) String added in v0.2.27

type QueryCombinedHostGroupsForbidden

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

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

Forbidden

func NewQueryCombinedHostGroupsForbidden

func NewQueryCombinedHostGroupsForbidden() *QueryCombinedHostGroupsForbidden

NewQueryCombinedHostGroupsForbidden creates a QueryCombinedHostGroupsForbidden with default headers values

func (*QueryCombinedHostGroupsForbidden) Code added in v0.2.33

Code gets the status code for the query combined host groups forbidden response

func (*QueryCombinedHostGroupsForbidden) Error

func (*QueryCombinedHostGroupsForbidden) GetPayload

func (*QueryCombinedHostGroupsForbidden) IsClientError added in v0.2.27

func (o *QueryCombinedHostGroupsForbidden) IsClientError() bool

IsClientError returns true when this query combined host groups forbidden response has a 4xx status code

func (*QueryCombinedHostGroupsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this query combined host groups forbidden response a status code equal to that given

func (*QueryCombinedHostGroupsForbidden) IsRedirect added in v0.2.27

func (o *QueryCombinedHostGroupsForbidden) IsRedirect() bool

IsRedirect returns true when this query combined host groups forbidden response has a 3xx status code

func (*QueryCombinedHostGroupsForbidden) IsServerError added in v0.2.27

func (o *QueryCombinedHostGroupsForbidden) IsServerError() bool

IsServerError returns true when this query combined host groups forbidden response has a 5xx status code

func (*QueryCombinedHostGroupsForbidden) IsSuccess added in v0.2.27

func (o *QueryCombinedHostGroupsForbidden) IsSuccess() bool

IsSuccess returns true when this query combined host groups forbidden response has a 2xx status code

func (*QueryCombinedHostGroupsForbidden) String added in v0.2.27

type QueryCombinedHostGroupsInternalServerError

type QueryCombinedHostGroupsInternalServerError 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.HostGroupsRespV1
}

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

Internal Server Error

func NewQueryCombinedHostGroupsInternalServerError

func NewQueryCombinedHostGroupsInternalServerError() *QueryCombinedHostGroupsInternalServerError

NewQueryCombinedHostGroupsInternalServerError creates a QueryCombinedHostGroupsInternalServerError with default headers values

func (*QueryCombinedHostGroupsInternalServerError) Code added in v0.2.33

Code gets the status code for the query combined host groups internal server error response

func (*QueryCombinedHostGroupsInternalServerError) Error

func (*QueryCombinedHostGroupsInternalServerError) GetPayload

func (*QueryCombinedHostGroupsInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this query combined host groups internal server error response has a 4xx status code

func (*QueryCombinedHostGroupsInternalServerError) IsCode added in v0.2.27

IsCode returns true when this query combined host groups internal server error response a status code equal to that given

func (*QueryCombinedHostGroupsInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this query combined host groups internal server error response has a 3xx status code

func (*QueryCombinedHostGroupsInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this query combined host groups internal server error response has a 5xx status code

func (*QueryCombinedHostGroupsInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this query combined host groups internal server error response has a 2xx status code

func (*QueryCombinedHostGroupsInternalServerError) String added in v0.2.27

type QueryCombinedHostGroupsOK

type QueryCombinedHostGroupsOK 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.HostGroupsRespV1
}

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

OK

func NewQueryCombinedHostGroupsOK

func NewQueryCombinedHostGroupsOK() *QueryCombinedHostGroupsOK

NewQueryCombinedHostGroupsOK creates a QueryCombinedHostGroupsOK with default headers values

func (*QueryCombinedHostGroupsOK) Code added in v0.2.33

func (o *QueryCombinedHostGroupsOK) Code() int

Code gets the status code for the query combined host groups o k response

func (*QueryCombinedHostGroupsOK) Error

func (o *QueryCombinedHostGroupsOK) Error() string

func (*QueryCombinedHostGroupsOK) GetPayload

func (*QueryCombinedHostGroupsOK) IsClientError added in v0.2.27

func (o *QueryCombinedHostGroupsOK) IsClientError() bool

IsClientError returns true when this query combined host groups o k response has a 4xx status code

func (*QueryCombinedHostGroupsOK) IsCode added in v0.2.27

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

IsCode returns true when this query combined host groups o k response a status code equal to that given

func (*QueryCombinedHostGroupsOK) IsRedirect added in v0.2.27

func (o *QueryCombinedHostGroupsOK) IsRedirect() bool

IsRedirect returns true when this query combined host groups o k response has a 3xx status code

func (*QueryCombinedHostGroupsOK) IsServerError added in v0.2.27

func (o *QueryCombinedHostGroupsOK) IsServerError() bool

IsServerError returns true when this query combined host groups o k response has a 5xx status code

func (*QueryCombinedHostGroupsOK) IsSuccess added in v0.2.27

func (o *QueryCombinedHostGroupsOK) IsSuccess() bool

IsSuccess returns true when this query combined host groups o k response has a 2xx status code

func (*QueryCombinedHostGroupsOK) String added in v0.2.27

func (o *QueryCombinedHostGroupsOK) String() string

type QueryCombinedHostGroupsParams

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

QueryCombinedHostGroupsParams contains all the parameters to send to the API endpoint

for the query combined host groups operation.

Typically these are written to a http.Request.

func NewQueryCombinedHostGroupsParams

func NewQueryCombinedHostGroupsParams() *QueryCombinedHostGroupsParams

NewQueryCombinedHostGroupsParams creates a new QueryCombinedHostGroupsParams 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 NewQueryCombinedHostGroupsParamsWithContext

func NewQueryCombinedHostGroupsParamsWithContext(ctx context.Context) *QueryCombinedHostGroupsParams

NewQueryCombinedHostGroupsParamsWithContext creates a new QueryCombinedHostGroupsParams object with the ability to set a context for a request.

func NewQueryCombinedHostGroupsParamsWithHTTPClient

func NewQueryCombinedHostGroupsParamsWithHTTPClient(client *http.Client) *QueryCombinedHostGroupsParams

NewQueryCombinedHostGroupsParamsWithHTTPClient creates a new QueryCombinedHostGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewQueryCombinedHostGroupsParamsWithTimeout

func NewQueryCombinedHostGroupsParamsWithTimeout(timeout time.Duration) *QueryCombinedHostGroupsParams

NewQueryCombinedHostGroupsParamsWithTimeout creates a new QueryCombinedHostGroupsParams object with the ability to set a timeout on a request.

func (*QueryCombinedHostGroupsParams) SetContext

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

SetContext adds the context to the query combined host groups params

func (*QueryCombinedHostGroupsParams) SetDefaults

func (o *QueryCombinedHostGroupsParams) SetDefaults()

SetDefaults hydrates default values in the query combined host groups params (not the query body).

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

func (*QueryCombinedHostGroupsParams) SetFilter

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

SetFilter adds the filter to the query combined host groups params

func (*QueryCombinedHostGroupsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query combined host groups params

func (*QueryCombinedHostGroupsParams) SetLimit

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

SetLimit adds the limit to the query combined host groups params

func (*QueryCombinedHostGroupsParams) SetOffset

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

SetOffset adds the offset to the query combined host groups params

func (*QueryCombinedHostGroupsParams) SetSort

func (o *QueryCombinedHostGroupsParams) SetSort(sort *string)

SetSort adds the sort to the query combined host groups params

func (*QueryCombinedHostGroupsParams) SetTimeout

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

SetTimeout adds the timeout to the query combined host groups params

func (*QueryCombinedHostGroupsParams) WithContext

WithContext adds the context to the query combined host groups params

func (*QueryCombinedHostGroupsParams) WithDefaults

WithDefaults hydrates default values in the query combined host groups params (not the query body).

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

func (*QueryCombinedHostGroupsParams) WithFilter

WithFilter adds the filter to the query combined host groups params

func (*QueryCombinedHostGroupsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query combined host groups params

func (*QueryCombinedHostGroupsParams) WithLimit

WithLimit adds the limit to the query combined host groups params

func (*QueryCombinedHostGroupsParams) WithOffset

WithOffset adds the offset to the query combined host groups params

func (*QueryCombinedHostGroupsParams) WithSort

WithSort adds the sort to the query combined host groups params

func (*QueryCombinedHostGroupsParams) WithTimeout

WithTimeout adds the timeout to the query combined host groups params

func (*QueryCombinedHostGroupsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryCombinedHostGroupsReader

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

QueryCombinedHostGroupsReader is a Reader for the QueryCombinedHostGroups structure.

func (*QueryCombinedHostGroupsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryCombinedHostGroupsTooManyRequests

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

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

Too Many Requests

func NewQueryCombinedHostGroupsTooManyRequests

func NewQueryCombinedHostGroupsTooManyRequests() *QueryCombinedHostGroupsTooManyRequests

NewQueryCombinedHostGroupsTooManyRequests creates a QueryCombinedHostGroupsTooManyRequests with default headers values

func (*QueryCombinedHostGroupsTooManyRequests) Code added in v0.2.33

Code gets the status code for the query combined host groups too many requests response

func (*QueryCombinedHostGroupsTooManyRequests) Error

func (*QueryCombinedHostGroupsTooManyRequests) GetPayload

func (*QueryCombinedHostGroupsTooManyRequests) IsClientError added in v0.2.27

func (o *QueryCombinedHostGroupsTooManyRequests) IsClientError() bool

IsClientError returns true when this query combined host groups too many requests response has a 4xx status code

func (*QueryCombinedHostGroupsTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this query combined host groups too many requests response a status code equal to that given

func (*QueryCombinedHostGroupsTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this query combined host groups too many requests response has a 3xx status code

func (*QueryCombinedHostGroupsTooManyRequests) IsServerError added in v0.2.27

func (o *QueryCombinedHostGroupsTooManyRequests) IsServerError() bool

IsServerError returns true when this query combined host groups too many requests response has a 5xx status code

func (*QueryCombinedHostGroupsTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this query combined host groups too many requests response has a 2xx status code

func (*QueryCombinedHostGroupsTooManyRequests) String added in v0.2.27

type QueryGroupMembersBadRequest

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

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

Bad Request

func NewQueryGroupMembersBadRequest

func NewQueryGroupMembersBadRequest() *QueryGroupMembersBadRequest

NewQueryGroupMembersBadRequest creates a QueryGroupMembersBadRequest with default headers values

func (*QueryGroupMembersBadRequest) Code added in v0.2.33

func (o *QueryGroupMembersBadRequest) Code() int

Code gets the status code for the query group members bad request response

func (*QueryGroupMembersBadRequest) Error

func (*QueryGroupMembersBadRequest) GetPayload

func (*QueryGroupMembersBadRequest) IsClientError added in v0.2.27

func (o *QueryGroupMembersBadRequest) IsClientError() bool

IsClientError returns true when this query group members bad request response has a 4xx status code

func (*QueryGroupMembersBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this query group members bad request response a status code equal to that given

func (*QueryGroupMembersBadRequest) IsRedirect added in v0.2.27

func (o *QueryGroupMembersBadRequest) IsRedirect() bool

IsRedirect returns true when this query group members bad request response has a 3xx status code

func (*QueryGroupMembersBadRequest) IsServerError added in v0.2.27

func (o *QueryGroupMembersBadRequest) IsServerError() bool

IsServerError returns true when this query group members bad request response has a 5xx status code

func (*QueryGroupMembersBadRequest) IsSuccess added in v0.2.27

func (o *QueryGroupMembersBadRequest) IsSuccess() bool

IsSuccess returns true when this query group members bad request response has a 2xx status code

func (*QueryGroupMembersBadRequest) String added in v0.2.27

func (o *QueryGroupMembersBadRequest) String() string

type QueryGroupMembersForbidden

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

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

Forbidden

func NewQueryGroupMembersForbidden

func NewQueryGroupMembersForbidden() *QueryGroupMembersForbidden

NewQueryGroupMembersForbidden creates a QueryGroupMembersForbidden with default headers values

func (*QueryGroupMembersForbidden) Code added in v0.2.33

func (o *QueryGroupMembersForbidden) Code() int

Code gets the status code for the query group members forbidden response

func (*QueryGroupMembersForbidden) Error

func (*QueryGroupMembersForbidden) GetPayload

func (*QueryGroupMembersForbidden) IsClientError added in v0.2.27

func (o *QueryGroupMembersForbidden) IsClientError() bool

IsClientError returns true when this query group members forbidden response has a 4xx status code

func (*QueryGroupMembersForbidden) IsCode added in v0.2.27

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

IsCode returns true when this query group members forbidden response a status code equal to that given

func (*QueryGroupMembersForbidden) IsRedirect added in v0.2.27

func (o *QueryGroupMembersForbidden) IsRedirect() bool

IsRedirect returns true when this query group members forbidden response has a 3xx status code

func (*QueryGroupMembersForbidden) IsServerError added in v0.2.27

func (o *QueryGroupMembersForbidden) IsServerError() bool

IsServerError returns true when this query group members forbidden response has a 5xx status code

func (*QueryGroupMembersForbidden) IsSuccess added in v0.2.27

func (o *QueryGroupMembersForbidden) IsSuccess() bool

IsSuccess returns true when this query group members forbidden response has a 2xx status code

func (*QueryGroupMembersForbidden) String added in v0.2.27

func (o *QueryGroupMembersForbidden) String() string

type QueryGroupMembersInternalServerError

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

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

Internal Server Error

func NewQueryGroupMembersInternalServerError

func NewQueryGroupMembersInternalServerError() *QueryGroupMembersInternalServerError

NewQueryGroupMembersInternalServerError creates a QueryGroupMembersInternalServerError with default headers values

func (*QueryGroupMembersInternalServerError) Code added in v0.2.33

Code gets the status code for the query group members internal server error response

func (*QueryGroupMembersInternalServerError) Error

func (*QueryGroupMembersInternalServerError) GetPayload

func (*QueryGroupMembersInternalServerError) IsClientError added in v0.2.27

func (o *QueryGroupMembersInternalServerError) IsClientError() bool

IsClientError returns true when this query group members internal server error response has a 4xx status code

func (*QueryGroupMembersInternalServerError) IsCode added in v0.2.27

IsCode returns true when this query group members internal server error response a status code equal to that given

func (*QueryGroupMembersInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this query group members internal server error response has a 3xx status code

func (*QueryGroupMembersInternalServerError) IsServerError added in v0.2.27

func (o *QueryGroupMembersInternalServerError) IsServerError() bool

IsServerError returns true when this query group members internal server error response has a 5xx status code

func (*QueryGroupMembersInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this query group members internal server error response has a 2xx status code

func (*QueryGroupMembersInternalServerError) String added in v0.2.27

type QueryGroupMembersNotFound

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

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

Not Found

func NewQueryGroupMembersNotFound

func NewQueryGroupMembersNotFound() *QueryGroupMembersNotFound

NewQueryGroupMembersNotFound creates a QueryGroupMembersNotFound with default headers values

func (*QueryGroupMembersNotFound) Code added in v0.2.33

func (o *QueryGroupMembersNotFound) Code() int

Code gets the status code for the query group members not found response

func (*QueryGroupMembersNotFound) Error

func (o *QueryGroupMembersNotFound) Error() string

func (*QueryGroupMembersNotFound) GetPayload

func (*QueryGroupMembersNotFound) IsClientError added in v0.2.27

func (o *QueryGroupMembersNotFound) IsClientError() bool

IsClientError returns true when this query group members not found response has a 4xx status code

func (*QueryGroupMembersNotFound) IsCode added in v0.2.27

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

IsCode returns true when this query group members not found response a status code equal to that given

func (*QueryGroupMembersNotFound) IsRedirect added in v0.2.27

func (o *QueryGroupMembersNotFound) IsRedirect() bool

IsRedirect returns true when this query group members not found response has a 3xx status code

func (*QueryGroupMembersNotFound) IsServerError added in v0.2.27

func (o *QueryGroupMembersNotFound) IsServerError() bool

IsServerError returns true when this query group members not found response has a 5xx status code

func (*QueryGroupMembersNotFound) IsSuccess added in v0.2.27

func (o *QueryGroupMembersNotFound) IsSuccess() bool

IsSuccess returns true when this query group members not found response has a 2xx status code

func (*QueryGroupMembersNotFound) String added in v0.2.27

func (o *QueryGroupMembersNotFound) String() string

type QueryGroupMembersOK

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

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

OK

func NewQueryGroupMembersOK

func NewQueryGroupMembersOK() *QueryGroupMembersOK

NewQueryGroupMembersOK creates a QueryGroupMembersOK with default headers values

func (*QueryGroupMembersOK) Code added in v0.2.33

func (o *QueryGroupMembersOK) Code() int

Code gets the status code for the query group members o k response

func (*QueryGroupMembersOK) Error

func (o *QueryGroupMembersOK) Error() string

func (*QueryGroupMembersOK) GetPayload

func (o *QueryGroupMembersOK) GetPayload() *models.MsaQueryResponse

func (*QueryGroupMembersOK) IsClientError added in v0.2.27

func (o *QueryGroupMembersOK) IsClientError() bool

IsClientError returns true when this query group members o k response has a 4xx status code

func (*QueryGroupMembersOK) IsCode added in v0.2.27

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

IsCode returns true when this query group members o k response a status code equal to that given

func (*QueryGroupMembersOK) IsRedirect added in v0.2.27

func (o *QueryGroupMembersOK) IsRedirect() bool

IsRedirect returns true when this query group members o k response has a 3xx status code

func (*QueryGroupMembersOK) IsServerError added in v0.2.27

func (o *QueryGroupMembersOK) IsServerError() bool

IsServerError returns true when this query group members o k response has a 5xx status code

func (*QueryGroupMembersOK) IsSuccess added in v0.2.27

func (o *QueryGroupMembersOK) IsSuccess() bool

IsSuccess returns true when this query group members o k response has a 2xx status code

func (*QueryGroupMembersOK) String added in v0.2.27

func (o *QueryGroupMembersOK) String() string

type QueryGroupMembersParams

type QueryGroupMembersParams struct {

	/* Filter.

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

	/* ID.

	   The ID of the Host Group 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
}

QueryGroupMembersParams contains all the parameters to send to the API endpoint

for the query group members operation.

Typically these are written to a http.Request.

func NewQueryGroupMembersParams

func NewQueryGroupMembersParams() *QueryGroupMembersParams

NewQueryGroupMembersParams creates a new QueryGroupMembersParams 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 NewQueryGroupMembersParamsWithContext

func NewQueryGroupMembersParamsWithContext(ctx context.Context) *QueryGroupMembersParams

NewQueryGroupMembersParamsWithContext creates a new QueryGroupMembersParams object with the ability to set a context for a request.

func NewQueryGroupMembersParamsWithHTTPClient

func NewQueryGroupMembersParamsWithHTTPClient(client *http.Client) *QueryGroupMembersParams

NewQueryGroupMembersParamsWithHTTPClient creates a new QueryGroupMembersParams object with the ability to set a custom HTTPClient for a request.

func NewQueryGroupMembersParamsWithTimeout

func NewQueryGroupMembersParamsWithTimeout(timeout time.Duration) *QueryGroupMembersParams

NewQueryGroupMembersParamsWithTimeout creates a new QueryGroupMembersParams object with the ability to set a timeout on a request.

func (*QueryGroupMembersParams) SetContext

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

SetContext adds the context to the query group members params

func (*QueryGroupMembersParams) SetDefaults

func (o *QueryGroupMembersParams) SetDefaults()

SetDefaults hydrates default values in the query group members params (not the query body).

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

func (*QueryGroupMembersParams) SetFilter

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

SetFilter adds the filter to the query group members params

func (*QueryGroupMembersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query group members params

func (*QueryGroupMembersParams) SetID

func (o *QueryGroupMembersParams) SetID(id *string)

SetID adds the id to the query group members params

func (*QueryGroupMembersParams) SetLimit

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

SetLimit adds the limit to the query group members params

func (*QueryGroupMembersParams) SetOffset

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

SetOffset adds the offset to the query group members params

func (*QueryGroupMembersParams) SetSort

func (o *QueryGroupMembersParams) SetSort(sort *string)

SetSort adds the sort to the query group members params

func (*QueryGroupMembersParams) SetTimeout

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

SetTimeout adds the timeout to the query group members params

func (*QueryGroupMembersParams) WithContext

WithContext adds the context to the query group members params

func (*QueryGroupMembersParams) WithDefaults

WithDefaults hydrates default values in the query group members params (not the query body).

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

func (*QueryGroupMembersParams) WithFilter

func (o *QueryGroupMembersParams) WithFilter(filter *string) *QueryGroupMembersParams

WithFilter adds the filter to the query group members params

func (*QueryGroupMembersParams) WithHTTPClient

func (o *QueryGroupMembersParams) WithHTTPClient(client *http.Client) *QueryGroupMembersParams

WithHTTPClient adds the HTTPClient to the query group members params

func (*QueryGroupMembersParams) WithID

WithID adds the id to the query group members params

func (*QueryGroupMembersParams) WithLimit

WithLimit adds the limit to the query group members params

func (*QueryGroupMembersParams) WithOffset

func (o *QueryGroupMembersParams) WithOffset(offset *int64) *QueryGroupMembersParams

WithOffset adds the offset to the query group members params

func (*QueryGroupMembersParams) WithSort

WithSort adds the sort to the query group members params

func (*QueryGroupMembersParams) WithTimeout

WithTimeout adds the timeout to the query group members params

func (*QueryGroupMembersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryGroupMembersReader

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

QueryGroupMembersReader is a Reader for the QueryGroupMembers structure.

func (*QueryGroupMembersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryGroupMembersTooManyRequests

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

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

Too Many Requests

func NewQueryGroupMembersTooManyRequests

func NewQueryGroupMembersTooManyRequests() *QueryGroupMembersTooManyRequests

NewQueryGroupMembersTooManyRequests creates a QueryGroupMembersTooManyRequests with default headers values

func (*QueryGroupMembersTooManyRequests) Code added in v0.2.33

Code gets the status code for the query group members too many requests response

func (*QueryGroupMembersTooManyRequests) Error

func (*QueryGroupMembersTooManyRequests) GetPayload

func (*QueryGroupMembersTooManyRequests) IsClientError added in v0.2.27

func (o *QueryGroupMembersTooManyRequests) IsClientError() bool

IsClientError returns true when this query group members too many requests response has a 4xx status code

func (*QueryGroupMembersTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this query group members too many requests response a status code equal to that given

func (*QueryGroupMembersTooManyRequests) IsRedirect added in v0.2.27

func (o *QueryGroupMembersTooManyRequests) IsRedirect() bool

IsRedirect returns true when this query group members too many requests response has a 3xx status code

func (*QueryGroupMembersTooManyRequests) IsServerError added in v0.2.27

func (o *QueryGroupMembersTooManyRequests) IsServerError() bool

IsServerError returns true when this query group members too many requests response has a 5xx status code

func (*QueryGroupMembersTooManyRequests) IsSuccess added in v0.2.27

func (o *QueryGroupMembersTooManyRequests) IsSuccess() bool

IsSuccess returns true when this query group members too many requests response has a 2xx status code

func (*QueryGroupMembersTooManyRequests) String added in v0.2.27

type QueryHostGroupsBadRequest

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

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

Bad Request

func NewQueryHostGroupsBadRequest

func NewQueryHostGroupsBadRequest() *QueryHostGroupsBadRequest

NewQueryHostGroupsBadRequest creates a QueryHostGroupsBadRequest with default headers values

func (*QueryHostGroupsBadRequest) Code added in v0.2.33

func (o *QueryHostGroupsBadRequest) Code() int

Code gets the status code for the query host groups bad request response

func (*QueryHostGroupsBadRequest) Error

func (o *QueryHostGroupsBadRequest) Error() string

func (*QueryHostGroupsBadRequest) GetPayload

func (*QueryHostGroupsBadRequest) IsClientError added in v0.2.27

func (o *QueryHostGroupsBadRequest) IsClientError() bool

IsClientError returns true when this query host groups bad request response has a 4xx status code

func (*QueryHostGroupsBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this query host groups bad request response a status code equal to that given

func (*QueryHostGroupsBadRequest) IsRedirect added in v0.2.27

func (o *QueryHostGroupsBadRequest) IsRedirect() bool

IsRedirect returns true when this query host groups bad request response has a 3xx status code

func (*QueryHostGroupsBadRequest) IsServerError added in v0.2.27

func (o *QueryHostGroupsBadRequest) IsServerError() bool

IsServerError returns true when this query host groups bad request response has a 5xx status code

func (*QueryHostGroupsBadRequest) IsSuccess added in v0.2.27

func (o *QueryHostGroupsBadRequest) IsSuccess() bool

IsSuccess returns true when this query host groups bad request response has a 2xx status code

func (*QueryHostGroupsBadRequest) String added in v0.2.27

func (o *QueryHostGroupsBadRequest) String() string

type QueryHostGroupsForbidden

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

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

Forbidden

func NewQueryHostGroupsForbidden

func NewQueryHostGroupsForbidden() *QueryHostGroupsForbidden

NewQueryHostGroupsForbidden creates a QueryHostGroupsForbidden with default headers values

func (*QueryHostGroupsForbidden) Code added in v0.2.33

func (o *QueryHostGroupsForbidden) Code() int

Code gets the status code for the query host groups forbidden response

func (*QueryHostGroupsForbidden) Error

func (o *QueryHostGroupsForbidden) Error() string

func (*QueryHostGroupsForbidden) GetPayload

func (*QueryHostGroupsForbidden) IsClientError added in v0.2.27

func (o *QueryHostGroupsForbidden) IsClientError() bool

IsClientError returns true when this query host groups forbidden response has a 4xx status code

func (*QueryHostGroupsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this query host groups forbidden response a status code equal to that given

func (*QueryHostGroupsForbidden) IsRedirect added in v0.2.27

func (o *QueryHostGroupsForbidden) IsRedirect() bool

IsRedirect returns true when this query host groups forbidden response has a 3xx status code

func (*QueryHostGroupsForbidden) IsServerError added in v0.2.27

func (o *QueryHostGroupsForbidden) IsServerError() bool

IsServerError returns true when this query host groups forbidden response has a 5xx status code

func (*QueryHostGroupsForbidden) IsSuccess added in v0.2.27

func (o *QueryHostGroupsForbidden) IsSuccess() bool

IsSuccess returns true when this query host groups forbidden response has a 2xx status code

func (*QueryHostGroupsForbidden) String added in v0.2.27

func (o *QueryHostGroupsForbidden) String() string

type QueryHostGroupsInternalServerError

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

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

Internal Server Error

func NewQueryHostGroupsInternalServerError

func NewQueryHostGroupsInternalServerError() *QueryHostGroupsInternalServerError

NewQueryHostGroupsInternalServerError creates a QueryHostGroupsInternalServerError with default headers values

func (*QueryHostGroupsInternalServerError) Code added in v0.2.33

Code gets the status code for the query host groups internal server error response

func (*QueryHostGroupsInternalServerError) Error

func (*QueryHostGroupsInternalServerError) GetPayload

func (*QueryHostGroupsInternalServerError) IsClientError added in v0.2.27

func (o *QueryHostGroupsInternalServerError) IsClientError() bool

IsClientError returns true when this query host groups internal server error response has a 4xx status code

func (*QueryHostGroupsInternalServerError) IsCode added in v0.2.27

IsCode returns true when this query host groups internal server error response a status code equal to that given

func (*QueryHostGroupsInternalServerError) IsRedirect added in v0.2.27

func (o *QueryHostGroupsInternalServerError) IsRedirect() bool

IsRedirect returns true when this query host groups internal server error response has a 3xx status code

func (*QueryHostGroupsInternalServerError) IsServerError added in v0.2.27

func (o *QueryHostGroupsInternalServerError) IsServerError() bool

IsServerError returns true when this query host groups internal server error response has a 5xx status code

func (*QueryHostGroupsInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this query host groups internal server error response has a 2xx status code

func (*QueryHostGroupsInternalServerError) String added in v0.2.27

type QueryHostGroupsOK

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

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

OK

func NewQueryHostGroupsOK

func NewQueryHostGroupsOK() *QueryHostGroupsOK

NewQueryHostGroupsOK creates a QueryHostGroupsOK with default headers values

func (*QueryHostGroupsOK) Code added in v0.2.33

func (o *QueryHostGroupsOK) Code() int

Code gets the status code for the query host groups o k response

func (*QueryHostGroupsOK) Error

func (o *QueryHostGroupsOK) Error() string

func (*QueryHostGroupsOK) GetPayload

func (o *QueryHostGroupsOK) GetPayload() *models.MsaQueryResponse

func (*QueryHostGroupsOK) IsClientError added in v0.2.27

func (o *QueryHostGroupsOK) IsClientError() bool

IsClientError returns true when this query host groups o k response has a 4xx status code

func (*QueryHostGroupsOK) IsCode added in v0.2.27

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

IsCode returns true when this query host groups o k response a status code equal to that given

func (*QueryHostGroupsOK) IsRedirect added in v0.2.27

func (o *QueryHostGroupsOK) IsRedirect() bool

IsRedirect returns true when this query host groups o k response has a 3xx status code

func (*QueryHostGroupsOK) IsServerError added in v0.2.27

func (o *QueryHostGroupsOK) IsServerError() bool

IsServerError returns true when this query host groups o k response has a 5xx status code

func (*QueryHostGroupsOK) IsSuccess added in v0.2.27

func (o *QueryHostGroupsOK) IsSuccess() bool

IsSuccess returns true when this query host groups o k response has a 2xx status code

func (*QueryHostGroupsOK) String added in v0.2.27

func (o *QueryHostGroupsOK) String() string

type QueryHostGroupsParams

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

QueryHostGroupsParams contains all the parameters to send to the API endpoint

for the query host groups operation.

Typically these are written to a http.Request.

func NewQueryHostGroupsParams

func NewQueryHostGroupsParams() *QueryHostGroupsParams

NewQueryHostGroupsParams creates a new QueryHostGroupsParams 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 NewQueryHostGroupsParamsWithContext

func NewQueryHostGroupsParamsWithContext(ctx context.Context) *QueryHostGroupsParams

NewQueryHostGroupsParamsWithContext creates a new QueryHostGroupsParams object with the ability to set a context for a request.

func NewQueryHostGroupsParamsWithHTTPClient

func NewQueryHostGroupsParamsWithHTTPClient(client *http.Client) *QueryHostGroupsParams

NewQueryHostGroupsParamsWithHTTPClient creates a new QueryHostGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewQueryHostGroupsParamsWithTimeout

func NewQueryHostGroupsParamsWithTimeout(timeout time.Duration) *QueryHostGroupsParams

NewQueryHostGroupsParamsWithTimeout creates a new QueryHostGroupsParams object with the ability to set a timeout on a request.

func (*QueryHostGroupsParams) SetContext

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

SetContext adds the context to the query host groups params

func (*QueryHostGroupsParams) SetDefaults

func (o *QueryHostGroupsParams) SetDefaults()

SetDefaults hydrates default values in the query host groups params (not the query body).

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

func (*QueryHostGroupsParams) SetFilter

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

SetFilter adds the filter to the query host groups params

func (*QueryHostGroupsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query host groups params

func (*QueryHostGroupsParams) SetLimit

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

SetLimit adds the limit to the query host groups params

func (*QueryHostGroupsParams) SetOffset

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

SetOffset adds the offset to the query host groups params

func (*QueryHostGroupsParams) SetSort

func (o *QueryHostGroupsParams) SetSort(sort *string)

SetSort adds the sort to the query host groups params

func (*QueryHostGroupsParams) SetTimeout

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

SetTimeout adds the timeout to the query host groups params

func (*QueryHostGroupsParams) WithContext

WithContext adds the context to the query host groups params

func (*QueryHostGroupsParams) WithDefaults

func (o *QueryHostGroupsParams) WithDefaults() *QueryHostGroupsParams

WithDefaults hydrates default values in the query host groups params (not the query body).

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

func (*QueryHostGroupsParams) WithFilter

func (o *QueryHostGroupsParams) WithFilter(filter *string) *QueryHostGroupsParams

WithFilter adds the filter to the query host groups params

func (*QueryHostGroupsParams) WithHTTPClient

func (o *QueryHostGroupsParams) WithHTTPClient(client *http.Client) *QueryHostGroupsParams

WithHTTPClient adds the HTTPClient to the query host groups params

func (*QueryHostGroupsParams) WithLimit

func (o *QueryHostGroupsParams) WithLimit(limit *int64) *QueryHostGroupsParams

WithLimit adds the limit to the query host groups params

func (*QueryHostGroupsParams) WithOffset

func (o *QueryHostGroupsParams) WithOffset(offset *int64) *QueryHostGroupsParams

WithOffset adds the offset to the query host groups params

func (*QueryHostGroupsParams) WithSort

WithSort adds the sort to the query host groups params

func (*QueryHostGroupsParams) WithTimeout

func (o *QueryHostGroupsParams) WithTimeout(timeout time.Duration) *QueryHostGroupsParams

WithTimeout adds the timeout to the query host groups params

func (*QueryHostGroupsParams) WriteToRequest

func (o *QueryHostGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type QueryHostGroupsReader

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

QueryHostGroupsReader is a Reader for the QueryHostGroups structure.

func (*QueryHostGroupsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryHostGroupsTooManyRequests

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

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

Too Many Requests

func NewQueryHostGroupsTooManyRequests

func NewQueryHostGroupsTooManyRequests() *QueryHostGroupsTooManyRequests

NewQueryHostGroupsTooManyRequests creates a QueryHostGroupsTooManyRequests with default headers values

func (*QueryHostGroupsTooManyRequests) Code added in v0.2.33

Code gets the status code for the query host groups too many requests response

func (*QueryHostGroupsTooManyRequests) Error

func (*QueryHostGroupsTooManyRequests) GetPayload

func (*QueryHostGroupsTooManyRequests) IsClientError added in v0.2.27

func (o *QueryHostGroupsTooManyRequests) IsClientError() bool

IsClientError returns true when this query host groups too many requests response has a 4xx status code

func (*QueryHostGroupsTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this query host groups too many requests response a status code equal to that given

func (*QueryHostGroupsTooManyRequests) IsRedirect added in v0.2.27

func (o *QueryHostGroupsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this query host groups too many requests response has a 3xx status code

func (*QueryHostGroupsTooManyRequests) IsServerError added in v0.2.27

func (o *QueryHostGroupsTooManyRequests) IsServerError() bool

IsServerError returns true when this query host groups too many requests response has a 5xx status code

func (*QueryHostGroupsTooManyRequests) IsSuccess added in v0.2.27

func (o *QueryHostGroupsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this query host groups too many requests response has a 2xx status code

func (*QueryHostGroupsTooManyRequests) String added in v0.2.27

type UpdateHostGroupsBadRequest

type UpdateHostGroupsBadRequest 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.HostGroupsRespV1
}

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

Bad Request

func NewUpdateHostGroupsBadRequest

func NewUpdateHostGroupsBadRequest() *UpdateHostGroupsBadRequest

NewUpdateHostGroupsBadRequest creates a UpdateHostGroupsBadRequest with default headers values

func (*UpdateHostGroupsBadRequest) Code added in v0.2.33

func (o *UpdateHostGroupsBadRequest) Code() int

Code gets the status code for the update host groups bad request response

func (*UpdateHostGroupsBadRequest) Error

func (*UpdateHostGroupsBadRequest) GetPayload

func (*UpdateHostGroupsBadRequest) IsClientError added in v0.2.27

func (o *UpdateHostGroupsBadRequest) IsClientError() bool

IsClientError returns true when this update host groups bad request response has a 4xx status code

func (*UpdateHostGroupsBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this update host groups bad request response a status code equal to that given

func (*UpdateHostGroupsBadRequest) IsRedirect added in v0.2.27

func (o *UpdateHostGroupsBadRequest) IsRedirect() bool

IsRedirect returns true when this update host groups bad request response has a 3xx status code

func (*UpdateHostGroupsBadRequest) IsServerError added in v0.2.27

func (o *UpdateHostGroupsBadRequest) IsServerError() bool

IsServerError returns true when this update host groups bad request response has a 5xx status code

func (*UpdateHostGroupsBadRequest) IsSuccess added in v0.2.27

func (o *UpdateHostGroupsBadRequest) IsSuccess() bool

IsSuccess returns true when this update host groups bad request response has a 2xx status code

func (*UpdateHostGroupsBadRequest) String added in v0.2.27

func (o *UpdateHostGroupsBadRequest) String() string

type UpdateHostGroupsForbidden

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

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

Forbidden

func NewUpdateHostGroupsForbidden

func NewUpdateHostGroupsForbidden() *UpdateHostGroupsForbidden

NewUpdateHostGroupsForbidden creates a UpdateHostGroupsForbidden with default headers values

func (*UpdateHostGroupsForbidden) Code added in v0.2.33

func (o *UpdateHostGroupsForbidden) Code() int

Code gets the status code for the update host groups forbidden response

func (*UpdateHostGroupsForbidden) Error

func (o *UpdateHostGroupsForbidden) Error() string

func (*UpdateHostGroupsForbidden) GetPayload

func (*UpdateHostGroupsForbidden) IsClientError added in v0.2.27

func (o *UpdateHostGroupsForbidden) IsClientError() bool

IsClientError returns true when this update host groups forbidden response has a 4xx status code

func (*UpdateHostGroupsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this update host groups forbidden response a status code equal to that given

func (*UpdateHostGroupsForbidden) IsRedirect added in v0.2.27

func (o *UpdateHostGroupsForbidden) IsRedirect() bool

IsRedirect returns true when this update host groups forbidden response has a 3xx status code

func (*UpdateHostGroupsForbidden) IsServerError added in v0.2.27

func (o *UpdateHostGroupsForbidden) IsServerError() bool

IsServerError returns true when this update host groups forbidden response has a 5xx status code

func (*UpdateHostGroupsForbidden) IsSuccess added in v0.2.27

func (o *UpdateHostGroupsForbidden) IsSuccess() bool

IsSuccess returns true when this update host groups forbidden response has a 2xx status code

func (*UpdateHostGroupsForbidden) String added in v0.2.27

func (o *UpdateHostGroupsForbidden) String() string

type UpdateHostGroupsInternalServerError

type UpdateHostGroupsInternalServerError 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.HostGroupsRespV1
}

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

Internal Server Error

func NewUpdateHostGroupsInternalServerError

func NewUpdateHostGroupsInternalServerError() *UpdateHostGroupsInternalServerError

NewUpdateHostGroupsInternalServerError creates a UpdateHostGroupsInternalServerError with default headers values

func (*UpdateHostGroupsInternalServerError) Code added in v0.2.33

Code gets the status code for the update host groups internal server error response

func (*UpdateHostGroupsInternalServerError) Error

func (*UpdateHostGroupsInternalServerError) GetPayload

func (*UpdateHostGroupsInternalServerError) IsClientError added in v0.2.27

func (o *UpdateHostGroupsInternalServerError) IsClientError() bool

IsClientError returns true when this update host groups internal server error response has a 4xx status code

func (*UpdateHostGroupsInternalServerError) IsCode added in v0.2.27

IsCode returns true when this update host groups internal server error response a status code equal to that given

func (*UpdateHostGroupsInternalServerError) IsRedirect added in v0.2.27

func (o *UpdateHostGroupsInternalServerError) IsRedirect() bool

IsRedirect returns true when this update host groups internal server error response has a 3xx status code

func (*UpdateHostGroupsInternalServerError) IsServerError added in v0.2.27

func (o *UpdateHostGroupsInternalServerError) IsServerError() bool

IsServerError returns true when this update host groups internal server error response has a 5xx status code

func (*UpdateHostGroupsInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this update host groups internal server error response has a 2xx status code

func (*UpdateHostGroupsInternalServerError) String added in v0.2.27

type UpdateHostGroupsNotFound

type UpdateHostGroupsNotFound 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.HostGroupsRespV1
}

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

Not Found

func NewUpdateHostGroupsNotFound

func NewUpdateHostGroupsNotFound() *UpdateHostGroupsNotFound

NewUpdateHostGroupsNotFound creates a UpdateHostGroupsNotFound with default headers values

func (*UpdateHostGroupsNotFound) Code added in v0.2.33

func (o *UpdateHostGroupsNotFound) Code() int

Code gets the status code for the update host groups not found response

func (*UpdateHostGroupsNotFound) Error

func (o *UpdateHostGroupsNotFound) Error() string

func (*UpdateHostGroupsNotFound) GetPayload

func (*UpdateHostGroupsNotFound) IsClientError added in v0.2.27

func (o *UpdateHostGroupsNotFound) IsClientError() bool

IsClientError returns true when this update host groups not found response has a 4xx status code

func (*UpdateHostGroupsNotFound) IsCode added in v0.2.27

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

IsCode returns true when this update host groups not found response a status code equal to that given

func (*UpdateHostGroupsNotFound) IsRedirect added in v0.2.27

func (o *UpdateHostGroupsNotFound) IsRedirect() bool

IsRedirect returns true when this update host groups not found response has a 3xx status code

func (*UpdateHostGroupsNotFound) IsServerError added in v0.2.27

func (o *UpdateHostGroupsNotFound) IsServerError() bool

IsServerError returns true when this update host groups not found response has a 5xx status code

func (*UpdateHostGroupsNotFound) IsSuccess added in v0.2.27

func (o *UpdateHostGroupsNotFound) IsSuccess() bool

IsSuccess returns true when this update host groups not found response has a 2xx status code

func (*UpdateHostGroupsNotFound) String added in v0.2.27

func (o *UpdateHostGroupsNotFound) String() string

type UpdateHostGroupsOK

type UpdateHostGroupsOK 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.HostGroupsRespV1
}

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

OK

func NewUpdateHostGroupsOK

func NewUpdateHostGroupsOK() *UpdateHostGroupsOK

NewUpdateHostGroupsOK creates a UpdateHostGroupsOK with default headers values

func (*UpdateHostGroupsOK) Code added in v0.2.33

func (o *UpdateHostGroupsOK) Code() int

Code gets the status code for the update host groups o k response

func (*UpdateHostGroupsOK) Error

func (o *UpdateHostGroupsOK) Error() string

func (*UpdateHostGroupsOK) GetPayload

func (o *UpdateHostGroupsOK) GetPayload() *models.HostGroupsRespV1

func (*UpdateHostGroupsOK) IsClientError added in v0.2.27

func (o *UpdateHostGroupsOK) IsClientError() bool

IsClientError returns true when this update host groups o k response has a 4xx status code

func (*UpdateHostGroupsOK) IsCode added in v0.2.27

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

IsCode returns true when this update host groups o k response a status code equal to that given

func (*UpdateHostGroupsOK) IsRedirect added in v0.2.27

func (o *UpdateHostGroupsOK) IsRedirect() bool

IsRedirect returns true when this update host groups o k response has a 3xx status code

func (*UpdateHostGroupsOK) IsServerError added in v0.2.27

func (o *UpdateHostGroupsOK) IsServerError() bool

IsServerError returns true when this update host groups o k response has a 5xx status code

func (*UpdateHostGroupsOK) IsSuccess added in v0.2.27

func (o *UpdateHostGroupsOK) IsSuccess() bool

IsSuccess returns true when this update host groups o k response has a 2xx status code

func (*UpdateHostGroupsOK) String added in v0.2.27

func (o *UpdateHostGroupsOK) String() string

type UpdateHostGroupsParams

type UpdateHostGroupsParams struct {

	// Body.
	Body *models.HostGroupsUpdateGroupsReqV1

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

UpdateHostGroupsParams contains all the parameters to send to the API endpoint

for the update host groups operation.

Typically these are written to a http.Request.

func NewUpdateHostGroupsParams

func NewUpdateHostGroupsParams() *UpdateHostGroupsParams

NewUpdateHostGroupsParams creates a new UpdateHostGroupsParams 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 NewUpdateHostGroupsParamsWithContext

func NewUpdateHostGroupsParamsWithContext(ctx context.Context) *UpdateHostGroupsParams

NewUpdateHostGroupsParamsWithContext creates a new UpdateHostGroupsParams object with the ability to set a context for a request.

func NewUpdateHostGroupsParamsWithHTTPClient

func NewUpdateHostGroupsParamsWithHTTPClient(client *http.Client) *UpdateHostGroupsParams

NewUpdateHostGroupsParamsWithHTTPClient creates a new UpdateHostGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateHostGroupsParamsWithTimeout

func NewUpdateHostGroupsParamsWithTimeout(timeout time.Duration) *UpdateHostGroupsParams

NewUpdateHostGroupsParamsWithTimeout creates a new UpdateHostGroupsParams object with the ability to set a timeout on a request.

func (*UpdateHostGroupsParams) SetBody

SetBody adds the body to the update host groups params

func (*UpdateHostGroupsParams) SetContext

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

SetContext adds the context to the update host groups params

func (*UpdateHostGroupsParams) SetDefaults

func (o *UpdateHostGroupsParams) SetDefaults()

SetDefaults hydrates default values in the update host groups params (not the query body).

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

func (*UpdateHostGroupsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update host groups params

func (*UpdateHostGroupsParams) SetTimeout

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

SetTimeout adds the timeout to the update host groups params

func (*UpdateHostGroupsParams) WithBody

WithBody adds the body to the update host groups params

func (*UpdateHostGroupsParams) WithContext

WithContext adds the context to the update host groups params

func (*UpdateHostGroupsParams) WithDefaults

WithDefaults hydrates default values in the update host groups params (not the query body).

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

func (*UpdateHostGroupsParams) WithHTTPClient

func (o *UpdateHostGroupsParams) WithHTTPClient(client *http.Client) *UpdateHostGroupsParams

WithHTTPClient adds the HTTPClient to the update host groups params

func (*UpdateHostGroupsParams) WithTimeout

WithTimeout adds the timeout to the update host groups params

func (*UpdateHostGroupsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateHostGroupsReader

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

UpdateHostGroupsReader is a Reader for the UpdateHostGroups structure.

func (*UpdateHostGroupsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateHostGroupsTooManyRequests

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

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

Too Many Requests

func NewUpdateHostGroupsTooManyRequests

func NewUpdateHostGroupsTooManyRequests() *UpdateHostGroupsTooManyRequests

NewUpdateHostGroupsTooManyRequests creates a UpdateHostGroupsTooManyRequests with default headers values

func (*UpdateHostGroupsTooManyRequests) Code added in v0.2.33

Code gets the status code for the update host groups too many requests response

func (*UpdateHostGroupsTooManyRequests) Error

func (*UpdateHostGroupsTooManyRequests) GetPayload

func (*UpdateHostGroupsTooManyRequests) IsClientError added in v0.2.27

func (o *UpdateHostGroupsTooManyRequests) IsClientError() bool

IsClientError returns true when this update host groups too many requests response has a 4xx status code

func (*UpdateHostGroupsTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this update host groups too many requests response a status code equal to that given

func (*UpdateHostGroupsTooManyRequests) IsRedirect added in v0.2.27

func (o *UpdateHostGroupsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this update host groups too many requests response has a 3xx status code

func (*UpdateHostGroupsTooManyRequests) IsServerError added in v0.2.27

func (o *UpdateHostGroupsTooManyRequests) IsServerError() bool

IsServerError returns true when this update host groups too many requests response has a 5xx status code

func (*UpdateHostGroupsTooManyRequests) IsSuccess added in v0.2.27

func (o *UpdateHostGroupsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this update host groups too many requests response has a 2xx status code

func (*UpdateHostGroupsTooManyRequests) String added in v0.2.27

Jump to

Keyboard shortcuts

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