Versions in this module Expand all Collapse all v0 v0.1.1 Aug 27, 2021 v0.1.0 Aug 26, 2021 Changes in this version + type Client struct + func (a *Client) DeletePartmodels(params *DeletePartmodelsParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePartmodelsOK, error) + func (a *Client) DeleteParts(params *DeletePartsParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePartsOK, error) + func (a *Client) GetPartmodels(params *GetPartmodelsParams, authInfo runtime.ClientAuthInfoWriter) (*GetPartmodelsOK, error) + func (a *Client) GetParts(params *GetPartsParams, authInfo runtime.ClientAuthInfoWriter) (*GetPartsOK, error) + func (a *Client) PostPartmodels(params *PostPartmodelsParams, authInfo runtime.ClientAuthInfoWriter) (*PostPartmodelsOK, error) + func (a *Client) PostParts(params *PostPartsParams, authInfo runtime.ClientAuthInfoWriter) (*PostPartsOK, error) + func (a *Client) PutCustomFieldPart(params *PutCustomFieldPartParams, authInfo runtime.ClientAuthInfoWriter) (*PutCustomFieldPartOK, error) + func (a *Client) PutCustomFieldPartmodel(params *PutCustomFieldPartmodelParams, authInfo runtime.ClientAuthInfoWriter) (*PutCustomFieldPartmodelOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + DeletePartmodels func(params *DeletePartmodelsParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePartmodelsOK, error) + DeleteParts func(params *DeletePartsParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePartsOK, error) + GetPartmodels func(params *GetPartmodelsParams, authInfo runtime.ClientAuthInfoWriter) (*GetPartmodelsOK, error) + GetParts func(params *GetPartsParams, authInfo runtime.ClientAuthInfoWriter) (*GetPartsOK, error) + PostPartmodels func(params *PostPartmodelsParams, authInfo runtime.ClientAuthInfoWriter) (*PostPartmodelsOK, error) + PostParts func(params *PostPartsParams, authInfo runtime.ClientAuthInfoWriter) (*PostPartsOK, error) + PutCustomFieldPart func(params *PutCustomFieldPartParams, authInfo runtime.ClientAuthInfoWriter) (*PutCustomFieldPartOK, error) + PutCustomFieldPartmodel func(params *PutCustomFieldPartmodelParams, authInfo runtime.ClientAuthInfoWriter) (*PutCustomFieldPartmodelOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type DeletePartmodelsBadRequest struct + func NewDeletePartmodelsBadRequest() *DeletePartmodelsBadRequest + func (o *DeletePartmodelsBadRequest) Error() string + type DeletePartmodelsForbidden struct + func NewDeletePartmodelsForbidden() *DeletePartmodelsForbidden + func (o *DeletePartmodelsForbidden) Error() string + type DeletePartmodelsGone struct + func NewDeletePartmodelsGone() *DeletePartmodelsGone + func (o *DeletePartmodelsGone) Error() string + type DeletePartmodelsInternalServerError struct + func NewDeletePartmodelsInternalServerError() *DeletePartmodelsInternalServerError + func (o *DeletePartmodelsInternalServerError) Error() string + type DeletePartmodelsMethodNotAllowed struct + func NewDeletePartmodelsMethodNotAllowed() *DeletePartmodelsMethodNotAllowed + func (o *DeletePartmodelsMethodNotAllowed) Error() string + type DeletePartmodelsNotFound struct + func NewDeletePartmodelsNotFound() *DeletePartmodelsNotFound + func (o *DeletePartmodelsNotFound) Error() string + type DeletePartmodelsOK struct + Payload *DeletePartmodelsOKBody + func NewDeletePartmodelsOK() *DeletePartmodelsOK + func (o *DeletePartmodelsOK) Error() string + func (o *DeletePartmodelsOK) GetPayload() *DeletePartmodelsOKBody + type DeletePartmodelsOKBody struct + Deleted interface{} + ID interface{} + func (o *DeletePartmodelsOKBody) MarshalBinary() ([]byte, error) + func (o *DeletePartmodelsOKBody) UnmarshalBinary(b []byte) error + func (o *DeletePartmodelsOKBody) Validate(formats strfmt.Registry) error + type DeletePartmodelsParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewDeletePartmodelsParams() *DeletePartmodelsParams + func NewDeletePartmodelsParamsWithContext(ctx context.Context) *DeletePartmodelsParams + func NewDeletePartmodelsParamsWithHTTPClient(client *http.Client) *DeletePartmodelsParams + func NewDeletePartmodelsParamsWithTimeout(timeout time.Duration) *DeletePartmodelsParams + func (o *DeletePartmodelsParams) SetContext(ctx context.Context) + func (o *DeletePartmodelsParams) SetHTTPClient(client *http.Client) + func (o *DeletePartmodelsParams) SetID(id int64) + func (o *DeletePartmodelsParams) SetTimeout(timeout time.Duration) + func (o *DeletePartmodelsParams) WithContext(ctx context.Context) *DeletePartmodelsParams + func (o *DeletePartmodelsParams) WithHTTPClient(client *http.Client) *DeletePartmodelsParams + func (o *DeletePartmodelsParams) WithID(id int64) *DeletePartmodelsParams + func (o *DeletePartmodelsParams) WithTimeout(timeout time.Duration) *DeletePartmodelsParams + func (o *DeletePartmodelsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeletePartmodelsReader struct + func (o *DeletePartmodelsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeletePartmodelsServiceUnavailable struct + func NewDeletePartmodelsServiceUnavailable() *DeletePartmodelsServiceUnavailable + func (o *DeletePartmodelsServiceUnavailable) Error() string + type DeletePartmodelsUnauthorized struct + func NewDeletePartmodelsUnauthorized() *DeletePartmodelsUnauthorized + func (o *DeletePartmodelsUnauthorized) Error() string + type DeletePartsBadRequest struct + func NewDeletePartsBadRequest() *DeletePartsBadRequest + func (o *DeletePartsBadRequest) Error() string + type DeletePartsForbidden struct + func NewDeletePartsForbidden() *DeletePartsForbidden + func (o *DeletePartsForbidden) Error() string + type DeletePartsGone struct + func NewDeletePartsGone() *DeletePartsGone + func (o *DeletePartsGone) Error() string + type DeletePartsInternalServerError struct + func NewDeletePartsInternalServerError() *DeletePartsInternalServerError + func (o *DeletePartsInternalServerError) Error() string + type DeletePartsMethodNotAllowed struct + func NewDeletePartsMethodNotAllowed() *DeletePartsMethodNotAllowed + func (o *DeletePartsMethodNotAllowed) Error() string + type DeletePartsNotFound struct + func NewDeletePartsNotFound() *DeletePartsNotFound + func (o *DeletePartsNotFound) Error() string + type DeletePartsOK struct + Payload *DeletePartsOKBody + func NewDeletePartsOK() *DeletePartsOK + func (o *DeletePartsOK) Error() string + func (o *DeletePartsOK) GetPayload() *DeletePartsOKBody + type DeletePartsOKBody struct + Deleted interface{} + ID interface{} + func (o *DeletePartsOKBody) MarshalBinary() ([]byte, error) + func (o *DeletePartsOKBody) UnmarshalBinary(b []byte) error + func (o *DeletePartsOKBody) Validate(formats strfmt.Registry) error + type DeletePartsParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewDeletePartsParams() *DeletePartsParams + func NewDeletePartsParamsWithContext(ctx context.Context) *DeletePartsParams + func NewDeletePartsParamsWithHTTPClient(client *http.Client) *DeletePartsParams + func NewDeletePartsParamsWithTimeout(timeout time.Duration) *DeletePartsParams + func (o *DeletePartsParams) SetContext(ctx context.Context) + func (o *DeletePartsParams) SetHTTPClient(client *http.Client) + func (o *DeletePartsParams) SetID(id int64) + func (o *DeletePartsParams) SetTimeout(timeout time.Duration) + func (o *DeletePartsParams) WithContext(ctx context.Context) *DeletePartsParams + func (o *DeletePartsParams) WithHTTPClient(client *http.Client) *DeletePartsParams + func (o *DeletePartsParams) WithID(id int64) *DeletePartsParams + func (o *DeletePartsParams) WithTimeout(timeout time.Duration) *DeletePartsParams + func (o *DeletePartsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeletePartsReader struct + func (o *DeletePartsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeletePartsServiceUnavailable struct + func NewDeletePartsServiceUnavailable() *DeletePartsServiceUnavailable + func (o *DeletePartsServiceUnavailable) Error() string + type DeletePartsUnauthorized struct + func NewDeletePartsUnauthorized() *DeletePartsUnauthorized + func (o *DeletePartsUnauthorized) Error() string + type GetPartmodelsBadRequest struct + func NewGetPartmodelsBadRequest() *GetPartmodelsBadRequest + func (o *GetPartmodelsBadRequest) Error() string + type GetPartmodelsForbidden struct + func NewGetPartmodelsForbidden() *GetPartmodelsForbidden + func (o *GetPartmodelsForbidden) Error() string + type GetPartmodelsGone struct + func NewGetPartmodelsGone() *GetPartmodelsGone + func (o *GetPartmodelsGone) Error() string + type GetPartmodelsInternalServerError struct + func NewGetPartmodelsInternalServerError() *GetPartmodelsInternalServerError + func (o *GetPartmodelsInternalServerError) Error() string + type GetPartmodelsMethodNotAllowed struct + func NewGetPartmodelsMethodNotAllowed() *GetPartmodelsMethodNotAllowed + func (o *GetPartmodelsMethodNotAllowed) Error() string + type GetPartmodelsNotFound struct + func NewGetPartmodelsNotFound() *GetPartmodelsNotFound + func (o *GetPartmodelsNotFound) Error() string + type GetPartmodelsOK struct + Payload *models.Partmodels + func NewGetPartmodelsOK() *GetPartmodelsOK + func (o *GetPartmodelsOK) Error() string + func (o *GetPartmodelsOK) GetPayload() *models.Partmodels + type GetPartmodelsParams struct + Context context.Context + HTTPClient *http.Client + Name *string + func NewGetPartmodelsParams() *GetPartmodelsParams + func NewGetPartmodelsParamsWithContext(ctx context.Context) *GetPartmodelsParams + func NewGetPartmodelsParamsWithHTTPClient(client *http.Client) *GetPartmodelsParams + func NewGetPartmodelsParamsWithTimeout(timeout time.Duration) *GetPartmodelsParams + func (o *GetPartmodelsParams) SetContext(ctx context.Context) + func (o *GetPartmodelsParams) SetHTTPClient(client *http.Client) + func (o *GetPartmodelsParams) SetName(name *string) + func (o *GetPartmodelsParams) SetTimeout(timeout time.Duration) + func (o *GetPartmodelsParams) WithContext(ctx context.Context) *GetPartmodelsParams + func (o *GetPartmodelsParams) WithHTTPClient(client *http.Client) *GetPartmodelsParams + func (o *GetPartmodelsParams) WithName(name *string) *GetPartmodelsParams + func (o *GetPartmodelsParams) WithTimeout(timeout time.Duration) *GetPartmodelsParams + func (o *GetPartmodelsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPartmodelsReader struct + func (o *GetPartmodelsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPartmodelsServiceUnavailable struct + func NewGetPartmodelsServiceUnavailable() *GetPartmodelsServiceUnavailable + func (o *GetPartmodelsServiceUnavailable) Error() string + type GetPartmodelsUnauthorized struct + func NewGetPartmodelsUnauthorized() *GetPartmodelsUnauthorized + func (o *GetPartmodelsUnauthorized) Error() string + type GetPartsBadRequest struct + func NewGetPartsBadRequest() *GetPartsBadRequest + func (o *GetPartsBadRequest) Error() string + type GetPartsForbidden struct + func NewGetPartsForbidden() *GetPartsForbidden + func (o *GetPartsForbidden) Error() string + type GetPartsGone struct + func NewGetPartsGone() *GetPartsGone + func (o *GetPartsGone) Error() string + type GetPartsInternalServerError struct + func NewGetPartsInternalServerError() *GetPartsInternalServerError + func (o *GetPartsInternalServerError) Error() string + type GetPartsMethodNotAllowed struct + func NewGetPartsMethodNotAllowed() *GetPartsMethodNotAllowed + func (o *GetPartsMethodNotAllowed) Error() string + type GetPartsNotFound struct + func NewGetPartsNotFound() *GetPartsNotFound + func (o *GetPartsNotFound) Error() string + type GetPartsOK struct + Payload *GetPartsOKBody + func NewGetPartsOK() *GetPartsOK + func (o *GetPartsOK) Error() string + func (o *GetPartsOK) GetPayload() *GetPartsOKBody + type GetPartsOKBody struct + Parts []*models.Parts + func (o *GetPartsOKBody) MarshalBinary() ([]byte, error) + func (o *GetPartsOKBody) UnmarshalBinary(b []byte) error + func (o *GetPartsOKBody) Validate(formats strfmt.Registry) error + type GetPartsParams struct + AssetNo *string + Context context.Context + CustomFieldsAnd *string + CustomFieldsOr *string + Device *string + DeviceID *string + DeviceSerial *string + HTTPClient *http.Client + LastUpdatedGt *string + LastUpdatedLt *string + PartID *string + PartmodelID *string + Rack *string + RackID *string + Room *string + RoomID *string + SerialNo *string + Tags *string + Type *string + func NewGetPartsParams() *GetPartsParams + func NewGetPartsParamsWithContext(ctx context.Context) *GetPartsParams + func NewGetPartsParamsWithHTTPClient(client *http.Client) *GetPartsParams + func NewGetPartsParamsWithTimeout(timeout time.Duration) *GetPartsParams + func (o *GetPartsParams) SetAssetNo(assetNo *string) + func (o *GetPartsParams) SetContext(ctx context.Context) + func (o *GetPartsParams) SetCustomFieldsAnd(customFieldsAnd *string) + func (o *GetPartsParams) SetCustomFieldsOr(customFieldsOr *string) + func (o *GetPartsParams) SetDevice(device *string) + func (o *GetPartsParams) SetDeviceID(deviceID *string) + func (o *GetPartsParams) SetDeviceSerial(deviceSerial *string) + func (o *GetPartsParams) SetHTTPClient(client *http.Client) + func (o *GetPartsParams) SetLastUpdatedGt(lastUpdatedGt *string) + func (o *GetPartsParams) SetLastUpdatedLt(lastUpdatedLt *string) + func (o *GetPartsParams) SetPartID(partID *string) + func (o *GetPartsParams) SetPartmodelID(partmodelID *string) + func (o *GetPartsParams) SetRack(rack *string) + func (o *GetPartsParams) SetRackID(rackID *string) + func (o *GetPartsParams) SetRoom(room *string) + func (o *GetPartsParams) SetRoomID(roomID *string) + func (o *GetPartsParams) SetSerialNo(serialNo *string) + func (o *GetPartsParams) SetTags(tags *string) + func (o *GetPartsParams) SetTimeout(timeout time.Duration) + func (o *GetPartsParams) SetType(typeVar *string) + func (o *GetPartsParams) WithAssetNo(assetNo *string) *GetPartsParams + func (o *GetPartsParams) WithContext(ctx context.Context) *GetPartsParams + func (o *GetPartsParams) WithCustomFieldsAnd(customFieldsAnd *string) *GetPartsParams + func (o *GetPartsParams) WithCustomFieldsOr(customFieldsOr *string) *GetPartsParams + func (o *GetPartsParams) WithDevice(device *string) *GetPartsParams + func (o *GetPartsParams) WithDeviceID(deviceID *string) *GetPartsParams + func (o *GetPartsParams) WithDeviceSerial(deviceSerial *string) *GetPartsParams + func (o *GetPartsParams) WithHTTPClient(client *http.Client) *GetPartsParams + func (o *GetPartsParams) WithLastUpdatedGt(lastUpdatedGt *string) *GetPartsParams + func (o *GetPartsParams) WithLastUpdatedLt(lastUpdatedLt *string) *GetPartsParams + func (o *GetPartsParams) WithPartID(partID *string) *GetPartsParams + func (o *GetPartsParams) WithPartmodelID(partmodelID *string) *GetPartsParams + func (o *GetPartsParams) WithRack(rack *string) *GetPartsParams + func (o *GetPartsParams) WithRackID(rackID *string) *GetPartsParams + func (o *GetPartsParams) WithRoom(room *string) *GetPartsParams + func (o *GetPartsParams) WithRoomID(roomID *string) *GetPartsParams + func (o *GetPartsParams) WithSerialNo(serialNo *string) *GetPartsParams + func (o *GetPartsParams) WithTags(tags *string) *GetPartsParams + func (o *GetPartsParams) WithTimeout(timeout time.Duration) *GetPartsParams + func (o *GetPartsParams) WithType(typeVar *string) *GetPartsParams + func (o *GetPartsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPartsReader struct + func (o *GetPartsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPartsServiceUnavailable struct + func NewGetPartsServiceUnavailable() *GetPartsServiceUnavailable + func (o *GetPartsServiceUnavailable) Error() string + type GetPartsUnauthorized struct + func NewGetPartsUnauthorized() *GetPartsUnauthorized + func (o *GetPartsUnauthorized) Error() string + type PostPartmodelsBadRequest struct + func NewPostPartmodelsBadRequest() *PostPartmodelsBadRequest + func (o *PostPartmodelsBadRequest) Error() string + type PostPartmodelsForbidden struct + func NewPostPartmodelsForbidden() *PostPartmodelsForbidden + func (o *PostPartmodelsForbidden) Error() string + type PostPartmodelsGone struct + func NewPostPartmodelsGone() *PostPartmodelsGone + func (o *PostPartmodelsGone) Error() string + type PostPartmodelsInternalServerError struct + func NewPostPartmodelsInternalServerError() *PostPartmodelsInternalServerError + func (o *PostPartmodelsInternalServerError) Error() string + type PostPartmodelsMethodNotAllowed struct + func NewPostPartmodelsMethodNotAllowed() *PostPartmodelsMethodNotAllowed + func (o *PostPartmodelsMethodNotAllowed) Error() string + type PostPartmodelsNotFound struct + func NewPostPartmodelsNotFound() *PostPartmodelsNotFound + func (o *PostPartmodelsNotFound) Error() string + type PostPartmodelsOK struct + Payload *PostPartmodelsOKBody + func NewPostPartmodelsOK() *PostPartmodelsOK + func (o *PostPartmodelsOK) Error() string + func (o *PostPartmodelsOK) GetPayload() *PostPartmodelsOKBody + type PostPartmodelsOKBody struct + Code interface{} + Msg interface{} + func (o *PostPartmodelsOKBody) MarshalBinary() ([]byte, error) + func (o *PostPartmodelsOKBody) UnmarshalBinary(b []byte) error + func (o *PostPartmodelsOKBody) Validate(formats strfmt.Registry) error + type PostPartmodelsParams struct + Connectivity *string + ConnectorType *string + Context context.Context + Cores *string + Cpuspeed *string + Description *string + HTTPClient *http.Client + Hddrpm *string + Hddsize *string + Hddtype *string + Length *string + Location *string + Manufacturer *string + MediaType *string + Modelno *string + Name *string + Notes *string + PartmodelID *string + Partno *string + Ramsize *string + Ramspeed *string + Ramtype *string + Threads *string + TotalCount *string + Type *string + func NewPostPartmodelsParams() *PostPartmodelsParams + func NewPostPartmodelsParamsWithContext(ctx context.Context) *PostPartmodelsParams + func NewPostPartmodelsParamsWithHTTPClient(client *http.Client) *PostPartmodelsParams + func NewPostPartmodelsParamsWithTimeout(timeout time.Duration) *PostPartmodelsParams + func (o *PostPartmodelsParams) SetConnectivity(connectivity *string) + func (o *PostPartmodelsParams) SetConnectorType(connectorType *string) + func (o *PostPartmodelsParams) SetContext(ctx context.Context) + func (o *PostPartmodelsParams) SetCores(cores *string) + func (o *PostPartmodelsParams) SetCpuspeed(cpuspeed *string) + func (o *PostPartmodelsParams) SetDescription(description *string) + func (o *PostPartmodelsParams) SetHTTPClient(client *http.Client) + func (o *PostPartmodelsParams) SetHddrpm(hddrpm *string) + func (o *PostPartmodelsParams) SetHddsize(hddsize *string) + func (o *PostPartmodelsParams) SetHddtype(hddtype *string) + func (o *PostPartmodelsParams) SetLength(length *string) + func (o *PostPartmodelsParams) SetLocation(location *string) + func (o *PostPartmodelsParams) SetManufacturer(manufacturer *string) + func (o *PostPartmodelsParams) SetMediaType(mediaType *string) + func (o *PostPartmodelsParams) SetModelno(modelno *string) + func (o *PostPartmodelsParams) SetName(name *string) + func (o *PostPartmodelsParams) SetNotes(notes *string) + func (o *PostPartmodelsParams) SetPartmodelID(partmodelID *string) + func (o *PostPartmodelsParams) SetPartno(partno *string) + func (o *PostPartmodelsParams) SetRamsize(ramsize *string) + func (o *PostPartmodelsParams) SetRamspeed(ramspeed *string) + func (o *PostPartmodelsParams) SetRamtype(ramtype *string) + func (o *PostPartmodelsParams) SetThreads(threads *string) + func (o *PostPartmodelsParams) SetTimeout(timeout time.Duration) + func (o *PostPartmodelsParams) SetTotalCount(totalCount *string) + func (o *PostPartmodelsParams) SetType(typeVar *string) + func (o *PostPartmodelsParams) WithConnectivity(connectivity *string) *PostPartmodelsParams + func (o *PostPartmodelsParams) WithConnectorType(connectorType *string) *PostPartmodelsParams + func (o *PostPartmodelsParams) WithContext(ctx context.Context) *PostPartmodelsParams + func (o *PostPartmodelsParams) WithCores(cores *string) *PostPartmodelsParams + func (o *PostPartmodelsParams) WithCpuspeed(cpuspeed *string) *PostPartmodelsParams + func (o *PostPartmodelsParams) WithDescription(description *string) *PostPartmodelsParams + func (o *PostPartmodelsParams) WithHTTPClient(client *http.Client) *PostPartmodelsParams + func (o *PostPartmodelsParams) WithHddrpm(hddrpm *string) *PostPartmodelsParams + func (o *PostPartmodelsParams) WithHddsize(hddsize *string) *PostPartmodelsParams + func (o *PostPartmodelsParams) WithHddtype(hddtype *string) *PostPartmodelsParams + func (o *PostPartmodelsParams) WithLength(length *string) *PostPartmodelsParams + func (o *PostPartmodelsParams) WithLocation(location *string) *PostPartmodelsParams + func (o *PostPartmodelsParams) WithManufacturer(manufacturer *string) *PostPartmodelsParams + func (o *PostPartmodelsParams) WithMediaType(mediaType *string) *PostPartmodelsParams + func (o *PostPartmodelsParams) WithModelno(modelno *string) *PostPartmodelsParams + func (o *PostPartmodelsParams) WithName(name *string) *PostPartmodelsParams + func (o *PostPartmodelsParams) WithNotes(notes *string) *PostPartmodelsParams + func (o *PostPartmodelsParams) WithPartmodelID(partmodelID *string) *PostPartmodelsParams + func (o *PostPartmodelsParams) WithPartno(partno *string) *PostPartmodelsParams + func (o *PostPartmodelsParams) WithRamsize(ramsize *string) *PostPartmodelsParams + func (o *PostPartmodelsParams) WithRamspeed(ramspeed *string) *PostPartmodelsParams + func (o *PostPartmodelsParams) WithRamtype(ramtype *string) *PostPartmodelsParams + func (o *PostPartmodelsParams) WithThreads(threads *string) *PostPartmodelsParams + func (o *PostPartmodelsParams) WithTimeout(timeout time.Duration) *PostPartmodelsParams + func (o *PostPartmodelsParams) WithTotalCount(totalCount *string) *PostPartmodelsParams + func (o *PostPartmodelsParams) WithType(typeVar *string) *PostPartmodelsParams + func (o *PostPartmodelsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PostPartmodelsReader struct + func (o *PostPartmodelsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PostPartmodelsServiceUnavailable struct + func NewPostPartmodelsServiceUnavailable() *PostPartmodelsServiceUnavailable + func (o *PostPartmodelsServiceUnavailable) Error() string + type PostPartmodelsUnauthorized struct + func NewPostPartmodelsUnauthorized() *PostPartmodelsUnauthorized + func (o *PostPartmodelsUnauthorized) Error() string + type PostPartsBadRequest struct + func NewPostPartsBadRequest() *PostPartsBadRequest + func (o *PostPartsBadRequest) Error() string + type PostPartsForbidden struct + func NewPostPartsForbidden() *PostPartsForbidden + func (o *PostPartsForbidden) Error() string + type PostPartsGone struct + func NewPostPartsGone() *PostPartsGone + func (o *PostPartsGone) Error() string + type PostPartsInternalServerError struct + func NewPostPartsInternalServerError() *PostPartsInternalServerError + func (o *PostPartsInternalServerError) Error() string + type PostPartsMethodNotAllowed struct + func NewPostPartsMethodNotAllowed() *PostPartsMethodNotAllowed + func (o *PostPartsMethodNotAllowed) Error() string + type PostPartsNotFound struct + func NewPostPartsNotFound() *PostPartsNotFound + func (o *PostPartsNotFound) Error() string + type PostPartsOK struct + Payload *PostPartsOKBody + func NewPostPartsOK() *PostPartsOK + func (o *PostPartsOK) Error() string + func (o *PostPartsOK) GetPayload() *PostPartsOKBody + type PostPartsOKBody struct + Code interface{} + Msg interface{} + func (o *PostPartsOKBody) MarshalBinary() ([]byte, error) + func (o *PostPartsOKBody) UnmarshalBinary(b []byte) error + func (o *PostPartsOKBody) Validate(formats strfmt.Registry) error + type PostPartsParams struct + Assignment *string + Context context.Context + Cores *string + Count *int64 + Cpuspeed *string + DateChanged *string + Description *string + Device *string + Firmware *string + HTTPClient *http.Client + Hddrpm *string + Hddsize *string + Hddtype *string + Name *string + PartID *string + PartmodelID *string + RaidGroup *string + RaidType *string + Ramsize *string + Ramspeed *string + Ramtype *string + Room *string + SerialNo *string + Threads *string + Type *string + func NewPostPartsParams() *PostPartsParams + func NewPostPartsParamsWithContext(ctx context.Context) *PostPartsParams + func NewPostPartsParamsWithHTTPClient(client *http.Client) *PostPartsParams + func NewPostPartsParamsWithTimeout(timeout time.Duration) *PostPartsParams + func (o *PostPartsParams) SetAssignment(assignment *string) + func (o *PostPartsParams) SetContext(ctx context.Context) + func (o *PostPartsParams) SetCores(cores *string) + func (o *PostPartsParams) SetCount(count *int64) + func (o *PostPartsParams) SetCpuspeed(cpuspeed *string) + func (o *PostPartsParams) SetDateChanged(dateChanged *string) + func (o *PostPartsParams) SetDescription(description *string) + func (o *PostPartsParams) SetDevice(device *string) + func (o *PostPartsParams) SetFirmware(firmware *string) + func (o *PostPartsParams) SetHTTPClient(client *http.Client) + func (o *PostPartsParams) SetHddrpm(hddrpm *string) + func (o *PostPartsParams) SetHddsize(hddsize *string) + func (o *PostPartsParams) SetHddtype(hddtype *string) + func (o *PostPartsParams) SetName(name *string) + func (o *PostPartsParams) SetPartID(partID *string) + func (o *PostPartsParams) SetPartmodelID(partmodelID *string) + func (o *PostPartsParams) SetRaidGroup(raidGroup *string) + func (o *PostPartsParams) SetRaidType(raidType *string) + func (o *PostPartsParams) SetRamsize(ramsize *string) + func (o *PostPartsParams) SetRamspeed(ramspeed *string) + func (o *PostPartsParams) SetRamtype(ramtype *string) + func (o *PostPartsParams) SetRoom(room *string) + func (o *PostPartsParams) SetSerialNo(serialNo *string) + func (o *PostPartsParams) SetThreads(threads *string) + func (o *PostPartsParams) SetTimeout(timeout time.Duration) + func (o *PostPartsParams) SetType(typeVar *string) + func (o *PostPartsParams) WithAssignment(assignment *string) *PostPartsParams + func (o *PostPartsParams) WithContext(ctx context.Context) *PostPartsParams + func (o *PostPartsParams) WithCores(cores *string) *PostPartsParams + func (o *PostPartsParams) WithCount(count *int64) *PostPartsParams + func (o *PostPartsParams) WithCpuspeed(cpuspeed *string) *PostPartsParams + func (o *PostPartsParams) WithDateChanged(dateChanged *string) *PostPartsParams + func (o *PostPartsParams) WithDescription(description *string) *PostPartsParams + func (o *PostPartsParams) WithDevice(device *string) *PostPartsParams + func (o *PostPartsParams) WithFirmware(firmware *string) *PostPartsParams + func (o *PostPartsParams) WithHTTPClient(client *http.Client) *PostPartsParams + func (o *PostPartsParams) WithHddrpm(hddrpm *string) *PostPartsParams + func (o *PostPartsParams) WithHddsize(hddsize *string) *PostPartsParams + func (o *PostPartsParams) WithHddtype(hddtype *string) *PostPartsParams + func (o *PostPartsParams) WithName(name *string) *PostPartsParams + func (o *PostPartsParams) WithPartID(partID *string) *PostPartsParams + func (o *PostPartsParams) WithPartmodelID(partmodelID *string) *PostPartsParams + func (o *PostPartsParams) WithRaidGroup(raidGroup *string) *PostPartsParams + func (o *PostPartsParams) WithRaidType(raidType *string) *PostPartsParams + func (o *PostPartsParams) WithRamsize(ramsize *string) *PostPartsParams + func (o *PostPartsParams) WithRamspeed(ramspeed *string) *PostPartsParams + func (o *PostPartsParams) WithRamtype(ramtype *string) *PostPartsParams + func (o *PostPartsParams) WithRoom(room *string) *PostPartsParams + func (o *PostPartsParams) WithSerialNo(serialNo *string) *PostPartsParams + func (o *PostPartsParams) WithThreads(threads *string) *PostPartsParams + func (o *PostPartsParams) WithTimeout(timeout time.Duration) *PostPartsParams + func (o *PostPartsParams) WithType(typeVar *string) *PostPartsParams + func (o *PostPartsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PostPartsReader struct + func (o *PostPartsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PostPartsServiceUnavailable struct + func NewPostPartsServiceUnavailable() *PostPartsServiceUnavailable + func (o *PostPartsServiceUnavailable) Error() string + type PostPartsUnauthorized struct + func NewPostPartsUnauthorized() *PostPartsUnauthorized + func (o *PostPartsUnauthorized) Error() string + type PutCustomFieldPartBadRequest struct + func NewPutCustomFieldPartBadRequest() *PutCustomFieldPartBadRequest + func (o *PutCustomFieldPartBadRequest) Error() string + type PutCustomFieldPartForbidden struct + func NewPutCustomFieldPartForbidden() *PutCustomFieldPartForbidden + func (o *PutCustomFieldPartForbidden) Error() string + type PutCustomFieldPartGone struct + func NewPutCustomFieldPartGone() *PutCustomFieldPartGone + func (o *PutCustomFieldPartGone) Error() string + type PutCustomFieldPartInternalServerError struct + func NewPutCustomFieldPartInternalServerError() *PutCustomFieldPartInternalServerError + func (o *PutCustomFieldPartInternalServerError) Error() string + type PutCustomFieldPartMethodNotAllowed struct + func NewPutCustomFieldPartMethodNotAllowed() *PutCustomFieldPartMethodNotAllowed + func (o *PutCustomFieldPartMethodNotAllowed) Error() string + type PutCustomFieldPartNotFound struct + func NewPutCustomFieldPartNotFound() *PutCustomFieldPartNotFound + func (o *PutCustomFieldPartNotFound) Error() string + type PutCustomFieldPartOK struct + Payload *PutCustomFieldPartOKBody + func NewPutCustomFieldPartOK() *PutCustomFieldPartOK + func (o *PutCustomFieldPartOK) Error() string + func (o *PutCustomFieldPartOK) GetPayload() *PutCustomFieldPartOKBody + type PutCustomFieldPartOKBody struct + Code interface{} + Msg interface{} + func (o *PutCustomFieldPartOKBody) MarshalBinary() ([]byte, error) + func (o *PutCustomFieldPartOKBody) UnmarshalBinary(b []byte) error + func (o *PutCustomFieldPartOKBody) Validate(formats strfmt.Registry) error + type PutCustomFieldPartParams struct + AddToPicklist *string + BulkFields *string + ClearValue *string + Context context.Context + HTTPClient *http.Client + ID string + Key string + Notes *string + RelatedFieldName *string + Type *string + Value *string + func NewPutCustomFieldPartParams() *PutCustomFieldPartParams + func NewPutCustomFieldPartParamsWithContext(ctx context.Context) *PutCustomFieldPartParams + func NewPutCustomFieldPartParamsWithHTTPClient(client *http.Client) *PutCustomFieldPartParams + func NewPutCustomFieldPartParamsWithTimeout(timeout time.Duration) *PutCustomFieldPartParams + func (o *PutCustomFieldPartParams) SetAddToPicklist(addToPicklist *string) + func (o *PutCustomFieldPartParams) SetBulkFields(bulkFields *string) + func (o *PutCustomFieldPartParams) SetClearValue(clearValue *string) + func (o *PutCustomFieldPartParams) SetContext(ctx context.Context) + func (o *PutCustomFieldPartParams) SetHTTPClient(client *http.Client) + func (o *PutCustomFieldPartParams) SetID(id string) + func (o *PutCustomFieldPartParams) SetKey(key string) + func (o *PutCustomFieldPartParams) SetNotes(notes *string) + func (o *PutCustomFieldPartParams) SetRelatedFieldName(relatedFieldName *string) + func (o *PutCustomFieldPartParams) SetTimeout(timeout time.Duration) + func (o *PutCustomFieldPartParams) SetType(typeVar *string) + func (o *PutCustomFieldPartParams) SetValue(value *string) + func (o *PutCustomFieldPartParams) WithAddToPicklist(addToPicklist *string) *PutCustomFieldPartParams + func (o *PutCustomFieldPartParams) WithBulkFields(bulkFields *string) *PutCustomFieldPartParams + func (o *PutCustomFieldPartParams) WithClearValue(clearValue *string) *PutCustomFieldPartParams + func (o *PutCustomFieldPartParams) WithContext(ctx context.Context) *PutCustomFieldPartParams + func (o *PutCustomFieldPartParams) WithHTTPClient(client *http.Client) *PutCustomFieldPartParams + func (o *PutCustomFieldPartParams) WithID(id string) *PutCustomFieldPartParams + func (o *PutCustomFieldPartParams) WithKey(key string) *PutCustomFieldPartParams + func (o *PutCustomFieldPartParams) WithNotes(notes *string) *PutCustomFieldPartParams + func (o *PutCustomFieldPartParams) WithRelatedFieldName(relatedFieldName *string) *PutCustomFieldPartParams + func (o *PutCustomFieldPartParams) WithTimeout(timeout time.Duration) *PutCustomFieldPartParams + func (o *PutCustomFieldPartParams) WithType(typeVar *string) *PutCustomFieldPartParams + func (o *PutCustomFieldPartParams) WithValue(value *string) *PutCustomFieldPartParams + func (o *PutCustomFieldPartParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PutCustomFieldPartReader struct + func (o *PutCustomFieldPartReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PutCustomFieldPartServiceUnavailable struct + func NewPutCustomFieldPartServiceUnavailable() *PutCustomFieldPartServiceUnavailable + func (o *PutCustomFieldPartServiceUnavailable) Error() string + type PutCustomFieldPartUnauthorized struct + func NewPutCustomFieldPartUnauthorized() *PutCustomFieldPartUnauthorized + func (o *PutCustomFieldPartUnauthorized) Error() string + type PutCustomFieldPartmodelBadRequest struct + func NewPutCustomFieldPartmodelBadRequest() *PutCustomFieldPartmodelBadRequest + func (o *PutCustomFieldPartmodelBadRequest) Error() string + type PutCustomFieldPartmodelForbidden struct + func NewPutCustomFieldPartmodelForbidden() *PutCustomFieldPartmodelForbidden + func (o *PutCustomFieldPartmodelForbidden) Error() string + type PutCustomFieldPartmodelGone struct + func NewPutCustomFieldPartmodelGone() *PutCustomFieldPartmodelGone + func (o *PutCustomFieldPartmodelGone) Error() string + type PutCustomFieldPartmodelInternalServerError struct + func NewPutCustomFieldPartmodelInternalServerError() *PutCustomFieldPartmodelInternalServerError + func (o *PutCustomFieldPartmodelInternalServerError) Error() string + type PutCustomFieldPartmodelMethodNotAllowed struct + func NewPutCustomFieldPartmodelMethodNotAllowed() *PutCustomFieldPartmodelMethodNotAllowed + func (o *PutCustomFieldPartmodelMethodNotAllowed) Error() string + type PutCustomFieldPartmodelNotFound struct + func NewPutCustomFieldPartmodelNotFound() *PutCustomFieldPartmodelNotFound + func (o *PutCustomFieldPartmodelNotFound) Error() string + type PutCustomFieldPartmodelOK struct + Payload *PutCustomFieldPartmodelOKBody + func NewPutCustomFieldPartmodelOK() *PutCustomFieldPartmodelOK + func (o *PutCustomFieldPartmodelOK) Error() string + func (o *PutCustomFieldPartmodelOK) GetPayload() *PutCustomFieldPartmodelOKBody + type PutCustomFieldPartmodelOKBody struct + Code interface{} + Msg interface{} + func (o *PutCustomFieldPartmodelOKBody) MarshalBinary() ([]byte, error) + func (o *PutCustomFieldPartmodelOKBody) UnmarshalBinary(b []byte) error + func (o *PutCustomFieldPartmodelOKBody) Validate(formats strfmt.Registry) error + type PutCustomFieldPartmodelParams struct + AddToPicklist *string + BulkFields *string + ClearValue *string + Context context.Context + HTTPClient *http.Client + ID string + Key string + Notes *string + RelatedFieldName *string + Type *string + Value *string + func NewPutCustomFieldPartmodelParams() *PutCustomFieldPartmodelParams + func NewPutCustomFieldPartmodelParamsWithContext(ctx context.Context) *PutCustomFieldPartmodelParams + func NewPutCustomFieldPartmodelParamsWithHTTPClient(client *http.Client) *PutCustomFieldPartmodelParams + func NewPutCustomFieldPartmodelParamsWithTimeout(timeout time.Duration) *PutCustomFieldPartmodelParams + func (o *PutCustomFieldPartmodelParams) SetAddToPicklist(addToPicklist *string) + func (o *PutCustomFieldPartmodelParams) SetBulkFields(bulkFields *string) + func (o *PutCustomFieldPartmodelParams) SetClearValue(clearValue *string) + func (o *PutCustomFieldPartmodelParams) SetContext(ctx context.Context) + func (o *PutCustomFieldPartmodelParams) SetHTTPClient(client *http.Client) + func (o *PutCustomFieldPartmodelParams) SetID(id string) + func (o *PutCustomFieldPartmodelParams) SetKey(key string) + func (o *PutCustomFieldPartmodelParams) SetNotes(notes *string) + func (o *PutCustomFieldPartmodelParams) SetRelatedFieldName(relatedFieldName *string) + func (o *PutCustomFieldPartmodelParams) SetTimeout(timeout time.Duration) + func (o *PutCustomFieldPartmodelParams) SetType(typeVar *string) + func (o *PutCustomFieldPartmodelParams) SetValue(value *string) + func (o *PutCustomFieldPartmodelParams) WithAddToPicklist(addToPicklist *string) *PutCustomFieldPartmodelParams + func (o *PutCustomFieldPartmodelParams) WithBulkFields(bulkFields *string) *PutCustomFieldPartmodelParams + func (o *PutCustomFieldPartmodelParams) WithClearValue(clearValue *string) *PutCustomFieldPartmodelParams + func (o *PutCustomFieldPartmodelParams) WithContext(ctx context.Context) *PutCustomFieldPartmodelParams + func (o *PutCustomFieldPartmodelParams) WithHTTPClient(client *http.Client) *PutCustomFieldPartmodelParams + func (o *PutCustomFieldPartmodelParams) WithID(id string) *PutCustomFieldPartmodelParams + func (o *PutCustomFieldPartmodelParams) WithKey(key string) *PutCustomFieldPartmodelParams + func (o *PutCustomFieldPartmodelParams) WithNotes(notes *string) *PutCustomFieldPartmodelParams + func (o *PutCustomFieldPartmodelParams) WithRelatedFieldName(relatedFieldName *string) *PutCustomFieldPartmodelParams + func (o *PutCustomFieldPartmodelParams) WithTimeout(timeout time.Duration) *PutCustomFieldPartmodelParams + func (o *PutCustomFieldPartmodelParams) WithType(typeVar *string) *PutCustomFieldPartmodelParams + func (o *PutCustomFieldPartmodelParams) WithValue(value *string) *PutCustomFieldPartmodelParams + func (o *PutCustomFieldPartmodelParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PutCustomFieldPartmodelReader struct + func (o *PutCustomFieldPartmodelReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PutCustomFieldPartmodelServiceUnavailable struct + func NewPutCustomFieldPartmodelServiceUnavailable() *PutCustomFieldPartmodelServiceUnavailable + func (o *PutCustomFieldPartmodelServiceUnavailable) Error() string + type PutCustomFieldPartmodelUnauthorized struct + func NewPutCustomFieldPartmodelUnauthorized() *PutCustomFieldPartmodelUnauthorized + func (o *PutCustomFieldPartmodelUnauthorized) Error() string