hardware_model

package
v0.0.1-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 24, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for hardware model API

func (*Client) CreateHardwareBrand

func (a *Client) CreateHardwareBrand(params *CreateHardwareBrandParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateHardwareBrandOK, error)

CreateHardwareBrand creates hardware brand

Create a hardware brand record.

func (*Client) CreateHardwareModel

func (a *Client) CreateHardwareModel(params *CreateHardwareModelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateHardwareModelOK, error)

CreateHardwareModel creates hardware model

Create a hardware model record.

func (*Client) DeleteHardwareBrand

func (a *Client) DeleteHardwareBrand(params *DeleteHardwareBrandParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteHardwareBrandOK, error)

DeleteHardwareBrand deletes hardware brand

Delete a hardware brand record.

func (*Client) DeleteHardwareModel

func (a *Client) DeleteHardwareModel(params *DeleteHardwareModelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteHardwareModelOK, error)

DeleteHardwareModel deletes hardware model

Delete a hardware model record.

func (*Client) GetDeviceTags

func (a *Client) GetDeviceTags(params *GetDeviceTagsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeviceTagsOK, error)

GetDeviceTags queries device object tag key values

Query device object tag key-values

func (*Client) GetGlobalHardwareBrand

func (a *Client) GetGlobalHardwareBrand(params *GetGlobalHardwareBrandParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetGlobalHardwareBrandOK, error)

GetGlobalHardwareBrand gets global hardware brand

Get the configuration (without security details) of a global hardware brand record.

func (*Client) GetGlobalHardwareBrandByName

func (a *Client) GetGlobalHardwareBrandByName(params *GetGlobalHardwareBrandByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetGlobalHardwareBrandByNameOK, error)

GetGlobalHardwareBrandByName gets global hardware brand

Get the configuration (without security details) of a global hardware brand record.

func (*Client) GetGlobalHardwareModel

func (a *Client) GetGlobalHardwareModel(params *GetGlobalHardwareModelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetGlobalHardwareModelOK, error)

GetGlobalHardwareModel gets global hardware model

Get the configuration (without security details) of a global hardware model record.

func (*Client) GetGlobalHardwareModelByName

func (a *Client) GetGlobalHardwareModelByName(params *GetGlobalHardwareModelByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetGlobalHardwareModelByNameOK, error)

GetGlobalHardwareModelByName gets global hardware model

Get the configuration (without security details) of a global hardware model record.

func (*Client) GetHardwareBrand

func (a *Client) GetHardwareBrand(params *GetHardwareBrandParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetHardwareBrandOK, error)

GetHardwareBrand gets hardware brand

Get the configuration (without security details) of a hardware brand record.

func (*Client) GetHardwareBrandByName

func (a *Client) GetHardwareBrandByName(params *GetHardwareBrandByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetHardwareBrandByNameOK, error)

GetHardwareBrandByName gets hardware brand

Get the configuration (without security details) of a hardware brand record.

func (*Client) GetHardwareModel

func (a *Client) GetHardwareModel(params *GetHardwareModelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetHardwareModelOK, error)

GetHardwareModel gets hardware model

Get the configuration (without security details) of a hardware model record.

func (*Client) GetHardwareModelByName

func (a *Client) GetHardwareModelByName(params *GetHardwareModelByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetHardwareModelByNameOK, error)

GetHardwareModelByName gets hardware model

Get the configuration (without security details) of a hardware model record.

func (*Client) QueryGlobalHardwareBrands

func (a *Client) QueryGlobalHardwareBrands(params *QueryGlobalHardwareBrandsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryGlobalHardwareBrandsOK, error)

QueryGlobalHardwareBrands queries global hardware brands

Query the global hardware brand records.

func (*Client) QueryGlobalHardwareModels

func (a *Client) QueryGlobalHardwareModels(params *QueryGlobalHardwareModelsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryGlobalHardwareModelsOK, error)

QueryGlobalHardwareModels queries global hardware models

Query the global hardware model records.

func (*Client) QueryHardwareBrands

func (a *Client) QueryHardwareBrands(params *QueryHardwareBrandsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryHardwareBrandsOK, error)

QueryHardwareBrands queries hardware brands

Query the hardware brand records.

func (*Client) QueryHardwareModels

func (a *Client) QueryHardwareModels(params *QueryHardwareModelsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryHardwareModelsOK, error)

QueryHardwareModels queries hardware models

Query the hardware model records.

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) UpdateHardwareBrand

func (a *Client) UpdateHardwareBrand(params *UpdateHardwareBrandParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateHardwareBrandOK, error)

UpdateHardwareBrand updates hardware brand

Update a hardware brand. The usual pattern to update a hardware brand record is to retrieve the record and update with the modified values in a new body to update the hardware brand record.

func (*Client) UpdateHardwareModel

func (a *Client) UpdateHardwareModel(params *UpdateHardwareModelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateHardwareModelOK, error)

UpdateHardwareModel updates hardware model

Update a hardware model. The usual pattern to update a hardware model record is to retrieve the record and update with the modified values in a new body to update the hardware model record.

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateHardwareBrand(params *CreateHardwareBrandParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateHardwareBrandOK, error)

	CreateHardwareModel(params *CreateHardwareModelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateHardwareModelOK, error)

	DeleteHardwareBrand(params *DeleteHardwareBrandParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteHardwareBrandOK, error)

	DeleteHardwareModel(params *DeleteHardwareModelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteHardwareModelOK, error)

	GetDeviceTags(params *GetDeviceTagsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeviceTagsOK, error)

	GetGlobalHardwareBrand(params *GetGlobalHardwareBrandParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetGlobalHardwareBrandOK, error)

	GetGlobalHardwareBrandByName(params *GetGlobalHardwareBrandByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetGlobalHardwareBrandByNameOK, error)

	GetGlobalHardwareModel(params *GetGlobalHardwareModelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetGlobalHardwareModelOK, error)

	GetGlobalHardwareModelByName(params *GetGlobalHardwareModelByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetGlobalHardwareModelByNameOK, error)

	GetHardwareBrand(params *GetHardwareBrandParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetHardwareBrandOK, error)

	GetHardwareBrandByName(params *GetHardwareBrandByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetHardwareBrandByNameOK, error)

	GetHardwareModel(params *GetHardwareModelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetHardwareModelOK, error)

	GetHardwareModelByName(params *GetHardwareModelByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetHardwareModelByNameOK, error)

	QueryGlobalHardwareBrands(params *QueryGlobalHardwareBrandsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryGlobalHardwareBrandsOK, error)

	QueryGlobalHardwareModels(params *QueryGlobalHardwareModelsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryGlobalHardwareModelsOK, error)

	QueryHardwareBrands(params *QueryHardwareBrandsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryHardwareBrandsOK, error)

	QueryHardwareModels(params *QueryHardwareModelsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryHardwareModelsOK, error)

	UpdateHardwareBrand(params *UpdateHardwareBrandParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateHardwareBrandOK, error)

	UpdateHardwareModel(params *UpdateHardwareModelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateHardwareModelOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new hardware model API client.

type CreateHardwareBrandBadRequest

type CreateHardwareBrandBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}
CreateHardwareBrandBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewCreateHardwareBrandBadRequest

func NewCreateHardwareBrandBadRequest() *CreateHardwareBrandBadRequest

NewCreateHardwareBrandBadRequest creates a CreateHardwareBrandBadRequest with default headers values

func (*CreateHardwareBrandBadRequest) Error

func (*CreateHardwareBrandBadRequest) GetPayload

type CreateHardwareBrandConflict

type CreateHardwareBrandConflict struct {
	Payload *swagger_models.ZsrvResponse
}
CreateHardwareBrandConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this hardware brand record will conflict with an already existing hardware brand record.

func NewCreateHardwareBrandConflict

func NewCreateHardwareBrandConflict() *CreateHardwareBrandConflict

NewCreateHardwareBrandConflict creates a CreateHardwareBrandConflict with default headers values

func (*CreateHardwareBrandConflict) Error

func (*CreateHardwareBrandConflict) GetPayload

type CreateHardwareBrandForbidden

type CreateHardwareBrandForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
CreateHardwareBrandForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewCreateHardwareBrandForbidden

func NewCreateHardwareBrandForbidden() *CreateHardwareBrandForbidden

NewCreateHardwareBrandForbidden creates a CreateHardwareBrandForbidden with default headers values

func (*CreateHardwareBrandForbidden) Error

func (*CreateHardwareBrandForbidden) GetPayload

type CreateHardwareBrandGatewayTimeout

type CreateHardwareBrandGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
CreateHardwareBrandGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewCreateHardwareBrandGatewayTimeout

func NewCreateHardwareBrandGatewayTimeout() *CreateHardwareBrandGatewayTimeout

NewCreateHardwareBrandGatewayTimeout creates a CreateHardwareBrandGatewayTimeout with default headers values

func (*CreateHardwareBrandGatewayTimeout) Error

func (*CreateHardwareBrandGatewayTimeout) GetPayload

type CreateHardwareBrandInternalServerError

type CreateHardwareBrandInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
CreateHardwareBrandInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewCreateHardwareBrandInternalServerError

func NewCreateHardwareBrandInternalServerError() *CreateHardwareBrandInternalServerError

NewCreateHardwareBrandInternalServerError creates a CreateHardwareBrandInternalServerError with default headers values

func (*CreateHardwareBrandInternalServerError) Error

func (*CreateHardwareBrandInternalServerError) GetPayload

type CreateHardwareBrandOK

type CreateHardwareBrandOK struct {
	Payload *swagger_models.ZsrvResponse
}
CreateHardwareBrandOK describes a response with status code 200, with default header values.

A successful response.

func NewCreateHardwareBrandOK

func NewCreateHardwareBrandOK() *CreateHardwareBrandOK

NewCreateHardwareBrandOK creates a CreateHardwareBrandOK with default headers values

func (*CreateHardwareBrandOK) Error

func (o *CreateHardwareBrandOK) Error() string

func (*CreateHardwareBrandOK) GetPayload

type CreateHardwareBrandParams

type CreateHardwareBrandParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.SysBrand

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateHardwareBrandParams contains all the parameters to send to the API endpoint

for the create hardware brand operation.

Typically these are written to a http.Request.

func NewCreateHardwareBrandParams

func NewCreateHardwareBrandParams() *CreateHardwareBrandParams

NewCreateHardwareBrandParams creates a new CreateHardwareBrandParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateHardwareBrandParamsWithContext

func NewCreateHardwareBrandParamsWithContext(ctx context.Context) *CreateHardwareBrandParams

NewCreateHardwareBrandParamsWithContext creates a new CreateHardwareBrandParams object with the ability to set a context for a request.

func NewCreateHardwareBrandParamsWithHTTPClient

func NewCreateHardwareBrandParamsWithHTTPClient(client *http.Client) *CreateHardwareBrandParams

NewCreateHardwareBrandParamsWithHTTPClient creates a new CreateHardwareBrandParams object with the ability to set a custom HTTPClient for a request.

func NewCreateHardwareBrandParamsWithTimeout

func NewCreateHardwareBrandParamsWithTimeout(timeout time.Duration) *CreateHardwareBrandParams

NewCreateHardwareBrandParamsWithTimeout creates a new CreateHardwareBrandParams object with the ability to set a timeout on a request.

func (*CreateHardwareBrandParams) SetBody

SetBody adds the body to the create hardware brand params

func (*CreateHardwareBrandParams) SetContext

func (o *CreateHardwareBrandParams) SetContext(ctx context.Context)

SetContext adds the context to the create hardware brand params

func (*CreateHardwareBrandParams) SetDefaults

func (o *CreateHardwareBrandParams) SetDefaults()

SetDefaults hydrates default values in the create hardware brand params (not the query body).

All values with no default are reset to their zero value.

func (*CreateHardwareBrandParams) SetHTTPClient

