Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateHostGroups(params *CreateHostGroupsParams, opts ...ClientOption) (*CreateHostGroupsCreated, error)
- func (a *Client) DeleteHostGroups(params *DeleteHostGroupsParams, opts ...ClientOption) (*DeleteHostGroupsOK, error)
- func (a *Client) GetHostGroups(params *GetHostGroupsParams, opts ...ClientOption) (*GetHostGroupsOK, error)
- func (a *Client) PerformGroupAction(params *PerformGroupActionParams, opts ...ClientOption) (*PerformGroupActionOK, error)
- func (a *Client) QueryCombinedGroupMembers(params *QueryCombinedGroupMembersParams, opts ...ClientOption) (*QueryCombinedGroupMembersOK, error)
- func (a *Client) QueryCombinedHostGroups(params *QueryCombinedHostGroupsParams, opts ...ClientOption) (*QueryCombinedHostGroupsOK, error)
- func (a *Client) QueryGroupMembers(params *QueryGroupMembersParams, opts ...ClientOption) (*QueryGroupMembersOK, error)
- func (a *Client) QueryHostGroups(params *QueryHostGroupsParams, opts ...ClientOption) (*QueryHostGroupsOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateHostGroups(params *UpdateHostGroupsParams, opts ...ClientOption) (*UpdateHostGroupsOK, error)
- type ClientOption
- type ClientService
- type CreateHostGroupsBadRequest
- type CreateHostGroupsCreated
- type CreateHostGroupsForbidden
- type CreateHostGroupsInternalServerError
- type CreateHostGroupsParams
- func NewCreateHostGroupsParams() *CreateHostGroupsParams
- func NewCreateHostGroupsParamsWithContext(ctx context.Context) *CreateHostGroupsParams
- func NewCreateHostGroupsParamsWithHTTPClient(client *http.Client) *CreateHostGroupsParams
- func NewCreateHostGroupsParamsWithTimeout(timeout time.Duration) *CreateHostGroupsParams
- func (o *CreateHostGroupsParams) SetBody(body *models.RequestsCreateGroupsV1)
- func (o *CreateHostGroupsParams) SetContext(ctx context.Context)
- func (o *CreateHostGroupsParams) SetDefaults()
- func (o *CreateHostGroupsParams) SetHTTPClient(client *http.Client)
- func (o *CreateHostGroupsParams) SetTimeout(timeout time.Duration)
- func (o *CreateHostGroupsParams) WithBody(body *models.RequestsCreateGroupsV1) *CreateHostGroupsParams
- func (o *CreateHostGroupsParams) WithContext(ctx context.Context) *CreateHostGroupsParams
- func (o *CreateHostGroupsParams) WithDefaults() *CreateHostGroupsParams
- func (o *CreateHostGroupsParams) WithHTTPClient(client *http.Client) *CreateHostGroupsParams
- func (o *CreateHostGroupsParams) WithTimeout(timeout time.Duration) *CreateHostGroupsParams
- func (o *CreateHostGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateHostGroupsReader
- type CreateHostGroupsTooManyRequests
- type DeleteHostGroupsDefault
- type DeleteHostGroupsForbidden
- type DeleteHostGroupsInternalServerError
- type DeleteHostGroupsNotFound
- type DeleteHostGroupsOK
- type DeleteHostGroupsParams
- func NewDeleteHostGroupsParams() *DeleteHostGroupsParams
- func NewDeleteHostGroupsParamsWithContext(ctx context.Context) *DeleteHostGroupsParams
- func NewDeleteHostGroupsParamsWithHTTPClient(client *http.Client) *DeleteHostGroupsParams
- func NewDeleteHostGroupsParamsWithTimeout(timeout time.Duration) *DeleteHostGroupsParams
- func (o *DeleteHostGroupsParams) SetContext(ctx context.Context)
- func (o *DeleteHostGroupsParams) SetDefaults()
- func (o *DeleteHostGroupsParams) SetHTTPClient(client *http.Client)
- func (o *DeleteHostGroupsParams) SetIds(ids []string)
- func (o *DeleteHostGroupsParams) SetTimeout(timeout time.Duration)
- func (o *DeleteHostGroupsParams) WithContext(ctx context.Context) *DeleteHostGroupsParams
- func (o *DeleteHostGroupsParams) WithDefaults() *DeleteHostGroupsParams
- func (o *DeleteHostGroupsParams) WithHTTPClient(client *http.Client) *DeleteHostGroupsParams
- func (o *DeleteHostGroupsParams) WithIds(ids []string) *DeleteHostGroupsParams
- func (o *DeleteHostGroupsParams) WithTimeout(timeout time.Duration) *DeleteHostGroupsParams
- func (o *DeleteHostGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteHostGroupsReader
- type DeleteHostGroupsTooManyRequests
- type GetHostGroupsBadRequest
- type GetHostGroupsDefault
- type GetHostGroupsForbidden
- type GetHostGroupsInternalServerError
- type GetHostGroupsNotFound
- type GetHostGroupsOK
- type GetHostGroupsParams
- func (o *GetHostGroupsParams) SetContext(ctx context.Context)
- func (o *GetHostGroupsParams) SetDefaults()
- func (o *GetHostGroupsParams) SetHTTPClient(client *http.Client)
- func (o *GetHostGroupsParams) SetIds(ids []string)
- func (o *GetHostGroupsParams) SetTimeout(timeout time.Duration)
- func (o *GetHostGroupsParams) WithContext(ctx context.Context) *GetHostGroupsParams
- func (o *GetHostGroupsParams) WithDefaults() *GetHostGroupsParams
- func (o *GetHostGroupsParams) WithHTTPClient(client *http.Client) *GetHostGroupsParams
- func (o *GetHostGroupsParams) WithIds(ids []string) *GetHostGroupsParams
- func (o *GetHostGroupsParams) WithTimeout(timeout time.Duration) *GetHostGroupsParams
- func (o *GetHostGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetHostGroupsReader
- type GetHostGroupsTooManyRequests
- type PerformGroupActionBadRequest
- type PerformGroupActionDefault
- type PerformGroupActionForbidden
- type PerformGroupActionInternalServerError
- type PerformGroupActionNotFound
- type PerformGroupActionOK
- type PerformGroupActionParams
- func NewPerformGroupActionParams() *PerformGroupActionParams
- func NewPerformGroupActionParamsWithContext(ctx context.Context) *PerformGroupActionParams
- func NewPerformGroupActionParamsWithHTTPClient(client *http.Client) *PerformGroupActionParams
- func NewPerformGroupActionParamsWithTimeout(timeout time.Duration) *PerformGroupActionParams
- func (o *PerformGroupActionParams) SetActionName(actionName string)
- func (o *PerformGroupActionParams) SetBody(body *models.MsaEntityActionRequestV2)
- func (o *PerformGroupActionParams) SetContext(ctx context.Context)
- func (o *PerformGroupActionParams) SetDefaults()
- func (o *PerformGroupActionParams) SetHTTPClient(client *http.Client)
- func (o *PerformGroupActionParams) SetTimeout(timeout time.Duration)
- func (o *PerformGroupActionParams) WithActionName(actionName string) *PerformGroupActionParams
- func (o *PerformGroupActionParams) WithBody(body *models.MsaEntityActionRequestV2) *PerformGroupActionParams
- func (o *PerformGroupActionParams) WithContext(ctx context.Context) *PerformGroupActionParams
- func (o *PerformGroupActionParams) WithDefaults() *PerformGroupActionParams
- func (o *PerformGroupActionParams) WithHTTPClient(client *http.Client) *PerformGroupActionParams
- func (o *PerformGroupActionParams) WithTimeout(timeout time.Duration) *PerformGroupActionParams
- func (o *PerformGroupActionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PerformGroupActionReader
- type PerformGroupActionTooManyRequests
- type QueryCombinedGroupMembersBadRequest
- type QueryCombinedGroupMembersDefault
- type QueryCombinedGroupMembersForbidden
- type QueryCombinedGroupMembersInternalServerError
- type QueryCombinedGroupMembersNotFound
- type QueryCombinedGroupMembersOK
- type QueryCombinedGroupMembersParams
- func NewQueryCombinedGroupMembersParams() *QueryCombinedGroupMembersParams
- func NewQueryCombinedGroupMembersParamsWithContext(ctx context.Context) *QueryCombinedGroupMembersParams
- func NewQueryCombinedGroupMembersParamsWithHTTPClient(client *http.Client) *QueryCombinedGroupMembersParams
- func NewQueryCombinedGroupMembersParamsWithTimeout(timeout time.Duration) *QueryCombinedGroupMembersParams
- func (o *QueryCombinedGroupMembersParams) SetContext(ctx context.Context)
- func (o *QueryCombinedGroupMembersParams) SetDefaults()
- func (o *QueryCombinedGroupMembersParams) SetFilter(filter *string)
- func (o *QueryCombinedGroupMembersParams) SetHTTPClient(client *http.Client)
- func (o *QueryCombinedGroupMembersParams) SetID(id *string)
- func (o *QueryCombinedGroupMembersParams) SetLimit(limit *int64)
- func (o *QueryCombinedGroupMembersParams) SetOffset(offset *int64)
- func (o *QueryCombinedGroupMembersParams) SetSort(sort *string)
- func (o *QueryCombinedGroupMembersParams) SetTimeout(timeout time.Duration)
- func (o *QueryCombinedGroupMembersParams) WithContext(ctx context.Context) *QueryCombinedGroupMembersParams
- func (o *QueryCombinedGroupMembersParams) WithDefaults() *QueryCombinedGroupMembersParams
- func (o *QueryCombinedGroupMembersParams) WithFilter(filter *string) *QueryCombinedGroupMembersParams
- func (o *QueryCombinedGroupMembersParams) WithHTTPClient(client *http.Client) *QueryCombinedGroupMembersParams
- func (o *QueryCombinedGroupMembersParams) WithID(id *string) *QueryCombinedGroupMembersParams
- func (o *QueryCombinedGroupMembersParams) WithLimit(limit *int64) *QueryCombinedGroupMembersParams
- func (o *QueryCombinedGroupMembersParams) WithOffset(offset *int64) *QueryCombinedGroupMembersParams
- func (o *QueryCombinedGroupMembersParams) WithSort(sort *string) *QueryCombinedGroupMembersParams
- func (o *QueryCombinedGroupMembersParams) WithTimeout(timeout time.Duration) *QueryCombinedGroupMembersParams
- func (o *QueryCombinedGroupMembersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryCombinedGroupMembersReader
- type QueryCombinedGroupMembersTooManyRequests
- type QueryCombinedHostGroupsBadRequest
- type QueryCombinedHostGroupsDefault
- type QueryCombinedHostGroupsForbidden
- type QueryCombinedHostGroupsInternalServerError
- type QueryCombinedHostGroupsOK
- type QueryCombinedHostGroupsParams
- func NewQueryCombinedHostGroupsParams() *QueryCombinedHostGroupsParams
- func NewQueryCombinedHostGroupsParamsWithContext(ctx context.Context) *QueryCombinedHostGroupsParams
- func NewQueryCombinedHostGroupsParamsWithHTTPClient(client *http.Client) *QueryCombinedHostGroupsParams
- func NewQueryCombinedHostGroupsParamsWithTimeout(timeout time.Duration) *QueryCombinedHostGroupsParams
- func (o *QueryCombinedHostGroupsParams) SetContext(ctx context.Context)
- func (o *QueryCombinedHostGroupsParams) SetDefaults()
- func (o *QueryCombinedHostGroupsParams) SetFilter(filter *string)
- func (o *QueryCombinedHostGroupsParams) SetHTTPClient(client *http.Client)
- func (o *QueryCombinedHostGroupsParams) SetLimit(limit *int64)
- func (o *QueryCombinedHostGroupsParams) SetOffset(offset *int64)
- func (o *QueryCombinedHostGroupsParams) SetSort(sort *string)
- func (o *QueryCombinedHostGroupsParams) SetTimeout(timeout time.Duration)
- func (o *QueryCombinedHostGroupsParams) WithContext(ctx context.Context) *QueryCombinedHostGroupsParams
- func (o *QueryCombinedHostGroupsParams) WithDefaults() *QueryCombinedHostGroupsParams
- func (o *QueryCombinedHostGroupsParams) WithFilter(filter *string) *QueryCombinedHostGroupsParams
- func (o *QueryCombinedHostGroupsParams) WithHTTPClient(client *http.Client) *QueryCombinedHostGroupsParams
- func (o *QueryCombinedHostGroupsParams) WithLimit(limit *int64) *QueryCombinedHostGroupsParams
- func (o *QueryCombinedHostGroupsParams) WithOffset(offset *int64) *QueryCombinedHostGroupsParams
- func (o *QueryCombinedHostGroupsParams) WithSort(sort *string) *QueryCombinedHostGroupsParams
- func (o *QueryCombinedHostGroupsParams) WithTimeout(timeout time.Duration) *QueryCombinedHostGroupsParams
- func (o *QueryCombinedHostGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryCombinedHostGroupsReader
- type QueryCombinedHostGroupsTooManyRequests
- type QueryGroupMembersBadRequest
- type QueryGroupMembersDefault
- type QueryGroupMembersForbidden
- type QueryGroupMembersInternalServerError
- type QueryGroupMembersNotFound
- type QueryGroupMembersOK
- type QueryGroupMembersParams
- func NewQueryGroupMembersParams() *QueryGroupMembersParams
- func NewQueryGroupMembersParamsWithContext(ctx context.Context) *QueryGroupMembersParams
- func NewQueryGroupMembersParamsWithHTTPClient(client *http.Client) *QueryGroupMembersParams
- func NewQueryGroupMembersParamsWithTimeout(timeout time.Duration) *QueryGroupMembersParams
- func (o *QueryGroupMembersParams) SetContext(ctx context.Context)
- func (o *QueryGroupMembersParams) SetDefaults()
- func (o *QueryGroupMembersParams) SetFilter(filter *string)
- func (o *QueryGroupMembersParams) SetHTTPClient(client *http.Client)
- func (o *QueryGroupMembersParams) SetID(id *string)
- func (o *QueryGroupMembersParams) SetLimit(limit *int64)
- func (o *QueryGroupMembersParams) SetOffset(offset *int64)
- func (o *QueryGroupMembersParams) SetSort(sort *string)
- func (o *QueryGroupMembersParams) SetTimeout(timeout time.Duration)
- func (o *QueryGroupMembersParams) WithContext(ctx context.Context) *QueryGroupMembersParams
- func (o *QueryGroupMembersParams) WithDefaults() *QueryGroupMembersParams
- func (o *QueryGroupMembersParams) WithFilter(filter *string) *QueryGroupMembersParams
- func (o *QueryGroupMembersParams) WithHTTPClient(client *http.Client) *QueryGroupMembersParams
- func (o *QueryGroupMembersParams) WithID(id *string) *QueryGroupMembersParams
- func (o *QueryGroupMembersParams) WithLimit(limit *int64) *QueryGroupMembersParams
- func (o *QueryGroupMembersParams) WithOffset(offset *int64) *QueryGroupMembersParams
- func (o *QueryGroupMembersParams) WithSort(sort *string) *QueryGroupMembersParams
- func (o *QueryGroupMembersParams) WithTimeout(timeout time.Duration) *QueryGroupMembersParams
- func (o *QueryGroupMembersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryGroupMembersReader
- type QueryGroupMembersTooManyRequests
- type QueryHostGroupsBadRequest
- type QueryHostGroupsDefault
- type QueryHostGroupsForbidden
- type QueryHostGroupsInternalServerError
- type QueryHostGroupsOK
- type QueryHostGroupsParams
- func NewQueryHostGroupsParams() *QueryHostGroupsParams
- func NewQueryHostGroupsParamsWithContext(ctx context.Context) *QueryHostGroupsParams
- func NewQueryHostGroupsParamsWithHTTPClient(client *http.Client) *QueryHostGroupsParams
- func NewQueryHostGroupsParamsWithTimeout(timeout time.Duration) *QueryHostGroupsParams
- func (o *QueryHostGroupsParams) SetContext(ctx context.Context)
- func (o *QueryHostGroupsParams) SetDefaults()
- func (o *QueryHostGroupsParams) SetFilter(filter *string)
- func (o *QueryHostGroupsParams) SetHTTPClient(client *http.Client)
- func (o *QueryHostGroupsParams) SetLimit(limit *int64)
- func (o *QueryHostGroupsParams) SetOffset(offset *int64)
- func (o *QueryHostGroupsParams) SetSort(sort *string)
- func (o *QueryHostGroupsParams) SetTimeout(timeout time.Duration)
- func (o *QueryHostGroupsParams) WithContext(ctx context.Context) *QueryHostGroupsParams
- func (o *QueryHostGroupsParams) WithDefaults() *QueryHostGroupsParams
- func (o *QueryHostGroupsParams) WithFilter(filter *string) *QueryHostGroupsParams
- func (o *QueryHostGroupsParams) WithHTTPClient(client *http.Client) *QueryHostGroupsParams
- func (o *QueryHostGroupsParams) WithLimit(limit *int64) *QueryHostGroupsParams
- func (o *QueryHostGroupsParams) WithOffset(offset *int64) *QueryHostGroupsParams
- func (o *QueryHostGroupsParams) WithSort(sort *string) *QueryHostGroupsParams
- func (o *QueryHostGroupsParams) WithTimeout(timeout time.Duration) *QueryHostGroupsParams
- func (o *QueryHostGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryHostGroupsReader
- type QueryHostGroupsTooManyRequests
- type UpdateHostGroupsBadRequest
- type UpdateHostGroupsDefault
- type UpdateHostGroupsForbidden
- type UpdateHostGroupsInternalServerError
- type UpdateHostGroupsNotFound
- type UpdateHostGroupsOK
- type UpdateHostGroupsParams
- func NewUpdateHostGroupsParams() *UpdateHostGroupsParams
- func NewUpdateHostGroupsParamsWithContext(ctx context.Context) *UpdateHostGroupsParams
- func NewUpdateHostGroupsParamsWithHTTPClient(client *http.Client) *UpdateHostGroupsParams
- func NewUpdateHostGroupsParamsWithTimeout(timeout time.Duration) *UpdateHostGroupsParams
- func (o *UpdateHostGroupsParams) SetBody(body *models.RequestsUpdateGroupsV1)
- func (o *UpdateHostGroupsParams) SetContext(ctx context.Context)
- func (o *UpdateHostGroupsParams) SetDefaults()
- func (o *UpdateHostGroupsParams) SetHTTPClient(client *http.Client)
- func (o *UpdateHostGroupsParams) SetTimeout(timeout time.Duration)
- func (o *UpdateHostGroupsParams) WithBody(body *models.RequestsUpdateGroupsV1) *UpdateHostGroupsParams
- func (o *UpdateHostGroupsParams) WithContext(ctx context.Context) *UpdateHostGroupsParams
- func (o *UpdateHostGroupsParams) WithDefaults() *UpdateHostGroupsParams
- func (o *UpdateHostGroupsParams) WithHTTPClient(client *http.Client) *UpdateHostGroupsParams
- func (o *UpdateHostGroupsParams) WithTimeout(timeout time.Duration) *UpdateHostGroupsParams
- func (o *UpdateHostGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateHostGroupsReader
- type UpdateHostGroupsTooManyRequests
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 { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.ResponsesHostGroupsV1 }
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) Error ¶
func (o *CreateHostGroupsBadRequest) Error() string
func (*CreateHostGroupsBadRequest) GetPayload ¶
func (o *CreateHostGroupsBadRequest) GetPayload() *models.ResponsesHostGroupsV1
type CreateHostGroupsCreated ¶
type CreateHostGroupsCreated struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.ResponsesHostGroupsV1 }
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) Error ¶
func (o *CreateHostGroupsCreated) Error() string
func (*CreateHostGroupsCreated) GetPayload ¶
func (o *CreateHostGroupsCreated) GetPayload() *models.ResponsesHostGroupsV1
type CreateHostGroupsForbidden ¶
type CreateHostGroupsForbidden struct { /* 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) Error ¶
func (o *CreateHostGroupsForbidden) Error() string
func (*CreateHostGroupsForbidden) GetPayload ¶
func (o *CreateHostGroupsForbidden) GetPayload() *models.MsaReplyMetaOnly
type CreateHostGroupsInternalServerError ¶
type CreateHostGroupsInternalServerError struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.ResponsesHostGroupsV1 }
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) Error ¶
func (o *CreateHostGroupsInternalServerError) Error() string
func (*CreateHostGroupsInternalServerError) GetPayload ¶
func (o *CreateHostGroupsInternalServerError) GetPayload() *models.ResponsesHostGroupsV1
type CreateHostGroupsParams ¶
type CreateHostGroupsParams struct { // Body. Body *models.RequestsCreateGroupsV1 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 ¶
func (o *CreateHostGroupsParams) SetBody(body *models.RequestsCreateGroupsV1)
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 ¶
func (o *CreateHostGroupsParams) WithBody(body *models.RequestsCreateGroupsV1) *CreateHostGroupsParams
WithBody adds the body to the create host groups params
func (*CreateHostGroupsParams) WithContext ¶
func (o *CreateHostGroupsParams) WithContext(ctx context.Context) *CreateHostGroupsParams
WithContext adds the context to the create host groups params
func (*CreateHostGroupsParams) WithDefaults ¶
func (o *CreateHostGroupsParams) WithDefaults() *CreateHostGroupsParams
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 ¶
func (o *CreateHostGroupsParams) WithTimeout(timeout time.Duration) *CreateHostGroupsParams
WithTimeout adds the timeout to the create host groups params
func (*CreateHostGroupsParams) WriteToRequest ¶
func (o *CreateHostGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 { /* 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) Error ¶
func (o *CreateHostGroupsTooManyRequests) Error() string
func (*CreateHostGroupsTooManyRequests) GetPayload ¶
func (o *CreateHostGroupsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type DeleteHostGroupsDefault ¶
type DeleteHostGroupsDefault struct { Payload *models.MsaQueryResponse // contains filtered or unexported fields }
DeleteHostGroupsDefault describes a response with status code -1, with default header values.
OK
func NewDeleteHostGroupsDefault ¶
func NewDeleteHostGroupsDefault(code int) *DeleteHostGroupsDefault
NewDeleteHostGroupsDefault creates a DeleteHostGroupsDefault with default headers values
func (*DeleteHostGroupsDefault) Code ¶
func (o *DeleteHostGroupsDefault) Code() int
Code gets the status code for the delete host groups default response
func (*DeleteHostGroupsDefault) Error ¶
func (o *DeleteHostGroupsDefault) Error() string
func (*DeleteHostGroupsDefault) GetPayload ¶
func (o *DeleteHostGroupsDefault) GetPayload() *models.MsaQueryResponse
type DeleteHostGroupsForbidden ¶
type DeleteHostGroupsForbidden struct { /* 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) Error ¶
func (o *DeleteHostGroupsForbidden) Error() string
func (*DeleteHostGroupsForbidden) GetPayload ¶
func (o *DeleteHostGroupsForbidden) GetPayload() *models.MsaReplyMetaOnly
type DeleteHostGroupsInternalServerError ¶
type DeleteHostGroupsInternalServerError struct { /* 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) Error ¶
func (o *DeleteHostGroupsInternalServerError) Error() string
func (*DeleteHostGroupsInternalServerError) GetPayload ¶
func (o *DeleteHostGroupsInternalServerError) GetPayload() *models.MsaQueryResponse
type DeleteHostGroupsNotFound ¶
type DeleteHostGroupsNotFound struct { /* 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) Error ¶
func (o *DeleteHostGroupsNotFound) Error() string
func (*DeleteHostGroupsNotFound) GetPayload ¶
func (o *DeleteHostGroupsNotFound) GetPayload() *models.MsaQueryResponse
type DeleteHostGroupsOK ¶
type DeleteHostGroupsOK struct { /* 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) Error ¶
func (o *DeleteHostGroupsOK) Error() string
func (*DeleteHostGroupsOK) GetPayload ¶
func (o *DeleteHostGroupsOK) GetPayload() *models.MsaQueryResponse
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 ¶
func (o *DeleteHostGroupsParams) WithContext(ctx context.Context) *DeleteHostGroupsParams
WithContext adds the context to the delete host groups params
func (*DeleteHostGroupsParams) WithDefaults ¶
func (o *DeleteHostGroupsParams) WithDefaults() *DeleteHostGroupsParams
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 ¶
func (o *DeleteHostGroupsParams) WithIds(ids []string) *DeleteHostGroupsParams
WithIds adds the ids to the delete host groups params
func (*DeleteHostGroupsParams) WithTimeout ¶
func (o *DeleteHostGroupsParams) WithTimeout(timeout time.Duration) *DeleteHostGroupsParams
WithTimeout adds the timeout to the delete host groups params
func (*DeleteHostGroupsParams) WriteToRequest ¶
func (o *DeleteHostGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 { /* 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) Error ¶
func (o *DeleteHostGroupsTooManyRequests) Error() string
func (*DeleteHostGroupsTooManyRequests) GetPayload ¶
func (o *DeleteHostGroupsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type GetHostGroupsBadRequest ¶
type GetHostGroupsBadRequest struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.ResponsesHostGroupsV1 }
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) Error ¶
func (o *GetHostGroupsBadRequest) Error() string
func (*GetHostGroupsBadRequest) GetPayload ¶
func (o *GetHostGroupsBadRequest) GetPayload() *models.ResponsesHostGroupsV1
type GetHostGroupsDefault ¶
type GetHostGroupsDefault struct { Payload *models.ResponsesHostGroupsV1 // contains filtered or unexported fields }
GetHostGroupsDefault describes a response with status code -1, with default header values.
OK
func NewGetHostGroupsDefault ¶
func NewGetHostGroupsDefault(code int) *GetHostGroupsDefault
NewGetHostGroupsDefault creates a GetHostGroupsDefault with default headers values
func (*GetHostGroupsDefault) Code ¶
func (o *GetHostGroupsDefault) Code() int
Code gets the status code for the get host groups default response
func (*GetHostGroupsDefault) Error ¶
func (o *GetHostGroupsDefault) Error() string
func (*GetHostGroupsDefault) GetPayload ¶
func (o *GetHostGroupsDefault) GetPayload() *models.ResponsesHostGroupsV1
type GetHostGroupsForbidden ¶
type GetHostGroupsForbidden struct { /* 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) Error ¶
func (o *GetHostGroupsForbidden) Error() string
func (*GetHostGroupsForbidden) GetPayload ¶
func (o *GetHostGroupsForbidden) GetPayload() *models.MsaErrorsOnly
type GetHostGroupsInternalServerError ¶
type GetHostGroupsInternalServerError struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.ResponsesHostGroupsV1 }
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) Error ¶
func (o *GetHostGroupsInternalServerError) Error() string
func (*GetHostGroupsInternalServerError) GetPayload ¶
func (o *GetHostGroupsInternalServerError) GetPayload() *models.ResponsesHostGroupsV1
type GetHostGroupsNotFound ¶
type GetHostGroupsNotFound struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.ResponsesHostGroupsV1 }
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) Error ¶
func (o *GetHostGroupsNotFound) Error() string
func (*GetHostGroupsNotFound) GetPayload ¶
func (o *GetHostGroupsNotFound) GetPayload() *models.ResponsesHostGroupsV1
type GetHostGroupsOK ¶
type GetHostGroupsOK struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.ResponsesHostGroupsV1 }
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) Error ¶
func (o *GetHostGroupsOK) Error() string
func (*GetHostGroupsOK) GetPayload ¶
func (o *GetHostGroupsOK) GetPayload() *models.ResponsesHostGroupsV1
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 ¶
func (o *GetHostGroupsParams) WithContext(ctx context.Context) *GetHostGroupsParams
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 { /* 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) Error ¶
func (o *GetHostGroupsTooManyRequests) Error() string
func (*GetHostGroupsTooManyRequests) GetPayload ¶
func (o *GetHostGroupsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type PerformGroupActionBadRequest ¶
type PerformGroupActionBadRequest struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.ResponsesHostGroupsV1 }
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) Error ¶
func (o *PerformGroupActionBadRequest) Error() string
func (*PerformGroupActionBadRequest) GetPayload ¶
func (o *PerformGroupActionBadRequest) GetPayload() *models.ResponsesHostGroupsV1
type PerformGroupActionDefault ¶
type PerformGroupActionDefault struct { Payload *models.ResponsesHostGroupsV1 // contains filtered or unexported fields }
PerformGroupActionDefault describes a response with status code -1, with default header values.
OK
func NewPerformGroupActionDefault ¶
func NewPerformGroupActionDefault(code int) *PerformGroupActionDefault
NewPerformGroupActionDefault creates a PerformGroupActionDefault with default headers values
func (*PerformGroupActionDefault) Code ¶
func (o *PerformGroupActionDefault) Code() int
Code gets the status code for the perform group action default response
func (*PerformGroupActionDefault) Error ¶
func (o *PerformGroupActionDefault) Error() string
func (*PerformGroupActionDefault) GetPayload ¶
func (o *PerformGroupActionDefault) GetPayload() *models.ResponsesHostGroupsV1
type PerformGroupActionForbidden ¶
type PerformGroupActionForbidden struct { /* 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) Error ¶
func (o *PerformGroupActionForbidden) Error() string
func (*PerformGroupActionForbidden) GetPayload ¶
func (o *PerformGroupActionForbidden) GetPayload() *models.MsaErrorsOnly
type PerformGroupActionInternalServerError ¶
type PerformGroupActionInternalServerError struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.ResponsesHostGroupsV1 }
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) Error ¶
func (o *PerformGroupActionInternalServerError) Error() string
func (*PerformGroupActionInternalServerError) GetPayload ¶
func (o *PerformGroupActionInternalServerError) GetPayload() *models.ResponsesHostGroupsV1
type PerformGroupActionNotFound ¶
type PerformGroupActionNotFound struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.ResponsesHostGroupsV1 }
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) Error ¶
func (o *PerformGroupActionNotFound) Error() string
func (*PerformGroupActionNotFound) GetPayload ¶
func (o *PerformGroupActionNotFound) GetPayload() *models.ResponsesHostGroupsV1
type PerformGroupActionOK ¶
type PerformGroupActionOK struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.ResponsesHostGroupsV1 }
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) Error ¶
func (o *PerformGroupActionOK) Error() string
func (*PerformGroupActionOK) GetPayload ¶
func (o *PerformGroupActionOK) GetPayload() *models.ResponsesHostGroupsV1
type PerformGroupActionParams ¶
type PerformGroupActionParams struct { /* ActionName. The action to perform */ ActionName string // Body. Body *models.MsaEntityActionRequestV2 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 ¶
func (o *PerformGroupActionParams) SetBody(body *models.MsaEntityActionRequestV2)
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) 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 ¶
func (o *PerformGroupActionParams) WithBody(body *models.MsaEntityActionRequestV2) *PerformGroupActionParams
WithBody adds the body to the perform group action params
func (*PerformGroupActionParams) WithContext ¶
func (o *PerformGroupActionParams) WithContext(ctx context.Context) *PerformGroupActionParams
WithContext adds the context to the perform group action params
func (*PerformGroupActionParams) WithDefaults ¶
func (o *PerformGroupActionParams) WithDefaults() *PerformGroupActionParams
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) WithHTTPClient ¶
func (o *PerformGroupActionParams) WithHTTPClient(client *http.Client) *PerformGroupActionParams
WithHTTPClient adds the HTTPClient to the perform group action params
func (*PerformGroupActionParams) WithTimeout ¶
func (o *PerformGroupActionParams) WithTimeout(timeout time.Duration) *PerformGroupActionParams
WithTimeout adds the timeout to the perform group action params
func (*PerformGroupActionParams) WriteToRequest ¶
func (o *PerformGroupActionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 { /* 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) Error ¶
func (o *PerformGroupActionTooManyRequests) Error() string
func (*PerformGroupActionTooManyRequests) GetPayload ¶
func (o *PerformGroupActionTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type QueryCombinedGroupMembersBadRequest ¶
type QueryCombinedGroupMembersBadRequest struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.ResponsesHostGroupMembersV1 }
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) Error ¶
func (o *QueryCombinedGroupMembersBadRequest) Error() string
func (*QueryCombinedGroupMembersBadRequest) GetPayload ¶
func (o *QueryCombinedGroupMembersBadRequest) GetPayload() *models.ResponsesHostGroupMembersV1
type QueryCombinedGroupMembersDefault ¶
type QueryCombinedGroupMembersDefault struct { Payload *models.ResponsesHostGroupMembersV1 // contains filtered or unexported fields }
QueryCombinedGroupMembersDefault describes a response with status code -1, with default header values.
OK
func NewQueryCombinedGroupMembersDefault ¶
func NewQueryCombinedGroupMembersDefault(code int) *QueryCombinedGroupMembersDefault
NewQueryCombinedGroupMembersDefault creates a QueryCombinedGroupMembersDefault with default headers values
func (*QueryCombinedGroupMembersDefault) Code ¶
func (o *QueryCombinedGroupMembersDefault) Code() int
Code gets the status code for the query combined group members default response
func (*QueryCombinedGroupMembersDefault) Error ¶
func (o *QueryCombinedGroupMembersDefault) Error() string
func (*QueryCombinedGroupMembersDefault) GetPayload ¶
func (o *QueryCombinedGroupMembersDefault) GetPayload() *models.ResponsesHostGroupMembersV1
type QueryCombinedGroupMembersForbidden ¶
type QueryCombinedGroupMembersForbidden struct { /* 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) Error ¶
func (o *QueryCombinedGroupMembersForbidden) Error() string
func (*QueryCombinedGroupMembersForbidden) GetPayload ¶
func (o *QueryCombinedGroupMembersForbidden) GetPayload() *models.MsaErrorsOnly
type QueryCombinedGroupMembersInternalServerError ¶
type QueryCombinedGroupMembersInternalServerError struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.ResponsesHostGroupMembersV1 }
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) Error ¶
func (o *QueryCombinedGroupMembersInternalServerError) Error() string
func (*QueryCombinedGroupMembersInternalServerError) GetPayload ¶
func (o *QueryCombinedGroupMembersInternalServerError) GetPayload() *models.ResponsesHostGroupMembersV1
type QueryCombinedGroupMembersNotFound ¶
type QueryCombinedGroupMembersNotFound struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.ResponsesHostGroupMembersV1 }
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) Error ¶
func (o *QueryCombinedGroupMembersNotFound) Error() string
func (*QueryCombinedGroupMembersNotFound) GetPayload ¶
func (o *QueryCombinedGroupMembersNotFound) GetPayload() *models.ResponsesHostGroupMembersV1
type QueryCombinedGroupMembersOK ¶
type QueryCombinedGroupMembersOK struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.ResponsesHostGroupMembersV1 }
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) Error ¶
func (o *QueryCombinedGroupMembersOK) Error() string
func (*QueryCombinedGroupMembersOK) GetPayload ¶
func (o *QueryCombinedGroupMembersOK) GetPayload() *models.ResponsesHostGroupMembersV1
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 ¶
func (o *QueryCombinedGroupMembersParams) SetID(id *string)
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 ¶
func (o *QueryCombinedGroupMembersParams) WithContext(ctx context.Context) *QueryCombinedGroupMembersParams
WithContext adds the context to the query combined group members params
func (*QueryCombinedGroupMembersParams) WithDefaults ¶
func (o *QueryCombinedGroupMembersParams) WithDefaults() *QueryCombinedGroupMembersParams
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 ¶
func (o *QueryCombinedGroupMembersParams) WithFilter(filter *string) *QueryCombinedGroupMembersParams
WithFilter adds the filter to the query combined group members params
func (*QueryCombinedGroupMembersParams) WithHTTPClient ¶
func (o *QueryCombinedGroupMembersParams) WithHTTPClient(client *http.Client) *QueryCombinedGroupMembersParams
WithHTTPClient adds the HTTPClient to the query combined group members params
func (*QueryCombinedGroupMembersParams) WithID ¶
func (o *QueryCombinedGroupMembersParams) WithID(id *string) *QueryCombinedGroupMembersParams
WithID adds the id to the query combined group members params
func (*QueryCombinedGroupMembersParams) WithLimit ¶
func (o *QueryCombinedGroupMembersParams) WithLimit(limit *int64) *QueryCombinedGroupMembersParams
WithLimit adds the limit to the query combined group members params
func (*QueryCombinedGroupMembersParams) WithOffset ¶
func (o *QueryCombinedGroupMembersParams) WithOffset(offset *int64) *QueryCombinedGroupMembersParams
WithOffset adds the offset to the query combined group members params
func (*QueryCombinedGroupMembersParams) WithSort ¶
func (o *QueryCombinedGroupMembersParams) WithSort(sort *string) *QueryCombinedGroupMembersParams
WithSort adds the sort to the query combined group members params
func (*QueryCombinedGroupMembersParams) WithTimeout ¶
func (o *QueryCombinedGroupMembersParams) WithTimeout(timeout time.Duration) *QueryCombinedGroupMembersParams
WithTimeout adds the timeout to the query combined group members params
func (*QueryCombinedGroupMembersParams) WriteToRequest ¶
func (o *QueryCombinedGroupMembersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 { /* 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) Error ¶
func (o *QueryCombinedGroupMembersTooManyRequests) Error() string
func (*QueryCombinedGroupMembersTooManyRequests) GetPayload ¶
func (o *QueryCombinedGroupMembersTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type QueryCombinedHostGroupsBadRequest ¶
type QueryCombinedHostGroupsBadRequest struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.ResponsesHostGroupsV1 }
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) Error ¶
func (o *QueryCombinedHostGroupsBadRequest) Error() string
func (*QueryCombinedHostGroupsBadRequest) GetPayload ¶
func (o *QueryCombinedHostGroupsBadRequest) GetPayload() *models.ResponsesHostGroupsV1
type QueryCombinedHostGroupsDefault ¶
type QueryCombinedHostGroupsDefault struct { Payload *models.ResponsesHostGroupsV1 // contains filtered or unexported fields }
QueryCombinedHostGroupsDefault describes a response with status code -1, with default header values.
OK
func NewQueryCombinedHostGroupsDefault ¶
func NewQueryCombinedHostGroupsDefault(code int) *QueryCombinedHostGroupsDefault
NewQueryCombinedHostGroupsDefault creates a QueryCombinedHostGroupsDefault with default headers values
func (*QueryCombinedHostGroupsDefault) Code ¶
func (o *QueryCombinedHostGroupsDefault) Code() int
Code gets the status code for the query combined host groups default response
func (*QueryCombinedHostGroupsDefault) Error ¶
func (o *QueryCombinedHostGroupsDefault) Error() string
func (*QueryCombinedHostGroupsDefault) GetPayload ¶
func (o *QueryCombinedHostGroupsDefault) GetPayload() *models.ResponsesHostGroupsV1
type QueryCombinedHostGroupsForbidden ¶
type QueryCombinedHostGroupsForbidden struct { /* 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) Error ¶
func (o *QueryCombinedHostGroupsForbidden) Error() string
func (*QueryCombinedHostGroupsForbidden) GetPayload ¶
func (o *QueryCombinedHostGroupsForbidden) GetPayload() *models.MsaErrorsOnly
type QueryCombinedHostGroupsInternalServerError ¶
type QueryCombinedHostGroupsInternalServerError struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.ResponsesHostGroupsV1 }
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) Error ¶
func (o *QueryCombinedHostGroupsInternalServerError) Error() string
func (*QueryCombinedHostGroupsInternalServerError) GetPayload ¶
func (o *QueryCombinedHostGroupsInternalServerError) GetPayload() *models.ResponsesHostGroupsV1
type QueryCombinedHostGroupsOK ¶
type QueryCombinedHostGroupsOK struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.ResponsesHostGroupsV1 }
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) Error ¶
func (o *QueryCombinedHostGroupsOK) Error() string
func (*QueryCombinedHostGroupsOK) GetPayload ¶
func (o *QueryCombinedHostGroupsOK) GetPayload() *models.ResponsesHostGroupsV1
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 ¶
func (o *QueryCombinedHostGroupsParams) WithContext(ctx context.Context) *QueryCombinedHostGroupsParams
WithContext adds the context to the query combined host groups params
func (*QueryCombinedHostGroupsParams) WithDefaults ¶
func (o *QueryCombinedHostGroupsParams) WithDefaults() *QueryCombinedHostGroupsParams
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 ¶
func (o *QueryCombinedHostGroupsParams) WithFilter(filter *string) *QueryCombinedHostGroupsParams
WithFilter adds the filter to the query combined host groups params
func (*QueryCombinedHostGroupsParams) WithHTTPClient ¶
func (o *QueryCombinedHostGroupsParams) WithHTTPClient(client *http.Client) *QueryCombinedHostGroupsParams
WithHTTPClient adds the HTTPClient to the query combined host groups params
func (*QueryCombinedHostGroupsParams) WithLimit ¶
func (o *QueryCombinedHostGroupsParams) WithLimit(limit *int64) *QueryCombinedHostGroupsParams
WithLimit adds the limit to the query combined host groups params
func (*QueryCombinedHostGroupsParams) WithOffset ¶
func (o *QueryCombinedHostGroupsParams) WithOffset(offset *int64) *QueryCombinedHostGroupsParams
WithOffset adds the offset to the query combined host groups params
func (*QueryCombinedHostGroupsParams) WithSort ¶
func (o *QueryCombinedHostGroupsParams) WithSort(sort *string) *QueryCombinedHostGroupsParams
WithSort adds the sort to the query combined host groups params
func (*QueryCombinedHostGroupsParams) WithTimeout ¶
func (o *QueryCombinedHostGroupsParams) WithTimeout(timeout time.Duration) *QueryCombinedHostGroupsParams
WithTimeout adds the timeout to the query combined host groups params
func (*QueryCombinedHostGroupsParams) WriteToRequest ¶
func (o *QueryCombinedHostGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 { /* 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) Error ¶
func (o *QueryCombinedHostGroupsTooManyRequests) Error() string
func (*QueryCombinedHostGroupsTooManyRequests) GetPayload ¶
func (o *QueryCombinedHostGroupsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type QueryGroupMembersBadRequest ¶
type QueryGroupMembersBadRequest struct { /* 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) Error ¶
func (o *QueryGroupMembersBadRequest) Error() string
func (*QueryGroupMembersBadRequest) GetPayload ¶
func (o *QueryGroupMembersBadRequest) GetPayload() *models.MsaQueryResponse
type QueryGroupMembersDefault ¶
type QueryGroupMembersDefault struct { Payload *models.MsaQueryResponse // contains filtered or unexported fields }
QueryGroupMembersDefault describes a response with status code -1, with default header values.
OK
func NewQueryGroupMembersDefault ¶
func NewQueryGroupMembersDefault(code int) *QueryGroupMembersDefault
NewQueryGroupMembersDefault creates a QueryGroupMembersDefault with default headers values
func (*QueryGroupMembersDefault) Code ¶
func (o *QueryGroupMembersDefault) Code() int
Code gets the status code for the query group members default response
func (*QueryGroupMembersDefault) Error ¶
func (o *QueryGroupMembersDefault) Error() string
func (*QueryGroupMembersDefault) GetPayload ¶
func (o *QueryGroupMembersDefault) GetPayload() *models.MsaQueryResponse
type QueryGroupMembersForbidden ¶
type QueryGroupMembersForbidden struct { /* 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) Error ¶
func (o *QueryGroupMembersForbidden) Error() string
func (*QueryGroupMembersForbidden) GetPayload ¶
func (o *QueryGroupMembersForbidden) GetPayload() *models.MsaErrorsOnly
type QueryGroupMembersInternalServerError ¶
type QueryGroupMembersInternalServerError struct { /* 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) Error ¶
func (o *QueryGroupMembersInternalServerError) Error() string
func (*QueryGroupMembersInternalServerError) GetPayload ¶
func (o *QueryGroupMembersInternalServerError) GetPayload() *models.MsaQueryResponse
type QueryGroupMembersNotFound ¶
type QueryGroupMembersNotFound struct { /* 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) Error ¶
func (o *QueryGroupMembersNotFound) Error() string
func (*QueryGroupMembersNotFound) GetPayload ¶
func (o *QueryGroupMembersNotFound) GetPayload() *models.MsaQueryResponse
type QueryGroupMembersOK ¶
type QueryGroupMembersOK struct { /* 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) Error ¶
func (o *QueryGroupMembersOK) Error() string
func (*QueryGroupMembersOK) GetPayload ¶
func (o *QueryGroupMembersOK) GetPayload() *models.MsaQueryResponse
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 ¶
func (o *QueryGroupMembersParams) WithContext(ctx context.Context) *QueryGroupMembersParams
WithContext adds the context to the query group members params
func (*QueryGroupMembersParams) WithDefaults ¶
func (o *QueryGroupMembersParams) WithDefaults() *QueryGroupMembersParams
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 ¶
func (o *QueryGroupMembersParams) WithID(id *string) *QueryGroupMembersParams
WithID adds the id to the query group members params
func (*QueryGroupMembersParams) WithLimit ¶
func (o *QueryGroupMembersParams) WithLimit(limit *int64) *QueryGroupMembersParams
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 ¶
func (o *QueryGroupMembersParams) WithSort(sort *string) *QueryGroupMembersParams
WithSort adds the sort to the query group members params
func (*QueryGroupMembersParams) WithTimeout ¶
func (o *QueryGroupMembersParams) WithTimeout(timeout time.Duration) *QueryGroupMembersParams
WithTimeout adds the timeout to the query group members params
func (*QueryGroupMembersParams) WriteToRequest ¶
func (o *QueryGroupMembersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 { /* 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) Error ¶
func (o *QueryGroupMembersTooManyRequests) Error() string
func (*QueryGroupMembersTooManyRequests) GetPayload ¶
func (o *QueryGroupMembersTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type QueryHostGroupsBadRequest ¶
type QueryHostGroupsBadRequest struct { /* 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) Error ¶
func (o *QueryHostGroupsBadRequest) Error() string
func (*QueryHostGroupsBadRequest) GetPayload ¶
func (o *QueryHostGroupsBadRequest) GetPayload() *models.MsaQueryResponse
type QueryHostGroupsDefault ¶
type QueryHostGroupsDefault struct { Payload *models.MsaQueryResponse // contains filtered or unexported fields }
QueryHostGroupsDefault describes a response with status code -1, with default header values.
OK
func NewQueryHostGroupsDefault ¶
func NewQueryHostGroupsDefault(code int) *QueryHostGroupsDefault
NewQueryHostGroupsDefault creates a QueryHostGroupsDefault with default headers values
func (*QueryHostGroupsDefault) Code ¶
func (o *QueryHostGroupsDefault) Code() int
Code gets the status code for the query host groups default response
func (*QueryHostGroupsDefault) Error ¶
func (o *QueryHostGroupsDefault) Error() string
func (*QueryHostGroupsDefault) GetPayload ¶
func (o *QueryHostGroupsDefault) GetPayload() *models.MsaQueryResponse
type QueryHostGroupsForbidden ¶
type QueryHostGroupsForbidden struct { /* 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) Error ¶
func (o *QueryHostGroupsForbidden) Error() string
func (*QueryHostGroupsForbidden) GetPayload ¶
func (o *QueryHostGroupsForbidden) GetPayload() *models.MsaErrorsOnly
type QueryHostGroupsInternalServerError ¶
type QueryHostGroupsInternalServerError struct { /* 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) Error ¶
func (o *QueryHostGroupsInternalServerError) Error() string
func (*QueryHostGroupsInternalServerError) GetPayload ¶
func (o *QueryHostGroupsInternalServerError) GetPayload() *models.MsaQueryResponse
type QueryHostGroupsOK ¶
type QueryHostGroupsOK struct { /* 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) Error ¶
func (o *QueryHostGroupsOK) Error() string
func (*QueryHostGroupsOK) GetPayload ¶
func (o *QueryHostGroupsOK) GetPayload() *models.MsaQueryResponse
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 ¶
func (o *QueryHostGroupsParams) WithContext(ctx context.Context) *QueryHostGroupsParams
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 ¶
func (o *QueryHostGroupsParams) WithSort(sort *string) *QueryHostGroupsParams
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 { /* 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) Error ¶
func (o *QueryHostGroupsTooManyRequests) Error() string
func (*QueryHostGroupsTooManyRequests) GetPayload ¶
func (o *QueryHostGroupsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type UpdateHostGroupsBadRequest ¶
type UpdateHostGroupsBadRequest struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.ResponsesHostGroupsV1 }
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) Error ¶
func (o *UpdateHostGroupsBadRequest) Error() string
func (*UpdateHostGroupsBadRequest) GetPayload ¶
func (o *UpdateHostGroupsBadRequest) GetPayload() *models.ResponsesHostGroupsV1
type UpdateHostGroupsDefault ¶
type UpdateHostGroupsDefault struct { Payload *models.ResponsesHostGroupsV1 // contains filtered or unexported fields }
UpdateHostGroupsDefault describes a response with status code -1, with default header values.
OK
func NewUpdateHostGroupsDefault ¶
func NewUpdateHostGroupsDefault(code int) *UpdateHostGroupsDefault
NewUpdateHostGroupsDefault creates a UpdateHostGroupsDefault with default headers values
func (*UpdateHostGroupsDefault) Code ¶
func (o *UpdateHostGroupsDefault) Code() int
Code gets the status code for the update host groups default response
func (*UpdateHostGroupsDefault) Error ¶
func (o *UpdateHostGroupsDefault) Error() string
func (*UpdateHostGroupsDefault) GetPayload ¶
func (o *UpdateHostGroupsDefault) GetPayload() *models.ResponsesHostGroupsV1
type UpdateHostGroupsForbidden ¶
type UpdateHostGroupsForbidden struct { /* 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) Error ¶
func (o *UpdateHostGroupsForbidden) Error() string
func (*UpdateHostGroupsForbidden) GetPayload ¶
func (o *UpdateHostGroupsForbidden) GetPayload() *models.MsaErrorsOnly
type UpdateHostGroupsInternalServerError ¶
type UpdateHostGroupsInternalServerError struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.ResponsesHostGroupsV1 }
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) Error ¶
func (o *UpdateHostGroupsInternalServerError) Error() string
func (*UpdateHostGroupsInternalServerError) GetPayload ¶
func (o *UpdateHostGroupsInternalServerError) GetPayload() *models.ResponsesHostGroupsV1
type UpdateHostGroupsNotFound ¶
type UpdateHostGroupsNotFound struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.ResponsesHostGroupsV1 }
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) Error ¶
func (o *UpdateHostGroupsNotFound) Error() string
func (*UpdateHostGroupsNotFound) GetPayload ¶
func (o *UpdateHostGroupsNotFound) GetPayload() *models.ResponsesHostGroupsV1
type UpdateHostGroupsOK ¶
type UpdateHostGroupsOK struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.ResponsesHostGroupsV1 }
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) Error ¶
func (o *UpdateHostGroupsOK) Error() string
func (*UpdateHostGroupsOK) GetPayload ¶
func (o *UpdateHostGroupsOK) GetPayload() *models.ResponsesHostGroupsV1
type UpdateHostGroupsParams ¶
type UpdateHostGroupsParams struct { // Body. Body *models.RequestsUpdateGroupsV1 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 ¶
func (o *UpdateHostGroupsParams) SetBody(body *models.RequestsUpdateGroupsV1)
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 ¶
func (o *UpdateHostGroupsParams) WithBody(body *models.RequestsUpdateGroupsV1) *UpdateHostGroupsParams
WithBody adds the body to the update host groups params
func (*UpdateHostGroupsParams) WithContext ¶
func (o *UpdateHostGroupsParams) WithContext(ctx context.Context) *UpdateHostGroupsParams
WithContext adds the context to the update host groups params
func (*UpdateHostGroupsParams) WithDefaults ¶
func (o *UpdateHostGroupsParams) WithDefaults() *UpdateHostGroupsParams
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 ¶
func (o *UpdateHostGroupsParams) WithTimeout(timeout time.Duration) *UpdateHostGroupsParams
WithTimeout adds the timeout to the update host groups params
func (*UpdateHostGroupsParams) WriteToRequest ¶
func (o *UpdateHostGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 { /* 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) Error ¶
func (o *UpdateHostGroupsTooManyRequests) Error() string
func (*UpdateHostGroupsTooManyRequests) GetPayload ¶
func (o *UpdateHostGroupsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
Source Files ¶
- create_host_groups_parameters.go
- create_host_groups_responses.go
- delete_host_groups_parameters.go
- delete_host_groups_responses.go
- get_host_groups_parameters.go
- get_host_groups_responses.go
- host_group_client.go
- perform_group_action_parameters.go
- perform_group_action_responses.go
- query_combined_group_members_parameters.go
- query_combined_group_members_responses.go
- query_combined_host_groups_parameters.go
- query_combined_host_groups_responses.go
- query_group_members_parameters.go
- query_group_members_responses.go
- query_host_groups_parameters.go
- query_host_groups_responses.go
- update_host_groups_parameters.go
- update_host_groups_responses.go