Versions in this module Expand all Collapse all v0 v0.2.3 Jan 14, 2023 v0.2.2 Feb 23, 2022 Changes in this version + type AddNewGroupInternalServerError struct + Payload interface{} + func NewAddNewGroupInternalServerError() *AddNewGroupInternalServerError + func (o *AddNewGroupInternalServerError) Error() string + func (o *AddNewGroupInternalServerError) GetPayload() interface{} + type AddNewGroupOK struct + Payload *models.ID + func NewAddNewGroupOK() *AddNewGroupOK + func (o *AddNewGroupOK) Error() string + func (o *AddNewGroupOK) GetPayload() *models.ID + type AddNewGroupParams struct + Context context.Context + Group *models.Group + HTTPClient *http.Client + func NewAddNewGroupParams() *AddNewGroupParams + func NewAddNewGroupParamsWithContext(ctx context.Context) *AddNewGroupParams + func NewAddNewGroupParamsWithHTTPClient(client *http.Client) *AddNewGroupParams + func NewAddNewGroupParamsWithTimeout(timeout time.Duration) *AddNewGroupParams + func (o *AddNewGroupParams) SetContext(ctx context.Context) + func (o *AddNewGroupParams) SetDefaults() + func (o *AddNewGroupParams) SetGroup(group *models.Group) + func (o *AddNewGroupParams) SetHTTPClient(client *http.Client) + func (o *AddNewGroupParams) SetTimeout(timeout time.Duration) + func (o *AddNewGroupParams) WithContext(ctx context.Context) *AddNewGroupParams + func (o *AddNewGroupParams) WithDefaults() *AddNewGroupParams + func (o *AddNewGroupParams) WithGroup(group *models.Group) *AddNewGroupParams + func (o *AddNewGroupParams) WithHTTPClient(client *http.Client) *AddNewGroupParams + func (o *AddNewGroupParams) WithTimeout(timeout time.Duration) *AddNewGroupParams + func (o *AddNewGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type AddNewGroupReader struct + func (o *AddNewGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type AddNewGroupUnauthorized struct + Payload interface{} + func NewAddNewGroupUnauthorized() *AddNewGroupUnauthorized + func (o *AddNewGroupUnauthorized) Error() string + func (o *AddNewGroupUnauthorized) GetPayload() interface{} + type AddPoolsByGroupIDInternalServerError struct + Payload interface{} + func NewAddPoolsByGroupIDInternalServerError() *AddPoolsByGroupIDInternalServerError + func (o *AddPoolsByGroupIDInternalServerError) Error() string + func (o *AddPoolsByGroupIDInternalServerError) GetPayload() interface{} + type AddPoolsByGroupIDNotFound struct + func NewAddPoolsByGroupIDNotFound() *AddPoolsByGroupIDNotFound + func (o *AddPoolsByGroupIDNotFound) Error() string + type AddPoolsByGroupIDOK struct + Payload models.IDList + func NewAddPoolsByGroupIDOK() *AddPoolsByGroupIDOK + func (o *AddPoolsByGroupIDOK) Error() string + func (o *AddPoolsByGroupIDOK) GetPayload() models.IDList + type AddPoolsByGroupIDParams struct + Context context.Context + GroupID string + HTTPClient *http.Client + Pools models.IDList + func NewAddPoolsByGroupIDParams() *AddPoolsByGroupIDParams + func NewAddPoolsByGroupIDParamsWithContext(ctx context.Context) *AddPoolsByGroupIDParams + func NewAddPoolsByGroupIDParamsWithHTTPClient(client *http.Client) *AddPoolsByGroupIDParams + func NewAddPoolsByGroupIDParamsWithTimeout(timeout time.Duration) *AddPoolsByGroupIDParams + func (o *AddPoolsByGroupIDParams) SetContext(ctx context.Context) + func (o *AddPoolsByGroupIDParams) SetDefaults() + func (o *AddPoolsByGroupIDParams) SetGroupID(groupID string) + func (o *AddPoolsByGroupIDParams) SetHTTPClient(client *http.Client) + func (o *AddPoolsByGroupIDParams) SetPools(pools models.IDList) + func (o *AddPoolsByGroupIDParams) SetTimeout(timeout time.Duration) + func (o *AddPoolsByGroupIDParams) WithContext(ctx context.Context) *AddPoolsByGroupIDParams + func (o *AddPoolsByGroupIDParams) WithDefaults() *AddPoolsByGroupIDParams + func (o *AddPoolsByGroupIDParams) WithGroupID(groupID string) *AddPoolsByGroupIDParams + func (o *AddPoolsByGroupIDParams) WithHTTPClient(client *http.Client) *AddPoolsByGroupIDParams + func (o *AddPoolsByGroupIDParams) WithPools(pools models.IDList) *AddPoolsByGroupIDParams + func (o *AddPoolsByGroupIDParams) WithTimeout(timeout time.Duration) *AddPoolsByGroupIDParams + func (o *AddPoolsByGroupIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type AddPoolsByGroupIDReader struct + func (o *AddPoolsByGroupIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type AddPoolsByGroupIDUnauthorized struct + Payload interface{} + func NewAddPoolsByGroupIDUnauthorized() *AddPoolsByGroupIDUnauthorized + func (o *AddPoolsByGroupIDUnauthorized) Error() string + func (o *AddPoolsByGroupIDUnauthorized) GetPayload() interface{} + type Client struct + func (a *Client) AddNewGroup(params *AddNewGroupParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddNewGroupOK, error) + func (a *Client) AddPoolsByGroupID(params *AddPoolsByGroupIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddPoolsByGroupIDOK, error) + func (a *Client) DeleteGroup(params *DeleteGroupParams, authInfo runtime.ClientAuthInfoWriter, ...) error + func (a *Client) DeletePoolsByGroupID(params *DeletePoolsByGroupIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeletePoolsByGroupIDOK, error) + func (a *Client) GetGroupDescriptionByID(params *GetGroupDescriptionByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetGroupDescriptionByIDOK, error) + func (a *Client) GetGroupIDByName(params *GetGroupIDByNameParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetGroupIDByNameOK, error) + func (a *Client) GetPoolsByGroupID(params *GetPoolsByGroupIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetPoolsByGroupIDOK, error) + func (a *Client) ReplacePoolsByGroupID(params *ReplacePoolsByGroupIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ReplacePoolsByGroupIDOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + AddNewGroup func(params *AddNewGroupParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddNewGroupOK, error) + AddPoolsByGroupID func(params *AddPoolsByGroupIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddPoolsByGroupIDOK, error) + DeleteGroup func(params *DeleteGroupParams, authInfo runtime.ClientAuthInfoWriter, ...) error + DeletePoolsByGroupID func(params *DeletePoolsByGroupIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeletePoolsByGroupIDOK, error) + GetGroupDescriptionByID func(params *GetGroupDescriptionByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetGroupDescriptionByIDOK, error) + GetGroupIDByName func(params *GetGroupIDByNameParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetGroupIDByNameOK, error) + GetPoolsByGroupID func(params *GetPoolsByGroupIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetPoolsByGroupIDOK, error) + ReplacePoolsByGroupID func(params *ReplacePoolsByGroupIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ReplacePoolsByGroupIDOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type DeleteGroupInternalServerError struct + Payload interface{} + func NewDeleteGroupInternalServerError() *DeleteGroupInternalServerError + func (o *DeleteGroupInternalServerError) Error() string + func (o *DeleteGroupInternalServerError) GetPayload() interface{} + type DeleteGroupNotFound struct + func NewDeleteGroupNotFound() *DeleteGroupNotFound + func (o *DeleteGroupNotFound) Error() string + type DeleteGroupParams struct + Context context.Context + GroupID string + HTTPClient *http.Client + func NewDeleteGroupParams() *DeleteGroupParams + func NewDeleteGroupParamsWithContext(ctx context.Context) *DeleteGroupParams + func NewDeleteGroupParamsWithHTTPClient(client *http.Client) *DeleteGroupParams + func NewDeleteGroupParamsWithTimeout(timeout time.Duration) *DeleteGroupParams + func (o *DeleteGroupParams) SetContext(ctx context.Context) + func (o *DeleteGroupParams) SetDefaults() + func (o *DeleteGroupParams) SetGroupID(groupID string) + func (o *DeleteGroupParams) SetHTTPClient(client *http.Client) + func (o *DeleteGroupParams) SetTimeout(timeout time.Duration) + func (o *DeleteGroupParams) WithContext(ctx context.Context) *DeleteGroupParams + func (o *DeleteGroupParams) WithDefaults() *DeleteGroupParams + func (o *DeleteGroupParams) WithGroupID(groupID string) *DeleteGroupParams + func (o *DeleteGroupParams) WithHTTPClient(client *http.Client) *DeleteGroupParams + func (o *DeleteGroupParams) WithTimeout(timeout time.Duration) *DeleteGroupParams + func (o *DeleteGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteGroupReader struct + func (o *DeleteGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteGroupUnauthorized struct + Payload interface{} + func NewDeleteGroupUnauthorized() *DeleteGroupUnauthorized + func (o *DeleteGroupUnauthorized) Error() string + func (o *DeleteGroupUnauthorized) GetPayload() interface{} + type DeletePoolsByGroupIDInternalServerError struct + Payload interface{} + func NewDeletePoolsByGroupIDInternalServerError() *DeletePoolsByGroupIDInternalServerError + func (o *DeletePoolsByGroupIDInternalServerError) Error() string + func (o *DeletePoolsByGroupIDInternalServerError) GetPayload() interface{} + type DeletePoolsByGroupIDNotFound struct + func NewDeletePoolsByGroupIDNotFound() *DeletePoolsByGroupIDNotFound + func (o *DeletePoolsByGroupIDNotFound) Error() string + type DeletePoolsByGroupIDOK struct + Payload models.IDList + func NewDeletePoolsByGroupIDOK() *DeletePoolsByGroupIDOK + func (o *DeletePoolsByGroupIDOK) Error() string + func (o *DeletePoolsByGroupIDOK) GetPayload() models.IDList + type DeletePoolsByGroupIDParams struct + Context context.Context + GroupID string + HTTPClient *http.Client + Pools models.IDList + func NewDeletePoolsByGroupIDParams() *DeletePoolsByGroupIDParams + func NewDeletePoolsByGroupIDParamsWithContext(ctx context.Context) *DeletePoolsByGroupIDParams + func NewDeletePoolsByGroupIDParamsWithHTTPClient(client *http.Client) *DeletePoolsByGroupIDParams + func NewDeletePoolsByGroupIDParamsWithTimeout(timeout time.Duration) *DeletePoolsByGroupIDParams + func (o *DeletePoolsByGroupIDParams) SetContext(ctx context.Context) + func (o *DeletePoolsByGroupIDParams) SetDefaults() + func (o *DeletePoolsByGroupIDParams) SetGroupID(groupID string) + func (o *DeletePoolsByGroupIDParams) SetHTTPClient(client *http.Client) + func (o *DeletePoolsByGroupIDParams) SetPools(pools models.IDList) + func (o *DeletePoolsByGroupIDParams) SetTimeout(timeout time.Duration) + func (o *DeletePoolsByGroupIDParams) WithContext(ctx context.Context) *DeletePoolsByGroupIDParams + func (o *DeletePoolsByGroupIDParams) WithDefaults() *DeletePoolsByGroupIDParams + func (o *DeletePoolsByGroupIDParams) WithGroupID(groupID string) *DeletePoolsByGroupIDParams + func (o *DeletePoolsByGroupIDParams) WithHTTPClient(client *http.Client) *DeletePoolsByGroupIDParams + func (o *DeletePoolsByGroupIDParams) WithPools(pools models.IDList) *DeletePoolsByGroupIDParams + func (o *DeletePoolsByGroupIDParams) WithTimeout(timeout time.Duration) *DeletePoolsByGroupIDParams + func (o *DeletePoolsByGroupIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeletePoolsByGroupIDReader struct + func (o *DeletePoolsByGroupIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeletePoolsByGroupIDUnauthorized struct + Payload interface{} + func NewDeletePoolsByGroupIDUnauthorized() *DeletePoolsByGroupIDUnauthorized + func (o *DeletePoolsByGroupIDUnauthorized) Error() string + func (o *DeletePoolsByGroupIDUnauthorized) GetPayload() interface{} + type GetGroupDescriptionByIDInternalServerError struct + Payload interface{} + func NewGetGroupDescriptionByIDInternalServerError() *GetGroupDescriptionByIDInternalServerError + func (o *GetGroupDescriptionByIDInternalServerError) Error() string + func (o *GetGroupDescriptionByIDInternalServerError) GetPayload() interface{} + type GetGroupDescriptionByIDNotFound struct + Payload interface{} + func NewGetGroupDescriptionByIDNotFound() *GetGroupDescriptionByIDNotFound + func (o *GetGroupDescriptionByIDNotFound) Error() string + func (o *GetGroupDescriptionByIDNotFound) GetPayload() interface{} + type GetGroupDescriptionByIDOK struct + Payload *models.Description + func NewGetGroupDescriptionByIDOK() *GetGroupDescriptionByIDOK + func (o *GetGroupDescriptionByIDOK) Error() string + func (o *GetGroupDescriptionByIDOK) GetPayload() *models.Description + type GetGroupDescriptionByIDParams struct + Context context.Context + GroupID string + HTTPClient *http.Client + func NewGetGroupDescriptionByIDParams() *GetGroupDescriptionByIDParams + func NewGetGroupDescriptionByIDParamsWithContext(ctx context.Context) *GetGroupDescriptionByIDParams + func NewGetGroupDescriptionByIDParamsWithHTTPClient(client *http.Client) *GetGroupDescriptionByIDParams + func NewGetGroupDescriptionByIDParamsWithTimeout(timeout time.Duration) *GetGroupDescriptionByIDParams + func (o *GetGroupDescriptionByIDParams) SetContext(ctx context.Context) + func (o *GetGroupDescriptionByIDParams) SetDefaults() + func (o *GetGroupDescriptionByIDParams) SetGroupID(groupID string) + func (o *GetGroupDescriptionByIDParams) SetHTTPClient(client *http.Client) + func (o *GetGroupDescriptionByIDParams) SetTimeout(timeout time.Duration) + func (o *GetGroupDescriptionByIDParams) WithContext(ctx context.Context) *GetGroupDescriptionByIDParams + func (o *GetGroupDescriptionByIDParams) WithDefaults() *GetGroupDescriptionByIDParams + func (o *GetGroupDescriptionByIDParams) WithGroupID(groupID string) *GetGroupDescriptionByIDParams + func (o *GetGroupDescriptionByIDParams) WithHTTPClient(client *http.Client) *GetGroupDescriptionByIDParams + func (o *GetGroupDescriptionByIDParams) WithTimeout(timeout time.Duration) *GetGroupDescriptionByIDParams + func (o *GetGroupDescriptionByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetGroupDescriptionByIDReader struct + func (o *GetGroupDescriptionByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetGroupDescriptionByIDUnauthorized struct + Payload interface{} + func NewGetGroupDescriptionByIDUnauthorized() *GetGroupDescriptionByIDUnauthorized + func (o *GetGroupDescriptionByIDUnauthorized) Error() string + func (o *GetGroupDescriptionByIDUnauthorized) GetPayload() interface{} + type GetGroupIDByNameInternalServerError struct + Payload interface{} + func NewGetGroupIDByNameInternalServerError() *GetGroupIDByNameInternalServerError + func (o *GetGroupIDByNameInternalServerError) Error() string + func (o *GetGroupIDByNameInternalServerError) GetPayload() interface{} + type GetGroupIDByNameOK struct + Payload []string + func NewGetGroupIDByNameOK() *GetGroupIDByNameOK + func (o *GetGroupIDByNameOK) Error() string + func (o *GetGroupIDByNameOK) GetPayload() []string + type GetGroupIDByNameParams struct + Context context.Context + HTTPClient *http.Client + Name string + func NewGetGroupIDByNameParams() *GetGroupIDByNameParams + func NewGetGroupIDByNameParamsWithContext(ctx context.Context) *GetGroupIDByNameParams + func NewGetGroupIDByNameParamsWithHTTPClient(client *http.Client) *GetGroupIDByNameParams + func NewGetGroupIDByNameParamsWithTimeout(timeout time.Duration) *GetGroupIDByNameParams + func (o *GetGroupIDByNameParams) SetContext(ctx context.Context) + func (o *GetGroupIDByNameParams) SetDefaults() + func (o *GetGroupIDByNameParams) SetHTTPClient(client *http.Client) + func (o *GetGroupIDByNameParams) SetName(name string) + func (o *GetGroupIDByNameParams) SetTimeout(timeout time.Duration) + func (o *GetGroupIDByNameParams) WithContext(ctx context.Context) *GetGroupIDByNameParams + func (o *GetGroupIDByNameParams) WithDefaults() *GetGroupIDByNameParams + func (o *GetGroupIDByNameParams) WithHTTPClient(client *http.Client) *GetGroupIDByNameParams + func (o *GetGroupIDByNameParams) WithName(name string) *GetGroupIDByNameParams + func (o *GetGroupIDByNameParams) WithTimeout(timeout time.Duration) *GetGroupIDByNameParams + func (o *GetGroupIDByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetGroupIDByNameReader struct + func (o *GetGroupIDByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetGroupIDByNameUnauthorized struct + Payload interface{} + func NewGetGroupIDByNameUnauthorized() *GetGroupIDByNameUnauthorized + func (o *GetGroupIDByNameUnauthorized) Error() string + func (o *GetGroupIDByNameUnauthorized) GetPayload() interface{} + type GetPoolsByGroupIDInternalServerError struct + Payload interface{} + func NewGetPoolsByGroupIDInternalServerError() *GetPoolsByGroupIDInternalServerError + func (o *GetPoolsByGroupIDInternalServerError) Error() string + func (o *GetPoolsByGroupIDInternalServerError) GetPayload() interface{} + type GetPoolsByGroupIDNotFound struct + Payload interface{} + func NewGetPoolsByGroupIDNotFound() *GetPoolsByGroupIDNotFound + func (o *GetPoolsByGroupIDNotFound) Error() string + func (o *GetPoolsByGroupIDNotFound) GetPayload() interface{} + type GetPoolsByGroupIDOK struct + Payload models.IDList + func NewGetPoolsByGroupIDOK() *GetPoolsByGroupIDOK + func (o *GetPoolsByGroupIDOK) Error() string + func (o *GetPoolsByGroupIDOK) GetPayload() models.IDList + type GetPoolsByGroupIDParams struct + Context context.Context + GroupID string + HTTPClient *http.Client + func NewGetPoolsByGroupIDParams() *GetPoolsByGroupIDParams + func NewGetPoolsByGroupIDParamsWithContext(ctx context.Context) *GetPoolsByGroupIDParams + func NewGetPoolsByGroupIDParamsWithHTTPClient(client *http.Client) *GetPoolsByGroupIDParams + func NewGetPoolsByGroupIDParamsWithTimeout(timeout time.Duration) *GetPoolsByGroupIDParams + func (o *GetPoolsByGroupIDParams) SetContext(ctx context.Context) + func (o *GetPoolsByGroupIDParams) SetDefaults() + func (o *GetPoolsByGroupIDParams) SetGroupID(groupID string) + func (o *GetPoolsByGroupIDParams) SetHTTPClient(client *http.Client) + func (o *GetPoolsByGroupIDParams) SetTimeout(timeout time.Duration) + func (o *GetPoolsByGroupIDParams) WithContext(ctx context.Context) *GetPoolsByGroupIDParams + func (o *GetPoolsByGroupIDParams) WithDefaults() *GetPoolsByGroupIDParams + func (o *GetPoolsByGroupIDParams) WithGroupID(groupID string) *GetPoolsByGroupIDParams + func (o *GetPoolsByGroupIDParams) WithHTTPClient(client *http.Client) *GetPoolsByGroupIDParams + func (o *GetPoolsByGroupIDParams) WithTimeout(timeout time.Duration) *GetPoolsByGroupIDParams + func (o *GetPoolsByGroupIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPoolsByGroupIDReader struct + func (o *GetPoolsByGroupIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPoolsByGroupIDUnauthorized struct + Payload interface{} + func NewGetPoolsByGroupIDUnauthorized() *GetPoolsByGroupIDUnauthorized + func (o *GetPoolsByGroupIDUnauthorized) Error() string + func (o *GetPoolsByGroupIDUnauthorized) GetPayload() interface{} + type ReplacePoolsByGroupIDInternalServerError struct + Payload interface{} + func NewReplacePoolsByGroupIDInternalServerError() *ReplacePoolsByGroupIDInternalServerError + func (o *ReplacePoolsByGroupIDInternalServerError) Error() string + func (o *ReplacePoolsByGroupIDInternalServerError) GetPayload() interface{} + type ReplacePoolsByGroupIDNotFound struct + func NewReplacePoolsByGroupIDNotFound() *ReplacePoolsByGroupIDNotFound + func (o *ReplacePoolsByGroupIDNotFound) Error() string + type ReplacePoolsByGroupIDOK struct + Payload models.IDList + func NewReplacePoolsByGroupIDOK() *ReplacePoolsByGroupIDOK + func (o *ReplacePoolsByGroupIDOK) Error() string + func (o *ReplacePoolsByGroupIDOK) GetPayload() models.IDList + type ReplacePoolsByGroupIDParams struct + Context context.Context + GroupID string + HTTPClient *http.Client + Pools models.IDList + func NewReplacePoolsByGroupIDParams() *ReplacePoolsByGroupIDParams + func NewReplacePoolsByGroupIDParamsWithContext(ctx context.Context) *ReplacePoolsByGroupIDParams + func NewReplacePoolsByGroupIDParamsWithHTTPClient(client *http.Client) *ReplacePoolsByGroupIDParams + func NewReplacePoolsByGroupIDParamsWithTimeout(timeout time.Duration) *ReplacePoolsByGroupIDParams + func (o *ReplacePoolsByGroupIDParams) SetContext(ctx context.Context) + func (o *ReplacePoolsByGroupIDParams) SetDefaults() + func (o *ReplacePoolsByGroupIDParams) SetGroupID(groupID string) + func (o *ReplacePoolsByGroupIDParams) SetHTTPClient(client *http.Client) + func (o *ReplacePoolsByGroupIDParams) SetPools(pools models.IDList) + func (o *ReplacePoolsByGroupIDParams) SetTimeout(timeout time.Duration) + func (o *ReplacePoolsByGroupIDParams) WithContext(ctx context.Context) *ReplacePoolsByGroupIDParams + func (o *ReplacePoolsByGroupIDParams) WithDefaults() *ReplacePoolsByGroupIDParams + func (o *ReplacePoolsByGroupIDParams) WithGroupID(groupID string) *ReplacePoolsByGroupIDParams + func (o *ReplacePoolsByGroupIDParams) WithHTTPClient(client *http.Client) *ReplacePoolsByGroupIDParams + func (o *ReplacePoolsByGroupIDParams) WithPools(pools models.IDList) *ReplacePoolsByGroupIDParams + func (o *ReplacePoolsByGroupIDParams) WithTimeout(timeout time.Duration) *ReplacePoolsByGroupIDParams + func (o *ReplacePoolsByGroupIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ReplacePoolsByGroupIDReader struct + func (o *ReplacePoolsByGroupIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ReplacePoolsByGroupIDUnauthorized struct + Payload interface{} + func NewReplacePoolsByGroupIDUnauthorized() *ReplacePoolsByGroupIDUnauthorized + func (o *ReplacePoolsByGroupIDUnauthorized) Error() string + func (o *ReplacePoolsByGroupIDUnauthorized) GetPayload() interface{}