Versions in this module Expand all Collapse all v0 v0.1.1 Mar 17, 2022 Changes in this version + type Client struct + func (a *Client) HaGroupCreate(params *HaGroupCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*HaGroupCreateCreated, error) + func (a *Client) HaGroupDelete(params *HaGroupDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*HaGroupDeleteNoContent, error) + func (a *Client) HaGroupList(params *HaGroupListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*HaGroupListOK, error) + func (a *Client) HaGroupRead(params *HaGroupReadParams, authInfo runtime.ClientAuthInfoWriter, ...) (*HaGroupReadOK, error) + func (a *Client) HaGroupUpdate(params *HaGroupUpdateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*HaGroupUpdateCreated, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + HaGroupCreate func(params *HaGroupCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*HaGroupCreateCreated, error) + HaGroupDelete func(params *HaGroupDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*HaGroupDeleteNoContent, error) + HaGroupList func(params *HaGroupListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*HaGroupListOK, error) + HaGroupRead func(params *HaGroupReadParams, authInfo runtime.ClientAuthInfoWriter, ...) (*HaGroupReadOK, error) + HaGroupUpdate func(params *HaGroupUpdateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*HaGroupUpdateCreated, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type HaGroupCreateCreated struct + Payload *models.IpamsvcCreateHAGroupResponse + func NewHaGroupCreateCreated() *HaGroupCreateCreated + func (o *HaGroupCreateCreated) Error() string + func (o *HaGroupCreateCreated) GetPayload() *models.IpamsvcCreateHAGroupResponse + type HaGroupCreateParams struct + Body *models.IpamsvcHAGroup + Context context.Context + HTTPClient *http.Client + func NewHaGroupCreateParams() *HaGroupCreateParams + func NewHaGroupCreateParamsWithContext(ctx context.Context) *HaGroupCreateParams + func NewHaGroupCreateParamsWithHTTPClient(client *http.Client) *HaGroupCreateParams + func NewHaGroupCreateParamsWithTimeout(timeout time.Duration) *HaGroupCreateParams + func (o *HaGroupCreateParams) SetBody(body *models.IpamsvcHAGroup) + func (o *HaGroupCreateParams) SetContext(ctx context.Context) + func (o *HaGroupCreateParams) SetDefaults() + func (o *HaGroupCreateParams) SetHTTPClient(client *http.Client) + func (o *HaGroupCreateParams) SetTimeout(timeout time.Duration) + func (o *HaGroupCreateParams) WithBody(body *models.IpamsvcHAGroup) *HaGroupCreateParams + func (o *HaGroupCreateParams) WithContext(ctx context.Context) *HaGroupCreateParams + func (o *HaGroupCreateParams) WithDefaults() *HaGroupCreateParams + func (o *HaGroupCreateParams) WithHTTPClient(client *http.Client) *HaGroupCreateParams + func (o *HaGroupCreateParams) WithTimeout(timeout time.Duration) *HaGroupCreateParams + func (o *HaGroupCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type HaGroupCreateReader struct + func (o *HaGroupCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type HaGroupDeleteNoContent struct + func NewHaGroupDeleteNoContent() *HaGroupDeleteNoContent + func (o *HaGroupDeleteNoContent) Error() string + type HaGroupDeleteParams struct + Context context.Context + HTTPClient *http.Client + ID string + func NewHaGroupDeleteParams() *HaGroupDeleteParams + func NewHaGroupDeleteParamsWithContext(ctx context.Context) *HaGroupDeleteParams + func NewHaGroupDeleteParamsWithHTTPClient(client *http.Client) *HaGroupDeleteParams + func NewHaGroupDeleteParamsWithTimeout(timeout time.Duration) *HaGroupDeleteParams + func (o *HaGroupDeleteParams) SetContext(ctx context.Context) + func (o *HaGroupDeleteParams) SetDefaults() + func (o *HaGroupDeleteParams) SetHTTPClient(client *http.Client) + func (o *HaGroupDeleteParams) SetID(id string) + func (o *HaGroupDeleteParams) SetTimeout(timeout time.Duration) + func (o *HaGroupDeleteParams) WithContext(ctx context.Context) *HaGroupDeleteParams + func (o *HaGroupDeleteParams) WithDefaults() *HaGroupDeleteParams + func (o *HaGroupDeleteParams) WithHTTPClient(client *http.Client) *HaGroupDeleteParams + func (o *HaGroupDeleteParams) WithID(id string) *HaGroupDeleteParams + func (o *HaGroupDeleteParams) WithTimeout(timeout time.Duration) *HaGroupDeleteParams + func (o *HaGroupDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type HaGroupDeleteReader struct + func (o *HaGroupDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type HaGroupListOK struct + Payload *models.IpamsvcListHAGroupResponse + func NewHaGroupListOK() *HaGroupListOK + func (o *HaGroupListOK) Error() string + func (o *HaGroupListOK) GetPayload() *models.IpamsvcListHAGroupResponse + type HaGroupListParams struct + Context context.Context + Fields *string + Filter *string + HTTPClient *http.Client + Limit *int64 + Offset *int64 + OrderBy *string + PageToken *string + Tfilter *string + TorderBy *string + func NewHaGroupListParams() *HaGroupListParams + func NewHaGroupListParamsWithContext(ctx context.Context) *HaGroupListParams + func NewHaGroupListParamsWithHTTPClient(client *http.Client) *HaGroupListParams + func NewHaGroupListParamsWithTimeout(timeout time.Duration) *HaGroupListParams + func (o *HaGroupListParams) SetContext(ctx context.Context) + func (o *HaGroupListParams) SetDefaults() + func (o *HaGroupListParams) SetFields(fields *string) + func (o *HaGroupListParams) SetFilter(filter *string) + func (o *HaGroupListParams) SetHTTPClient(client *http.Client) + func (o *HaGroupListParams) SetLimit(limit *int64) + func (o *HaGroupListParams) SetOffset(offset *int64) + func (o *HaGroupListParams) SetOrderBy(orderBy *string) + func (o *HaGroupListParams) SetPageToken(pageToken *string) + func (o *HaGroupListParams) SetTfilter(tfilter *string) + func (o *HaGroupListParams) SetTimeout(timeout time.Duration) + func (o *HaGroupListParams) SetTorderBy(torderBy *string) + func (o *HaGroupListParams) WithContext(ctx context.Context) *HaGroupListParams + func (o *HaGroupListParams) WithDefaults() *HaGroupListParams + func (o *HaGroupListParams) WithFields(fields *string) *HaGroupListParams + func (o *HaGroupListParams) WithFilter(filter *string) *HaGroupListParams + func (o *HaGroupListParams) WithHTTPClient(client *http.Client) *HaGroupListParams + func (o *HaGroupListParams) WithLimit(limit *int64) *HaGroupListParams + func (o *HaGroupListParams) WithOffset(offset *int64) *HaGroupListParams + func (o *HaGroupListParams) WithOrderBy(orderBy *string) *HaGroupListParams + func (o *HaGroupListParams) WithPageToken(pageToken *string) *HaGroupListParams + func (o *HaGroupListParams) WithTfilter(tfilter *string) *HaGroupListParams + func (o *HaGroupListParams) WithTimeout(timeout time.Duration) *HaGroupListParams + func (o *HaGroupListParams) WithTorderBy(torderBy *string) *HaGroupListParams + func (o *HaGroupListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type HaGroupListReader struct + func (o *HaGroupListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type HaGroupReadOK struct + Payload *models.IpamsvcReadHAGroupResponse + func NewHaGroupReadOK() *HaGroupReadOK + func (o *HaGroupReadOK) Error() string + func (o *HaGroupReadOK) GetPayload() *models.IpamsvcReadHAGroupResponse + type HaGroupReadParams struct + Context context.Context + Fields *string + HTTPClient *http.Client + ID string + func NewHaGroupReadParams() *HaGroupReadParams + func NewHaGroupReadParamsWithContext(ctx context.Context) *HaGroupReadParams + func NewHaGroupReadParamsWithHTTPClient(client *http.Client) *HaGroupReadParams + func NewHaGroupReadParamsWithTimeout(timeout time.Duration) *HaGroupReadParams + func (o *HaGroupReadParams) SetContext(ctx context.Context) + func (o *HaGroupReadParams) SetDefaults() + func (o *HaGroupReadParams) SetFields(fields *string) + func (o *HaGroupReadParams) SetHTTPClient(client *http.Client) + func (o *HaGroupReadParams) SetID(id string) + func (o *HaGroupReadParams) SetTimeout(timeout time.Duration) + func (o *HaGroupReadParams) WithContext(ctx context.Context) *HaGroupReadParams + func (o *HaGroupReadParams) WithDefaults() *HaGroupReadParams + func (o *HaGroupReadParams) WithFields(fields *string) *HaGroupReadParams + func (o *HaGroupReadParams) WithHTTPClient(client *http.Client) *HaGroupReadParams + func (o *HaGroupReadParams) WithID(id string) *HaGroupReadParams + func (o *HaGroupReadParams) WithTimeout(timeout time.Duration) *HaGroupReadParams + func (o *HaGroupReadParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type HaGroupReadReader struct + func (o *HaGroupReadReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type HaGroupUpdateCreated struct + Payload *models.IpamsvcUpdateHAGroupResponse + func NewHaGroupUpdateCreated() *HaGroupUpdateCreated + func (o *HaGroupUpdateCreated) Error() string + func (o *HaGroupUpdateCreated) GetPayload() *models.IpamsvcUpdateHAGroupResponse + type HaGroupUpdateParams struct + Body *models.IpamsvcHAGroup + Context context.Context + HTTPClient *http.Client + ID string + func NewHaGroupUpdateParams() *HaGroupUpdateParams + func NewHaGroupUpdateParamsWithContext(ctx context.Context) *HaGroupUpdateParams + func NewHaGroupUpdateParamsWithHTTPClient(client *http.Client) *HaGroupUpdateParams + func NewHaGroupUpdateParamsWithTimeout(timeout time.Duration) *HaGroupUpdateParams + func (o *HaGroupUpdateParams) SetBody(body *models.IpamsvcHAGroup) + func (o *HaGroupUpdateParams) SetContext(ctx context.Context) + func (o *HaGroupUpdateParams) SetDefaults() + func (o *HaGroupUpdateParams) SetHTTPClient(client *http.Client) + func (o *HaGroupUpdateParams) SetID(id string) + func (o *HaGroupUpdateParams) SetTimeout(timeout time.Duration) + func (o *HaGroupUpdateParams) WithBody(body *models.IpamsvcHAGroup) *HaGroupUpdateParams + func (o *HaGroupUpdateParams) WithContext(ctx context.Context) *HaGroupUpdateParams + func (o *HaGroupUpdateParams) WithDefaults() *HaGroupUpdateParams + func (o *HaGroupUpdateParams) WithHTTPClient(client *http.Client) *HaGroupUpdateParams + func (o *HaGroupUpdateParams) WithID(id string) *HaGroupUpdateParams + func (o *HaGroupUpdateParams) WithTimeout(timeout time.Duration) *HaGroupUpdateParams + func (o *HaGroupUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type HaGroupUpdateReader struct + func (o *HaGroupUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) v0.1.0 Jan 31, 2022