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) DeleteDeviceOs(params *DeleteDeviceOsParams) (*DeleteDeviceOsOK, error) + func (a *Client) DeleteOperatingSystems(params *DeleteOperatingSystemsParams) (*DeleteOperatingSystemsOK, error) + func (a *Client) GetDeviceOs(params *GetDeviceOsParams) (*GetDeviceOsOK, error) + func (a *Client) GetOperatingSystems(params *GetOperatingSystemsParams) (*GetOperatingSystemsOK, error) + func (a *Client) PostDeviceOs(params *PostDeviceOsParams) (*PostDeviceOsOK, error) + func (a *Client) PostOperatingSystems(params *PostOperatingSystemsParams) (*PostOperatingSystemsOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + DeleteDeviceOs func(params *DeleteDeviceOsParams) (*DeleteDeviceOsOK, error) + DeleteOperatingSystems func(params *DeleteOperatingSystemsParams) (*DeleteOperatingSystemsOK, error) + GetDeviceOs func(params *GetDeviceOsParams) (*GetDeviceOsOK, error) + GetOperatingSystems func(params *GetOperatingSystemsParams) (*GetOperatingSystemsOK, error) + PostDeviceOs func(params *PostDeviceOsParams) (*PostDeviceOsOK, error) + PostOperatingSystems func(params *PostOperatingSystemsParams) (*PostOperatingSystemsOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type DeleteDeviceOsBadRequest struct + func NewDeleteDeviceOsBadRequest() *DeleteDeviceOsBadRequest + func (o *DeleteDeviceOsBadRequest) Error() string + type DeleteDeviceOsForbidden struct + func NewDeleteDeviceOsForbidden() *DeleteDeviceOsForbidden + func (o *DeleteDeviceOsForbidden) Error() string + type DeleteDeviceOsGone struct + func NewDeleteDeviceOsGone() *DeleteDeviceOsGone + func (o *DeleteDeviceOsGone) Error() string + type DeleteDeviceOsInternalServerError struct + func NewDeleteDeviceOsInternalServerError() *DeleteDeviceOsInternalServerError + func (o *DeleteDeviceOsInternalServerError) Error() string + type DeleteDeviceOsMethodNotAllowed struct + func NewDeleteDeviceOsMethodNotAllowed() *DeleteDeviceOsMethodNotAllowed + func (o *DeleteDeviceOsMethodNotAllowed) Error() string + type DeleteDeviceOsNotFound struct + func NewDeleteDeviceOsNotFound() *DeleteDeviceOsNotFound + func (o *DeleteDeviceOsNotFound) Error() string + type DeleteDeviceOsOK struct + Payload *DeleteDeviceOsOKBody + func NewDeleteDeviceOsOK() *DeleteDeviceOsOK + func (o *DeleteDeviceOsOK) Error() string + func (o *DeleteDeviceOsOK) GetPayload() *DeleteDeviceOsOKBody + type DeleteDeviceOsOKBody struct + Deleted interface{} + ID interface{} + func (o *DeleteDeviceOsOKBody) MarshalBinary() ([]byte, error) + func (o *DeleteDeviceOsOKBody) UnmarshalBinary(b []byte) error + func (o *DeleteDeviceOsOKBody) Validate(formats strfmt.Registry) error + type DeleteDeviceOsParams struct + Context context.Context + DeviceOsID int64 + HTTPClient *http.Client + func NewDeleteDeviceOsParams() *DeleteDeviceOsParams + func NewDeleteDeviceOsParamsWithContext(ctx context.Context) *DeleteDeviceOsParams + func NewDeleteDeviceOsParamsWithHTTPClient(client *http.Client) *DeleteDeviceOsParams + func NewDeleteDeviceOsParamsWithTimeout(timeout time.Duration) *DeleteDeviceOsParams + func (o *DeleteDeviceOsParams) SetContext(ctx context.Context) + func (o *DeleteDeviceOsParams) SetDeviceOsID(deviceOsID int64) + func (o *DeleteDeviceOsParams) SetHTTPClient(client *http.Client) + func (o *DeleteDeviceOsParams) SetTimeout(timeout time.Duration) + func (o *DeleteDeviceOsParams) WithContext(ctx context.Context) *DeleteDeviceOsParams + func (o *DeleteDeviceOsParams) WithDeviceOsID(deviceOsID int64) *DeleteDeviceOsParams + func (o *DeleteDeviceOsParams) WithHTTPClient(client *http.Client) *DeleteDeviceOsParams + func (o *DeleteDeviceOsParams) WithTimeout(timeout time.Duration) *DeleteDeviceOsParams + func (o *DeleteDeviceOsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteDeviceOsReader struct + func (o *DeleteDeviceOsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteDeviceOsServiceUnavailable struct + func NewDeleteDeviceOsServiceUnavailable() *DeleteDeviceOsServiceUnavailable + func (o *DeleteDeviceOsServiceUnavailable) Error() string + type DeleteDeviceOsUnauthorized struct + func NewDeleteDeviceOsUnauthorized() *DeleteDeviceOsUnauthorized + func (o *DeleteDeviceOsUnauthorized) Error() string + type DeleteOperatingSystemsBadRequest struct + func NewDeleteOperatingSystemsBadRequest() *DeleteOperatingSystemsBadRequest + func (o *DeleteOperatingSystemsBadRequest) Error() string + type DeleteOperatingSystemsForbidden struct + func NewDeleteOperatingSystemsForbidden() *DeleteOperatingSystemsForbidden + func (o *DeleteOperatingSystemsForbidden) Error() string + type DeleteOperatingSystemsGone struct + func NewDeleteOperatingSystemsGone() *DeleteOperatingSystemsGone + func (o *DeleteOperatingSystemsGone) Error() string + type DeleteOperatingSystemsInternalServerError struct + func NewDeleteOperatingSystemsInternalServerError() *DeleteOperatingSystemsInternalServerError + func (o *DeleteOperatingSystemsInternalServerError) Error() string + type DeleteOperatingSystemsMethodNotAllowed struct + func NewDeleteOperatingSystemsMethodNotAllowed() *DeleteOperatingSystemsMethodNotAllowed + func (o *DeleteOperatingSystemsMethodNotAllowed) Error() string + type DeleteOperatingSystemsNotFound struct + func NewDeleteOperatingSystemsNotFound() *DeleteOperatingSystemsNotFound + func (o *DeleteOperatingSystemsNotFound) Error() string + type DeleteOperatingSystemsOK struct + Payload *DeleteOperatingSystemsOKBody + func NewDeleteOperatingSystemsOK() *DeleteOperatingSystemsOK + func (o *DeleteOperatingSystemsOK) Error() string + func (o *DeleteOperatingSystemsOK) GetPayload() *DeleteOperatingSystemsOKBody + type DeleteOperatingSystemsOKBody struct + Deleted interface{} + ID interface{} + func (o *DeleteOperatingSystemsOKBody) MarshalBinary() ([]byte, error) + func (o *DeleteOperatingSystemsOKBody) UnmarshalBinary(b []byte) error + func (o *DeleteOperatingSystemsOKBody) Validate(formats strfmt.Registry) error + type DeleteOperatingSystemsParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewDeleteOperatingSystemsParams() *DeleteOperatingSystemsParams + func NewDeleteOperatingSystemsParamsWithContext(ctx context.Context) *DeleteOperatingSystemsParams + func NewDeleteOperatingSystemsParamsWithHTTPClient(client *http.Client) *DeleteOperatingSystemsParams + func NewDeleteOperatingSystemsParamsWithTimeout(timeout time.Duration) *DeleteOperatingSystemsParams + func (o *DeleteOperatingSystemsParams) SetContext(ctx context.Context) + func (o *DeleteOperatingSystemsParams) SetHTTPClient(client *http.Client) + func (o *DeleteOperatingSystemsParams) SetID(id int64) + func (o *DeleteOperatingSystemsParams) SetTimeout(timeout time.Duration) + func (o *DeleteOperatingSystemsParams) WithContext(ctx context.Context) *DeleteOperatingSystemsParams + func (o *DeleteOperatingSystemsParams) WithHTTPClient(client *http.Client) *DeleteOperatingSystemsParams + func (o *DeleteOperatingSystemsParams) WithID(id int64) *DeleteOperatingSystemsParams + func (o *DeleteOperatingSystemsParams) WithTimeout(timeout time.Duration) *DeleteOperatingSystemsParams + func (o *DeleteOperatingSystemsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteOperatingSystemsReader struct + func (o *DeleteOperatingSystemsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteOperatingSystemsServiceUnavailable struct + func NewDeleteOperatingSystemsServiceUnavailable() *DeleteOperatingSystemsServiceUnavailable + func (o *DeleteOperatingSystemsServiceUnavailable) Error() string + type DeleteOperatingSystemsUnauthorized struct + func NewDeleteOperatingSystemsUnauthorized() *DeleteOperatingSystemsUnauthorized + func (o *DeleteOperatingSystemsUnauthorized) Error() string + type GetDeviceOsBadRequest struct + func NewGetDeviceOsBadRequest() *GetDeviceOsBadRequest + func (o *GetDeviceOsBadRequest) Error() string + type GetDeviceOsForbidden struct + func NewGetDeviceOsForbidden() *GetDeviceOsForbidden + func (o *GetDeviceOsForbidden) Error() string + type GetDeviceOsGone struct + func NewGetDeviceOsGone() *GetDeviceOsGone + func (o *GetDeviceOsGone) Error() string + type GetDeviceOsInternalServerError struct + func NewGetDeviceOsInternalServerError() *GetDeviceOsInternalServerError + func (o *GetDeviceOsInternalServerError) Error() string + type GetDeviceOsMethodNotAllowed struct + func NewGetDeviceOsMethodNotAllowed() *GetDeviceOsMethodNotAllowed + func (o *GetDeviceOsMethodNotAllowed) Error() string + type GetDeviceOsNotFound struct + func NewGetDeviceOsNotFound() *GetDeviceOsNotFound + func (o *GetDeviceOsNotFound) Error() string + type GetDeviceOsOK struct + Payload *GetDeviceOsOKBody + func NewGetDeviceOsOK() *GetDeviceOsOK + func (o *GetDeviceOsOK) Error() string + func (o *GetDeviceOsOK) GetPayload() *GetDeviceOsOKBody + type GetDeviceOsOKBody struct + DeviceOs []*models.DeviceOs + func (o *GetDeviceOsOKBody) MarshalBinary() ([]byte, error) + func (o *GetDeviceOsOKBody) UnmarshalBinary(b []byte) error + func (o *GetDeviceOsOKBody) Validate(formats strfmt.Registry) error + type GetDeviceOsParams struct + Context context.Context + HTTPClient *http.Client + Os *string + OsID *string + func NewGetDeviceOsParams() *GetDeviceOsParams + func NewGetDeviceOsParamsWithContext(ctx context.Context) *GetDeviceOsParams + func NewGetDeviceOsParamsWithHTTPClient(client *http.Client) *GetDeviceOsParams + func NewGetDeviceOsParamsWithTimeout(timeout time.Duration) *GetDeviceOsParams + func (o *GetDeviceOsParams) SetContext(ctx context.Context) + func (o *GetDeviceOsParams) SetHTTPClient(client *http.Client) + func (o *GetDeviceOsParams) SetOs(os *string) + func (o *GetDeviceOsParams) SetOsID(osID *string) + func (o *GetDeviceOsParams) SetTimeout(timeout time.Duration) + func (o *GetDeviceOsParams) WithContext(ctx context.Context) *GetDeviceOsParams + func (o *GetDeviceOsParams) WithHTTPClient(client *http.Client) *GetDeviceOsParams + func (o *GetDeviceOsParams) WithOs(os *string) *GetDeviceOsParams + func (o *GetDeviceOsParams) WithOsID(osID *string) *GetDeviceOsParams + func (o *GetDeviceOsParams) WithTimeout(timeout time.Duration) *GetDeviceOsParams + func (o *GetDeviceOsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetDeviceOsReader struct + func (o *GetDeviceOsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetDeviceOsServiceUnavailable struct + func NewGetDeviceOsServiceUnavailable() *GetDeviceOsServiceUnavailable + func (o *GetDeviceOsServiceUnavailable) Error() string + type GetDeviceOsUnauthorized struct + func NewGetDeviceOsUnauthorized() *GetDeviceOsUnauthorized + func (o *GetDeviceOsUnauthorized) Error() string + type GetOperatingSystemsBadRequest struct + func NewGetOperatingSystemsBadRequest() *GetOperatingSystemsBadRequest + func (o *GetOperatingSystemsBadRequest) Error() string + type GetOperatingSystemsForbidden struct + func NewGetOperatingSystemsForbidden() *GetOperatingSystemsForbidden + func (o *GetOperatingSystemsForbidden) Error() string + type GetOperatingSystemsGone struct + func NewGetOperatingSystemsGone() *GetOperatingSystemsGone + func (o *GetOperatingSystemsGone) Error() string + type GetOperatingSystemsInternalServerError struct + func NewGetOperatingSystemsInternalServerError() *GetOperatingSystemsInternalServerError + func (o *GetOperatingSystemsInternalServerError) Error() string + type GetOperatingSystemsMethodNotAllowed struct + func NewGetOperatingSystemsMethodNotAllowed() *GetOperatingSystemsMethodNotAllowed + func (o *GetOperatingSystemsMethodNotAllowed) Error() string + type GetOperatingSystemsNotFound struct + func NewGetOperatingSystemsNotFound() *GetOperatingSystemsNotFound + func (o *GetOperatingSystemsNotFound) Error() string + type GetOperatingSystemsOK struct + Payload *GetOperatingSystemsOKBody + func NewGetOperatingSystemsOK() *GetOperatingSystemsOK + func (o *GetOperatingSystemsOK) Error() string + func (o *GetOperatingSystemsOK) GetPayload() *GetOperatingSystemsOKBody + type GetOperatingSystemsOKBody struct + Operatingsystems []*models.OperatingSystems + func (o *GetOperatingSystemsOKBody) MarshalBinary() ([]byte, error) + func (o *GetOperatingSystemsOKBody) UnmarshalBinary(b []byte) error + func (o *GetOperatingSystemsOKBody) Validate(formats strfmt.Registry) error + type GetOperatingSystemsParams struct + Category *string + Context context.Context + HTTPClient *http.Client + LicensedCount *string + NotLicensedCount *string + TotalCount *string + func NewGetOperatingSystemsParams() *GetOperatingSystemsParams + func NewGetOperatingSystemsParamsWithContext(ctx context.Context) *GetOperatingSystemsParams + func NewGetOperatingSystemsParamsWithHTTPClient(client *http.Client) *GetOperatingSystemsParams + func NewGetOperatingSystemsParamsWithTimeout(timeout time.Duration) *GetOperatingSystemsParams + func (o *GetOperatingSystemsParams) SetCategory(category *string) + func (o *GetOperatingSystemsParams) SetContext(ctx context.Context) + func (o *GetOperatingSystemsParams) SetHTTPClient(client *http.Client) + func (o *GetOperatingSystemsParams) SetLicensedCount(licensedCount *string) + func (o *GetOperatingSystemsParams) SetNotLicensedCount(notLicensedCount *string) + func (o *GetOperatingSystemsParams) SetTimeout(timeout time.Duration) + func (o *GetOperatingSystemsParams) SetTotalCount(totalCount *string) + func (o *GetOperatingSystemsParams) WithCategory(category *string) *GetOperatingSystemsParams + func (o *GetOperatingSystemsParams) WithContext(ctx context.Context) *GetOperatingSystemsParams + func (o *GetOperatingSystemsParams) WithHTTPClient(client *http.Client) *GetOperatingSystemsParams + func (o *GetOperatingSystemsParams) WithLicensedCount(licensedCount *string) *GetOperatingSystemsParams + func (o *GetOperatingSystemsParams) WithNotLicensedCount(notLicensedCount *string) *GetOperatingSystemsParams + func (o *GetOperatingSystemsParams) WithTimeout(timeout time.Duration) *GetOperatingSystemsParams + func (o *GetOperatingSystemsParams) WithTotalCount(totalCount *string) *GetOperatingSystemsParams + func (o *GetOperatingSystemsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetOperatingSystemsReader struct + func (o *GetOperatingSystemsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetOperatingSystemsServiceUnavailable struct + func NewGetOperatingSystemsServiceUnavailable() *GetOperatingSystemsServiceUnavailable + func (o *GetOperatingSystemsServiceUnavailable) Error() string + type GetOperatingSystemsUnauthorized struct + func NewGetOperatingSystemsUnauthorized() *GetOperatingSystemsUnauthorized + func (o *GetOperatingSystemsUnauthorized) Error() string + type PostDeviceOsBadRequest struct + func NewPostDeviceOsBadRequest() *PostDeviceOsBadRequest + func (o *PostDeviceOsBadRequest) Error() string + type PostDeviceOsForbidden struct + func NewPostDeviceOsForbidden() *PostDeviceOsForbidden + func (o *PostDeviceOsForbidden) Error() string + type PostDeviceOsGone struct + func NewPostDeviceOsGone() *PostDeviceOsGone + func (o *PostDeviceOsGone) Error() string + type PostDeviceOsInternalServerError struct + func NewPostDeviceOsInternalServerError() *PostDeviceOsInternalServerError + func (o *PostDeviceOsInternalServerError) Error() string + type PostDeviceOsMethodNotAllowed struct + func NewPostDeviceOsMethodNotAllowed() *PostDeviceOsMethodNotAllowed + func (o *PostDeviceOsMethodNotAllowed) Error() string + type PostDeviceOsNotFound struct + func NewPostDeviceOsNotFound() *PostDeviceOsNotFound + func (o *PostDeviceOsNotFound) Error() string + type PostDeviceOsOK struct + Payload *PostDeviceOsOKBody + func NewPostDeviceOsOK() *PostDeviceOsOK + func (o *PostDeviceOsOK) Error() string + func (o *PostDeviceOsOK) GetPayload() *PostDeviceOsOKBody + type PostDeviceOsOKBody struct + Code interface{} + Msg interface{} + func (o *PostDeviceOsOKBody) MarshalBinary() ([]byte, error) + func (o *PostDeviceOsOKBody) UnmarshalBinary(b []byte) error + func (o *PostDeviceOsOKBody) Validate(formats strfmt.Registry) error + type PostDeviceOsParams struct + Context context.Context + CountInLicensing *string + DeviceID string + DeviceOsID string + HTTPClient *http.Client + LicenseKey *string + Os *string + Osver *string + Osverno *string + func NewPostDeviceOsParams() *PostDeviceOsParams + func NewPostDeviceOsParamsWithContext(ctx context.Context) *PostDeviceOsParams + func NewPostDeviceOsParamsWithHTTPClient(client *http.Client) *PostDeviceOsParams + func NewPostDeviceOsParamsWithTimeout(timeout time.Duration) *PostDeviceOsParams + func (o *PostDeviceOsParams) SetContext(ctx context.Context) + func (o *PostDeviceOsParams) SetCountInLicensing(countInLicensing *string) + func (o *PostDeviceOsParams) SetDeviceID(deviceID string) + func (o *PostDeviceOsParams) SetDeviceOsID(deviceOsID string) + func (o *PostDeviceOsParams) SetHTTPClient(client *http.Client) + func (o *PostDeviceOsParams) SetLicenseKey(licenseKey *string) + func (o *PostDeviceOsParams) SetOs(os *string) + func (o *PostDeviceOsParams) SetOsver(osver *string) + func (o *PostDeviceOsParams) SetOsverno(osverno *string) + func (o *PostDeviceOsParams) SetTimeout(timeout time.Duration) + func (o *PostDeviceOsParams) WithContext(ctx context.Context) *PostDeviceOsParams + func (o *PostDeviceOsParams) WithCountInLicensing(countInLicensing *string) *PostDeviceOsParams + func (o *PostDeviceOsParams) WithDeviceID(deviceID string) *PostDeviceOsParams + func (o *PostDeviceOsParams) WithDeviceOsID(deviceOsID string) *PostDeviceOsParams + func (o *PostDeviceOsParams) WithHTTPClient(client *http.Client) *PostDeviceOsParams + func (o *PostDeviceOsParams) WithLicenseKey(licenseKey *string) *PostDeviceOsParams + func (o *PostDeviceOsParams) WithOs(os *string) *PostDeviceOsParams + func (o *PostDeviceOsParams) WithOsver(osver *string) *PostDeviceOsParams + func (o *PostDeviceOsParams) WithOsverno(osverno *string) *PostDeviceOsParams + func (o *PostDeviceOsParams) WithTimeout(timeout time.Duration) *PostDeviceOsParams + func (o *PostDeviceOsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PostDeviceOsReader struct + func (o *PostDeviceOsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PostDeviceOsServiceUnavailable struct + func NewPostDeviceOsServiceUnavailable() *PostDeviceOsServiceUnavailable + func (o *PostDeviceOsServiceUnavailable) Error() string + type PostDeviceOsUnauthorized struct + func NewPostDeviceOsUnauthorized() *PostDeviceOsUnauthorized + func (o *PostDeviceOsUnauthorized) Error() string + type PostOperatingSystemsBadRequest struct + func NewPostOperatingSystemsBadRequest() *PostOperatingSystemsBadRequest + func (o *PostOperatingSystemsBadRequest) Error() string + type PostOperatingSystemsForbidden struct + func NewPostOperatingSystemsForbidden() *PostOperatingSystemsForbidden + func (o *PostOperatingSystemsForbidden) Error() string + type PostOperatingSystemsGone struct + func NewPostOperatingSystemsGone() *PostOperatingSystemsGone + func (o *PostOperatingSystemsGone) Error() string + type PostOperatingSystemsInternalServerError struct + func NewPostOperatingSystemsInternalServerError() *PostOperatingSystemsInternalServerError + func (o *PostOperatingSystemsInternalServerError) Error() string + type PostOperatingSystemsMethodNotAllowed struct + func NewPostOperatingSystemsMethodNotAllowed() *PostOperatingSystemsMethodNotAllowed + func (o *PostOperatingSystemsMethodNotAllowed) Error() string + type PostOperatingSystemsNotFound struct + func NewPostOperatingSystemsNotFound() *PostOperatingSystemsNotFound + func (o *PostOperatingSystemsNotFound) Error() string + type PostOperatingSystemsOK struct + Payload *PostOperatingSystemsOKBody + func NewPostOperatingSystemsOK() *PostOperatingSystemsOK + func (o *PostOperatingSystemsOK) Error() string + func (o *PostOperatingSystemsOK) GetPayload() *PostOperatingSystemsOKBody + type PostOperatingSystemsOKBody struct + Code interface{} + Msg interface{} + func (o *PostOperatingSystemsOKBody) MarshalBinary() ([]byte, error) + func (o *PostOperatingSystemsOKBody) UnmarshalBinary(b []byte) error + func (o *PostOperatingSystemsOKBody) Validate(formats strfmt.Registry) error + type PostOperatingSystemsParams struct + Category *string + Context context.Context + HTTPClient *http.Client + LicensedCount *string + LicensingModel *string + Manufacturer *string + Name *string + Notes *string + func NewPostOperatingSystemsParams() *PostOperatingSystemsParams + func NewPostOperatingSystemsParamsWithContext(ctx context.Context) *PostOperatingSystemsParams + func NewPostOperatingSystemsParamsWithHTTPClient(client *http.Client) *PostOperatingSystemsParams + func NewPostOperatingSystemsParamsWithTimeout(timeout time.Duration) *PostOperatingSystemsParams + func (o *PostOperatingSystemsParams) SetCategory(category *string) + func (o *PostOperatingSystemsParams) SetContext(ctx context.Context) + func (o *PostOperatingSystemsParams) SetHTTPClient(client *http.Client) + func (o *PostOperatingSystemsParams) SetLicensedCount(licensedCount *string) + func (o *PostOperatingSystemsParams) SetLicensingModel(licensingModel *string) + func (o *PostOperatingSystemsParams) SetManufacturer(manufacturer *string) + func (o *PostOperatingSystemsParams) SetName(name *string) + func (o *PostOperatingSystemsParams) SetNotes(notes *string) + func (o *PostOperatingSystemsParams) SetTimeout(timeout time.Duration) + func (o *PostOperatingSystemsParams) WithCategory(category *string) *PostOperatingSystemsParams + func (o *PostOperatingSystemsParams) WithContext(ctx context.Context) *PostOperatingSystemsParams + func (o *PostOperatingSystemsParams) WithHTTPClient(client *http.Client) *PostOperatingSystemsParams + func (o *PostOperatingSystemsParams) WithLicensedCount(licensedCount *string) *PostOperatingSystemsParams + func (o *PostOperatingSystemsParams) WithLicensingModel(licensingModel *string) *PostOperatingSystemsParams + func (o *PostOperatingSystemsParams) WithManufacturer(manufacturer *string) *PostOperatingSystemsParams + func (o *PostOperatingSystemsParams) WithName(name *string) *PostOperatingSystemsParams + func (o *PostOperatingSystemsParams) WithNotes(notes *string) *PostOperatingSystemsParams + func (o *PostOperatingSystemsParams) WithTimeout(timeout time.Duration) *PostOperatingSystemsParams + func (o *PostOperatingSystemsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PostOperatingSystemsReader struct + func (o *PostOperatingSystemsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PostOperatingSystemsServiceUnavailable struct + func NewPostOperatingSystemsServiceUnavailable() *PostOperatingSystemsServiceUnavailable + func (o *PostOperatingSystemsServiceUnavailable) Error() string + type PostOperatingSystemsUnauthorized struct + func NewPostOperatingSystemsUnauthorized() *PostOperatingSystemsUnauthorized + func (o *PostOperatingSystemsUnauthorized) Error() string