Versions in this module Expand all Collapse all v0 v0.0.3 Jul 1, 2020 v0.0.2 Jul 1, 2020 Changes in this version + type Client struct + func (a *Client) DeleteSoftwareComponent(params *DeleteSoftwareComponentParams) (*DeleteSoftwareComponentOK, error) + func (a *Client) DeleteSoftwareDetail(params *DeleteSoftwareDetailParams) (*DeleteSoftwareDetailOK, error) + func (a *Client) DeleteSoftwareLicenseKeys(params *DeleteSoftwareLicenseKeysParams) (*DeleteSoftwareLicenseKeysOK, error) + func (a *Client) GetSoftwareComponentDetails(params *GetSoftwareComponentDetailsParams) (*GetSoftwareComponentDetailsOK, error) + func (a *Client) GetSoftwareDetails(params *GetSoftwareDetailsParams) (*GetSoftwareDetailsOK, error) + func (a *Client) GetSoftwareLicenseKeys(params *GetSoftwareLicenseKeysParams) (*GetSoftwareLicenseKeysOK, error) + func (a *Client) PostUpdateServicePorts(params *PostUpdateServicePortsParams) (*PostUpdateServicePortsOK, error) + func (a *Client) PostUpdateSoftwareComponents(params *PostUpdateSoftwareComponentsParams) (*PostUpdateSoftwareComponentsOK, error) + func (a *Client) PostUpdateSoftwareLicenses(params *PostUpdateSoftwareLicensesParams) (*PostUpdateSoftwareLicensesOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + DeleteSoftwareComponent func(params *DeleteSoftwareComponentParams) (*DeleteSoftwareComponentOK, error) + DeleteSoftwareDetail func(params *DeleteSoftwareDetailParams) (*DeleteSoftwareDetailOK, error) + DeleteSoftwareLicenseKeys func(params *DeleteSoftwareLicenseKeysParams) (*DeleteSoftwareLicenseKeysOK, error) + GetSoftwareComponentDetails func(params *GetSoftwareComponentDetailsParams) (*GetSoftwareComponentDetailsOK, error) + GetSoftwareDetails func(params *GetSoftwareDetailsParams) (*GetSoftwareDetailsOK, error) + GetSoftwareLicenseKeys func(params *GetSoftwareLicenseKeysParams) (*GetSoftwareLicenseKeysOK, error) + PostUpdateServicePorts func(params *PostUpdateServicePortsParams) (*PostUpdateServicePortsOK, error) + PostUpdateSoftwareComponents func(params *PostUpdateSoftwareComponentsParams) (*PostUpdateSoftwareComponentsOK, error) + PostUpdateSoftwareLicenses func(params *PostUpdateSoftwareLicensesParams) (*PostUpdateSoftwareLicensesOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type DeleteSoftwareComponentBadRequest struct + func NewDeleteSoftwareComponentBadRequest() *DeleteSoftwareComponentBadRequest + func (o *DeleteSoftwareComponentBadRequest) Error() string + type DeleteSoftwareComponentForbidden struct + func NewDeleteSoftwareComponentForbidden() *DeleteSoftwareComponentForbidden + func (o *DeleteSoftwareComponentForbidden) Error() string + type DeleteSoftwareComponentGone struct + func NewDeleteSoftwareComponentGone() *DeleteSoftwareComponentGone + func (o *DeleteSoftwareComponentGone) Error() string + type DeleteSoftwareComponentInternalServerError struct + func NewDeleteSoftwareComponentInternalServerError() *DeleteSoftwareComponentInternalServerError + func (o *DeleteSoftwareComponentInternalServerError) Error() string + type DeleteSoftwareComponentMethodNotAllowed struct + func NewDeleteSoftwareComponentMethodNotAllowed() *DeleteSoftwareComponentMethodNotAllowed + func (o *DeleteSoftwareComponentMethodNotAllowed) Error() string + type DeleteSoftwareComponentNotFound struct + func NewDeleteSoftwareComponentNotFound() *DeleteSoftwareComponentNotFound + func (o *DeleteSoftwareComponentNotFound) Error() string + type DeleteSoftwareComponentOK struct + Payload *DeleteSoftwareComponentOKBody + func NewDeleteSoftwareComponentOK() *DeleteSoftwareComponentOK + func (o *DeleteSoftwareComponentOK) Error() string + func (o *DeleteSoftwareComponentOK) GetPayload() *DeleteSoftwareComponentOKBody + type DeleteSoftwareComponentOKBody struct + Deleted interface{} + ID interface{} + func (o *DeleteSoftwareComponentOKBody) MarshalBinary() ([]byte, error) + func (o *DeleteSoftwareComponentOKBody) UnmarshalBinary(b []byte) error + func (o *DeleteSoftwareComponentOKBody) Validate(formats strfmt.Registry) error + type DeleteSoftwareComponentParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewDeleteSoftwareComponentParams() *DeleteSoftwareComponentParams + func NewDeleteSoftwareComponentParamsWithContext(ctx context.Context) *DeleteSoftwareComponentParams + func NewDeleteSoftwareComponentParamsWithHTTPClient(client *http.Client) *DeleteSoftwareComponentParams + func NewDeleteSoftwareComponentParamsWithTimeout(timeout time.Duration) *DeleteSoftwareComponentParams + func (o *DeleteSoftwareComponentParams) SetContext(ctx context.Context) + func (o *DeleteSoftwareComponentParams) SetHTTPClient(client *http.Client) + func (o *DeleteSoftwareComponentParams) SetID(id int64) + func (o *DeleteSoftwareComponentParams) SetTimeout(timeout time.Duration) + func (o *DeleteSoftwareComponentParams) WithContext(ctx context.Context) *DeleteSoftwareComponentParams + func (o *DeleteSoftwareComponentParams) WithHTTPClient(client *http.Client) *DeleteSoftwareComponentParams + func (o *DeleteSoftwareComponentParams) WithID(id int64) *DeleteSoftwareComponentParams + func (o *DeleteSoftwareComponentParams) WithTimeout(timeout time.Duration) *DeleteSoftwareComponentParams + func (o *DeleteSoftwareComponentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteSoftwareComponentReader struct + func (o *DeleteSoftwareComponentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteSoftwareComponentServiceUnavailable struct + func NewDeleteSoftwareComponentServiceUnavailable() *DeleteSoftwareComponentServiceUnavailable + func (o *DeleteSoftwareComponentServiceUnavailable) Error() string + type DeleteSoftwareComponentUnauthorized struct + func NewDeleteSoftwareComponentUnauthorized() *DeleteSoftwareComponentUnauthorized + func (o *DeleteSoftwareComponentUnauthorized) Error() string + type DeleteSoftwareDetailBadRequest struct + func NewDeleteSoftwareDetailBadRequest() *DeleteSoftwareDetailBadRequest + func (o *DeleteSoftwareDetailBadRequest) Error() string + type DeleteSoftwareDetailForbidden struct + func NewDeleteSoftwareDetailForbidden() *DeleteSoftwareDetailForbidden + func (o *DeleteSoftwareDetailForbidden) Error() string + type DeleteSoftwareDetailGone struct + func NewDeleteSoftwareDetailGone() *DeleteSoftwareDetailGone + func (o *DeleteSoftwareDetailGone) Error() string + type DeleteSoftwareDetailInternalServerError struct + func NewDeleteSoftwareDetailInternalServerError() *DeleteSoftwareDetailInternalServerError + func (o *DeleteSoftwareDetailInternalServerError) Error() string + type DeleteSoftwareDetailMethodNotAllowed struct + func NewDeleteSoftwareDetailMethodNotAllowed() *DeleteSoftwareDetailMethodNotAllowed + func (o *DeleteSoftwareDetailMethodNotAllowed) Error() string + type DeleteSoftwareDetailNotFound struct + func NewDeleteSoftwareDetailNotFound() *DeleteSoftwareDetailNotFound + func (o *DeleteSoftwareDetailNotFound) Error() string + type DeleteSoftwareDetailOK struct + Payload *DeleteSoftwareDetailOKBody + func NewDeleteSoftwareDetailOK() *DeleteSoftwareDetailOK + func (o *DeleteSoftwareDetailOK) Error() string + func (o *DeleteSoftwareDetailOK) GetPayload() *DeleteSoftwareDetailOKBody + type DeleteSoftwareDetailOKBody struct + Deleted interface{} + ID interface{} + func (o *DeleteSoftwareDetailOKBody) MarshalBinary() ([]byte, error) + func (o *DeleteSoftwareDetailOKBody) UnmarshalBinary(b []byte) error + func (o *DeleteSoftwareDetailOKBody) Validate(formats strfmt.Registry) error + type DeleteSoftwareDetailParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewDeleteSoftwareDetailParams() *DeleteSoftwareDetailParams + func NewDeleteSoftwareDetailParamsWithContext(ctx context.Context) *DeleteSoftwareDetailParams + func NewDeleteSoftwareDetailParamsWithHTTPClient(client *http.Client) *DeleteSoftwareDetailParams + func NewDeleteSoftwareDetailParamsWithTimeout(timeout time.Duration) *DeleteSoftwareDetailParams + func (o *DeleteSoftwareDetailParams) SetContext(ctx context.Context) + func (o *DeleteSoftwareDetailParams) SetHTTPClient(client *http.Client) + func (o *DeleteSoftwareDetailParams) SetID(id int64) + func (o *DeleteSoftwareDetailParams) SetTimeout(timeout time.Duration) + func (o *DeleteSoftwareDetailParams) WithContext(ctx context.Context) *DeleteSoftwareDetailParams + func (o *DeleteSoftwareDetailParams) WithHTTPClient(client *http.Client) *DeleteSoftwareDetailParams + func (o *DeleteSoftwareDetailParams) WithID(id int64) *DeleteSoftwareDetailParams + func (o *DeleteSoftwareDetailParams) WithTimeout(timeout time.Duration) *DeleteSoftwareDetailParams + func (o *DeleteSoftwareDetailParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteSoftwareDetailReader struct + func (o *DeleteSoftwareDetailReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteSoftwareDetailServiceUnavailable struct + func NewDeleteSoftwareDetailServiceUnavailable() *DeleteSoftwareDetailServiceUnavailable + func (o *DeleteSoftwareDetailServiceUnavailable) Error() string + type DeleteSoftwareDetailUnauthorized struct + func NewDeleteSoftwareDetailUnauthorized() *DeleteSoftwareDetailUnauthorized + func (o *DeleteSoftwareDetailUnauthorized) Error() string + type DeleteSoftwareLicenseKeysBadRequest struct + func NewDeleteSoftwareLicenseKeysBadRequest() *DeleteSoftwareLicenseKeysBadRequest + func (o *DeleteSoftwareLicenseKeysBadRequest) Error() string + type DeleteSoftwareLicenseKeysForbidden struct + func NewDeleteSoftwareLicenseKeysForbidden() *DeleteSoftwareLicenseKeysForbidden + func (o *DeleteSoftwareLicenseKeysForbidden) Error() string + type DeleteSoftwareLicenseKeysGone struct + func NewDeleteSoftwareLicenseKeysGone() *DeleteSoftwareLicenseKeysGone + func (o *DeleteSoftwareLicenseKeysGone) Error() string + type DeleteSoftwareLicenseKeysInternalServerError struct + func NewDeleteSoftwareLicenseKeysInternalServerError() *DeleteSoftwareLicenseKeysInternalServerError + func (o *DeleteSoftwareLicenseKeysInternalServerError) Error() string + type DeleteSoftwareLicenseKeysMethodNotAllowed struct + func NewDeleteSoftwareLicenseKeysMethodNotAllowed() *DeleteSoftwareLicenseKeysMethodNotAllowed + func (o *DeleteSoftwareLicenseKeysMethodNotAllowed) Error() string + type DeleteSoftwareLicenseKeysNotFound struct + func NewDeleteSoftwareLicenseKeysNotFound() *DeleteSoftwareLicenseKeysNotFound + func (o *DeleteSoftwareLicenseKeysNotFound) Error() string + type DeleteSoftwareLicenseKeysOK struct + Payload *DeleteSoftwareLicenseKeysOKBody + func NewDeleteSoftwareLicenseKeysOK() *DeleteSoftwareLicenseKeysOK + func (o *DeleteSoftwareLicenseKeysOK) Error() string + func (o *DeleteSoftwareLicenseKeysOK) GetPayload() *DeleteSoftwareLicenseKeysOKBody + type DeleteSoftwareLicenseKeysOKBody struct + Deleted interface{} + ID interface{} + func (o *DeleteSoftwareLicenseKeysOKBody) MarshalBinary() ([]byte, error) + func (o *DeleteSoftwareLicenseKeysOKBody) UnmarshalBinary(b []byte) error + func (o *DeleteSoftwareLicenseKeysOKBody) Validate(formats strfmt.Registry) error + type DeleteSoftwareLicenseKeysParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewDeleteSoftwareLicenseKeysParams() *DeleteSoftwareLicenseKeysParams + func NewDeleteSoftwareLicenseKeysParamsWithContext(ctx context.Context) *DeleteSoftwareLicenseKeysParams + func NewDeleteSoftwareLicenseKeysParamsWithHTTPClient(client *http.Client) *DeleteSoftwareLicenseKeysParams + func NewDeleteSoftwareLicenseKeysParamsWithTimeout(timeout time.Duration) *DeleteSoftwareLicenseKeysParams + func (o *DeleteSoftwareLicenseKeysParams) SetContext(ctx context.Context) + func (o *DeleteSoftwareLicenseKeysParams) SetHTTPClient(client *http.Client) + func (o *DeleteSoftwareLicenseKeysParams) SetID(id int64) + func (o *DeleteSoftwareLicenseKeysParams) SetTimeout(timeout time.Duration) + func (o *DeleteSoftwareLicenseKeysParams) WithContext(ctx context.Context) *DeleteSoftwareLicenseKeysParams + func (o *DeleteSoftwareLicenseKeysParams) WithHTTPClient(client *http.Client) *DeleteSoftwareLicenseKeysParams + func (o *DeleteSoftwareLicenseKeysParams) WithID(id int64) *DeleteSoftwareLicenseKeysParams + func (o *DeleteSoftwareLicenseKeysParams) WithTimeout(timeout time.Duration) *DeleteSoftwareLicenseKeysParams + func (o *DeleteSoftwareLicenseKeysParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteSoftwareLicenseKeysReader struct + func (o *DeleteSoftwareLicenseKeysReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteSoftwareLicenseKeysServiceUnavailable struct + func NewDeleteSoftwareLicenseKeysServiceUnavailable() *DeleteSoftwareLicenseKeysServiceUnavailable + func (o *DeleteSoftwareLicenseKeysServiceUnavailable) Error() string + type DeleteSoftwareLicenseKeysUnauthorized struct + func NewDeleteSoftwareLicenseKeysUnauthorized() *DeleteSoftwareLicenseKeysUnauthorized + func (o *DeleteSoftwareLicenseKeysUnauthorized) Error() string + type GetSoftwareComponentDetailsBadRequest struct + func NewGetSoftwareComponentDetailsBadRequest() *GetSoftwareComponentDetailsBadRequest + func (o *GetSoftwareComponentDetailsBadRequest) Error() string + type GetSoftwareComponentDetailsForbidden struct + func NewGetSoftwareComponentDetailsForbidden() *GetSoftwareComponentDetailsForbidden + func (o *GetSoftwareComponentDetailsForbidden) Error() string + type GetSoftwareComponentDetailsGone struct + func NewGetSoftwareComponentDetailsGone() *GetSoftwareComponentDetailsGone + func (o *GetSoftwareComponentDetailsGone) Error() string + type GetSoftwareComponentDetailsInternalServerError struct + func NewGetSoftwareComponentDetailsInternalServerError() *GetSoftwareComponentDetailsInternalServerError + func (o *GetSoftwareComponentDetailsInternalServerError) Error() string + type GetSoftwareComponentDetailsMethodNotAllowed struct + func NewGetSoftwareComponentDetailsMethodNotAllowed() *GetSoftwareComponentDetailsMethodNotAllowed + func (o *GetSoftwareComponentDetailsMethodNotAllowed) Error() string + type GetSoftwareComponentDetailsNotFound struct + func NewGetSoftwareComponentDetailsNotFound() *GetSoftwareComponentDetailsNotFound + func (o *GetSoftwareComponentDetailsNotFound) Error() string + type GetSoftwareComponentDetailsOK struct + Payload *GetSoftwareComponentDetailsOKBody + func NewGetSoftwareComponentDetailsOK() *GetSoftwareComponentDetailsOK + func (o *GetSoftwareComponentDetailsOK) Error() string + func (o *GetSoftwareComponentDetailsOK) GetPayload() *GetSoftwareComponentDetailsOKBody + type GetSoftwareComponentDetailsOKBody struct + Software []*models.GetSoftwareComponentDetails + TotalCount interface{} + func (o *GetSoftwareComponentDetailsOKBody) MarshalBinary() ([]byte, error) + func (o *GetSoftwareComponentDetailsOKBody) UnmarshalBinary(b []byte) error + func (o *GetSoftwareComponentDetailsOKBody) Validate(formats strfmt.Registry) error + type GetSoftwareComponentDetailsParams struct + Category *string + Context context.Context + HTTPClient *http.Client + LicensingModel *string + Name *string + SoftwareType *string + Tags *string + TagsAnd *string + Vendor *string + func NewGetSoftwareComponentDetailsParams() *GetSoftwareComponentDetailsParams + func NewGetSoftwareComponentDetailsParamsWithContext(ctx context.Context) *GetSoftwareComponentDetailsParams + func NewGetSoftwareComponentDetailsParamsWithHTTPClient(client *http.Client) *GetSoftwareComponentDetailsParams + func NewGetSoftwareComponentDetailsParamsWithTimeout(timeout time.Duration) *GetSoftwareComponentDetailsParams + func (o *GetSoftwareComponentDetailsParams) SetCategory(category *string) + func (o *GetSoftwareComponentDetailsParams) SetContext(ctx context.Context) + func (o *GetSoftwareComponentDetailsParams) SetHTTPClient(client *http.Client) + func (o *GetSoftwareComponentDetailsParams) SetLicensingModel(licensingModel *string) + func (o *GetSoftwareComponentDetailsParams) SetName(name *string) + func (o *GetSoftwareComponentDetailsParams) SetSoftwareType(softwareType *string) + func (o *GetSoftwareComponentDetailsParams) SetTags(tags *string) + func (o *GetSoftwareComponentDetailsParams) SetTagsAnd(tagsAnd *string) + func (o *GetSoftwareComponentDetailsParams) SetTimeout(timeout time.Duration) + func (o *GetSoftwareComponentDetailsParams) SetVendor(vendor *string) + func (o *GetSoftwareComponentDetailsParams) WithCategory(category *string) *GetSoftwareComponentDetailsParams + func (o *GetSoftwareComponentDetailsParams) WithContext(ctx context.Context) *GetSoftwareComponentDetailsParams + func (o *GetSoftwareComponentDetailsParams) WithHTTPClient(client *http.Client) *GetSoftwareComponentDetailsParams + func (o *GetSoftwareComponentDetailsParams) WithLicensingModel(licensingModel *string) *GetSoftwareComponentDetailsParams + func (o *GetSoftwareComponentDetailsParams) WithName(name *string) *GetSoftwareComponentDetailsParams + func (o *GetSoftwareComponentDetailsParams) WithSoftwareType(softwareType *string) *GetSoftwareComponentDetailsParams + func (o *GetSoftwareComponentDetailsParams) WithTags(tags *string) *GetSoftwareComponentDetailsParams + func (o *GetSoftwareComponentDetailsParams) WithTagsAnd(tagsAnd *string) *GetSoftwareComponentDetailsParams + func (o *GetSoftwareComponentDetailsParams) WithTimeout(timeout time.Duration) *GetSoftwareComponentDetailsParams + func (o *GetSoftwareComponentDetailsParams) WithVendor(vendor *string) *GetSoftwareComponentDetailsParams + func (o *GetSoftwareComponentDetailsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetSoftwareComponentDetailsReader struct + func (o *GetSoftwareComponentDetailsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetSoftwareComponentDetailsServiceUnavailable struct + func NewGetSoftwareComponentDetailsServiceUnavailable() *GetSoftwareComponentDetailsServiceUnavailable + func (o *GetSoftwareComponentDetailsServiceUnavailable) Error() string + type GetSoftwareComponentDetailsUnauthorized struct + func NewGetSoftwareComponentDetailsUnauthorized() *GetSoftwareComponentDetailsUnauthorized + func (o *GetSoftwareComponentDetailsUnauthorized) Error() string + type GetSoftwareDetailsBadRequest struct + func NewGetSoftwareDetailsBadRequest() *GetSoftwareDetailsBadRequest + func (o *GetSoftwareDetailsBadRequest) Error() string + type GetSoftwareDetailsForbidden struct + func NewGetSoftwareDetailsForbidden() *GetSoftwareDetailsForbidden + func (o *GetSoftwareDetailsForbidden) Error() string + type GetSoftwareDetailsGone struct + func NewGetSoftwareDetailsGone() *GetSoftwareDetailsGone + func (o *GetSoftwareDetailsGone) Error() string + type GetSoftwareDetailsInternalServerError struct + func NewGetSoftwareDetailsInternalServerError() *GetSoftwareDetailsInternalServerError + func (o *GetSoftwareDetailsInternalServerError) Error() string + type GetSoftwareDetailsMethodNotAllowed struct + func NewGetSoftwareDetailsMethodNotAllowed() *GetSoftwareDetailsMethodNotAllowed + func (o *GetSoftwareDetailsMethodNotAllowed) Error() string + type GetSoftwareDetailsNotFound struct + func NewGetSoftwareDetailsNotFound() *GetSoftwareDetailsNotFound + func (o *GetSoftwareDetailsNotFound) Error() string + type GetSoftwareDetailsOK struct + Payload *GetSoftwareDetailsOKBody + func NewGetSoftwareDetailsOK() *GetSoftwareDetailsOK + func (o *GetSoftwareDetailsOK) Error() string + func (o *GetSoftwareDetailsOK) GetPayload() *GetSoftwareDetailsOKBody + type GetSoftwareDetailsOKBody struct + Limit interface{} + Offset interface{} + SoftwareDetails []*models.GetSoftwareDetails + func (o *GetSoftwareDetailsOKBody) MarshalBinary() ([]byte, error) + func (o *GetSoftwareDetailsOKBody) UnmarshalBinary(b []byte) error + func (o *GetSoftwareDetailsOKBody) Validate(formats strfmt.Registry) error + type GetSoftwareDetailsParams struct + Context context.Context + Device *string + DeviceID *string + HTTPClient *http.Client + SoftwareDetailID *string + SoftwareID *string + func NewGetSoftwareDetailsParams() *GetSoftwareDetailsParams + func NewGetSoftwareDetailsParamsWithContext(ctx context.Context) *GetSoftwareDetailsParams + func NewGetSoftwareDetailsParamsWithHTTPClient(client *http.Client) *GetSoftwareDetailsParams + func NewGetSoftwareDetailsParamsWithTimeout(timeout time.Duration) *GetSoftwareDetailsParams + func (o *GetSoftwareDetailsParams) SetContext(ctx context.Context) + func (o *GetSoftwareDetailsParams) SetDevice(device *string) + func (o *GetSoftwareDetailsParams) SetDeviceID(deviceID *string) + func (o *GetSoftwareDetailsParams) SetHTTPClient(client *http.Client) + func (o *GetSoftwareDetailsParams) SetSoftwareDetailID(softwareDetailID *string) + func (o *GetSoftwareDetailsParams) SetSoftwareID(softwareID *string) + func (o *GetSoftwareDetailsParams) SetTimeout(timeout time.Duration) + func (o *GetSoftwareDetailsParams) WithContext(ctx context.Context) *GetSoftwareDetailsParams + func (o *GetSoftwareDetailsParams) WithDevice(device *string) *GetSoftwareDetailsParams + func (o *GetSoftwareDetailsParams) WithDeviceID(deviceID *string) *GetSoftwareDetailsParams + func (o *GetSoftwareDetailsParams) WithHTTPClient(client *http.Client) *GetSoftwareDetailsParams + func (o *GetSoftwareDetailsParams) WithSoftwareDetailID(softwareDetailID *string) *GetSoftwareDetailsParams + func (o *GetSoftwareDetailsParams) WithSoftwareID(softwareID *string) *GetSoftwareDetailsParams + func (o *GetSoftwareDetailsParams) WithTimeout(timeout time.Duration) *GetSoftwareDetailsParams + func (o *GetSoftwareDetailsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetSoftwareDetailsReader struct + func (o *GetSoftwareDetailsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetSoftwareDetailsServiceUnavailable struct + func NewGetSoftwareDetailsServiceUnavailable() *GetSoftwareDetailsServiceUnavailable + func (o *GetSoftwareDetailsServiceUnavailable) Error() string + type GetSoftwareDetailsUnauthorized struct + func NewGetSoftwareDetailsUnauthorized() *GetSoftwareDetailsUnauthorized + func (o *GetSoftwareDetailsUnauthorized) Error() string + type GetSoftwareLicenseKeysBadRequest struct + func NewGetSoftwareLicenseKeysBadRequest() *GetSoftwareLicenseKeysBadRequest + func (o *GetSoftwareLicenseKeysBadRequest) Error() string + type GetSoftwareLicenseKeysForbidden struct + func NewGetSoftwareLicenseKeysForbidden() *GetSoftwareLicenseKeysForbidden + func (o *GetSoftwareLicenseKeysForbidden) Error() string + type GetSoftwareLicenseKeysGone struct + func NewGetSoftwareLicenseKeysGone() *GetSoftwareLicenseKeysGone + func (o *GetSoftwareLicenseKeysGone) Error() string + type GetSoftwareLicenseKeysInternalServerError struct + func NewGetSoftwareLicenseKeysInternalServerError() *GetSoftwareLicenseKeysInternalServerError + func (o *GetSoftwareLicenseKeysInternalServerError) Error() string + type GetSoftwareLicenseKeysMethodNotAllowed struct + func NewGetSoftwareLicenseKeysMethodNotAllowed() *GetSoftwareLicenseKeysMethodNotAllowed + func (o *GetSoftwareLicenseKeysMethodNotAllowed) Error() string + type GetSoftwareLicenseKeysNotFound struct + func NewGetSoftwareLicenseKeysNotFound() *GetSoftwareLicenseKeysNotFound + func (o *GetSoftwareLicenseKeysNotFound) Error() string + type GetSoftwareLicenseKeysOK struct + Payload *GetSoftwareLicenseKeysOKBody + func NewGetSoftwareLicenseKeysOK() *GetSoftwareLicenseKeysOK + func (o *GetSoftwareLicenseKeysOK) Error() string + func (o *GetSoftwareLicenseKeysOK) GetPayload() *GetSoftwareLicenseKeysOKBody + type GetSoftwareLicenseKeysOKBody struct + SoftwareLicenseKeys []*models.GetSoftwareLicenseKeys + func (o *GetSoftwareLicenseKeysOKBody) MarshalBinary() ([]byte, error) + func (o *GetSoftwareLicenseKeysOKBody) UnmarshalBinary(b []byte) error + func (o *GetSoftwareLicenseKeysOKBody) Validate(formats strfmt.Registry) error + type GetSoftwareLicenseKeysParams struct + Context context.Context + HTTPClient *http.Client + SoftwareID *string + SoftwareName *string + func NewGetSoftwareLicenseKeysParams() *GetSoftwareLicenseKeysParams + func NewGetSoftwareLicenseKeysParamsWithContext(ctx context.Context) *GetSoftwareLicenseKeysParams + func NewGetSoftwareLicenseKeysParamsWithHTTPClient(client *http.Client) *GetSoftwareLicenseKeysParams + func NewGetSoftwareLicenseKeysParamsWithTimeout(timeout time.Duration) *GetSoftwareLicenseKeysParams + func (o *GetSoftwareLicenseKeysParams) SetContext(ctx context.Context) + func (o *GetSoftwareLicenseKeysParams) SetHTTPClient(client *http.Client) + func (o *GetSoftwareLicenseKeysParams) SetSoftwareID(softwareID *string) + func (o *GetSoftwareLicenseKeysParams) SetSoftwareName(softwareName *string) + func (o *GetSoftwareLicenseKeysParams) SetTimeout(timeout time.Duration) + func (o *GetSoftwareLicenseKeysParams) WithContext(ctx context.Context) *GetSoftwareLicenseKeysParams + func (o *GetSoftwareLicenseKeysParams) WithHTTPClient(client *http.Client) *GetSoftwareLicenseKeysParams + func (o *GetSoftwareLicenseKeysParams) WithSoftwareID(softwareID *string) *GetSoftwareLicenseKeysParams + func (o *GetSoftwareLicenseKeysParams) WithSoftwareName(softwareName *string) *GetSoftwareLicenseKeysParams + func (o *GetSoftwareLicenseKeysParams) WithTimeout(timeout time.Duration) *GetSoftwareLicenseKeysParams + func (o *GetSoftwareLicenseKeysParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetSoftwareLicenseKeysReader struct + func (o *GetSoftwareLicenseKeysReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetSoftwareLicenseKeysServiceUnavailable struct + func NewGetSoftwareLicenseKeysServiceUnavailable() *GetSoftwareLicenseKeysServiceUnavailable + func (o *GetSoftwareLicenseKeysServiceUnavailable) Error() string + type GetSoftwareLicenseKeysUnauthorized struct + func NewGetSoftwareLicenseKeysUnauthorized() *GetSoftwareLicenseKeysUnauthorized + func (o *GetSoftwareLicenseKeysUnauthorized) Error() string + type PostUpdateServicePortsBadRequest struct + func NewPostUpdateServicePortsBadRequest() *PostUpdateServicePortsBadRequest + func (o *PostUpdateServicePortsBadRequest) Error() string + type PostUpdateServicePortsForbidden struct + func NewPostUpdateServicePortsForbidden() *PostUpdateServicePortsForbidden + func (o *PostUpdateServicePortsForbidden) Error() string + type PostUpdateServicePortsGone struct + func NewPostUpdateServicePortsGone() *PostUpdateServicePortsGone + func (o *PostUpdateServicePortsGone) Error() string + type PostUpdateServicePortsInternalServerError struct + func NewPostUpdateServicePortsInternalServerError() *PostUpdateServicePortsInternalServerError + func (o *PostUpdateServicePortsInternalServerError) Error() string + type PostUpdateServicePortsMethodNotAllowed struct + func NewPostUpdateServicePortsMethodNotAllowed() *PostUpdateServicePortsMethodNotAllowed + func (o *PostUpdateServicePortsMethodNotAllowed) Error() string + type PostUpdateServicePortsNotFound struct + func NewPostUpdateServicePortsNotFound() *PostUpdateServicePortsNotFound + func (o *PostUpdateServicePortsNotFound) Error() string + type PostUpdateServicePortsOK struct + Payload *PostUpdateServicePortsOKBody + func NewPostUpdateServicePortsOK() *PostUpdateServicePortsOK + func (o *PostUpdateServicePortsOK) Error() string + func (o *PostUpdateServicePortsOK) GetPayload() *PostUpdateServicePortsOKBody + type PostUpdateServicePortsOKBody struct + Code interface{} + Msg interface{} + func (o *PostUpdateServicePortsOKBody) MarshalBinary() ([]byte, error) + func (o *PostUpdateServicePortsOKBody) UnmarshalBinary(b []byte) error + func (o *PostUpdateServicePortsOKBody) Validate(formats strfmt.Registry) error + type PostUpdateServicePortsParams struct + Context context.Context + CountInLicensing *string + Device string + HTTPClient *http.Client + InstallDate *string + LicenseKey *string + LicenseKeyCount *string + LicenseUseCount *string + Software string + User *string + Vendor *string + Version *string + func NewPostUpdateServicePortsParams() *PostUpdateServicePortsParams + func NewPostUpdateServicePortsParamsWithContext(ctx context.Context) *PostUpdateServicePortsParams + func NewPostUpdateServicePortsParamsWithHTTPClient(client *http.Client) *PostUpdateServicePortsParams + func NewPostUpdateServicePortsParamsWithTimeout(timeout time.Duration) *PostUpdateServicePortsParams + func (o *PostUpdateServicePortsParams) SetContext(ctx context.Context) + func (o *PostUpdateServicePortsParams) SetCountInLicensing(countInLicensing *string) + func (o *PostUpdateServicePortsParams) SetDevice(device string) + func (o *PostUpdateServicePortsParams) SetHTTPClient(client *http.Client) + func (o *PostUpdateServicePortsParams) SetInstallDate(installDate *string) + func (o *PostUpdateServicePortsParams) SetLicenseKey(licenseKey *string) + func (o *PostUpdateServicePortsParams) SetLicenseKeyCount(licenseKeyCount *string) + func (o *PostUpdateServicePortsParams) SetLicenseUseCount(licenseUseCount *string) + func (o *PostUpdateServicePortsParams) SetSoftware(software string) + func (o *PostUpdateServicePortsParams) SetTimeout(timeout time.Duration) + func (o *PostUpdateServicePortsParams) SetUser(user *string) + func (o *PostUpdateServicePortsParams) SetVendor(vendor *string) + func (o *PostUpdateServicePortsParams) SetVersion(version *string) + func (o *PostUpdateServicePortsParams) WithContext(ctx context.Context) *PostUpdateServicePortsParams + func (o *PostUpdateServicePortsParams) WithCountInLicensing(countInLicensing *string) *PostUpdateServicePortsParams + func (o *PostUpdateServicePortsParams) WithDevice(device string) *PostUpdateServicePortsParams + func (o *PostUpdateServicePortsParams) WithHTTPClient(client *http.Client) *PostUpdateServicePortsParams + func (o *PostUpdateServicePortsParams) WithInstallDate(installDate *string) *PostUpdateServicePortsParams + func (o *PostUpdateServicePortsParams) WithLicenseKey(licenseKey *string) *PostUpdateServicePortsParams + func (o *PostUpdateServicePortsParams) WithLicenseKeyCount(licenseKeyCount *string) *PostUpdateServicePortsParams + func (o *PostUpdateServicePortsParams) WithLicenseUseCount(licenseUseCount *string) *PostUpdateServicePortsParams + func (o *PostUpdateServicePortsParams) WithSoftware(software string) *PostUpdateServicePortsParams + func (o *PostUpdateServicePortsParams) WithTimeout(timeout time.Duration) *PostUpdateServicePortsParams + func (o *PostUpdateServicePortsParams) WithUser(user *string) *PostUpdateServicePortsParams + func (o *PostUpdateServicePortsParams) WithVendor(vendor *string) *PostUpdateServicePortsParams + func (o *PostUpdateServicePortsParams) WithVersion(version *string) *PostUpdateServicePortsParams + func (o *PostUpdateServicePortsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PostUpdateServicePortsReader struct + func (o *PostUpdateServicePortsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PostUpdateServicePortsServiceUnavailable struct + func NewPostUpdateServicePortsServiceUnavailable() *PostUpdateServicePortsServiceUnavailable + func (o *PostUpdateServicePortsServiceUnavailable) Error() string + type PostUpdateServicePortsUnauthorized struct + func NewPostUpdateServicePortsUnauthorized() *PostUpdateServicePortsUnauthorized + func (o *PostUpdateServicePortsUnauthorized) Error() string + type PostUpdateSoftwareComponentsBadRequest struct + func NewPostUpdateSoftwareComponentsBadRequest() *PostUpdateSoftwareComponentsBadRequest + func (o *PostUpdateSoftwareComponentsBadRequest) Error() string + type PostUpdateSoftwareComponentsForbidden struct + func NewPostUpdateSoftwareComponentsForbidden() *PostUpdateSoftwareComponentsForbidden + func (o *PostUpdateSoftwareComponentsForbidden) Error() string + type PostUpdateSoftwareComponentsGone struct + func NewPostUpdateSoftwareComponentsGone() *PostUpdateSoftwareComponentsGone + func (o *PostUpdateSoftwareComponentsGone) Error() string + type PostUpdateSoftwareComponentsInternalServerError struct + func NewPostUpdateSoftwareComponentsInternalServerError() *PostUpdateSoftwareComponentsInternalServerError + func (o *PostUpdateSoftwareComponentsInternalServerError) Error() string + type PostUpdateSoftwareComponentsMethodNotAllowed struct + func NewPostUpdateSoftwareComponentsMethodNotAllowed() *PostUpdateSoftwareComponentsMethodNotAllowed + func (o *PostUpdateSoftwareComponentsMethodNotAllowed) Error() string + type PostUpdateSoftwareComponentsNotFound struct + func NewPostUpdateSoftwareComponentsNotFound() *PostUpdateSoftwareComponentsNotFound + func (o *PostUpdateSoftwareComponentsNotFound) Error() string + type PostUpdateSoftwareComponentsOK struct + Payload *PostUpdateSoftwareComponentsOKBody + func NewPostUpdateSoftwareComponentsOK() *PostUpdateSoftwareComponentsOK + func (o *PostUpdateSoftwareComponentsOK) Error() string + func (o *PostUpdateSoftwareComponentsOK) GetPayload() *PostUpdateSoftwareComponentsOKBody + type PostUpdateSoftwareComponentsOKBody struct + Code interface{} + Msg interface{} + func (o *PostUpdateSoftwareComponentsOKBody) MarshalBinary() ([]byte, error) + func (o *PostUpdateSoftwareComponentsOKBody) UnmarshalBinary(b []byte) error + func (o *PostUpdateSoftwareComponentsOKBody) Validate(formats strfmt.Registry) error + type PostUpdateSoftwareComponentsParams struct + Aliases *string + Category *string + Context context.Context + HTTPClient *http.Client + ID *string + LicensingModel string + Name *string + Notes *string + SoftwareType string + Tags *string + TagsRemove *string + TrackLicensedCountByKeys *string + Vendor *string + func NewPostUpdateSoftwareComponentsParams() *PostUpdateSoftwareComponentsParams + func NewPostUpdateSoftwareComponentsParamsWithContext(ctx context.Context) *PostUpdateSoftwareComponentsParams + func NewPostUpdateSoftwareComponentsParamsWithHTTPClient(client *http.Client) *PostUpdateSoftwareComponentsParams + func NewPostUpdateSoftwareComponentsParamsWithTimeout(timeout time.Duration) *PostUpdateSoftwareComponentsParams + func (o *PostUpdateSoftwareComponentsParams) SetAliases(aliases *string) + func (o *PostUpdateSoftwareComponentsParams) SetCategory(category *string) + func (o *PostUpdateSoftwareComponentsParams) SetContext(ctx context.Context) + func (o *PostUpdateSoftwareComponentsParams) SetHTTPClient(client *http.Client) + func (o *PostUpdateSoftwareComponentsParams) SetID(id *string) + func (o *PostUpdateSoftwareComponentsParams) SetLicensingModel(licensingModel string) + func (o *PostUpdateSoftwareComponentsParams) SetName(name *string) + func (o *PostUpdateSoftwareComponentsParams) SetNotes(notes *string) + func (o *PostUpdateSoftwareComponentsParams) SetSoftwareType(softwareType string) + func (o *PostUpdateSoftwareComponentsParams) SetTags(tags *string) + func (o *PostUpdateSoftwareComponentsParams) SetTagsRemove(tagsRemove *string) + func (o *PostUpdateSoftwareComponentsParams) SetTimeout(timeout time.Duration) + func (o *PostUpdateSoftwareComponentsParams) SetTrackLicensedCountByKeys(trackLicensedCountByKeys *string) + func (o *PostUpdateSoftwareComponentsParams) SetVendor(vendor *string) + func (o *PostUpdateSoftwareComponentsParams) WithAliases(aliases *string) *PostUpdateSoftwareComponentsParams + func (o *PostUpdateSoftwareComponentsParams) WithCategory(category *string) *PostUpdateSoftwareComponentsParams + func (o *PostUpdateSoftwareComponentsParams) WithContext(ctx context.Context) *PostUpdateSoftwareComponentsParams + func (o *PostUpdateSoftwareComponentsParams) WithHTTPClient(client *http.Client) *PostUpdateSoftwareComponentsParams + func (o *PostUpdateSoftwareComponentsParams) WithID(id *string) *PostUpdateSoftwareComponentsParams + func (o *PostUpdateSoftwareComponentsParams) WithLicensingModel(licensingModel string) *PostUpdateSoftwareComponentsParams + func (o *PostUpdateSoftwareComponentsParams) WithName(name *string) *PostUpdateSoftwareComponentsParams + func (o *PostUpdateSoftwareComponentsParams) WithNotes(notes *string) *PostUpdateSoftwareComponentsParams + func (o *PostUpdateSoftwareComponentsParams) WithSoftwareType(softwareType string) *PostUpdateSoftwareComponentsParams + func (o *PostUpdateSoftwareComponentsParams) WithTags(tags *string) *PostUpdateSoftwareComponentsParams + func (o *PostUpdateSoftwareComponentsParams) WithTagsRemove(tagsRemove *string) *PostUpdateSoftwareComponentsParams + func (o *PostUpdateSoftwareComponentsParams) WithTimeout(timeout time.Duration) *PostUpdateSoftwareComponentsParams + func (o *PostUpdateSoftwareComponentsParams) WithTrackLicensedCountByKeys(trackLicensedCountByKeys *string) *PostUpdateSoftwareComponentsParams + func (o *PostUpdateSoftwareComponentsParams) WithVendor(vendor *string) *PostUpdateSoftwareComponentsParams + func (o *PostUpdateSoftwareComponentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PostUpdateSoftwareComponentsReader struct + func (o *PostUpdateSoftwareComponentsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PostUpdateSoftwareComponentsServiceUnavailable struct + func NewPostUpdateSoftwareComponentsServiceUnavailable() *PostUpdateSoftwareComponentsServiceUnavailable + func (o *PostUpdateSoftwareComponentsServiceUnavailable) Error() string + type PostUpdateSoftwareComponentsUnauthorized struct + func NewPostUpdateSoftwareComponentsUnauthorized() *PostUpdateSoftwareComponentsUnauthorized + func (o *PostUpdateSoftwareComponentsUnauthorized) Error() string + type PostUpdateSoftwareLicensesBadRequest struct + func NewPostUpdateSoftwareLicensesBadRequest() *PostUpdateSoftwareLicensesBadRequest + func (o *PostUpdateSoftwareLicensesBadRequest) Error() string + type PostUpdateSoftwareLicensesForbidden struct + func NewPostUpdateSoftwareLicensesForbidden() *PostUpdateSoftwareLicensesForbidden + func (o *PostUpdateSoftwareLicensesForbidden) Error() string + type PostUpdateSoftwareLicensesGone struct + func NewPostUpdateSoftwareLicensesGone() *PostUpdateSoftwareLicensesGone + func (o *PostUpdateSoftwareLicensesGone) Error() string + type PostUpdateSoftwareLicensesInternalServerError struct + func NewPostUpdateSoftwareLicensesInternalServerError() *PostUpdateSoftwareLicensesInternalServerError + func (o *PostUpdateSoftwareLicensesInternalServerError) Error() string + type PostUpdateSoftwareLicensesMethodNotAllowed struct + func NewPostUpdateSoftwareLicensesMethodNotAllowed() *PostUpdateSoftwareLicensesMethodNotAllowed + func (o *PostUpdateSoftwareLicensesMethodNotAllowed) Error() string + type PostUpdateSoftwareLicensesNotFound struct + func NewPostUpdateSoftwareLicensesNotFound() *PostUpdateSoftwareLicensesNotFound + func (o *PostUpdateSoftwareLicensesNotFound) Error() string + type PostUpdateSoftwareLicensesOK struct + Payload *PostUpdateSoftwareLicensesOKBody + func NewPostUpdateSoftwareLicensesOK() *PostUpdateSoftwareLicensesOK + func (o *PostUpdateSoftwareLicensesOK) Error() string + func (o *PostUpdateSoftwareLicensesOK) GetPayload() *PostUpdateSoftwareLicensesOKBody + type PostUpdateSoftwareLicensesOKBody struct + Code interface{} + Msg interface{} + func (o *PostUpdateSoftwareLicensesOKBody) MarshalBinary() ([]byte, error) + func (o *PostUpdateSoftwareLicensesOKBody) UnmarshalBinary(b []byte) error + func (o *PostUpdateSoftwareLicensesOKBody) Validate(formats strfmt.Registry) error + type PostUpdateSoftwareLicensesParams struct + Context context.Context + HTTPClient *http.Client + ID *string + Key *string + SoftwareID *string + SoftwareName *string + func NewPostUpdateSoftwareLicensesParams() *PostUpdateSoftwareLicensesParams + func NewPostUpdateSoftwareLicensesParamsWithContext(ctx context.Context) *PostUpdateSoftwareLicensesParams + func NewPostUpdateSoftwareLicensesParamsWithHTTPClient(client *http.Client) *PostUpdateSoftwareLicensesParams + func NewPostUpdateSoftwareLicensesParamsWithTimeout(timeout time.Duration) *PostUpdateSoftwareLicensesParams + func (o *PostUpdateSoftwareLicensesParams) SetContext(ctx context.Context) + func (o *PostUpdateSoftwareLicensesParams) SetHTTPClient(client *http.Client) + func (o *PostUpdateSoftwareLicensesParams) SetID(id *string) + func (o *PostUpdateSoftwareLicensesParams) SetKey(key *string) + func (o *PostUpdateSoftwareLicensesParams) SetSoftwareID(softwareID *string) + func (o *PostUpdateSoftwareLicensesParams) SetSoftwareName(softwareName *string) + func (o *PostUpdateSoftwareLicensesParams) SetTimeout(timeout time.Duration) + func (o *PostUpdateSoftwareLicensesParams) WithContext(ctx context.Context) *PostUpdateSoftwareLicensesParams + func (o *PostUpdateSoftwareLicensesParams) WithHTTPClient(client *http.Client) *PostUpdateSoftwareLicensesParams + func (o *PostUpdateSoftwareLicensesParams) WithID(id *string) *PostUpdateSoftwareLicensesParams + func (o *PostUpdateSoftwareLicensesParams) WithKey(key *string) *PostUpdateSoftwareLicensesParams + func (o *PostUpdateSoftwareLicensesParams) WithSoftwareID(softwareID *string) *PostUpdateSoftwareLicensesParams + func (o *PostUpdateSoftwareLicensesParams) WithSoftwareName(softwareName *string) *PostUpdateSoftwareLicensesParams + func (o *PostUpdateSoftwareLicensesParams) WithTimeout(timeout time.Duration) *PostUpdateSoftwareLicensesParams + func (o *PostUpdateSoftwareLicensesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PostUpdateSoftwareLicensesReader struct + func (o *PostUpdateSoftwareLicensesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PostUpdateSoftwareLicensesServiceUnavailable struct + func NewPostUpdateSoftwareLicensesServiceUnavailable() *PostUpdateSoftwareLicensesServiceUnavailable + func (o *PostUpdateSoftwareLicensesServiceUnavailable) Error() string + type PostUpdateSoftwareLicensesUnauthorized struct + func NewPostUpdateSoftwareLicensesUnauthorized() *PostUpdateSoftwareLicensesUnauthorized + func (o *PostUpdateSoftwareLicensesUnauthorized) Error() string