func (o *CreateHardwareBrandParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create hardware brand params

func (*CreateHardwareBrandParams) SetTimeout

func (o *CreateHardwareBrandParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create hardware brand params

func (*CreateHardwareBrandParams) SetXRequestID

func (o *CreateHardwareBrandParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the create hardware brand params

func (*CreateHardwareBrandParams) WithBody

WithBody adds the body to the create hardware brand params

func (*CreateHardwareBrandParams) WithContext

WithContext adds the context to the create hardware brand params

func (*CreateHardwareBrandParams) WithDefaults

WithDefaults hydrates default values in the create hardware brand params (not the query body).

All values with no default are reset to their zero value.

func (*CreateHardwareBrandParams) WithHTTPClient

func (o *CreateHardwareBrandParams) WithHTTPClient(client *http.Client) *CreateHardwareBrandParams

WithHTTPClient adds the HTTPClient to the create hardware brand params

func (*CreateHardwareBrandParams) WithTimeout

WithTimeout adds the timeout to the create hardware brand params

func (*CreateHardwareBrandParams) WithXRequestID

func (o *CreateHardwareBrandParams) WithXRequestID(xRequestID *string) *CreateHardwareBrandParams

WithXRequestID adds the xRequestID to the create hardware brand params

func (*CreateHardwareBrandParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateHardwareBrandReader

type CreateHardwareBrandReader struct {
	// contains filtered or unexported fields
}

CreateHardwareBrandReader is a Reader for the CreateHardwareBrand structure.

func (*CreateHardwareBrandReader) ReadResponse

func (o *CreateHardwareBrandReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateHardwareBrandUnauthorized

type CreateHardwareBrandUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
CreateHardwareBrandUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewCreateHardwareBrandUnauthorized

func NewCreateHardwareBrandUnauthorized() *CreateHardwareBrandUnauthorized

NewCreateHardwareBrandUnauthorized creates a CreateHardwareBrandUnauthorized with default headers values

func (*CreateHardwareBrandUnauthorized) Error

func (*CreateHardwareBrandUnauthorized) GetPayload

type CreateHardwareModelBadRequest

type CreateHardwareModelBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}
CreateHardwareModelBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewCreateHardwareModelBadRequest

func NewCreateHardwareModelBadRequest() *CreateHardwareModelBadRequest

NewCreateHardwareModelBadRequest creates a CreateHardwareModelBadRequest with default headers values

func (*CreateHardwareModelBadRequest) Error

func (*CreateHardwareModelBadRequest) GetPayload

type CreateHardwareModelConflict

type CreateHardwareModelConflict struct {
	Payload *swagger_models.ZsrvResponse
}
CreateHardwareModelConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this hardware model record will conflict with an already existing hardware model record.

func NewCreateHardwareModelConflict

func NewCreateHardwareModelConflict() *CreateHardwareModelConflict

NewCreateHardwareModelConflict creates a CreateHardwareModelConflict with default headers values

func (*CreateHardwareModelConflict) Error

func (*CreateHardwareModelConflict) GetPayload

type CreateHardwareModelForbidden

type CreateHardwareModelForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
CreateHardwareModelForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewCreateHardwareModelForbidden

func NewCreateHardwareModelForbidden() *CreateHardwareModelForbidden

NewCreateHardwareModelForbidden creates a CreateHardwareModelForbidden with default headers values

func (*CreateHardwareModelForbidden) Error

func (*CreateHardwareModelForbidden) GetPayload

type CreateHardwareModelGatewayTimeout

type CreateHardwareModelGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
CreateHardwareModelGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewCreateHardwareModelGatewayTimeout

func NewCreateHardwareModelGatewayTimeout() *CreateHardwareModelGatewayTimeout

NewCreateHardwareModelGatewayTimeout creates a CreateHardwareModelGatewayTimeout with default headers values

func (*CreateHardwareModelGatewayTimeout) Error

func (*CreateHardwareModelGatewayTimeout) GetPayload

type CreateHardwareModelInternalServerError

type CreateHardwareModelInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
CreateHardwareModelInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewCreateHardwareModelInternalServerError

func NewCreateHardwareModelInternalServerError() *CreateHardwareModelInternalServerError

NewCreateHardwareModelInternalServerError creates a CreateHardwareModelInternalServerError with default headers values

func (*CreateHardwareModelInternalServerError) Error

func (*CreateHardwareModelInternalServerError) GetPayload

type CreateHardwareModelOK

type CreateHardwareModelOK struct {
	Payload *swagger_models.ZsrvResponse
}
CreateHardwareModelOK describes a response with status code 200, with default header values.

A successful response.

func NewCreateHardwareModelOK

func NewCreateHardwareModelOK() *CreateHardwareModelOK

NewCreateHardwareModelOK creates a CreateHardwareModelOK with default headers values

func (*CreateHardwareModelOK) Error

func (o *CreateHardwareModelOK) Error() string

func (*CreateHardwareModelOK) GetPayload

type CreateHardwareModelParams

type CreateHardwareModelParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.SysModel

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateHardwareModelParams contains all the parameters to send to the API endpoint

for the create hardware model operation.

Typically these are written to a http.Request.

func NewCreateHardwareModelParams

func NewCreateHardwareModelParams() *CreateHardwareModelParams

NewCreateHardwareModelParams creates a new CreateHardwareModelParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateHardwareModelParamsWithContext

func NewCreateHardwareModelParamsWithContext(ctx context.Context) *CreateHardwareModelParams

NewCreateHardwareModelParamsWithContext creates a new CreateHardwareModelParams object with the ability to set a context for a request.

func NewCreateHardwareModelParamsWithHTTPClient

func NewCreateHardwareModelParamsWithHTTPClient(client *http.Client) *CreateHardwareModelParams

NewCreateHardwareModelParamsWithHTTPClient creates a new CreateHardwareModelParams object with the ability to set a custom HTTPClient for a request.

func NewCreateHardwareModelParamsWithTimeout

func NewCreateHardwareModelParamsWithTimeout(timeout time.Duration) *CreateHardwareModelParams

NewCreateHardwareModelParamsWithTimeout creates a new CreateHardwareModelParams object with the ability to set a timeout on a request.

func (*CreateHardwareModelParams) SetBody

SetBody adds the body to the create hardware model params

func (*CreateHardwareModelParams) SetContext

func (o *CreateHardwareModelParams) SetContext(ctx context.Context)

SetContext adds the context to the create hardware model params

func (*CreateHardwareModelParams) SetDefaults

func (o *CreateHardwareModelParams) SetDefaults()

SetDefaults hydrates default values in the create hardware model params (not the query body).

All values with no default are reset to their zero value.

func (*CreateHardwareModelParams) SetHTTPClient

func (o *CreateHardwareModelParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create hardware model params

func (*CreateHardwareModelParams) SetTimeout

func (o *CreateHardwareModelParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create hardware model params

func (*CreateHardwareModelParams) SetXRequestID

func (o *CreateHardwareModelParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the create hardware model params

func (*CreateHardwareModelParams) WithBody

WithBody adds the body to the create hardware model params

func (*CreateHardwareModelParams) WithContext

WithContext adds the context to the create hardware model params

func (*CreateHardwareModelParams) WithDefaults

WithDefaults hydrates default values in the create hardware model params (not the query body).

All values with no default are reset to their zero value.

func (*CreateHardwareModelParams) WithHTTPClient

func (o *CreateHardwareModelParams) WithHTTPClient(client *http.Client) *CreateHardwareModelParams

WithHTTPClient adds the HTTPClient to the create hardware model params

func (*CreateHardwareModelParams) WithTimeout

WithTimeout adds the timeout to the create hardware model params

func (*CreateHardwareModelParams) WithXRequestID

func (o *CreateHardwareModelParams) WithXRequestID(xRequestID *string) *CreateHardwareModelParams

WithXRequestID adds the xRequestID to the create hardware model params

func (*CreateHardwareModelParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateHardwareModelReader

type CreateHardwareModelReader struct {
	// contains filtered or unexported fields
}

CreateHardwareModelReader is a Reader for the CreateHardwareModel structure.

func (*CreateHardwareModelReader) ReadResponse

func (o *CreateHardwareModelReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateHardwareModelUnauthorized

type CreateHardwareModelUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
CreateHardwareModelUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewCreateHardwareModelUnauthorized

func NewCreateHardwareModelUnauthorized() *CreateHardwareModelUnauthorized

NewCreateHardwareModelUnauthorized creates a CreateHardwareModelUnauthorized with default headers values

func (*CreateHardwareModelUnauthorized) Error

func (*CreateHardwareModelUnauthorized) GetPayload

type DeleteHardwareBrandForbidden

type DeleteHardwareBrandForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteHardwareBrandForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewDeleteHardwareBrandForbidden

func NewDeleteHardwareBrandForbidden() *DeleteHardwareBrandForbidden

NewDeleteHardwareBrandForbidden creates a DeleteHardwareBrandForbidden with default headers values

func (*DeleteHardwareBrandForbidden) Error

func (*DeleteHardwareBrandForbidden) GetPayload

type DeleteHardwareBrandGatewayTimeout

type DeleteHardwareBrandGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteHardwareBrandGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewDeleteHardwareBrandGatewayTimeout

func NewDeleteHardwareBrandGatewayTimeout() *DeleteHardwareBrandGatewayTimeout

NewDeleteHardwareBrandGatewayTimeout creates a DeleteHardwareBrandGatewayTimeout with default headers values

func (*DeleteHardwareBrandGatewayTimeout) Error

func (*DeleteHardwareBrandGatewayTimeout) GetPayload

type DeleteHardwareBrandInternalServerError

type DeleteHardwareBrandInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteHardwareBrandInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewDeleteHardwareBrandInternalServerError

func NewDeleteHardwareBrandInternalServerError() *DeleteHardwareBrandInternalServerError

NewDeleteHardwareBrandInternalServerError creates a DeleteHardwareBrandInternalServerError with default headers values

func (*DeleteHardwareBrandInternalServerError) Error

func (*DeleteHardwareBrandInternalServerError) GetPayload

type DeleteHardwareBrandNotFound

type DeleteHardwareBrandNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteHardwareBrandNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewDeleteHardwareBrandNotFound

func NewDeleteHardwareBrandNotFound() *DeleteHardwareBrandNotFound

NewDeleteHardwareBrandNotFound creates a DeleteHardwareBrandNotFound with default headers values

func (*DeleteHardwareBrandNotFound) Error

func (*DeleteHardwareBrandNotFound) GetPayload

type DeleteHardwareBrandOK

type DeleteHardwareBrandOK struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteHardwareBrandOK describes a response with status code 200, with default header values.

A successful response.

func NewDeleteHardwareBrandOK

func NewDeleteHardwareBrandOK() *DeleteHardwareBrandOK

NewDeleteHardwareBrandOK creates a DeleteHardwareBrandOK with default headers values

func (*DeleteHardwareBrandOK) Error

func (o *DeleteHardwareBrandOK) Error() string

func (*DeleteHardwareBrandOK) GetPayload

type DeleteHardwareBrandParams

type DeleteHardwareBrandParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* EnterpriseID.

	   deprecated field: EnterpriseId
	*/
	EnterpriseID *string

	/* ID.

	   System defined universally unique Id of the model.
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteHardwareBrandParams contains all the parameters to send to the API endpoint

for the delete hardware brand operation.

Typically these are written to a http.Request.

func NewDeleteHardwareBrandParams

func NewDeleteHardwareBrandParams() *DeleteHardwareBrandParams

NewDeleteHardwareBrandParams creates a new DeleteHardwareBrandParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteHardwareBrandParamsWithContext

func NewDeleteHardwareBrandParamsWithContext(ctx context.Context) *DeleteHardwareBrandParams

NewDeleteHardwareBrandParamsWithContext creates a new DeleteHardwareBrandParams object with the ability to set a context for a request.

func NewDeleteHardwareBrandParamsWithHTTPClient

func NewDeleteHardwareBrandParamsWithHTTPClient(client *http.Client) *DeleteHardwareBrandParams

NewDeleteHardwareBrandParamsWithHTTPClient creates a new DeleteHardwareBrandParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteHardwareBrandParamsWithTimeout

func NewDeleteHardwareBrandParamsWithTimeout(timeout time.Duration) *DeleteHardwareBrandParams

NewDeleteHardwareBrandParamsWithTimeout creates a new DeleteHardwareBrandParams object with the ability to set a timeout on a request.

func (*DeleteHardwareBrandParams) SetContext

func (o *DeleteHardwareBrandParams) SetContext(ctx context.Context)

SetContext adds the context to the delete hardware brand params

func (*DeleteHardwareBrandParams) SetDefaults

func (o *DeleteHardwareBrandParams) SetDefaults()

SetDefaults hydrates default values in the delete hardware brand params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteHardwareBrandParams) SetEnterpriseID

func (o *DeleteHardwareBrandParams) SetEnterpriseID(enterpriseID *string)

SetEnterpriseID adds the enterpriseId to the delete hardware brand params

func (*DeleteHardwareBrandParams) SetHTTPClient

func (o *DeleteHardwareBrandParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete hardware brand params

func (*DeleteHardwareBrandParams) SetID

func (o *DeleteHardwareBrandParams) SetID(id string)

SetID adds the id to the delete hardware brand params

func (*DeleteHardwareBrandParams) SetTimeout

func (o *DeleteHardwareBrandParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete hardware brand params

func (*DeleteHardwareBrandParams) SetXRequestID

func (o *DeleteHardwareBrandParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the delete hardware brand params

func (*DeleteHardwareBrandParams) WithContext

WithContext adds the context to the delete hardware brand params

func (*DeleteHardwareBrandParams) WithDefaults

WithDefaults hydrates default values in the delete hardware brand params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteHardwareBrandParams) WithEnterpriseID

func (o *DeleteHardwareBrandParams) WithEnterpriseID(enterpriseID *string) *DeleteHardwareBrandParams

WithEnterpriseID adds the enterpriseID to the delete hardware brand params

func (*DeleteHardwareBrandParams) WithHTTPClient

func (o *DeleteHardwareBrandParams) WithHTTPClient(client *http.Client) *DeleteHardwareBrandParams

WithHTTPClient adds the HTTPClient to the delete hardware brand params

func (*DeleteHardwareBrandParams) WithID

WithID adds the id to the delete hardware brand params

func (*DeleteHardwareBrandParams) WithTimeout

WithTimeout adds the timeout to the delete hardware brand params

func (*DeleteHardwareBrandParams) WithXRequestID

func (o *DeleteHardwareBrandParams) WithXRequestID(xRequestID *string) *DeleteHardwareBrandParams

WithXRequestID adds the xRequestID to the delete hardware brand params

func (*DeleteHardwareBrandParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteHardwareBrandReader

type DeleteHardwareBrandReader struct {
	// contains filtered or unexported fields
}

DeleteHardwareBrandReader is a Reader for the DeleteHardwareBrand structure.

func (*DeleteHardwareBrandReader) ReadResponse

func (o *DeleteHardwareBrandReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteHardwareBrandUnauthorized

type DeleteHardwareBrandUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteHardwareBrandUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewDeleteHardwareBrandUnauthorized

func NewDeleteHardwareBrandUnauthorized() *DeleteHardwareBrandUnauthorized

NewDeleteHardwareBrandUnauthorized creates a DeleteHardwareBrandUnauthorized with default headers values

func (*DeleteHardwareBrandUnauthorized) Error

func (*DeleteHardwareBrandUnauthorized) GetPayload

type DeleteHardwareModelForbidden

type DeleteHardwareModelForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteHardwareModelForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewDeleteHardwareModelForbidden

func NewDeleteHardwareModelForbidden() *DeleteHardwareModelForbidden

NewDeleteHardwareModelForbidden creates a DeleteHardwareModelForbidden with default headers values

func (*DeleteHardwareModelForbidden) Error

func (*DeleteHardwareModelForbidden) GetPayload

type DeleteHardwareModelGatewayTimeout

type DeleteHardwareModelGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteHardwareModelGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewDeleteHardwareModelGatewayTimeout

func NewDeleteHardwareModelGatewayTimeout() *DeleteHardwareModelGatewayTimeout

NewDeleteHardwareModelGatewayTimeout creates a DeleteHardwareModelGatewayTimeout with default headers values

func (*DeleteHardwareModelGatewayTimeout) Error

func (*DeleteHardwareModelGatewayTimeout) GetPayload

type DeleteHardwareModelInternalServerError

type DeleteHardwareModelInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteHardwareModelInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewDeleteHardwareModelInternalServerError

func NewDeleteHardwareModelInternalServerError() *DeleteHardwareModelInternalServerError

NewDeleteHardwareModelInternalServerError creates a DeleteHardwareModelInternalServerError with default headers values

func (*DeleteHardwareModelInternalServerError) Error

func (*DeleteHardwareModelInternalServerError) GetPayload

type DeleteHardwareModelNotFound

type DeleteHardwareModelNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteHardwareModelNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewDeleteHardwareModelNotFound

func NewDeleteHardwareModelNotFound() *DeleteHardwareModelNotFound

NewDeleteHardwareModelNotFound creates a DeleteHardwareModelNotFound with default headers values

func (*DeleteHardwareModelNotFound) Error

func (*DeleteHardwareModelNotFound) GetPayload

type DeleteHardwareModelOK

type DeleteHardwareModelOK struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteHardwareModelOK describes a response with status code 200, with default header values.

A successful response.

func NewDeleteHardwareModelOK

func NewDeleteHardwareModelOK() *DeleteHardwareModelOK

NewDeleteHardwareModelOK creates a DeleteHardwareModelOK with default headers values

func (*DeleteHardwareModelOK) Error

func (o *DeleteHardwareModelOK) Error() string

func (*DeleteHardwareModelOK) GetPayload

type DeleteHardwareModelParams

type DeleteHardwareModelParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* ID.

	   System defined universally unique Id of the  model
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteHardwareModelParams contains all the parameters to send to the API endpoint

for the delete hardware model operation.

Typically these are written to a http.Request.

func NewDeleteHardwareModelParams

func NewDeleteHardwareModelParams() *DeleteHardwareModelParams

NewDeleteHardwareModelParams creates a new DeleteHardwareModelParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteHardwareModelParamsWithContext

func NewDeleteHardwareModelParamsWithContext(ctx context.Context) *DeleteHardwareModelParams

NewDeleteHardwareModelParamsWithContext creates a new DeleteHardwareModelParams object with the ability to set a context for a request.

func NewDeleteHardwareModelParamsWithHTTPClient

func NewDeleteHardwareModelParamsWithHTTPClient(client *http.Client) *DeleteHardwareModelParams

NewDeleteHardwareModelParamsWithHTTPClient creates a new DeleteHardwareModelParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteHardwareModelParamsWithTimeout

func NewDeleteHardwareModelParamsWithTimeout(timeout time.Duration) *DeleteHardwareModelParams

NewDeleteHardwareModelParamsWithTimeout creates a new DeleteHardwareModelParams object with the ability to set a timeout on a request.

func (*DeleteHardwareModelParams) SetContext

func (o *DeleteHardwareModelParams) SetContext(ctx context.Context)

SetContext adds the context to the delete hardware model params

func (*DeleteHardwareModelParams) SetDefaults

func (o *DeleteHardwareModelParams) SetDefaults()

SetDefaults hydrates default values in the delete hardware model params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteHardwareModelParams) SetHTTPClient

func (o *DeleteHardwareModelParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete hardware model params

func (*DeleteHardwareModelParams) SetID

func (o *DeleteHardwareModelParams) SetID(id string)

SetID adds the id to the delete hardware model params

func (*DeleteHardwareModelParams) SetTimeout

func (o *DeleteHardwareModelParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete hardware model params

func (*DeleteHardwareModelParams) SetXRequestID

func (o *DeleteHardwareModelParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the delete hardware model params

func (*DeleteHardwareModelParams) WithContext

WithContext adds the context to the delete hardware model params

func (*DeleteHardwareModelParams) WithDefaults

WithDefaults hydrates default values in the delete hardware model params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteHardwareModelParams) WithHTTPClient

func (o *DeleteHardwareModelParams) WithHTTPClient(client *http.Client) *DeleteHardwareModelParams

WithHTTPClient adds the HTTPClient to the delete hardware model params

func (*DeleteHardwareModelParams) WithID

WithID adds the id to the delete hardware model params

func (*DeleteHardwareModelParams) WithTimeout

WithTimeout adds the timeout to the delete hardware model params

func (*DeleteHardwareModelParams) WithXRequestID

func (o *DeleteHardwareModelParams) WithXRequestID(xRequestID *string) *DeleteHardwareModelParams

WithXRequestID adds the xRequestID to the delete hardware model params

func (*DeleteHardwareModelParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteHardwareModelReader

type DeleteHardwareModelReader struct {
	// contains filtered or unexported fields
}

DeleteHardwareModelReader is a Reader for the DeleteHardwareModel structure.

func (*DeleteHardwareModelReader) ReadResponse

func (o *DeleteHardwareModelReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteHardwareModelUnauthorized

type DeleteHardwareModelUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteHardwareModelUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewDeleteHardwareModelUnauthorized

func NewDeleteHardwareModelUnauthorized() *DeleteHardwareModelUnauthorized

NewDeleteHardwareModelUnauthorized creates a DeleteHardwareModelUnauthorized with default headers values

func (*DeleteHardwareModelUnauthorized) Error

func (*DeleteHardwareModelUnauthorized) GetPayload

type GetDeviceTagsBadRequest

type GetDeviceTagsBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}
GetDeviceTagsBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of invalid value of filter parameters.

func NewGetDeviceTagsBadRequest

func NewGetDeviceTagsBadRequest() *GetDeviceTagsBadRequest

NewGetDeviceTagsBadRequest creates a GetDeviceTagsBadRequest with default headers values

func (*GetDeviceTagsBadRequest) Error

func (o *GetDeviceTagsBadRequest) Error() string

func (*GetDeviceTagsBadRequest) GetPayload

type GetDeviceTagsForbidden

type GetDeviceTagsForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
GetDeviceTagsForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewGetDeviceTagsForbidden

func NewGetDeviceTagsForbidden() *GetDeviceTagsForbidden

NewGetDeviceTagsForbidden creates a GetDeviceTagsForbidden with default headers values

func (*GetDeviceTagsForbidden) Error

func (o *GetDeviceTagsForbidden) Error() string

func (*GetDeviceTagsForbidden) GetPayload

type GetDeviceTagsGatewayTimeout

type GetDeviceTagsGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
GetDeviceTagsGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewGetDeviceTagsGatewayTimeout

func NewGetDeviceTagsGatewayTimeout() *GetDeviceTagsGatewayTimeout

NewGetDeviceTagsGatewayTimeout creates a GetDeviceTagsGatewayTimeout with default headers values

func (*GetDeviceTagsGatewayTimeout) Error

func (*GetDeviceTagsGatewayTimeout) GetPayload

type GetDeviceTagsInternalServerError

type GetDeviceTagsInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
GetDeviceTagsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewGetDeviceTagsInternalServerError

func NewGetDeviceTagsInternalServerError() *GetDeviceTagsInternalServerError

NewGetDeviceTagsInternalServerError creates a GetDeviceTagsInternalServerError with default headers values

func (*GetDeviceTagsInternalServerError) Error

func (*GetDeviceTagsInternalServerError) GetPayload

type GetDeviceTagsOK

type GetDeviceTagsOK struct {
	Payload *swagger_models.ObjectTagsList
}
GetDeviceTagsOK describes a response with status code 200, with default header values.

A successful response.

func NewGetDeviceTagsOK

func NewGetDeviceTagsOK() *GetDeviceTagsOK

NewGetDeviceTagsOK creates a GetDeviceTagsOK with default headers values

func (*GetDeviceTagsOK) Error

func (o *GetDeviceTagsOK) Error() string

func (*GetDeviceTagsOK) GetPayload

type GetDeviceTagsParams

type GetDeviceTagsParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* FilterObjID.

	   Object Id which tags are associated.
	*/
	FilterObjID *string

	/* FilterObjName.

	   Object name which tags are associated.
	*/
	FilterObjName *string

	/* NextOrderBy.

	   OrderBy helps in sorting the list response
	*/
	NextOrderBy *string

	/* NextPageNum.

	   Page Number

	   Format: int64
	*/
	NextPageNum *int64

	/* NextPageSize.

	   Defines the page size

	   Format: int64
	*/
	NextPageSize *int64

	/* NextPageToken.

	   Page Token
	*/
	NextPageToken *string

	/* NextTotalPages.

	   Total number of pages to be fetched.

	   Format: int64
	*/
	NextTotalPages *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeviceTagsParams contains all the parameters to send to the API endpoint

for the get device tags operation.

Typically these are written to a http.Request.

func NewGetDeviceTagsParams

func NewGetDeviceTagsParams() *GetDeviceTagsParams

NewGetDeviceTagsParams creates a new GetDeviceTagsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDeviceTagsParamsWithContext

func NewGetDeviceTagsParamsWithContext(ctx context.Context) *GetDeviceTagsParams

NewGetDeviceTagsParamsWithContext creates a new GetDeviceTagsParams object with the ability to set a context for a request.

func NewGetDeviceTagsParamsWithHTTPClient

func NewGetDeviceTagsParamsWithHTTPClient(client *http.Client) *GetDeviceTagsParams

NewGetDeviceTagsParamsWithHTTPClient creates a new GetDeviceTagsParams object with the ability to set a custom HTTPClient for a request.

func NewGetDeviceTagsParamsWithTimeout

func NewGetDeviceTagsParamsWithTimeout(timeout time.Duration) *GetDeviceTagsParams

NewGetDeviceTagsParamsWithTimeout creates a new GetDeviceTagsParams object with the ability to set a timeout on a request.

func (*GetDeviceTagsParams) SetContext

func (o *GetDeviceTagsParams) SetContext(ctx context.Context)

SetContext adds the context to the get device tags params

func (*GetDeviceTagsParams) SetDefaults

func (o *GetDeviceTagsParams) SetDefaults()

SetDefaults hydrates default values in the get device tags params (not the query body).

All values with no default are reset to their zero value.

func (*GetDeviceTagsParams) SetFilterObjID

func (o *GetDeviceTagsParams) SetFilterObjID(filterObjID *string)

SetFilterObjID adds the filterObjId to the get device tags params

func (*GetDeviceTagsParams) SetFilterObjName

func (o *GetDeviceTagsParams) SetFilterObjName(filterObjName *string)

SetFilterObjName adds the filterObjName to the get device tags params

func (*GetDeviceTagsParams) SetHTTPClient

func (o *GetDeviceTagsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get device tags params

func (*GetDeviceTagsParams) SetNextOrderBy

func (o *GetDeviceTagsParams) SetNextOrderBy(nextOrderBy *string)

SetNextOrderBy adds the nextOrderBy to the get device tags params

func (*GetDeviceTagsParams) SetNextPageNum

func (o *GetDeviceTagsParams) SetNextPageNum(nextPageNum *int64)

SetNextPageNum adds the nextPageNum to the get device tags params

func (*GetDeviceTagsParams) SetNextPageSize

func (o *GetDeviceTagsParams) SetNextPageSize(nextPageSize *int64)

SetNextPageSize adds the nextPageSize to the get device tags params

func (*GetDeviceTagsParams) SetNextPageToken

func (o *GetDeviceTagsParams) SetNextPageToken(nextPageToken *string)

SetNextPageToken adds the nextPageToken to the get device tags params

func (*GetDeviceTagsParams) SetNextTotalPages

func (o *GetDeviceTagsParams) SetNextTotalPages(nextTotalPages *int64)

SetNextTotalPages adds the nextTotalPages to the get device tags params

func (*GetDeviceTagsParams) SetTimeout

func (o *GetDeviceTagsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get device tags params

func (*GetDeviceTagsParams) SetXRequestID

func (o *GetDeviceTagsParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the get device tags params

func (*GetDeviceTagsParams) WithContext

WithContext adds the context to the get device tags params

func (*GetDeviceTagsParams) WithDefaults

func (o *GetDeviceTagsParams) WithDefaults() *GetDeviceTagsParams

WithDefaults hydrates default values in the get device tags params (not the query body).

All values with no default are reset to their zero value.

func (*GetDeviceTagsParams) WithFilterObjID

func (o *GetDeviceTagsParams) WithFilterObjID(filterObjID *string) *GetDeviceTagsParams

WithFilterObjID adds the filterObjID to the get device tags params

func (*GetDeviceTagsParams) WithFilterObjName

func (o *GetDeviceTagsParams) WithFilterObjName(filterObjName *string) *GetDeviceTagsParams

WithFilterObjName adds the filterObjName to the get device tags params

func (*GetDeviceTagsParams) WithHTTPClient

func (o *GetDeviceTagsParams) WithHTTPClient(client *http.Client) *GetDeviceTagsParams

WithHTTPClient adds the HTTPClient to the get device tags params

func (*GetDeviceTagsParams) WithNextOrderBy

func (o *GetDeviceTagsParams) WithNextOrderBy(nextOrderBy *string) *GetDeviceTagsParams

WithNextOrderBy adds the nextOrderBy to the get device tags params

func (*GetDeviceTagsParams) WithNextPageNum

func (o *GetDeviceTagsParams) WithNextPageNum(nextPageNum *int64) *GetDeviceTagsParams

WithNextPageNum adds the nextPageNum to the get device tags params

func (*GetDeviceTagsParams) WithNextPageSize

func (o *GetDeviceTagsParams) WithNextPageSize(nextPageSize *int64) *GetDeviceTagsParams

WithNextPageSize adds the nextPageSize to the get device tags params

func (*GetDeviceTagsParams) WithNextPageToken

func (o *GetDeviceTagsParams) WithNextPageToken(nextPageToken *string) *GetDeviceTagsParams

WithNextPageToken adds the nextPageToken to the get device tags params

func (*GetDeviceTagsParams) WithNextTotalPages

func (o *GetDeviceTagsParams) WithNextTotalPages(nextTotalPages *int64) *GetDeviceTagsParams

WithNextTotalPages adds the nextTotalPages to the get device tags params

func (*GetDeviceTagsParams) WithTimeout

func (o *GetDeviceTagsParams) WithTimeout(timeout time.Duration) *GetDeviceTagsParams

WithTimeout adds the timeout to the get device tags params

func (*GetDeviceTagsParams) WithXRequestID

func (o *GetDeviceTagsParams) WithXRequestID(xRequestID *string) *GetDeviceTagsParams

WithXRequestID adds the xRequestID to the get device tags params

func (*GetDeviceTagsParams) WriteToRequest

func (o *GetDeviceTagsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetDeviceTagsReader

type GetDeviceTagsReader struct {
	// contains filtered or unexported fields
}

GetDeviceTagsReader is a Reader for the GetDeviceTags structure.

func (*GetDeviceTagsReader) ReadResponse

func (o *GetDeviceTagsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeviceTagsUnauthorized

type GetDeviceTagsUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
GetDeviceTagsUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewGetDeviceTagsUnauthorized

func NewGetDeviceTagsUnauthorized() *GetDeviceTagsUnauthorized

NewGetDeviceTagsUnauthorized creates a GetDeviceTagsUnauthorized with default headers values

func (*GetDeviceTagsUnauthorized) Error

func (o *GetDeviceTagsUnauthorized) Error() string

func (*GetDeviceTagsUnauthorized) GetPayload

type GetGlobalHardwareBrandByNameForbidden

type GetGlobalHardwareBrandByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
GetGlobalHardwareBrandByNameForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewGetGlobalHardwareBrandByNameForbidden

func NewGetGlobalHardwareBrandByNameForbidden() *GetGlobalHardwareBrandByNameForbidden

NewGetGlobalHardwareBrandByNameForbidden creates a GetGlobalHardwareBrandByNameForbidden with default headers values

func (*GetGlobalHardwareBrandByNameForbidden) Error

func (*GetGlobalHardwareBrandByNameForbidden) GetPayload

type GetGlobalHardwareBrandByNameGatewayTimeout

type GetGlobalHardwareBrandByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
GetGlobalHardwareBrandByNameGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewGetGlobalHardwareBrandByNameGatewayTimeout

func NewGetGlobalHardwareBrandByNameGatewayTimeout() *GetGlobalHardwareBrandByNameGatewayTimeout

NewGetGlobalHardwareBrandByNameGatewayTimeout creates a GetGlobalHardwareBrandByNameGatewayTimeout with default headers values

func (*GetGlobalHardwareBrandByNameGatewayTimeout) Error

func (*GetGlobalHardwareBrandByNameGatewayTimeout) GetPayload

type GetGlobalHardwareBrandByNameInternalServerError

type GetGlobalHardwareBrandByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
GetGlobalHardwareBrandByNameInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewGetGlobalHardwareBrandByNameInternalServerError

func NewGetGlobalHardwareBrandByNameInternalServerError() *GetGlobalHardwareBrandByNameInternalServerError

NewGetGlobalHardwareBrandByNameInternalServerError creates a GetGlobalHardwareBrandByNameInternalServerError with default headers values

func (*GetGlobalHardwareBrandByNameInternalServerError) Error

func (*GetGlobalHardwareBrandByNameInternalServerError) GetPayload

type GetGlobalHardwareBrandByNameNotFound

type GetGlobalHardwareBrandByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
GetGlobalHardwareBrandByNameNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewGetGlobalHardwareBrandByNameNotFound

func NewGetGlobalHardwareBrandByNameNotFound() *GetGlobalHardwareBrandByNameNotFound

NewGetGlobalHardwareBrandByNameNotFound creates a GetGlobalHardwareBrandByNameNotFound with default headers values

func (*GetGlobalHardwareBrandByNameNotFound) Error

func (*GetGlobalHardwareBrandByNameNotFound) GetPayload

type GetGlobalHardwareBrandByNameOK

type GetGlobalHardwareBrandByNameOK struct {
	Payload *swagger_models.SysBrand
}
GetGlobalHardwareBrandByNameOK describes a response with status code 200, with default header values.

A successful response.

func NewGetGlobalHardwareBrandByNameOK

func NewGetGlobalHardwareBrandByNameOK() *GetGlobalHardwareBrandByNameOK

NewGetGlobalHardwareBrandByNameOK creates a GetGlobalHardwareBrandByNameOK with default headers values

func (*GetGlobalHardwareBrandByNameOK) Error

func (*GetGlobalHardwareBrandByNameOK) GetPayload

type GetGlobalHardwareBrandByNameParams

type GetGlobalHardwareBrandByNameParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* EnterpriseID.

	   deprecated field: EnterpriseId
	*/
	EnterpriseID *string

	/* Name.

	   user defined sys brand name
	*/
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGlobalHardwareBrandByNameParams contains all the parameters to send to the API endpoint

for the get global hardware brand by name operation.

Typically these are written to a http.Request.

func NewGetGlobalHardwareBrandByNameParams

func NewGetGlobalHardwareBrandByNameParams() *GetGlobalHardwareBrandByNameParams

NewGetGlobalHardwareBrandByNameParams creates a new GetGlobalHardwareBrandByNameParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetGlobalHardwareBrandByNameParamsWithContext

func NewGetGlobalHardwareBrandByNameParamsWithContext(ctx context.Context) *GetGlobalHardwareBrandByNameParams

NewGetGlobalHardwareBrandByNameParamsWithContext creates a new GetGlobalHardwareBrandByNameParams object with the ability to set a context for a request.

func NewGetGlobalHardwareBrandByNameParamsWithHTTPClient

func NewGetGlobalHardwareBrandByNameParamsWithHTTPClient(client *http.Client) *GetGlobalHardwareBrandByNameParams

NewGetGlobalHardwareBrandByNameParamsWithHTTPClient creates a new GetGlobalHardwareBrandByNameParams object with the ability to set a custom HTTPClient for a request.

func NewGetGlobalHardwareBrandByNameParamsWithTimeout

func NewGetGlobalHardwareBrandByNameParamsWithTimeout(timeout time.Duration) *GetGlobalHardwareBrandByNameParams

NewGetGlobalHardwareBrandByNameParamsWithTimeout creates a new GetGlobalHardwareBrandByNameParams object with the ability to set a timeout on a request.

func (*GetGlobalHardwareBrandByNameParams) SetContext

SetContext adds the context to the get global hardware brand by name params

func (*GetGlobalHardwareBrandByNameParams) SetDefaults

func (o *GetGlobalHardwareBrandByNameParams) SetDefaults()

SetDefaults hydrates default values in the get global hardware brand by name params (not the query body).

All values with no default are reset to their zero value.

func (*GetGlobalHardwareBrandByNameParams) SetEnterpriseID

func (o *GetGlobalHardwareBrandByNameParams) SetEnterpriseID(enterpriseID *string)

SetEnterpriseID adds the enterpriseId to the get global hardware brand by name params

func (*GetGlobalHardwareBrandByNameParams) SetHTTPClient

func (o *GetGlobalHardwareBrandByNameParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get global hardware brand by name params

func (*GetGlobalHardwareBrandByNameParams) SetName

func (o *GetGlobalHardwareBrandByNameParams) SetName(name string)

SetName adds the name to the get global hardware brand by name params

func (*GetGlobalHardwareBrandByNameParams) SetTimeout

func (o *GetGlobalHardwareBrandByNameParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get global hardware brand by name params

func (*GetGlobalHardwareBrandByNameParams) SetXRequestID

func (o *GetGlobalHardwareBrandByNameParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the get global hardware brand by name params

func (*GetGlobalHardwareBrandByNameParams) WithContext

WithContext adds the context to the get global hardware brand by name params

func (*GetGlobalHardwareBrandByNameParams) WithDefaults

WithDefaults hydrates default values in the get global hardware brand by name params (not the query body).

All values with no default are reset to their zero value.

func (*GetGlobalHardwareBrandByNameParams) WithEnterpriseID

WithEnterpriseID adds the enterpriseID to the get global hardware brand by name params

func (*GetGlobalHardwareBrandByNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get global hardware brand by name params

func (*GetGlobalHardwareBrandByNameParams) WithName

WithName adds the name to the get global hardware brand by name params

func (*GetGlobalHardwareBrandByNameParams) WithTimeout

WithTimeout adds the timeout to the get global hardware brand by name params

func (*GetGlobalHardwareBrandByNameParams) WithXRequestID

WithXRequestID adds the xRequestID to the get global hardware brand by name params

func (*GetGlobalHardwareBrandByNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGlobalHardwareBrandByNameReader

type GetGlobalHardwareBrandByNameReader struct {
	// contains filtered or unexported fields
}

GetGlobalHardwareBrandByNameReader is a Reader for the GetGlobalHardwareBrandByName structure.

func (*GetGlobalHardwareBrandByNameReader) ReadResponse

func (o *GetGlobalHardwareBrandByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGlobalHardwareBrandByNameUnauthorized

type GetGlobalHardwareBrandByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
GetGlobalHardwareBrandByNameUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewGetGlobalHardwareBrandByNameUnauthorized

func NewGetGlobalHardwareBrandByNameUnauthorized() *GetGlobalHardwareBrandByNameUnauthorized

NewGetGlobalHardwareBrandByNameUnauthorized creates a GetGlobalHardwareBrandByNameUnauthorized with default headers values

func (*GetGlobalHardwareBrandByNameUnauthorized) Error

func (*GetGlobalHardwareBrandByNameUnauthorized) GetPayload

type GetGlobalHardwareBrandForbidden

type GetGlobalHardwareBrandForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
GetGlobalHardwareBrandForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewGetGlobalHardwareBrandForbidden

func NewGetGlobalHardwareBrandForbidden() *GetGlobalHardwareBrandForbidden

NewGetGlobalHardwareBrandForbidden creates a GetGlobalHardwareBrandForbidden with default headers values

func (*GetGlobalHardwareBrandForbidden) Error

func (*GetGlobalHardwareBrandForbidden) GetPayload

type GetGlobalHardwareBrandGatewayTimeout

type GetGlobalHardwareBrandGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
GetGlobalHardwareBrandGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewGetGlobalHardwareBrandGatewayTimeout

func NewGetGlobalHardwareBrandGatewayTimeout() *GetGlobalHardwareBrandGatewayTimeout

NewGetGlobalHardwareBrandGatewayTimeout creates a GetGlobalHardwareBrandGatewayTimeout with default headers values

func (*GetGlobalHardwareBrandGatewayTimeout) Error

func (*GetGlobalHardwareBrandGatewayTimeout) GetPayload

type GetGlobalHardwareBrandInternalServerError

type GetGlobalHardwareBrandInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
GetGlobalHardwareBrandInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewGetGlobalHardwareBrandInternalServerError

func NewGetGlobalHardwareBrandInternalServerError() *GetGlobalHardwareBrandInternalServerError

NewGetGlobalHardwareBrandInternalServerError creates a GetGlobalHardwareBrandInternalServerError with default headers values

func (*GetGlobalHardwareBrandInternalServerError) Error

func (*GetGlobalHardwareBrandInternalServerError) GetPayload

type GetGlobalHardwareBrandNotFound

type GetGlobalHardwareBrandNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
GetGlobalHardwareBrandNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewGetGlobalHardwareBrandNotFound

func NewGetGlobalHardwareBrandNotFound() *GetGlobalHardwareBrandNotFound

NewGetGlobalHardwareBrandNotFound creates a GetGlobalHardwareBrandNotFound with default headers values

func (*GetGlobalHardwareBrandNotFound) Error

func (*GetGlobalHardwareBrandNotFound) GetPayload

type GetGlobalHardwareBrandOK

type GetGlobalHardwareBrandOK struct {
	Payload *swagger_models.SysBrand
}
GetGlobalHardwareBrandOK describes a response with status code 200, with default header values.

A successful response.

func NewGetGlobalHardwareBrandOK

func NewGetGlobalHardwareBrandOK() *GetGlobalHardwareBrandOK

NewGetGlobalHardwareBrandOK creates a GetGlobalHardwareBrandOK with default headers values

func (*GetGlobalHardwareBrandOK) Error

func (o *GetGlobalHardwareBrandOK) Error() string

func (*GetGlobalHardwareBrandOK) GetPayload

type GetGlobalHardwareBrandParams

type GetGlobalHardwareBrandParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* EnterpriseID.

	   deprecated field: EnterpriseId
	*/
	EnterpriseID *string

	/* ID.

	   System defined universally unique Id of the model.
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGlobalHardwareBrandParams contains all the parameters to send to the API endpoint

for the get global hardware brand operation.

Typically these are written to a http.Request.

func NewGetGlobalHardwareBrandParams

func NewGetGlobalHardwareBrandParams() *GetGlobalHardwareBrandParams

NewGetGlobalHardwareBrandParams creates a new GetGlobalHardwareBrandParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetGlobalHardwareBrandParamsWithContext

func NewGetGlobalHardwareBrandParamsWithContext(ctx context.Context) *GetGlobalHardwareBrandParams

NewGetGlobalHardwareBrandParamsWithContext creates a new GetGlobalHardwareBrandParams object with the ability to set a context for a request.

func NewGetGlobalHardwareBrandParamsWithHTTPClient

func NewGetGlobalHardwareBrandParamsWithHTTPClient(client *http.Client) *GetGlobalHardwareBrandParams

NewGetGlobalHardwareBrandParamsWithHTTPClient creates a new GetGlobalHardwareBrandParams object with the ability to set a custom HTTPClient for a request.

func NewGetGlobalHardwareBrandParamsWithTimeout

func NewGetGlobalHardwareBrandParamsWithTimeout(timeout time.Duration) *GetGlobalHardwareBrandParams

NewGetGlobalHardwareBrandParamsWithTimeout creates a new GetGlobalHardwareBrandParams object with the ability to set a timeout on a request.

func (*GetGlobalHardwareBrandParams) SetContext

func (o *GetGlobalHardwareBrandParams) SetContext(ctx context.Context)

SetContext adds the context to the get global hardware brand params

func (*GetGlobalHardwareBrandParams) SetDefaults

func (o *GetGlobalHardwareBrandParams) SetDefaults()

SetDefaults hydrates default values in the get global hardware brand params (not the query body).

All values with no default are reset to their zero value.

func (*GetGlobalHardwareBrandParams) SetEnterpriseID

func (o *GetGlobalHardwareBrandParams) SetEnterpriseID(enterpriseID *string)

SetEnterpriseID adds the enterpriseId to the get global hardware brand params

func (*GetGlobalHardwareBrandParams) SetHTTPClient

func (o *GetGlobalHardwareBrandParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get global hardware brand params

func (*GetGlobalHardwareBrandParams) SetID

func (o *GetGlobalHardwareBrandParams) SetID(id string)

SetID adds the id to the get global hardware brand params

func (*GetGlobalHardwareBrandParams) SetTimeout

func (o *GetGlobalHardwareBrandParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get global hardware brand params

func (*GetGlobalHardwareBrandParams) SetXRequestID

func (o *GetGlobalHardwareBrandParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the get global hardware brand params

func (*GetGlobalHardwareBrandParams) WithContext

WithContext adds the context to the get global hardware brand params

func (*GetGlobalHardwareBrandParams) WithDefaults

WithDefaults hydrates default values in the get global hardware brand params (not the query body).

All values with no default are reset to their zero value.

func (*GetGlobalHardwareBrandParams) WithEnterpriseID

func (o *GetGlobalHardwareBrandParams) WithEnterpriseID(enterpriseID *string) *GetGlobalHardwareBrandParams

WithEnterpriseID adds the enterpriseID to the get global hardware brand params

func (*GetGlobalHardwareBrandParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get global hardware brand params

func (*GetGlobalHardwareBrandParams) WithID

WithID adds the id to the get global hardware brand params

func (*GetGlobalHardwareBrandParams) WithTimeout

WithTimeout adds the timeout to the get global hardware brand params

func (*GetGlobalHardwareBrandParams) WithXRequestID

func (o *GetGlobalHardwareBrandParams) WithXRequestID(xRequestID *string) *GetGlobalHardwareBrandParams

WithXRequestID adds the xRequestID to the get global hardware brand params

func (*GetGlobalHardwareBrandParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGlobalHardwareBrandReader

type GetGlobalHardwareBrandReader struct {
	// contains filtered or unexported fields
}

GetGlobalHardwareBrandReader is a Reader for the GetGlobalHardwareBrand structure.

func (*GetGlobalHardwareBrandReader) ReadResponse

func (o *GetGlobalHardwareBrandReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGlobalHardwareBrandUnauthorized

type GetGlobalHardwareBrandUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
GetGlobalHardwareBrandUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewGetGlobalHardwareBrandUnauthorized

func NewGetGlobalHardwareBrandUnauthorized() *GetGlobalHardwareBrandUnauthorized

NewGetGlobalHardwareBrandUnauthorized creates a GetGlobalHardwareBrandUnauthorized with default headers values

func (*GetGlobalHardwareBrandUnauthorized) Error

func (*GetGlobalHardwareBrandUnauthorized) GetPayload

type GetGlobalHardwareModelByNameForbidden

type GetGlobalHardwareModelByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
GetGlobalHardwareModelByNameForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewGetGlobalHardwareModelByNameForbidden

func NewGetGlobalHardwareModelByNameForbidden() *GetGlobalHardwareModelByNameForbidden

NewGetGlobalHardwareModelByNameForbidden creates a GetGlobalHardwareModelByNameForbidden with default headers values

func (*GetGlobalHardwareModelByNameForbidden) Error

func (*GetGlobalHardwareModelByNameForbidden) GetPayload

type GetGlobalHardwareModelByNameGatewayTimeout

type GetGlobalHardwareModelByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
GetGlobalHardwareModelByNameGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewGetGlobalHardwareModelByNameGatewayTimeout

func NewGetGlobalHardwareModelByNameGatewayTimeout() *GetGlobalHardwareModelByNameGatewayTimeout

NewGetGlobalHardwareModelByNameGatewayTimeout creates a GetGlobalHardwareModelByNameGatewayTimeout with default headers values

func (*GetGlobalHardwareModelByNameGatewayTimeout) Error

func (*GetGlobalHardwareModelByNameGatewayTimeout) GetPayload

type GetGlobalHardwareModelByNameInternalServerError

type GetGlobalHardwareModelByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
GetGlobalHardwareModelByNameInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewGetGlobalHardwareModelByNameInternalServerError

func NewGetGlobalHardwareModelByNameInternalServerError() *GetGlobalHardwareModelByNameInternalServerError

NewGetGlobalHardwareModelByNameInternalServerError creates a GetGlobalHardwareModelByNameInternalServerError with default headers values

func (*GetGlobalHardwareModelByNameInternalServerError) Error

func (*GetGlobalHardwareModelByNameInternalServerError) GetPayload

type GetGlobalHardwareModelByNameNotFound

type GetGlobalHardwareModelByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
GetGlobalHardwareModelByNameNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewGetGlobalHardwareModelByNameNotFound

func NewGetGlobalHardwareModelByNameNotFound() *GetGlobalHardwareModelByNameNotFound

NewGetGlobalHardwareModelByNameNotFound creates a GetGlobalHardwareModelByNameNotFound with default headers values

func (*GetGlobalHardwareModelByNameNotFound) Error

func (*GetGlobalHardwareModelByNameNotFound) GetPayload

type GetGlobalHardwareModelByNameOK

type GetGlobalHardwareModelByNameOK struct {
	Payload *swagger_models.SysModel
}
GetGlobalHardwareModelByNameOK describes a response with status code 200, with default header values.

A successful response.

func NewGetGlobalHardwareModelByNameOK

func NewGetGlobalHardwareModelByNameOK() *GetGlobalHardwareModelByNameOK

NewGetGlobalHardwareModelByNameOK creates a GetGlobalHardwareModelByNameOK with default headers values

func (*GetGlobalHardwareModelByNameOK) Error

func (*GetGlobalHardwareModelByNameOK) GetPayload

type GetGlobalHardwareModelByNameParams

type GetGlobalHardwareModelByNameParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* Name.

	   User defined name of the model, unique across the enterprise. Once model is created, name can’t be changed.
	*/
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGlobalHardwareModelByNameParams contains all the parameters to send to the API endpoint

for the get global hardware model by name operation.

Typically these are written to a http.Request.

func NewGetGlobalHardwareModelByNameParams

func NewGetGlobalHardwareModelByNameParams() *GetGlobalHardwareModelByNameParams

NewGetGlobalHardwareModelByNameParams creates a new GetGlobalHardwareModelByNameParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetGlobalHardwareModelByNameParamsWithContext

func NewGetGlobalHardwareModelByNameParamsWithContext(ctx context.Context) *GetGlobalHardwareModelByNameParams

NewGetGlobalHardwareModelByNameParamsWithContext creates a new GetGlobalHardwareModelByNameParams object with the ability to set a context for a request.

func NewGetGlobalHardwareModelByNameParamsWithHTTPClient

func NewGetGlobalHardwareModelByNameParamsWithHTTPClient(client *http.Client) *GetGlobalHardwareModelByNameParams

NewGetGlobalHardwareModelByNameParamsWithHTTPClient creates a new GetGlobalHardwareModelByNameParams object with the ability to set a custom HTTPClient for a request.

func NewGetGlobalHardwareModelByNameParamsWithTimeout

func NewGetGlobalHardwareModelByNameParamsWithTimeout(timeout time.Duration) *GetGlobalHardwareModelByNameParams

NewGetGlobalHardwareModelByNameParamsWithTimeout creates a new GetGlobalHardwareModelByNameParams object with the ability to set a timeout on a request.

func (*GetGlobalHardwareModelByNameParams) SetContext

SetContext adds the context to the get global hardware model by name params

func (*GetGlobalHardwareModelByNameParams) SetDefaults

func (o *GetGlobalHardwareModelByNameParams) SetDefaults()

SetDefaults hydrates default values in the get global hardware model by name params (not the query body).

All values with no default are reset to their zero value.

func (*GetGlobalHardwareModelByNameParams) SetHTTPClient

func (o *GetGlobalHardwareModelByNameParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get global hardware model by name params

func (*GetGlobalHardwareModelByNameParams) SetName

func (o *GetGlobalHardwareModelByNameParams) SetName(name string)

SetName adds the name to the get global hardware model by name params

func (*GetGlobalHardwareModelByNameParams) SetTimeout

func (o *GetGlobalHardwareModelByNameParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get global hardware model by name params

func (*GetGlobalHardwareModelByNameParams) SetXRequestID

func (o *GetGlobalHardwareModelByNameParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the get global hardware model by name params

func (*GetGlobalHardwareModelByNameParams) WithContext

WithContext adds the context to the get global hardware model by name params

func (*GetGlobalHardwareModelByNameParams) WithDefaults

WithDefaults hydrates default values in the get global hardware model by name params (not the query body).

All values with no default are reset to their zero value.

func (*GetGlobalHardwareModelByNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get global hardware model by name params

func (*GetGlobalHardwareModelByNameParams) WithName

WithName adds the name to the get global hardware model by name params

func (*GetGlobalHardwareModelByNameParams) WithTimeout

WithTimeout adds the timeout to the get global hardware model by name params

func (*GetGlobalHardwareModelByNameParams) WithXRequestID

WithXRequestID adds the xRequestID to the get global hardware model by name params

func (*GetGlobalHardwareModelByNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGlobalHardwareModelByNameReader

type GetGlobalHardwareModelByNameReader struct {
	// contains filtered or unexported fields
}

GetGlobalHardwareModelByNameReader is a Reader for the GetGlobalHardwareModelByName structure.

func (*GetGlobalHardwareModelByNameReader) ReadResponse

func (o *GetGlobalHardwareModelByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGlobalHardwareModelByNameUnauthorized

type GetGlobalHardwareModelByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
GetGlobalHardwareModelByNameUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewGetGlobalHardwareModelByNameUnauthorized

func NewGetGlobalHardwareModelByNameUnauthorized() *GetGlobalHardwareModelByNameUnauthorized

NewGetGlobalHardwareModelByNameUnauthorized creates a GetGlobalHardwareModelByNameUnauthorized with default headers values

func (*GetGlobalHardwareModelByNameUnauthorized) Error

func (*GetGlobalHardwareModelByNameUnauthorized) GetPayload

type GetGlobalHardwareModelForbidden

type GetGlobalHardwareModelForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
GetGlobalHardwareModelForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewGetGlobalHardwareModelForbidden

func NewGetGlobalHardwareModelForbidden() *GetGlobalHardwareModelForbidden

NewGetGlobalHardwareModelForbidden creates a GetGlobalHardwareModelForbidden with default headers values

func (*GetGlobalHardwareModelForbidden) Error

func (*GetGlobalHardwareModelForbidden) GetPayload

type GetGlobalHardwareModelGatewayTimeout

type GetGlobalHardwareModelGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
GetGlobalHardwareModelGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewGetGlobalHardwareModelGatewayTimeout

func NewGetGlobalHardwareModelGatewayTimeout() *GetGlobalHardwareModelGatewayTimeout

NewGetGlobalHardwareModelGatewayTimeout creates a GetGlobalHardwareModelGatewayTimeout with default headers values

func (*GetGlobalHardwareModelGatewayTimeout) Error

func (*GetGlobalHardwareModelGatewayTimeout) GetPayload

type GetGlobalHardwareModelInternalServerError

type GetGlobalHardwareModelInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
GetGlobalHardwareModelInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewGetGlobalHardwareModelInternalServerError

func NewGetGlobalHardwareModelInternalServerError() *GetGlobalHardwareModelInternalServerError

NewGetGlobalHardwareModelInternalServerError creates a GetGlobalHardwareModelInternalServerError with default headers values

func (*GetGlobalHardwareModelInternalServerError) Error

func (*GetGlobalHardwareModelInternalServerError) GetPayload

type GetGlobalHardwareModelNotFound

type GetGlobalHardwareModelNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
GetGlobalHardwareModelNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewGetGlobalHardwareModelNotFound

func NewGetGlobalHardwareModelNotFound() *GetGlobalHardwareModelNotFound

NewGetGlobalHardwareModelNotFound creates a GetGlobalHardwareModelNotFound with default headers values

func (*GetGlobalHardwareModelNotFound) Error

func (*GetGlobalHardwareModelNotFound) GetPayload

type GetGlobalHardwareModelOK

type GetGlobalHardwareModelOK struct {
	Payload *swagger_models.SysModel
}
GetGlobalHardwareModelOK describes a response with status code 200, with default header values.

A successful response.

func NewGetGlobalHardwareModelOK

func NewGetGlobalHardwareModelOK() *GetGlobalHardwareModelOK

NewGetGlobalHardwareModelOK creates a GetGlobalHardwareModelOK with default headers values

func (*GetGlobalHardwareModelOK) Error

func (o *GetGlobalHardwareModelOK) Error() string

func (*GetGlobalHardwareModelOK) GetPayload

type GetGlobalHardwareModelParams

type GetGlobalHardwareModelParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* ID.

	   System defined universally unique Id of the  model
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetGlobalHardwareModelParams contains all the parameters to send to the API endpoint

for the get global hardware model operation.

Typically these are written to a http.Request.

func NewGetGlobalHardwareModelParams

func NewGetGlobalHardwareModelParams() *GetGlobalHardwareModelParams

NewGetGlobalHardwareModelParams creates a new GetGlobalHardwareModelParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetGlobalHardwareModelParamsWithContext

func NewGetGlobalHardwareModelParamsWithContext(ctx context.Context) *GetGlobalHardwareModelParams

NewGetGlobalHardwareModelParamsWithContext creates a new GetGlobalHardwareModelParams object with the ability to set a context for a request.

func NewGetGlobalHardwareModelParamsWithHTTPClient

func NewGetGlobalHardwareModelParamsWithHTTPClient(client *http.Client) *GetGlobalHardwareModelParams

NewGetGlobalHardwareModelParamsWithHTTPClient creates a new GetGlobalHardwareModelParams object with the ability to set a custom HTTPClient for a request.

func NewGetGlobalHardwareModelParamsWithTimeout

func NewGetGlobalHardwareModelParamsWithTimeout(timeout time.Duration) *GetGlobalHardwareModelParams

NewGetGlobalHardwareModelParamsWithTimeout creates a new GetGlobalHardwareModelParams object with the ability to set a timeout on a request.

func (*GetGlobalHardwareModelParams) SetContext

func (o *GetGlobalHardwareModelParams) SetContext(ctx context.Context)

SetContext adds the context to the get global hardware model params

func (*GetGlobalHardwareModelParams) SetDefaults

func (o *GetGlobalHardwareModelParams) SetDefaults()

SetDefaults hydrates default values in the get global hardware model params (not the query body).

All values with no default are reset to their zero value.

func (*GetGlobalHardwareModelParams) SetHTTPClient

func (o *GetGlobalHardwareModelParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get global hardware model params

func (*GetGlobalHardwareModelParams) SetID

func (o *GetGlobalHardwareModelParams) SetID(id string)

SetID adds the id to the get global hardware model params

func (*GetGlobalHardwareModelParams) SetTimeout

func (o *GetGlobalHardwareModelParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get global hardware model params

func (*GetGlobalHardwareModelParams) SetXRequestID

func (o *GetGlobalHardwareModelParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the get global hardware model params

func (*GetGlobalHardwareModelParams) WithContext

WithContext adds the context to the get global hardware model params

func (*GetGlobalHardwareModelParams) WithDefaults

WithDefaults hydrates default values in the get global hardware model params (not the query body).

All values with no default are reset to their zero value.

func (*GetGlobalHardwareModelParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get global hardware model params

func (*GetGlobalHardwareModelParams) WithID

WithID adds the id to the get global hardware model params

func (*GetGlobalHardwareModelParams) WithTimeout

WithTimeout adds the timeout to the get global hardware model params

func (*GetGlobalHardwareModelParams) WithXRequestID

func (o *GetGlobalHardwareModelParams) WithXRequestID(xRequestID *string) *GetGlobalHardwareModelParams

WithXRequestID adds the xRequestID to the get global hardware model params

func (*GetGlobalHardwareModelParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGlobalHardwareModelReader

type GetGlobalHardwareModelReader struct {
	// contains filtered or unexported fields
}

GetGlobalHardwareModelReader is a Reader for the GetGlobalHardwareModel structure.

func (*GetGlobalHardwareModelReader) ReadResponse

func (o *GetGlobalHardwareModelReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGlobalHardwareModelUnauthorized

type GetGlobalHardwareModelUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
GetGlobalHardwareModelUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewGetGlobalHardwareModelUnauthorized

func NewGetGlobalHardwareModelUnauthorized() *GetGlobalHardwareModelUnauthorized

NewGetGlobalHardwareModelUnauthorized creates a GetGlobalHardwareModelUnauthorized with default headers values

func (*GetGlobalHardwareModelUnauthorized) Error

func (*GetGlobalHardwareModelUnauthorized) GetPayload

type GetHardwareBrandByNameForbidden

type GetHardwareBrandByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
GetHardwareBrandByNameForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewGetHardwareBrandByNameForbidden

func NewGetHardwareBrandByNameForbidden() *GetHardwareBrandByNameForbidden

NewGetHardwareBrandByNameForbidden creates a GetHardwareBrandByNameForbidden with default headers values

func (*GetHardwareBrandByNameForbidden) Error

func (*GetHardwareBrandByNameForbidden) GetPayload

type GetHardwareBrandByNameGatewayTimeout

type GetHardwareBrandByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
GetHardwareBrandByNameGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewGetHardwareBrandByNameGatewayTimeout

func NewGetHardwareBrandByNameGatewayTimeout() *GetHardwareBrandByNameGatewayTimeout

NewGetHardwareBrandByNameGatewayTimeout creates a GetHardwareBrandByNameGatewayTimeout with default headers values

func (*GetHardwareBrandByNameGatewayTimeout) Error

func (*GetHardwareBrandByNameGatewayTimeout) GetPayload

type GetHardwareBrandByNameInternalServerError

type GetHardwareBrandByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
GetHardwareBrandByNameInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewGetHardwareBrandByNameInternalServerError

func NewGetHardwareBrandByNameInternalServerError() *GetHardwareBrandByNameInternalServerError

NewGetHardwareBrandByNameInternalServerError creates a GetHardwareBrandByNameInternalServerError with default headers values

func (*GetHardwareBrandByNameInternalServerError) Error

func (*GetHardwareBrandByNameInternalServerError) GetPayload

type GetHardwareBrandByNameNotFound

type GetHardwareBrandByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
GetHardwareBrandByNameNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewGetHardwareBrandByNameNotFound

func NewGetHardwareBrandByNameNotFound() *GetHardwareBrandByNameNotFound

NewGetHardwareBrandByNameNotFound creates a GetHardwareBrandByNameNotFound with default headers values

func (*GetHardwareBrandByNameNotFound) Error

func (*GetHardwareBrandByNameNotFound) GetPayload

type GetHardwareBrandByNameOK

type GetHardwareBrandByNameOK struct {
	Payload *swagger_models.SysBrand
}
GetHardwareBrandByNameOK describes a response with status code 200, with default header values.

A successful response.

func NewGetHardwareBrandByNameOK

func NewGetHardwareBrandByNameOK() *GetHardwareBrandByNameOK

NewGetHardwareBrandByNameOK creates a GetHardwareBrandByNameOK with default headers values

func (*GetHardwareBrandByNameOK) Error

func (o *GetHardwareBrandByNameOK) Error() string

func (*GetHardwareBrandByNameOK) GetPayload

type GetHardwareBrandByNameParams

type GetHardwareBrandByNameParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* EnterpriseID.

	   deprecated field: EnterpriseId
	*/
	EnterpriseID *string

	/* Name.

	   user defined sys brand name
	*/
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetHardwareBrandByNameParams contains all the parameters to send to the API endpoint

for the get hardware brand by name operation.

Typically these are written to a http.Request.

func NewGetHardwareBrandByNameParams

func NewGetHardwareBrandByNameParams() *GetHardwareBrandByNameParams

NewGetHardwareBrandByNameParams creates a new GetHardwareBrandByNameParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetHardwareBrandByNameParamsWithContext

func NewGetHardwareBrandByNameParamsWithContext(ctx context.Context) *GetHardwareBrandByNameParams

NewGetHardwareBrandByNameParamsWithContext creates a new GetHardwareBrandByNameParams object with the ability to set a context for a request.

func NewGetHardwareBrandByNameParamsWithHTTPClient

func NewGetHardwareBrandByNameParamsWithHTTPClient(client *http.Client) *GetHardwareBrandByNameParams

NewGetHardwareBrandByNameParamsWithHTTPClient creates a new GetHardwareBrandByNameParams object with the ability to set a custom HTTPClient for a request.

func NewGetHardwareBrandByNameParamsWithTimeout

func NewGetHardwareBrandByNameParamsWithTimeout(timeout time.Duration) *GetHardwareBrandByNameParams

NewGetHardwareBrandByNameParamsWithTimeout creates a new GetHardwareBrandByNameParams object with the ability to set a timeout on a request.

func (*GetHardwareBrandByNameParams) SetContext

func (o *GetHardwareBrandByNameParams) SetContext(ctx context.Context)

SetContext adds the context to the get hardware brand by name params

func (*GetHardwareBrandByNameParams) SetDefaults

func (o *GetHardwareBrandByNameParams) SetDefaults()

SetDefaults hydrates default values in the get hardware brand by name params (not the query body).

All values with no default are reset to their zero value.

func (*GetHardwareBrandByNameParams) SetEnterpriseID

func (o *GetHardwareBrandByNameParams) SetEnterpriseID(enterpriseID *string)

SetEnterpriseID adds the enterpriseId to the get hardware brand by name params

func (*GetHardwareBrandByNameParams) SetHTTPClient

func (o *GetHardwareBrandByNameParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get hardware brand by name params

func (*GetHardwareBrandByNameParams) SetName

func (o *GetHardwareBrandByNameParams) SetName(name string)

SetName adds the name to the get hardware brand by name params

func (*GetHardwareBrandByNameParams) SetTimeout

func (o *GetHardwareBrandByNameParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get hardware brand by name params

func (*GetHardwareBrandByNameParams) SetXRequestID

func (o *GetHardwareBrandByNameParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the get hardware brand by name params

func (*GetHardwareBrandByNameParams) WithContext

WithContext adds the context to the get hardware brand by name params

func (*GetHardwareBrandByNameParams) WithDefaults

WithDefaults hydrates default values in the get hardware brand by name params (not the query body).

All values with no default are reset to their zero value.

func (*GetHardwareBrandByNameParams) WithEnterpriseID

func (o *GetHardwareBrandByNameParams) WithEnterpriseID(enterpriseID *string) *GetHardwareBrandByNameParams

WithEnterpriseID adds the enterpriseID to the get hardware brand by name params

func (*GetHardwareBrandByNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get hardware brand by name params

func (*GetHardwareBrandByNameParams) WithName

WithName adds the name to the get hardware brand by name params

func (*GetHardwareBrandByNameParams) WithTimeout

WithTimeout adds the timeout to the get hardware brand by name params

func (*GetHardwareBrandByNameParams) WithXRequestID

func (o *GetHardwareBrandByNameParams) WithXRequestID(xRequestID *string) *GetHardwareBrandByNameParams

WithXRequestID adds the xRequestID to the get hardware brand by name params

func (*GetHardwareBrandByNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetHardwareBrandByNameReader

type GetHardwareBrandByNameReader struct {
	// contains filtered or unexported fields
}

GetHardwareBrandByNameReader is a Reader for the GetHardwareBrandByName structure.

func (*GetHardwareBrandByNameReader) ReadResponse

func (o *GetHardwareBrandByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetHardwareBrandByNameUnauthorized

type GetHardwareBrandByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
GetHardwareBrandByNameUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewGetHardwareBrandByNameUnauthorized

func NewGetHardwareBrandByNameUnauthorized() *GetHardwareBrandByNameUnauthorized

NewGetHardwareBrandByNameUnauthorized creates a GetHardwareBrandByNameUnauthorized with default headers values

func (*GetHardwareBrandByNameUnauthorized) Error

func (*GetHardwareBrandByNameUnauthorized) GetPayload

type GetHardwareBrandForbidden

type GetHardwareBrandForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
GetHardwareBrandForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewGetHardwareBrandForbidden

func NewGetHardwareBrandForbidden() *GetHardwareBrandForbidden

NewGetHardwareBrandForbidden creates a GetHardwareBrandForbidden with default headers values

func (*GetHardwareBrandForbidden) Error

func (o *GetHardwareBrandForbidden) Error() string

func (*GetHardwareBrandForbidden) GetPayload

type GetHardwareBrandGatewayTimeout

type GetHardwareBrandGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
GetHardwareBrandGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewGetHardwareBrandGatewayTimeout

func NewGetHardwareBrandGatewayTimeout() *GetHardwareBrandGatewayTimeout

NewGetHardwareBrandGatewayTimeout creates a GetHardwareBrandGatewayTimeout with default headers values

func (*GetHardwareBrandGatewayTimeout) Error

func (*GetHardwareBrandGatewayTimeout) GetPayload

type GetHardwareBrandInternalServerError

type GetHardwareBrandInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
GetHardwareBrandInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewGetHardwareBrandInternalServerError

func NewGetHardwareBrandInternalServerError() *GetHardwareBrandInternalServerError

NewGetHardwareBrandInternalServerError creates a GetHardwareBrandInternalServerError with default headers values

func (*GetHardwareBrandInternalServerError) Error

func (*GetHardwareBrandInternalServerError) GetPayload

type GetHardwareBrandNotFound

type GetHardwareBrandNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
GetHardwareBrandNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewGetHardwareBrandNotFound

func NewGetHardwareBrandNotFound() *GetHardwareBrandNotFound

NewGetHardwareBrandNotFound creates a GetHardwareBrandNotFound with default headers values

func (*GetHardwareBrandNotFound) Error

func (o *GetHardwareBrandNotFound) Error() string

func (*GetHardwareBrandNotFound) GetPayload

type GetHardwareBrandOK

type GetHardwareBrandOK struct {
	Payload *swagger_models.SysBrand
}
GetHardwareBrandOK describes a response with status code 200, with default header values.

A successful response.

func NewGetHardwareBrandOK

func NewGetHardwareBrandOK() *GetHardwareBrandOK

NewGetHardwareBrandOK creates a GetHardwareBrandOK with default headers values

func (*GetHardwareBrandOK) Error

func (o *GetHardwareBrandOK) Error() string

func (*GetHardwareBrandOK) GetPayload

func (o *GetHardwareBrandOK) GetPayload() *swagger_models.SysBrand

type GetHardwareBrandParams

type GetHardwareBrandParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* EnterpriseID.

	   deprecated field: EnterpriseId
	*/
	EnterpriseID *string

	/* ID.

	   System defined universally unique Id of the model.
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetHardwareBrandParams contains all the parameters to send to the API endpoint

for the get hardware brand operation.

Typically these are written to a http.Request.

func NewGetHardwareBrandParams

func NewGetHardwareBrandParams() *GetHardwareBrandParams

NewGetHardwareBrandParams creates a new GetHardwareBrandParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetHardwareBrandParamsWithContext

func NewGetHardwareBrandParamsWithContext(ctx context.Context) *GetHardwareBrandParams

NewGetHardwareBrandParamsWithContext creates a new GetHardwareBrandParams object with the ability to set a context for a request.

func NewGetHardwareBrandParamsWithHTTPClient

func NewGetHardwareBrandParamsWithHTTPClient(client *http.Client) *GetHardwareBrandParams

NewGetHardwareBrandParamsWithHTTPClient creates a new GetHardwareBrandParams object with the ability to set a custom HTTPClient for a request.

func NewGetHardwareBrandParamsWithTimeout

func NewGetHardwareBrandParamsWithTimeout(timeout time.Duration) *GetHardwareBrandParams

NewGetHardwareBrandParamsWithTimeout creates a new GetHardwareBrandParams object with the ability to set a timeout on a request.

func (*GetHardwareBrandParams) SetContext

func (o *GetHardwareBrandParams) SetContext(ctx context.Context)

SetContext adds the context to the get hardware brand params

func (*GetHardwareBrandParams) SetDefaults

func (o *GetHardwareBrandParams) SetDefaults()

SetDefaults hydrates default values in the get hardware brand params (not the query body).

All values with no default are reset to their zero value.

func (*GetHardwareBrandParams) SetEnterpriseID

func (o *GetHardwareBrandParams) SetEnterpriseID(enterpriseID *string)

SetEnterpriseID adds the enterpriseId to the get hardware brand params

func (*GetHardwareBrandParams) SetHTTPClient

func (o *GetHardwareBrandParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get hardware brand params

func (*GetHardwareBrandParams) SetID

func (o *GetHardwareBrandParams) SetID(id string)

SetID adds the id to the get hardware brand params

func (*GetHardwareBrandParams) SetTimeout

func (o *GetHardwareBrandParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get hardware brand params

func (*GetHardwareBrandParams) SetXRequestID

func (o *GetHardwareBrandParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the get hardware brand params

func (*GetHardwareBrandParams) WithContext

WithContext adds the context to the get hardware brand params

func (*GetHardwareBrandParams) WithDefaults

WithDefaults hydrates default values in the get hardware brand params (not the query body).

All values with no default are reset to their zero value.

func (*GetHardwareBrandParams) WithEnterpriseID

func (o *GetHardwareBrandParams) WithEnterpriseID(enterpriseID *string) *GetHardwareBrandParams

WithEnterpriseID adds the enterpriseID to the get hardware brand params

func (*GetHardwareBrandParams) WithHTTPClient

func (o *GetHardwareBrandParams) WithHTTPClient(client *http.Client) *GetHardwareBrandParams

WithHTTPClient adds the HTTPClient to the get hardware brand params

func (*GetHardwareBrandParams) WithID

WithID adds the id to the get hardware brand params

func (*GetHardwareBrandParams) WithTimeout

WithTimeout adds the timeout to the get hardware brand params

func (*GetHardwareBrandParams) WithXRequestID

func (o *GetHardwareBrandParams) WithXRequestID(xRequestID *string) *GetHardwareBrandParams

WithXRequestID adds the xRequestID to the get hardware brand params

func (*GetHardwareBrandParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetHardwareBrandReader

type GetHardwareBrandReader struct {
	// contains filtered or unexported fields
}

GetHardwareBrandReader is a Reader for the GetHardwareBrand structure.

func (*GetHardwareBrandReader) ReadResponse

func (o *GetHardwareBrandReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetHardwareBrandUnauthorized

type GetHardwareBrandUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
GetHardwareBrandUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewGetHardwareBrandUnauthorized

func NewGetHardwareBrandUnauthorized() *GetHardwareBrandUnauthorized

NewGetHardwareBrandUnauthorized creates a GetHardwareBrandUnauthorized with default headers values

func (*GetHardwareBrandUnauthorized) Error

func (*GetHardwareBrandUnauthorized) GetPayload

type GetHardwareModelByNameForbidden

type GetHardwareModelByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
GetHardwareModelByNameForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewGetHardwareModelByNameForbidden

func NewGetHardwareModelByNameForbidden() *GetHardwareModelByNameForbidden

NewGetHardwareModelByNameForbidden creates a GetHardwareModelByNameForbidden with default headers values

func (*GetHardwareModelByNameForbidden) Error

func (*GetHardwareModelByNameForbidden) GetPayload

type GetHardwareModelByNameGatewayTimeout

type GetHardwareModelByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
GetHardwareModelByNameGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewGetHardwareModelByNameGatewayTimeout

func NewGetHardwareModelByNameGatewayTimeout() *GetHardwareModelByNameGatewayTimeout

NewGetHardwareModelByNameGatewayTimeout creates a GetHardwareModelByNameGatewayTimeout with default headers values

func (*GetHardwareModelByNameGatewayTimeout) Error

func (*GetHardwareModelByNameGatewayTimeout) GetPayload

type GetHardwareModelByNameInternalServerError

type GetHardwareModelByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
GetHardwareModelByNameInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewGetHardwareModelByNameInternalServerError

func NewGetHardwareModelByNameInternalServerError() *GetHardwareModelByNameInternalServerError

NewGetHardwareModelByNameInternalServerError creates a GetHardwareModelByNameInternalServerError with default headers values

func (*GetHardwareModelByNameInternalServerError) Error

func (*GetHardwareModelByNameInternalServerError) GetPayload

type GetHardwareModelByNameNotFound

type GetHardwareModelByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
GetHardwareModelByNameNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewGetHardwareModelByNameNotFound

func NewGetHardwareModelByNameNotFound() *GetHardwareModelByNameNotFound

NewGetHardwareModelByNameNotFound creates a GetHardwareModelByNameNotFound with default headers values

func (*GetHardwareModelByNameNotFound) Error

func (*GetHardwareModelByNameNotFound) GetPayload

type GetHardwareModelByNameOK

type GetHardwareModelByNameOK struct {
	Payload *swagger_models.SysModel
}
GetHardwareModelByNameOK describes a response with status code 200, with default header values.

A successful response.

func NewGetHardwareModelByNameOK

func NewGetHardwareModelByNameOK() *GetHardwareModelByNameOK

NewGetHardwareModelByNameOK creates a GetHardwareModelByNameOK with default headers values

func (*GetHardwareModelByNameOK) Error

func (o *GetHardwareModelByNameOK) Error() string

func (*GetHardwareModelByNameOK) GetPayload

type GetHardwareModelByNameParams

type GetHardwareModelByNameParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* Name.

	   User defined name of the model, unique across the enterprise. Once model is created, name can’t be changed.
	*/
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetHardwareModelByNameParams contains all the parameters to send to the API endpoint

for the get hardware model by name operation.

Typically these are written to a http.Request.

func NewGetHardwareModelByNameParams

func NewGetHardwareModelByNameParams() *GetHardwareModelByNameParams

NewGetHardwareModelByNameParams creates a new GetHardwareModelByNameParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetHardwareModelByNameParamsWithContext

func NewGetHardwareModelByNameParamsWithContext(ctx context.Context) *GetHardwareModelByNameParams

NewGetHardwareModelByNameParamsWithContext creates a new GetHardwareModelByNameParams object with the ability to set a context for a request.

func NewGetHardwareModelByNameParamsWithHTTPClient

func NewGetHardwareModelByNameParamsWithHTTPClient(client *http.Client) *GetHardwareModelByNameParams

NewGetHardwareModelByNameParamsWithHTTPClient creates a new GetHardwareModelByNameParams object with the ability to set a custom HTTPClient for a request.

func NewGetHardwareModelByNameParamsWithTimeout

func NewGetHardwareModelByNameParamsWithTimeout(timeout time.Duration) *GetHardwareModelByNameParams

NewGetHardwareModelByNameParamsWithTimeout creates a new GetHardwareModelByNameParams object with the ability to set a timeout on a request.

func (*GetHardwareModelByNameParams) SetContext

func (o *GetHardwareModelByNameParams) SetContext(ctx context.Context)

SetContext adds the context to the get hardware model by name params

func (*GetHardwareModelByNameParams) SetDefaults

func (o *GetHardwareModelByNameParams) SetDefaults()

SetDefaults hydrates default values in the get hardware model by name params (not the query body).

All values with no default are reset to their zero value.

func (*GetHardwareModelByNameParams) SetHTTPClient

func (o *GetHardwareModelByNameParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get hardware model by name params

func (*GetHardwareModelByNameParams) SetName

func (o *GetHardwareModelByNameParams) SetName(name string)

SetName adds the name to the get hardware model by name params

func (*GetHardwareModelByNameParams) SetTimeout

func (o *GetHardwareModelByNameParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get hardware model by name params

func (*GetHardwareModelByNameParams) SetXRequestID

func (o *GetHardwareModelByNameParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the get hardware model by name params

func (*GetHardwareModelByNameParams) WithContext

WithContext adds the context to the get hardware model by name params

func (*GetHardwareModelByNameParams) WithDefaults

WithDefaults hydrates default values in the get hardware model by name params (not the query body).

All values with no default are reset to their zero value.

func (*GetHardwareModelByNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get hardware model by name params

func (*GetHardwareModelByNameParams) WithName

WithName adds the name to the get hardware model by name params

func (*GetHardwareModelByNameParams) WithTimeout

WithTimeout adds the timeout to the get hardware model by name params

func (*GetHardwareModelByNameParams) WithXRequestID

func (o *GetHardwareModelByNameParams) WithXRequestID(xRequestID *string) *GetHardwareModelByNameParams

WithXRequestID adds the xRequestID to the get hardware model by name params

func (*GetHardwareModelByNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetHardwareModelByNameReader

type GetHardwareModelByNameReader struct {
	// contains filtered or unexported fields
}

GetHardwareModelByNameReader is a Reader for the GetHardwareModelByName structure.

func (*GetHardwareModelByNameReader) ReadResponse

func (o *GetHardwareModelByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetHardwareModelByNameUnauthorized

type GetHardwareModelByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
GetHardwareModelByNameUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewGetHardwareModelByNameUnauthorized

func NewGetHardwareModelByNameUnauthorized() *GetHardwareModelByNameUnauthorized

NewGetHardwareModelByNameUnauthorized creates a GetHardwareModelByNameUnauthorized with default headers values

func (*GetHardwareModelByNameUnauthorized) Error

func (*GetHardwareModelByNameUnauthorized) GetPayload

type GetHardwareModelForbidden

type GetHardwareModelForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
GetHardwareModelForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewGetHardwareModelForbidden

func NewGetHardwareModelForbidden() *GetHardwareModelForbidden

NewGetHardwareModelForbidden creates a GetHardwareModelForbidden with default headers values

func (*GetHardwareModelForbidden) Error

func (o *GetHardwareModelForbidden) Error() string

func (*GetHardwareModelForbidden) GetPayload

type GetHardwareModelGatewayTimeout

type GetHardwareModelGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
GetHardwareModelGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewGetHardwareModelGatewayTimeout

func NewGetHardwareModelGatewayTimeout() *GetHardwareModelGatewayTimeout

NewGetHardwareModelGatewayTimeout creates a GetHardwareModelGatewayTimeout with default headers values

func (*GetHardwareModelGatewayTimeout) Error

func (*GetHardwareModelGatewayTimeout) GetPayload

type GetHardwareModelInternalServerError

type GetHardwareModelInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
GetHardwareModelInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewGetHardwareModelInternalServerError

func NewGetHardwareModelInternalServerError() *GetHardwareModelInternalServerError

NewGetHardwareModelInternalServerError creates a GetHardwareModelInternalServerError with default headers values

func (*GetHardwareModelInternalServerError) Error

func (*GetHardwareModelInternalServerError) GetPayload

type GetHardwareModelNotFound

type GetHardwareModelNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
GetHardwareModelNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewGetHardwareModelNotFound

func NewGetHardwareModelNotFound() *GetHardwareModelNotFound

NewGetHardwareModelNotFound creates a GetHardwareModelNotFound with default headers values

func (*GetHardwareModelNotFound) Error

func (o *GetHardwareModelNotFound) Error() string

func (*GetHardwareModelNotFound) GetPayload

type GetHardwareModelOK

type GetHardwareModelOK struct {
	Payload *swagger_models.SysModel
}
GetHardwareModelOK describes a response with status code 200, with default header values.

A successful response.

func NewGetHardwareModelOK

func NewGetHardwareModelOK() *GetHardwareModelOK

NewGetHardwareModelOK creates a GetHardwareModelOK with default headers values

func (*GetHardwareModelOK) Error

func (o *GetHardwareModelOK) Error() string

func (*GetHardwareModelOK) GetPayload

func (o *GetHardwareModelOK) GetPayload() *swagger_models.SysModel

type GetHardwareModelParams

type GetHardwareModelParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* ID.

	   System defined universally unique Id of the  model
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetHardwareModelParams contains all the parameters to send to the API endpoint

for the get hardware model operation.

Typically these are written to a http.Request.

func NewGetHardwareModelParams

func NewGetHardwareModelParams() *GetHardwareModelParams

NewGetHardwareModelParams creates a new GetHardwareModelParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetHardwareModelParamsWithContext

func NewGetHardwareModelParamsWithContext(ctx context.Context) *GetHardwareModelParams

NewGetHardwareModelParamsWithContext creates a new GetHardwareModelParams object with the ability to set a context for a request.

func NewGetHardwareModelParamsWithHTTPClient

func NewGetHardwareModelParamsWithHTTPClient(client *http.Client) *GetHardwareModelParams

NewGetHardwareModelParamsWithHTTPClient creates a new GetHardwareModelParams object with the ability to set a custom HTTPClient for a request.

func NewGetHardwareModelParamsWithTimeout

func NewGetHardwareModelParamsWithTimeout(timeout time.Duration) *GetHardwareModelParams

NewGetHardwareModelParamsWithTimeout creates a new GetHardwareModelParams object with the ability to set a timeout on a request.

func (*GetHardwareModelParams) SetContext

func (o *GetHardwareModelParams) SetContext(ctx context.Context)

SetContext adds the context to the get hardware model params

func (*GetHardwareModelParams) SetDefaults

func (o *GetHardwareModelParams) SetDefaults()

SetDefaults hydrates default values in the get hardware model params (not the query body).

All values with no default are reset to their zero value.

func (*GetHardwareModelParams) SetHTTPClient

func (o *GetHardwareModelParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get hardware model params

func (*GetHardwareModelParams) SetID

func (o *GetHardwareModelParams) SetID(id string)

SetID adds the id to the get hardware model params

func (*GetHardwareModelParams) SetTimeout

func (o *GetHardwareModelParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get hardware model params

func (*GetHardwareModelParams) SetXRequestID

func (o *GetHardwareModelParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the get hardware model params

func (*GetHardwareModelParams) WithContext

WithContext adds the context to the get hardware model params

func (*GetHardwareModelParams) WithDefaults

WithDefaults hydrates default values in the get hardware model params (not the query body).

All values with no default are reset to their zero value.

func (*GetHardwareModelParams) WithHTTPClient

func (o *GetHardwareModelParams) WithHTTPClient(client *http.Client) *GetHardwareModelParams

WithHTTPClient adds the HTTPClient to the get hardware model params

func (*GetHardwareModelParams) WithID

WithID adds the id to the get hardware model params

func (*GetHardwareModelParams) WithTimeout

WithTimeout adds the timeout to the get hardware model params

func (*GetHardwareModelParams) WithXRequestID

func (o *GetHardwareModelParams) WithXRequestID(xRequestID *string) *GetHardwareModelParams

WithXRequestID adds the xRequestID to the get hardware model params

func (*GetHardwareModelParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetHardwareModelReader

type GetHardwareModelReader struct {
	// contains filtered or unexported fields
}

GetHardwareModelReader is a Reader for the GetHardwareModel structure.

func (*GetHardwareModelReader) ReadResponse

func (o *GetHardwareModelReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetHardwareModelUnauthorized

type GetHardwareModelUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
GetHardwareModelUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewGetHardwareModelUnauthorized

func NewGetHardwareModelUnauthorized() *GetHardwareModelUnauthorized

NewGetHardwareModelUnauthorized creates a GetHardwareModelUnauthorized with default headers values

func (*GetHardwareModelUnauthorized) Error

func (*GetHardwareModelUnauthorized) GetPayload

type QueryGlobalHardwareBrandsBadRequest

type QueryGlobalHardwareBrandsBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}
QueryGlobalHardwareBrandsBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of invalid value of filter parameters.

func NewQueryGlobalHardwareBrandsBadRequest

func NewQueryGlobalHardwareBrandsBadRequest() *QueryGlobalHardwareBrandsBadRequest

NewQueryGlobalHardwareBrandsBadRequest creates a QueryGlobalHardwareBrandsBadRequest with default headers values

func (*QueryGlobalHardwareBrandsBadRequest) Error

func (*QueryGlobalHardwareBrandsBadRequest) GetPayload

type QueryGlobalHardwareBrandsForbidden

type QueryGlobalHardwareBrandsForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
QueryGlobalHardwareBrandsForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewQueryGlobalHardwareBrandsForbidden

func NewQueryGlobalHardwareBrandsForbidden() *QueryGlobalHardwareBrandsForbidden

NewQueryGlobalHardwareBrandsForbidden creates a QueryGlobalHardwareBrandsForbidden with default headers values

func (*QueryGlobalHardwareBrandsForbidden) Error

func (*QueryGlobalHardwareBrandsForbidden) GetPayload

type QueryGlobalHardwareBrandsGatewayTimeout

type QueryGlobalHardwareBrandsGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
QueryGlobalHardwareBrandsGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewQueryGlobalHardwareBrandsGatewayTimeout

func NewQueryGlobalHardwareBrandsGatewayTimeout() *QueryGlobalHardwareBrandsGatewayTimeout

NewQueryGlobalHardwareBrandsGatewayTimeout creates a QueryGlobalHardwareBrandsGatewayTimeout with default headers values

func (*QueryGlobalHardwareBrandsGatewayTimeout) Error

func (*QueryGlobalHardwareBrandsGatewayTimeout) GetPayload

type QueryGlobalHardwareBrandsInternalServerError

type QueryGlobalHardwareBrandsInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
QueryGlobalHardwareBrandsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewQueryGlobalHardwareBrandsInternalServerError

func NewQueryGlobalHardwareBrandsInternalServerError() *QueryGlobalHardwareBrandsInternalServerError

NewQueryGlobalHardwareBrandsInternalServerError creates a QueryGlobalHardwareBrandsInternalServerError with default headers values

func (*QueryGlobalHardwareBrandsInternalServerError) Error

func (*QueryGlobalHardwareBrandsInternalServerError) GetPayload

type QueryGlobalHardwareBrandsOK

type QueryGlobalHardwareBrandsOK struct {
	Payload *swagger_models.SysBrands
}
QueryGlobalHardwareBrandsOK describes a response with status code 200, with default header values.

A successful response.

func NewQueryGlobalHardwareBrandsOK

func NewQueryGlobalHardwareBrandsOK() *QueryGlobalHardwareBrandsOK

NewQueryGlobalHardwareBrandsOK creates a QueryGlobalHardwareBrandsOK with default headers values

func (*QueryGlobalHardwareBrandsOK) Error

func (*QueryGlobalHardwareBrandsOK) GetPayload

type QueryGlobalHardwareBrandsParams

type QueryGlobalHardwareBrandsParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* EnterpriseID.

	   deprecated field
	*/
	EnterpriseID *string

	/* FilterNamePattern.

	   Brand name pattern to be matched.
	*/
	FilterNamePattern *string

	/* FilterOriginType.

	     origin of object

	 - ORIGIN_UNSPECIFIED: default options, which says no Operation/Invalid Operation
	 - ORIGIN_IMPORTED: Object imported from global enterprise.
	 - ORIGIN_LOCAL: Objectl created locally.
	 - ORIGIN_GLOBAL: Object created in global store,
	to use this type user should have root previlage.

	     Default: "ORIGIN_UNSPECIFIED"
	*/
	FilterOriginType *string

	/* NextOrderBy.

	   OrderBy helps in sorting the list response
	*/
	NextOrderBy *string

	/* NextPageNum.

	   Page Number

	   Format: int64
	*/
	NextPageNum *int64

	/* NextPageSize.

	   Defines the page size

	   Format: int64
	*/
	NextPageSize *int64

	/* NextPageToken.

	   Page Token
	*/
	NextPageToken *string

	/* NextTotalPages.

	   Total number of pages to be fetched.

	   Format: int64
	*/
	NextTotalPages *int64

	/* Summary.

	   Only summary of the records required

	   Format: boolean
	*/
	Summary *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

QueryGlobalHardwareBrandsParams contains all the parameters to send to the API endpoint

for the query global hardware brands operation.

Typically these are written to a http.Request.

func NewQueryGlobalHardwareBrandsParams

func NewQueryGlobalHardwareBrandsParams() *QueryGlobalHardwareBrandsParams

NewQueryGlobalHardwareBrandsParams creates a new QueryGlobalHardwareBrandsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewQueryGlobalHardwareBrandsParamsWithContext

func NewQueryGlobalHardwareBrandsParamsWithContext(ctx context.Context) *QueryGlobalHardwareBrandsParams

NewQueryGlobalHardwareBrandsParamsWithContext creates a new QueryGlobalHardwareBrandsParams object with the ability to set a context for a request.

func NewQueryGlobalHardwareBrandsParamsWithHTTPClient

func NewQueryGlobalHardwareBrandsParamsWithHTTPClient(client *http.Client) *QueryGlobalHardwareBrandsParams

NewQueryGlobalHardwareBrandsParamsWithHTTPClient creates a new QueryGlobalHardwareBrandsParams object with the ability to set a custom HTTPClient for a request.

func NewQueryGlobalHardwareBrandsParamsWithTimeout

func NewQueryGlobalHardwareBrandsParamsWithTimeout(timeout time.Duration) *QueryGlobalHardwareBrandsParams

NewQueryGlobalHardwareBrandsParamsWithTimeout creates a new QueryGlobalHardwareBrandsParams object with the ability to set a timeout on a request.

func (*QueryGlobalHardwareBrandsParams) SetContext

func (o *QueryGlobalHardwareBrandsParams) SetContext(ctx context.Context)

SetContext adds the context to the query global hardware brands params

func (*QueryGlobalHardwareBrandsParams) SetDefaults

func (o *QueryGlobalHardwareBrandsParams) SetDefaults()

SetDefaults hydrates default values in the query global hardware brands params (not the query body).

All values with no default are reset to their zero value.

func (*QueryGlobalHardwareBrandsParams) SetEnterpriseID

func (o *QueryGlobalHardwareBrandsParams) SetEnterpriseID(enterpriseID *string)

SetEnterpriseID adds the enterpriseId to the query global hardware brands params

func (*QueryGlobalHardwareBrandsParams) SetFilterNamePattern

func (o *QueryGlobalHardwareBrandsParams) SetFilterNamePattern(filterNamePattern *string)

SetFilterNamePattern adds the filterNamePattern to the query global hardware brands params

func (*QueryGlobalHardwareBrandsParams) SetFilterOriginType

func (o *QueryGlobalHardwareBrandsParams) SetFilterOriginType(filterOriginType *string)

SetFilterOriginType adds the filterOriginType to the query global hardware brands params

func (*QueryGlobalHardwareBrandsParams) SetHTTPClient

func (o *QueryGlobalHardwareBrandsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the query global hardware brands params

func (*QueryGlobalHardwareBrandsParams) SetNextOrderBy

func (o *QueryGlobalHardwareBrandsParams) SetNextOrderBy(nextOrderBy *string)

SetNextOrderBy adds the nextOrderBy to the query global hardware brands params

func (*QueryGlobalHardwareBrandsParams) SetNextPageNum

func (o *QueryGlobalHardwareBrandsParams) SetNextPageNum(nextPageNum *int64)

SetNextPageNum adds the nextPageNum to the query global hardware brands params

func (*QueryGlobalHardwareBrandsParams) SetNextPageSize

func (o *QueryGlobalHardwareBrandsParams) SetNextPageSize(nextPageSize *int64)

SetNextPageSize adds the nextPageSize to the query global hardware brands params

func (*QueryGlobalHardwareBrandsParams) SetNextPageToken

func (o *QueryGlobalHardwareBrandsParams) SetNextPageToken(nextPageToken *string)

SetNextPageToken adds the nextPageToken to the query global hardware brands params

func (*QueryGlobalHardwareBrandsParams) SetNextTotalPages

func (o *QueryGlobalHardwareBrandsParams) SetNextTotalPages(nextTotalPages *int64)

SetNextTotalPages adds the nextTotalPages to the query global hardware brands params

func (*QueryGlobalHardwareBrandsParams) SetSummary

func (o *QueryGlobalHardwareBrandsParams) SetSummary(summary *bool)

SetSummary adds the summary to the query global hardware brands params

func (*QueryGlobalHardwareBrandsParams) SetTimeout

func (o *QueryGlobalHardwareBrandsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the query global hardware brands params

func (*QueryGlobalHardwareBrandsParams) SetXRequestID

func (o *QueryGlobalHardwareBrandsParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the query global hardware brands params

func (*QueryGlobalHardwareBrandsParams) WithContext

WithContext adds the context to the query global hardware brands params

func (*QueryGlobalHardwareBrandsParams) WithDefaults

WithDefaults hydrates default values in the query global hardware brands params (not the query body).

All values with no default are reset to their zero value.

func (*QueryGlobalHardwareBrandsParams) WithEnterpriseID

func (o *QueryGlobalHardwareBrandsParams) WithEnterpriseID(enterpriseID *string) *QueryGlobalHardwareBrandsParams

WithEnterpriseID adds the enterpriseID to the query global hardware brands params

func (*QueryGlobalHardwareBrandsParams) WithFilterNamePattern

func (o *QueryGlobalHardwareBrandsParams) WithFilterNamePattern(filterNamePattern *string) *QueryGlobalHardwareBrandsParams

WithFilterNamePattern adds the filterNamePattern to the query global hardware brands params

func (*QueryGlobalHardwareBrandsParams) WithFilterOriginType

func (o *QueryGlobalHardwareBrandsParams) WithFilterOriginType(filterOriginType *string) *QueryGlobalHardwareBrandsParams

WithFilterOriginType adds the filterOriginType to the query global hardware brands params

func (*QueryGlobalHardwareBrandsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query global hardware brands params

func (*QueryGlobalHardwareBrandsParams) WithNextOrderBy

WithNextOrderBy adds the nextOrderBy to the query global hardware brands params

func (*QueryGlobalHardwareBrandsParams) WithNextPageNum

func (o *QueryGlobalHardwareBrandsParams) WithNextPageNum(nextPageNum *int64) *QueryGlobalHardwareBrandsParams

WithNextPageNum adds the nextPageNum to the query global hardware brands params

func (*QueryGlobalHardwareBrandsParams) WithNextPageSize

func (o *QueryGlobalHardwareBrandsParams) WithNextPageSize(nextPageSize *int64) *QueryGlobalHardwareBrandsParams

WithNextPageSize adds the nextPageSize to the query global hardware brands params

func (*QueryGlobalHardwareBrandsParams) WithNextPageToken

func (o *QueryGlobalHardwareBrandsParams) WithNextPageToken(nextPageToken *string) *QueryGlobalHardwareBrandsParams

WithNextPageToken adds the nextPageToken to the query global hardware brands params

func (*QueryGlobalHardwareBrandsParams) WithNextTotalPages

func (o *QueryGlobalHardwareBrandsParams) WithNextTotalPages(nextTotalPages *int64) *QueryGlobalHardwareBrandsParams

WithNextTotalPages adds the nextTotalPages to the query global hardware brands params

func (*QueryGlobalHardwareBrandsParams) WithSummary

WithSummary adds the summary to the query global hardware brands params

func (*QueryGlobalHardwareBrandsParams) WithTimeout

WithTimeout adds the timeout to the query global hardware brands params

func (*QueryGlobalHardwareBrandsParams) WithXRequestID

WithXRequestID adds the xRequestID to the query global hardware brands params

func (*QueryGlobalHardwareBrandsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryGlobalHardwareBrandsReader

type QueryGlobalHardwareBrandsReader struct {
	// contains filtered or unexported fields
}

QueryGlobalHardwareBrandsReader is a Reader for the QueryGlobalHardwareBrands structure.

func (*QueryGlobalHardwareBrandsReader) ReadResponse

func (o *QueryGlobalHardwareBrandsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type QueryGlobalHardwareBrandsUnauthorized

type QueryGlobalHardwareBrandsUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
QueryGlobalHardwareBrandsUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewQueryGlobalHardwareBrandsUnauthorized

func NewQueryGlobalHardwareBrandsUnauthorized() *QueryGlobalHardwareBrandsUnauthorized

NewQueryGlobalHardwareBrandsUnauthorized creates a QueryGlobalHardwareBrandsUnauthorized with default headers values

func (*QueryGlobalHardwareBrandsUnauthorized) Error

func (*QueryGlobalHardwareBrandsUnauthorized) GetPayload

type QueryGlobalHardwareModelsBadRequest

type QueryGlobalHardwareModelsBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}
QueryGlobalHardwareModelsBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of invalid value of filter parameters.

func NewQueryGlobalHardwareModelsBadRequest

func NewQueryGlobalHardwareModelsBadRequest() *QueryGlobalHardwareModelsBadRequest

NewQueryGlobalHardwareModelsBadRequest creates a QueryGlobalHardwareModelsBadRequest with default headers values

func (*QueryGlobalHardwareModelsBadRequest) Error

func (*QueryGlobalHardwareModelsBadRequest) GetPayload

type QueryGlobalHardwareModelsForbidden

type QueryGlobalHardwareModelsForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
QueryGlobalHardwareModelsForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewQueryGlobalHardwareModelsForbidden

func NewQueryGlobalHardwareModelsForbidden() *QueryGlobalHardwareModelsForbidden

NewQueryGlobalHardwareModelsForbidden creates a QueryGlobalHardwareModelsForbidden with default headers values

func (*QueryGlobalHardwareModelsForbidden) Error

func (*QueryGlobalHardwareModelsForbidden) GetPayload

type QueryGlobalHardwareModelsGatewayTimeout

type QueryGlobalHardwareModelsGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
QueryGlobalHardwareModelsGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewQueryGlobalHardwareModelsGatewayTimeout

func NewQueryGlobalHardwareModelsGatewayTimeout() *QueryGlobalHardwareModelsGatewayTimeout

NewQueryGlobalHardwareModelsGatewayTimeout creates a QueryGlobalHardwareModelsGatewayTimeout with default headers values

func (*QueryGlobalHardwareModelsGatewayTimeout) Error

func (*QueryGlobalHardwareModelsGatewayTimeout) GetPayload

type QueryGlobalHardwareModelsInternalServerError

type QueryGlobalHardwareModelsInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
QueryGlobalHardwareModelsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewQueryGlobalHardwareModelsInternalServerError

func NewQueryGlobalHardwareModelsInternalServerError() *QueryGlobalHardwareModelsInternalServerError

NewQueryGlobalHardwareModelsInternalServerError creates a QueryGlobalHardwareModelsInternalServerError with default headers values

func (*QueryGlobalHardwareModelsInternalServerError) Error

func (*QueryGlobalHardwareModelsInternalServerError) GetPayload

type QueryGlobalHardwareModelsOK

type QueryGlobalHardwareModelsOK struct {
	Payload *swagger_models.SysModels
}
QueryGlobalHardwareModelsOK describes a response with status code 200, with default header values.

A successful response.

func NewQueryGlobalHardwareModelsOK

func NewQueryGlobalHardwareModelsOK() *QueryGlobalHardwareModelsOK

NewQueryGlobalHardwareModelsOK creates a QueryGlobalHardwareModelsOK with default headers values

func (*QueryGlobalHardwareModelsOK) Error

func (*QueryGlobalHardwareModelsOK) GetPayload

type QueryGlobalHardwareModelsParams

type QueryGlobalHardwareModelsParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* FilterBrandID.

	   System defined universally unique Id of the brand.
	*/
	FilterBrandID *string

	/* FilterNamePattern.

	   Model name pattern to be matched.
	*/
	FilterNamePattern *string

	/* FilterOriginType.

	     origin of object

	 - ORIGIN_UNSPECIFIED: default options, which says no Operation/Invalid Operation
	 - ORIGIN_IMPORTED: Object imported from global enterprise.
	 - ORIGIN_LOCAL: Objectl created locally.
	 - ORIGIN_GLOBAL: Object created in global store,
	to use this type user should have root previlage.

	     Default: "ORIGIN_UNSPECIFIED"
	*/
	FilterOriginType *string

	/* NextOrderBy.

	   OrderBy helps in sorting the list response
	*/
	NextOrderBy *string

	/* NextPageNum.

	   Page Number

	   Format: int64
	*/
	NextPageNum *int64

	/* NextPageSize.

	   Defines the page size

	   Format: int64
	*/
	NextPageSize *int64

	/* NextPageToken.

	   Page Token
	*/
	NextPageToken *string

	/* NextTotalPages.

	   Total number of pages to be fetched.

	   Format: int64
	*/
	NextTotalPages *int64

	/* Summary.

	   Only summary of the records required

	   Format: boolean
	*/
	Summary *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

QueryGlobalHardwareModelsParams contains all the parameters to send to the API endpoint

for the query global hardware models operation.

Typically these are written to a http.Request.

func NewQueryGlobalHardwareModelsParams

func NewQueryGlobalHardwareModelsParams() *QueryGlobalHardwareModelsParams

NewQueryGlobalHardwareModelsParams creates a new QueryGlobalHardwareModelsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewQueryGlobalHardwareModelsParamsWithContext

func NewQueryGlobalHardwareModelsParamsWithContext(ctx context.Context) *QueryGlobalHardwareModelsParams

NewQueryGlobalHardwareModelsParamsWithContext creates a new QueryGlobalHardwareModelsParams object with the ability to set a context for a request.

func NewQueryGlobalHardwareModelsParamsWithHTTPClient

func NewQueryGlobalHardwareModelsParamsWithHTTPClient(client *http.Client) *QueryGlobalHardwareModelsParams

NewQueryGlobalHardwareModelsParamsWithHTTPClient creates a new QueryGlobalHardwareModelsParams object with the ability to set a custom HTTPClient for a request.

func NewQueryGlobalHardwareModelsParamsWithTimeout

func NewQueryGlobalHardwareModelsParamsWithTimeout(timeout time.Duration) *QueryGlobalHardwareModelsParams

NewQueryGlobalHardwareModelsParamsWithTimeout creates a new QueryGlobalHardwareModelsParams object with the ability to set a timeout on a request.

func (*QueryGlobalHardwareModelsParams) SetContext

func (o *QueryGlobalHardwareModelsParams) SetContext(ctx context.Context)

SetContext adds the context to the query global hardware models params

func (*QueryGlobalHardwareModelsParams) SetDefaults

func (o *QueryGlobalHardwareModelsParams) SetDefaults()

SetDefaults hydrates default values in the query global hardware models params (not the query body).

All values with no default are reset to their zero value.

func (*QueryGlobalHardwareModelsParams) SetFilterBrandID

func (o *QueryGlobalHardwareModelsParams) SetFilterBrandID(filterBrandID *string)

SetFilterBrandID adds the filterBrandId to the query global hardware models params

func (*QueryGlobalHardwareModelsParams) SetFilterNamePattern

func (o *QueryGlobalHardwareModelsParams) SetFilterNamePattern(filterNamePattern *string)

SetFilterNamePattern adds the filterNamePattern to the query global hardware models params

func (*QueryGlobalHardwareModelsParams) SetFilterOriginType

func (o *QueryGlobalHardwareModelsParams) SetFilterOriginType(filterOriginType *string)

SetFilterOriginType adds the filterOriginType to the query global hardware models params

func (*QueryGlobalHardwareModelsParams) SetHTTPClient

func (o *QueryGlobalHardwareModelsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the query global hardware models params

func (*QueryGlobalHardwareModelsParams) SetNextOrderBy

func (o *QueryGlobalHardwareModelsParams) SetNextOrderBy(nextOrderBy *string)

SetNextOrderBy adds the nextOrderBy to the query global hardware models params

func (*QueryGlobalHardwareModelsParams) SetNextPageNum

func (o *QueryGlobalHardwareModelsParams) SetNextPageNum(nextPageNum *int64)

SetNextPageNum adds the nextPageNum to the query global hardware models params

func (*QueryGlobalHardwareModelsParams) SetNextPageSize

func (o *QueryGlobalHardwareModelsParams) SetNextPageSize(nextPageSize *int64)

SetNextPageSize adds the nextPageSize to the query global hardware models params

func (*QueryGlobalHardwareModelsParams) SetNextPageToken

func (o *QueryGlobalHardwareModelsParams) SetNextPageToken(nextPageToken *string)

SetNextPageToken adds the nextPageToken to the query global hardware models params

func (*QueryGlobalHardwareModelsParams) SetNextTotalPages

func (o *QueryGlobalHardwareModelsParams) SetNextTotalPages(nextTotalPages *int64)

SetNextTotalPages adds the nextTotalPages to the query global hardware models params

func (*QueryGlobalHardwareModelsParams) SetSummary

func (o *QueryGlobalHardwareModelsParams) SetSummary(summary *bool)

SetSummary adds the summary to the query global hardware models params

func (*QueryGlobalHardwareModelsParams) SetTimeout

func (o *QueryGlobalHardwareModelsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the query global hardware models params

func (*QueryGlobalHardwareModelsParams) SetXRequestID

func (o *QueryGlobalHardwareModelsParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the query global hardware models params

func (*QueryGlobalHardwareModelsParams) WithContext

WithContext adds the context to the query global hardware models params

func (*QueryGlobalHardwareModelsParams) WithDefaults

WithDefaults hydrates default values in the query global hardware models params (not the query body).

All values with no default are reset to their zero value.

func (*QueryGlobalHardwareModelsParams) WithFilterBrandID

func (o *QueryGlobalHardwareModelsParams) WithFilterBrandID(filterBrandID *string) *QueryGlobalHardwareModelsParams

WithFilterBrandID adds the filterBrandID to the query global hardware models params

func (*QueryGlobalHardwareModelsParams) WithFilterNamePattern

func (o *QueryGlobalHardwareModelsParams) WithFilterNamePattern(filterNamePattern *string) *QueryGlobalHardwareModelsParams

WithFilterNamePattern adds the filterNamePattern to the query global hardware models params

func (*QueryGlobalHardwareModelsParams) WithFilterOriginType

func (o *QueryGlobalHardwareModelsParams) WithFilterOriginType(filterOriginType *string) *QueryGlobalHardwareModelsParams

WithFilterOriginType adds the filterOriginType to the query global hardware models params

func (*QueryGlobalHardwareModelsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query global hardware models params

func (*QueryGlobalHardwareModelsParams) WithNextOrderBy

WithNextOrderBy adds the nextOrderBy to the query global hardware models params

func (*QueryGlobalHardwareModelsParams) WithNextPageNum

func (o *QueryGlobalHardwareModelsParams) WithNextPageNum(nextPageNum *int64) *QueryGlobalHardwareModelsParams

WithNextPageNum adds the nextPageNum to the query global hardware models params

func (*QueryGlobalHardwareModelsParams) WithNextPageSize

func (o *QueryGlobalHardwareModelsParams) WithNextPageSize(nextPageSize *int64) *QueryGlobalHardwareModelsParams

WithNextPageSize adds the nextPageSize to the query global hardware models params

func (*QueryGlobalHardwareModelsParams) WithNextPageToken

func (o *QueryGlobalHardwareModelsParams) WithNextPageToken(nextPageToken *string) *QueryGlobalHardwareModelsParams

WithNextPageToken adds the nextPageToken to the query global hardware models params

func (*QueryGlobalHardwareModelsParams) WithNextTotalPages

func (o *QueryGlobalHardwareModelsParams) WithNextTotalPages(nextTotalPages *int64) *QueryGlobalHardwareModelsParams

WithNextTotalPages adds the nextTotalPages to the query global hardware models params

func (*QueryGlobalHardwareModelsParams) WithSummary

WithSummary adds the summary to the query global hardware models params

func (*QueryGlobalHardwareModelsParams) WithTimeout

WithTimeout adds the timeout to the query global hardware models params

func (*QueryGlobalHardwareModelsParams) WithXRequestID

WithXRequestID adds the xRequestID to the query global hardware models params

func (*QueryGlobalHardwareModelsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryGlobalHardwareModelsReader

type QueryGlobalHardwareModelsReader struct {
	// contains filtered or unexported fields
}

QueryGlobalHardwareModelsReader is a Reader for the QueryGlobalHardwareModels structure.

func (*QueryGlobalHardwareModelsReader) ReadResponse

func (o *QueryGlobalHardwareModelsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type QueryGlobalHardwareModelsUnauthorized

type QueryGlobalHardwareModelsUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
QueryGlobalHardwareModelsUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewQueryGlobalHardwareModelsUnauthorized

func NewQueryGlobalHardwareModelsUnauthorized() *QueryGlobalHardwareModelsUnauthorized

NewQueryGlobalHardwareModelsUnauthorized creates a QueryGlobalHardwareModelsUnauthorized with default headers values

func (*QueryGlobalHardwareModelsUnauthorized) Error

func (*QueryGlobalHardwareModelsUnauthorized) GetPayload

type QueryHardwareBrandsBadRequest

type QueryHardwareBrandsBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}
QueryHardwareBrandsBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of invalid value of filter parameters.

func NewQueryHardwareBrandsBadRequest

func NewQueryHardwareBrandsBadRequest() *QueryHardwareBrandsBadRequest

NewQueryHardwareBrandsBadRequest creates a QueryHardwareBrandsBadRequest with default headers values

func (*QueryHardwareBrandsBadRequest) Error

func (*QueryHardwareBrandsBadRequest) GetPayload

type QueryHardwareBrandsForbidden

type QueryHardwareBrandsForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
QueryHardwareBrandsForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewQueryHardwareBrandsForbidden

func NewQueryHardwareBrandsForbidden() *QueryHardwareBrandsForbidden

NewQueryHardwareBrandsForbidden creates a QueryHardwareBrandsForbidden with default headers values

func (*QueryHardwareBrandsForbidden) Error

func (*QueryHardwareBrandsForbidden) GetPayload

type QueryHardwareBrandsGatewayTimeout

type QueryHardwareBrandsGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
QueryHardwareBrandsGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewQueryHardwareBrandsGatewayTimeout

func NewQueryHardwareBrandsGatewayTimeout() *QueryHardwareBrandsGatewayTimeout

NewQueryHardwareBrandsGatewayTimeout creates a QueryHardwareBrandsGatewayTimeout with default headers values

func (*QueryHardwareBrandsGatewayTimeout) Error

func (*QueryHardwareBrandsGatewayTimeout) GetPayload

type QueryHardwareBrandsInternalServerError

type QueryHardwareBrandsInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
QueryHardwareBrandsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewQueryHardwareBrandsInternalServerError

func NewQueryHardwareBrandsInternalServerError() *QueryHardwareBrandsInternalServerError

NewQueryHardwareBrandsInternalServerError creates a QueryHardwareBrandsInternalServerError with default headers values

func (*QueryHardwareBrandsInternalServerError) Error

func (*QueryHardwareBrandsInternalServerError) GetPayload

type QueryHardwareBrandsOK

type QueryHardwareBrandsOK struct {
	Payload *swagger_models.SysBrands
}
QueryHardwareBrandsOK describes a response with status code 200, with default header values.

A successful response.

func NewQueryHardwareBrandsOK

func NewQueryHardwareBrandsOK() *QueryHardwareBrandsOK

NewQueryHardwareBrandsOK creates a QueryHardwareBrandsOK with default headers values

func (*QueryHardwareBrandsOK) Error

func (o *QueryHardwareBrandsOK) Error() string

func (*QueryHardwareBrandsOK) GetPayload

type QueryHardwareBrandsParams

type QueryHardwareBrandsParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* EnterpriseID.

	   deprecated field
	*/
	EnterpriseID *string

	/* FilterNamePattern.

	   Brand name pattern to be matched.
	*/
	FilterNamePattern *string

	/* FilterOriginType.

	     origin of object

	 - ORIGIN_UNSPECIFIED: default options, which says no Operation/Invalid Operation
	 - ORIGIN_IMPORTED: Object imported from global enterprise.
	 - ORIGIN_LOCAL: Objectl created locally.
	 - ORIGIN_GLOBAL: Object created in global store,
	to use this type user should have root previlage.

	     Default: "ORIGIN_UNSPECIFIED"
	*/
	FilterOriginType *string

	/* NextOrderBy.

	   OrderBy helps in sorting the list response
	*/
	NextOrderBy *string

	/* NextPageNum.

	   Page Number

	   Format: int64
	*/
	NextPageNum *int64

	/* NextPageSize.

	   Defines the page size

	   Format: int64
	*/
	NextPageSize *int64

	/* NextPageToken.

	   Page Token
	*/
	NextPageToken *string

	/* NextTotalPages.

	   Total number of pages to be fetched.

	   Format: int64
	*/
	NextTotalPages *int64

	/* Summary.

	   Only summary of the records required

	   Format: boolean
	*/
	Summary *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

QueryHardwareBrandsParams contains all the parameters to send to the API endpoint

for the query hardware brands operation.

Typically these are written to a http.Request.

func NewQueryHardwareBrandsParams

func NewQueryHardwareBrandsParams() *QueryHardwareBrandsParams

NewQueryHardwareBrandsParams creates a new QueryHardwareBrandsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewQueryHardwareBrandsParamsWithContext

func NewQueryHardwareBrandsParamsWithContext(ctx context.Context) *QueryHardwareBrandsParams

NewQueryHardwareBrandsParamsWithContext creates a new QueryHardwareBrandsParams object with the ability to set a context for a request.

func NewQueryHardwareBrandsParamsWithHTTPClient

func NewQueryHardwareBrandsParamsWithHTTPClient(client *http.Client) *QueryHardwareBrandsParams

NewQueryHardwareBrandsParamsWithHTTPClient creates a new QueryHardwareBrandsParams object with the ability to set a custom HTTPClient for a request.

func NewQueryHardwareBrandsParamsWithTimeout

func NewQueryHardwareBrandsParamsWithTimeout(timeout time.Duration) *QueryHardwareBrandsParams

NewQueryHardwareBrandsParamsWithTimeout creates a new QueryHardwareBrandsParams object with the ability to set a timeout on a request.

func (*QueryHardwareBrandsParams) SetContext

func (o *QueryHardwareBrandsParams) SetContext(ctx context.Context)

SetContext adds the context to the query hardware brands params

func (*QueryHardwareBrandsParams) SetDefaults

func (o *QueryHardwareBrandsParams) SetDefaults()

SetDefaults hydrates default values in the query hardware brands params (not the query body).

All values with no default are reset to their zero value.

func (*QueryHardwareBrandsParams) SetEnterpriseID

func (o *QueryHardwareBrandsParams) SetEnterpriseID(enterpriseID *string)

SetEnterpriseID adds the enterpriseId to the query hardware brands params

func (*QueryHardwareBrandsParams) SetFilterNamePattern

func (o *QueryHardwareBrandsParams) SetFilterNamePattern(filterNamePattern *string)

SetFilterNamePattern adds the filterNamePattern to the query hardware brands params

func (*QueryHardwareBrandsParams) SetFilterOriginType

func (o *QueryHardwareBrandsParams) SetFilterOriginType(filterOriginType *string)

SetFilterOriginType adds the filterOriginType to the query hardware brands params

func (*QueryHardwareBrandsParams) SetHTTPClient

func (o *QueryHardwareBrandsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the query hardware brands params

func (*QueryHardwareBrandsParams) SetNextOrderBy

func (o *QueryHardwareBrandsParams) SetNextOrderBy(nextOrderBy *string)

SetNextOrderBy adds the nextOrderBy to the query hardware brands params

func (*QueryHardwareBrandsParams) SetNextPageNum

func (o *QueryHardwareBrandsParams) SetNextPageNum(nextPageNum *int64)

SetNextPageNum adds the nextPageNum to the query hardware brands params

func (*QueryHardwareBrandsParams) SetNextPageSize

func (o *QueryHardwareBrandsParams) SetNextPageSize(nextPageSize *int64)

SetNextPageSize adds the nextPageSize to the query hardware brands params

func (*QueryHardwareBrandsParams) SetNextPageToken

func (o *QueryHardwareBrandsParams) SetNextPageToken(nextPageToken *string)

SetNextPageToken adds the nextPageToken to the query hardware brands params

func (*QueryHardwareBrandsParams) SetNextTotalPages

func (o *QueryHardwareBrandsParams) SetNextTotalPages(nextTotalPages *int64)

SetNextTotalPages adds the nextTotalPages to the query hardware brands params

func (*QueryHardwareBrandsParams) SetSummary

func (o *QueryHardwareBrandsParams) SetSummary(summary *bool)

SetSummary adds the summary to the query hardware brands params

func (*QueryHardwareBrandsParams) SetTimeout

func (o *QueryHardwareBrandsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the query hardware brands params

func (*QueryHardwareBrandsParams) SetXRequestID

func (o *QueryHardwareBrandsParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the query hardware brands params

func (*QueryHardwareBrandsParams) WithContext

WithContext adds the context to the query hardware brands params

func (*QueryHardwareBrandsParams) WithDefaults

WithDefaults hydrates default values in the query hardware brands params (not the query body).

All values with no default are reset to their zero value.

func (*QueryHardwareBrandsParams) WithEnterpriseID

func (o *QueryHardwareBrandsParams) WithEnterpriseID(enterpriseID *string) *QueryHardwareBrandsParams

WithEnterpriseID adds the enterpriseID to the query hardware brands params

func (*QueryHardwareBrandsParams) WithFilterNamePattern

func (o *QueryHardwareBrandsParams) WithFilterNamePattern(filterNamePattern *string) *QueryHardwareBrandsParams

WithFilterNamePattern adds the filterNamePattern to the query hardware brands params

func (*QueryHardwareBrandsParams) WithFilterOriginType

func (o *QueryHardwareBrandsParams) WithFilterOriginType(filterOriginType *string) *QueryHardwareBrandsParams

WithFilterOriginType adds the filterOriginType to the query hardware brands params

func (*QueryHardwareBrandsParams) WithHTTPClient

func (o *QueryHardwareBrandsParams) WithHTTPClient(client *http.Client) *QueryHardwareBrandsParams

WithHTTPClient adds the HTTPClient to the query hardware brands params

func (*QueryHardwareBrandsParams) WithNextOrderBy

func (o *QueryHardwareBrandsParams) WithNextOrderBy(nextOrderBy *string) *QueryHardwareBrandsParams

WithNextOrderBy adds the nextOrderBy to the query hardware brands params

func (*QueryHardwareBrandsParams) WithNextPageNum

func (o *QueryHardwareBrandsParams) WithNextPageNum(nextPageNum *int64) *QueryHardwareBrandsParams

WithNextPageNum adds the nextPageNum to the query hardware brands params

func (*QueryHardwareBrandsParams) WithNextPageSize

func (o *QueryHardwareBrandsParams) WithNextPageSize(nextPageSize *int64) *QueryHardwareBrandsParams

WithNextPageSize adds the nextPageSize to the query hardware brands params

func (*QueryHardwareBrandsParams) WithNextPageToken

func (o *QueryHardwareBrandsParams) WithNextPageToken(nextPageToken *string) *QueryHardwareBrandsParams

WithNextPageToken adds the nextPageToken to the query hardware brands params

func (*QueryHardwareBrandsParams) WithNextTotalPages

func (o *QueryHardwareBrandsParams) WithNextTotalPages(nextTotalPages *int64) *QueryHardwareBrandsParams

WithNextTotalPages adds the nextTotalPages to the query hardware brands params

func (*QueryHardwareBrandsParams) WithSummary

func (o *QueryHardwareBrandsParams) WithSummary(summary *bool) *QueryHardwareBrandsParams

WithSummary adds the summary to the query hardware brands params

func (*QueryHardwareBrandsParams) WithTimeout

WithTimeout adds the timeout to the query hardware brands params

func (*QueryHardwareBrandsParams) WithXRequestID

func (o *QueryHardwareBrandsParams) WithXRequestID(xRequestID *string) *QueryHardwareBrandsParams

WithXRequestID adds the xRequestID to the query hardware brands params

func (*QueryHardwareBrandsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryHardwareBrandsReader

type QueryHardwareBrandsReader struct {
	// contains filtered or unexported fields
}

QueryHardwareBrandsReader is a Reader for the QueryHardwareBrands structure.

func (*QueryHardwareBrandsReader) ReadResponse

func (o *QueryHardwareBrandsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type QueryHardwareBrandsUnauthorized

type QueryHardwareBrandsUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
QueryHardwareBrandsUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewQueryHardwareBrandsUnauthorized

func NewQueryHardwareBrandsUnauthorized() *QueryHardwareBrandsUnauthorized

NewQueryHardwareBrandsUnauthorized creates a QueryHardwareBrandsUnauthorized with default headers values

func (*QueryHardwareBrandsUnauthorized) Error

func (*QueryHardwareBrandsUnauthorized) GetPayload

type QueryHardwareModelsBadRequest

type QueryHardwareModelsBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}
QueryHardwareModelsBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of invalid value of filter parameters.

func NewQueryHardwareModelsBadRequest

func NewQueryHardwareModelsBadRequest() *QueryHardwareModelsBadRequest

NewQueryHardwareModelsBadRequest creates a QueryHardwareModelsBadRequest with default headers values

func (*QueryHardwareModelsBadRequest) Error

func (*QueryHardwareModelsBadRequest) GetPayload

type QueryHardwareModelsForbidden

type QueryHardwareModelsForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
QueryHardwareModelsForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewQueryHardwareModelsForbidden

func NewQueryHardwareModelsForbidden() *QueryHardwareModelsForbidden

NewQueryHardwareModelsForbidden creates a QueryHardwareModelsForbidden with default headers values

func (*QueryHardwareModelsForbidden) Error

func (*QueryHardwareModelsForbidden) GetPayload

type QueryHardwareModelsGatewayTimeout

type QueryHardwareModelsGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
QueryHardwareModelsGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewQueryHardwareModelsGatewayTimeout

func NewQueryHardwareModelsGatewayTimeout() *QueryHardwareModelsGatewayTimeout

NewQueryHardwareModelsGatewayTimeout creates a QueryHardwareModelsGatewayTimeout with default headers values

func (*QueryHardwareModelsGatewayTimeout) Error

func (*QueryHardwareModelsGatewayTimeout) GetPayload

type QueryHardwareModelsInternalServerError

type QueryHardwareModelsInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
QueryHardwareModelsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewQueryHardwareModelsInternalServerError

func NewQueryHardwareModelsInternalServerError() *QueryHardwareModelsInternalServerError

NewQueryHardwareModelsInternalServerError creates a QueryHardwareModelsInternalServerError with default headers values

func (*QueryHardwareModelsInternalServerError) Error

func (*QueryHardwareModelsInternalServerError) GetPayload

type QueryHardwareModelsOK

type QueryHardwareModelsOK struct {
	Payload *swagger_models.SysModels
}
QueryHardwareModelsOK describes a response with status code 200, with default header values.

A successful response.

func NewQueryHardwareModelsOK

func NewQueryHardwareModelsOK() *QueryHardwareModelsOK

NewQueryHardwareModelsOK creates a QueryHardwareModelsOK with default headers values

func (*QueryHardwareModelsOK) Error

func (o *QueryHardwareModelsOK) Error() string

func (*QueryHardwareModelsOK) GetPayload

type QueryHardwareModelsParams

type QueryHardwareModelsParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* FilterBrandID.

	   System defined universally unique Id of the brand.
	*/
	FilterBrandID *string

	/* FilterNamePattern.

	   Model name pattern to be matched.
	*/
	FilterNamePattern *string

	/* FilterOriginType.

	     origin of object

	 - ORIGIN_UNSPECIFIED: default options, which says no Operation/Invalid Operation
	 - ORIGIN_IMPORTED: Object imported from global enterprise.
	 - ORIGIN_LOCAL: Objectl created locally.
	 - ORIGIN_GLOBAL: Object created in global store,
	to use this type user should have root previlage.

	     Default: "ORIGIN_UNSPECIFIED"
	*/
	FilterOriginType *string

	/* NextOrderBy.

	   OrderBy helps in sorting the list response
	*/
	NextOrderBy *string

	/* NextPageNum.

	   Page Number

	   Format: int64
	*/
	NextPageNum *int64

	/* NextPageSize.

	   Defines the page size

	   Format: int64
	*/
	NextPageSize *int64

	/* NextPageToken.

	   Page Token
	*/
	NextPageToken *string

	/* NextTotalPages.

	   Total number of pages to be fetched.

	   Format: int64
	*/
	NextTotalPages *int64

	/* Summary.

	   Only summary of the records required

	   Format: boolean
	*/
	Summary *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

QueryHardwareModelsParams contains all the parameters to send to the API endpoint

for the query hardware models operation.

Typically these are written to a http.Request.

func NewQueryHardwareModelsParams

func NewQueryHardwareModelsParams() *QueryHardwareModelsParams

NewQueryHardwareModelsParams creates a new QueryHardwareModelsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewQueryHardwareModelsParamsWithContext

func NewQueryHardwareModelsParamsWithContext(ctx context.Context) *QueryHardwareModelsParams

NewQueryHardwareModelsParamsWithContext creates a new QueryHardwareModelsParams object with the ability to set a context for a request.

func NewQueryHardwareModelsParamsWithHTTPClient

func NewQueryHardwareModelsParamsWithHTTPClient(client *http.Client) *QueryHardwareModelsParams

NewQueryHardwareModelsParamsWithHTTPClient creates a new QueryHardwareModelsParams object with the ability to set a custom HTTPClient for a request.

func NewQueryHardwareModelsParamsWithTimeout

func NewQueryHardwareModelsParamsWithTimeout(timeout time.Duration) *QueryHardwareModelsParams

NewQueryHardwareModelsParamsWithTimeout creates a new QueryHardwareModelsParams object with the ability to set a timeout on a request.

func (*QueryHardwareModelsParams) SetContext

func (o *QueryHardwareModelsParams) SetContext(ctx context.Context)

SetContext adds the context to the query hardware models params

func (*QueryHardwareModelsParams) SetDefaults

func (o *QueryHardwareModelsParams) SetDefaults()

SetDefaults hydrates default values in the query hardware models params (not the query body).

All values with no default are reset to their zero value.

func (*QueryHardwareModelsParams) SetFilterBrandID

func (o *QueryHardwareModelsParams) SetFilterBrandID(filterBrandID *string)

SetFilterBrandID adds the filterBrandId to the query hardware models params

func (*QueryHardwareModelsParams) SetFilterNamePattern

func (o *QueryHardwareModelsParams) SetFilterNamePattern(filterNamePattern *string)

SetFilterNamePattern adds the filterNamePattern to the query hardware models params

func (*QueryHardwareModelsParams) SetFilterOriginType

func (o *QueryHardwareModelsParams) SetFilterOriginType(filterOriginType *string)

SetFilterOriginType adds the filterOriginType to the query hardware models params

func (*QueryHardwareModelsParams) SetHTTPClient

func (o *QueryHardwareModelsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the query hardware models params

func (*QueryHardwareModelsParams) SetNextOrderBy

func (o *QueryHardwareModelsParams) SetNextOrderBy(nextOrderBy *string)

SetNextOrderBy adds the nextOrderBy to the query hardware models params

func (*QueryHardwareModelsParams) SetNextPageNum

func (o *QueryHardwareModelsParams) SetNextPageNum(nextPageNum *int64)

SetNextPageNum adds the nextPageNum to the query hardware models params

func (*QueryHardwareModelsParams) SetNextPageSize

func (o *QueryHardwareModelsParams) SetNextPageSize(nextPageSize *int64)

SetNextPageSize adds the nextPageSize to the query hardware models params

func (*QueryHardwareModelsParams) SetNextPageToken

func (o *QueryHardwareModelsParams) SetNextPageToken(nextPageToken *string)

SetNextPageToken adds the nextPageToken to the query hardware models params

func (*QueryHardwareModelsParams) SetNextTotalPages

func (o *QueryHardwareModelsParams) SetNextTotalPages(nextTotalPages *int64)

SetNextTotalPages adds the nextTotalPages to the query hardware models params

func (*QueryHardwareModelsParams) SetSummary

func (o *QueryHardwareModelsParams) SetSummary(summary *bool)

SetSummary adds the summary to the query hardware models params

func (*QueryHardwareModelsParams) SetTimeout

func (o *QueryHardwareModelsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the query hardware models params

func (*QueryHardwareModelsParams) SetXRequestID

func (o *QueryHardwareModelsParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the query hardware models params

func (*QueryHardwareModelsParams) WithContext

WithContext adds the context to the query hardware models params

func (*QueryHardwareModelsParams) WithDefaults

WithDefaults hydrates default values in the query hardware models params (not the query body).

All values with no default are reset to their zero value.

func (*QueryHardwareModelsParams) WithFilterBrandID

func (o *QueryHardwareModelsParams) WithFilterBrandID(filterBrandID *string) *QueryHardwareModelsParams

WithFilterBrandID adds the filterBrandID to the query hardware models params

func (*QueryHardwareModelsParams) WithFilterNamePattern

func (o *QueryHardwareModelsParams) WithFilterNamePattern(filterNamePattern *string) *QueryHardwareModelsParams

WithFilterNamePattern adds the filterNamePattern to the query hardware models params

func (*QueryHardwareModelsParams) WithFilterOriginType

func (o *QueryHardwareModelsParams) WithFilterOriginType(filterOriginType *string) *QueryHardwareModelsParams

WithFilterOriginType adds the filterOriginType to the query hardware models params

func (*QueryHardwareModelsParams) WithHTTPClient

func (o *QueryHardwareModelsParams) WithHTTPClient(client *http.Client) *QueryHardwareModelsParams

WithHTTPClient adds the HTTPClient to the query hardware models params

func (*QueryHardwareModelsParams) WithNextOrderBy

func (o *QueryHardwareModelsParams) WithNextOrderBy(nextOrderBy *string) *QueryHardwareModelsParams

WithNextOrderBy adds the nextOrderBy to the query hardware models params

func (*QueryHardwareModelsParams) WithNextPageNum

func (o *QueryHardwareModelsParams) WithNextPageNum(nextPageNum *int64) *QueryHardwareModelsParams

WithNextPageNum adds the nextPageNum to the query hardware models params

func (*QueryHardwareModelsParams) WithNextPageSize

func (o *QueryHardwareModelsParams) WithNextPageSize(nextPageSize *int64) *QueryHardwareModelsParams

WithNextPageSize adds the nextPageSize to the query hardware models params

func (*QueryHardwareModelsParams) WithNextPageToken

func (o *QueryHardwareModelsParams) WithNextPageToken(nextPageToken *string) *QueryHardwareModelsParams

WithNextPageToken adds the nextPageToken to the query hardware models params

func (*QueryHardwareModelsParams) WithNextTotalPages

func (o *QueryHardwareModelsParams) WithNextTotalPages(nextTotalPages *int64) *QueryHardwareModelsParams

WithNextTotalPages adds the nextTotalPages to the query hardware models params

func (*QueryHardwareModelsParams) WithSummary

func (o *QueryHardwareModelsParams) WithSummary(summary *bool) *QueryHardwareModelsParams

WithSummary adds the summary to the query hardware models params

func (*QueryHardwareModelsParams) WithTimeout

WithTimeout adds the timeout to the query hardware models params

func (*QueryHardwareModelsParams) WithXRequestID

func (o *QueryHardwareModelsParams) WithXRequestID(xRequestID *string) *QueryHardwareModelsParams

WithXRequestID adds the xRequestID to the query hardware models params

func (*QueryHardwareModelsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryHardwareModelsReader

type QueryHardwareModelsReader struct {
	// contains filtered or unexported fields
}

QueryHardwareModelsReader is a Reader for the QueryHardwareModels structure.

func (*QueryHardwareModelsReader) ReadResponse

func (o *QueryHardwareModelsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type QueryHardwareModelsUnauthorized

type QueryHardwareModelsUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
QueryHardwareModelsUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewQueryHardwareModelsUnauthorized

func NewQueryHardwareModelsUnauthorized() *QueryHardwareModelsUnauthorized

NewQueryHardwareModelsUnauthorized creates a QueryHardwareModelsUnauthorized with default headers values

func (*QueryHardwareModelsUnauthorized) Error

func (*QueryHardwareModelsUnauthorized) GetPayload

type UpdateHardwareBrandConflict

type UpdateHardwareBrandConflict struct {
	Payload *swagger_models.ZsrvResponse
}
UpdateHardwareBrandConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing hardware brand record.

func NewUpdateHardwareBrandConflict

func NewUpdateHardwareBrandConflict() *UpdateHardwareBrandConflict

NewUpdateHardwareBrandConflict creates a UpdateHardwareBrandConflict with default headers values

func (*UpdateHardwareBrandConflict) Error

func (*UpdateHardwareBrandConflict) GetPayload

type UpdateHardwareBrandForbidden

type UpdateHardwareBrandForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
UpdateHardwareBrandForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewUpdateHardwareBrandForbidden

func NewUpdateHardwareBrandForbidden() *UpdateHardwareBrandForbidden

NewUpdateHardwareBrandForbidden creates a UpdateHardwareBrandForbidden with default headers values

func (*UpdateHardwareBrandForbidden) Error

func (*UpdateHardwareBrandForbidden) GetPayload

type UpdateHardwareBrandGatewayTimeout

type UpdateHardwareBrandGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
UpdateHardwareBrandGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewUpdateHardwareBrandGatewayTimeout

func NewUpdateHardwareBrandGatewayTimeout() *UpdateHardwareBrandGatewayTimeout

NewUpdateHardwareBrandGatewayTimeout creates a UpdateHardwareBrandGatewayTimeout with default headers values

func (*UpdateHardwareBrandGatewayTimeout) Error

func (*UpdateHardwareBrandGatewayTimeout) GetPayload

type UpdateHardwareBrandInternalServerError

type UpdateHardwareBrandInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
UpdateHardwareBrandInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewUpdateHardwareBrandInternalServerError

func NewUpdateHardwareBrandInternalServerError() *UpdateHardwareBrandInternalServerError

NewUpdateHardwareBrandInternalServerError creates a UpdateHardwareBrandInternalServerError with default headers values

func (*UpdateHardwareBrandInternalServerError) Error

func (*UpdateHardwareBrandInternalServerError) GetPayload

type UpdateHardwareBrandNotFound

type UpdateHardwareBrandNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
UpdateHardwareBrandNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewUpdateHardwareBrandNotFound

func NewUpdateHardwareBrandNotFound() *UpdateHardwareBrandNotFound

NewUpdateHardwareBrandNotFound creates a UpdateHardwareBrandNotFound with default headers values

func (*UpdateHardwareBrandNotFound) Error

func (*UpdateHardwareBrandNotFound) GetPayload

type UpdateHardwareBrandOK

type UpdateHardwareBrandOK struct {
	Payload *swagger_models.ZsrvResponse
}
UpdateHardwareBrandOK describes a response with status code 200, with default header values.

A successful response.

func NewUpdateHardwareBrandOK

func NewUpdateHardwareBrandOK() *UpdateHardwareBrandOK

NewUpdateHardwareBrandOK creates a UpdateHardwareBrandOK with default headers values

func (*UpdateHardwareBrandOK) Error

func (o *UpdateHardwareBrandOK) Error() string

func (*UpdateHardwareBrandOK) GetPayload

type UpdateHardwareBrandParams

type UpdateHardwareBrandParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.SysBrand

	/* ID.

	   System defined universally unique Id of the brand.
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateHardwareBrandParams contains all the parameters to send to the API endpoint

for the update hardware brand operation.

Typically these are written to a http.Request.

func NewUpdateHardwareBrandParams

func NewUpdateHardwareBrandParams() *UpdateHardwareBrandParams

NewUpdateHardwareBrandParams creates a new UpdateHardwareBrandParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdateHardwareBrandParamsWithContext

func NewUpdateHardwareBrandParamsWithContext(ctx context.Context) *UpdateHardwareBrandParams

NewUpdateHardwareBrandParamsWithContext creates a new UpdateHardwareBrandParams object with the ability to set a context for a request.

func NewUpdateHardwareBrandParamsWithHTTPClient

func NewUpdateHardwareBrandParamsWithHTTPClient(client *http.Client) *UpdateHardwareBrandParams

NewUpdateHardwareBrandParamsWithHTTPClient creates a new UpdateHardwareBrandParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateHardwareBrandParamsWithTimeout

func NewUpdateHardwareBrandParamsWithTimeout(timeout time.Duration) *UpdateHardwareBrandParams

NewUpdateHardwareBrandParamsWithTimeout creates a new UpdateHardwareBrandParams object with the ability to set a timeout on a request.

func (*UpdateHardwareBrandParams) SetBody

SetBody adds the body to the update hardware brand params

func (*UpdateHardwareBrandParams) SetContext

func (o *UpdateHardwareBrandParams) SetContext(ctx context.Context)

SetContext adds the context to the update hardware brand params

func (*UpdateHardwareBrandParams) SetDefaults

func (o *UpdateHardwareBrandParams) SetDefaults()

SetDefaults hydrates default values in the update hardware brand params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateHardwareBrandParams) SetHTTPClient

func (o *UpdateHardwareBrandParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update hardware brand params

func (*UpdateHardwareBrandParams) SetID

func (o *UpdateHardwareBrandParams) SetID(id string)

SetID adds the id to the update hardware brand params

func (*UpdateHardwareBrandParams) SetTimeout

func (o *UpdateHardwareBrandParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update hardware brand params

func (*UpdateHardwareBrandParams) SetXRequestID

func (o *UpdateHardwareBrandParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the update hardware brand params

func (*UpdateHardwareBrandParams) WithBody

WithBody adds the body to the update hardware brand params

func (*UpdateHardwareBrandParams) WithContext

WithContext adds the context to the update hardware brand params

func (*UpdateHardwareBrandParams) WithDefaults

WithDefaults hydrates default values in the update hardware brand params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateHardwareBrandParams) WithHTTPClient

func (o *UpdateHardwareBrandParams) WithHTTPClient(client *http.Client) *UpdateHardwareBrandParams

WithHTTPClient adds the HTTPClient to the update hardware brand params

func (*UpdateHardwareBrandParams) WithID

WithID adds the id to the update hardware brand params

func (*UpdateHardwareBrandParams) WithTimeout

WithTimeout adds the timeout to the update hardware brand params

func (*UpdateHardwareBrandParams) WithXRequestID

func (o *UpdateHardwareBrandParams) WithXRequestID(xRequestID *string) *UpdateHardwareBrandParams

WithXRequestID adds the xRequestID to the update hardware brand params

func (*UpdateHardwareBrandParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateHardwareBrandReader

type UpdateHardwareBrandReader struct {
	// contains filtered or unexported fields
}

UpdateHardwareBrandReader is a Reader for the UpdateHardwareBrand structure.

func (*UpdateHardwareBrandReader) ReadResponse

func (o *UpdateHardwareBrandReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateHardwareBrandUnauthorized

type UpdateHardwareBrandUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
UpdateHardwareBrandUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewUpdateHardwareBrandUnauthorized

func NewUpdateHardwareBrandUnauthorized() *UpdateHardwareBrandUnauthorized

NewUpdateHardwareBrandUnauthorized creates a UpdateHardwareBrandUnauthorized with default headers values

func (*UpdateHardwareBrandUnauthorized) Error

func (*UpdateHardwareBrandUnauthorized) GetPayload

type UpdateHardwareModelConflict

type UpdateHardwareModelConflict struct {
	Payload *swagger_models.ZsrvResponse
}
UpdateHardwareModelConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing hardware model record.

func NewUpdateHardwareModelConflict

func NewUpdateHardwareModelConflict() *UpdateHardwareModelConflict

NewUpdateHardwareModelConflict creates a UpdateHardwareModelConflict with default headers values

func (*UpdateHardwareModelConflict) Error

func (*UpdateHardwareModelConflict) GetPayload

type UpdateHardwareModelForbidden

type UpdateHardwareModelForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
UpdateHardwareModelForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewUpdateHardwareModelForbidden

func NewUpdateHardwareModelForbidden() *UpdateHardwareModelForbidden

NewUpdateHardwareModelForbidden creates a UpdateHardwareModelForbidden with default headers values

func (*UpdateHardwareModelForbidden) Error

func (*UpdateHardwareModelForbidden) GetPayload

type UpdateHardwareModelGatewayTimeout

type UpdateHardwareModelGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
UpdateHardwareModelGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewUpdateHardwareModelGatewayTimeout

func NewUpdateHardwareModelGatewayTimeout() *UpdateHardwareModelGatewayTimeout

NewUpdateHardwareModelGatewayTimeout creates a UpdateHardwareModelGatewayTimeout with default headers values

func (*UpdateHardwareModelGatewayTimeout) Error

func (*UpdateHardwareModelGatewayTimeout) GetPayload

type UpdateHardwareModelInternalServerError

type UpdateHardwareModelInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
UpdateHardwareModelInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewUpdateHardwareModelInternalServerError

func NewUpdateHardwareModelInternalServerError() *UpdateHardwareModelInternalServerError

NewUpdateHardwareModelInternalServerError creates a UpdateHardwareModelInternalServerError with default headers values

func (*UpdateHardwareModelInternalServerError) Error

func (*UpdateHardwareModelInternalServerError) GetPayload

type UpdateHardwareModelNotFound

type UpdateHardwareModelNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
UpdateHardwareModelNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewUpdateHardwareModelNotFound

func NewUpdateHardwareModelNotFound() *UpdateHardwareModelNotFound

NewUpdateHardwareModelNotFound creates a UpdateHardwareModelNotFound with default headers values

func (*UpdateHardwareModelNotFound) Error

func (*UpdateHardwareModelNotFound) GetPayload

type UpdateHardwareModelOK

type UpdateHardwareModelOK struct {
	Payload *swagger_models.ZsrvResponse
}
UpdateHardwareModelOK describes a response with status code 200, with default header values.

A successful response.

func NewUpdateHardwareModelOK

func NewUpdateHardwareModelOK() *UpdateHardwareModelOK

NewUpdateHardwareModelOK creates a UpdateHardwareModelOK with default headers values

func (*UpdateHardwareModelOK) Error

func (o *UpdateHardwareModelOK) Error() string

func (*UpdateHardwareModelOK) GetPayload

type UpdateHardwareModelParams

type UpdateHardwareModelParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.SysModel

	/* ID.

	   System defined universally unique Id of the model.
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateHardwareModelParams contains all the parameters to send to the API endpoint

for the update hardware model operation.

Typically these are written to a http.Request.

func NewUpdateHardwareModelParams

func NewUpdateHardwareModelParams() *UpdateHardwareModelParams

NewUpdateHardwareModelParams creates a new UpdateHardwareModelParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdateHardwareModelParamsWithContext

func NewUpdateHardwareModelParamsWithContext(ctx context.Context) *UpdateHardwareModelParams

NewUpdateHardwareModelParamsWithContext creates a new UpdateHardwareModelParams object with the ability to set a context for a request.

func NewUpdateHardwareModelParamsWithHTTPClient

func NewUpdateHardwareModelParamsWithHTTPClient(client *http.Client) *UpdateHardwareModelParams

NewUpdateHardwareModelParamsWithHTTPClient creates a new UpdateHardwareModelParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateHardwareModelParamsWithTimeout

func NewUpdateHardwareModelParamsWithTimeout(timeout time.Duration) *UpdateHardwareModelParams

NewUpdateHardwareModelParamsWithTimeout creates a new UpdateHardwareModelParams object with the ability to set a timeout on a request.

func (*UpdateHardwareModelParams) SetBody

SetBody adds the body to the update hardware model params

func (*UpdateHardwareModelParams) SetContext

func (o *UpdateHardwareModelParams) SetContext(ctx context.Context)

SetContext adds the context to the update hardware model params

func (*UpdateHardwareModelParams) SetDefaults

func (o *UpdateHardwareModelParams) SetDefaults()

SetDefaults hydrates default values in the update hardware model params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateHardwareModelParams) SetHTTPClient

func (o *UpdateHardwareModelParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update hardware model params

func (*UpdateHardwareModelParams) SetID

func (o *UpdateHardwareModelParams) SetID(id string)

SetID adds the id to the update hardware model params

func (*UpdateHardwareModelParams) SetTimeout

func (o *UpdateHardwareModelParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update hardware model params

func (*UpdateHardwareModelParams) SetXRequestID

func (o *UpdateHardwareModelParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the update hardware model params

func (*UpdateHardwareModelParams) WithBody

WithBody adds the body to the update hardware model params

func (*UpdateHardwareModelParams) WithContext

WithContext adds the context to the update hardware model params

func (*UpdateHardwareModelParams) WithDefaults

WithDefaults hydrates default values in the update hardware model params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateHardwareModelParams) WithHTTPClient

func (o *UpdateHardwareModelParams) WithHTTPClient(client *http.Client) *UpdateHardwareModelParams

WithHTTPClient adds the HTTPClient to the update hardware model params

func (*UpdateHardwareModelParams) WithID

WithID adds the id to the update hardware model params

func (*UpdateHardwareModelParams) WithTimeout

WithTimeout adds the timeout to the update hardware model params

func (*UpdateHardwareModelParams) WithXRequestID

func (o *UpdateHardwareModelParams) WithXRequestID(xRequestID *string) *UpdateHardwareModelParams

WithXRequestID adds the xRequestID to the update hardware model params

func (*UpdateHardwareModelParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateHardwareModelReader

type UpdateHardwareModelReader struct {
	// contains filtered or unexported fields
}

UpdateHardwareModelReader is a Reader for the UpdateHardwareModel structure.

func (*UpdateHardwareModelReader) ReadResponse

func (o *UpdateHardwareModelReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateHardwareModelUnauthorized

type UpdateHardwareModelUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
UpdateHardwareModelUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewUpdateHardwareModelUnauthorized

func NewUpdateHardwareModelUnauthorized() *UpdateHardwareModelUnauthorized

NewUpdateHardwareModelUnauthorized creates a UpdateHardwareModelUnauthorized with default headers values

func (*UpdateHardwareModelUnauthorized) Error

func (*UpdateHardwareModelUnauthorized) GetPayload

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL