hardware_model

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2022 License: Apache-2.0 Imports: 13 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) HardwareModelCreateHardwareBrand added in v1.0.2

func (a *Client) HardwareModelCreateHardwareBrand(params *HardwareModelCreateHardwareBrandParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelCreateHardwareBrandOK, error)

HardwareModelCreateHardwareBrand creates hardware brand

Create a hardware brand record.

func (*Client) HardwareModelCreateHardwareModel added in v1.0.2

func (a *Client) HardwareModelCreateHardwareModel(params *HardwareModelCreateHardwareModelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelCreateHardwareModelOK, error)

HardwareModelCreateHardwareModel creates hardware model

Create a hardware model record.

func (*Client) HardwareModelDeleteHardwareBrand added in v1.0.2

func (a *Client) HardwareModelDeleteHardwareBrand(params *HardwareModelDeleteHardwareBrandParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelDeleteHardwareBrandOK, error)

HardwareModelDeleteHardwareBrand deletes hardware brand

Delete a hardware brand record.

func (*Client) HardwareModelDeleteHardwareModel added in v1.0.2

func (a *Client) HardwareModelDeleteHardwareModel(params *HardwareModelDeleteHardwareModelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelDeleteHardwareModelOK, error)

HardwareModelDeleteHardwareModel deletes hardware model

Delete a hardware model record.

func (*Client) HardwareModelGetDeviceStatusConfig added in v1.0.2

func (a *Client) HardwareModelGetDeviceStatusConfig(params *HardwareModelGetDeviceStatusConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelGetDeviceStatusConfigOK, error)

HardwareModelGetDeviceStatusConfig queries device status and config

Device status config API is a composite API for device config and device status

func (*Client) HardwareModelGetDeviceStatusLocation added in v1.0.2

func (a *Client) HardwareModelGetDeviceStatusLocation(params *HardwareModelGetDeviceStatusLocationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelGetDeviceStatusLocationOK, error)

HardwareModelGetDeviceStatusLocation queries device status location

Query device status locations

func (*Client) HardwareModelGetDeviceTags added in v1.0.2

func (a *Client) HardwareModelGetDeviceTags(params *HardwareModelGetDeviceTagsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelGetDeviceTagsOK, error)

HardwareModelGetDeviceTags queries device object tag key values

Query device object tag key-values

func (*Client) HardwareModelGetGlobalHardwareBrand added in v1.0.2

func (a *Client) HardwareModelGetGlobalHardwareBrand(params *HardwareModelGetGlobalHardwareBrandParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelGetGlobalHardwareBrandOK, error)

HardwareModelGetGlobalHardwareBrand gets global hardware brand

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

func (*Client) HardwareModelGetGlobalHardwareBrandByName added in v1.0.2

HardwareModelGetGlobalHardwareBrandByName gets global hardware brand

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

func (*Client) HardwareModelGetGlobalHardwareModel added in v1.0.2

func (a *Client) HardwareModelGetGlobalHardwareModel(params *HardwareModelGetGlobalHardwareModelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelGetGlobalHardwareModelOK, error)

HardwareModelGetGlobalHardwareModel gets global hardware model

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

func (*Client) HardwareModelGetGlobalHardwareModelByName added in v1.0.2

HardwareModelGetGlobalHardwareModelByName gets global hardware model

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

func (*Client) HardwareModelGetHardwareBrand added in v1.0.2

func (a *Client) HardwareModelGetHardwareBrand(params *HardwareModelGetHardwareBrandParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelGetHardwareBrandOK, error)

HardwareModelGetHardwareBrand gets hardware brand

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

func (*Client) HardwareModelGetHardwareBrandByName added in v1.0.2

func (a *Client) HardwareModelGetHardwareBrandByName(params *HardwareModelGetHardwareBrandByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelGetHardwareBrandByNameOK, error)

HardwareModelGetHardwareBrandByName gets hardware brand

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

func (*Client) HardwareModelGetHardwareModel added in v1.0.2

func (a *Client) HardwareModelGetHardwareModel(params *HardwareModelGetHardwareModelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelGetHardwareModelOK, error)

HardwareModelGetHardwareModel gets hardware model

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

func (*Client) HardwareModelGetHardwareModelByName added in v1.0.2

func (a *Client) HardwareModelGetHardwareModelByName(params *HardwareModelGetHardwareModelByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelGetHardwareModelByNameOK, error)

HardwareModelGetHardwareModelByName gets hardware model

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

func (*Client) HardwareModelQueryGlobalHardwareBrands added in v1.0.2

HardwareModelQueryGlobalHardwareBrands queries global hardware brands

Query the global hardware brand records.

func (*Client) HardwareModelQueryGlobalHardwareModels added in v1.0.2

HardwareModelQueryGlobalHardwareModels queries global hardware models

Query the global hardware model records.

func (*Client) HardwareModelQueryHardwareBrands added in v1.0.2

func (a *Client) HardwareModelQueryHardwareBrands(params *HardwareModelQueryHardwareBrandsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelQueryHardwareBrandsOK, error)

HardwareModelQueryHardwareBrands queries hardware brands

Query the hardware brand records.

func (*Client) HardwareModelQueryHardwareModels added in v1.0.2

func (a *Client) HardwareModelQueryHardwareModels(params *HardwareModelQueryHardwareModelsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelQueryHardwareModelsOK, error)

HardwareModelQueryHardwareModels queries hardware models

Query the hardware model records.

func (*Client) HardwareModelUpdateHardwareBrand added in v1.0.2

func (a *Client) HardwareModelUpdateHardwareBrand(params *HardwareModelUpdateHardwareBrandParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelUpdateHardwareBrandOK, error)

HardwareModelUpdateHardwareBrand 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) HardwareModelUpdateHardwareModel added in v1.0.2

func (a *Client) HardwareModelUpdateHardwareModel(params *HardwareModelUpdateHardwareModelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelUpdateHardwareModelOK, error)

HardwareModelUpdateHardwareModel 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.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	HardwareModelCreateHardwareBrand(params *HardwareModelCreateHardwareBrandParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelCreateHardwareBrandOK, error)

	HardwareModelCreateHardwareModel(params *HardwareModelCreateHardwareModelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelCreateHardwareModelOK, error)

	HardwareModelDeleteHardwareBrand(params *HardwareModelDeleteHardwareBrandParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelDeleteHardwareBrandOK, error)

	HardwareModelDeleteHardwareModel(params *HardwareModelDeleteHardwareModelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelDeleteHardwareModelOK, error)

	HardwareModelGetDeviceStatusConfig(params *HardwareModelGetDeviceStatusConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelGetDeviceStatusConfigOK, error)

	HardwareModelGetDeviceStatusLocation(params *HardwareModelGetDeviceStatusLocationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelGetDeviceStatusLocationOK, error)

	HardwareModelGetDeviceTags(params *HardwareModelGetDeviceTagsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelGetDeviceTagsOK, error)

	HardwareModelGetGlobalHardwareBrand(params *HardwareModelGetGlobalHardwareBrandParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelGetGlobalHardwareBrandOK, error)

	HardwareModelGetGlobalHardwareBrandByName(params *HardwareModelGetGlobalHardwareBrandByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelGetGlobalHardwareBrandByNameOK, error)

	HardwareModelGetGlobalHardwareModel(params *HardwareModelGetGlobalHardwareModelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelGetGlobalHardwareModelOK, error)

	HardwareModelGetGlobalHardwareModelByName(params *HardwareModelGetGlobalHardwareModelByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelGetGlobalHardwareModelByNameOK, error)

	HardwareModelGetHardwareBrand(params *HardwareModelGetHardwareBrandParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelGetHardwareBrandOK, error)

	HardwareModelGetHardwareBrandByName(params *HardwareModelGetHardwareBrandByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelGetHardwareBrandByNameOK, error)

	HardwareModelGetHardwareModel(params *HardwareModelGetHardwareModelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelGetHardwareModelOK, error)

	HardwareModelGetHardwareModelByName(params *HardwareModelGetHardwareModelByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelGetHardwareModelByNameOK, error)

	HardwareModelQueryGlobalHardwareBrands(params *HardwareModelQueryGlobalHardwareBrandsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelQueryGlobalHardwareBrandsOK, error)

	HardwareModelQueryGlobalHardwareModels(params *HardwareModelQueryGlobalHardwareModelsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelQueryGlobalHardwareModelsOK, error)

	HardwareModelQueryHardwareBrands(params *HardwareModelQueryHardwareBrandsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelQueryHardwareBrandsOK, error)

	HardwareModelQueryHardwareModels(params *HardwareModelQueryHardwareModelsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelQueryHardwareModelsOK, error)

	HardwareModelUpdateHardwareBrand(params *HardwareModelUpdateHardwareBrandParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelUpdateHardwareBrandOK, error)

	HardwareModelUpdateHardwareModel(params *HardwareModelUpdateHardwareModelParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*HardwareModelUpdateHardwareModelOK, 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 HardwareModelCreateHardwareBrandBadRequest added in v1.0.2

type HardwareModelCreateHardwareBrandBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelCreateHardwareBrandBadRequest 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 NewHardwareModelCreateHardwareBrandBadRequest added in v1.0.2

func NewHardwareModelCreateHardwareBrandBadRequest() *HardwareModelCreateHardwareBrandBadRequest

NewHardwareModelCreateHardwareBrandBadRequest creates a HardwareModelCreateHardwareBrandBadRequest with default headers values

func (*HardwareModelCreateHardwareBrandBadRequest) Error added in v1.0.2

func (*HardwareModelCreateHardwareBrandBadRequest) GetPayload added in v1.0.2

func (*HardwareModelCreateHardwareBrandBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this hardware model create hardware brand bad request response has a 4xx status code

func (*HardwareModelCreateHardwareBrandBadRequest) IsCode added in v1.0.2

IsCode returns true when this hardware model create hardware brand bad request response a status code equal to that given

func (*HardwareModelCreateHardwareBrandBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model create hardware brand bad request response has a 3xx status code

func (*HardwareModelCreateHardwareBrandBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this hardware model create hardware brand bad request response has a 5xx status code

func (*HardwareModelCreateHardwareBrandBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model create hardware brand bad request response has a 2xx status code

func (*HardwareModelCreateHardwareBrandBadRequest) String added in v1.0.2

type HardwareModelCreateHardwareBrandConflict added in v1.0.2

type HardwareModelCreateHardwareBrandConflict struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelCreateHardwareBrandConflict 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 NewHardwareModelCreateHardwareBrandConflict added in v1.0.2

func NewHardwareModelCreateHardwareBrandConflict() *HardwareModelCreateHardwareBrandConflict

NewHardwareModelCreateHardwareBrandConflict creates a HardwareModelCreateHardwareBrandConflict with default headers values

func (*HardwareModelCreateHardwareBrandConflict) Error added in v1.0.2

func (*HardwareModelCreateHardwareBrandConflict) GetPayload added in v1.0.2

func (*HardwareModelCreateHardwareBrandConflict) IsClientError added in v1.0.2

IsClientError returns true when this hardware model create hardware brand conflict response has a 4xx status code

func (*HardwareModelCreateHardwareBrandConflict) IsCode added in v1.0.2

IsCode returns true when this hardware model create hardware brand conflict response a status code equal to that given

func (*HardwareModelCreateHardwareBrandConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model create hardware brand conflict response has a 3xx status code

func (*HardwareModelCreateHardwareBrandConflict) IsServerError added in v1.0.2

IsServerError returns true when this hardware model create hardware brand conflict response has a 5xx status code

func (*HardwareModelCreateHardwareBrandConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model create hardware brand conflict response has a 2xx status code

func (*HardwareModelCreateHardwareBrandConflict) String added in v1.0.2

type HardwareModelCreateHardwareBrandDefault added in v1.0.2

type HardwareModelCreateHardwareBrandDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

HardwareModelCreateHardwareBrandDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewHardwareModelCreateHardwareBrandDefault added in v1.0.2

func NewHardwareModelCreateHardwareBrandDefault(code int) *HardwareModelCreateHardwareBrandDefault

NewHardwareModelCreateHardwareBrandDefault creates a HardwareModelCreateHardwareBrandDefault with default headers values

func (*HardwareModelCreateHardwareBrandDefault) Code added in v1.0.2

Code gets the status code for the hardware model create hardware brand default response

func (*HardwareModelCreateHardwareBrandDefault) Error added in v1.0.2

func (*HardwareModelCreateHardwareBrandDefault) GetPayload added in v1.0.2

func (*HardwareModelCreateHardwareBrandDefault) IsClientError added in v1.0.2

func (o *HardwareModelCreateHardwareBrandDefault) IsClientError() bool

IsClientError returns true when this hardware model create hardware brand default response has a 4xx status code

func (*HardwareModelCreateHardwareBrandDefault) IsCode added in v1.0.2

IsCode returns true when this hardware model create hardware brand default response a status code equal to that given

func (*HardwareModelCreateHardwareBrandDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model create hardware brand default response has a 3xx status code

func (*HardwareModelCreateHardwareBrandDefault) IsServerError added in v1.0.2

func (o *HardwareModelCreateHardwareBrandDefault) IsServerError() bool

IsServerError returns true when this hardware model create hardware brand default response has a 5xx status code

func (*HardwareModelCreateHardwareBrandDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model create hardware brand default response has a 2xx status code

func (*HardwareModelCreateHardwareBrandDefault) String added in v1.0.2

type HardwareModelCreateHardwareBrandForbidden added in v1.0.2

type HardwareModelCreateHardwareBrandForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelCreateHardwareBrandForbidden 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 NewHardwareModelCreateHardwareBrandForbidden added in v1.0.2

func NewHardwareModelCreateHardwareBrandForbidden() *HardwareModelCreateHardwareBrandForbidden

NewHardwareModelCreateHardwareBrandForbidden creates a HardwareModelCreateHardwareBrandForbidden with default headers values

func (*HardwareModelCreateHardwareBrandForbidden) Error added in v1.0.2

func (*HardwareModelCreateHardwareBrandForbidden) GetPayload added in v1.0.2

func (*HardwareModelCreateHardwareBrandForbidden) IsClientError added in v1.0.2

IsClientError returns true when this hardware model create hardware brand forbidden response has a 4xx status code

func (*HardwareModelCreateHardwareBrandForbidden) IsCode added in v1.0.2

IsCode returns true when this hardware model create hardware brand forbidden response a status code equal to that given

func (*HardwareModelCreateHardwareBrandForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model create hardware brand forbidden response has a 3xx status code

func (*HardwareModelCreateHardwareBrandForbidden) IsServerError added in v1.0.2

IsServerError returns true when this hardware model create hardware brand forbidden response has a 5xx status code

func (*HardwareModelCreateHardwareBrandForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model create hardware brand forbidden response has a 2xx status code

func (*HardwareModelCreateHardwareBrandForbidden) String added in v1.0.2

type HardwareModelCreateHardwareBrandGatewayTimeout added in v1.0.2

type HardwareModelCreateHardwareBrandGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelCreateHardwareBrandGatewayTimeout 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 NewHardwareModelCreateHardwareBrandGatewayTimeout added in v1.0.2

func NewHardwareModelCreateHardwareBrandGatewayTimeout() *HardwareModelCreateHardwareBrandGatewayTimeout

NewHardwareModelCreateHardwareBrandGatewayTimeout creates a HardwareModelCreateHardwareBrandGatewayTimeout with default headers values

func (*HardwareModelCreateHardwareBrandGatewayTimeout) Error added in v1.0.2

func (*HardwareModelCreateHardwareBrandGatewayTimeout) GetPayload added in v1.0.2

func (*HardwareModelCreateHardwareBrandGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this hardware model create hardware brand gateway timeout response has a 4xx status code

func (*HardwareModelCreateHardwareBrandGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this hardware model create hardware brand gateway timeout response a status code equal to that given

func (*HardwareModelCreateHardwareBrandGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model create hardware brand gateway timeout response has a 3xx status code

func (*HardwareModelCreateHardwareBrandGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this hardware model create hardware brand gateway timeout response has a 5xx status code

func (*HardwareModelCreateHardwareBrandGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model create hardware brand gateway timeout response has a 2xx status code

func (*HardwareModelCreateHardwareBrandGatewayTimeout) String added in v1.0.2

type HardwareModelCreateHardwareBrandInternalServerError added in v1.0.2

type HardwareModelCreateHardwareBrandInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelCreateHardwareBrandInternalServerError 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 NewHardwareModelCreateHardwareBrandInternalServerError added in v1.0.2

func NewHardwareModelCreateHardwareBrandInternalServerError() *HardwareModelCreateHardwareBrandInternalServerError

NewHardwareModelCreateHardwareBrandInternalServerError creates a HardwareModelCreateHardwareBrandInternalServerError with default headers values

func (*HardwareModelCreateHardwareBrandInternalServerError) Error added in v1.0.2

func (*HardwareModelCreateHardwareBrandInternalServerError) GetPayload added in v1.0.2

func (*HardwareModelCreateHardwareBrandInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this hardware model create hardware brand internal server error response has a 4xx status code

func (*HardwareModelCreateHardwareBrandInternalServerError) IsCode added in v1.0.2

IsCode returns true when this hardware model create hardware brand internal server error response a status code equal to that given

func (*HardwareModelCreateHardwareBrandInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model create hardware brand internal server error response has a 3xx status code

func (*HardwareModelCreateHardwareBrandInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this hardware model create hardware brand internal server error response has a 5xx status code

func (*HardwareModelCreateHardwareBrandInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model create hardware brand internal server error response has a 2xx status code

func (*HardwareModelCreateHardwareBrandInternalServerError) String added in v1.0.2

type HardwareModelCreateHardwareBrandOK added in v1.0.2

type HardwareModelCreateHardwareBrandOK struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelCreateHardwareBrandOK describes a response with status code 200, with default header values.

A successful response.

func NewHardwareModelCreateHardwareBrandOK added in v1.0.2

func NewHardwareModelCreateHardwareBrandOK() *HardwareModelCreateHardwareBrandOK

NewHardwareModelCreateHardwareBrandOK creates a HardwareModelCreateHardwareBrandOK with default headers values

func (*HardwareModelCreateHardwareBrandOK) Error added in v1.0.2

func (*HardwareModelCreateHardwareBrandOK) GetPayload added in v1.0.2

func (*HardwareModelCreateHardwareBrandOK) IsClientError added in v1.0.2

func (o *HardwareModelCreateHardwareBrandOK) IsClientError() bool

IsClientError returns true when this hardware model create hardware brand o k response has a 4xx status code

func (*HardwareModelCreateHardwareBrandOK) IsCode added in v1.0.2

IsCode returns true when this hardware model create hardware brand o k response a status code equal to that given

func (*HardwareModelCreateHardwareBrandOK) IsRedirect added in v1.0.2

func (o *HardwareModelCreateHardwareBrandOK) IsRedirect() bool

IsRedirect returns true when this hardware model create hardware brand o k response has a 3xx status code

func (*HardwareModelCreateHardwareBrandOK) IsServerError added in v1.0.2

func (o *HardwareModelCreateHardwareBrandOK) IsServerError() bool

IsServerError returns true when this hardware model create hardware brand o k response has a 5xx status code

func (*HardwareModelCreateHardwareBrandOK) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model create hardware brand o k response has a 2xx status code

func (*HardwareModelCreateHardwareBrandOK) String added in v1.0.2

type HardwareModelCreateHardwareBrandParams added in v1.0.2

type HardwareModelCreateHardwareBrandParams 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
}

HardwareModelCreateHardwareBrandParams contains all the parameters to send to the API endpoint

for the hardware model create hardware brand operation.

Typically these are written to a http.Request.

func NewHardwareModelCreateHardwareBrandParams added in v1.0.2

func NewHardwareModelCreateHardwareBrandParams() *HardwareModelCreateHardwareBrandParams

NewHardwareModelCreateHardwareBrandParams creates a new HardwareModelCreateHardwareBrandParams 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 NewHardwareModelCreateHardwareBrandParamsWithContext added in v1.0.2

func NewHardwareModelCreateHardwareBrandParamsWithContext(ctx context.Context) *HardwareModelCreateHardwareBrandParams

NewHardwareModelCreateHardwareBrandParamsWithContext creates a new HardwareModelCreateHardwareBrandParams object with the ability to set a context for a request.

func NewHardwareModelCreateHardwareBrandParamsWithHTTPClient added in v1.0.2

func NewHardwareModelCreateHardwareBrandParamsWithHTTPClient(client *http.Client) *HardwareModelCreateHardwareBrandParams

NewHardwareModelCreateHardwareBrandParamsWithHTTPClient creates a new HardwareModelCreateHardwareBrandParams object with the ability to set a custom HTTPClient for a request.

func NewHardwareModelCreateHardwareBrandParamsWithTimeout added in v1.0.2

func NewHardwareModelCreateHardwareBrandParamsWithTimeout(timeout time.Duration) *HardwareModelCreateHardwareBrandParams

NewHardwareModelCreateHardwareBrandParamsWithTimeout creates a new HardwareModelCreateHardwareBrandParams object with the ability to set a timeout on a request.

func (*HardwareModelCreateHardwareBrandParams) SetBody added in v1.0.2

SetBody adds the body to the hardware model create hardware brand params

func (*HardwareModelCreateHardwareBrandParams) SetContext added in v1.0.2

SetContext adds the context to the hardware model create hardware brand params

func (*HardwareModelCreateHardwareBrandParams) SetDefaults added in v1.0.2

func (o *HardwareModelCreateHardwareBrandParams) SetDefaults()

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

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

func (*HardwareModelCreateHardwareBrandParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the hardware model create hardware brand params

func (*HardwareModelCreateHardwareBrandParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the hardware model create hardware brand params

func (*HardwareModelCreateHardwareBrandParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the hardware model create hardware brand params

func (*HardwareModelCreateHardwareBrandParams) WithBody added in v1.0.2

WithBody adds the body to the hardware model create hardware brand params

func (*HardwareModelCreateHardwareBrandParams) WithContext added in v1.0.2

WithContext adds the context to the hardware model create hardware brand params

func (*HardwareModelCreateHardwareBrandParams) WithDefaults added in v1.0.2

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

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

func (*HardwareModelCreateHardwareBrandParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the hardware model create hardware brand params

func (*HardwareModelCreateHardwareBrandParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the hardware model create hardware brand params

func (*HardwareModelCreateHardwareBrandParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the hardware model create hardware brand params

func (*HardwareModelCreateHardwareBrandParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type HardwareModelCreateHardwareBrandReader added in v1.0.2

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

HardwareModelCreateHardwareBrandReader is a Reader for the HardwareModelCreateHardwareBrand structure.

func (*HardwareModelCreateHardwareBrandReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type HardwareModelCreateHardwareBrandUnauthorized added in v1.0.2

type HardwareModelCreateHardwareBrandUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelCreateHardwareBrandUnauthorized 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 NewHardwareModelCreateHardwareBrandUnauthorized added in v1.0.2

func NewHardwareModelCreateHardwareBrandUnauthorized() *HardwareModelCreateHardwareBrandUnauthorized

NewHardwareModelCreateHardwareBrandUnauthorized creates a HardwareModelCreateHardwareBrandUnauthorized with default headers values

func (*HardwareModelCreateHardwareBrandUnauthorized) Error added in v1.0.2

func (*HardwareModelCreateHardwareBrandUnauthorized) GetPayload added in v1.0.2

func (*HardwareModelCreateHardwareBrandUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this hardware model create hardware brand unauthorized response has a 4xx status code

func (*HardwareModelCreateHardwareBrandUnauthorized) IsCode added in v1.0.2

IsCode returns true when this hardware model create hardware brand unauthorized response a status code equal to that given

func (*HardwareModelCreateHardwareBrandUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model create hardware brand unauthorized response has a 3xx status code

func (*HardwareModelCreateHardwareBrandUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this hardware model create hardware brand unauthorized response has a 5xx status code

func (*HardwareModelCreateHardwareBrandUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model create hardware brand unauthorized response has a 2xx status code

func (*HardwareModelCreateHardwareBrandUnauthorized) String added in v1.0.2

type HardwareModelCreateHardwareModelBadRequest added in v1.0.2

type HardwareModelCreateHardwareModelBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelCreateHardwareModelBadRequest 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 NewHardwareModelCreateHardwareModelBadRequest added in v1.0.2

func NewHardwareModelCreateHardwareModelBadRequest() *HardwareModelCreateHardwareModelBadRequest

NewHardwareModelCreateHardwareModelBadRequest creates a HardwareModelCreateHardwareModelBadRequest with default headers values

func (*HardwareModelCreateHardwareModelBadRequest) Error added in v1.0.2

func (*HardwareModelCreateHardwareModelBadRequest) GetPayload added in v1.0.2

func (*HardwareModelCreateHardwareModelBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this hardware model create hardware model bad request response has a 4xx status code

func (*HardwareModelCreateHardwareModelBadRequest) IsCode added in v1.0.2

IsCode returns true when this hardware model create hardware model bad request response a status code equal to that given

func (*HardwareModelCreateHardwareModelBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model create hardware model bad request response has a 3xx status code

func (*HardwareModelCreateHardwareModelBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this hardware model create hardware model bad request response has a 5xx status code

func (*HardwareModelCreateHardwareModelBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model create hardware model bad request response has a 2xx status code

func (*HardwareModelCreateHardwareModelBadRequest) String added in v1.0.2

type HardwareModelCreateHardwareModelConflict added in v1.0.2

type HardwareModelCreateHardwareModelConflict struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelCreateHardwareModelConflict 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 NewHardwareModelCreateHardwareModelConflict added in v1.0.2

func NewHardwareModelCreateHardwareModelConflict() *HardwareModelCreateHardwareModelConflict

NewHardwareModelCreateHardwareModelConflict creates a HardwareModelCreateHardwareModelConflict with default headers values

func (*HardwareModelCreateHardwareModelConflict) Error added in v1.0.2

func (*HardwareModelCreateHardwareModelConflict) GetPayload added in v1.0.2

func (*HardwareModelCreateHardwareModelConflict) IsClientError added in v1.0.2

IsClientError returns true when this hardware model create hardware model conflict response has a 4xx status code

func (*HardwareModelCreateHardwareModelConflict) IsCode added in v1.0.2

IsCode returns true when this hardware model create hardware model conflict response a status code equal to that given

func (*HardwareModelCreateHardwareModelConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model create hardware model conflict response has a 3xx status code

func (*HardwareModelCreateHardwareModelConflict) IsServerError added in v1.0.2

IsServerError returns true when this hardware model create hardware model conflict response has a 5xx status code

func (*HardwareModelCreateHardwareModelConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model create hardware model conflict response has a 2xx status code

func (*HardwareModelCreateHardwareModelConflict) String added in v1.0.2

type HardwareModelCreateHardwareModelDefault added in v1.0.2

type HardwareModelCreateHardwareModelDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

HardwareModelCreateHardwareModelDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewHardwareModelCreateHardwareModelDefault added in v1.0.2

func NewHardwareModelCreateHardwareModelDefault(code int) *HardwareModelCreateHardwareModelDefault

NewHardwareModelCreateHardwareModelDefault creates a HardwareModelCreateHardwareModelDefault with default headers values

func (*HardwareModelCreateHardwareModelDefault) Code added in v1.0.2

Code gets the status code for the hardware model create hardware model default response

func (*HardwareModelCreateHardwareModelDefault) Error added in v1.0.2

func (*HardwareModelCreateHardwareModelDefault) GetPayload added in v1.0.2

func (*HardwareModelCreateHardwareModelDefault) IsClientError added in v1.0.2

func (o *HardwareModelCreateHardwareModelDefault) IsClientError() bool

IsClientError returns true when this hardware model create hardware model default response has a 4xx status code

func (*HardwareModelCreateHardwareModelDefault) IsCode added in v1.0.2

IsCode returns true when this hardware model create hardware model default response a status code equal to that given

func (*HardwareModelCreateHardwareModelDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model create hardware model default response has a 3xx status code

func (*HardwareModelCreateHardwareModelDefault) IsServerError added in v1.0.2

func (o *HardwareModelCreateHardwareModelDefault) IsServerError() bool

IsServerError returns true when this hardware model create hardware model default response has a 5xx status code

func (*HardwareModelCreateHardwareModelDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model create hardware model default response has a 2xx status code

func (*HardwareModelCreateHardwareModelDefault) String added in v1.0.2

type HardwareModelCreateHardwareModelForbidden added in v1.0.2

type HardwareModelCreateHardwareModelForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelCreateHardwareModelForbidden 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 NewHardwareModelCreateHardwareModelForbidden added in v1.0.2

func NewHardwareModelCreateHardwareModelForbidden() *HardwareModelCreateHardwareModelForbidden

NewHardwareModelCreateHardwareModelForbidden creates a HardwareModelCreateHardwareModelForbidden with default headers values

func (*HardwareModelCreateHardwareModelForbidden) Error added in v1.0.2

func (*HardwareModelCreateHardwareModelForbidden) GetPayload added in v1.0.2

func (*HardwareModelCreateHardwareModelForbidden) IsClientError added in v1.0.2

IsClientError returns true when this hardware model create hardware model forbidden response has a 4xx status code

func (*HardwareModelCreateHardwareModelForbidden) IsCode added in v1.0.2

IsCode returns true when this hardware model create hardware model forbidden response a status code equal to that given

func (*HardwareModelCreateHardwareModelForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model create hardware model forbidden response has a 3xx status code

func (*HardwareModelCreateHardwareModelForbidden) IsServerError added in v1.0.2

IsServerError returns true when this hardware model create hardware model forbidden response has a 5xx status code

func (*HardwareModelCreateHardwareModelForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model create hardware model forbidden response has a 2xx status code

func (*HardwareModelCreateHardwareModelForbidden) String added in v1.0.2

type HardwareModelCreateHardwareModelGatewayTimeout added in v1.0.2

type HardwareModelCreateHardwareModelGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelCreateHardwareModelGatewayTimeout 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 NewHardwareModelCreateHardwareModelGatewayTimeout added in v1.0.2

func NewHardwareModelCreateHardwareModelGatewayTimeout() *HardwareModelCreateHardwareModelGatewayTimeout

NewHardwareModelCreateHardwareModelGatewayTimeout creates a HardwareModelCreateHardwareModelGatewayTimeout with default headers values

func (*HardwareModelCreateHardwareModelGatewayTimeout) Error added in v1.0.2

func (*HardwareModelCreateHardwareModelGatewayTimeout) GetPayload added in v1.0.2

func (*HardwareModelCreateHardwareModelGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this hardware model create hardware model gateway timeout response has a 4xx status code

func (*HardwareModelCreateHardwareModelGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this hardware model create hardware model gateway timeout response a status code equal to that given

func (*HardwareModelCreateHardwareModelGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model create hardware model gateway timeout response has a 3xx status code

func (*HardwareModelCreateHardwareModelGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this hardware model create hardware model gateway timeout response has a 5xx status code

func (*HardwareModelCreateHardwareModelGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model create hardware model gateway timeout response has a 2xx status code

func (*HardwareModelCreateHardwareModelGatewayTimeout) String added in v1.0.2

type HardwareModelCreateHardwareModelInternalServerError added in v1.0.2

type HardwareModelCreateHardwareModelInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelCreateHardwareModelInternalServerError 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 NewHardwareModelCreateHardwareModelInternalServerError added in v1.0.2

func NewHardwareModelCreateHardwareModelInternalServerError() *HardwareModelCreateHardwareModelInternalServerError

NewHardwareModelCreateHardwareModelInternalServerError creates a HardwareModelCreateHardwareModelInternalServerError with default headers values

func (*HardwareModelCreateHardwareModelInternalServerError) Error added in v1.0.2

func (*HardwareModelCreateHardwareModelInternalServerError) GetPayload added in v1.0.2

func (*HardwareModelCreateHardwareModelInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this hardware model create hardware model internal server error response has a 4xx status code

func (*HardwareModelCreateHardwareModelInternalServerError) IsCode added in v1.0.2

IsCode returns true when this hardware model create hardware model internal server error response a status code equal to that given

func (*HardwareModelCreateHardwareModelInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model create hardware model internal server error response has a 3xx status code

func (*HardwareModelCreateHardwareModelInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this hardware model create hardware model internal server error response has a 5xx status code

func (*HardwareModelCreateHardwareModelInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model create hardware model internal server error response has a 2xx status code

func (*HardwareModelCreateHardwareModelInternalServerError) String added in v1.0.2

type HardwareModelCreateHardwareModelOK added in v1.0.2

type HardwareModelCreateHardwareModelOK struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelCreateHardwareModelOK describes a response with status code 200, with default header values.

A successful response.

func NewHardwareModelCreateHardwareModelOK added in v1.0.2

func NewHardwareModelCreateHardwareModelOK() *HardwareModelCreateHardwareModelOK

NewHardwareModelCreateHardwareModelOK creates a HardwareModelCreateHardwareModelOK with default headers values

func (*HardwareModelCreateHardwareModelOK) Error added in v1.0.2

func (*HardwareModelCreateHardwareModelOK) GetPayload added in v1.0.2

func (*HardwareModelCreateHardwareModelOK) IsClientError added in v1.0.2

func (o *HardwareModelCreateHardwareModelOK) IsClientError() bool

IsClientError returns true when this hardware model create hardware model o k response has a 4xx status code

func (*HardwareModelCreateHardwareModelOK) IsCode added in v1.0.2

IsCode returns true when this hardware model create hardware model o k response a status code equal to that given

func (*HardwareModelCreateHardwareModelOK) IsRedirect added in v1.0.2

func (o *HardwareModelCreateHardwareModelOK) IsRedirect() bool

IsRedirect returns true when this hardware model create hardware model o k response has a 3xx status code

func (*HardwareModelCreateHardwareModelOK) IsServerError added in v1.0.2

func (o *HardwareModelCreateHardwareModelOK) IsServerError() bool

IsServerError returns true when this hardware model create hardware model o k response has a 5xx status code

func (*HardwareModelCreateHardwareModelOK) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model create hardware model o k response has a 2xx status code

func (*HardwareModelCreateHardwareModelOK) String added in v1.0.2

type HardwareModelCreateHardwareModelParams added in v1.0.2

type HardwareModelCreateHardwareModelParams 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
}

HardwareModelCreateHardwareModelParams contains all the parameters to send to the API endpoint

for the hardware model create hardware model operation.

Typically these are written to a http.Request.

func NewHardwareModelCreateHardwareModelParams added in v1.0.2

func NewHardwareModelCreateHardwareModelParams() *HardwareModelCreateHardwareModelParams

NewHardwareModelCreateHardwareModelParams creates a new HardwareModelCreateHardwareModelParams 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 NewHardwareModelCreateHardwareModelParamsWithContext added in v1.0.2

func NewHardwareModelCreateHardwareModelParamsWithContext(ctx context.Context) *HardwareModelCreateHardwareModelParams

NewHardwareModelCreateHardwareModelParamsWithContext creates a new HardwareModelCreateHardwareModelParams object with the ability to set a context for a request.

func NewHardwareModelCreateHardwareModelParamsWithHTTPClient added in v1.0.2

func NewHardwareModelCreateHardwareModelParamsWithHTTPClient(client *http.Client) *HardwareModelCreateHardwareModelParams

NewHardwareModelCreateHardwareModelParamsWithHTTPClient creates a new HardwareModelCreateHardwareModelParams object with the ability to set a custom HTTPClient for a request.

func NewHardwareModelCreateHardwareModelParamsWithTimeout added in v1.0.2

func NewHardwareModelCreateHardwareModelParamsWithTimeout(timeout time.Duration) *HardwareModelCreateHardwareModelParams

NewHardwareModelCreateHardwareModelParamsWithTimeout creates a new HardwareModelCreateHardwareModelParams object with the ability to set a timeout on a request.

func (*HardwareModelCreateHardwareModelParams) SetBody added in v1.0.2

SetBody adds the body to the hardware model create hardware model params

func (*HardwareModelCreateHardwareModelParams) SetContext added in v1.0.2

SetContext adds the context to the hardware model create hardware model params

func (*HardwareModelCreateHardwareModelParams) SetDefaults added in v1.0.2

func (o *HardwareModelCreateHardwareModelParams) SetDefaults()

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

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

func (*HardwareModelCreateHardwareModelParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the hardware model create hardware model params

func (*HardwareModelCreateHardwareModelParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the hardware model create hardware model params

func (*HardwareModelCreateHardwareModelParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the hardware model create hardware model params

func (*HardwareModelCreateHardwareModelParams) WithBody added in v1.0.2

WithBody adds the body to the hardware model create hardware model params

func (*HardwareModelCreateHardwareModelParams) WithContext added in v1.0.2

WithContext adds the context to the hardware model create hardware model params

func (*HardwareModelCreateHardwareModelParams) WithDefaults added in v1.0.2

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

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

func (*HardwareModelCreateHardwareModelParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the hardware model create hardware model params

func (*HardwareModelCreateHardwareModelParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the hardware model create hardware model params

func (*HardwareModelCreateHardwareModelParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the hardware model create hardware model params

func (*HardwareModelCreateHardwareModelParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type HardwareModelCreateHardwareModelReader added in v1.0.2

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

HardwareModelCreateHardwareModelReader is a Reader for the HardwareModelCreateHardwareModel structure.

func (*HardwareModelCreateHardwareModelReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type HardwareModelCreateHardwareModelUnauthorized added in v1.0.2

type HardwareModelCreateHardwareModelUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelCreateHardwareModelUnauthorized 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 NewHardwareModelCreateHardwareModelUnauthorized added in v1.0.2

func NewHardwareModelCreateHardwareModelUnauthorized() *HardwareModelCreateHardwareModelUnauthorized

NewHardwareModelCreateHardwareModelUnauthorized creates a HardwareModelCreateHardwareModelUnauthorized with default headers values

func (*HardwareModelCreateHardwareModelUnauthorized) Error added in v1.0.2

func (*HardwareModelCreateHardwareModelUnauthorized) GetPayload added in v1.0.2

func (*HardwareModelCreateHardwareModelUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this hardware model create hardware model unauthorized response has a 4xx status code

func (*HardwareModelCreateHardwareModelUnauthorized) IsCode added in v1.0.2

IsCode returns true when this hardware model create hardware model unauthorized response a status code equal to that given

func (*HardwareModelCreateHardwareModelUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model create hardware model unauthorized response has a 3xx status code

func (*HardwareModelCreateHardwareModelUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this hardware model create hardware model unauthorized response has a 5xx status code

func (*HardwareModelCreateHardwareModelUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model create hardware model unauthorized response has a 2xx status code

func (*HardwareModelCreateHardwareModelUnauthorized) String added in v1.0.2

type HardwareModelDeleteHardwareBrandDefault added in v1.0.2

type HardwareModelDeleteHardwareBrandDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

HardwareModelDeleteHardwareBrandDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewHardwareModelDeleteHardwareBrandDefault added in v1.0.2

func NewHardwareModelDeleteHardwareBrandDefault(code int) *HardwareModelDeleteHardwareBrandDefault

NewHardwareModelDeleteHardwareBrandDefault creates a HardwareModelDeleteHardwareBrandDefault with default headers values

func (*HardwareModelDeleteHardwareBrandDefault) Code added in v1.0.2

Code gets the status code for the hardware model delete hardware brand default response

func (*HardwareModelDeleteHardwareBrandDefault) Error added in v1.0.2

func (*HardwareModelDeleteHardwareBrandDefault) GetPayload added in v1.0.2

func (*HardwareModelDeleteHardwareBrandDefault) IsClientError added in v1.0.2

func (o *HardwareModelDeleteHardwareBrandDefault) IsClientError() bool

IsClientError returns true when this hardware model delete hardware brand default response has a 4xx status code

func (*HardwareModelDeleteHardwareBrandDefault) IsCode added in v1.0.2

IsCode returns true when this hardware model delete hardware brand default response a status code equal to that given

func (*HardwareModelDeleteHardwareBrandDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model delete hardware brand default response has a 3xx status code

func (*HardwareModelDeleteHardwareBrandDefault) IsServerError added in v1.0.2

func (o *HardwareModelDeleteHardwareBrandDefault) IsServerError() bool

IsServerError returns true when this hardware model delete hardware brand default response has a 5xx status code

func (*HardwareModelDeleteHardwareBrandDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model delete hardware brand default response has a 2xx status code

func (*HardwareModelDeleteHardwareBrandDefault) String added in v1.0.2

type HardwareModelDeleteHardwareBrandForbidden added in v1.0.2

type HardwareModelDeleteHardwareBrandForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelDeleteHardwareBrandForbidden 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 NewHardwareModelDeleteHardwareBrandForbidden added in v1.0.2

func NewHardwareModelDeleteHardwareBrandForbidden() *HardwareModelDeleteHardwareBrandForbidden

NewHardwareModelDeleteHardwareBrandForbidden creates a HardwareModelDeleteHardwareBrandForbidden with default headers values

func (*HardwareModelDeleteHardwareBrandForbidden) Error added in v1.0.2

func (*HardwareModelDeleteHardwareBrandForbidden) GetPayload added in v1.0.2

func (*HardwareModelDeleteHardwareBrandForbidden) IsClientError added in v1.0.2

IsClientError returns true when this hardware model delete hardware brand forbidden response has a 4xx status code

func (*HardwareModelDeleteHardwareBrandForbidden) IsCode added in v1.0.2

IsCode returns true when this hardware model delete hardware brand forbidden response a status code equal to that given

func (*HardwareModelDeleteHardwareBrandForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model delete hardware brand forbidden response has a 3xx status code

func (*HardwareModelDeleteHardwareBrandForbidden) IsServerError added in v1.0.2

IsServerError returns true when this hardware model delete hardware brand forbidden response has a 5xx status code

func (*HardwareModelDeleteHardwareBrandForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model delete hardware brand forbidden response has a 2xx status code

func (*HardwareModelDeleteHardwareBrandForbidden) String added in v1.0.2

type HardwareModelDeleteHardwareBrandGatewayTimeout added in v1.0.2

type HardwareModelDeleteHardwareBrandGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelDeleteHardwareBrandGatewayTimeout 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 NewHardwareModelDeleteHardwareBrandGatewayTimeout added in v1.0.2

func NewHardwareModelDeleteHardwareBrandGatewayTimeout() *HardwareModelDeleteHardwareBrandGatewayTimeout

NewHardwareModelDeleteHardwareBrandGatewayTimeout creates a HardwareModelDeleteHardwareBrandGatewayTimeout with default headers values

func (*HardwareModelDeleteHardwareBrandGatewayTimeout) Error added in v1.0.2

func (*HardwareModelDeleteHardwareBrandGatewayTimeout) GetPayload added in v1.0.2

func (*HardwareModelDeleteHardwareBrandGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this hardware model delete hardware brand gateway timeout response has a 4xx status code

func (*HardwareModelDeleteHardwareBrandGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this hardware model delete hardware brand gateway timeout response a status code equal to that given

func (*HardwareModelDeleteHardwareBrandGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model delete hardware brand gateway timeout response has a 3xx status code

func (*HardwareModelDeleteHardwareBrandGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this hardware model delete hardware brand gateway timeout response has a 5xx status code

func (*HardwareModelDeleteHardwareBrandGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model delete hardware brand gateway timeout response has a 2xx status code

func (*HardwareModelDeleteHardwareBrandGatewayTimeout) String added in v1.0.2

type HardwareModelDeleteHardwareBrandInternalServerError added in v1.0.2

type HardwareModelDeleteHardwareBrandInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelDeleteHardwareBrandInternalServerError 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 NewHardwareModelDeleteHardwareBrandInternalServerError added in v1.0.2

func NewHardwareModelDeleteHardwareBrandInternalServerError() *HardwareModelDeleteHardwareBrandInternalServerError

NewHardwareModelDeleteHardwareBrandInternalServerError creates a HardwareModelDeleteHardwareBrandInternalServerError with default headers values

func (*HardwareModelDeleteHardwareBrandInternalServerError) Error added in v1.0.2

func (*HardwareModelDeleteHardwareBrandInternalServerError) GetPayload added in v1.0.2

func (*HardwareModelDeleteHardwareBrandInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this hardware model delete hardware brand internal server error response has a 4xx status code

func (*HardwareModelDeleteHardwareBrandInternalServerError) IsCode added in v1.0.2

IsCode returns true when this hardware model delete hardware brand internal server error response a status code equal to that given

func (*HardwareModelDeleteHardwareBrandInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model delete hardware brand internal server error response has a 3xx status code

func (*HardwareModelDeleteHardwareBrandInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this hardware model delete hardware brand internal server error response has a 5xx status code

func (*HardwareModelDeleteHardwareBrandInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model delete hardware brand internal server error response has a 2xx status code

func (*HardwareModelDeleteHardwareBrandInternalServerError) String added in v1.0.2

type HardwareModelDeleteHardwareBrandNotFound added in v1.0.2

type HardwareModelDeleteHardwareBrandNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelDeleteHardwareBrandNotFound 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 NewHardwareModelDeleteHardwareBrandNotFound added in v1.0.2

func NewHardwareModelDeleteHardwareBrandNotFound() *HardwareModelDeleteHardwareBrandNotFound

NewHardwareModelDeleteHardwareBrandNotFound creates a HardwareModelDeleteHardwareBrandNotFound with default headers values

func (*HardwareModelDeleteHardwareBrandNotFound) Error added in v1.0.2

func (*HardwareModelDeleteHardwareBrandNotFound) GetPayload added in v1.0.2

func (*HardwareModelDeleteHardwareBrandNotFound) IsClientError added in v1.0.2

IsClientError returns true when this hardware model delete hardware brand not found response has a 4xx status code

func (*HardwareModelDeleteHardwareBrandNotFound) IsCode added in v1.0.2

IsCode returns true when this hardware model delete hardware brand not found response a status code equal to that given

func (*HardwareModelDeleteHardwareBrandNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model delete hardware brand not found response has a 3xx status code

func (*HardwareModelDeleteHardwareBrandNotFound) IsServerError added in v1.0.2

IsServerError returns true when this hardware model delete hardware brand not found response has a 5xx status code

func (*HardwareModelDeleteHardwareBrandNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model delete hardware brand not found response has a 2xx status code

func (*HardwareModelDeleteHardwareBrandNotFound) String added in v1.0.2

type HardwareModelDeleteHardwareBrandOK added in v1.0.2

type HardwareModelDeleteHardwareBrandOK struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelDeleteHardwareBrandOK describes a response with status code 200, with default header values.

A successful response.

func NewHardwareModelDeleteHardwareBrandOK added in v1.0.2

func NewHardwareModelDeleteHardwareBrandOK() *HardwareModelDeleteHardwareBrandOK

NewHardwareModelDeleteHardwareBrandOK creates a HardwareModelDeleteHardwareBrandOK with default headers values

func (*HardwareModelDeleteHardwareBrandOK) Error added in v1.0.2

func (*HardwareModelDeleteHardwareBrandOK) GetPayload added in v1.0.2

func (*HardwareModelDeleteHardwareBrandOK) IsClientError added in v1.0.2

func (o *HardwareModelDeleteHardwareBrandOK) IsClientError() bool

IsClientError returns true when this hardware model delete hardware brand o k response has a 4xx status code

func (*HardwareModelDeleteHardwareBrandOK) IsCode added in v1.0.2

IsCode returns true when this hardware model delete hardware brand o k response a status code equal to that given

func (*HardwareModelDeleteHardwareBrandOK) IsRedirect added in v1.0.2

func (o *HardwareModelDeleteHardwareBrandOK) IsRedirect() bool

IsRedirect returns true when this hardware model delete hardware brand o k response has a 3xx status code

func (*HardwareModelDeleteHardwareBrandOK) IsServerError added in v1.0.2

func (o *HardwareModelDeleteHardwareBrandOK) IsServerError() bool

IsServerError returns true when this hardware model delete hardware brand o k response has a 5xx status code

func (*HardwareModelDeleteHardwareBrandOK) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model delete hardware brand o k response has a 2xx status code

func (*HardwareModelDeleteHardwareBrandOK) String added in v1.0.2

type HardwareModelDeleteHardwareBrandParams added in v1.0.2

type HardwareModelDeleteHardwareBrandParams 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
}

HardwareModelDeleteHardwareBrandParams contains all the parameters to send to the API endpoint

for the hardware model delete hardware brand operation.

Typically these are written to a http.Request.

func NewHardwareModelDeleteHardwareBrandParams added in v1.0.2

func NewHardwareModelDeleteHardwareBrandParams() *HardwareModelDeleteHardwareBrandParams

NewHardwareModelDeleteHardwareBrandParams creates a new HardwareModelDeleteHardwareBrandParams 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 NewHardwareModelDeleteHardwareBrandParamsWithContext added in v1.0.2

func NewHardwareModelDeleteHardwareBrandParamsWithContext(ctx context.Context) *HardwareModelDeleteHardwareBrandParams

NewHardwareModelDeleteHardwareBrandParamsWithContext creates a new HardwareModelDeleteHardwareBrandParams object with the ability to set a context for a request.

func NewHardwareModelDeleteHardwareBrandParamsWithHTTPClient added in v1.0.2

func NewHardwareModelDeleteHardwareBrandParamsWithHTTPClient(client *http.Client) *HardwareModelDeleteHardwareBrandParams

NewHardwareModelDeleteHardwareBrandParamsWithHTTPClient creates a new HardwareModelDeleteHardwareBrandParams object with the ability to set a custom HTTPClient for a request.

func NewHardwareModelDeleteHardwareBrandParamsWithTimeout added in v1.0.2

func NewHardwareModelDeleteHardwareBrandParamsWithTimeout(timeout time.Duration) *HardwareModelDeleteHardwareBrandParams

NewHardwareModelDeleteHardwareBrandParamsWithTimeout creates a new HardwareModelDeleteHardwareBrandParams object with the ability to set a timeout on a request.

func (*HardwareModelDeleteHardwareBrandParams) SetContext added in v1.0.2

SetContext adds the context to the hardware model delete hardware brand params

func (*HardwareModelDeleteHardwareBrandParams) SetDefaults added in v1.0.2

func (o *HardwareModelDeleteHardwareBrandParams) SetDefaults()

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

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

func (*HardwareModelDeleteHardwareBrandParams) SetEnterpriseID added in v1.0.2

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

SetEnterpriseID adds the enterpriseId to the hardware model delete hardware brand params

func (*HardwareModelDeleteHardwareBrandParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the hardware model delete hardware brand params

func (*HardwareModelDeleteHardwareBrandParams) SetID added in v1.0.2

SetID adds the id to the hardware model delete hardware brand params

func (*HardwareModelDeleteHardwareBrandParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the hardware model delete hardware brand params

func (*HardwareModelDeleteHardwareBrandParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the hardware model delete hardware brand params

func (*HardwareModelDeleteHardwareBrandParams) WithContext added in v1.0.2

WithContext adds the context to the hardware model delete hardware brand params

func (*HardwareModelDeleteHardwareBrandParams) WithDefaults added in v1.0.2

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

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

func (*HardwareModelDeleteHardwareBrandParams) WithEnterpriseID added in v1.0.2

WithEnterpriseID adds the enterpriseID to the hardware model delete hardware brand params

func (*HardwareModelDeleteHardwareBrandParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the hardware model delete hardware brand params

func (*HardwareModelDeleteHardwareBrandParams) WithID added in v1.0.2

WithID adds the id to the hardware model delete hardware brand params

func (*HardwareModelDeleteHardwareBrandParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the hardware model delete hardware brand params

func (*HardwareModelDeleteHardwareBrandParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the hardware model delete hardware brand params

func (*HardwareModelDeleteHardwareBrandParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type HardwareModelDeleteHardwareBrandReader added in v1.0.2

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

HardwareModelDeleteHardwareBrandReader is a Reader for the HardwareModelDeleteHardwareBrand structure.

func (*HardwareModelDeleteHardwareBrandReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type HardwareModelDeleteHardwareBrandUnauthorized added in v1.0.2

type HardwareModelDeleteHardwareBrandUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelDeleteHardwareBrandUnauthorized 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 NewHardwareModelDeleteHardwareBrandUnauthorized added in v1.0.2

func NewHardwareModelDeleteHardwareBrandUnauthorized() *HardwareModelDeleteHardwareBrandUnauthorized

NewHardwareModelDeleteHardwareBrandUnauthorized creates a HardwareModelDeleteHardwareBrandUnauthorized with default headers values

func (*HardwareModelDeleteHardwareBrandUnauthorized) Error added in v1.0.2

func (*HardwareModelDeleteHardwareBrandUnauthorized) GetPayload added in v1.0.2

func (*HardwareModelDeleteHardwareBrandUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this hardware model delete hardware brand unauthorized response has a 4xx status code

func (*HardwareModelDeleteHardwareBrandUnauthorized) IsCode added in v1.0.2

IsCode returns true when this hardware model delete hardware brand unauthorized response a status code equal to that given

func (*HardwareModelDeleteHardwareBrandUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model delete hardware brand unauthorized response has a 3xx status code

func (*HardwareModelDeleteHardwareBrandUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this hardware model delete hardware brand unauthorized response has a 5xx status code

func (*HardwareModelDeleteHardwareBrandUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model delete hardware brand unauthorized response has a 2xx status code

func (*HardwareModelDeleteHardwareBrandUnauthorized) String added in v1.0.2

type HardwareModelDeleteHardwareModelDefault added in v1.0.2

type HardwareModelDeleteHardwareModelDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

HardwareModelDeleteHardwareModelDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewHardwareModelDeleteHardwareModelDefault added in v1.0.2

func NewHardwareModelDeleteHardwareModelDefault(code int) *HardwareModelDeleteHardwareModelDefault

NewHardwareModelDeleteHardwareModelDefault creates a HardwareModelDeleteHardwareModelDefault with default headers values

func (*HardwareModelDeleteHardwareModelDefault) Code added in v1.0.2

Code gets the status code for the hardware model delete hardware model default response

func (*HardwareModelDeleteHardwareModelDefault) Error added in v1.0.2

func (*HardwareModelDeleteHardwareModelDefault) GetPayload added in v1.0.2

func (*HardwareModelDeleteHardwareModelDefault) IsClientError added in v1.0.2

func (o *HardwareModelDeleteHardwareModelDefault) IsClientError() bool

IsClientError returns true when this hardware model delete hardware model default response has a 4xx status code

func (*HardwareModelDeleteHardwareModelDefault) IsCode added in v1.0.2

IsCode returns true when this hardware model delete hardware model default response a status code equal to that given

func (*HardwareModelDeleteHardwareModelDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model delete hardware model default response has a 3xx status code

func (*HardwareModelDeleteHardwareModelDefault) IsServerError added in v1.0.2

func (o *HardwareModelDeleteHardwareModelDefault) IsServerError() bool

IsServerError returns true when this hardware model delete hardware model default response has a 5xx status code

func (*HardwareModelDeleteHardwareModelDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model delete hardware model default response has a 2xx status code

func (*HardwareModelDeleteHardwareModelDefault) String added in v1.0.2

type HardwareModelDeleteHardwareModelForbidden added in v1.0.2

type HardwareModelDeleteHardwareModelForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelDeleteHardwareModelForbidden 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 NewHardwareModelDeleteHardwareModelForbidden added in v1.0.2

func NewHardwareModelDeleteHardwareModelForbidden() *HardwareModelDeleteHardwareModelForbidden

NewHardwareModelDeleteHardwareModelForbidden creates a HardwareModelDeleteHardwareModelForbidden with default headers values

func (*HardwareModelDeleteHardwareModelForbidden) Error added in v1.0.2

func (*HardwareModelDeleteHardwareModelForbidden) GetPayload added in v1.0.2

func (*HardwareModelDeleteHardwareModelForbidden) IsClientError added in v1.0.2

IsClientError returns true when this hardware model delete hardware model forbidden response has a 4xx status code

func (*HardwareModelDeleteHardwareModelForbidden) IsCode added in v1.0.2

IsCode returns true when this hardware model delete hardware model forbidden response a status code equal to that given

func (*HardwareModelDeleteHardwareModelForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model delete hardware model forbidden response has a 3xx status code

func (*HardwareModelDeleteHardwareModelForbidden) IsServerError added in v1.0.2

IsServerError returns true when this hardware model delete hardware model forbidden response has a 5xx status code

func (*HardwareModelDeleteHardwareModelForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model delete hardware model forbidden response has a 2xx status code

func (*HardwareModelDeleteHardwareModelForbidden) String added in v1.0.2

type HardwareModelDeleteHardwareModelGatewayTimeout added in v1.0.2

type HardwareModelDeleteHardwareModelGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelDeleteHardwareModelGatewayTimeout 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 NewHardwareModelDeleteHardwareModelGatewayTimeout added in v1.0.2

func NewHardwareModelDeleteHardwareModelGatewayTimeout() *HardwareModelDeleteHardwareModelGatewayTimeout

NewHardwareModelDeleteHardwareModelGatewayTimeout creates a HardwareModelDeleteHardwareModelGatewayTimeout with default headers values

func (*HardwareModelDeleteHardwareModelGatewayTimeout) Error added in v1.0.2

func (*HardwareModelDeleteHardwareModelGatewayTimeout) GetPayload added in v1.0.2

func (*HardwareModelDeleteHardwareModelGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this hardware model delete hardware model gateway timeout response has a 4xx status code

func (*HardwareModelDeleteHardwareModelGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this hardware model delete hardware model gateway timeout response a status code equal to that given

func (*HardwareModelDeleteHardwareModelGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model delete hardware model gateway timeout response has a 3xx status code

func (*HardwareModelDeleteHardwareModelGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this hardware model delete hardware model gateway timeout response has a 5xx status code

func (*HardwareModelDeleteHardwareModelGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model delete hardware model gateway timeout response has a 2xx status code

func (*HardwareModelDeleteHardwareModelGatewayTimeout) String added in v1.0.2

type HardwareModelDeleteHardwareModelInternalServerError added in v1.0.2

type HardwareModelDeleteHardwareModelInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelDeleteHardwareModelInternalServerError 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 NewHardwareModelDeleteHardwareModelInternalServerError added in v1.0.2

func NewHardwareModelDeleteHardwareModelInternalServerError() *HardwareModelDeleteHardwareModelInternalServerError

NewHardwareModelDeleteHardwareModelInternalServerError creates a HardwareModelDeleteHardwareModelInternalServerError with default headers values

func (*HardwareModelDeleteHardwareModelInternalServerError) Error added in v1.0.2

func (*HardwareModelDeleteHardwareModelInternalServerError) GetPayload added in v1.0.2

func (*HardwareModelDeleteHardwareModelInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this hardware model delete hardware model internal server error response has a 4xx status code

func (*HardwareModelDeleteHardwareModelInternalServerError) IsCode added in v1.0.2

IsCode returns true when this hardware model delete hardware model internal server error response a status code equal to that given

func (*HardwareModelDeleteHardwareModelInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model delete hardware model internal server error response has a 3xx status code

func (*HardwareModelDeleteHardwareModelInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this hardware model delete hardware model internal server error response has a 5xx status code

func (*HardwareModelDeleteHardwareModelInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model delete hardware model internal server error response has a 2xx status code

func (*HardwareModelDeleteHardwareModelInternalServerError) String added in v1.0.2

type HardwareModelDeleteHardwareModelNotFound added in v1.0.2

type HardwareModelDeleteHardwareModelNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelDeleteHardwareModelNotFound 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 NewHardwareModelDeleteHardwareModelNotFound added in v1.0.2

func NewHardwareModelDeleteHardwareModelNotFound() *HardwareModelDeleteHardwareModelNotFound

NewHardwareModelDeleteHardwareModelNotFound creates a HardwareModelDeleteHardwareModelNotFound with default headers values

func (*HardwareModelDeleteHardwareModelNotFound) Error added in v1.0.2

func (*HardwareModelDeleteHardwareModelNotFound) GetPayload added in v1.0.2

func (*HardwareModelDeleteHardwareModelNotFound) IsClientError added in v1.0.2

IsClientError returns true when this hardware model delete hardware model not found response has a 4xx status code

func (*HardwareModelDeleteHardwareModelNotFound) IsCode added in v1.0.2

IsCode returns true when this hardware model delete hardware model not found response a status code equal to that given

func (*HardwareModelDeleteHardwareModelNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model delete hardware model not found response has a 3xx status code

func (*HardwareModelDeleteHardwareModelNotFound) IsServerError added in v1.0.2

IsServerError returns true when this hardware model delete hardware model not found response has a 5xx status code

func (*HardwareModelDeleteHardwareModelNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model delete hardware model not found response has a 2xx status code

func (*HardwareModelDeleteHardwareModelNotFound) String added in v1.0.2

type HardwareModelDeleteHardwareModelOK added in v1.0.2

type HardwareModelDeleteHardwareModelOK struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelDeleteHardwareModelOK describes a response with status code 200, with default header values.

A successful response.

func NewHardwareModelDeleteHardwareModelOK added in v1.0.2

func NewHardwareModelDeleteHardwareModelOK() *HardwareModelDeleteHardwareModelOK

NewHardwareModelDeleteHardwareModelOK creates a HardwareModelDeleteHardwareModelOK with default headers values

func (*HardwareModelDeleteHardwareModelOK) Error added in v1.0.2

func (*HardwareModelDeleteHardwareModelOK) GetPayload added in v1.0.2

func (*HardwareModelDeleteHardwareModelOK) IsClientError added in v1.0.2

func (o *HardwareModelDeleteHardwareModelOK) IsClientError() bool

IsClientError returns true when this hardware model delete hardware model o k response has a 4xx status code

func (*HardwareModelDeleteHardwareModelOK) IsCode added in v1.0.2

IsCode returns true when this hardware model delete hardware model o k response a status code equal to that given

func (*HardwareModelDeleteHardwareModelOK) IsRedirect added in v1.0.2

func (o *HardwareModelDeleteHardwareModelOK) IsRedirect() bool

IsRedirect returns true when this hardware model delete hardware model o k response has a 3xx status code

func (*HardwareModelDeleteHardwareModelOK) IsServerError added in v1.0.2

func (o *HardwareModelDeleteHardwareModelOK) IsServerError() bool

IsServerError returns true when this hardware model delete hardware model o k response has a 5xx status code

func (*HardwareModelDeleteHardwareModelOK) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model delete hardware model o k response has a 2xx status code

func (*HardwareModelDeleteHardwareModelOK) String added in v1.0.2

type HardwareModelDeleteHardwareModelParams added in v1.0.2

type HardwareModelDeleteHardwareModelParams 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
}

HardwareModelDeleteHardwareModelParams contains all the parameters to send to the API endpoint

for the hardware model delete hardware model operation.

Typically these are written to a http.Request.

func NewHardwareModelDeleteHardwareModelParams added in v1.0.2

func NewHardwareModelDeleteHardwareModelParams() *HardwareModelDeleteHardwareModelParams

NewHardwareModelDeleteHardwareModelParams creates a new HardwareModelDeleteHardwareModelParams 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 NewHardwareModelDeleteHardwareModelParamsWithContext added in v1.0.2

func NewHardwareModelDeleteHardwareModelParamsWithContext(ctx context.Context) *HardwareModelDeleteHardwareModelParams

NewHardwareModelDeleteHardwareModelParamsWithContext creates a new HardwareModelDeleteHardwareModelParams object with the ability to set a context for a request.

func NewHardwareModelDeleteHardwareModelParamsWithHTTPClient added in v1.0.2

func NewHardwareModelDeleteHardwareModelParamsWithHTTPClient(client *http.Client) *HardwareModelDeleteHardwareModelParams

NewHardwareModelDeleteHardwareModelParamsWithHTTPClient creates a new HardwareModelDeleteHardwareModelParams object with the ability to set a custom HTTPClient for a request.

func NewHardwareModelDeleteHardwareModelParamsWithTimeout added in v1.0.2

func NewHardwareModelDeleteHardwareModelParamsWithTimeout(timeout time.Duration) *HardwareModelDeleteHardwareModelParams

NewHardwareModelDeleteHardwareModelParamsWithTimeout creates a new HardwareModelDeleteHardwareModelParams object with the ability to set a timeout on a request.

func (*HardwareModelDeleteHardwareModelParams) SetContext added in v1.0.2

SetContext adds the context to the hardware model delete hardware model params

func (*HardwareModelDeleteHardwareModelParams) SetDefaults added in v1.0.2

func (o *HardwareModelDeleteHardwareModelParams) SetDefaults()

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

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

func (*HardwareModelDeleteHardwareModelParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the hardware model delete hardware model params

func (*HardwareModelDeleteHardwareModelParams) SetID added in v1.0.2

SetID adds the id to the hardware model delete hardware model params

func (*HardwareModelDeleteHardwareModelParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the hardware model delete hardware model params

func (*HardwareModelDeleteHardwareModelParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the hardware model delete hardware model params

func (*HardwareModelDeleteHardwareModelParams) WithContext added in v1.0.2

WithContext adds the context to the hardware model delete hardware model params

func (*HardwareModelDeleteHardwareModelParams) WithDefaults added in v1.0.2

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

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

func (*HardwareModelDeleteHardwareModelParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the hardware model delete hardware model params

func (*HardwareModelDeleteHardwareModelParams) WithID added in v1.0.2

WithID adds the id to the hardware model delete hardware model params

func (*HardwareModelDeleteHardwareModelParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the hardware model delete hardware model params

func (*HardwareModelDeleteHardwareModelParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the hardware model delete hardware model params

func (*HardwareModelDeleteHardwareModelParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type HardwareModelDeleteHardwareModelReader added in v1.0.2

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

HardwareModelDeleteHardwareModelReader is a Reader for the HardwareModelDeleteHardwareModel structure.

func (*HardwareModelDeleteHardwareModelReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type HardwareModelDeleteHardwareModelUnauthorized added in v1.0.2

type HardwareModelDeleteHardwareModelUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelDeleteHardwareModelUnauthorized 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 NewHardwareModelDeleteHardwareModelUnauthorized added in v1.0.2

func NewHardwareModelDeleteHardwareModelUnauthorized() *HardwareModelDeleteHardwareModelUnauthorized

NewHardwareModelDeleteHardwareModelUnauthorized creates a HardwareModelDeleteHardwareModelUnauthorized with default headers values

func (*HardwareModelDeleteHardwareModelUnauthorized) Error added in v1.0.2

func (*HardwareModelDeleteHardwareModelUnauthorized) GetPayload added in v1.0.2

func (*HardwareModelDeleteHardwareModelUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this hardware model delete hardware model unauthorized response has a 4xx status code

func (*HardwareModelDeleteHardwareModelUnauthorized) IsCode added in v1.0.2

IsCode returns true when this hardware model delete hardware model unauthorized response a status code equal to that given

func (*HardwareModelDeleteHardwareModelUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model delete hardware model unauthorized response has a 3xx status code

func (*HardwareModelDeleteHardwareModelUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this hardware model delete hardware model unauthorized response has a 5xx status code

func (*HardwareModelDeleteHardwareModelUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model delete hardware model unauthorized response has a 2xx status code

func (*HardwareModelDeleteHardwareModelUnauthorized) String added in v1.0.2

type HardwareModelGetDeviceStatusConfigBadRequest added in v1.0.2

type HardwareModelGetDeviceStatusConfigBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetDeviceStatusConfigBadRequest 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 NewHardwareModelGetDeviceStatusConfigBadRequest added in v1.0.2

func NewHardwareModelGetDeviceStatusConfigBadRequest() *HardwareModelGetDeviceStatusConfigBadRequest

NewHardwareModelGetDeviceStatusConfigBadRequest creates a HardwareModelGetDeviceStatusConfigBadRequest with default headers values

func (*HardwareModelGetDeviceStatusConfigBadRequest) Error added in v1.0.2

func (*HardwareModelGetDeviceStatusConfigBadRequest) GetPayload added in v1.0.2

func (*HardwareModelGetDeviceStatusConfigBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get device status config bad request response has a 4xx status code

func (*HardwareModelGetDeviceStatusConfigBadRequest) IsCode added in v1.0.2

IsCode returns true when this hardware model get device status config bad request response a status code equal to that given

func (*HardwareModelGetDeviceStatusConfigBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get device status config bad request response has a 3xx status code

func (*HardwareModelGetDeviceStatusConfigBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get device status config bad request response has a 5xx status code

func (*HardwareModelGetDeviceStatusConfigBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get device status config bad request response has a 2xx status code

func (*HardwareModelGetDeviceStatusConfigBadRequest) String added in v1.0.2

type HardwareModelGetDeviceStatusConfigDefault added in v1.0.2

type HardwareModelGetDeviceStatusConfigDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

HardwareModelGetDeviceStatusConfigDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewHardwareModelGetDeviceStatusConfigDefault added in v1.0.2

func NewHardwareModelGetDeviceStatusConfigDefault(code int) *HardwareModelGetDeviceStatusConfigDefault

NewHardwareModelGetDeviceStatusConfigDefault creates a HardwareModelGetDeviceStatusConfigDefault with default headers values

func (*HardwareModelGetDeviceStatusConfigDefault) Code added in v1.0.2

Code gets the status code for the hardware model get device status config default response

func (*HardwareModelGetDeviceStatusConfigDefault) Error added in v1.0.2

func (*HardwareModelGetDeviceStatusConfigDefault) GetPayload added in v1.0.2

func (*HardwareModelGetDeviceStatusConfigDefault) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get device status config default response has a 4xx status code

func (*HardwareModelGetDeviceStatusConfigDefault) IsCode added in v1.0.2

IsCode returns true when this hardware model get device status config default response a status code equal to that given

func (*HardwareModelGetDeviceStatusConfigDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get device status config default response has a 3xx status code

func (*HardwareModelGetDeviceStatusConfigDefault) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get device status config default response has a 5xx status code

func (*HardwareModelGetDeviceStatusConfigDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get device status config default response has a 2xx status code

func (*HardwareModelGetDeviceStatusConfigDefault) String added in v1.0.2

type HardwareModelGetDeviceStatusConfigForbidden added in v1.0.2

type HardwareModelGetDeviceStatusConfigForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetDeviceStatusConfigForbidden 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 NewHardwareModelGetDeviceStatusConfigForbidden added in v1.0.2

func NewHardwareModelGetDeviceStatusConfigForbidden() *HardwareModelGetDeviceStatusConfigForbidden

NewHardwareModelGetDeviceStatusConfigForbidden creates a HardwareModelGetDeviceStatusConfigForbidden with default headers values

func (*HardwareModelGetDeviceStatusConfigForbidden) Error added in v1.0.2

func (*HardwareModelGetDeviceStatusConfigForbidden) GetPayload added in v1.0.2

func (*HardwareModelGetDeviceStatusConfigForbidden) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get device status config forbidden response has a 4xx status code

func (*HardwareModelGetDeviceStatusConfigForbidden) IsCode added in v1.0.2

IsCode returns true when this hardware model get device status config forbidden response a status code equal to that given

func (*HardwareModelGetDeviceStatusConfigForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get device status config forbidden response has a 3xx status code

func (*HardwareModelGetDeviceStatusConfigForbidden) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get device status config forbidden response has a 5xx status code

func (*HardwareModelGetDeviceStatusConfigForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get device status config forbidden response has a 2xx status code

func (*HardwareModelGetDeviceStatusConfigForbidden) String added in v1.0.2

type HardwareModelGetDeviceStatusConfigGatewayTimeout added in v1.0.2

type HardwareModelGetDeviceStatusConfigGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetDeviceStatusConfigGatewayTimeout 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 NewHardwareModelGetDeviceStatusConfigGatewayTimeout added in v1.0.2

func NewHardwareModelGetDeviceStatusConfigGatewayTimeout() *HardwareModelGetDeviceStatusConfigGatewayTimeout

NewHardwareModelGetDeviceStatusConfigGatewayTimeout creates a HardwareModelGetDeviceStatusConfigGatewayTimeout with default headers values

func (*HardwareModelGetDeviceStatusConfigGatewayTimeout) Error added in v1.0.2

func (*HardwareModelGetDeviceStatusConfigGatewayTimeout) GetPayload added in v1.0.2

func (*HardwareModelGetDeviceStatusConfigGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get device status config gateway timeout response has a 4xx status code

func (*HardwareModelGetDeviceStatusConfigGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this hardware model get device status config gateway timeout response a status code equal to that given

func (*HardwareModelGetDeviceStatusConfigGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get device status config gateway timeout response has a 3xx status code

func (*HardwareModelGetDeviceStatusConfigGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get device status config gateway timeout response has a 5xx status code

func (*HardwareModelGetDeviceStatusConfigGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get device status config gateway timeout response has a 2xx status code

func (*HardwareModelGetDeviceStatusConfigGatewayTimeout) String added in v1.0.2

type HardwareModelGetDeviceStatusConfigInternalServerError added in v1.0.2

type HardwareModelGetDeviceStatusConfigInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetDeviceStatusConfigInternalServerError 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 NewHardwareModelGetDeviceStatusConfigInternalServerError added in v1.0.2

func NewHardwareModelGetDeviceStatusConfigInternalServerError() *HardwareModelGetDeviceStatusConfigInternalServerError

NewHardwareModelGetDeviceStatusConfigInternalServerError creates a HardwareModelGetDeviceStatusConfigInternalServerError with default headers values

func (*HardwareModelGetDeviceStatusConfigInternalServerError) Error added in v1.0.2

func (*HardwareModelGetDeviceStatusConfigInternalServerError) GetPayload added in v1.0.2

func (*HardwareModelGetDeviceStatusConfigInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get device status config internal server error response has a 4xx status code

func (*HardwareModelGetDeviceStatusConfigInternalServerError) IsCode added in v1.0.2

IsCode returns true when this hardware model get device status config internal server error response a status code equal to that given

func (*HardwareModelGetDeviceStatusConfigInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get device status config internal server error response has a 3xx status code

func (*HardwareModelGetDeviceStatusConfigInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get device status config internal server error response has a 5xx status code

func (*HardwareModelGetDeviceStatusConfigInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get device status config internal server error response has a 2xx status code

func (*HardwareModelGetDeviceStatusConfigInternalServerError) String added in v1.0.2

type HardwareModelGetDeviceStatusConfigOK added in v1.0.2

type HardwareModelGetDeviceStatusConfigOK struct {
	Payload *swagger_models.DeviceStatusConfigList
}

HardwareModelGetDeviceStatusConfigOK describes a response with status code 200, with default header values.

A successful response.

func NewHardwareModelGetDeviceStatusConfigOK added in v1.0.2

func NewHardwareModelGetDeviceStatusConfigOK() *HardwareModelGetDeviceStatusConfigOK

NewHardwareModelGetDeviceStatusConfigOK creates a HardwareModelGetDeviceStatusConfigOK with default headers values

func (*HardwareModelGetDeviceStatusConfigOK) Error added in v1.0.2

func (*HardwareModelGetDeviceStatusConfigOK) GetPayload added in v1.0.2

func (*HardwareModelGetDeviceStatusConfigOK) IsClientError added in v1.0.2

func (o *HardwareModelGetDeviceStatusConfigOK) IsClientError() bool

IsClientError returns true when this hardware model get device status config o k response has a 4xx status code

func (*HardwareModelGetDeviceStatusConfigOK) IsCode added in v1.0.2

IsCode returns true when this hardware model get device status config o k response a status code equal to that given

func (*HardwareModelGetDeviceStatusConfigOK) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get device status config o k response has a 3xx status code

func (*HardwareModelGetDeviceStatusConfigOK) IsServerError added in v1.0.2

func (o *HardwareModelGetDeviceStatusConfigOK) IsServerError() bool

IsServerError returns true when this hardware model get device status config o k response has a 5xx status code

func (*HardwareModelGetDeviceStatusConfigOK) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get device status config o k response has a 2xx status code

func (*HardwareModelGetDeviceStatusConfigOK) String added in v1.0.2

type HardwareModelGetDeviceStatusConfigParams added in v1.0.2

type HardwareModelGetDeviceStatusConfigParams struct {

	/* XRequestID.

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

	/* Fields.

	   Fields to select for composite api: id, name, title, serialNo, projectId, projectName, isEveLatest, appInstCount, runState, adminState.
	*/
	Fields []string

	// FilterDeviceName.
	FilterDeviceName *string

	// FilterLoad.
	//
	// Default: "DEVICE_LOAD_UNSPECIFIED"
	FilterLoad *string

	// FilterNamePattern.
	FilterNamePattern *string

	// FilterProjectName.
	FilterProjectName *string

	// FilterProjectNamePattern.
	FilterProjectNamePattern *string

	/* FilterRunState.

	     - RUN_STATE_ONLINE: Entity Online
	- RUN_STATE_HALTED: Entity Halted
	- RUN_STATE_INIT: Entity Initializing
	- RUN_STATE_REBOOTING: Entity Rebooting
	- RUN_STATE_OFFLINE: Entity Offline
	- RUN_STATE_UNKNOWN: Entity state Unknown
	- RUN_STATE_UNPROVISIONED: Entity Unprovisioned
	- RUN_STATE_PROVISIONED: Entity Provisioned
	- RUN_STATE_SUSPECT: Entity Suspect
	- RUN_STATE_DOWNLOADING: Edge-node downloading entity artifacts
	- RUN_STATE_RESTARTING: Entity Restarting
	- RUN_STATE_PURGING: Entity Purging
	- RUN_STATE_HALTING: Entity Halting
	- RUN_STATE_ERROR: Entity encountered an error
	- RUN_STATE_VERIFYING: Verification of downloaded Artifacts in Progress.
	- RUN_STATE_LOADING: Loading of Artifacts into local datastore in Progress.
	- RUN_STATE_CREATING_VOLUME: Volume creation from artifacts in Progress
	- RUN_STATE_BOOTING: Entity booting up
	- RUN_STATE_MAINTENANCE_MODE: Entity maintenance mode
	- RUN_STATE_START_DELAYED: Application start delayed as per configuration
	- RUN_STATE_BASEOS_UPDATING: Device BaseOs Update in Progress
	- RUN_STATE_PREPARING_POWEROFF: device preparing power off - shutting down all app instances
	- RUN_STATE_POWERING_OFF: device powering off from local profile server
	- RUN_STATE_PREPARED_POWEROFF: device prepared power off - all app instances are shut down

	    Default: "RUN_STATE_UNSPECIFIED"
	*/
	FilterRunState *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.
	Summary *bool

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

HardwareModelGetDeviceStatusConfigParams contains all the parameters to send to the API endpoint

for the hardware model get device status config operation.

Typically these are written to a http.Request.

func NewHardwareModelGetDeviceStatusConfigParams added in v1.0.2

func NewHardwareModelGetDeviceStatusConfigParams() *HardwareModelGetDeviceStatusConfigParams

NewHardwareModelGetDeviceStatusConfigParams creates a new HardwareModelGetDeviceStatusConfigParams 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 NewHardwareModelGetDeviceStatusConfigParamsWithContext added in v1.0.2

func NewHardwareModelGetDeviceStatusConfigParamsWithContext(ctx context.Context) *HardwareModelGetDeviceStatusConfigParams

NewHardwareModelGetDeviceStatusConfigParamsWithContext creates a new HardwareModelGetDeviceStatusConfigParams object with the ability to set a context for a request.

func NewHardwareModelGetDeviceStatusConfigParamsWithHTTPClient added in v1.0.2

func NewHardwareModelGetDeviceStatusConfigParamsWithHTTPClient(client *http.Client) *HardwareModelGetDeviceStatusConfigParams

NewHardwareModelGetDeviceStatusConfigParamsWithHTTPClient creates a new HardwareModelGetDeviceStatusConfigParams object with the ability to set a custom HTTPClient for a request.

func NewHardwareModelGetDeviceStatusConfigParamsWithTimeout added in v1.0.2

func NewHardwareModelGetDeviceStatusConfigParamsWithTimeout(timeout time.Duration) *HardwareModelGetDeviceStatusConfigParams

NewHardwareModelGetDeviceStatusConfigParamsWithTimeout creates a new HardwareModelGetDeviceStatusConfigParams object with the ability to set a timeout on a request.

func (*HardwareModelGetDeviceStatusConfigParams) SetContext added in v1.0.2

SetContext adds the context to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) SetDefaults added in v1.0.2

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

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

func (*HardwareModelGetDeviceStatusConfigParams) SetFields added in v1.0.2

func (o *HardwareModelGetDeviceStatusConfigParams) SetFields(fields []string)

SetFields adds the fields to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) SetFilterDeviceName added in v1.0.2

func (o *HardwareModelGetDeviceStatusConfigParams) SetFilterDeviceName(filterDeviceName *string)

SetFilterDeviceName adds the filterDeviceName to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) SetFilterLoad added in v1.0.2

func (o *HardwareModelGetDeviceStatusConfigParams) SetFilterLoad(filterLoad *string)

SetFilterLoad adds the filterLoad to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) SetFilterNamePattern added in v1.0.2

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

SetFilterNamePattern adds the filterNamePattern to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) SetFilterProjectName added in v1.0.2

func (o *HardwareModelGetDeviceStatusConfigParams) SetFilterProjectName(filterProjectName *string)

SetFilterProjectName adds the filterProjectName to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) SetFilterProjectNamePattern added in v1.0.2

func (o *HardwareModelGetDeviceStatusConfigParams) SetFilterProjectNamePattern(filterProjectNamePattern *string)

SetFilterProjectNamePattern adds the filterProjectNamePattern to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) SetFilterRunState added in v1.0.2

func (o *HardwareModelGetDeviceStatusConfigParams) SetFilterRunState(filterRunState *string)

SetFilterRunState adds the filterRunState to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) SetNextOrderBy added in v1.0.2

func (o *HardwareModelGetDeviceStatusConfigParams) SetNextOrderBy(nextOrderBy []string)

SetNextOrderBy adds the nextOrderBy to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) SetNextPageNum added in v1.0.2

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

SetNextPageNum adds the nextPageNum to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) SetNextPageSize added in v1.0.2

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

SetNextPageSize adds the nextPageSize to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) SetNextPageToken added in v1.0.2

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

SetNextPageToken adds the nextPageToken to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) SetNextTotalPages added in v1.0.2

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

SetNextTotalPages adds the nextTotalPages to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) SetSummary added in v1.0.2

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

SetSummary adds the summary to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) WithContext added in v1.0.2

WithContext adds the context to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) WithDefaults added in v1.0.2

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

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

func (*HardwareModelGetDeviceStatusConfigParams) WithFields added in v1.0.2

WithFields adds the fields to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) WithFilterDeviceName added in v1.0.2

WithFilterDeviceName adds the filterDeviceName to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) WithFilterLoad added in v1.0.2

WithFilterLoad adds the filterLoad to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) WithFilterNamePattern added in v1.0.2

WithFilterNamePattern adds the filterNamePattern to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) WithFilterProjectName added in v1.0.2

WithFilterProjectName adds the filterProjectName to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) WithFilterProjectNamePattern added in v1.0.2

func (o *HardwareModelGetDeviceStatusConfigParams) WithFilterProjectNamePattern(filterProjectNamePattern *string) *HardwareModelGetDeviceStatusConfigParams

WithFilterProjectNamePattern adds the filterProjectNamePattern to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) WithFilterRunState added in v1.0.2

WithFilterRunState adds the filterRunState to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) WithNextOrderBy added in v1.0.2

WithNextOrderBy adds the nextOrderBy to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) WithNextPageNum added in v1.0.2

WithNextPageNum adds the nextPageNum to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) WithNextPageSize added in v1.0.2

WithNextPageSize adds the nextPageSize to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) WithNextPageToken added in v1.0.2

WithNextPageToken adds the nextPageToken to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) WithNextTotalPages added in v1.0.2

WithNextTotalPages adds the nextTotalPages to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) WithSummary added in v1.0.2

WithSummary adds the summary to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the hardware model get device status config params

func (*HardwareModelGetDeviceStatusConfigParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type HardwareModelGetDeviceStatusConfigReader added in v1.0.2

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

HardwareModelGetDeviceStatusConfigReader is a Reader for the HardwareModelGetDeviceStatusConfig structure.

func (*HardwareModelGetDeviceStatusConfigReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type HardwareModelGetDeviceStatusConfigUnauthorized added in v1.0.2

type HardwareModelGetDeviceStatusConfigUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetDeviceStatusConfigUnauthorized 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 NewHardwareModelGetDeviceStatusConfigUnauthorized added in v1.0.2

func NewHardwareModelGetDeviceStatusConfigUnauthorized() *HardwareModelGetDeviceStatusConfigUnauthorized

NewHardwareModelGetDeviceStatusConfigUnauthorized creates a HardwareModelGetDeviceStatusConfigUnauthorized with default headers values

func (*HardwareModelGetDeviceStatusConfigUnauthorized) Error added in v1.0.2

func (*HardwareModelGetDeviceStatusConfigUnauthorized) GetPayload added in v1.0.2

func (*HardwareModelGetDeviceStatusConfigUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get device status config unauthorized response has a 4xx status code

func (*HardwareModelGetDeviceStatusConfigUnauthorized) IsCode added in v1.0.2

IsCode returns true when this hardware model get device status config unauthorized response a status code equal to that given

func (*HardwareModelGetDeviceStatusConfigUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get device status config unauthorized response has a 3xx status code

func (*HardwareModelGetDeviceStatusConfigUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get device status config unauthorized response has a 5xx status code

func (*HardwareModelGetDeviceStatusConfigUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get device status config unauthorized response has a 2xx status code

func (*HardwareModelGetDeviceStatusConfigUnauthorized) String added in v1.0.2

type HardwareModelGetDeviceStatusLocationBadRequest added in v1.0.2

type HardwareModelGetDeviceStatusLocationBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetDeviceStatusLocationBadRequest 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 NewHardwareModelGetDeviceStatusLocationBadRequest added in v1.0.2

func NewHardwareModelGetDeviceStatusLocationBadRequest() *HardwareModelGetDeviceStatusLocationBadRequest

NewHardwareModelGetDeviceStatusLocationBadRequest creates a HardwareModelGetDeviceStatusLocationBadRequest with default headers values

func (*HardwareModelGetDeviceStatusLocationBadRequest) Error added in v1.0.2

func (*HardwareModelGetDeviceStatusLocationBadRequest) GetPayload added in v1.0.2

func (*HardwareModelGetDeviceStatusLocationBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get device status location bad request response has a 4xx status code

func (*HardwareModelGetDeviceStatusLocationBadRequest) IsCode added in v1.0.2

IsCode returns true when this hardware model get device status location bad request response a status code equal to that given

func (*HardwareModelGetDeviceStatusLocationBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get device status location bad request response has a 3xx status code

func (*HardwareModelGetDeviceStatusLocationBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get device status location bad request response has a 5xx status code

func (*HardwareModelGetDeviceStatusLocationBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get device status location bad request response has a 2xx status code

func (*HardwareModelGetDeviceStatusLocationBadRequest) String added in v1.0.2

type HardwareModelGetDeviceStatusLocationDefault added in v1.0.2

type HardwareModelGetDeviceStatusLocationDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

HardwareModelGetDeviceStatusLocationDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewHardwareModelGetDeviceStatusLocationDefault added in v1.0.2

func NewHardwareModelGetDeviceStatusLocationDefault(code int) *HardwareModelGetDeviceStatusLocationDefault

NewHardwareModelGetDeviceStatusLocationDefault creates a HardwareModelGetDeviceStatusLocationDefault with default headers values

func (*HardwareModelGetDeviceStatusLocationDefault) Code added in v1.0.2

Code gets the status code for the hardware model get device status location default response

func (*HardwareModelGetDeviceStatusLocationDefault) Error added in v1.0.2

func (*HardwareModelGetDeviceStatusLocationDefault) GetPayload added in v1.0.2

func (*HardwareModelGetDeviceStatusLocationDefault) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get device status location default response has a 4xx status code

func (*HardwareModelGetDeviceStatusLocationDefault) IsCode added in v1.0.2

IsCode returns true when this hardware model get device status location default response a status code equal to that given

func (*HardwareModelGetDeviceStatusLocationDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get device status location default response has a 3xx status code

func (*HardwareModelGetDeviceStatusLocationDefault) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get device status location default response has a 5xx status code

func (*HardwareModelGetDeviceStatusLocationDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get device status location default response has a 2xx status code

func (*HardwareModelGetDeviceStatusLocationDefault) String added in v1.0.2

type HardwareModelGetDeviceStatusLocationForbidden added in v1.0.2

type HardwareModelGetDeviceStatusLocationForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetDeviceStatusLocationForbidden 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 NewHardwareModelGetDeviceStatusLocationForbidden added in v1.0.2

func NewHardwareModelGetDeviceStatusLocationForbidden() *HardwareModelGetDeviceStatusLocationForbidden

NewHardwareModelGetDeviceStatusLocationForbidden creates a HardwareModelGetDeviceStatusLocationForbidden with default headers values

func (*HardwareModelGetDeviceStatusLocationForbidden) Error added in v1.0.2

func (*HardwareModelGetDeviceStatusLocationForbidden) GetPayload added in v1.0.2

func (*HardwareModelGetDeviceStatusLocationForbidden) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get device status location forbidden response has a 4xx status code

func (*HardwareModelGetDeviceStatusLocationForbidden) IsCode added in v1.0.2

IsCode returns true when this hardware model get device status location forbidden response a status code equal to that given

func (*HardwareModelGetDeviceStatusLocationForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get device status location forbidden response has a 3xx status code

func (*HardwareModelGetDeviceStatusLocationForbidden) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get device status location forbidden response has a 5xx status code

func (*HardwareModelGetDeviceStatusLocationForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get device status location forbidden response has a 2xx status code

func (*HardwareModelGetDeviceStatusLocationForbidden) String added in v1.0.2

type HardwareModelGetDeviceStatusLocationGatewayTimeout added in v1.0.2

type HardwareModelGetDeviceStatusLocationGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetDeviceStatusLocationGatewayTimeout 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 NewHardwareModelGetDeviceStatusLocationGatewayTimeout added in v1.0.2

func NewHardwareModelGetDeviceStatusLocationGatewayTimeout() *HardwareModelGetDeviceStatusLocationGatewayTimeout

NewHardwareModelGetDeviceStatusLocationGatewayTimeout creates a HardwareModelGetDeviceStatusLocationGatewayTimeout with default headers values

func (*HardwareModelGetDeviceStatusLocationGatewayTimeout) Error added in v1.0.2

func (*HardwareModelGetDeviceStatusLocationGatewayTimeout) GetPayload added in v1.0.2

func (*HardwareModelGetDeviceStatusLocationGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get device status location gateway timeout response has a 4xx status code

func (*HardwareModelGetDeviceStatusLocationGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this hardware model get device status location gateway timeout response a status code equal to that given

func (*HardwareModelGetDeviceStatusLocationGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get device status location gateway timeout response has a 3xx status code

func (*HardwareModelGetDeviceStatusLocationGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get device status location gateway timeout response has a 5xx status code

func (*HardwareModelGetDeviceStatusLocationGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get device status location gateway timeout response has a 2xx status code

func (*HardwareModelGetDeviceStatusLocationGatewayTimeout) String added in v1.0.2

type HardwareModelGetDeviceStatusLocationInternalServerError added in v1.0.2

type HardwareModelGetDeviceStatusLocationInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetDeviceStatusLocationInternalServerError 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 NewHardwareModelGetDeviceStatusLocationInternalServerError added in v1.0.2

func NewHardwareModelGetDeviceStatusLocationInternalServerError() *HardwareModelGetDeviceStatusLocationInternalServerError

NewHardwareModelGetDeviceStatusLocationInternalServerError creates a HardwareModelGetDeviceStatusLocationInternalServerError with default headers values

func (*HardwareModelGetDeviceStatusLocationInternalServerError) Error added in v1.0.2

func (*HardwareModelGetDeviceStatusLocationInternalServerError) GetPayload added in v1.0.2

func (*HardwareModelGetDeviceStatusLocationInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get device status location internal server error response has a 4xx status code

func (*HardwareModelGetDeviceStatusLocationInternalServerError) IsCode added in v1.0.2

IsCode returns true when this hardware model get device status location internal server error response a status code equal to that given

func (*HardwareModelGetDeviceStatusLocationInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get device status location internal server error response has a 3xx status code

func (*HardwareModelGetDeviceStatusLocationInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get device status location internal server error response has a 5xx status code

func (*HardwareModelGetDeviceStatusLocationInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get device status location internal server error response has a 2xx status code

func (*HardwareModelGetDeviceStatusLocationInternalServerError) String added in v1.0.2

type HardwareModelGetDeviceStatusLocationOK added in v1.0.2

type HardwareModelGetDeviceStatusLocationOK struct {
	Payload *swagger_models.DeviceLocations
}

HardwareModelGetDeviceStatusLocationOK describes a response with status code 200, with default header values.

A successful response.

func NewHardwareModelGetDeviceStatusLocationOK added in v1.0.2

func NewHardwareModelGetDeviceStatusLocationOK() *HardwareModelGetDeviceStatusLocationOK

NewHardwareModelGetDeviceStatusLocationOK creates a HardwareModelGetDeviceStatusLocationOK with default headers values

func (*HardwareModelGetDeviceStatusLocationOK) Error added in v1.0.2

func (*HardwareModelGetDeviceStatusLocationOK) GetPayload added in v1.0.2

func (*HardwareModelGetDeviceStatusLocationOK) IsClientError added in v1.0.2

func (o *HardwareModelGetDeviceStatusLocationOK) IsClientError() bool

IsClientError returns true when this hardware model get device status location o k response has a 4xx status code

func (*HardwareModelGetDeviceStatusLocationOK) IsCode added in v1.0.2

IsCode returns true when this hardware model get device status location o k response a status code equal to that given

func (*HardwareModelGetDeviceStatusLocationOK) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get device status location o k response has a 3xx status code

func (*HardwareModelGetDeviceStatusLocationOK) IsServerError added in v1.0.2

func (o *HardwareModelGetDeviceStatusLocationOK) IsServerError() bool

IsServerError returns true when this hardware model get device status location o k response has a 5xx status code

func (*HardwareModelGetDeviceStatusLocationOK) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get device status location o k response has a 2xx status code

func (*HardwareModelGetDeviceStatusLocationOK) String added in v1.0.2

type HardwareModelGetDeviceStatusLocationParams added in v1.0.2

type HardwareModelGetDeviceStatusLocationParams struct {

	/* XRequestID.

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

	/* Fields.

	   Fields to select for composite api: id, name, title, serialNo, projectId, projectName, isEveLatest, appInstCount, runState, adminState.
	*/
	Fields []string

	// FilterDeviceName.
	FilterDeviceName *string

	// FilterLoad.
	//
	// Default: "DEVICE_LOAD_UNSPECIFIED"
	FilterLoad *string

	// FilterNamePattern.
	FilterNamePattern *string

	// FilterProjectName.
	FilterProjectName *string

	// FilterProjectNamePattern.
	FilterProjectNamePattern *string

	/* FilterRunState.

	     - RUN_STATE_ONLINE: Entity Online
	- RUN_STATE_HALTED: Entity Halted
	- RUN_STATE_INIT: Entity Initializing
	- RUN_STATE_REBOOTING: Entity Rebooting
	- RUN_STATE_OFFLINE: Entity Offline
	- RUN_STATE_UNKNOWN: Entity state Unknown
	- RUN_STATE_UNPROVISIONED: Entity Unprovisioned
	- RUN_STATE_PROVISIONED: Entity Provisioned
	- RUN_STATE_SUSPECT: Entity Suspect
	- RUN_STATE_DOWNLOADING: Edge-node downloading entity artifacts
	- RUN_STATE_RESTARTING: Entity Restarting
	- RUN_STATE_PURGING: Entity Purging
	- RUN_STATE_HALTING: Entity Halting
	- RUN_STATE_ERROR: Entity encountered an error
	- RUN_STATE_VERIFYING: Verification of downloaded Artifacts in Progress.
	- RUN_STATE_LOADING: Loading of Artifacts into local datastore in Progress.
	- RUN_STATE_CREATING_VOLUME: Volume creation from artifacts in Progress
	- RUN_STATE_BOOTING: Entity booting up
	- RUN_STATE_MAINTENANCE_MODE: Entity maintenance mode
	- RUN_STATE_START_DELAYED: Application start delayed as per configuration
	- RUN_STATE_BASEOS_UPDATING: Device BaseOs Update in Progress
	- RUN_STATE_PREPARING_POWEROFF: device preparing power off - shutting down all app instances
	- RUN_STATE_POWERING_OFF: device powering off from local profile server
	- RUN_STATE_PREPARED_POWEROFF: device prepared power off - all app instances are shut down

	    Default: "RUN_STATE_UNSPECIFIED"
	*/
	FilterRunState *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.
	Summary *bool

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

HardwareModelGetDeviceStatusLocationParams contains all the parameters to send to the API endpoint

for the hardware model get device status location operation.

Typically these are written to a http.Request.

func NewHardwareModelGetDeviceStatusLocationParams added in v1.0.2

func NewHardwareModelGetDeviceStatusLocationParams() *HardwareModelGetDeviceStatusLocationParams

NewHardwareModelGetDeviceStatusLocationParams creates a new HardwareModelGetDeviceStatusLocationParams 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 NewHardwareModelGetDeviceStatusLocationParamsWithContext added in v1.0.2

func NewHardwareModelGetDeviceStatusLocationParamsWithContext(ctx context.Context) *HardwareModelGetDeviceStatusLocationParams

NewHardwareModelGetDeviceStatusLocationParamsWithContext creates a new HardwareModelGetDeviceStatusLocationParams object with the ability to set a context for a request.

func NewHardwareModelGetDeviceStatusLocationParamsWithHTTPClient added in v1.0.2

func NewHardwareModelGetDeviceStatusLocationParamsWithHTTPClient(client *http.Client) *HardwareModelGetDeviceStatusLocationParams

NewHardwareModelGetDeviceStatusLocationParamsWithHTTPClient creates a new HardwareModelGetDeviceStatusLocationParams object with the ability to set a custom HTTPClient for a request.

func NewHardwareModelGetDeviceStatusLocationParamsWithTimeout added in v1.0.2

func NewHardwareModelGetDeviceStatusLocationParamsWithTimeout(timeout time.Duration) *HardwareModelGetDeviceStatusLocationParams

NewHardwareModelGetDeviceStatusLocationParamsWithTimeout creates a new HardwareModelGetDeviceStatusLocationParams object with the ability to set a timeout on a request.

func (*HardwareModelGetDeviceStatusLocationParams) SetContext added in v1.0.2

SetContext adds the context to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) SetDefaults added in v1.0.2

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

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

func (*HardwareModelGetDeviceStatusLocationParams) SetFields added in v1.0.2

func (o *HardwareModelGetDeviceStatusLocationParams) SetFields(fields []string)

SetFields adds the fields to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) SetFilterDeviceName added in v1.0.2

func (o *HardwareModelGetDeviceStatusLocationParams) SetFilterDeviceName(filterDeviceName *string)

SetFilterDeviceName adds the filterDeviceName to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) SetFilterLoad added in v1.0.2

func (o *HardwareModelGetDeviceStatusLocationParams) SetFilterLoad(filterLoad *string)

SetFilterLoad adds the filterLoad to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) SetFilterNamePattern added in v1.0.2

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

SetFilterNamePattern adds the filterNamePattern to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) SetFilterProjectName added in v1.0.2

func (o *HardwareModelGetDeviceStatusLocationParams) SetFilterProjectName(filterProjectName *string)

SetFilterProjectName adds the filterProjectName to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) SetFilterProjectNamePattern added in v1.0.2

func (o *HardwareModelGetDeviceStatusLocationParams) SetFilterProjectNamePattern(filterProjectNamePattern *string)

SetFilterProjectNamePattern adds the filterProjectNamePattern to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) SetFilterRunState added in v1.0.2

func (o *HardwareModelGetDeviceStatusLocationParams) SetFilterRunState(filterRunState *string)

SetFilterRunState adds the filterRunState to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) SetNextOrderBy added in v1.0.2

func (o *HardwareModelGetDeviceStatusLocationParams) SetNextOrderBy(nextOrderBy []string)

SetNextOrderBy adds the nextOrderBy to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) SetNextPageNum added in v1.0.2

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

SetNextPageNum adds the nextPageNum to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) SetNextPageSize added in v1.0.2

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

SetNextPageSize adds the nextPageSize to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) SetNextPageToken added in v1.0.2

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

SetNextPageToken adds the nextPageToken to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) SetNextTotalPages added in v1.0.2

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

SetNextTotalPages adds the nextTotalPages to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) SetSummary added in v1.0.2

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

SetSummary adds the summary to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) WithContext added in v1.0.2

WithContext adds the context to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) WithDefaults added in v1.0.2

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

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

func (*HardwareModelGetDeviceStatusLocationParams) WithFields added in v1.0.2

WithFields adds the fields to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) WithFilterDeviceName added in v1.0.2

WithFilterDeviceName adds the filterDeviceName to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) WithFilterLoad added in v1.0.2

WithFilterLoad adds the filterLoad to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) WithFilterNamePattern added in v1.0.2

WithFilterNamePattern adds the filterNamePattern to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) WithFilterProjectName added in v1.0.2

WithFilterProjectName adds the filterProjectName to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) WithFilterProjectNamePattern added in v1.0.2

func (o *HardwareModelGetDeviceStatusLocationParams) WithFilterProjectNamePattern(filterProjectNamePattern *string) *HardwareModelGetDeviceStatusLocationParams

WithFilterProjectNamePattern adds the filterProjectNamePattern to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) WithFilterRunState added in v1.0.2

WithFilterRunState adds the filterRunState to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) WithNextOrderBy added in v1.0.2

WithNextOrderBy adds the nextOrderBy to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) WithNextPageNum added in v1.0.2

WithNextPageNum adds the nextPageNum to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) WithNextPageSize added in v1.0.2

WithNextPageSize adds the nextPageSize to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) WithNextPageToken added in v1.0.2

WithNextPageToken adds the nextPageToken to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) WithNextTotalPages added in v1.0.2

WithNextTotalPages adds the nextTotalPages to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) WithSummary added in v1.0.2

WithSummary adds the summary to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the hardware model get device status location params

func (*HardwareModelGetDeviceStatusLocationParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type HardwareModelGetDeviceStatusLocationReader added in v1.0.2

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

HardwareModelGetDeviceStatusLocationReader is a Reader for the HardwareModelGetDeviceStatusLocation structure.

func (*HardwareModelGetDeviceStatusLocationReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type HardwareModelGetDeviceStatusLocationUnauthorized added in v1.0.2

type HardwareModelGetDeviceStatusLocationUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetDeviceStatusLocationUnauthorized 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 NewHardwareModelGetDeviceStatusLocationUnauthorized added in v1.0.2

func NewHardwareModelGetDeviceStatusLocationUnauthorized() *HardwareModelGetDeviceStatusLocationUnauthorized

NewHardwareModelGetDeviceStatusLocationUnauthorized creates a HardwareModelGetDeviceStatusLocationUnauthorized with default headers values

func (*HardwareModelGetDeviceStatusLocationUnauthorized) Error added in v1.0.2

func (*HardwareModelGetDeviceStatusLocationUnauthorized) GetPayload added in v1.0.2

func (*HardwareModelGetDeviceStatusLocationUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get device status location unauthorized response has a 4xx status code

func (*HardwareModelGetDeviceStatusLocationUnauthorized) IsCode added in v1.0.2

IsCode returns true when this hardware model get device status location unauthorized response a status code equal to that given

func (*HardwareModelGetDeviceStatusLocationUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get device status location unauthorized response has a 3xx status code

func (*HardwareModelGetDeviceStatusLocationUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get device status location unauthorized response has a 5xx status code

func (*HardwareModelGetDeviceStatusLocationUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get device status location unauthorized response has a 2xx status code

func (*HardwareModelGetDeviceStatusLocationUnauthorized) String added in v1.0.2

type HardwareModelGetDeviceTagsBadRequest added in v1.0.2

type HardwareModelGetDeviceTagsBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetDeviceTagsBadRequest 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 NewHardwareModelGetDeviceTagsBadRequest added in v1.0.2

func NewHardwareModelGetDeviceTagsBadRequest() *HardwareModelGetDeviceTagsBadRequest

NewHardwareModelGetDeviceTagsBadRequest creates a HardwareModelGetDeviceTagsBadRequest with default headers values

func (*HardwareModelGetDeviceTagsBadRequest) Error added in v1.0.2

func (*HardwareModelGetDeviceTagsBadRequest) GetPayload added in v1.0.2

func (*HardwareModelGetDeviceTagsBadRequest) IsClientError added in v1.0.2

func (o *HardwareModelGetDeviceTagsBadRequest) IsClientError() bool

IsClientError returns true when this hardware model get device tags bad request response has a 4xx status code

func (*HardwareModelGetDeviceTagsBadRequest) IsCode added in v1.0.2

IsCode returns true when this hardware model get device tags bad request response a status code equal to that given

func (*HardwareModelGetDeviceTagsBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get device tags bad request response has a 3xx status code

func (*HardwareModelGetDeviceTagsBadRequest) IsServerError added in v1.0.2

func (o *HardwareModelGetDeviceTagsBadRequest) IsServerError() bool

IsServerError returns true when this hardware model get device tags bad request response has a 5xx status code

func (*HardwareModelGetDeviceTagsBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get device tags bad request response has a 2xx status code

func (*HardwareModelGetDeviceTagsBadRequest) String added in v1.0.2

type HardwareModelGetDeviceTagsDefault added in v1.0.2

type HardwareModelGetDeviceTagsDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

HardwareModelGetDeviceTagsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewHardwareModelGetDeviceTagsDefault added in v1.0.2

func NewHardwareModelGetDeviceTagsDefault(code int) *HardwareModelGetDeviceTagsDefault

NewHardwareModelGetDeviceTagsDefault creates a HardwareModelGetDeviceTagsDefault with default headers values

func (*HardwareModelGetDeviceTagsDefault) Code added in v1.0.2

Code gets the status code for the hardware model get device tags default response

func (*HardwareModelGetDeviceTagsDefault) Error added in v1.0.2

func (*HardwareModelGetDeviceTagsDefault) GetPayload added in v1.0.2

func (*HardwareModelGetDeviceTagsDefault) IsClientError added in v1.0.2

func (o *HardwareModelGetDeviceTagsDefault) IsClientError() bool

IsClientError returns true when this hardware model get device tags default response has a 4xx status code

func (*HardwareModelGetDeviceTagsDefault) IsCode added in v1.0.2

func (o *HardwareModelGetDeviceTagsDefault) IsCode(code int) bool

IsCode returns true when this hardware model get device tags default response a status code equal to that given

func (*HardwareModelGetDeviceTagsDefault) IsRedirect added in v1.0.2

func (o *HardwareModelGetDeviceTagsDefault) IsRedirect() bool

IsRedirect returns true when this hardware model get device tags default response has a 3xx status code

func (*HardwareModelGetDeviceTagsDefault) IsServerError added in v1.0.2

func (o *HardwareModelGetDeviceTagsDefault) IsServerError() bool

IsServerError returns true when this hardware model get device tags default response has a 5xx status code

func (*HardwareModelGetDeviceTagsDefault) IsSuccess added in v1.0.2

func (o *HardwareModelGetDeviceTagsDefault) IsSuccess() bool

IsSuccess returns true when this hardware model get device tags default response has a 2xx status code

func (*HardwareModelGetDeviceTagsDefault) String added in v1.0.2

type HardwareModelGetDeviceTagsForbidden added in v1.0.2

type HardwareModelGetDeviceTagsForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetDeviceTagsForbidden 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 NewHardwareModelGetDeviceTagsForbidden added in v1.0.2

func NewHardwareModelGetDeviceTagsForbidden() *HardwareModelGetDeviceTagsForbidden

NewHardwareModelGetDeviceTagsForbidden creates a HardwareModelGetDeviceTagsForbidden with default headers values

func (*HardwareModelGetDeviceTagsForbidden) Error added in v1.0.2

func (*HardwareModelGetDeviceTagsForbidden) GetPayload added in v1.0.2

func (*HardwareModelGetDeviceTagsForbidden) IsClientError added in v1.0.2

func (o *HardwareModelGetDeviceTagsForbidden) IsClientError() bool

IsClientError returns true when this hardware model get device tags forbidden response has a 4xx status code

func (*HardwareModelGetDeviceTagsForbidden) IsCode added in v1.0.2

IsCode returns true when this hardware model get device tags forbidden response a status code equal to that given

func (*HardwareModelGetDeviceTagsForbidden) IsRedirect added in v1.0.2

func (o *HardwareModelGetDeviceTagsForbidden) IsRedirect() bool

IsRedirect returns true when this hardware model get device tags forbidden response has a 3xx status code

func (*HardwareModelGetDeviceTagsForbidden) IsServerError added in v1.0.2

func (o *HardwareModelGetDeviceTagsForbidden) IsServerError() bool

IsServerError returns true when this hardware model get device tags forbidden response has a 5xx status code

func (*HardwareModelGetDeviceTagsForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get device tags forbidden response has a 2xx status code

func (*HardwareModelGetDeviceTagsForbidden) String added in v1.0.2

type HardwareModelGetDeviceTagsGatewayTimeout added in v1.0.2

type HardwareModelGetDeviceTagsGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetDeviceTagsGatewayTimeout 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 NewHardwareModelGetDeviceTagsGatewayTimeout added in v1.0.2

func NewHardwareModelGetDeviceTagsGatewayTimeout() *HardwareModelGetDeviceTagsGatewayTimeout

NewHardwareModelGetDeviceTagsGatewayTimeout creates a HardwareModelGetDeviceTagsGatewayTimeout with default headers values

func (*HardwareModelGetDeviceTagsGatewayTimeout) Error added in v1.0.2

func (*HardwareModelGetDeviceTagsGatewayTimeout) GetPayload added in v1.0.2

func (*HardwareModelGetDeviceTagsGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get device tags gateway timeout response has a 4xx status code

func (*HardwareModelGetDeviceTagsGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this hardware model get device tags gateway timeout response a status code equal to that given

func (*HardwareModelGetDeviceTagsGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get device tags gateway timeout response has a 3xx status code

func (*HardwareModelGetDeviceTagsGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get device tags gateway timeout response has a 5xx status code

func (*HardwareModelGetDeviceTagsGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get device tags gateway timeout response has a 2xx status code

func (*HardwareModelGetDeviceTagsGatewayTimeout) String added in v1.0.2

type HardwareModelGetDeviceTagsInternalServerError added in v1.0.2

type HardwareModelGetDeviceTagsInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetDeviceTagsInternalServerError 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 NewHardwareModelGetDeviceTagsInternalServerError added in v1.0.2

func NewHardwareModelGetDeviceTagsInternalServerError() *HardwareModelGetDeviceTagsInternalServerError

NewHardwareModelGetDeviceTagsInternalServerError creates a HardwareModelGetDeviceTagsInternalServerError with default headers values

func (*HardwareModelGetDeviceTagsInternalServerError) Error added in v1.0.2

func (*HardwareModelGetDeviceTagsInternalServerError) GetPayload added in v1.0.2

func (*HardwareModelGetDeviceTagsInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get device tags internal server error response has a 4xx status code

func (*HardwareModelGetDeviceTagsInternalServerError) IsCode added in v1.0.2

IsCode returns true when this hardware model get device tags internal server error response a status code equal to that given

func (*HardwareModelGetDeviceTagsInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get device tags internal server error response has a 3xx status code

func (*HardwareModelGetDeviceTagsInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get device tags internal server error response has a 5xx status code

func (*HardwareModelGetDeviceTagsInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get device tags internal server error response has a 2xx status code

func (*HardwareModelGetDeviceTagsInternalServerError) String added in v1.0.2

type HardwareModelGetDeviceTagsOK added in v1.0.2

type HardwareModelGetDeviceTagsOK struct {
	Payload *swagger_models.ObjectTagsList
}

HardwareModelGetDeviceTagsOK describes a response with status code 200, with default header values.

A successful response.

func NewHardwareModelGetDeviceTagsOK added in v1.0.2

func NewHardwareModelGetDeviceTagsOK() *HardwareModelGetDeviceTagsOK

NewHardwareModelGetDeviceTagsOK creates a HardwareModelGetDeviceTagsOK with default headers values

func (*HardwareModelGetDeviceTagsOK) Error added in v1.0.2

func (*HardwareModelGetDeviceTagsOK) GetPayload added in v1.0.2

func (*HardwareModelGetDeviceTagsOK) IsClientError added in v1.0.2

func (o *HardwareModelGetDeviceTagsOK) IsClientError() bool

IsClientError returns true when this hardware model get device tags o k response has a 4xx status code

func (*HardwareModelGetDeviceTagsOK) IsCode added in v1.0.2

func (o *HardwareModelGetDeviceTagsOK) IsCode(code int) bool

IsCode returns true when this hardware model get device tags o k response a status code equal to that given

func (*HardwareModelGetDeviceTagsOK) IsRedirect added in v1.0.2

func (o *HardwareModelGetDeviceTagsOK) IsRedirect() bool

IsRedirect returns true when this hardware model get device tags o k response has a 3xx status code

func (*HardwareModelGetDeviceTagsOK) IsServerError added in v1.0.2

func (o *HardwareModelGetDeviceTagsOK) IsServerError() bool

IsServerError returns true when this hardware model get device tags o k response has a 5xx status code

func (*HardwareModelGetDeviceTagsOK) IsSuccess added in v1.0.2

func (o *HardwareModelGetDeviceTagsOK) IsSuccess() bool

IsSuccess returns true when this hardware model get device tags o k response has a 2xx status code

func (*HardwareModelGetDeviceTagsOK) String added in v1.0.2

type HardwareModelGetDeviceTagsParams added in v1.0.2

type HardwareModelGetDeviceTagsParams 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
}

HardwareModelGetDeviceTagsParams contains all the parameters to send to the API endpoint

for the hardware model get device tags operation.

Typically these are written to a http.Request.

func NewHardwareModelGetDeviceTagsParams added in v1.0.2

func NewHardwareModelGetDeviceTagsParams() *HardwareModelGetDeviceTagsParams

NewHardwareModelGetDeviceTagsParams creates a new HardwareModelGetDeviceTagsParams 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 NewHardwareModelGetDeviceTagsParamsWithContext added in v1.0.2

func NewHardwareModelGetDeviceTagsParamsWithContext(ctx context.Context) *HardwareModelGetDeviceTagsParams

NewHardwareModelGetDeviceTagsParamsWithContext creates a new HardwareModelGetDeviceTagsParams object with the ability to set a context for a request.

func NewHardwareModelGetDeviceTagsParamsWithHTTPClient added in v1.0.2

func NewHardwareModelGetDeviceTagsParamsWithHTTPClient(client *http.Client) *HardwareModelGetDeviceTagsParams

NewHardwareModelGetDeviceTagsParamsWithHTTPClient creates a new HardwareModelGetDeviceTagsParams object with the ability to set a custom HTTPClient for a request.

func NewHardwareModelGetDeviceTagsParamsWithTimeout added in v1.0.2

func NewHardwareModelGetDeviceTagsParamsWithTimeout(timeout time.Duration) *HardwareModelGetDeviceTagsParams

NewHardwareModelGetDeviceTagsParamsWithTimeout creates a new HardwareModelGetDeviceTagsParams object with the ability to set a timeout on a request.

func (*HardwareModelGetDeviceTagsParams) SetContext added in v1.0.2

SetContext adds the context to the hardware model get device tags params

func (*HardwareModelGetDeviceTagsParams) SetDefaults added in v1.0.2

func (o *HardwareModelGetDeviceTagsParams) SetDefaults()

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

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

func (*HardwareModelGetDeviceTagsParams) SetFilterObjID added in v1.0.2

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

SetFilterObjID adds the filterObjId to the hardware model get device tags params

func (*HardwareModelGetDeviceTagsParams) SetFilterObjName added in v1.0.2

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

SetFilterObjName adds the filterObjName to the hardware model get device tags params

func (*HardwareModelGetDeviceTagsParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the hardware model get device tags params

func (*HardwareModelGetDeviceTagsParams) SetNextOrderBy added in v1.0.2

func (o *HardwareModelGetDeviceTagsParams) SetNextOrderBy(nextOrderBy []string)

SetNextOrderBy adds the nextOrderBy to the hardware model get device tags params

func (*HardwareModelGetDeviceTagsParams) SetNextPageNum added in v1.0.2

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

SetNextPageNum adds the nextPageNum to the hardware model get device tags params

func (*HardwareModelGetDeviceTagsParams) SetNextPageSize added in v1.0.2

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

SetNextPageSize adds the nextPageSize to the hardware model get device tags params

func (*HardwareModelGetDeviceTagsParams) SetNextPageToken added in v1.0.2

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

SetNextPageToken adds the nextPageToken to the hardware model get device tags params

func (*HardwareModelGetDeviceTagsParams) SetNextTotalPages added in v1.0.2

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

SetNextTotalPages adds the nextTotalPages to the hardware model get device tags params

func (*HardwareModelGetDeviceTagsParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the hardware model get device tags params

func (*HardwareModelGetDeviceTagsParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the hardware model get device tags params

func (*HardwareModelGetDeviceTagsParams) WithContext added in v1.0.2

WithContext adds the context to the hardware model get device tags params

func (*HardwareModelGetDeviceTagsParams) WithDefaults added in v1.0.2

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

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

func (*HardwareModelGetDeviceTagsParams) WithFilterObjID added in v1.0.2

WithFilterObjID adds the filterObjID to the hardware model get device tags params

func (*HardwareModelGetDeviceTagsParams) WithFilterObjName added in v1.0.2

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

WithFilterObjName adds the filterObjName to the hardware model get device tags params

func (*HardwareModelGetDeviceTagsParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the hardware model get device tags params

func (*HardwareModelGetDeviceTagsParams) WithNextOrderBy added in v1.0.2

WithNextOrderBy adds the nextOrderBy to the hardware model get device tags params

func (*HardwareModelGetDeviceTagsParams) WithNextPageNum added in v1.0.2

WithNextPageNum adds the nextPageNum to the hardware model get device tags params

func (*HardwareModelGetDeviceTagsParams) WithNextPageSize added in v1.0.2

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

WithNextPageSize adds the nextPageSize to the hardware model get device tags params

func (*HardwareModelGetDeviceTagsParams) WithNextPageToken added in v1.0.2

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

WithNextPageToken adds the nextPageToken to the hardware model get device tags params

func (*HardwareModelGetDeviceTagsParams) WithNextTotalPages added in v1.0.2

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

WithNextTotalPages adds the nextTotalPages to the hardware model get device tags params

func (*HardwareModelGetDeviceTagsParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the hardware model get device tags params

func (*HardwareModelGetDeviceTagsParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the hardware model get device tags params

func (*HardwareModelGetDeviceTagsParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type HardwareModelGetDeviceTagsReader added in v1.0.2

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

HardwareModelGetDeviceTagsReader is a Reader for the HardwareModelGetDeviceTags structure.

func (*HardwareModelGetDeviceTagsReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type HardwareModelGetDeviceTagsUnauthorized added in v1.0.2

type HardwareModelGetDeviceTagsUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetDeviceTagsUnauthorized 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 NewHardwareModelGetDeviceTagsUnauthorized added in v1.0.2

func NewHardwareModelGetDeviceTagsUnauthorized() *HardwareModelGetDeviceTagsUnauthorized

NewHardwareModelGetDeviceTagsUnauthorized creates a HardwareModelGetDeviceTagsUnauthorized with default headers values

func (*HardwareModelGetDeviceTagsUnauthorized) Error added in v1.0.2

func (*HardwareModelGetDeviceTagsUnauthorized) GetPayload added in v1.0.2

func (*HardwareModelGetDeviceTagsUnauthorized) IsClientError added in v1.0.2

func (o *HardwareModelGetDeviceTagsUnauthorized) IsClientError() bool

IsClientError returns true when this hardware model get device tags unauthorized response has a 4xx status code

func (*HardwareModelGetDeviceTagsUnauthorized) IsCode added in v1.0.2

IsCode returns true when this hardware model get device tags unauthorized response a status code equal to that given

func (*HardwareModelGetDeviceTagsUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get device tags unauthorized response has a 3xx status code

func (*HardwareModelGetDeviceTagsUnauthorized) IsServerError added in v1.0.2

func (o *HardwareModelGetDeviceTagsUnauthorized) IsServerError() bool

IsServerError returns true when this hardware model get device tags unauthorized response has a 5xx status code

func (*HardwareModelGetDeviceTagsUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get device tags unauthorized response has a 2xx status code

func (*HardwareModelGetDeviceTagsUnauthorized) String added in v1.0.2

type HardwareModelGetGlobalHardwareBrandByNameDefault added in v1.0.2

type HardwareModelGetGlobalHardwareBrandByNameDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

HardwareModelGetGlobalHardwareBrandByNameDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewHardwareModelGetGlobalHardwareBrandByNameDefault added in v1.0.2

func NewHardwareModelGetGlobalHardwareBrandByNameDefault(code int) *HardwareModelGetGlobalHardwareBrandByNameDefault

NewHardwareModelGetGlobalHardwareBrandByNameDefault creates a HardwareModelGetGlobalHardwareBrandByNameDefault with default headers values

func (*HardwareModelGetGlobalHardwareBrandByNameDefault) Code added in v1.0.2

Code gets the status code for the hardware model get global hardware brand by name default response

func (*HardwareModelGetGlobalHardwareBrandByNameDefault) Error added in v1.0.2

func (*HardwareModelGetGlobalHardwareBrandByNameDefault) GetPayload added in v1.0.2

func (*HardwareModelGetGlobalHardwareBrandByNameDefault) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get global hardware brand by name default response has a 4xx status code

func (*HardwareModelGetGlobalHardwareBrandByNameDefault) IsCode added in v1.0.2

IsCode returns true when this hardware model get global hardware brand by name default response a status code equal to that given

func (*HardwareModelGetGlobalHardwareBrandByNameDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get global hardware brand by name default response has a 3xx status code

func (*HardwareModelGetGlobalHardwareBrandByNameDefault) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get global hardware brand by name default response has a 5xx status code

func (*HardwareModelGetGlobalHardwareBrandByNameDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get global hardware brand by name default response has a 2xx status code

func (*HardwareModelGetGlobalHardwareBrandByNameDefault) String added in v1.0.2

type HardwareModelGetGlobalHardwareBrandByNameForbidden added in v1.0.2

type HardwareModelGetGlobalHardwareBrandByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetGlobalHardwareBrandByNameForbidden 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 NewHardwareModelGetGlobalHardwareBrandByNameForbidden added in v1.0.2

func NewHardwareModelGetGlobalHardwareBrandByNameForbidden() *HardwareModelGetGlobalHardwareBrandByNameForbidden

NewHardwareModelGetGlobalHardwareBrandByNameForbidden creates a HardwareModelGetGlobalHardwareBrandByNameForbidden with default headers values

func (*HardwareModelGetGlobalHardwareBrandByNameForbidden) Error added in v1.0.2

func (*HardwareModelGetGlobalHardwareBrandByNameForbidden) GetPayload added in v1.0.2

func (*HardwareModelGetGlobalHardwareBrandByNameForbidden) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get global hardware brand by name forbidden response has a 4xx status code

func (*HardwareModelGetGlobalHardwareBrandByNameForbidden) IsCode added in v1.0.2

IsCode returns true when this hardware model get global hardware brand by name forbidden response a status code equal to that given

func (*HardwareModelGetGlobalHardwareBrandByNameForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get global hardware brand by name forbidden response has a 3xx status code

func (*HardwareModelGetGlobalHardwareBrandByNameForbidden) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get global hardware brand by name forbidden response has a 5xx status code

func (*HardwareModelGetGlobalHardwareBrandByNameForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get global hardware brand by name forbidden response has a 2xx status code

func (*HardwareModelGetGlobalHardwareBrandByNameForbidden) String added in v1.0.2

type HardwareModelGetGlobalHardwareBrandByNameGatewayTimeout added in v1.0.2

type HardwareModelGetGlobalHardwareBrandByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetGlobalHardwareBrandByNameGatewayTimeout 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 NewHardwareModelGetGlobalHardwareBrandByNameGatewayTimeout added in v1.0.2

func NewHardwareModelGetGlobalHardwareBrandByNameGatewayTimeout() *HardwareModelGetGlobalHardwareBrandByNameGatewayTimeout

NewHardwareModelGetGlobalHardwareBrandByNameGatewayTimeout creates a HardwareModelGetGlobalHardwareBrandByNameGatewayTimeout with default headers values

func (*HardwareModelGetGlobalHardwareBrandByNameGatewayTimeout) Error added in v1.0.2

func (*HardwareModelGetGlobalHardwareBrandByNameGatewayTimeout) GetPayload added in v1.0.2

func (*HardwareModelGetGlobalHardwareBrandByNameGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get global hardware brand by name gateway timeout response has a 4xx status code

func (*HardwareModelGetGlobalHardwareBrandByNameGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this hardware model get global hardware brand by name gateway timeout response a status code equal to that given

func (*HardwareModelGetGlobalHardwareBrandByNameGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get global hardware brand by name gateway timeout response has a 3xx status code

func (*HardwareModelGetGlobalHardwareBrandByNameGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get global hardware brand by name gateway timeout response has a 5xx status code

func (*HardwareModelGetGlobalHardwareBrandByNameGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get global hardware brand by name gateway timeout response has a 2xx status code

func (*HardwareModelGetGlobalHardwareBrandByNameGatewayTimeout) String added in v1.0.2

type HardwareModelGetGlobalHardwareBrandByNameInternalServerError added in v1.0.2

type HardwareModelGetGlobalHardwareBrandByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetGlobalHardwareBrandByNameInternalServerError 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 NewHardwareModelGetGlobalHardwareBrandByNameInternalServerError added in v1.0.2

func NewHardwareModelGetGlobalHardwareBrandByNameInternalServerError() *HardwareModelGetGlobalHardwareBrandByNameInternalServerError

NewHardwareModelGetGlobalHardwareBrandByNameInternalServerError creates a HardwareModelGetGlobalHardwareBrandByNameInternalServerError with default headers values

func (*HardwareModelGetGlobalHardwareBrandByNameInternalServerError) Error added in v1.0.2

func (*HardwareModelGetGlobalHardwareBrandByNameInternalServerError) GetPayload added in v1.0.2

func (*HardwareModelGetGlobalHardwareBrandByNameInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get global hardware brand by name internal server error response has a 4xx status code

func (*HardwareModelGetGlobalHardwareBrandByNameInternalServerError) IsCode added in v1.0.2

IsCode returns true when this hardware model get global hardware brand by name internal server error response a status code equal to that given

func (*HardwareModelGetGlobalHardwareBrandByNameInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get global hardware brand by name internal server error response has a 3xx status code

func (*HardwareModelGetGlobalHardwareBrandByNameInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get global hardware brand by name internal server error response has a 5xx status code

func (*HardwareModelGetGlobalHardwareBrandByNameInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get global hardware brand by name internal server error response has a 2xx status code

func (*HardwareModelGetGlobalHardwareBrandByNameInternalServerError) String added in v1.0.2

type HardwareModelGetGlobalHardwareBrandByNameNotFound added in v1.0.2

type HardwareModelGetGlobalHardwareBrandByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetGlobalHardwareBrandByNameNotFound 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 NewHardwareModelGetGlobalHardwareBrandByNameNotFound added in v1.0.2

func NewHardwareModelGetGlobalHardwareBrandByNameNotFound() *HardwareModelGetGlobalHardwareBrandByNameNotFound

NewHardwareModelGetGlobalHardwareBrandByNameNotFound creates a HardwareModelGetGlobalHardwareBrandByNameNotFound with default headers values

func (*HardwareModelGetGlobalHardwareBrandByNameNotFound) Error added in v1.0.2

func (*HardwareModelGetGlobalHardwareBrandByNameNotFound) GetPayload added in v1.0.2

func (*HardwareModelGetGlobalHardwareBrandByNameNotFound) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get global hardware brand by name not found response has a 4xx status code

func (*HardwareModelGetGlobalHardwareBrandByNameNotFound) IsCode added in v1.0.2

IsCode returns true when this hardware model get global hardware brand by name not found response a status code equal to that given

func (*HardwareModelGetGlobalHardwareBrandByNameNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get global hardware brand by name not found response has a 3xx status code

func (*HardwareModelGetGlobalHardwareBrandByNameNotFound) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get global hardware brand by name not found response has a 5xx status code

func (*HardwareModelGetGlobalHardwareBrandByNameNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get global hardware brand by name not found response has a 2xx status code

func (*HardwareModelGetGlobalHardwareBrandByNameNotFound) String added in v1.0.2

type HardwareModelGetGlobalHardwareBrandByNameOK added in v1.0.2

type HardwareModelGetGlobalHardwareBrandByNameOK struct {
	Payload *swagger_models.SysBrand
}

HardwareModelGetGlobalHardwareBrandByNameOK describes a response with status code 200, with default header values.

A successful response.

func NewHardwareModelGetGlobalHardwareBrandByNameOK added in v1.0.2

func NewHardwareModelGetGlobalHardwareBrandByNameOK() *HardwareModelGetGlobalHardwareBrandByNameOK

NewHardwareModelGetGlobalHardwareBrandByNameOK creates a HardwareModelGetGlobalHardwareBrandByNameOK with default headers values

func (*HardwareModelGetGlobalHardwareBrandByNameOK) Error added in v1.0.2

func (*HardwareModelGetGlobalHardwareBrandByNameOK) GetPayload added in v1.0.2

func (*HardwareModelGetGlobalHardwareBrandByNameOK) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get global hardware brand by name o k response has a 4xx status code

func (*HardwareModelGetGlobalHardwareBrandByNameOK) IsCode added in v1.0.2

IsCode returns true when this hardware model get global hardware brand by name o k response a status code equal to that given

func (*HardwareModelGetGlobalHardwareBrandByNameOK) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get global hardware brand by name o k response has a 3xx status code

func (*HardwareModelGetGlobalHardwareBrandByNameOK) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get global hardware brand by name o k response has a 5xx status code

func (*HardwareModelGetGlobalHardwareBrandByNameOK) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get global hardware brand by name o k response has a 2xx status code

func (*HardwareModelGetGlobalHardwareBrandByNameOK) String added in v1.0.2

type HardwareModelGetGlobalHardwareBrandByNameParams added in v1.0.2

type HardwareModelGetGlobalHardwareBrandByNameParams 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
}

HardwareModelGetGlobalHardwareBrandByNameParams contains all the parameters to send to the API endpoint

for the hardware model get global hardware brand by name operation.

Typically these are written to a http.Request.

func NewHardwareModelGetGlobalHardwareBrandByNameParams added in v1.0.2

func NewHardwareModelGetGlobalHardwareBrandByNameParams() *HardwareModelGetGlobalHardwareBrandByNameParams

NewHardwareModelGetGlobalHardwareBrandByNameParams creates a new HardwareModelGetGlobalHardwareBrandByNameParams 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 NewHardwareModelGetGlobalHardwareBrandByNameParamsWithContext added in v1.0.2

func NewHardwareModelGetGlobalHardwareBrandByNameParamsWithContext(ctx context.Context) *HardwareModelGetGlobalHardwareBrandByNameParams

NewHardwareModelGetGlobalHardwareBrandByNameParamsWithContext creates a new HardwareModelGetGlobalHardwareBrandByNameParams object with the ability to set a context for a request.

func NewHardwareModelGetGlobalHardwareBrandByNameParamsWithHTTPClient added in v1.0.2

func NewHardwareModelGetGlobalHardwareBrandByNameParamsWithHTTPClient(client *http.Client) *HardwareModelGetGlobalHardwareBrandByNameParams

NewHardwareModelGetGlobalHardwareBrandByNameParamsWithHTTPClient creates a new HardwareModelGetGlobalHardwareBrandByNameParams object with the ability to set a custom HTTPClient for a request.

func NewHardwareModelGetGlobalHardwareBrandByNameParamsWithTimeout added in v1.0.2

func NewHardwareModelGetGlobalHardwareBrandByNameParamsWithTimeout(timeout time.Duration) *HardwareModelGetGlobalHardwareBrandByNameParams

NewHardwareModelGetGlobalHardwareBrandByNameParamsWithTimeout creates a new HardwareModelGetGlobalHardwareBrandByNameParams object with the ability to set a timeout on a request.

func (*HardwareModelGetGlobalHardwareBrandByNameParams) SetContext added in v1.0.2

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

func (*HardwareModelGetGlobalHardwareBrandByNameParams) SetDefaults added in v1.0.2

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

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

func (*HardwareModelGetGlobalHardwareBrandByNameParams) SetEnterpriseID added in v1.0.2

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

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

func (*HardwareModelGetGlobalHardwareBrandByNameParams) SetHTTPClient added in v1.0.2

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

func (*HardwareModelGetGlobalHardwareBrandByNameParams) SetName added in v1.0.2

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

func (*HardwareModelGetGlobalHardwareBrandByNameParams) SetTimeout added in v1.0.2

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

func (*HardwareModelGetGlobalHardwareBrandByNameParams) SetXRequestID added in v1.0.2

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

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

func (*HardwareModelGetGlobalHardwareBrandByNameParams) WithContext added in v1.0.2

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

func (*HardwareModelGetGlobalHardwareBrandByNameParams) WithDefaults added in v1.0.2

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

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

func (*HardwareModelGetGlobalHardwareBrandByNameParams) WithEnterpriseID added in v1.0.2

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

func (*HardwareModelGetGlobalHardwareBrandByNameParams) WithHTTPClient added in v1.0.2

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

func (*HardwareModelGetGlobalHardwareBrandByNameParams) WithName added in v1.0.2

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

func (*HardwareModelGetGlobalHardwareBrandByNameParams) WithTimeout added in v1.0.2

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

func (*HardwareModelGetGlobalHardwareBrandByNameParams) WithXRequestID added in v1.0.2

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

func (*HardwareModelGetGlobalHardwareBrandByNameParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type HardwareModelGetGlobalHardwareBrandByNameReader added in v1.0.2

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

HardwareModelGetGlobalHardwareBrandByNameReader is a Reader for the HardwareModelGetGlobalHardwareBrandByName structure.

func (*HardwareModelGetGlobalHardwareBrandByNameReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type HardwareModelGetGlobalHardwareBrandByNameUnauthorized added in v1.0.2

type HardwareModelGetGlobalHardwareBrandByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetGlobalHardwareBrandByNameUnauthorized 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 NewHardwareModelGetGlobalHardwareBrandByNameUnauthorized added in v1.0.2

func NewHardwareModelGetGlobalHardwareBrandByNameUnauthorized() *HardwareModelGetGlobalHardwareBrandByNameUnauthorized

NewHardwareModelGetGlobalHardwareBrandByNameUnauthorized creates a HardwareModelGetGlobalHardwareBrandByNameUnauthorized with default headers values

func (*HardwareModelGetGlobalHardwareBrandByNameUnauthorized) Error added in v1.0.2

func (*HardwareModelGetGlobalHardwareBrandByNameUnauthorized) GetPayload added in v1.0.2

func (*HardwareModelGetGlobalHardwareBrandByNameUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get global hardware brand by name unauthorized response has a 4xx status code

func (*HardwareModelGetGlobalHardwareBrandByNameUnauthorized) IsCode added in v1.0.2

IsCode returns true when this hardware model get global hardware brand by name unauthorized response a status code equal to that given

func (*HardwareModelGetGlobalHardwareBrandByNameUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get global hardware brand by name unauthorized response has a 3xx status code

func (*HardwareModelGetGlobalHardwareBrandByNameUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get global hardware brand by name unauthorized response has a 5xx status code

func (*HardwareModelGetGlobalHardwareBrandByNameUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get global hardware brand by name unauthorized response has a 2xx status code

func (*HardwareModelGetGlobalHardwareBrandByNameUnauthorized) String added in v1.0.2

type HardwareModelGetGlobalHardwareBrandDefault added in v1.0.2

type HardwareModelGetGlobalHardwareBrandDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

HardwareModelGetGlobalHardwareBrandDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewHardwareModelGetGlobalHardwareBrandDefault added in v1.0.2

func NewHardwareModelGetGlobalHardwareBrandDefault(code int) *HardwareModelGetGlobalHardwareBrandDefault

NewHardwareModelGetGlobalHardwareBrandDefault creates a HardwareModelGetGlobalHardwareBrandDefault with default headers values

func (*HardwareModelGetGlobalHardwareBrandDefault) Code added in v1.0.2

Code gets the status code for the hardware model get global hardware brand default response

func (*HardwareModelGetGlobalHardwareBrandDefault) Error added in v1.0.2

func (*HardwareModelGetGlobalHardwareBrandDefault) GetPayload added in v1.0.2

func (*HardwareModelGetGlobalHardwareBrandDefault) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get global hardware brand default response has a 4xx status code

func (*HardwareModelGetGlobalHardwareBrandDefault) IsCode added in v1.0.2

IsCode returns true when this hardware model get global hardware brand default response a status code equal to that given

func (*HardwareModelGetGlobalHardwareBrandDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get global hardware brand default response has a 3xx status code

func (*HardwareModelGetGlobalHardwareBrandDefault) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get global hardware brand default response has a 5xx status code

func (*HardwareModelGetGlobalHardwareBrandDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get global hardware brand default response has a 2xx status code

func (*HardwareModelGetGlobalHardwareBrandDefault) String added in v1.0.2

type HardwareModelGetGlobalHardwareBrandForbidden added in v1.0.2

type HardwareModelGetGlobalHardwareBrandForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetGlobalHardwareBrandForbidden 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 NewHardwareModelGetGlobalHardwareBrandForbidden added in v1.0.2

func NewHardwareModelGetGlobalHardwareBrandForbidden() *HardwareModelGetGlobalHardwareBrandForbidden

NewHardwareModelGetGlobalHardwareBrandForbidden creates a HardwareModelGetGlobalHardwareBrandForbidden with default headers values

func (*HardwareModelGetGlobalHardwareBrandForbidden) Error added in v1.0.2

func (*HardwareModelGetGlobalHardwareBrandForbidden) GetPayload added in v1.0.2

func (*HardwareModelGetGlobalHardwareBrandForbidden) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get global hardware brand forbidden response has a 4xx status code

func (*HardwareModelGetGlobalHardwareBrandForbidden) IsCode added in v1.0.2

IsCode returns true when this hardware model get global hardware brand forbidden response a status code equal to that given

func (*HardwareModelGetGlobalHardwareBrandForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get global hardware brand forbidden response has a 3xx status code

func (*HardwareModelGetGlobalHardwareBrandForbidden) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get global hardware brand forbidden response has a 5xx status code

func (*HardwareModelGetGlobalHardwareBrandForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get global hardware brand forbidden response has a 2xx status code

func (*HardwareModelGetGlobalHardwareBrandForbidden) String added in v1.0.2

type HardwareModelGetGlobalHardwareBrandGatewayTimeout added in v1.0.2

type HardwareModelGetGlobalHardwareBrandGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetGlobalHardwareBrandGatewayTimeout 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 NewHardwareModelGetGlobalHardwareBrandGatewayTimeout added in v1.0.2

func NewHardwareModelGetGlobalHardwareBrandGatewayTimeout() *HardwareModelGetGlobalHardwareBrandGatewayTimeout

NewHardwareModelGetGlobalHardwareBrandGatewayTimeout creates a HardwareModelGetGlobalHardwareBrandGatewayTimeout with default headers values

func (*HardwareModelGetGlobalHardwareBrandGatewayTimeout) Error added in v1.0.2

func (*HardwareModelGetGlobalHardwareBrandGatewayTimeout) GetPayload added in v1.0.2

func (*HardwareModelGetGlobalHardwareBrandGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get global hardware brand gateway timeout response has a 4xx status code

func (*HardwareModelGetGlobalHardwareBrandGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this hardware model get global hardware brand gateway timeout response a status code equal to that given

func (*HardwareModelGetGlobalHardwareBrandGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get global hardware brand gateway timeout response has a 3xx status code

func (*HardwareModelGetGlobalHardwareBrandGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get global hardware brand gateway timeout response has a 5xx status code

func (*HardwareModelGetGlobalHardwareBrandGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get global hardware brand gateway timeout response has a 2xx status code

func (*HardwareModelGetGlobalHardwareBrandGatewayTimeout) String added in v1.0.2

type HardwareModelGetGlobalHardwareBrandInternalServerError added in v1.0.2

type HardwareModelGetGlobalHardwareBrandInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetGlobalHardwareBrandInternalServerError 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 NewHardwareModelGetGlobalHardwareBrandInternalServerError added in v1.0.2

func NewHardwareModelGetGlobalHardwareBrandInternalServerError() *HardwareModelGetGlobalHardwareBrandInternalServerError

NewHardwareModelGetGlobalHardwareBrandInternalServerError creates a HardwareModelGetGlobalHardwareBrandInternalServerError with default headers values

func (*HardwareModelGetGlobalHardwareBrandInternalServerError) Error added in v1.0.2

func (*HardwareModelGetGlobalHardwareBrandInternalServerError) GetPayload added in v1.0.2

func (*HardwareModelGetGlobalHardwareBrandInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get global hardware brand internal server error response has a 4xx status code

func (*HardwareModelGetGlobalHardwareBrandInternalServerError) IsCode added in v1.0.2

IsCode returns true when this hardware model get global hardware brand internal server error response a status code equal to that given

func (*HardwareModelGetGlobalHardwareBrandInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get global hardware brand internal server error response has a 3xx status code

func (*HardwareModelGetGlobalHardwareBrandInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get global hardware brand internal server error response has a 5xx status code

func (*HardwareModelGetGlobalHardwareBrandInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get global hardware brand internal server error response has a 2xx status code

func (*HardwareModelGetGlobalHardwareBrandInternalServerError) String added in v1.0.2

type HardwareModelGetGlobalHardwareBrandNotFound added in v1.0.2

type HardwareModelGetGlobalHardwareBrandNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetGlobalHardwareBrandNotFound 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 NewHardwareModelGetGlobalHardwareBrandNotFound added in v1.0.2

func NewHardwareModelGetGlobalHardwareBrandNotFound() *HardwareModelGetGlobalHardwareBrandNotFound

NewHardwareModelGetGlobalHardwareBrandNotFound creates a HardwareModelGetGlobalHardwareBrandNotFound with default headers values

func (*HardwareModelGetGlobalHardwareBrandNotFound) Error added in v1.0.2

func (*HardwareModelGetGlobalHardwareBrandNotFound) GetPayload added in v1.0.2

func (*HardwareModelGetGlobalHardwareBrandNotFound) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get global hardware brand not found response has a 4xx status code

func (*HardwareModelGetGlobalHardwareBrandNotFound) IsCode added in v1.0.2

IsCode returns true when this hardware model get global hardware brand not found response a status code equal to that given

func (*HardwareModelGetGlobalHardwareBrandNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get global hardware brand not found response has a 3xx status code

func (*HardwareModelGetGlobalHardwareBrandNotFound) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get global hardware brand not found response has a 5xx status code

func (*HardwareModelGetGlobalHardwareBrandNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get global hardware brand not found response has a 2xx status code

func (*HardwareModelGetGlobalHardwareBrandNotFound) String added in v1.0.2

type HardwareModelGetGlobalHardwareBrandOK added in v1.0.2

type HardwareModelGetGlobalHardwareBrandOK struct {
	Payload *swagger_models.SysBrand
}

HardwareModelGetGlobalHardwareBrandOK describes a response with status code 200, with default header values.

A successful response.

func NewHardwareModelGetGlobalHardwareBrandOK added in v1.0.2

func NewHardwareModelGetGlobalHardwareBrandOK() *HardwareModelGetGlobalHardwareBrandOK

NewHardwareModelGetGlobalHardwareBrandOK creates a HardwareModelGetGlobalHardwareBrandOK with default headers values

func (*HardwareModelGetGlobalHardwareBrandOK) Error added in v1.0.2

func (*HardwareModelGetGlobalHardwareBrandOK) GetPayload added in v1.0.2

func (*HardwareModelGetGlobalHardwareBrandOK) IsClientError added in v1.0.2

func (o *HardwareModelGetGlobalHardwareBrandOK) IsClientError() bool

IsClientError returns true when this hardware model get global hardware brand o k response has a 4xx status code

func (*HardwareModelGetGlobalHardwareBrandOK) IsCode added in v1.0.2

IsCode returns true when this hardware model get global hardware brand o k response a status code equal to that given

func (*HardwareModelGetGlobalHardwareBrandOK) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get global hardware brand o k response has a 3xx status code

func (*HardwareModelGetGlobalHardwareBrandOK) IsServerError added in v1.0.2

func (o *HardwareModelGetGlobalHardwareBrandOK) IsServerError() bool

IsServerError returns true when this hardware model get global hardware brand o k response has a 5xx status code

func (*HardwareModelGetGlobalHardwareBrandOK) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get global hardware brand o k response has a 2xx status code

func (*HardwareModelGetGlobalHardwareBrandOK) String added in v1.0.2

type HardwareModelGetGlobalHardwareBrandParams added in v1.0.2

type HardwareModelGetGlobalHardwareBrandParams 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
}

HardwareModelGetGlobalHardwareBrandParams contains all the parameters to send to the API endpoint

for the hardware model get global hardware brand operation.

Typically these are written to a http.Request.

func NewHardwareModelGetGlobalHardwareBrandParams added in v1.0.2

func NewHardwareModelGetGlobalHardwareBrandParams() *HardwareModelGetGlobalHardwareBrandParams

NewHardwareModelGetGlobalHardwareBrandParams creates a new HardwareModelGetGlobalHardwareBrandParams 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 NewHardwareModelGetGlobalHardwareBrandParamsWithContext added in v1.0.2

func NewHardwareModelGetGlobalHardwareBrandParamsWithContext(ctx context.Context) *HardwareModelGetGlobalHardwareBrandParams

NewHardwareModelGetGlobalHardwareBrandParamsWithContext creates a new HardwareModelGetGlobalHardwareBrandParams object with the ability to set a context for a request.

func NewHardwareModelGetGlobalHardwareBrandParamsWithHTTPClient added in v1.0.2

func NewHardwareModelGetGlobalHardwareBrandParamsWithHTTPClient(client *http.Client) *HardwareModelGetGlobalHardwareBrandParams

NewHardwareModelGetGlobalHardwareBrandParamsWithHTTPClient creates a new HardwareModelGetGlobalHardwareBrandParams object with the ability to set a custom HTTPClient for a request.

func NewHardwareModelGetGlobalHardwareBrandParamsWithTimeout added in v1.0.2

func NewHardwareModelGetGlobalHardwareBrandParamsWithTimeout(timeout time.Duration) *HardwareModelGetGlobalHardwareBrandParams

NewHardwareModelGetGlobalHardwareBrandParamsWithTimeout creates a new HardwareModelGetGlobalHardwareBrandParams object with the ability to set a timeout on a request.

func (*HardwareModelGetGlobalHardwareBrandParams) SetContext added in v1.0.2

SetContext adds the context to the hardware model get global hardware brand params

func (*HardwareModelGetGlobalHardwareBrandParams) SetDefaults added in v1.0.2

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

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

func (*HardwareModelGetGlobalHardwareBrandParams) SetEnterpriseID added in v1.0.2

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

SetEnterpriseID adds the enterpriseId to the hardware model get global hardware brand params

func (*HardwareModelGetGlobalHardwareBrandParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the hardware model get global hardware brand params

func (*HardwareModelGetGlobalHardwareBrandParams) SetID added in v1.0.2

SetID adds the id to the hardware model get global hardware brand params

func (*HardwareModelGetGlobalHardwareBrandParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the hardware model get global hardware brand params

func (*HardwareModelGetGlobalHardwareBrandParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the hardware model get global hardware brand params

func (*HardwareModelGetGlobalHardwareBrandParams) WithContext added in v1.0.2

WithContext adds the context to the hardware model get global hardware brand params

func (*HardwareModelGetGlobalHardwareBrandParams) WithDefaults added in v1.0.2

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

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

func (*HardwareModelGetGlobalHardwareBrandParams) WithEnterpriseID added in v1.0.2

WithEnterpriseID adds the enterpriseID to the hardware model get global hardware brand params

func (*HardwareModelGetGlobalHardwareBrandParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the hardware model get global hardware brand params

func (*HardwareModelGetGlobalHardwareBrandParams) WithID added in v1.0.2

WithID adds the id to the hardware model get global hardware brand params

func (*HardwareModelGetGlobalHardwareBrandParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the hardware model get global hardware brand params

func (*HardwareModelGetGlobalHardwareBrandParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the hardware model get global hardware brand params

func (*HardwareModelGetGlobalHardwareBrandParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type HardwareModelGetGlobalHardwareBrandReader added in v1.0.2

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

HardwareModelGetGlobalHardwareBrandReader is a Reader for the HardwareModelGetGlobalHardwareBrand structure.

func (*HardwareModelGetGlobalHardwareBrandReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type HardwareModelGetGlobalHardwareBrandUnauthorized added in v1.0.2

type HardwareModelGetGlobalHardwareBrandUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetGlobalHardwareBrandUnauthorized 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 NewHardwareModelGetGlobalHardwareBrandUnauthorized added in v1.0.2

func NewHardwareModelGetGlobalHardwareBrandUnauthorized() *HardwareModelGetGlobalHardwareBrandUnauthorized

NewHardwareModelGetGlobalHardwareBrandUnauthorized creates a HardwareModelGetGlobalHardwareBrandUnauthorized with default headers values

func (*HardwareModelGetGlobalHardwareBrandUnauthorized) Error added in v1.0.2

func (*HardwareModelGetGlobalHardwareBrandUnauthorized) GetPayload added in v1.0.2

func (*HardwareModelGetGlobalHardwareBrandUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get global hardware brand unauthorized response has a 4xx status code

func (*HardwareModelGetGlobalHardwareBrandUnauthorized) IsCode added in v1.0.2

IsCode returns true when this hardware model get global hardware brand unauthorized response a status code equal to that given

func (*HardwareModelGetGlobalHardwareBrandUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get global hardware brand unauthorized response has a 3xx status code

func (*HardwareModelGetGlobalHardwareBrandUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get global hardware brand unauthorized response has a 5xx status code

func (*HardwareModelGetGlobalHardwareBrandUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get global hardware brand unauthorized response has a 2xx status code

func (*HardwareModelGetGlobalHardwareBrandUnauthorized) String added in v1.0.2

type HardwareModelGetGlobalHardwareModelByNameDefault added in v1.0.2

type HardwareModelGetGlobalHardwareModelByNameDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

HardwareModelGetGlobalHardwareModelByNameDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewHardwareModelGetGlobalHardwareModelByNameDefault added in v1.0.2

func NewHardwareModelGetGlobalHardwareModelByNameDefault(code int) *HardwareModelGetGlobalHardwareModelByNameDefault

NewHardwareModelGetGlobalHardwareModelByNameDefault creates a HardwareModelGetGlobalHardwareModelByNameDefault with default headers values

func (*HardwareModelGetGlobalHardwareModelByNameDefault) Code added in v1.0.2

Code gets the status code for the hardware model get global hardware model by name default response

func (*HardwareModelGetGlobalHardwareModelByNameDefault) Error added in v1.0.2

func (*HardwareModelGetGlobalHardwareModelByNameDefault) GetPayload added in v1.0.2

func (*HardwareModelGetGlobalHardwareModelByNameDefault) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get global hardware model by name default response has a 4xx status code

func (*HardwareModelGetGlobalHardwareModelByNameDefault) IsCode added in v1.0.2

IsCode returns true when this hardware model get global hardware model by name default response a status code equal to that given

func (*HardwareModelGetGlobalHardwareModelByNameDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get global hardware model by name default response has a 3xx status code

func (*HardwareModelGetGlobalHardwareModelByNameDefault) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get global hardware model by name default response has a 5xx status code

func (*HardwareModelGetGlobalHardwareModelByNameDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get global hardware model by name default response has a 2xx status code

func (*HardwareModelGetGlobalHardwareModelByNameDefault) String added in v1.0.2

type HardwareModelGetGlobalHardwareModelByNameForbidden added in v1.0.2

type HardwareModelGetGlobalHardwareModelByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetGlobalHardwareModelByNameForbidden 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 NewHardwareModelGetGlobalHardwareModelByNameForbidden added in v1.0.2

func NewHardwareModelGetGlobalHardwareModelByNameForbidden() *HardwareModelGetGlobalHardwareModelByNameForbidden

NewHardwareModelGetGlobalHardwareModelByNameForbidden creates a HardwareModelGetGlobalHardwareModelByNameForbidden with default headers values

func (*HardwareModelGetGlobalHardwareModelByNameForbidden) Error added in v1.0.2

func (*HardwareModelGetGlobalHardwareModelByNameForbidden) GetPayload added in v1.0.2

func (*HardwareModelGetGlobalHardwareModelByNameForbidden) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get global hardware model by name forbidden response has a 4xx status code

func (*HardwareModelGetGlobalHardwareModelByNameForbidden) IsCode added in v1.0.2

IsCode returns true when this hardware model get global hardware model by name forbidden response a status code equal to that given

func (*HardwareModelGetGlobalHardwareModelByNameForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get global hardware model by name forbidden response has a 3xx status code

func (*HardwareModelGetGlobalHardwareModelByNameForbidden) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get global hardware model by name forbidden response has a 5xx status code

func (*HardwareModelGetGlobalHardwareModelByNameForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get global hardware model by name forbidden response has a 2xx status code

func (*HardwareModelGetGlobalHardwareModelByNameForbidden) String added in v1.0.2

type HardwareModelGetGlobalHardwareModelByNameGatewayTimeout added in v1.0.2

type HardwareModelGetGlobalHardwareModelByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetGlobalHardwareModelByNameGatewayTimeout 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 NewHardwareModelGetGlobalHardwareModelByNameGatewayTimeout added in v1.0.2

func NewHardwareModelGetGlobalHardwareModelByNameGatewayTimeout() *HardwareModelGetGlobalHardwareModelByNameGatewayTimeout

NewHardwareModelGetGlobalHardwareModelByNameGatewayTimeout creates a HardwareModelGetGlobalHardwareModelByNameGatewayTimeout with default headers values

func (*HardwareModelGetGlobalHardwareModelByNameGatewayTimeout) Error added in v1.0.2

func (*HardwareModelGetGlobalHardwareModelByNameGatewayTimeout) GetPayload added in v1.0.2

func (*HardwareModelGetGlobalHardwareModelByNameGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get global hardware model by name gateway timeout response has a 4xx status code

func (*HardwareModelGetGlobalHardwareModelByNameGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this hardware model get global hardware model by name gateway timeout response a status code equal to that given

func (*HardwareModelGetGlobalHardwareModelByNameGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get global hardware model by name gateway timeout response has a 3xx status code

func (*HardwareModelGetGlobalHardwareModelByNameGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get global hardware model by name gateway timeout response has a 5xx status code

func (*HardwareModelGetGlobalHardwareModelByNameGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get global hardware model by name gateway timeout response has a 2xx status code

func (*HardwareModelGetGlobalHardwareModelByNameGatewayTimeout) String added in v1.0.2

type HardwareModelGetGlobalHardwareModelByNameInternalServerError added in v1.0.2

type HardwareModelGetGlobalHardwareModelByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetGlobalHardwareModelByNameInternalServerError 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 NewHardwareModelGetGlobalHardwareModelByNameInternalServerError added in v1.0.2

func NewHardwareModelGetGlobalHardwareModelByNameInternalServerError() *HardwareModelGetGlobalHardwareModelByNameInternalServerError

NewHardwareModelGetGlobalHardwareModelByNameInternalServerError creates a HardwareModelGetGlobalHardwareModelByNameInternalServerError with default headers values

func (*HardwareModelGetGlobalHardwareModelByNameInternalServerError) Error added in v1.0.2

func (*HardwareModelGetGlobalHardwareModelByNameInternalServerError) GetPayload added in v1.0.2

func (*HardwareModelGetGlobalHardwareModelByNameInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get global hardware model by name internal server error response has a 4xx status code

func (*HardwareModelGetGlobalHardwareModelByNameInternalServerError) IsCode added in v1.0.2

IsCode returns true when this hardware model get global hardware model by name internal server error response a status code equal to that given

func (*HardwareModelGetGlobalHardwareModelByNameInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get global hardware model by name internal server error response has a 3xx status code

func (*HardwareModelGetGlobalHardwareModelByNameInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get global hardware model by name internal server error response has a 5xx status code

func (*HardwareModelGetGlobalHardwareModelByNameInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get global hardware model by name internal server error response has a 2xx status code

func (*HardwareModelGetGlobalHardwareModelByNameInternalServerError) String added in v1.0.2

type HardwareModelGetGlobalHardwareModelByNameNotFound added in v1.0.2

type HardwareModelGetGlobalHardwareModelByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetGlobalHardwareModelByNameNotFound 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 NewHardwareModelGetGlobalHardwareModelByNameNotFound added in v1.0.2

func NewHardwareModelGetGlobalHardwareModelByNameNotFound() *HardwareModelGetGlobalHardwareModelByNameNotFound

NewHardwareModelGetGlobalHardwareModelByNameNotFound creates a HardwareModelGetGlobalHardwareModelByNameNotFound with default headers values

func (*HardwareModelGetGlobalHardwareModelByNameNotFound) Error added in v1.0.2

func (*HardwareModelGetGlobalHardwareModelByNameNotFound) GetPayload added in v1.0.2

func (*HardwareModelGetGlobalHardwareModelByNameNotFound) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get global hardware model by name not found response has a 4xx status code

func (*HardwareModelGetGlobalHardwareModelByNameNotFound) IsCode added in v1.0.2

IsCode returns true when this hardware model get global hardware model by name not found response a status code equal to that given

func (*HardwareModelGetGlobalHardwareModelByNameNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get global hardware model by name not found response has a 3xx status code

func (*HardwareModelGetGlobalHardwareModelByNameNotFound) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get global hardware model by name not found response has a 5xx status code

func (*HardwareModelGetGlobalHardwareModelByNameNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get global hardware model by name not found response has a 2xx status code

func (*HardwareModelGetGlobalHardwareModelByNameNotFound) String added in v1.0.2

type HardwareModelGetGlobalHardwareModelByNameOK added in v1.0.2

type HardwareModelGetGlobalHardwareModelByNameOK struct {
	Payload *swagger_models.SysModel
}

HardwareModelGetGlobalHardwareModelByNameOK describes a response with status code 200, with default header values.

A successful response.

func NewHardwareModelGetGlobalHardwareModelByNameOK added in v1.0.2

func NewHardwareModelGetGlobalHardwareModelByNameOK() *HardwareModelGetGlobalHardwareModelByNameOK

NewHardwareModelGetGlobalHardwareModelByNameOK creates a HardwareModelGetGlobalHardwareModelByNameOK with default headers values

func (*HardwareModelGetGlobalHardwareModelByNameOK) Error added in v1.0.2

func (*HardwareModelGetGlobalHardwareModelByNameOK) GetPayload added in v1.0.2

func (*HardwareModelGetGlobalHardwareModelByNameOK) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get global hardware model by name o k response has a 4xx status code

func (*HardwareModelGetGlobalHardwareModelByNameOK) IsCode added in v1.0.2

IsCode returns true when this hardware model get global hardware model by name o k response a status code equal to that given

func (*HardwareModelGetGlobalHardwareModelByNameOK) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get global hardware model by name o k response has a 3xx status code

func (*HardwareModelGetGlobalHardwareModelByNameOK) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get global hardware model by name o k response has a 5xx status code

func (*HardwareModelGetGlobalHardwareModelByNameOK) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get global hardware model by name o k response has a 2xx status code

func (*HardwareModelGetGlobalHardwareModelByNameOK) String added in v1.0.2

type HardwareModelGetGlobalHardwareModelByNameParams added in v1.0.2

type HardwareModelGetGlobalHardwareModelByNameParams 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
}

HardwareModelGetGlobalHardwareModelByNameParams contains all the parameters to send to the API endpoint

for the hardware model get global hardware model by name operation.

Typically these are written to a http.Request.

func NewHardwareModelGetGlobalHardwareModelByNameParams added in v1.0.2

func NewHardwareModelGetGlobalHardwareModelByNameParams() *HardwareModelGetGlobalHardwareModelByNameParams

NewHardwareModelGetGlobalHardwareModelByNameParams creates a new HardwareModelGetGlobalHardwareModelByNameParams 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 NewHardwareModelGetGlobalHardwareModelByNameParamsWithContext added in v1.0.2

func NewHardwareModelGetGlobalHardwareModelByNameParamsWithContext(ctx context.Context) *HardwareModelGetGlobalHardwareModelByNameParams

NewHardwareModelGetGlobalHardwareModelByNameParamsWithContext creates a new HardwareModelGetGlobalHardwareModelByNameParams object with the ability to set a context for a request.

func NewHardwareModelGetGlobalHardwareModelByNameParamsWithHTTPClient added in v1.0.2

func NewHardwareModelGetGlobalHardwareModelByNameParamsWithHTTPClient(client *http.Client) *HardwareModelGetGlobalHardwareModelByNameParams

NewHardwareModelGetGlobalHardwareModelByNameParamsWithHTTPClient creates a new HardwareModelGetGlobalHardwareModelByNameParams object with the ability to set a custom HTTPClient for a request.

func NewHardwareModelGetGlobalHardwareModelByNameParamsWithTimeout added in v1.0.2

func NewHardwareModelGetGlobalHardwareModelByNameParamsWithTimeout(timeout time.Duration) *HardwareModelGetGlobalHardwareModelByNameParams

NewHardwareModelGetGlobalHardwareModelByNameParamsWithTimeout creates a new HardwareModelGetGlobalHardwareModelByNameParams object with the ability to set a timeout on a request.

func (*HardwareModelGetGlobalHardwareModelByNameParams) SetContext added in v1.0.2

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

func (*HardwareModelGetGlobalHardwareModelByNameParams) SetDefaults added in v1.0.2

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

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

func (*HardwareModelGetGlobalHardwareModelByNameParams) SetHTTPClient added in v1.0.2

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

func (*HardwareModelGetGlobalHardwareModelByNameParams) SetName added in v1.0.2

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

func (*HardwareModelGetGlobalHardwareModelByNameParams) SetTimeout added in v1.0.2

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

func (*HardwareModelGetGlobalHardwareModelByNameParams) SetXRequestID added in v1.0.2

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

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

func (*HardwareModelGetGlobalHardwareModelByNameParams) WithContext added in v1.0.2

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

func (*HardwareModelGetGlobalHardwareModelByNameParams) WithDefaults added in v1.0.2

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

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

func (*HardwareModelGetGlobalHardwareModelByNameParams) WithHTTPClient added in v1.0.2

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

func (*HardwareModelGetGlobalHardwareModelByNameParams) WithName added in v1.0.2

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

func (*HardwareModelGetGlobalHardwareModelByNameParams) WithTimeout added in v1.0.2

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

func (*HardwareModelGetGlobalHardwareModelByNameParams) WithXRequestID added in v1.0.2

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

func (*HardwareModelGetGlobalHardwareModelByNameParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type HardwareModelGetGlobalHardwareModelByNameReader added in v1.0.2

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

HardwareModelGetGlobalHardwareModelByNameReader is a Reader for the HardwareModelGetGlobalHardwareModelByName structure.

func (*HardwareModelGetGlobalHardwareModelByNameReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type HardwareModelGetGlobalHardwareModelByNameUnauthorized added in v1.0.2

type HardwareModelGetGlobalHardwareModelByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetGlobalHardwareModelByNameUnauthorized 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 NewHardwareModelGetGlobalHardwareModelByNameUnauthorized added in v1.0.2

func NewHardwareModelGetGlobalHardwareModelByNameUnauthorized() *HardwareModelGetGlobalHardwareModelByNameUnauthorized

NewHardwareModelGetGlobalHardwareModelByNameUnauthorized creates a HardwareModelGetGlobalHardwareModelByNameUnauthorized with default headers values

func (*HardwareModelGetGlobalHardwareModelByNameUnauthorized) Error added in v1.0.2

func (*HardwareModelGetGlobalHardwareModelByNameUnauthorized) GetPayload added in v1.0.2

func (*HardwareModelGetGlobalHardwareModelByNameUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get global hardware model by name unauthorized response has a 4xx status code

func (*HardwareModelGetGlobalHardwareModelByNameUnauthorized) IsCode added in v1.0.2

IsCode returns true when this hardware model get global hardware model by name unauthorized response a status code equal to that given

func (*HardwareModelGetGlobalHardwareModelByNameUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get global hardware model by name unauthorized response has a 3xx status code

func (*HardwareModelGetGlobalHardwareModelByNameUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get global hardware model by name unauthorized response has a 5xx status code

func (*HardwareModelGetGlobalHardwareModelByNameUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get global hardware model by name unauthorized response has a 2xx status code

func (*HardwareModelGetGlobalHardwareModelByNameUnauthorized) String added in v1.0.2

type HardwareModelGetGlobalHardwareModelDefault added in v1.0.2

type HardwareModelGetGlobalHardwareModelDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

HardwareModelGetGlobalHardwareModelDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewHardwareModelGetGlobalHardwareModelDefault added in v1.0.2

func NewHardwareModelGetGlobalHardwareModelDefault(code int) *HardwareModelGetGlobalHardwareModelDefault

NewHardwareModelGetGlobalHardwareModelDefault creates a HardwareModelGetGlobalHardwareModelDefault with default headers values

func (*HardwareModelGetGlobalHardwareModelDefault) Code added in v1.0.2

Code gets the status code for the hardware model get global hardware model default response

func (*HardwareModelGetGlobalHardwareModelDefault) Error added in v1.0.2

func (*HardwareModelGetGlobalHardwareModelDefault) GetPayload added in v1.0.2

func (*HardwareModelGetGlobalHardwareModelDefault) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get global hardware model default response has a 4xx status code

func (*HardwareModelGetGlobalHardwareModelDefault) IsCode added in v1.0.2

IsCode returns true when this hardware model get global hardware model default response a status code equal to that given

func (*HardwareModelGetGlobalHardwareModelDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get global hardware model default response has a 3xx status code

func (*HardwareModelGetGlobalHardwareModelDefault) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get global hardware model default response has a 5xx status code

func (*HardwareModelGetGlobalHardwareModelDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get global hardware model default response has a 2xx status code

func (*HardwareModelGetGlobalHardwareModelDefault) String added in v1.0.2

type HardwareModelGetGlobalHardwareModelForbidden added in v1.0.2

type HardwareModelGetGlobalHardwareModelForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetGlobalHardwareModelForbidden 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 NewHardwareModelGetGlobalHardwareModelForbidden added in v1.0.2

func NewHardwareModelGetGlobalHardwareModelForbidden() *HardwareModelGetGlobalHardwareModelForbidden

NewHardwareModelGetGlobalHardwareModelForbidden creates a HardwareModelGetGlobalHardwareModelForbidden with default headers values

func (*HardwareModelGetGlobalHardwareModelForbidden) Error added in v1.0.2

func (*HardwareModelGetGlobalHardwareModelForbidden) GetPayload added in v1.0.2

func (*HardwareModelGetGlobalHardwareModelForbidden) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get global hardware model forbidden response has a 4xx status code

func (*HardwareModelGetGlobalHardwareModelForbidden) IsCode added in v1.0.2

IsCode returns true when this hardware model get global hardware model forbidden response a status code equal to that given

func (*HardwareModelGetGlobalHardwareModelForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get global hardware model forbidden response has a 3xx status code

func (*HardwareModelGetGlobalHardwareModelForbidden) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get global hardware model forbidden response has a 5xx status code

func (*HardwareModelGetGlobalHardwareModelForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get global hardware model forbidden response has a 2xx status code

func (*HardwareModelGetGlobalHardwareModelForbidden) String added in v1.0.2

type HardwareModelGetGlobalHardwareModelGatewayTimeout added in v1.0.2

type HardwareModelGetGlobalHardwareModelGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetGlobalHardwareModelGatewayTimeout 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 NewHardwareModelGetGlobalHardwareModelGatewayTimeout added in v1.0.2

func NewHardwareModelGetGlobalHardwareModelGatewayTimeout() *HardwareModelGetGlobalHardwareModelGatewayTimeout

NewHardwareModelGetGlobalHardwareModelGatewayTimeout creates a HardwareModelGetGlobalHardwareModelGatewayTimeout with default headers values

func (*HardwareModelGetGlobalHardwareModelGatewayTimeout) Error added in v1.0.2

func (*HardwareModelGetGlobalHardwareModelGatewayTimeout) GetPayload added in v1.0.2

func (*HardwareModelGetGlobalHardwareModelGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get global hardware model gateway timeout response has a 4xx status code

func (*HardwareModelGetGlobalHardwareModelGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this hardware model get global hardware model gateway timeout response a status code equal to that given

func (*HardwareModelGetGlobalHardwareModelGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get global hardware model gateway timeout response has a 3xx status code

func (*HardwareModelGetGlobalHardwareModelGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get global hardware model gateway timeout response has a 5xx status code

func (*HardwareModelGetGlobalHardwareModelGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get global hardware model gateway timeout response has a 2xx status code

func (*HardwareModelGetGlobalHardwareModelGatewayTimeout) String added in v1.0.2

type HardwareModelGetGlobalHardwareModelInternalServerError added in v1.0.2

type HardwareModelGetGlobalHardwareModelInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetGlobalHardwareModelInternalServerError 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 NewHardwareModelGetGlobalHardwareModelInternalServerError added in v1.0.2

func NewHardwareModelGetGlobalHardwareModelInternalServerError() *HardwareModelGetGlobalHardwareModelInternalServerError

NewHardwareModelGetGlobalHardwareModelInternalServerError creates a HardwareModelGetGlobalHardwareModelInternalServerError with default headers values

func (*HardwareModelGetGlobalHardwareModelInternalServerError) Error added in v1.0.2

func (*HardwareModelGetGlobalHardwareModelInternalServerError) GetPayload added in v1.0.2

func (*HardwareModelGetGlobalHardwareModelInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get global hardware model internal server error response has a 4xx status code

func (*HardwareModelGetGlobalHardwareModelInternalServerError) IsCode added in v1.0.2

IsCode returns true when this hardware model get global hardware model internal server error response a status code equal to that given

func (*HardwareModelGetGlobalHardwareModelInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get global hardware model internal server error response has a 3xx status code

func (*HardwareModelGetGlobalHardwareModelInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get global hardware model internal server error response has a 5xx status code

func (*HardwareModelGetGlobalHardwareModelInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get global hardware model internal server error response has a 2xx status code

func (*HardwareModelGetGlobalHardwareModelInternalServerError) String added in v1.0.2

type HardwareModelGetGlobalHardwareModelNotFound added in v1.0.2

type HardwareModelGetGlobalHardwareModelNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetGlobalHardwareModelNotFound 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 NewHardwareModelGetGlobalHardwareModelNotFound added in v1.0.2

func NewHardwareModelGetGlobalHardwareModelNotFound() *HardwareModelGetGlobalHardwareModelNotFound

NewHardwareModelGetGlobalHardwareModelNotFound creates a HardwareModelGetGlobalHardwareModelNotFound with default headers values

func (*HardwareModelGetGlobalHardwareModelNotFound) Error added in v1.0.2

func (*HardwareModelGetGlobalHardwareModelNotFound) GetPayload added in v1.0.2

func (*HardwareModelGetGlobalHardwareModelNotFound) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get global hardware model not found response has a 4xx status code

func (*HardwareModelGetGlobalHardwareModelNotFound) IsCode added in v1.0.2

IsCode returns true when this hardware model get global hardware model not found response a status code equal to that given

func (*HardwareModelGetGlobalHardwareModelNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get global hardware model not found response has a 3xx status code

func (*HardwareModelGetGlobalHardwareModelNotFound) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get global hardware model not found response has a 5xx status code

func (*HardwareModelGetGlobalHardwareModelNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get global hardware model not found response has a 2xx status code

func (*HardwareModelGetGlobalHardwareModelNotFound) String added in v1.0.2

type HardwareModelGetGlobalHardwareModelOK added in v1.0.2

type HardwareModelGetGlobalHardwareModelOK struct {
	Payload *swagger_models.SysModel
}

HardwareModelGetGlobalHardwareModelOK describes a response with status code 200, with default header values.

A successful response.

func NewHardwareModelGetGlobalHardwareModelOK added in v1.0.2

func NewHardwareModelGetGlobalHardwareModelOK() *HardwareModelGetGlobalHardwareModelOK

NewHardwareModelGetGlobalHardwareModelOK creates a HardwareModelGetGlobalHardwareModelOK with default headers values

func (*HardwareModelGetGlobalHardwareModelOK) Error added in v1.0.2

func (*HardwareModelGetGlobalHardwareModelOK) GetPayload added in v1.0.2

func (*HardwareModelGetGlobalHardwareModelOK) IsClientError added in v1.0.2

func (o *HardwareModelGetGlobalHardwareModelOK) IsClientError() bool

IsClientError returns true when this hardware model get global hardware model o k response has a 4xx status code

func (*HardwareModelGetGlobalHardwareModelOK) IsCode added in v1.0.2

IsCode returns true when this hardware model get global hardware model o k response a status code equal to that given

func (*HardwareModelGetGlobalHardwareModelOK) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get global hardware model o k response has a 3xx status code

func (*HardwareModelGetGlobalHardwareModelOK) IsServerError added in v1.0.2

func (o *HardwareModelGetGlobalHardwareModelOK) IsServerError() bool

IsServerError returns true when this hardware model get global hardware model o k response has a 5xx status code

func (*HardwareModelGetGlobalHardwareModelOK) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get global hardware model o k response has a 2xx status code

func (*HardwareModelGetGlobalHardwareModelOK) String added in v1.0.2

type HardwareModelGetGlobalHardwareModelParams added in v1.0.2

type HardwareModelGetGlobalHardwareModelParams 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
}

HardwareModelGetGlobalHardwareModelParams contains all the parameters to send to the API endpoint

for the hardware model get global hardware model operation.

Typically these are written to a http.Request.

func NewHardwareModelGetGlobalHardwareModelParams added in v1.0.2

func NewHardwareModelGetGlobalHardwareModelParams() *HardwareModelGetGlobalHardwareModelParams

NewHardwareModelGetGlobalHardwareModelParams creates a new HardwareModelGetGlobalHardwareModelParams 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 NewHardwareModelGetGlobalHardwareModelParamsWithContext added in v1.0.2

func NewHardwareModelGetGlobalHardwareModelParamsWithContext(ctx context.Context) *HardwareModelGetGlobalHardwareModelParams

NewHardwareModelGetGlobalHardwareModelParamsWithContext creates a new HardwareModelGetGlobalHardwareModelParams object with the ability to set a context for a request.

func NewHardwareModelGetGlobalHardwareModelParamsWithHTTPClient added in v1.0.2

func NewHardwareModelGetGlobalHardwareModelParamsWithHTTPClient(client *http.Client) *HardwareModelGetGlobalHardwareModelParams

NewHardwareModelGetGlobalHardwareModelParamsWithHTTPClient creates a new HardwareModelGetGlobalHardwareModelParams object with the ability to set a custom HTTPClient for a request.

func NewHardwareModelGetGlobalHardwareModelParamsWithTimeout added in v1.0.2

func NewHardwareModelGetGlobalHardwareModelParamsWithTimeout(timeout time.Duration) *HardwareModelGetGlobalHardwareModelParams

NewHardwareModelGetGlobalHardwareModelParamsWithTimeout creates a new HardwareModelGetGlobalHardwareModelParams object with the ability to set a timeout on a request.

func (*HardwareModelGetGlobalHardwareModelParams) SetContext added in v1.0.2

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

func (*HardwareModelGetGlobalHardwareModelParams) SetDefaults added in v1.0.2

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

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

func (*HardwareModelGetGlobalHardwareModelParams) SetHTTPClient added in v1.0.2

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

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

func (*HardwareModelGetGlobalHardwareModelParams) SetID added in v1.0.2

SetID adds the id to the hardware model get global hardware model params

func (*HardwareModelGetGlobalHardwareModelParams) SetTimeout added in v1.0.2

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

func (*HardwareModelGetGlobalHardwareModelParams) SetXRequestID added in v1.0.2

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

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

func (*HardwareModelGetGlobalHardwareModelParams) WithContext added in v1.0.2

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

func (*HardwareModelGetGlobalHardwareModelParams) WithDefaults added in v1.0.2

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

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

func (*HardwareModelGetGlobalHardwareModelParams) WithHTTPClient added in v1.0.2

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

func (*HardwareModelGetGlobalHardwareModelParams) WithID added in v1.0.2

WithID adds the id to the hardware model get global hardware model params

func (*HardwareModelGetGlobalHardwareModelParams) WithTimeout added in v1.0.2

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

func (*HardwareModelGetGlobalHardwareModelParams) WithXRequestID added in v1.0.2

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

func (*HardwareModelGetGlobalHardwareModelParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type HardwareModelGetGlobalHardwareModelReader added in v1.0.2

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

HardwareModelGetGlobalHardwareModelReader is a Reader for the HardwareModelGetGlobalHardwareModel structure.

func (*HardwareModelGetGlobalHardwareModelReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type HardwareModelGetGlobalHardwareModelUnauthorized added in v1.0.2

type HardwareModelGetGlobalHardwareModelUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetGlobalHardwareModelUnauthorized 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 NewHardwareModelGetGlobalHardwareModelUnauthorized added in v1.0.2

func NewHardwareModelGetGlobalHardwareModelUnauthorized() *HardwareModelGetGlobalHardwareModelUnauthorized

NewHardwareModelGetGlobalHardwareModelUnauthorized creates a HardwareModelGetGlobalHardwareModelUnauthorized with default headers values

func (*HardwareModelGetGlobalHardwareModelUnauthorized) Error added in v1.0.2

func (*HardwareModelGetGlobalHardwareModelUnauthorized) GetPayload added in v1.0.2

func (*HardwareModelGetGlobalHardwareModelUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get global hardware model unauthorized response has a 4xx status code

func (*HardwareModelGetGlobalHardwareModelUnauthorized) IsCode added in v1.0.2

IsCode returns true when this hardware model get global hardware model unauthorized response a status code equal to that given

func (*HardwareModelGetGlobalHardwareModelUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get global hardware model unauthorized response has a 3xx status code

func (*HardwareModelGetGlobalHardwareModelUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get global hardware model unauthorized response has a 5xx status code

func (*HardwareModelGetGlobalHardwareModelUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get global hardware model unauthorized response has a 2xx status code

func (*HardwareModelGetGlobalHardwareModelUnauthorized) String added in v1.0.2

type HardwareModelGetHardwareBrandByNameDefault added in v1.0.2

type HardwareModelGetHardwareBrandByNameDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

HardwareModelGetHardwareBrandByNameDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewHardwareModelGetHardwareBrandByNameDefault added in v1.0.2

func NewHardwareModelGetHardwareBrandByNameDefault(code int) *HardwareModelGetHardwareBrandByNameDefault

NewHardwareModelGetHardwareBrandByNameDefault creates a HardwareModelGetHardwareBrandByNameDefault with default headers values

func (*HardwareModelGetHardwareBrandByNameDefault) Code added in v1.0.2

Code gets the status code for the hardware model get hardware brand by name default response

func (*HardwareModelGetHardwareBrandByNameDefault) Error added in v1.0.2

func (*HardwareModelGetHardwareBrandByNameDefault) GetPayload added in v1.0.2

func (*HardwareModelGetHardwareBrandByNameDefault) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get hardware brand by name default response has a 4xx status code

func (*HardwareModelGetHardwareBrandByNameDefault) IsCode added in v1.0.2

IsCode returns true when this hardware model get hardware brand by name default response a status code equal to that given

func (*HardwareModelGetHardwareBrandByNameDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get hardware brand by name default response has a 3xx status code

func (*HardwareModelGetHardwareBrandByNameDefault) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get hardware brand by name default response has a 5xx status code

func (*HardwareModelGetHardwareBrandByNameDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get hardware brand by name default response has a 2xx status code

func (*HardwareModelGetHardwareBrandByNameDefault) String added in v1.0.2

type HardwareModelGetHardwareBrandByNameForbidden added in v1.0.2

type HardwareModelGetHardwareBrandByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetHardwareBrandByNameForbidden 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 NewHardwareModelGetHardwareBrandByNameForbidden added in v1.0.2

func NewHardwareModelGetHardwareBrandByNameForbidden() *HardwareModelGetHardwareBrandByNameForbidden

NewHardwareModelGetHardwareBrandByNameForbidden creates a HardwareModelGetHardwareBrandByNameForbidden with default headers values

func (*HardwareModelGetHardwareBrandByNameForbidden) Error added in v1.0.2

func (*HardwareModelGetHardwareBrandByNameForbidden) GetPayload added in v1.0.2

func (*HardwareModelGetHardwareBrandByNameForbidden) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get hardware brand by name forbidden response has a 4xx status code

func (*HardwareModelGetHardwareBrandByNameForbidden) IsCode added in v1.0.2

IsCode returns true when this hardware model get hardware brand by name forbidden response a status code equal to that given

func (*HardwareModelGetHardwareBrandByNameForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get hardware brand by name forbidden response has a 3xx status code

func (*HardwareModelGetHardwareBrandByNameForbidden) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get hardware brand by name forbidden response has a 5xx status code

func (*HardwareModelGetHardwareBrandByNameForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get hardware brand by name forbidden response has a 2xx status code

func (*HardwareModelGetHardwareBrandByNameForbidden) String added in v1.0.2

type HardwareModelGetHardwareBrandByNameGatewayTimeout added in v1.0.2

type HardwareModelGetHardwareBrandByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetHardwareBrandByNameGatewayTimeout 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 NewHardwareModelGetHardwareBrandByNameGatewayTimeout added in v1.0.2

func NewHardwareModelGetHardwareBrandByNameGatewayTimeout() *HardwareModelGetHardwareBrandByNameGatewayTimeout

NewHardwareModelGetHardwareBrandByNameGatewayTimeout creates a HardwareModelGetHardwareBrandByNameGatewayTimeout with default headers values

func (*HardwareModelGetHardwareBrandByNameGatewayTimeout) Error added in v1.0.2

func (*HardwareModelGetHardwareBrandByNameGatewayTimeout) GetPayload added in v1.0.2

func (*HardwareModelGetHardwareBrandByNameGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get hardware brand by name gateway timeout response has a 4xx status code

func (*HardwareModelGetHardwareBrandByNameGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this hardware model get hardware brand by name gateway timeout response a status code equal to that given

func (*HardwareModelGetHardwareBrandByNameGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get hardware brand by name gateway timeout response has a 3xx status code

func (*HardwareModelGetHardwareBrandByNameGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get hardware brand by name gateway timeout response has a 5xx status code

func (*HardwareModelGetHardwareBrandByNameGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get hardware brand by name gateway timeout response has a 2xx status code

func (*HardwareModelGetHardwareBrandByNameGatewayTimeout) String added in v1.0.2

type HardwareModelGetHardwareBrandByNameInternalServerError added in v1.0.2

type HardwareModelGetHardwareBrandByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetHardwareBrandByNameInternalServerError 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 NewHardwareModelGetHardwareBrandByNameInternalServerError added in v1.0.2

func NewHardwareModelGetHardwareBrandByNameInternalServerError() *HardwareModelGetHardwareBrandByNameInternalServerError

NewHardwareModelGetHardwareBrandByNameInternalServerError creates a HardwareModelGetHardwareBrandByNameInternalServerError with default headers values

func (*HardwareModelGetHardwareBrandByNameInternalServerError) Error added in v1.0.2

func (*HardwareModelGetHardwareBrandByNameInternalServerError) GetPayload added in v1.0.2

func (*HardwareModelGetHardwareBrandByNameInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get hardware brand by name internal server error response has a 4xx status code

func (*HardwareModelGetHardwareBrandByNameInternalServerError) IsCode added in v1.0.2

IsCode returns true when this hardware model get hardware brand by name internal server error response a status code equal to that given

func (*HardwareModelGetHardwareBrandByNameInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get hardware brand by name internal server error response has a 3xx status code

func (*HardwareModelGetHardwareBrandByNameInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get hardware brand by name internal server error response has a 5xx status code

func (*HardwareModelGetHardwareBrandByNameInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get hardware brand by name internal server error response has a 2xx status code

func (*HardwareModelGetHardwareBrandByNameInternalServerError) String added in v1.0.2

type HardwareModelGetHardwareBrandByNameNotFound added in v1.0.2

type HardwareModelGetHardwareBrandByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetHardwareBrandByNameNotFound 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 NewHardwareModelGetHardwareBrandByNameNotFound added in v1.0.2

func NewHardwareModelGetHardwareBrandByNameNotFound() *HardwareModelGetHardwareBrandByNameNotFound

NewHardwareModelGetHardwareBrandByNameNotFound creates a HardwareModelGetHardwareBrandByNameNotFound with default headers values

func (*HardwareModelGetHardwareBrandByNameNotFound) Error added in v1.0.2

func (*HardwareModelGetHardwareBrandByNameNotFound) GetPayload added in v1.0.2

func (*HardwareModelGetHardwareBrandByNameNotFound) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get hardware brand by name not found response has a 4xx status code

func (*HardwareModelGetHardwareBrandByNameNotFound) IsCode added in v1.0.2

IsCode returns true when this hardware model get hardware brand by name not found response a status code equal to that given

func (*HardwareModelGetHardwareBrandByNameNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get hardware brand by name not found response has a 3xx status code

func (*HardwareModelGetHardwareBrandByNameNotFound) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get hardware brand by name not found response has a 5xx status code

func (*HardwareModelGetHardwareBrandByNameNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get hardware brand by name not found response has a 2xx status code

func (*HardwareModelGetHardwareBrandByNameNotFound) String added in v1.0.2

type HardwareModelGetHardwareBrandByNameOK added in v1.0.2

type HardwareModelGetHardwareBrandByNameOK struct {
	Payload *swagger_models.SysBrand
}

HardwareModelGetHardwareBrandByNameOK describes a response with status code 200, with default header values.

A successful response.

func NewHardwareModelGetHardwareBrandByNameOK added in v1.0.2

func NewHardwareModelGetHardwareBrandByNameOK() *HardwareModelGetHardwareBrandByNameOK

NewHardwareModelGetHardwareBrandByNameOK creates a HardwareModelGetHardwareBrandByNameOK with default headers values

func (*HardwareModelGetHardwareBrandByNameOK) Error added in v1.0.2

func (*HardwareModelGetHardwareBrandByNameOK) GetPayload added in v1.0.2

func (*HardwareModelGetHardwareBrandByNameOK) IsClientError added in v1.0.2

func (o *HardwareModelGetHardwareBrandByNameOK) IsClientError() bool

IsClientError returns true when this hardware model get hardware brand by name o k response has a 4xx status code

func (*HardwareModelGetHardwareBrandByNameOK) IsCode added in v1.0.2

IsCode returns true when this hardware model get hardware brand by name o k response a status code equal to that given

func (*HardwareModelGetHardwareBrandByNameOK) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get hardware brand by name o k response has a 3xx status code

func (*HardwareModelGetHardwareBrandByNameOK) IsServerError added in v1.0.2

func (o *HardwareModelGetHardwareBrandByNameOK) IsServerError() bool

IsServerError returns true when this hardware model get hardware brand by name o k response has a 5xx status code

func (*HardwareModelGetHardwareBrandByNameOK) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get hardware brand by name o k response has a 2xx status code

func (*HardwareModelGetHardwareBrandByNameOK) String added in v1.0.2

type HardwareModelGetHardwareBrandByNameParams added in v1.0.2

type HardwareModelGetHardwareBrandByNameParams 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
}

HardwareModelGetHardwareBrandByNameParams contains all the parameters to send to the API endpoint

for the hardware model get hardware brand by name operation.

Typically these are written to a http.Request.

func NewHardwareModelGetHardwareBrandByNameParams added in v1.0.2

func NewHardwareModelGetHardwareBrandByNameParams() *HardwareModelGetHardwareBrandByNameParams

NewHardwareModelGetHardwareBrandByNameParams creates a new HardwareModelGetHardwareBrandByNameParams 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 NewHardwareModelGetHardwareBrandByNameParamsWithContext added in v1.0.2

func NewHardwareModelGetHardwareBrandByNameParamsWithContext(ctx context.Context) *HardwareModelGetHardwareBrandByNameParams

NewHardwareModelGetHardwareBrandByNameParamsWithContext creates a new HardwareModelGetHardwareBrandByNameParams object with the ability to set a context for a request.

func NewHardwareModelGetHardwareBrandByNameParamsWithHTTPClient added in v1.0.2

func NewHardwareModelGetHardwareBrandByNameParamsWithHTTPClient(client *http.Client) *HardwareModelGetHardwareBrandByNameParams

NewHardwareModelGetHardwareBrandByNameParamsWithHTTPClient creates a new HardwareModelGetHardwareBrandByNameParams object with the ability to set a custom HTTPClient for a request.

func NewHardwareModelGetHardwareBrandByNameParamsWithTimeout added in v1.0.2

func NewHardwareModelGetHardwareBrandByNameParamsWithTimeout(timeout time.Duration) *HardwareModelGetHardwareBrandByNameParams

NewHardwareModelGetHardwareBrandByNameParamsWithTimeout creates a new HardwareModelGetHardwareBrandByNameParams object with the ability to set a timeout on a request.

func (*HardwareModelGetHardwareBrandByNameParams) SetContext added in v1.0.2

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

func (*HardwareModelGetHardwareBrandByNameParams) SetDefaults added in v1.0.2

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

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

func (*HardwareModelGetHardwareBrandByNameParams) SetEnterpriseID added in v1.0.2

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

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

func (*HardwareModelGetHardwareBrandByNameParams) SetHTTPClient added in v1.0.2

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

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

func (*HardwareModelGetHardwareBrandByNameParams) SetName added in v1.0.2

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

func (*HardwareModelGetHardwareBrandByNameParams) SetTimeout added in v1.0.2

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

func (*HardwareModelGetHardwareBrandByNameParams) SetXRequestID added in v1.0.2

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

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

func (*HardwareModelGetHardwareBrandByNameParams) WithContext added in v1.0.2

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

func (*HardwareModelGetHardwareBrandByNameParams) WithDefaults added in v1.0.2

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

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

func (*HardwareModelGetHardwareBrandByNameParams) WithEnterpriseID added in v1.0.2

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

func (*HardwareModelGetHardwareBrandByNameParams) WithHTTPClient added in v1.0.2

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

func (*HardwareModelGetHardwareBrandByNameParams) WithName added in v1.0.2

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

func (*HardwareModelGetHardwareBrandByNameParams) WithTimeout added in v1.0.2

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

func (*HardwareModelGetHardwareBrandByNameParams) WithXRequestID added in v1.0.2

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

func (*HardwareModelGetHardwareBrandByNameParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type HardwareModelGetHardwareBrandByNameReader added in v1.0.2

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

HardwareModelGetHardwareBrandByNameReader is a Reader for the HardwareModelGetHardwareBrandByName structure.

func (*HardwareModelGetHardwareBrandByNameReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type HardwareModelGetHardwareBrandByNameUnauthorized added in v1.0.2

type HardwareModelGetHardwareBrandByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetHardwareBrandByNameUnauthorized 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 NewHardwareModelGetHardwareBrandByNameUnauthorized added in v1.0.2

func NewHardwareModelGetHardwareBrandByNameUnauthorized() *HardwareModelGetHardwareBrandByNameUnauthorized

NewHardwareModelGetHardwareBrandByNameUnauthorized creates a HardwareModelGetHardwareBrandByNameUnauthorized with default headers values

func (*HardwareModelGetHardwareBrandByNameUnauthorized) Error added in v1.0.2

func (*HardwareModelGetHardwareBrandByNameUnauthorized) GetPayload added in v1.0.2

func (*HardwareModelGetHardwareBrandByNameUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get hardware brand by name unauthorized response has a 4xx status code

func (*HardwareModelGetHardwareBrandByNameUnauthorized) IsCode added in v1.0.2

IsCode returns true when this hardware model get hardware brand by name unauthorized response a status code equal to that given

func (*HardwareModelGetHardwareBrandByNameUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get hardware brand by name unauthorized response has a 3xx status code

func (*HardwareModelGetHardwareBrandByNameUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get hardware brand by name unauthorized response has a 5xx status code

func (*HardwareModelGetHardwareBrandByNameUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get hardware brand by name unauthorized response has a 2xx status code

func (*HardwareModelGetHardwareBrandByNameUnauthorized) String added in v1.0.2

type HardwareModelGetHardwareBrandDefault added in v1.0.2

type HardwareModelGetHardwareBrandDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

HardwareModelGetHardwareBrandDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewHardwareModelGetHardwareBrandDefault added in v1.0.2

func NewHardwareModelGetHardwareBrandDefault(code int) *HardwareModelGetHardwareBrandDefault

NewHardwareModelGetHardwareBrandDefault creates a HardwareModelGetHardwareBrandDefault with default headers values

func (*HardwareModelGetHardwareBrandDefault) Code added in v1.0.2

Code gets the status code for the hardware model get hardware brand default response

func (*HardwareModelGetHardwareBrandDefault) Error added in v1.0.2

func (*HardwareModelGetHardwareBrandDefault) GetPayload added in v1.0.2

func (*HardwareModelGetHardwareBrandDefault) IsClientError added in v1.0.2

func (o *HardwareModelGetHardwareBrandDefault) IsClientError() bool

IsClientError returns true when this hardware model get hardware brand default response has a 4xx status code

func (*HardwareModelGetHardwareBrandDefault) IsCode added in v1.0.2

IsCode returns true when this hardware model get hardware brand default response a status code equal to that given

func (*HardwareModelGetHardwareBrandDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get hardware brand default response has a 3xx status code

func (*HardwareModelGetHardwareBrandDefault) IsServerError added in v1.0.2

func (o *HardwareModelGetHardwareBrandDefault) IsServerError() bool

IsServerError returns true when this hardware model get hardware brand default response has a 5xx status code

func (*HardwareModelGetHardwareBrandDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get hardware brand default response has a 2xx status code

func (*HardwareModelGetHardwareBrandDefault) String added in v1.0.2

type HardwareModelGetHardwareBrandForbidden added in v1.0.2

type HardwareModelGetHardwareBrandForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetHardwareBrandForbidden 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 NewHardwareModelGetHardwareBrandForbidden added in v1.0.2

func NewHardwareModelGetHardwareBrandForbidden() *HardwareModelGetHardwareBrandForbidden

NewHardwareModelGetHardwareBrandForbidden creates a HardwareModelGetHardwareBrandForbidden with default headers values

func (*HardwareModelGetHardwareBrandForbidden) Error added in v1.0.2

func (*HardwareModelGetHardwareBrandForbidden) GetPayload added in v1.0.2

func (*HardwareModelGetHardwareBrandForbidden) IsClientError added in v1.0.2

func (o *HardwareModelGetHardwareBrandForbidden) IsClientError() bool

IsClientError returns true when this hardware model get hardware brand forbidden response has a 4xx status code

func (*HardwareModelGetHardwareBrandForbidden) IsCode added in v1.0.2

IsCode returns true when this hardware model get hardware brand forbidden response a status code equal to that given

func (*HardwareModelGetHardwareBrandForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get hardware brand forbidden response has a 3xx status code

func (*HardwareModelGetHardwareBrandForbidden) IsServerError added in v1.0.2

func (o *HardwareModelGetHardwareBrandForbidden) IsServerError() bool

IsServerError returns true when this hardware model get hardware brand forbidden response has a 5xx status code

func (*HardwareModelGetHardwareBrandForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get hardware brand forbidden response has a 2xx status code

func (*HardwareModelGetHardwareBrandForbidden) String added in v1.0.2

type HardwareModelGetHardwareBrandGatewayTimeout added in v1.0.2

type HardwareModelGetHardwareBrandGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetHardwareBrandGatewayTimeout 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 NewHardwareModelGetHardwareBrandGatewayTimeout added in v1.0.2

func NewHardwareModelGetHardwareBrandGatewayTimeout() *HardwareModelGetHardwareBrandGatewayTimeout

NewHardwareModelGetHardwareBrandGatewayTimeout creates a HardwareModelGetHardwareBrandGatewayTimeout with default headers values

func (*HardwareModelGetHardwareBrandGatewayTimeout) Error added in v1.0.2

func (*HardwareModelGetHardwareBrandGatewayTimeout) GetPayload added in v1.0.2

func (*HardwareModelGetHardwareBrandGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get hardware brand gateway timeout response has a 4xx status code

func (*HardwareModelGetHardwareBrandGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this hardware model get hardware brand gateway timeout response a status code equal to that given

func (*HardwareModelGetHardwareBrandGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get hardware brand gateway timeout response has a 3xx status code

func (*HardwareModelGetHardwareBrandGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get hardware brand gateway timeout response has a 5xx status code

func (*HardwareModelGetHardwareBrandGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get hardware brand gateway timeout response has a 2xx status code

func (*HardwareModelGetHardwareBrandGatewayTimeout) String added in v1.0.2

type HardwareModelGetHardwareBrandInternalServerError added in v1.0.2

type HardwareModelGetHardwareBrandInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetHardwareBrandInternalServerError 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 NewHardwareModelGetHardwareBrandInternalServerError added in v1.0.2

func NewHardwareModelGetHardwareBrandInternalServerError() *HardwareModelGetHardwareBrandInternalServerError

NewHardwareModelGetHardwareBrandInternalServerError creates a HardwareModelGetHardwareBrandInternalServerError with default headers values

func (*HardwareModelGetHardwareBrandInternalServerError) Error added in v1.0.2

func (*HardwareModelGetHardwareBrandInternalServerError) GetPayload added in v1.0.2

func (*HardwareModelGetHardwareBrandInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get hardware brand internal server error response has a 4xx status code

func (*HardwareModelGetHardwareBrandInternalServerError) IsCode added in v1.0.2

IsCode returns true when this hardware model get hardware brand internal server error response a status code equal to that given

func (*HardwareModelGetHardwareBrandInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get hardware brand internal server error response has a 3xx status code

func (*HardwareModelGetHardwareBrandInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get hardware brand internal server error response has a 5xx status code

func (*HardwareModelGetHardwareBrandInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get hardware brand internal server error response has a 2xx status code

func (*HardwareModelGetHardwareBrandInternalServerError) String added in v1.0.2

type HardwareModelGetHardwareBrandNotFound added in v1.0.2

type HardwareModelGetHardwareBrandNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetHardwareBrandNotFound 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 NewHardwareModelGetHardwareBrandNotFound added in v1.0.2

func NewHardwareModelGetHardwareBrandNotFound() *HardwareModelGetHardwareBrandNotFound

NewHardwareModelGetHardwareBrandNotFound creates a HardwareModelGetHardwareBrandNotFound with default headers values

func (*HardwareModelGetHardwareBrandNotFound) Error added in v1.0.2

func (*HardwareModelGetHardwareBrandNotFound) GetPayload added in v1.0.2

func (*HardwareModelGetHardwareBrandNotFound) IsClientError added in v1.0.2

func (o *HardwareModelGetHardwareBrandNotFound) IsClientError() bool

IsClientError returns true when this hardware model get hardware brand not found response has a 4xx status code

func (*HardwareModelGetHardwareBrandNotFound) IsCode added in v1.0.2

IsCode returns true when this hardware model get hardware brand not found response a status code equal to that given

func (*HardwareModelGetHardwareBrandNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get hardware brand not found response has a 3xx status code

func (*HardwareModelGetHardwareBrandNotFound) IsServerError added in v1.0.2

func (o *HardwareModelGetHardwareBrandNotFound) IsServerError() bool

IsServerError returns true when this hardware model get hardware brand not found response has a 5xx status code

func (*HardwareModelGetHardwareBrandNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get hardware brand not found response has a 2xx status code

func (*HardwareModelGetHardwareBrandNotFound) String added in v1.0.2

type HardwareModelGetHardwareBrandOK added in v1.0.2

type HardwareModelGetHardwareBrandOK struct {
	Payload *swagger_models.SysBrand
}

HardwareModelGetHardwareBrandOK describes a response with status code 200, with default header values.

A successful response.

func NewHardwareModelGetHardwareBrandOK added in v1.0.2

func NewHardwareModelGetHardwareBrandOK() *HardwareModelGetHardwareBrandOK

NewHardwareModelGetHardwareBrandOK creates a HardwareModelGetHardwareBrandOK with default headers values

func (*HardwareModelGetHardwareBrandOK) Error added in v1.0.2

func (*HardwareModelGetHardwareBrandOK) GetPayload added in v1.0.2

func (*HardwareModelGetHardwareBrandOK) IsClientError added in v1.0.2

func (o *HardwareModelGetHardwareBrandOK) IsClientError() bool

IsClientError returns true when this hardware model get hardware brand o k response has a 4xx status code

func (*HardwareModelGetHardwareBrandOK) IsCode added in v1.0.2

func (o *HardwareModelGetHardwareBrandOK) IsCode(code int) bool

IsCode returns true when this hardware model get hardware brand o k response a status code equal to that given

func (*HardwareModelGetHardwareBrandOK) IsRedirect added in v1.0.2

func (o *HardwareModelGetHardwareBrandOK) IsRedirect() bool

IsRedirect returns true when this hardware model get hardware brand o k response has a 3xx status code

func (*HardwareModelGetHardwareBrandOK) IsServerError added in v1.0.2

func (o *HardwareModelGetHardwareBrandOK) IsServerError() bool

IsServerError returns true when this hardware model get hardware brand o k response has a 5xx status code

func (*HardwareModelGetHardwareBrandOK) IsSuccess added in v1.0.2

func (o *HardwareModelGetHardwareBrandOK) IsSuccess() bool

IsSuccess returns true when this hardware model get hardware brand o k response has a 2xx status code

func (*HardwareModelGetHardwareBrandOK) String added in v1.0.2

type HardwareModelGetHardwareBrandParams added in v1.0.2

type HardwareModelGetHardwareBrandParams 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
}

HardwareModelGetHardwareBrandParams contains all the parameters to send to the API endpoint

for the hardware model get hardware brand operation.

Typically these are written to a http.Request.

func NewHardwareModelGetHardwareBrandParams added in v1.0.2

func NewHardwareModelGetHardwareBrandParams() *HardwareModelGetHardwareBrandParams

NewHardwareModelGetHardwareBrandParams creates a new HardwareModelGetHardwareBrandParams 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 NewHardwareModelGetHardwareBrandParamsWithContext added in v1.0.2

func NewHardwareModelGetHardwareBrandParamsWithContext(ctx context.Context) *HardwareModelGetHardwareBrandParams

NewHardwareModelGetHardwareBrandParamsWithContext creates a new HardwareModelGetHardwareBrandParams object with the ability to set a context for a request.

func NewHardwareModelGetHardwareBrandParamsWithHTTPClient added in v1.0.2

func NewHardwareModelGetHardwareBrandParamsWithHTTPClient(client *http.Client) *HardwareModelGetHardwareBrandParams

NewHardwareModelGetHardwareBrandParamsWithHTTPClient creates a new HardwareModelGetHardwareBrandParams object with the ability to set a custom HTTPClient for a request.

func NewHardwareModelGetHardwareBrandParamsWithTimeout added in v1.0.2

func NewHardwareModelGetHardwareBrandParamsWithTimeout(timeout time.Duration) *HardwareModelGetHardwareBrandParams

NewHardwareModelGetHardwareBrandParamsWithTimeout creates a new HardwareModelGetHardwareBrandParams object with the ability to set a timeout on a request.

func (*HardwareModelGetHardwareBrandParams) SetContext added in v1.0.2

SetContext adds the context to the hardware model get hardware brand params

func (*HardwareModelGetHardwareBrandParams) SetDefaults added in v1.0.2

func (o *HardwareModelGetHardwareBrandParams) SetDefaults()

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

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

func (*HardwareModelGetHardwareBrandParams) SetEnterpriseID added in v1.0.2

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

SetEnterpriseID adds the enterpriseId to the hardware model get hardware brand params

func (*HardwareModelGetHardwareBrandParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the hardware model get hardware brand params

func (*HardwareModelGetHardwareBrandParams) SetID added in v1.0.2

SetID adds the id to the hardware model get hardware brand params

func (*HardwareModelGetHardwareBrandParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the hardware model get hardware brand params

func (*HardwareModelGetHardwareBrandParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the hardware model get hardware brand params

func (*HardwareModelGetHardwareBrandParams) WithContext added in v1.0.2

WithContext adds the context to the hardware model get hardware brand params

func (*HardwareModelGetHardwareBrandParams) WithDefaults added in v1.0.2

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

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

func (*HardwareModelGetHardwareBrandParams) WithEnterpriseID added in v1.0.2

WithEnterpriseID adds the enterpriseID to the hardware model get hardware brand params

func (*HardwareModelGetHardwareBrandParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the hardware model get hardware brand params

func (*HardwareModelGetHardwareBrandParams) WithID added in v1.0.2

WithID adds the id to the hardware model get hardware brand params

func (*HardwareModelGetHardwareBrandParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the hardware model get hardware brand params

func (*HardwareModelGetHardwareBrandParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the hardware model get hardware brand params

func (*HardwareModelGetHardwareBrandParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type HardwareModelGetHardwareBrandReader added in v1.0.2

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

HardwareModelGetHardwareBrandReader is a Reader for the HardwareModelGetHardwareBrand structure.

func (*HardwareModelGetHardwareBrandReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type HardwareModelGetHardwareBrandUnauthorized added in v1.0.2

type HardwareModelGetHardwareBrandUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetHardwareBrandUnauthorized 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 NewHardwareModelGetHardwareBrandUnauthorized added in v1.0.2

func NewHardwareModelGetHardwareBrandUnauthorized() *HardwareModelGetHardwareBrandUnauthorized

NewHardwareModelGetHardwareBrandUnauthorized creates a HardwareModelGetHardwareBrandUnauthorized with default headers values

func (*HardwareModelGetHardwareBrandUnauthorized) Error added in v1.0.2

func (*HardwareModelGetHardwareBrandUnauthorized) GetPayload added in v1.0.2

func (*HardwareModelGetHardwareBrandUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get hardware brand unauthorized response has a 4xx status code

func (*HardwareModelGetHardwareBrandUnauthorized) IsCode added in v1.0.2

IsCode returns true when this hardware model get hardware brand unauthorized response a status code equal to that given

func (*HardwareModelGetHardwareBrandUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get hardware brand unauthorized response has a 3xx status code

func (*HardwareModelGetHardwareBrandUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get hardware brand unauthorized response has a 5xx status code

func (*HardwareModelGetHardwareBrandUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get hardware brand unauthorized response has a 2xx status code

func (*HardwareModelGetHardwareBrandUnauthorized) String added in v1.0.2

type HardwareModelGetHardwareModelByNameDefault added in v1.0.2

type HardwareModelGetHardwareModelByNameDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

HardwareModelGetHardwareModelByNameDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewHardwareModelGetHardwareModelByNameDefault added in v1.0.2

func NewHardwareModelGetHardwareModelByNameDefault(code int) *HardwareModelGetHardwareModelByNameDefault

NewHardwareModelGetHardwareModelByNameDefault creates a HardwareModelGetHardwareModelByNameDefault with default headers values

func (*HardwareModelGetHardwareModelByNameDefault) Code added in v1.0.2

Code gets the status code for the hardware model get hardware model by name default response

func (*HardwareModelGetHardwareModelByNameDefault) Error added in v1.0.2

func (*HardwareModelGetHardwareModelByNameDefault) GetPayload added in v1.0.2

func (*HardwareModelGetHardwareModelByNameDefault) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get hardware model by name default response has a 4xx status code

func (*HardwareModelGetHardwareModelByNameDefault) IsCode added in v1.0.2

IsCode returns true when this hardware model get hardware model by name default response a status code equal to that given

func (*HardwareModelGetHardwareModelByNameDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get hardware model by name default response has a 3xx status code

func (*HardwareModelGetHardwareModelByNameDefault) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get hardware model by name default response has a 5xx status code

func (*HardwareModelGetHardwareModelByNameDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get hardware model by name default response has a 2xx status code

func (*HardwareModelGetHardwareModelByNameDefault) String added in v1.0.2

type HardwareModelGetHardwareModelByNameForbidden added in v1.0.2

type HardwareModelGetHardwareModelByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetHardwareModelByNameForbidden 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 NewHardwareModelGetHardwareModelByNameForbidden added in v1.0.2

func NewHardwareModelGetHardwareModelByNameForbidden() *HardwareModelGetHardwareModelByNameForbidden

NewHardwareModelGetHardwareModelByNameForbidden creates a HardwareModelGetHardwareModelByNameForbidden with default headers values

func (*HardwareModelGetHardwareModelByNameForbidden) Error added in v1.0.2

func (*HardwareModelGetHardwareModelByNameForbidden) GetPayload added in v1.0.2

func (*HardwareModelGetHardwareModelByNameForbidden) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get hardware model by name forbidden response has a 4xx status code

func (*HardwareModelGetHardwareModelByNameForbidden) IsCode added in v1.0.2

IsCode returns true when this hardware model get hardware model by name forbidden response a status code equal to that given

func (*HardwareModelGetHardwareModelByNameForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get hardware model by name forbidden response has a 3xx status code

func (*HardwareModelGetHardwareModelByNameForbidden) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get hardware model by name forbidden response has a 5xx status code

func (*HardwareModelGetHardwareModelByNameForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get hardware model by name forbidden response has a 2xx status code

func (*HardwareModelGetHardwareModelByNameForbidden) String added in v1.0.2

type HardwareModelGetHardwareModelByNameGatewayTimeout added in v1.0.2

type HardwareModelGetHardwareModelByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetHardwareModelByNameGatewayTimeout 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 NewHardwareModelGetHardwareModelByNameGatewayTimeout added in v1.0.2

func NewHardwareModelGetHardwareModelByNameGatewayTimeout() *HardwareModelGetHardwareModelByNameGatewayTimeout

NewHardwareModelGetHardwareModelByNameGatewayTimeout creates a HardwareModelGetHardwareModelByNameGatewayTimeout with default headers values

func (*HardwareModelGetHardwareModelByNameGatewayTimeout) Error added in v1.0.2

func (*HardwareModelGetHardwareModelByNameGatewayTimeout) GetPayload added in v1.0.2

func (*HardwareModelGetHardwareModelByNameGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get hardware model by name gateway timeout response has a 4xx status code

func (*HardwareModelGetHardwareModelByNameGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this hardware model get hardware model by name gateway timeout response a status code equal to that given

func (*HardwareModelGetHardwareModelByNameGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get hardware model by name gateway timeout response has a 3xx status code

func (*HardwareModelGetHardwareModelByNameGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get hardware model by name gateway timeout response has a 5xx status code

func (*HardwareModelGetHardwareModelByNameGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get hardware model by name gateway timeout response has a 2xx status code

func (*HardwareModelGetHardwareModelByNameGatewayTimeout) String added in v1.0.2

type HardwareModelGetHardwareModelByNameInternalServerError added in v1.0.2

type HardwareModelGetHardwareModelByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetHardwareModelByNameInternalServerError 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 NewHardwareModelGetHardwareModelByNameInternalServerError added in v1.0.2

func NewHardwareModelGetHardwareModelByNameInternalServerError() *HardwareModelGetHardwareModelByNameInternalServerError

NewHardwareModelGetHardwareModelByNameInternalServerError creates a HardwareModelGetHardwareModelByNameInternalServerError with default headers values

func (*HardwareModelGetHardwareModelByNameInternalServerError) Error added in v1.0.2

func (*HardwareModelGetHardwareModelByNameInternalServerError) GetPayload added in v1.0.2

func (*HardwareModelGetHardwareModelByNameInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get hardware model by name internal server error response has a 4xx status code

func (*HardwareModelGetHardwareModelByNameInternalServerError) IsCode added in v1.0.2

IsCode returns true when this hardware model get hardware model by name internal server error response a status code equal to that given

func (*HardwareModelGetHardwareModelByNameInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get hardware model by name internal server error response has a 3xx status code

func (*HardwareModelGetHardwareModelByNameInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get hardware model by name internal server error response has a 5xx status code

func (*HardwareModelGetHardwareModelByNameInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get hardware model by name internal server error response has a 2xx status code

func (*HardwareModelGetHardwareModelByNameInternalServerError) String added in v1.0.2

type HardwareModelGetHardwareModelByNameNotFound added in v1.0.2

type HardwareModelGetHardwareModelByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetHardwareModelByNameNotFound 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 NewHardwareModelGetHardwareModelByNameNotFound added in v1.0.2

func NewHardwareModelGetHardwareModelByNameNotFound() *HardwareModelGetHardwareModelByNameNotFound

NewHardwareModelGetHardwareModelByNameNotFound creates a HardwareModelGetHardwareModelByNameNotFound with default headers values

func (*HardwareModelGetHardwareModelByNameNotFound) Error added in v1.0.2

func (*HardwareModelGetHardwareModelByNameNotFound) GetPayload added in v1.0.2

func (*HardwareModelGetHardwareModelByNameNotFound) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get hardware model by name not found response has a 4xx status code

func (*HardwareModelGetHardwareModelByNameNotFound) IsCode added in v1.0.2

IsCode returns true when this hardware model get hardware model by name not found response a status code equal to that given

func (*HardwareModelGetHardwareModelByNameNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get hardware model by name not found response has a 3xx status code

func (*HardwareModelGetHardwareModelByNameNotFound) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get hardware model by name not found response has a 5xx status code

func (*HardwareModelGetHardwareModelByNameNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get hardware model by name not found response has a 2xx status code

func (*HardwareModelGetHardwareModelByNameNotFound) String added in v1.0.2

type HardwareModelGetHardwareModelByNameOK added in v1.0.2

type HardwareModelGetHardwareModelByNameOK struct {
	Payload *swagger_models.SysModel
}

HardwareModelGetHardwareModelByNameOK describes a response with status code 200, with default header values.

A successful response.

func NewHardwareModelGetHardwareModelByNameOK added in v1.0.2

func NewHardwareModelGetHardwareModelByNameOK() *HardwareModelGetHardwareModelByNameOK

NewHardwareModelGetHardwareModelByNameOK creates a HardwareModelGetHardwareModelByNameOK with default headers values

func (*HardwareModelGetHardwareModelByNameOK) Error added in v1.0.2

func (*HardwareModelGetHardwareModelByNameOK) GetPayload added in v1.0.2

func (*HardwareModelGetHardwareModelByNameOK) IsClientError added in v1.0.2

func (o *HardwareModelGetHardwareModelByNameOK) IsClientError() bool

IsClientError returns true when this hardware model get hardware model by name o k response has a 4xx status code

func (*HardwareModelGetHardwareModelByNameOK) IsCode added in v1.0.2

IsCode returns true when this hardware model get hardware model by name o k response a status code equal to that given

func (*HardwareModelGetHardwareModelByNameOK) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get hardware model by name o k response has a 3xx status code

func (*HardwareModelGetHardwareModelByNameOK) IsServerError added in v1.0.2

func (o *HardwareModelGetHardwareModelByNameOK) IsServerError() bool

IsServerError returns true when this hardware model get hardware model by name o k response has a 5xx status code

func (*HardwareModelGetHardwareModelByNameOK) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get hardware model by name o k response has a 2xx status code

func (*HardwareModelGetHardwareModelByNameOK) String added in v1.0.2

type HardwareModelGetHardwareModelByNameParams added in v1.0.2

type HardwareModelGetHardwareModelByNameParams 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
}

HardwareModelGetHardwareModelByNameParams contains all the parameters to send to the API endpoint

for the hardware model get hardware model by name operation.

Typically these are written to a http.Request.

func NewHardwareModelGetHardwareModelByNameParams added in v1.0.2

func NewHardwareModelGetHardwareModelByNameParams() *HardwareModelGetHardwareModelByNameParams

NewHardwareModelGetHardwareModelByNameParams creates a new HardwareModelGetHardwareModelByNameParams 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 NewHardwareModelGetHardwareModelByNameParamsWithContext added in v1.0.2

func NewHardwareModelGetHardwareModelByNameParamsWithContext(ctx context.Context) *HardwareModelGetHardwareModelByNameParams

NewHardwareModelGetHardwareModelByNameParamsWithContext creates a new HardwareModelGetHardwareModelByNameParams object with the ability to set a context for a request.

func NewHardwareModelGetHardwareModelByNameParamsWithHTTPClient added in v1.0.2

func NewHardwareModelGetHardwareModelByNameParamsWithHTTPClient(client *http.Client) *HardwareModelGetHardwareModelByNameParams

NewHardwareModelGetHardwareModelByNameParamsWithHTTPClient creates a new HardwareModelGetHardwareModelByNameParams object with the ability to set a custom HTTPClient for a request.

func NewHardwareModelGetHardwareModelByNameParamsWithTimeout added in v1.0.2

func NewHardwareModelGetHardwareModelByNameParamsWithTimeout(timeout time.Duration) *HardwareModelGetHardwareModelByNameParams

NewHardwareModelGetHardwareModelByNameParamsWithTimeout creates a new HardwareModelGetHardwareModelByNameParams object with the ability to set a timeout on a request.

func (*HardwareModelGetHardwareModelByNameParams) SetContext added in v1.0.2

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

func (*HardwareModelGetHardwareModelByNameParams) SetDefaults added in v1.0.2

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

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

func (*HardwareModelGetHardwareModelByNameParams) SetHTTPClient added in v1.0.2

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

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

func (*HardwareModelGetHardwareModelByNameParams) SetName added in v1.0.2

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

func (*HardwareModelGetHardwareModelByNameParams) SetTimeout added in v1.0.2

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

func (*HardwareModelGetHardwareModelByNameParams) SetXRequestID added in v1.0.2

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

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

func (*HardwareModelGetHardwareModelByNameParams) WithContext added in v1.0.2

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

func (*HardwareModelGetHardwareModelByNameParams) WithDefaults added in v1.0.2

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

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

func (*HardwareModelGetHardwareModelByNameParams) WithHTTPClient added in v1.0.2

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

func (*HardwareModelGetHardwareModelByNameParams) WithName added in v1.0.2

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

func (*HardwareModelGetHardwareModelByNameParams) WithTimeout added in v1.0.2

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

func (*HardwareModelGetHardwareModelByNameParams) WithXRequestID added in v1.0.2

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

func (*HardwareModelGetHardwareModelByNameParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type HardwareModelGetHardwareModelByNameReader added in v1.0.2

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

HardwareModelGetHardwareModelByNameReader is a Reader for the HardwareModelGetHardwareModelByName structure.

func (*HardwareModelGetHardwareModelByNameReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type HardwareModelGetHardwareModelByNameUnauthorized added in v1.0.2

type HardwareModelGetHardwareModelByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetHardwareModelByNameUnauthorized 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 NewHardwareModelGetHardwareModelByNameUnauthorized added in v1.0.2

func NewHardwareModelGetHardwareModelByNameUnauthorized() *HardwareModelGetHardwareModelByNameUnauthorized

NewHardwareModelGetHardwareModelByNameUnauthorized creates a HardwareModelGetHardwareModelByNameUnauthorized with default headers values

func (*HardwareModelGetHardwareModelByNameUnauthorized) Error added in v1.0.2

func (*HardwareModelGetHardwareModelByNameUnauthorized) GetPayload added in v1.0.2

func (*HardwareModelGetHardwareModelByNameUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get hardware model by name unauthorized response has a 4xx status code

func (*HardwareModelGetHardwareModelByNameUnauthorized) IsCode added in v1.0.2

IsCode returns true when this hardware model get hardware model by name unauthorized response a status code equal to that given

func (*HardwareModelGetHardwareModelByNameUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get hardware model by name unauthorized response has a 3xx status code

func (*HardwareModelGetHardwareModelByNameUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get hardware model by name unauthorized response has a 5xx status code

func (*HardwareModelGetHardwareModelByNameUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get hardware model by name unauthorized response has a 2xx status code

func (*HardwareModelGetHardwareModelByNameUnauthorized) String added in v1.0.2

type HardwareModelGetHardwareModelDefault added in v1.0.2

type HardwareModelGetHardwareModelDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

HardwareModelGetHardwareModelDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewHardwareModelGetHardwareModelDefault added in v1.0.2

func NewHardwareModelGetHardwareModelDefault(code int) *HardwareModelGetHardwareModelDefault

NewHardwareModelGetHardwareModelDefault creates a HardwareModelGetHardwareModelDefault with default headers values

func (*HardwareModelGetHardwareModelDefault) Code added in v1.0.2

Code gets the status code for the hardware model get hardware model default response

func (*HardwareModelGetHardwareModelDefault) Error added in v1.0.2

func (*HardwareModelGetHardwareModelDefault) GetPayload added in v1.0.2

func (*HardwareModelGetHardwareModelDefault) IsClientError added in v1.0.2

func (o *HardwareModelGetHardwareModelDefault) IsClientError() bool

IsClientError returns true when this hardware model get hardware model default response has a 4xx status code

func (*HardwareModelGetHardwareModelDefault) IsCode added in v1.0.2

IsCode returns true when this hardware model get hardware model default response a status code equal to that given

func (*HardwareModelGetHardwareModelDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get hardware model default response has a 3xx status code

func (*HardwareModelGetHardwareModelDefault) IsServerError added in v1.0.2

func (o *HardwareModelGetHardwareModelDefault) IsServerError() bool

IsServerError returns true when this hardware model get hardware model default response has a 5xx status code

func (*HardwareModelGetHardwareModelDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get hardware model default response has a 2xx status code

func (*HardwareModelGetHardwareModelDefault) String added in v1.0.2

type HardwareModelGetHardwareModelForbidden added in v1.0.2

type HardwareModelGetHardwareModelForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetHardwareModelForbidden 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 NewHardwareModelGetHardwareModelForbidden added in v1.0.2

func NewHardwareModelGetHardwareModelForbidden() *HardwareModelGetHardwareModelForbidden

NewHardwareModelGetHardwareModelForbidden creates a HardwareModelGetHardwareModelForbidden with default headers values

func (*HardwareModelGetHardwareModelForbidden) Error added in v1.0.2

func (*HardwareModelGetHardwareModelForbidden) GetPayload added in v1.0.2

func (*HardwareModelGetHardwareModelForbidden) IsClientError added in v1.0.2

func (o *HardwareModelGetHardwareModelForbidden) IsClientError() bool

IsClientError returns true when this hardware model get hardware model forbidden response has a 4xx status code

func (*HardwareModelGetHardwareModelForbidden) IsCode added in v1.0.2

IsCode returns true when this hardware model get hardware model forbidden response a status code equal to that given

func (*HardwareModelGetHardwareModelForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get hardware model forbidden response has a 3xx status code

func (*HardwareModelGetHardwareModelForbidden) IsServerError added in v1.0.2

func (o *HardwareModelGetHardwareModelForbidden) IsServerError() bool

IsServerError returns true when this hardware model get hardware model forbidden response has a 5xx status code

func (*HardwareModelGetHardwareModelForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get hardware model forbidden response has a 2xx status code

func (*HardwareModelGetHardwareModelForbidden) String added in v1.0.2

type HardwareModelGetHardwareModelGatewayTimeout added in v1.0.2

type HardwareModelGetHardwareModelGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetHardwareModelGatewayTimeout 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 NewHardwareModelGetHardwareModelGatewayTimeout added in v1.0.2

func NewHardwareModelGetHardwareModelGatewayTimeout() *HardwareModelGetHardwareModelGatewayTimeout

NewHardwareModelGetHardwareModelGatewayTimeout creates a HardwareModelGetHardwareModelGatewayTimeout with default headers values

func (*HardwareModelGetHardwareModelGatewayTimeout) Error added in v1.0.2

func (*HardwareModelGetHardwareModelGatewayTimeout) GetPayload added in v1.0.2

func (*HardwareModelGetHardwareModelGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get hardware model gateway timeout response has a 4xx status code

func (*HardwareModelGetHardwareModelGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this hardware model get hardware model gateway timeout response a status code equal to that given

func (*HardwareModelGetHardwareModelGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get hardware model gateway timeout response has a 3xx status code

func (*HardwareModelGetHardwareModelGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get hardware model gateway timeout response has a 5xx status code

func (*HardwareModelGetHardwareModelGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get hardware model gateway timeout response has a 2xx status code

func (*HardwareModelGetHardwareModelGatewayTimeout) String added in v1.0.2

type HardwareModelGetHardwareModelInternalServerError added in v1.0.2

type HardwareModelGetHardwareModelInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetHardwareModelInternalServerError 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 NewHardwareModelGetHardwareModelInternalServerError added in v1.0.2

func NewHardwareModelGetHardwareModelInternalServerError() *HardwareModelGetHardwareModelInternalServerError

NewHardwareModelGetHardwareModelInternalServerError creates a HardwareModelGetHardwareModelInternalServerError with default headers values

func (*HardwareModelGetHardwareModelInternalServerError) Error added in v1.0.2

func (*HardwareModelGetHardwareModelInternalServerError) GetPayload added in v1.0.2

func (*HardwareModelGetHardwareModelInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get hardware model internal server error response has a 4xx status code

func (*HardwareModelGetHardwareModelInternalServerError) IsCode added in v1.0.2

IsCode returns true when this hardware model get hardware model internal server error response a status code equal to that given

func (*HardwareModelGetHardwareModelInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get hardware model internal server error response has a 3xx status code

func (*HardwareModelGetHardwareModelInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get hardware model internal server error response has a 5xx status code

func (*HardwareModelGetHardwareModelInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get hardware model internal server error response has a 2xx status code

func (*HardwareModelGetHardwareModelInternalServerError) String added in v1.0.2

type HardwareModelGetHardwareModelNotFound added in v1.0.2

type HardwareModelGetHardwareModelNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetHardwareModelNotFound 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 NewHardwareModelGetHardwareModelNotFound added in v1.0.2

func NewHardwareModelGetHardwareModelNotFound() *HardwareModelGetHardwareModelNotFound

NewHardwareModelGetHardwareModelNotFound creates a HardwareModelGetHardwareModelNotFound with default headers values

func (*HardwareModelGetHardwareModelNotFound) Error added in v1.0.2

func (*HardwareModelGetHardwareModelNotFound) GetPayload added in v1.0.2

func (*HardwareModelGetHardwareModelNotFound) IsClientError added in v1.0.2

func (o *HardwareModelGetHardwareModelNotFound) IsClientError() bool

IsClientError returns true when this hardware model get hardware model not found response has a 4xx status code

func (*HardwareModelGetHardwareModelNotFound) IsCode added in v1.0.2

IsCode returns true when this hardware model get hardware model not found response a status code equal to that given

func (*HardwareModelGetHardwareModelNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get hardware model not found response has a 3xx status code

func (*HardwareModelGetHardwareModelNotFound) IsServerError added in v1.0.2

func (o *HardwareModelGetHardwareModelNotFound) IsServerError() bool

IsServerError returns true when this hardware model get hardware model not found response has a 5xx status code

func (*HardwareModelGetHardwareModelNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get hardware model not found response has a 2xx status code

func (*HardwareModelGetHardwareModelNotFound) String added in v1.0.2

type HardwareModelGetHardwareModelOK added in v1.0.2

type HardwareModelGetHardwareModelOK struct {
	Payload *swagger_models.SysModel
}

HardwareModelGetHardwareModelOK describes a response with status code 200, with default header values.

A successful response.

func NewHardwareModelGetHardwareModelOK added in v1.0.2

func NewHardwareModelGetHardwareModelOK() *HardwareModelGetHardwareModelOK

NewHardwareModelGetHardwareModelOK creates a HardwareModelGetHardwareModelOK with default headers values

func (*HardwareModelGetHardwareModelOK) Error added in v1.0.2

func (*HardwareModelGetHardwareModelOK) GetPayload added in v1.0.2

func (*HardwareModelGetHardwareModelOK) IsClientError added in v1.0.2

func (o *HardwareModelGetHardwareModelOK) IsClientError() bool

IsClientError returns true when this hardware model get hardware model o k response has a 4xx status code

func (*HardwareModelGetHardwareModelOK) IsCode added in v1.0.2

func (o *HardwareModelGetHardwareModelOK) IsCode(code int) bool

IsCode returns true when this hardware model get hardware model o k response a status code equal to that given

func (*HardwareModelGetHardwareModelOK) IsRedirect added in v1.0.2

func (o *HardwareModelGetHardwareModelOK) IsRedirect() bool

IsRedirect returns true when this hardware model get hardware model o k response has a 3xx status code

func (*HardwareModelGetHardwareModelOK) IsServerError added in v1.0.2

func (o *HardwareModelGetHardwareModelOK) IsServerError() bool

IsServerError returns true when this hardware model get hardware model o k response has a 5xx status code

func (*HardwareModelGetHardwareModelOK) IsSuccess added in v1.0.2

func (o *HardwareModelGetHardwareModelOK) IsSuccess() bool

IsSuccess returns true when this hardware model get hardware model o k response has a 2xx status code

func (*HardwareModelGetHardwareModelOK) String added in v1.0.2

type HardwareModelGetHardwareModelParams added in v1.0.2

type HardwareModelGetHardwareModelParams 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
}

HardwareModelGetHardwareModelParams contains all the parameters to send to the API endpoint

for the hardware model get hardware model operation.

Typically these are written to a http.Request.

func NewHardwareModelGetHardwareModelParams added in v1.0.2

func NewHardwareModelGetHardwareModelParams() *HardwareModelGetHardwareModelParams

NewHardwareModelGetHardwareModelParams creates a new HardwareModelGetHardwareModelParams 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 NewHardwareModelGetHardwareModelParamsWithContext added in v1.0.2

func NewHardwareModelGetHardwareModelParamsWithContext(ctx context.Context) *HardwareModelGetHardwareModelParams

NewHardwareModelGetHardwareModelParamsWithContext creates a new HardwareModelGetHardwareModelParams object with the ability to set a context for a request.

func NewHardwareModelGetHardwareModelParamsWithHTTPClient added in v1.0.2

func NewHardwareModelGetHardwareModelParamsWithHTTPClient(client *http.Client) *HardwareModelGetHardwareModelParams

NewHardwareModelGetHardwareModelParamsWithHTTPClient creates a new HardwareModelGetHardwareModelParams object with the ability to set a custom HTTPClient for a request.

func NewHardwareModelGetHardwareModelParamsWithTimeout added in v1.0.2

func NewHardwareModelGetHardwareModelParamsWithTimeout(timeout time.Duration) *HardwareModelGetHardwareModelParams

NewHardwareModelGetHardwareModelParamsWithTimeout creates a new HardwareModelGetHardwareModelParams object with the ability to set a timeout on a request.

func (*HardwareModelGetHardwareModelParams) SetContext added in v1.0.2

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

func (*HardwareModelGetHardwareModelParams) SetDefaults added in v1.0.2

func (o *HardwareModelGetHardwareModelParams) SetDefaults()

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

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

func (*HardwareModelGetHardwareModelParams) SetHTTPClient added in v1.0.2

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

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

func (*HardwareModelGetHardwareModelParams) SetID added in v1.0.2

SetID adds the id to the hardware model get hardware model params

func (*HardwareModelGetHardwareModelParams) SetTimeout added in v1.0.2

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

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

func (*HardwareModelGetHardwareModelParams) SetXRequestID added in v1.0.2

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

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

func (*HardwareModelGetHardwareModelParams) WithContext added in v1.0.2

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

func (*HardwareModelGetHardwareModelParams) WithDefaults added in v1.0.2

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

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

func (*HardwareModelGetHardwareModelParams) WithHTTPClient added in v1.0.2

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

func (*HardwareModelGetHardwareModelParams) WithID added in v1.0.2

WithID adds the id to the hardware model get hardware model params

func (*HardwareModelGetHardwareModelParams) WithTimeout added in v1.0.2

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

func (*HardwareModelGetHardwareModelParams) WithXRequestID added in v1.0.2

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

func (*HardwareModelGetHardwareModelParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type HardwareModelGetHardwareModelReader added in v1.0.2

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

HardwareModelGetHardwareModelReader is a Reader for the HardwareModelGetHardwareModel structure.

func (*HardwareModelGetHardwareModelReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type HardwareModelGetHardwareModelUnauthorized added in v1.0.2

type HardwareModelGetHardwareModelUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelGetHardwareModelUnauthorized 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 NewHardwareModelGetHardwareModelUnauthorized added in v1.0.2

func NewHardwareModelGetHardwareModelUnauthorized() *HardwareModelGetHardwareModelUnauthorized

NewHardwareModelGetHardwareModelUnauthorized creates a HardwareModelGetHardwareModelUnauthorized with default headers values

func (*HardwareModelGetHardwareModelUnauthorized) Error added in v1.0.2

func (*HardwareModelGetHardwareModelUnauthorized) GetPayload added in v1.0.2

func (*HardwareModelGetHardwareModelUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this hardware model get hardware model unauthorized response has a 4xx status code

func (*HardwareModelGetHardwareModelUnauthorized) IsCode added in v1.0.2

IsCode returns true when this hardware model get hardware model unauthorized response a status code equal to that given

func (*HardwareModelGetHardwareModelUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model get hardware model unauthorized response has a 3xx status code

func (*HardwareModelGetHardwareModelUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this hardware model get hardware model unauthorized response has a 5xx status code

func (*HardwareModelGetHardwareModelUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model get hardware model unauthorized response has a 2xx status code

func (*HardwareModelGetHardwareModelUnauthorized) String added in v1.0.2

type HardwareModelQueryGlobalHardwareBrandsBadRequest added in v1.0.2

type HardwareModelQueryGlobalHardwareBrandsBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelQueryGlobalHardwareBrandsBadRequest 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 NewHardwareModelQueryGlobalHardwareBrandsBadRequest added in v1.0.2

func NewHardwareModelQueryGlobalHardwareBrandsBadRequest() *HardwareModelQueryGlobalHardwareBrandsBadRequest

NewHardwareModelQueryGlobalHardwareBrandsBadRequest creates a HardwareModelQueryGlobalHardwareBrandsBadRequest with default headers values

func (*HardwareModelQueryGlobalHardwareBrandsBadRequest) Error added in v1.0.2

func (*HardwareModelQueryGlobalHardwareBrandsBadRequest) GetPayload added in v1.0.2

func (*HardwareModelQueryGlobalHardwareBrandsBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this hardware model query global hardware brands bad request response has a 4xx status code

func (*HardwareModelQueryGlobalHardwareBrandsBadRequest) IsCode added in v1.0.2

IsCode returns true when this hardware model query global hardware brands bad request response a status code equal to that given

func (*HardwareModelQueryGlobalHardwareBrandsBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model query global hardware brands bad request response has a 3xx status code

func (*HardwareModelQueryGlobalHardwareBrandsBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this hardware model query global hardware brands bad request response has a 5xx status code

func (*HardwareModelQueryGlobalHardwareBrandsBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model query global hardware brands bad request response has a 2xx status code

func (*HardwareModelQueryGlobalHardwareBrandsBadRequest) String added in v1.0.2

type HardwareModelQueryGlobalHardwareBrandsDefault added in v1.0.2

type HardwareModelQueryGlobalHardwareBrandsDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

HardwareModelQueryGlobalHardwareBrandsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewHardwareModelQueryGlobalHardwareBrandsDefault added in v1.0.2

func NewHardwareModelQueryGlobalHardwareBrandsDefault(code int) *HardwareModelQueryGlobalHardwareBrandsDefault

NewHardwareModelQueryGlobalHardwareBrandsDefault creates a HardwareModelQueryGlobalHardwareBrandsDefault with default headers values

func (*HardwareModelQueryGlobalHardwareBrandsDefault) Code added in v1.0.2

Code gets the status code for the hardware model query global hardware brands default response

func (*HardwareModelQueryGlobalHardwareBrandsDefault) Error added in v1.0.2

func (*HardwareModelQueryGlobalHardwareBrandsDefault) GetPayload added in v1.0.2

func (*HardwareModelQueryGlobalHardwareBrandsDefault) IsClientError added in v1.0.2

IsClientError returns true when this hardware model query global hardware brands default response has a 4xx status code

func (*HardwareModelQueryGlobalHardwareBrandsDefault) IsCode added in v1.0.2

IsCode returns true when this hardware model query global hardware brands default response a status code equal to that given

func (*HardwareModelQueryGlobalHardwareBrandsDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model query global hardware brands default response has a 3xx status code

func (*HardwareModelQueryGlobalHardwareBrandsDefault) IsServerError added in v1.0.2

IsServerError returns true when this hardware model query global hardware brands default response has a 5xx status code

func (*HardwareModelQueryGlobalHardwareBrandsDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model query global hardware brands default response has a 2xx status code

func (*HardwareModelQueryGlobalHardwareBrandsDefault) String added in v1.0.2

type HardwareModelQueryGlobalHardwareBrandsForbidden added in v1.0.2

type HardwareModelQueryGlobalHardwareBrandsForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelQueryGlobalHardwareBrandsForbidden 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 NewHardwareModelQueryGlobalHardwareBrandsForbidden added in v1.0.2

func NewHardwareModelQueryGlobalHardwareBrandsForbidden() *HardwareModelQueryGlobalHardwareBrandsForbidden

NewHardwareModelQueryGlobalHardwareBrandsForbidden creates a HardwareModelQueryGlobalHardwareBrandsForbidden with default headers values

func (*HardwareModelQueryGlobalHardwareBrandsForbidden) Error added in v1.0.2

func (*HardwareModelQueryGlobalHardwareBrandsForbidden) GetPayload added in v1.0.2

func (*HardwareModelQueryGlobalHardwareBrandsForbidden) IsClientError added in v1.0.2

IsClientError returns true when this hardware model query global hardware brands forbidden response has a 4xx status code

func (*HardwareModelQueryGlobalHardwareBrandsForbidden) IsCode added in v1.0.2

IsCode returns true when this hardware model query global hardware brands forbidden response a status code equal to that given

func (*HardwareModelQueryGlobalHardwareBrandsForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model query global hardware brands forbidden response has a 3xx status code

func (*HardwareModelQueryGlobalHardwareBrandsForbidden) IsServerError added in v1.0.2

IsServerError returns true when this hardware model query global hardware brands forbidden response has a 5xx status code

func (*HardwareModelQueryGlobalHardwareBrandsForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model query global hardware brands forbidden response has a 2xx status code

func (*HardwareModelQueryGlobalHardwareBrandsForbidden) String added in v1.0.2

type HardwareModelQueryGlobalHardwareBrandsGatewayTimeout added in v1.0.2

type HardwareModelQueryGlobalHardwareBrandsGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelQueryGlobalHardwareBrandsGatewayTimeout 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 NewHardwareModelQueryGlobalHardwareBrandsGatewayTimeout added in v1.0.2

func NewHardwareModelQueryGlobalHardwareBrandsGatewayTimeout() *HardwareModelQueryGlobalHardwareBrandsGatewayTimeout

NewHardwareModelQueryGlobalHardwareBrandsGatewayTimeout creates a HardwareModelQueryGlobalHardwareBrandsGatewayTimeout with default headers values

func (*HardwareModelQueryGlobalHardwareBrandsGatewayTimeout) Error added in v1.0.2

func (*HardwareModelQueryGlobalHardwareBrandsGatewayTimeout) GetPayload added in v1.0.2

func (*HardwareModelQueryGlobalHardwareBrandsGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this hardware model query global hardware brands gateway timeout response has a 4xx status code

func (*HardwareModelQueryGlobalHardwareBrandsGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this hardware model query global hardware brands gateway timeout response a status code equal to that given

func (*HardwareModelQueryGlobalHardwareBrandsGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model query global hardware brands gateway timeout response has a 3xx status code

func (*HardwareModelQueryGlobalHardwareBrandsGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this hardware model query global hardware brands gateway timeout response has a 5xx status code

func (*HardwareModelQueryGlobalHardwareBrandsGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model query global hardware brands gateway timeout response has a 2xx status code

func (*HardwareModelQueryGlobalHardwareBrandsGatewayTimeout) String added in v1.0.2

type HardwareModelQueryGlobalHardwareBrandsInternalServerError added in v1.0.2

type HardwareModelQueryGlobalHardwareBrandsInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelQueryGlobalHardwareBrandsInternalServerError 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 NewHardwareModelQueryGlobalHardwareBrandsInternalServerError added in v1.0.2

func NewHardwareModelQueryGlobalHardwareBrandsInternalServerError() *HardwareModelQueryGlobalHardwareBrandsInternalServerError

NewHardwareModelQueryGlobalHardwareBrandsInternalServerError creates a HardwareModelQueryGlobalHardwareBrandsInternalServerError with default headers values

func (*HardwareModelQueryGlobalHardwareBrandsInternalServerError) Error added in v1.0.2

func (*HardwareModelQueryGlobalHardwareBrandsInternalServerError) GetPayload added in v1.0.2

func (*HardwareModelQueryGlobalHardwareBrandsInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this hardware model query global hardware brands internal server error response has a 4xx status code

func (*HardwareModelQueryGlobalHardwareBrandsInternalServerError) IsCode added in v1.0.2

IsCode returns true when this hardware model query global hardware brands internal server error response a status code equal to that given

func (*HardwareModelQueryGlobalHardwareBrandsInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model query global hardware brands internal server error response has a 3xx status code

func (*HardwareModelQueryGlobalHardwareBrandsInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this hardware model query global hardware brands internal server error response has a 5xx status code

func (*HardwareModelQueryGlobalHardwareBrandsInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model query global hardware brands internal server error response has a 2xx status code

func (*HardwareModelQueryGlobalHardwareBrandsInternalServerError) String added in v1.0.2

type HardwareModelQueryGlobalHardwareBrandsOK added in v1.0.2

type HardwareModelQueryGlobalHardwareBrandsOK struct {
	Payload *swagger_models.SysBrands
}

HardwareModelQueryGlobalHardwareBrandsOK describes a response with status code 200, with default header values.

A successful response.

func NewHardwareModelQueryGlobalHardwareBrandsOK added in v1.0.2

func NewHardwareModelQueryGlobalHardwareBrandsOK() *HardwareModelQueryGlobalHardwareBrandsOK

NewHardwareModelQueryGlobalHardwareBrandsOK creates a HardwareModelQueryGlobalHardwareBrandsOK with default headers values

func (*HardwareModelQueryGlobalHardwareBrandsOK) Error added in v1.0.2

func (*HardwareModelQueryGlobalHardwareBrandsOK) GetPayload added in v1.0.2

func (*HardwareModelQueryGlobalHardwareBrandsOK) IsClientError added in v1.0.2

IsClientError returns true when this hardware model query global hardware brands o k response has a 4xx status code

func (*HardwareModelQueryGlobalHardwareBrandsOK) IsCode added in v1.0.2

IsCode returns true when this hardware model query global hardware brands o k response a status code equal to that given

func (*HardwareModelQueryGlobalHardwareBrandsOK) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model query global hardware brands o k response has a 3xx status code

func (*HardwareModelQueryGlobalHardwareBrandsOK) IsServerError added in v1.0.2

IsServerError returns true when this hardware model query global hardware brands o k response has a 5xx status code

func (*HardwareModelQueryGlobalHardwareBrandsOK) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model query global hardware brands o k response has a 2xx status code

func (*HardwareModelQueryGlobalHardwareBrandsOK) String added in v1.0.2

type HardwareModelQueryGlobalHardwareBrandsParams added in v1.0.2

type HardwareModelQueryGlobalHardwareBrandsParams 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
	*/
	Summary *bool

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

HardwareModelQueryGlobalHardwareBrandsParams contains all the parameters to send to the API endpoint

for the hardware model query global hardware brands operation.

Typically these are written to a http.Request.

func NewHardwareModelQueryGlobalHardwareBrandsParams added in v1.0.2

func NewHardwareModelQueryGlobalHardwareBrandsParams() *HardwareModelQueryGlobalHardwareBrandsParams

NewHardwareModelQueryGlobalHardwareBrandsParams creates a new HardwareModelQueryGlobalHardwareBrandsParams 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 NewHardwareModelQueryGlobalHardwareBrandsParamsWithContext added in v1.0.2

func NewHardwareModelQueryGlobalHardwareBrandsParamsWithContext(ctx context.Context) *HardwareModelQueryGlobalHardwareBrandsParams

NewHardwareModelQueryGlobalHardwareBrandsParamsWithContext creates a new HardwareModelQueryGlobalHardwareBrandsParams object with the ability to set a context for a request.

func NewHardwareModelQueryGlobalHardwareBrandsParamsWithHTTPClient added in v1.0.2

func NewHardwareModelQueryGlobalHardwareBrandsParamsWithHTTPClient(client *http.Client) *HardwareModelQueryGlobalHardwareBrandsParams

NewHardwareModelQueryGlobalHardwareBrandsParamsWithHTTPClient creates a new HardwareModelQueryGlobalHardwareBrandsParams object with the ability to set a custom HTTPClient for a request.

func NewHardwareModelQueryGlobalHardwareBrandsParamsWithTimeout added in v1.0.2

func NewHardwareModelQueryGlobalHardwareBrandsParamsWithTimeout(timeout time.Duration) *HardwareModelQueryGlobalHardwareBrandsParams

NewHardwareModelQueryGlobalHardwareBrandsParamsWithTimeout creates a new HardwareModelQueryGlobalHardwareBrandsParams object with the ability to set a timeout on a request.

func (*HardwareModelQueryGlobalHardwareBrandsParams) SetContext added in v1.0.2

SetContext adds the context to the hardware model query global hardware brands params

func (*HardwareModelQueryGlobalHardwareBrandsParams) SetDefaults added in v1.0.2

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

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

func (*HardwareModelQueryGlobalHardwareBrandsParams) SetEnterpriseID added in v1.0.2

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

SetEnterpriseID adds the enterpriseId to the hardware model query global hardware brands params

func (*HardwareModelQueryGlobalHardwareBrandsParams) SetFilterNamePattern added in v1.0.2

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

SetFilterNamePattern adds the filterNamePattern to the hardware model query global hardware brands params

func (*HardwareModelQueryGlobalHardwareBrandsParams) SetFilterOriginType added in v1.0.2

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

SetFilterOriginType adds the filterOriginType to the hardware model query global hardware brands params

func (*HardwareModelQueryGlobalHardwareBrandsParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the hardware model query global hardware brands params

func (*HardwareModelQueryGlobalHardwareBrandsParams) SetNextOrderBy added in v1.0.2

func (o *HardwareModelQueryGlobalHardwareBrandsParams) SetNextOrderBy(nextOrderBy []string)

SetNextOrderBy adds the nextOrderBy to the hardware model query global hardware brands params

func (*HardwareModelQueryGlobalHardwareBrandsParams) SetNextPageNum added in v1.0.2

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

SetNextPageNum adds the nextPageNum to the hardware model query global hardware brands params

func (*HardwareModelQueryGlobalHardwareBrandsParams) SetNextPageSize added in v1.0.2

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

SetNextPageSize adds the nextPageSize to the hardware model query global hardware brands params

func (*HardwareModelQueryGlobalHardwareBrandsParams) SetNextPageToken added in v1.0.2

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

SetNextPageToken adds the nextPageToken to the hardware model query global hardware brands params

func (*HardwareModelQueryGlobalHardwareBrandsParams) SetNextTotalPages added in v1.0.2

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

SetNextTotalPages adds the nextTotalPages to the hardware model query global hardware brands params

func (*HardwareModelQueryGlobalHardwareBrandsParams) SetSummary added in v1.0.2

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

SetSummary adds the summary to the hardware model query global hardware brands params

func (*HardwareModelQueryGlobalHardwareBrandsParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the hardware model query global hardware brands params

func (*HardwareModelQueryGlobalHardwareBrandsParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the hardware model query global hardware brands params

func (*HardwareModelQueryGlobalHardwareBrandsParams) WithContext added in v1.0.2

WithContext adds the context to the hardware model query global hardware brands params

func (*HardwareModelQueryGlobalHardwareBrandsParams) WithDefaults added in v1.0.2

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

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

func (*HardwareModelQueryGlobalHardwareBrandsParams) WithEnterpriseID added in v1.0.2

WithEnterpriseID adds the enterpriseID to the hardware model query global hardware brands params

func (*HardwareModelQueryGlobalHardwareBrandsParams) WithFilterNamePattern added in v1.0.2

WithFilterNamePattern adds the filterNamePattern to the hardware model query global hardware brands params

func (*HardwareModelQueryGlobalHardwareBrandsParams) WithFilterOriginType added in v1.0.2

WithFilterOriginType adds the filterOriginType to the hardware model query global hardware brands params

func (*HardwareModelQueryGlobalHardwareBrandsParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the hardware model query global hardware brands params

func (*HardwareModelQueryGlobalHardwareBrandsParams) WithNextOrderBy added in v1.0.2

WithNextOrderBy adds the nextOrderBy to the hardware model query global hardware brands params

func (*HardwareModelQueryGlobalHardwareBrandsParams) WithNextPageNum added in v1.0.2

WithNextPageNum adds the nextPageNum to the hardware model query global hardware brands params

func (*HardwareModelQueryGlobalHardwareBrandsParams) WithNextPageSize added in v1.0.2

WithNextPageSize adds the nextPageSize to the hardware model query global hardware brands params

func (*HardwareModelQueryGlobalHardwareBrandsParams) WithNextPageToken added in v1.0.2

WithNextPageToken adds the nextPageToken to the hardware model query global hardware brands params

func (*HardwareModelQueryGlobalHardwareBrandsParams) WithNextTotalPages added in v1.0.2

WithNextTotalPages adds the nextTotalPages to the hardware model query global hardware brands params

func (*HardwareModelQueryGlobalHardwareBrandsParams) WithSummary added in v1.0.2

WithSummary adds the summary to the hardware model query global hardware brands params

func (*HardwareModelQueryGlobalHardwareBrandsParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the hardware model query global hardware brands params

func (*HardwareModelQueryGlobalHardwareBrandsParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the hardware model query global hardware brands params

func (*HardwareModelQueryGlobalHardwareBrandsParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type HardwareModelQueryGlobalHardwareBrandsReader added in v1.0.2

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

HardwareModelQueryGlobalHardwareBrandsReader is a Reader for the HardwareModelQueryGlobalHardwareBrands structure.

func (*HardwareModelQueryGlobalHardwareBrandsReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type HardwareModelQueryGlobalHardwareBrandsUnauthorized added in v1.0.2

type HardwareModelQueryGlobalHardwareBrandsUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelQueryGlobalHardwareBrandsUnauthorized 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 NewHardwareModelQueryGlobalHardwareBrandsUnauthorized added in v1.0.2

func NewHardwareModelQueryGlobalHardwareBrandsUnauthorized() *HardwareModelQueryGlobalHardwareBrandsUnauthorized

NewHardwareModelQueryGlobalHardwareBrandsUnauthorized creates a HardwareModelQueryGlobalHardwareBrandsUnauthorized with default headers values

func (*HardwareModelQueryGlobalHardwareBrandsUnauthorized) Error added in v1.0.2

func (*HardwareModelQueryGlobalHardwareBrandsUnauthorized) GetPayload added in v1.0.2

func (*HardwareModelQueryGlobalHardwareBrandsUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this hardware model query global hardware brands unauthorized response has a 4xx status code

func (*HardwareModelQueryGlobalHardwareBrandsUnauthorized) IsCode added in v1.0.2

IsCode returns true when this hardware model query global hardware brands unauthorized response a status code equal to that given

func (*HardwareModelQueryGlobalHardwareBrandsUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model query global hardware brands unauthorized response has a 3xx status code

func (*HardwareModelQueryGlobalHardwareBrandsUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this hardware model query global hardware brands unauthorized response has a 5xx status code

func (*HardwareModelQueryGlobalHardwareBrandsUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model query global hardware brands unauthorized response has a 2xx status code

func (*HardwareModelQueryGlobalHardwareBrandsUnauthorized) String added in v1.0.2

type HardwareModelQueryGlobalHardwareModelsBadRequest added in v1.0.2

type HardwareModelQueryGlobalHardwareModelsBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelQueryGlobalHardwareModelsBadRequest 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 NewHardwareModelQueryGlobalHardwareModelsBadRequest added in v1.0.2

func NewHardwareModelQueryGlobalHardwareModelsBadRequest() *HardwareModelQueryGlobalHardwareModelsBadRequest

NewHardwareModelQueryGlobalHardwareModelsBadRequest creates a HardwareModelQueryGlobalHardwareModelsBadRequest with default headers values

func (*HardwareModelQueryGlobalHardwareModelsBadRequest) Error added in v1.0.2

func (*HardwareModelQueryGlobalHardwareModelsBadRequest) GetPayload added in v1.0.2

func (*HardwareModelQueryGlobalHardwareModelsBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this hardware model query global hardware models bad request response has a 4xx status code

func (*HardwareModelQueryGlobalHardwareModelsBadRequest) IsCode added in v1.0.2

IsCode returns true when this hardware model query global hardware models bad request response a status code equal to that given

func (*HardwareModelQueryGlobalHardwareModelsBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model query global hardware models bad request response has a 3xx status code

func (*HardwareModelQueryGlobalHardwareModelsBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this hardware model query global hardware models bad request response has a 5xx status code

func (*HardwareModelQueryGlobalHardwareModelsBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model query global hardware models bad request response has a 2xx status code

func (*HardwareModelQueryGlobalHardwareModelsBadRequest) String added in v1.0.2

type HardwareModelQueryGlobalHardwareModelsDefault added in v1.0.2

type HardwareModelQueryGlobalHardwareModelsDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

HardwareModelQueryGlobalHardwareModelsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewHardwareModelQueryGlobalHardwareModelsDefault added in v1.0.2

func NewHardwareModelQueryGlobalHardwareModelsDefault(code int) *HardwareModelQueryGlobalHardwareModelsDefault

NewHardwareModelQueryGlobalHardwareModelsDefault creates a HardwareModelQueryGlobalHardwareModelsDefault with default headers values

func (*HardwareModelQueryGlobalHardwareModelsDefault) Code added in v1.0.2

Code gets the status code for the hardware model query global hardware models default response

func (*HardwareModelQueryGlobalHardwareModelsDefault) Error added in v1.0.2

func (*HardwareModelQueryGlobalHardwareModelsDefault) GetPayload added in v1.0.2

func (*HardwareModelQueryGlobalHardwareModelsDefault) IsClientError added in v1.0.2

IsClientError returns true when this hardware model query global hardware models default response has a 4xx status code

func (*HardwareModelQueryGlobalHardwareModelsDefault) IsCode added in v1.0.2

IsCode returns true when this hardware model query global hardware models default response a status code equal to that given

func (*HardwareModelQueryGlobalHardwareModelsDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model query global hardware models default response has a 3xx status code

func (*HardwareModelQueryGlobalHardwareModelsDefault) IsServerError added in v1.0.2

IsServerError returns true when this hardware model query global hardware models default response has a 5xx status code

func (*HardwareModelQueryGlobalHardwareModelsDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model query global hardware models default response has a 2xx status code

func (*HardwareModelQueryGlobalHardwareModelsDefault) String added in v1.0.2

type HardwareModelQueryGlobalHardwareModelsForbidden added in v1.0.2

type HardwareModelQueryGlobalHardwareModelsForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelQueryGlobalHardwareModelsForbidden 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 NewHardwareModelQueryGlobalHardwareModelsForbidden added in v1.0.2

func NewHardwareModelQueryGlobalHardwareModelsForbidden() *HardwareModelQueryGlobalHardwareModelsForbidden

NewHardwareModelQueryGlobalHardwareModelsForbidden creates a HardwareModelQueryGlobalHardwareModelsForbidden with default headers values

func (*HardwareModelQueryGlobalHardwareModelsForbidden) Error added in v1.0.2

func (*HardwareModelQueryGlobalHardwareModelsForbidden) GetPayload added in v1.0.2

func (*HardwareModelQueryGlobalHardwareModelsForbidden) IsClientError added in v1.0.2

IsClientError returns true when this hardware model query global hardware models forbidden response has a 4xx status code

func (*HardwareModelQueryGlobalHardwareModelsForbidden) IsCode added in v1.0.2

IsCode returns true when this hardware model query global hardware models forbidden response a status code equal to that given

func (*HardwareModelQueryGlobalHardwareModelsForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model query global hardware models forbidden response has a 3xx status code

func (*HardwareModelQueryGlobalHardwareModelsForbidden) IsServerError added in v1.0.2

IsServerError returns true when this hardware model query global hardware models forbidden response has a 5xx status code

func (*HardwareModelQueryGlobalHardwareModelsForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model query global hardware models forbidden response has a 2xx status code

func (*HardwareModelQueryGlobalHardwareModelsForbidden) String added in v1.0.2

type HardwareModelQueryGlobalHardwareModelsGatewayTimeout added in v1.0.2

type HardwareModelQueryGlobalHardwareModelsGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelQueryGlobalHardwareModelsGatewayTimeout 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 NewHardwareModelQueryGlobalHardwareModelsGatewayTimeout added in v1.0.2

func NewHardwareModelQueryGlobalHardwareModelsGatewayTimeout() *HardwareModelQueryGlobalHardwareModelsGatewayTimeout

NewHardwareModelQueryGlobalHardwareModelsGatewayTimeout creates a HardwareModelQueryGlobalHardwareModelsGatewayTimeout with default headers values

func (*HardwareModelQueryGlobalHardwareModelsGatewayTimeout) Error added in v1.0.2

func (*HardwareModelQueryGlobalHardwareModelsGatewayTimeout) GetPayload added in v1.0.2

func (*HardwareModelQueryGlobalHardwareModelsGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this hardware model query global hardware models gateway timeout response has a 4xx status code

func (*HardwareModelQueryGlobalHardwareModelsGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this hardware model query global hardware models gateway timeout response a status code equal to that given

func (*HardwareModelQueryGlobalHardwareModelsGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model query global hardware models gateway timeout response has a 3xx status code

func (*HardwareModelQueryGlobalHardwareModelsGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this hardware model query global hardware models gateway timeout response has a 5xx status code

func (*HardwareModelQueryGlobalHardwareModelsGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model query global hardware models gateway timeout response has a 2xx status code

func (*HardwareModelQueryGlobalHardwareModelsGatewayTimeout) String added in v1.0.2

type HardwareModelQueryGlobalHardwareModelsInternalServerError added in v1.0.2

type HardwareModelQueryGlobalHardwareModelsInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelQueryGlobalHardwareModelsInternalServerError 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 NewHardwareModelQueryGlobalHardwareModelsInternalServerError added in v1.0.2

func NewHardwareModelQueryGlobalHardwareModelsInternalServerError() *HardwareModelQueryGlobalHardwareModelsInternalServerError

NewHardwareModelQueryGlobalHardwareModelsInternalServerError creates a HardwareModelQueryGlobalHardwareModelsInternalServerError with default headers values

func (*HardwareModelQueryGlobalHardwareModelsInternalServerError) Error added in v1.0.2

func (*HardwareModelQueryGlobalHardwareModelsInternalServerError) GetPayload added in v1.0.2

func (*HardwareModelQueryGlobalHardwareModelsInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this hardware model query global hardware models internal server error response has a 4xx status code

func (*HardwareModelQueryGlobalHardwareModelsInternalServerError) IsCode added in v1.0.2

IsCode returns true when this hardware model query global hardware models internal server error response a status code equal to that given

func (*HardwareModelQueryGlobalHardwareModelsInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model query global hardware models internal server error response has a 3xx status code

func (*HardwareModelQueryGlobalHardwareModelsInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this hardware model query global hardware models internal server error response has a 5xx status code

func (*HardwareModelQueryGlobalHardwareModelsInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model query global hardware models internal server error response has a 2xx status code

func (*HardwareModelQueryGlobalHardwareModelsInternalServerError) String added in v1.0.2

type HardwareModelQueryGlobalHardwareModelsOK added in v1.0.2

type HardwareModelQueryGlobalHardwareModelsOK struct {
	Payload *swagger_models.SysModels
}

HardwareModelQueryGlobalHardwareModelsOK describes a response with status code 200, with default header values.

A successful response.

func NewHardwareModelQueryGlobalHardwareModelsOK added in v1.0.2

func NewHardwareModelQueryGlobalHardwareModelsOK() *HardwareModelQueryGlobalHardwareModelsOK

NewHardwareModelQueryGlobalHardwareModelsOK creates a HardwareModelQueryGlobalHardwareModelsOK with default headers values

func (*HardwareModelQueryGlobalHardwareModelsOK) Error added in v1.0.2

func (*HardwareModelQueryGlobalHardwareModelsOK) GetPayload added in v1.0.2

func (*HardwareModelQueryGlobalHardwareModelsOK) IsClientError added in v1.0.2

IsClientError returns true when this hardware model query global hardware models o k response has a 4xx status code

func (*HardwareModelQueryGlobalHardwareModelsOK) IsCode added in v1.0.2

IsCode returns true when this hardware model query global hardware models o k response a status code equal to that given

func (*HardwareModelQueryGlobalHardwareModelsOK) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model query global hardware models o k response has a 3xx status code

func (*HardwareModelQueryGlobalHardwareModelsOK) IsServerError added in v1.0.2

IsServerError returns true when this hardware model query global hardware models o k response has a 5xx status code

func (*HardwareModelQueryGlobalHardwareModelsOK) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model query global hardware models o k response has a 2xx status code

func (*HardwareModelQueryGlobalHardwareModelsOK) String added in v1.0.2

type HardwareModelQueryGlobalHardwareModelsParams added in v1.0.2

type HardwareModelQueryGlobalHardwareModelsParams struct {

	/* XRequestID.

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

	/* FilterBrandID.

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

	/* FilterBrandIds.

	   System defined universally unique Ids of the brand.
	*/
	FilterBrandIds []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
	*/
	Summary *bool

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

HardwareModelQueryGlobalHardwareModelsParams contains all the parameters to send to the API endpoint

for the hardware model query global hardware models operation.

Typically these are written to a http.Request.

func NewHardwareModelQueryGlobalHardwareModelsParams added in v1.0.2

func NewHardwareModelQueryGlobalHardwareModelsParams() *HardwareModelQueryGlobalHardwareModelsParams

NewHardwareModelQueryGlobalHardwareModelsParams creates a new HardwareModelQueryGlobalHardwareModelsParams 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 NewHardwareModelQueryGlobalHardwareModelsParamsWithContext added in v1.0.2

func NewHardwareModelQueryGlobalHardwareModelsParamsWithContext(ctx context.Context) *HardwareModelQueryGlobalHardwareModelsParams

NewHardwareModelQueryGlobalHardwareModelsParamsWithContext creates a new HardwareModelQueryGlobalHardwareModelsParams object with the ability to set a context for a request.

func NewHardwareModelQueryGlobalHardwareModelsParamsWithHTTPClient added in v1.0.2

func NewHardwareModelQueryGlobalHardwareModelsParamsWithHTTPClient(client *http.Client) *HardwareModelQueryGlobalHardwareModelsParams

NewHardwareModelQueryGlobalHardwareModelsParamsWithHTTPClient creates a new HardwareModelQueryGlobalHardwareModelsParams object with the ability to set a custom HTTPClient for a request.

func NewHardwareModelQueryGlobalHardwareModelsParamsWithTimeout added in v1.0.2

func NewHardwareModelQueryGlobalHardwareModelsParamsWithTimeout(timeout time.Duration) *HardwareModelQueryGlobalHardwareModelsParams

NewHardwareModelQueryGlobalHardwareModelsParamsWithTimeout creates a new HardwareModelQueryGlobalHardwareModelsParams object with the ability to set a timeout on a request.

func (*HardwareModelQueryGlobalHardwareModelsParams) SetContext added in v1.0.2

SetContext adds the context to the hardware model query global hardware models params

func (*HardwareModelQueryGlobalHardwareModelsParams) SetDefaults added in v1.0.2

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

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

func (*HardwareModelQueryGlobalHardwareModelsParams) SetFilterBrandID added in v1.0.2

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

SetFilterBrandID adds the filterBrandId to the hardware model query global hardware models params

func (*HardwareModelQueryGlobalHardwareModelsParams) SetFilterBrandIds added in v1.0.2

func (o *HardwareModelQueryGlobalHardwareModelsParams) SetFilterBrandIds(filterBrandIds []string)

SetFilterBrandIds adds the filterBrandIds to the hardware model query global hardware models params

func (*HardwareModelQueryGlobalHardwareModelsParams) SetFilterNamePattern added in v1.0.2

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

SetFilterNamePattern adds the filterNamePattern to the hardware model query global hardware models params

func (*HardwareModelQueryGlobalHardwareModelsParams) SetFilterOriginType added in v1.0.2

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

SetFilterOriginType adds the filterOriginType to the hardware model query global hardware models params

func (*HardwareModelQueryGlobalHardwareModelsParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the hardware model query global hardware models params

func (*HardwareModelQueryGlobalHardwareModelsParams) SetNextOrderBy added in v1.0.2

func (o *HardwareModelQueryGlobalHardwareModelsParams) SetNextOrderBy(nextOrderBy []string)

SetNextOrderBy adds the nextOrderBy to the hardware model query global hardware models params

func (*HardwareModelQueryGlobalHardwareModelsParams) SetNextPageNum added in v1.0.2

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

SetNextPageNum adds the nextPageNum to the hardware model query global hardware models params

func (*HardwareModelQueryGlobalHardwareModelsParams) SetNextPageSize added in v1.0.2

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

SetNextPageSize adds the nextPageSize to the hardware model query global hardware models params

func (*HardwareModelQueryGlobalHardwareModelsParams) SetNextPageToken added in v1.0.2

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

SetNextPageToken adds the nextPageToken to the hardware model query global hardware models params

func (*HardwareModelQueryGlobalHardwareModelsParams) SetNextTotalPages added in v1.0.2

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

SetNextTotalPages adds the nextTotalPages to the hardware model query global hardware models params

func (*HardwareModelQueryGlobalHardwareModelsParams) SetSummary added in v1.0.2

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

SetSummary adds the summary to the hardware model query global hardware models params

func (*HardwareModelQueryGlobalHardwareModelsParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the hardware model query global hardware models params

func (*HardwareModelQueryGlobalHardwareModelsParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the hardware model query global hardware models params

func (*HardwareModelQueryGlobalHardwareModelsParams) WithContext added in v1.0.2

WithContext adds the context to the hardware model query global hardware models params

func (*HardwareModelQueryGlobalHardwareModelsParams) WithDefaults added in v1.0.2

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

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

func (*HardwareModelQueryGlobalHardwareModelsParams) WithFilterBrandID added in v1.0.2

WithFilterBrandID adds the filterBrandID to the hardware model query global hardware models params

func (*HardwareModelQueryGlobalHardwareModelsParams) WithFilterBrandIds added in v1.0.2

WithFilterBrandIds adds the filterBrandIds to the hardware model query global hardware models params

func (*HardwareModelQueryGlobalHardwareModelsParams) WithFilterNamePattern added in v1.0.2

WithFilterNamePattern adds the filterNamePattern to the hardware model query global hardware models params

func (*HardwareModelQueryGlobalHardwareModelsParams) WithFilterOriginType added in v1.0.2

WithFilterOriginType adds the filterOriginType to the hardware model query global hardware models params

func (*HardwareModelQueryGlobalHardwareModelsParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the hardware model query global hardware models params

func (*HardwareModelQueryGlobalHardwareModelsParams) WithNextOrderBy added in v1.0.2

WithNextOrderBy adds the nextOrderBy to the hardware model query global hardware models params

func (*HardwareModelQueryGlobalHardwareModelsParams) WithNextPageNum added in v1.0.2

WithNextPageNum adds the nextPageNum to the hardware model query global hardware models params

func (*HardwareModelQueryGlobalHardwareModelsParams) WithNextPageSize added in v1.0.2

WithNextPageSize adds the nextPageSize to the hardware model query global hardware models params

func (*HardwareModelQueryGlobalHardwareModelsParams) WithNextPageToken added in v1.0.2

WithNextPageToken adds the nextPageToken to the hardware model query global hardware models params

func (*HardwareModelQueryGlobalHardwareModelsParams) WithNextTotalPages added in v1.0.2

WithNextTotalPages adds the nextTotalPages to the hardware model query global hardware models params

func (*HardwareModelQueryGlobalHardwareModelsParams) WithSummary added in v1.0.2

WithSummary adds the summary to the hardware model query global hardware models params

func (*HardwareModelQueryGlobalHardwareModelsParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the hardware model query global hardware models params

func (*HardwareModelQueryGlobalHardwareModelsParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the hardware model query global hardware models params

func (*HardwareModelQueryGlobalHardwareModelsParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type HardwareModelQueryGlobalHardwareModelsReader added in v1.0.2

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

HardwareModelQueryGlobalHardwareModelsReader is a Reader for the HardwareModelQueryGlobalHardwareModels structure.

func (*HardwareModelQueryGlobalHardwareModelsReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type HardwareModelQueryGlobalHardwareModelsUnauthorized added in v1.0.2

type HardwareModelQueryGlobalHardwareModelsUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelQueryGlobalHardwareModelsUnauthorized 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 NewHardwareModelQueryGlobalHardwareModelsUnauthorized added in v1.0.2

func NewHardwareModelQueryGlobalHardwareModelsUnauthorized() *HardwareModelQueryGlobalHardwareModelsUnauthorized

NewHardwareModelQueryGlobalHardwareModelsUnauthorized creates a HardwareModelQueryGlobalHardwareModelsUnauthorized with default headers values

func (*HardwareModelQueryGlobalHardwareModelsUnauthorized) Error added in v1.0.2

func (*HardwareModelQueryGlobalHardwareModelsUnauthorized) GetPayload added in v1.0.2

func (*HardwareModelQueryGlobalHardwareModelsUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this hardware model query global hardware models unauthorized response has a 4xx status code

func (*HardwareModelQueryGlobalHardwareModelsUnauthorized) IsCode added in v1.0.2

IsCode returns true when this hardware model query global hardware models unauthorized response a status code equal to that given

func (*HardwareModelQueryGlobalHardwareModelsUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model query global hardware models unauthorized response has a 3xx status code

func (*HardwareModelQueryGlobalHardwareModelsUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this hardware model query global hardware models unauthorized response has a 5xx status code

func (*HardwareModelQueryGlobalHardwareModelsUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model query global hardware models unauthorized response has a 2xx status code

func (*HardwareModelQueryGlobalHardwareModelsUnauthorized) String added in v1.0.2

type HardwareModelQueryHardwareBrandsBadRequest added in v1.0.2

type HardwareModelQueryHardwareBrandsBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelQueryHardwareBrandsBadRequest 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 NewHardwareModelQueryHardwareBrandsBadRequest added in v1.0.2

func NewHardwareModelQueryHardwareBrandsBadRequest() *HardwareModelQueryHardwareBrandsBadRequest

NewHardwareModelQueryHardwareBrandsBadRequest creates a HardwareModelQueryHardwareBrandsBadRequest with default headers values

func (*HardwareModelQueryHardwareBrandsBadRequest) Error added in v1.0.2

func (*HardwareModelQueryHardwareBrandsBadRequest) GetPayload added in v1.0.2

func (*HardwareModelQueryHardwareBrandsBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this hardware model query hardware brands bad request response has a 4xx status code

func (*HardwareModelQueryHardwareBrandsBadRequest) IsCode added in v1.0.2

IsCode returns true when this hardware model query hardware brands bad request response a status code equal to that given

func (*HardwareModelQueryHardwareBrandsBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model query hardware brands bad request response has a 3xx status code

func (*HardwareModelQueryHardwareBrandsBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this hardware model query hardware brands bad request response has a 5xx status code

func (*HardwareModelQueryHardwareBrandsBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model query hardware brands bad request response has a 2xx status code

func (*HardwareModelQueryHardwareBrandsBadRequest) String added in v1.0.2

type HardwareModelQueryHardwareBrandsDefault added in v1.0.2

type HardwareModelQueryHardwareBrandsDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

HardwareModelQueryHardwareBrandsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewHardwareModelQueryHardwareBrandsDefault added in v1.0.2

func NewHardwareModelQueryHardwareBrandsDefault(code int) *HardwareModelQueryHardwareBrandsDefault

NewHardwareModelQueryHardwareBrandsDefault creates a HardwareModelQueryHardwareBrandsDefault with default headers values

func (*HardwareModelQueryHardwareBrandsDefault) Code added in v1.0.2

Code gets the status code for the hardware model query hardware brands default response

func (*HardwareModelQueryHardwareBrandsDefault) Error added in v1.0.2

func (*HardwareModelQueryHardwareBrandsDefault) GetPayload added in v1.0.2

func (*HardwareModelQueryHardwareBrandsDefault) IsClientError added in v1.0.2

func (o *HardwareModelQueryHardwareBrandsDefault) IsClientError() bool

IsClientError returns true when this hardware model query hardware brands default response has a 4xx status code

func (*HardwareModelQueryHardwareBrandsDefault) IsCode added in v1.0.2

IsCode returns true when this hardware model query hardware brands default response a status code equal to that given

func (*HardwareModelQueryHardwareBrandsDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model query hardware brands default response has a 3xx status code

func (*HardwareModelQueryHardwareBrandsDefault) IsServerError added in v1.0.2

func (o *HardwareModelQueryHardwareBrandsDefault) IsServerError() bool

IsServerError returns true when this hardware model query hardware brands default response has a 5xx status code

func (*HardwareModelQueryHardwareBrandsDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model query hardware brands default response has a 2xx status code

func (*HardwareModelQueryHardwareBrandsDefault) String added in v1.0.2

type HardwareModelQueryHardwareBrandsForbidden added in v1.0.2

type HardwareModelQueryHardwareBrandsForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelQueryHardwareBrandsForbidden 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 NewHardwareModelQueryHardwareBrandsForbidden added in v1.0.2

func NewHardwareModelQueryHardwareBrandsForbidden() *HardwareModelQueryHardwareBrandsForbidden

NewHardwareModelQueryHardwareBrandsForbidden creates a HardwareModelQueryHardwareBrandsForbidden with default headers values

func (*HardwareModelQueryHardwareBrandsForbidden) Error added in v1.0.2

func (*HardwareModelQueryHardwareBrandsForbidden) GetPayload added in v1.0.2

func (*HardwareModelQueryHardwareBrandsForbidden) IsClientError added in v1.0.2

IsClientError returns true when this hardware model query hardware brands forbidden response has a 4xx status code

func (*HardwareModelQueryHardwareBrandsForbidden) IsCode added in v1.0.2

IsCode returns true when this hardware model query hardware brands forbidden response a status code equal to that given

func (*HardwareModelQueryHardwareBrandsForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model query hardware brands forbidden response has a 3xx status code

func (*HardwareModelQueryHardwareBrandsForbidden) IsServerError added in v1.0.2

IsServerError returns true when this hardware model query hardware brands forbidden response has a 5xx status code

func (*HardwareModelQueryHardwareBrandsForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model query hardware brands forbidden response has a 2xx status code

func (*HardwareModelQueryHardwareBrandsForbidden) String added in v1.0.2

type HardwareModelQueryHardwareBrandsGatewayTimeout added in v1.0.2

type HardwareModelQueryHardwareBrandsGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelQueryHardwareBrandsGatewayTimeout 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 NewHardwareModelQueryHardwareBrandsGatewayTimeout added in v1.0.2

func NewHardwareModelQueryHardwareBrandsGatewayTimeout() *HardwareModelQueryHardwareBrandsGatewayTimeout

NewHardwareModelQueryHardwareBrandsGatewayTimeout creates a HardwareModelQueryHardwareBrandsGatewayTimeout with default headers values

func (*HardwareModelQueryHardwareBrandsGatewayTimeout) Error added in v1.0.2

func (*HardwareModelQueryHardwareBrandsGatewayTimeout) GetPayload added in v1.0.2

func (*HardwareModelQueryHardwareBrandsGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this hardware model query hardware brands gateway timeout response has a 4xx status code

func (*HardwareModelQueryHardwareBrandsGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this hardware model query hardware brands gateway timeout response a status code equal to that given

func (*HardwareModelQueryHardwareBrandsGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model query hardware brands gateway timeout response has a 3xx status code

func (*HardwareModelQueryHardwareBrandsGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this hardware model query hardware brands gateway timeout response has a 5xx status code

func (*HardwareModelQueryHardwareBrandsGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model query hardware brands gateway timeout response has a 2xx status code

func (*HardwareModelQueryHardwareBrandsGatewayTimeout) String added in v1.0.2

type HardwareModelQueryHardwareBrandsInternalServerError added in v1.0.2

type HardwareModelQueryHardwareBrandsInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelQueryHardwareBrandsInternalServerError 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 NewHardwareModelQueryHardwareBrandsInternalServerError added in v1.0.2

func NewHardwareModelQueryHardwareBrandsInternalServerError() *HardwareModelQueryHardwareBrandsInternalServerError

NewHardwareModelQueryHardwareBrandsInternalServerError creates a HardwareModelQueryHardwareBrandsInternalServerError with default headers values

func (*HardwareModelQueryHardwareBrandsInternalServerError) Error added in v1.0.2

func (*HardwareModelQueryHardwareBrandsInternalServerError) GetPayload added in v1.0.2

func (*HardwareModelQueryHardwareBrandsInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this hardware model query hardware brands internal server error response has a 4xx status code

func (*HardwareModelQueryHardwareBrandsInternalServerError) IsCode added in v1.0.2

IsCode returns true when this hardware model query hardware brands internal server error response a status code equal to that given

func (*HardwareModelQueryHardwareBrandsInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model query hardware brands internal server error response has a 3xx status code

func (*HardwareModelQueryHardwareBrandsInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this hardware model query hardware brands internal server error response has a 5xx status code

func (*HardwareModelQueryHardwareBrandsInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model query hardware brands internal server error response has a 2xx status code

func (*HardwareModelQueryHardwareBrandsInternalServerError) String added in v1.0.2

type HardwareModelQueryHardwareBrandsOK added in v1.0.2

type HardwareModelQueryHardwareBrandsOK struct {
	Payload *swagger_models.SysBrands
}

HardwareModelQueryHardwareBrandsOK describes a response with status code 200, with default header values.

A successful response.

func NewHardwareModelQueryHardwareBrandsOK added in v1.0.2

func NewHardwareModelQueryHardwareBrandsOK() *HardwareModelQueryHardwareBrandsOK

NewHardwareModelQueryHardwareBrandsOK creates a HardwareModelQueryHardwareBrandsOK with default headers values

func (*HardwareModelQueryHardwareBrandsOK) Error added in v1.0.2

func (*HardwareModelQueryHardwareBrandsOK) GetPayload added in v1.0.2

func (*HardwareModelQueryHardwareBrandsOK) IsClientError added in v1.0.2

func (o *HardwareModelQueryHardwareBrandsOK) IsClientError() bool

IsClientError returns true when this hardware model query hardware brands o k response has a 4xx status code

func (*HardwareModelQueryHardwareBrandsOK) IsCode added in v1.0.2

IsCode returns true when this hardware model query hardware brands o k response a status code equal to that given

func (*HardwareModelQueryHardwareBrandsOK) IsRedirect added in v1.0.2

func (o *HardwareModelQueryHardwareBrandsOK) IsRedirect() bool

IsRedirect returns true when this hardware model query hardware brands o k response has a 3xx status code

func (*HardwareModelQueryHardwareBrandsOK) IsServerError added in v1.0.2

func (o *HardwareModelQueryHardwareBrandsOK) IsServerError() bool

IsServerError returns true when this hardware model query hardware brands o k response has a 5xx status code

func (*HardwareModelQueryHardwareBrandsOK) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model query hardware brands o k response has a 2xx status code

func (*HardwareModelQueryHardwareBrandsOK) String added in v1.0.2

type HardwareModelQueryHardwareBrandsParams added in v1.0.2

type HardwareModelQueryHardwareBrandsParams 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
	*/
	Summary *bool

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

HardwareModelQueryHardwareBrandsParams contains all the parameters to send to the API endpoint

for the hardware model query hardware brands operation.

Typically these are written to a http.Request.

func NewHardwareModelQueryHardwareBrandsParams added in v1.0.2

func NewHardwareModelQueryHardwareBrandsParams() *HardwareModelQueryHardwareBrandsParams

NewHardwareModelQueryHardwareBrandsParams creates a new HardwareModelQueryHardwareBrandsParams 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 NewHardwareModelQueryHardwareBrandsParamsWithContext added in v1.0.2

func NewHardwareModelQueryHardwareBrandsParamsWithContext(ctx context.Context) *HardwareModelQueryHardwareBrandsParams

NewHardwareModelQueryHardwareBrandsParamsWithContext creates a new HardwareModelQueryHardwareBrandsParams object with the ability to set a context for a request.

func NewHardwareModelQueryHardwareBrandsParamsWithHTTPClient added in v1.0.2

func NewHardwareModelQueryHardwareBrandsParamsWithHTTPClient(client *http.Client) *HardwareModelQueryHardwareBrandsParams

NewHardwareModelQueryHardwareBrandsParamsWithHTTPClient creates a new HardwareModelQueryHardwareBrandsParams object with the ability to set a custom HTTPClient for a request.

func NewHardwareModelQueryHardwareBrandsParamsWithTimeout added in v1.0.2

func NewHardwareModelQueryHardwareBrandsParamsWithTimeout(timeout time.Duration) *HardwareModelQueryHardwareBrandsParams

NewHardwareModelQueryHardwareBrandsParamsWithTimeout creates a new HardwareModelQueryHardwareBrandsParams object with the ability to set a timeout on a request.

func (*HardwareModelQueryHardwareBrandsParams) SetContext added in v1.0.2

SetContext adds the context to the hardware model query hardware brands params

func (*HardwareModelQueryHardwareBrandsParams) SetDefaults added in v1.0.2

func (o *HardwareModelQueryHardwareBrandsParams) SetDefaults()

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

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

func (*HardwareModelQueryHardwareBrandsParams) SetEnterpriseID added in v1.0.2

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

SetEnterpriseID adds the enterpriseId to the hardware model query hardware brands params

func (*HardwareModelQueryHardwareBrandsParams) SetFilterNamePattern added in v1.0.2

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

SetFilterNamePattern adds the filterNamePattern to the hardware model query hardware brands params

func (*HardwareModelQueryHardwareBrandsParams) SetFilterOriginType added in v1.0.2

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

SetFilterOriginType adds the filterOriginType to the hardware model query hardware brands params

func (*HardwareModelQueryHardwareBrandsParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the hardware model query hardware brands params

func (*HardwareModelQueryHardwareBrandsParams) SetNextOrderBy added in v1.0.2

func (o *HardwareModelQueryHardwareBrandsParams) SetNextOrderBy(nextOrderBy []string)

SetNextOrderBy adds the nextOrderBy to the hardware model query hardware brands params

func (*HardwareModelQueryHardwareBrandsParams) SetNextPageNum added in v1.0.2

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

SetNextPageNum adds the nextPageNum to the hardware model query hardware brands params

func (*HardwareModelQueryHardwareBrandsParams) SetNextPageSize added in v1.0.2

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

SetNextPageSize adds the nextPageSize to the hardware model query hardware brands params

func (*HardwareModelQueryHardwareBrandsParams) SetNextPageToken added in v1.0.2

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

SetNextPageToken adds the nextPageToken to the hardware model query hardware brands params

func (*HardwareModelQueryHardwareBrandsParams) SetNextTotalPages added in v1.0.2

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

SetNextTotalPages adds the nextTotalPages to the hardware model query hardware brands params

func (*HardwareModelQueryHardwareBrandsParams) SetSummary added in v1.0.2

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

SetSummary adds the summary to the hardware model query hardware brands params

func (*HardwareModelQueryHardwareBrandsParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the hardware model query hardware brands params

func (*HardwareModelQueryHardwareBrandsParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the hardware model query hardware brands params

func (*HardwareModelQueryHardwareBrandsParams) WithContext added in v1.0.2

WithContext adds the context to the hardware model query hardware brands params

func (*HardwareModelQueryHardwareBrandsParams) WithDefaults added in v1.0.2

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

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

func (*HardwareModelQueryHardwareBrandsParams) WithEnterpriseID added in v1.0.2

WithEnterpriseID adds the enterpriseID to the hardware model query hardware brands params

func (*HardwareModelQueryHardwareBrandsParams) WithFilterNamePattern added in v1.0.2

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

WithFilterNamePattern adds the filterNamePattern to the hardware model query hardware brands params

func (*HardwareModelQueryHardwareBrandsParams) WithFilterOriginType added in v1.0.2

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

WithFilterOriginType adds the filterOriginType to the hardware model query hardware brands params

func (*HardwareModelQueryHardwareBrandsParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the hardware model query hardware brands params

func (*HardwareModelQueryHardwareBrandsParams) WithNextOrderBy added in v1.0.2

WithNextOrderBy adds the nextOrderBy to the hardware model query hardware brands params

func (*HardwareModelQueryHardwareBrandsParams) WithNextPageNum added in v1.0.2

WithNextPageNum adds the nextPageNum to the hardware model query hardware brands params

func (*HardwareModelQueryHardwareBrandsParams) WithNextPageSize added in v1.0.2

WithNextPageSize adds the nextPageSize to the hardware model query hardware brands params

func (*HardwareModelQueryHardwareBrandsParams) WithNextPageToken added in v1.0.2

WithNextPageToken adds the nextPageToken to the hardware model query hardware brands params

func (*HardwareModelQueryHardwareBrandsParams) WithNextTotalPages added in v1.0.2

WithNextTotalPages adds the nextTotalPages to the hardware model query hardware brands params

func (*HardwareModelQueryHardwareBrandsParams) WithSummary added in v1.0.2

WithSummary adds the summary to the hardware model query hardware brands params

func (*HardwareModelQueryHardwareBrandsParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the hardware model query hardware brands params

func (*HardwareModelQueryHardwareBrandsParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the hardware model query hardware brands params

func (*HardwareModelQueryHardwareBrandsParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type HardwareModelQueryHardwareBrandsReader added in v1.0.2

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

HardwareModelQueryHardwareBrandsReader is a Reader for the HardwareModelQueryHardwareBrands structure.

func (*HardwareModelQueryHardwareBrandsReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type HardwareModelQueryHardwareBrandsUnauthorized added in v1.0.2

type HardwareModelQueryHardwareBrandsUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelQueryHardwareBrandsUnauthorized 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 NewHardwareModelQueryHardwareBrandsUnauthorized added in v1.0.2

func NewHardwareModelQueryHardwareBrandsUnauthorized() *HardwareModelQueryHardwareBrandsUnauthorized

NewHardwareModelQueryHardwareBrandsUnauthorized creates a HardwareModelQueryHardwareBrandsUnauthorized with default headers values

func (*HardwareModelQueryHardwareBrandsUnauthorized) Error added in v1.0.2

func (*HardwareModelQueryHardwareBrandsUnauthorized) GetPayload added in v1.0.2

func (*HardwareModelQueryHardwareBrandsUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this hardware model query hardware brands unauthorized response has a 4xx status code

func (*HardwareModelQueryHardwareBrandsUnauthorized) IsCode added in v1.0.2

IsCode returns true when this hardware model query hardware brands unauthorized response a status code equal to that given

func (*HardwareModelQueryHardwareBrandsUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model query hardware brands unauthorized response has a 3xx status code

func (*HardwareModelQueryHardwareBrandsUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this hardware model query hardware brands unauthorized response has a 5xx status code

func (*HardwareModelQueryHardwareBrandsUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model query hardware brands unauthorized response has a 2xx status code

func (*HardwareModelQueryHardwareBrandsUnauthorized) String added in v1.0.2

type HardwareModelQueryHardwareModelsBadRequest added in v1.0.2

type HardwareModelQueryHardwareModelsBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelQueryHardwareModelsBadRequest 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 NewHardwareModelQueryHardwareModelsBadRequest added in v1.0.2

func NewHardwareModelQueryHardwareModelsBadRequest() *HardwareModelQueryHardwareModelsBadRequest

NewHardwareModelQueryHardwareModelsBadRequest creates a HardwareModelQueryHardwareModelsBadRequest with default headers values

func (*HardwareModelQueryHardwareModelsBadRequest) Error added in v1.0.2

func (*HardwareModelQueryHardwareModelsBadRequest) GetPayload added in v1.0.2

func (*HardwareModelQueryHardwareModelsBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this hardware model query hardware models bad request response has a 4xx status code

func (*HardwareModelQueryHardwareModelsBadRequest) IsCode added in v1.0.2

IsCode returns true when this hardware model query hardware models bad request response a status code equal to that given

func (*HardwareModelQueryHardwareModelsBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model query hardware models bad request response has a 3xx status code

func (*HardwareModelQueryHardwareModelsBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this hardware model query hardware models bad request response has a 5xx status code

func (*HardwareModelQueryHardwareModelsBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model query hardware models bad request response has a 2xx status code

func (*HardwareModelQueryHardwareModelsBadRequest) String added in v1.0.2

type HardwareModelQueryHardwareModelsDefault added in v1.0.2

type HardwareModelQueryHardwareModelsDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

HardwareModelQueryHardwareModelsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewHardwareModelQueryHardwareModelsDefault added in v1.0.2

func NewHardwareModelQueryHardwareModelsDefault(code int) *HardwareModelQueryHardwareModelsDefault

NewHardwareModelQueryHardwareModelsDefault creates a HardwareModelQueryHardwareModelsDefault with default headers values

func (*HardwareModelQueryHardwareModelsDefault) Code added in v1.0.2

Code gets the status code for the hardware model query hardware models default response

func (*HardwareModelQueryHardwareModelsDefault) Error added in v1.0.2

func (*HardwareModelQueryHardwareModelsDefault) GetPayload added in v1.0.2

func (*HardwareModelQueryHardwareModelsDefault) IsClientError added in v1.0.2

func (o *HardwareModelQueryHardwareModelsDefault) IsClientError() bool

IsClientError returns true when this hardware model query hardware models default response has a 4xx status code

func (*HardwareModelQueryHardwareModelsDefault) IsCode added in v1.0.2

IsCode returns true when this hardware model query hardware models default response a status code equal to that given

func (*HardwareModelQueryHardwareModelsDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model query hardware models default response has a 3xx status code

func (*HardwareModelQueryHardwareModelsDefault) IsServerError added in v1.0.2

func (o *HardwareModelQueryHardwareModelsDefault) IsServerError() bool

IsServerError returns true when this hardware model query hardware models default response has a 5xx status code

func (*HardwareModelQueryHardwareModelsDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model query hardware models default response has a 2xx status code

func (*HardwareModelQueryHardwareModelsDefault) String added in v1.0.2

type HardwareModelQueryHardwareModelsForbidden added in v1.0.2

type HardwareModelQueryHardwareModelsForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelQueryHardwareModelsForbidden 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 NewHardwareModelQueryHardwareModelsForbidden added in v1.0.2

func NewHardwareModelQueryHardwareModelsForbidden() *HardwareModelQueryHardwareModelsForbidden

NewHardwareModelQueryHardwareModelsForbidden creates a HardwareModelQueryHardwareModelsForbidden with default headers values

func (*HardwareModelQueryHardwareModelsForbidden) Error added in v1.0.2

func (*HardwareModelQueryHardwareModelsForbidden) GetPayload added in v1.0.2

func (*HardwareModelQueryHardwareModelsForbidden) IsClientError added in v1.0.2

IsClientError returns true when this hardware model query hardware models forbidden response has a 4xx status code

func (*HardwareModelQueryHardwareModelsForbidden) IsCode added in v1.0.2

IsCode returns true when this hardware model query hardware models forbidden response a status code equal to that given

func (*HardwareModelQueryHardwareModelsForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model query hardware models forbidden response has a 3xx status code

func (*HardwareModelQueryHardwareModelsForbidden) IsServerError added in v1.0.2

IsServerError returns true when this hardware model query hardware models forbidden response has a 5xx status code

func (*HardwareModelQueryHardwareModelsForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model query hardware models forbidden response has a 2xx status code

func (*HardwareModelQueryHardwareModelsForbidden) String added in v1.0.2

type HardwareModelQueryHardwareModelsGatewayTimeout added in v1.0.2

type HardwareModelQueryHardwareModelsGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelQueryHardwareModelsGatewayTimeout 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 NewHardwareModelQueryHardwareModelsGatewayTimeout added in v1.0.2

func NewHardwareModelQueryHardwareModelsGatewayTimeout() *HardwareModelQueryHardwareModelsGatewayTimeout

NewHardwareModelQueryHardwareModelsGatewayTimeout creates a HardwareModelQueryHardwareModelsGatewayTimeout with default headers values

func (*HardwareModelQueryHardwareModelsGatewayTimeout) Error added in v1.0.2

func (*HardwareModelQueryHardwareModelsGatewayTimeout) GetPayload added in v1.0.2

func (*HardwareModelQueryHardwareModelsGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this hardware model query hardware models gateway timeout response has a 4xx status code

func (*HardwareModelQueryHardwareModelsGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this hardware model query hardware models gateway timeout response a status code equal to that given

func (*HardwareModelQueryHardwareModelsGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model query hardware models gateway timeout response has a 3xx status code

func (*HardwareModelQueryHardwareModelsGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this hardware model query hardware models gateway timeout response has a 5xx status code

func (*HardwareModelQueryHardwareModelsGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model query hardware models gateway timeout response has a 2xx status code

func (*HardwareModelQueryHardwareModelsGatewayTimeout) String added in v1.0.2

type HardwareModelQueryHardwareModelsInternalServerError added in v1.0.2

type HardwareModelQueryHardwareModelsInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelQueryHardwareModelsInternalServerError 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 NewHardwareModelQueryHardwareModelsInternalServerError added in v1.0.2

func NewHardwareModelQueryHardwareModelsInternalServerError() *HardwareModelQueryHardwareModelsInternalServerError

NewHardwareModelQueryHardwareModelsInternalServerError creates a HardwareModelQueryHardwareModelsInternalServerError with default headers values

func (*HardwareModelQueryHardwareModelsInternalServerError) Error added in v1.0.2

func (*HardwareModelQueryHardwareModelsInternalServerError) GetPayload added in v1.0.2

func (*HardwareModelQueryHardwareModelsInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this hardware model query hardware models internal server error response has a 4xx status code

func (*HardwareModelQueryHardwareModelsInternalServerError) IsCode added in v1.0.2

IsCode returns true when this hardware model query hardware models internal server error response a status code equal to that given

func (*HardwareModelQueryHardwareModelsInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model query hardware models internal server error response has a 3xx status code

func (*HardwareModelQueryHardwareModelsInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this hardware model query hardware models internal server error response has a 5xx status code

func (*HardwareModelQueryHardwareModelsInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model query hardware models internal server error response has a 2xx status code

func (*HardwareModelQueryHardwareModelsInternalServerError) String added in v1.0.2

type HardwareModelQueryHardwareModelsOK added in v1.0.2

type HardwareModelQueryHardwareModelsOK struct {
	Payload *swagger_models.SysModels
}

HardwareModelQueryHardwareModelsOK describes a response with status code 200, with default header values.

A successful response.

func NewHardwareModelQueryHardwareModelsOK added in v1.0.2

func NewHardwareModelQueryHardwareModelsOK() *HardwareModelQueryHardwareModelsOK

NewHardwareModelQueryHardwareModelsOK creates a HardwareModelQueryHardwareModelsOK with default headers values

func (*HardwareModelQueryHardwareModelsOK) Error added in v1.0.2

func (*HardwareModelQueryHardwareModelsOK) GetPayload added in v1.0.2

func (*HardwareModelQueryHardwareModelsOK) IsClientError added in v1.0.2

func (o *HardwareModelQueryHardwareModelsOK) IsClientError() bool

IsClientError returns true when this hardware model query hardware models o k response has a 4xx status code

func (*HardwareModelQueryHardwareModelsOK) IsCode added in v1.0.2

IsCode returns true when this hardware model query hardware models o k response a status code equal to that given

func (*HardwareModelQueryHardwareModelsOK) IsRedirect added in v1.0.2

func (o *HardwareModelQueryHardwareModelsOK) IsRedirect() bool

IsRedirect returns true when this hardware model query hardware models o k response has a 3xx status code

func (*HardwareModelQueryHardwareModelsOK) IsServerError added in v1.0.2

func (o *HardwareModelQueryHardwareModelsOK) IsServerError() bool

IsServerError returns true when this hardware model query hardware models o k response has a 5xx status code

func (*HardwareModelQueryHardwareModelsOK) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model query hardware models o k response has a 2xx status code

func (*HardwareModelQueryHardwareModelsOK) String added in v1.0.2

type HardwareModelQueryHardwareModelsParams added in v1.0.2

type HardwareModelQueryHardwareModelsParams struct {

	/* XRequestID.

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

	/* FilterBrandID.

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

	/* FilterBrandIds.

	   System defined universally unique Ids of the brand.
	*/
	FilterBrandIds []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
	*/
	Summary *bool

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

HardwareModelQueryHardwareModelsParams contains all the parameters to send to the API endpoint

for the hardware model query hardware models operation.

Typically these are written to a http.Request.

func NewHardwareModelQueryHardwareModelsParams added in v1.0.2

func NewHardwareModelQueryHardwareModelsParams() *HardwareModelQueryHardwareModelsParams

NewHardwareModelQueryHardwareModelsParams creates a new HardwareModelQueryHardwareModelsParams 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 NewHardwareModelQueryHardwareModelsParamsWithContext added in v1.0.2

func NewHardwareModelQueryHardwareModelsParamsWithContext(ctx context.Context) *HardwareModelQueryHardwareModelsParams

NewHardwareModelQueryHardwareModelsParamsWithContext creates a new HardwareModelQueryHardwareModelsParams object with the ability to set a context for a request.

func NewHardwareModelQueryHardwareModelsParamsWithHTTPClient added in v1.0.2

func NewHardwareModelQueryHardwareModelsParamsWithHTTPClient(client *http.Client) *HardwareModelQueryHardwareModelsParams

NewHardwareModelQueryHardwareModelsParamsWithHTTPClient creates a new HardwareModelQueryHardwareModelsParams object with the ability to set a custom HTTPClient for a request.

func NewHardwareModelQueryHardwareModelsParamsWithTimeout added in v1.0.2

func NewHardwareModelQueryHardwareModelsParamsWithTimeout(timeout time.Duration) *HardwareModelQueryHardwareModelsParams

NewHardwareModelQueryHardwareModelsParamsWithTimeout creates a new HardwareModelQueryHardwareModelsParams object with the ability to set a timeout on a request.

func (*HardwareModelQueryHardwareModelsParams) SetContext added in v1.0.2

SetContext adds the context to the hardware model query hardware models params

func (*HardwareModelQueryHardwareModelsParams) SetDefaults added in v1.0.2

func (o *HardwareModelQueryHardwareModelsParams) SetDefaults()

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

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

func (*HardwareModelQueryHardwareModelsParams) SetFilterBrandID added in v1.0.2

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

SetFilterBrandID adds the filterBrandId to the hardware model query hardware models params

func (*HardwareModelQueryHardwareModelsParams) SetFilterBrandIds added in v1.0.2

func (o *HardwareModelQueryHardwareModelsParams) SetFilterBrandIds(filterBrandIds []string)

SetFilterBrandIds adds the filterBrandIds to the hardware model query hardware models params

func (*HardwareModelQueryHardwareModelsParams) SetFilterNamePattern added in v1.0.2

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

SetFilterNamePattern adds the filterNamePattern to the hardware model query hardware models params

func (*HardwareModelQueryHardwareModelsParams) SetFilterOriginType added in v1.0.2

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

SetFilterOriginType adds the filterOriginType to the hardware model query hardware models params

func (*HardwareModelQueryHardwareModelsParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the hardware model query hardware models params

func (*HardwareModelQueryHardwareModelsParams) SetNextOrderBy added in v1.0.2

func (o *HardwareModelQueryHardwareModelsParams) SetNextOrderBy(nextOrderBy []string)

SetNextOrderBy adds the nextOrderBy to the hardware model query hardware models params

func (*HardwareModelQueryHardwareModelsParams) SetNextPageNum added in v1.0.2

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

SetNextPageNum adds the nextPageNum to the hardware model query hardware models params

func (*HardwareModelQueryHardwareModelsParams) SetNextPageSize added in v1.0.2

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

SetNextPageSize adds the nextPageSize to the hardware model query hardware models params

func (*HardwareModelQueryHardwareModelsParams) SetNextPageToken added in v1.0.2

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

SetNextPageToken adds the nextPageToken to the hardware model query hardware models params

func (*HardwareModelQueryHardwareModelsParams) SetNextTotalPages added in v1.0.2

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

SetNextTotalPages adds the nextTotalPages to the hardware model query hardware models params

func (*HardwareModelQueryHardwareModelsParams) SetSummary added in v1.0.2

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

SetSummary adds the summary to the hardware model query hardware models params

func (*HardwareModelQueryHardwareModelsParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the hardware model query hardware models params

func (*HardwareModelQueryHardwareModelsParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the hardware model query hardware models params

func (*HardwareModelQueryHardwareModelsParams) WithContext added in v1.0.2

WithContext adds the context to the hardware model query hardware models params

func (*HardwareModelQueryHardwareModelsParams) WithDefaults added in v1.0.2

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

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

func (*HardwareModelQueryHardwareModelsParams) WithFilterBrandID added in v1.0.2

WithFilterBrandID adds the filterBrandID to the hardware model query hardware models params

func (*HardwareModelQueryHardwareModelsParams) WithFilterBrandIds added in v1.0.2

WithFilterBrandIds adds the filterBrandIds to the hardware model query hardware models params

func (*HardwareModelQueryHardwareModelsParams) WithFilterNamePattern added in v1.0.2

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

WithFilterNamePattern adds the filterNamePattern to the hardware model query hardware models params

func (*HardwareModelQueryHardwareModelsParams) WithFilterOriginType added in v1.0.2

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

WithFilterOriginType adds the filterOriginType to the hardware model query hardware models params

func (*HardwareModelQueryHardwareModelsParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the hardware model query hardware models params

func (*HardwareModelQueryHardwareModelsParams) WithNextOrderBy added in v1.0.2

WithNextOrderBy adds the nextOrderBy to the hardware model query hardware models params

func (*HardwareModelQueryHardwareModelsParams) WithNextPageNum added in v1.0.2

WithNextPageNum adds the nextPageNum to the hardware model query hardware models params

func (*HardwareModelQueryHardwareModelsParams) WithNextPageSize added in v1.0.2

WithNextPageSize adds the nextPageSize to the hardware model query hardware models params

func (*HardwareModelQueryHardwareModelsParams) WithNextPageToken added in v1.0.2

WithNextPageToken adds the nextPageToken to the hardware model query hardware models params

func (*HardwareModelQueryHardwareModelsParams) WithNextTotalPages added in v1.0.2

WithNextTotalPages adds the nextTotalPages to the hardware model query hardware models params

func (*HardwareModelQueryHardwareModelsParams) WithSummary added in v1.0.2

WithSummary adds the summary to the hardware model query hardware models params

func (*HardwareModelQueryHardwareModelsParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the hardware model query hardware models params

func (*HardwareModelQueryHardwareModelsParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the hardware model query hardware models params

func (*HardwareModelQueryHardwareModelsParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type HardwareModelQueryHardwareModelsReader added in v1.0.2

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

HardwareModelQueryHardwareModelsReader is a Reader for the HardwareModelQueryHardwareModels structure.

func (*HardwareModelQueryHardwareModelsReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type HardwareModelQueryHardwareModelsUnauthorized added in v1.0.2

type HardwareModelQueryHardwareModelsUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelQueryHardwareModelsUnauthorized 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 NewHardwareModelQueryHardwareModelsUnauthorized added in v1.0.2

func NewHardwareModelQueryHardwareModelsUnauthorized() *HardwareModelQueryHardwareModelsUnauthorized

NewHardwareModelQueryHardwareModelsUnauthorized creates a HardwareModelQueryHardwareModelsUnauthorized with default headers values

func (*HardwareModelQueryHardwareModelsUnauthorized) Error added in v1.0.2

func (*HardwareModelQueryHardwareModelsUnauthorized) GetPayload added in v1.0.2

func (*HardwareModelQueryHardwareModelsUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this hardware model query hardware models unauthorized response has a 4xx status code

func (*HardwareModelQueryHardwareModelsUnauthorized) IsCode added in v1.0.2

IsCode returns true when this hardware model query hardware models unauthorized response a status code equal to that given

func (*HardwareModelQueryHardwareModelsUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model query hardware models unauthorized response has a 3xx status code

func (*HardwareModelQueryHardwareModelsUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this hardware model query hardware models unauthorized response has a 5xx status code

func (*HardwareModelQueryHardwareModelsUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model query hardware models unauthorized response has a 2xx status code

func (*HardwareModelQueryHardwareModelsUnauthorized) String added in v1.0.2

type HardwareModelUpdateHardwareBrandBody added in v1.0.2

type HardwareModelUpdateHardwareBrandBody struct {

	// Map of <string, string>
	Attr map[string]string `json:"attr,omitempty"`

	// Detailed description of the image.
	// Max Length: 256
	Description string `json:"description,omitempty"`

	Logo map[string]string `json:"logo,omitempty"`

	// user defined sys brand name
	// Required: true
	// Max Length: 256
	// Min Length: 3
	// Pattern: [a-zA-Z0-9][a-zA-Z0-9_.-]+
	Name *string `json:"name"`

	// origin of object
	// Required: true
	OriginType *swagger_models.Origin `json:"originType"`

	// Object Revision  of the sys brand
	Revision *swagger_models.ObjectRevision `json:"revision,omitempty"`

	// Sys Model Status
	State *swagger_models.SysModelState `json:"state,omitempty"`

	// Deprecated: base64 encoded string of svg file
	Svg string `json:"svg,omitempty"`

	// System Manufacturer name
	SystemMfgName string `json:"systemMfgName,omitempty"`

	// user defined title for sys brand
	// Required: true
	// Pattern: [a-zA-Z0-9][a-zA-Z0-9_.-]+
	Title *string `json:"title"`
}

HardwareModelUpdateHardwareBrandBody SysBrand payload details // // SysModel consists of various brand attributes like id, name, title, svg, state, systemMfgName // Example: {"id":"d85a545f-6510-4327-b03d-c02eef119e99","name":"zed-brand","title":"sample brand"} swagger:model HardwareModelUpdateHardwareBrandBody

func (*HardwareModelUpdateHardwareBrandBody) ContextValidate added in v1.0.2

func (o *HardwareModelUpdateHardwareBrandBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this hardware model update hardware brand body based on the context it is used

func (*HardwareModelUpdateHardwareBrandBody) MarshalBinary added in v1.0.2

func (o *HardwareModelUpdateHardwareBrandBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*HardwareModelUpdateHardwareBrandBody) UnmarshalBinary added in v1.0.2

func (o *HardwareModelUpdateHardwareBrandBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*HardwareModelUpdateHardwareBrandBody) Validate added in v1.0.2

Validate validates this hardware model update hardware brand body

type HardwareModelUpdateHardwareBrandConflict added in v1.0.2

type HardwareModelUpdateHardwareBrandConflict struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelUpdateHardwareBrandConflict 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 NewHardwareModelUpdateHardwareBrandConflict added in v1.0.2

func NewHardwareModelUpdateHardwareBrandConflict() *HardwareModelUpdateHardwareBrandConflict

NewHardwareModelUpdateHardwareBrandConflict creates a HardwareModelUpdateHardwareBrandConflict with default headers values

func (*HardwareModelUpdateHardwareBrandConflict) Error added in v1.0.2

func (*HardwareModelUpdateHardwareBrandConflict) GetPayload added in v1.0.2

func (*HardwareModelUpdateHardwareBrandConflict) IsClientError added in v1.0.2

IsClientError returns true when this hardware model update hardware brand conflict response has a 4xx status code

func (*HardwareModelUpdateHardwareBrandConflict) IsCode added in v1.0.2

IsCode returns true when this hardware model update hardware brand conflict response a status code equal to that given

func (*HardwareModelUpdateHardwareBrandConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model update hardware brand conflict response has a 3xx status code

func (*HardwareModelUpdateHardwareBrandConflict) IsServerError added in v1.0.2

IsServerError returns true when this hardware model update hardware brand conflict response has a 5xx status code

func (*HardwareModelUpdateHardwareBrandConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model update hardware brand conflict response has a 2xx status code

func (*HardwareModelUpdateHardwareBrandConflict) String added in v1.0.2

type HardwareModelUpdateHardwareBrandDefault added in v1.0.2

type HardwareModelUpdateHardwareBrandDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

HardwareModelUpdateHardwareBrandDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewHardwareModelUpdateHardwareBrandDefault added in v1.0.2

func NewHardwareModelUpdateHardwareBrandDefault(code int) *HardwareModelUpdateHardwareBrandDefault

NewHardwareModelUpdateHardwareBrandDefault creates a HardwareModelUpdateHardwareBrandDefault with default headers values

func (*HardwareModelUpdateHardwareBrandDefault) Code added in v1.0.2

Code gets the status code for the hardware model update hardware brand default response

func (*HardwareModelUpdateHardwareBrandDefault) Error added in v1.0.2

func (*HardwareModelUpdateHardwareBrandDefault) GetPayload added in v1.0.2

func (*HardwareModelUpdateHardwareBrandDefault) IsClientError added in v1.0.2

func (o *HardwareModelUpdateHardwareBrandDefault) IsClientError() bool

IsClientError returns true when this hardware model update hardware brand default response has a 4xx status code

func (*HardwareModelUpdateHardwareBrandDefault) IsCode added in v1.0.2

IsCode returns true when this hardware model update hardware brand default response a status code equal to that given

func (*HardwareModelUpdateHardwareBrandDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model update hardware brand default response has a 3xx status code

func (*HardwareModelUpdateHardwareBrandDefault) IsServerError added in v1.0.2

func (o *HardwareModelUpdateHardwareBrandDefault) IsServerError() bool

IsServerError returns true when this hardware model update hardware brand default response has a 5xx status code

func (*HardwareModelUpdateHardwareBrandDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model update hardware brand default response has a 2xx status code

func (*HardwareModelUpdateHardwareBrandDefault) String added in v1.0.2

type HardwareModelUpdateHardwareBrandForbidden added in v1.0.2

type HardwareModelUpdateHardwareBrandForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelUpdateHardwareBrandForbidden 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 NewHardwareModelUpdateHardwareBrandForbidden added in v1.0.2

func NewHardwareModelUpdateHardwareBrandForbidden() *HardwareModelUpdateHardwareBrandForbidden

NewHardwareModelUpdateHardwareBrandForbidden creates a HardwareModelUpdateHardwareBrandForbidden with default headers values

func (*HardwareModelUpdateHardwareBrandForbidden) Error added in v1.0.2

func (*HardwareModelUpdateHardwareBrandForbidden) GetPayload added in v1.0.2

func (*HardwareModelUpdateHardwareBrandForbidden) IsClientError added in v1.0.2

IsClientError returns true when this hardware model update hardware brand forbidden response has a 4xx status code

func (*HardwareModelUpdateHardwareBrandForbidden) IsCode added in v1.0.2

IsCode returns true when this hardware model update hardware brand forbidden response a status code equal to that given

func (*HardwareModelUpdateHardwareBrandForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model update hardware brand forbidden response has a 3xx status code

func (*HardwareModelUpdateHardwareBrandForbidden) IsServerError added in v1.0.2

IsServerError returns true when this hardware model update hardware brand forbidden response has a 5xx status code

func (*HardwareModelUpdateHardwareBrandForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model update hardware brand forbidden response has a 2xx status code

func (*HardwareModelUpdateHardwareBrandForbidden) String added in v1.0.2

type HardwareModelUpdateHardwareBrandGatewayTimeout added in v1.0.2

type HardwareModelUpdateHardwareBrandGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelUpdateHardwareBrandGatewayTimeout 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 NewHardwareModelUpdateHardwareBrandGatewayTimeout added in v1.0.2

func NewHardwareModelUpdateHardwareBrandGatewayTimeout() *HardwareModelUpdateHardwareBrandGatewayTimeout

NewHardwareModelUpdateHardwareBrandGatewayTimeout creates a HardwareModelUpdateHardwareBrandGatewayTimeout with default headers values

func (*HardwareModelUpdateHardwareBrandGatewayTimeout) Error added in v1.0.2

func (*HardwareModelUpdateHardwareBrandGatewayTimeout) GetPayload added in v1.0.2

func (*HardwareModelUpdateHardwareBrandGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this hardware model update hardware brand gateway timeout response has a 4xx status code

func (*HardwareModelUpdateHardwareBrandGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this hardware model update hardware brand gateway timeout response a status code equal to that given

func (*HardwareModelUpdateHardwareBrandGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model update hardware brand gateway timeout response has a 3xx status code

func (*HardwareModelUpdateHardwareBrandGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this hardware model update hardware brand gateway timeout response has a 5xx status code

func (*HardwareModelUpdateHardwareBrandGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model update hardware brand gateway timeout response has a 2xx status code

func (*HardwareModelUpdateHardwareBrandGatewayTimeout) String added in v1.0.2

type HardwareModelUpdateHardwareBrandInternalServerError added in v1.0.2

type HardwareModelUpdateHardwareBrandInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelUpdateHardwareBrandInternalServerError 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 NewHardwareModelUpdateHardwareBrandInternalServerError added in v1.0.2

func NewHardwareModelUpdateHardwareBrandInternalServerError() *HardwareModelUpdateHardwareBrandInternalServerError

NewHardwareModelUpdateHardwareBrandInternalServerError creates a HardwareModelUpdateHardwareBrandInternalServerError with default headers values

func (*HardwareModelUpdateHardwareBrandInternalServerError) Error added in v1.0.2

func (*HardwareModelUpdateHardwareBrandInternalServerError) GetPayload added in v1.0.2

func (*HardwareModelUpdateHardwareBrandInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this hardware model update hardware brand internal server error response has a 4xx status code

func (*HardwareModelUpdateHardwareBrandInternalServerError) IsCode added in v1.0.2

IsCode returns true when this hardware model update hardware brand internal server error response a status code equal to that given

func (*HardwareModelUpdateHardwareBrandInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model update hardware brand internal server error response has a 3xx status code

func (*HardwareModelUpdateHardwareBrandInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this hardware model update hardware brand internal server error response has a 5xx status code

func (*HardwareModelUpdateHardwareBrandInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model update hardware brand internal server error response has a 2xx status code

func (*HardwareModelUpdateHardwareBrandInternalServerError) String added in v1.0.2

type HardwareModelUpdateHardwareBrandNotFound added in v1.0.2

type HardwareModelUpdateHardwareBrandNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelUpdateHardwareBrandNotFound 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 NewHardwareModelUpdateHardwareBrandNotFound added in v1.0.2

func NewHardwareModelUpdateHardwareBrandNotFound() *HardwareModelUpdateHardwareBrandNotFound

NewHardwareModelUpdateHardwareBrandNotFound creates a HardwareModelUpdateHardwareBrandNotFound with default headers values

func (*HardwareModelUpdateHardwareBrandNotFound) Error added in v1.0.2

func (*HardwareModelUpdateHardwareBrandNotFound) GetPayload added in v1.0.2

func (*HardwareModelUpdateHardwareBrandNotFound) IsClientError added in v1.0.2

IsClientError returns true when this hardware model update hardware brand not found response has a 4xx status code

func (*HardwareModelUpdateHardwareBrandNotFound) IsCode added in v1.0.2

IsCode returns true when this hardware model update hardware brand not found response a status code equal to that given

func (*HardwareModelUpdateHardwareBrandNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model update hardware brand not found response has a 3xx status code

func (*HardwareModelUpdateHardwareBrandNotFound) IsServerError added in v1.0.2

IsServerError returns true when this hardware model update hardware brand not found response has a 5xx status code

func (*HardwareModelUpdateHardwareBrandNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model update hardware brand not found response has a 2xx status code

func (*HardwareModelUpdateHardwareBrandNotFound) String added in v1.0.2

type HardwareModelUpdateHardwareBrandOK added in v1.0.2

type HardwareModelUpdateHardwareBrandOK struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelUpdateHardwareBrandOK describes a response with status code 200, with default header values.

A successful response.

func NewHardwareModelUpdateHardwareBrandOK added in v1.0.2

func NewHardwareModelUpdateHardwareBrandOK() *HardwareModelUpdateHardwareBrandOK

NewHardwareModelUpdateHardwareBrandOK creates a HardwareModelUpdateHardwareBrandOK with default headers values

func (*HardwareModelUpdateHardwareBrandOK) Error added in v1.0.2

func (*HardwareModelUpdateHardwareBrandOK) GetPayload added in v1.0.2

func (*HardwareModelUpdateHardwareBrandOK) IsClientError added in v1.0.2

func (o *HardwareModelUpdateHardwareBrandOK) IsClientError() bool

IsClientError returns true when this hardware model update hardware brand o k response has a 4xx status code

func (*HardwareModelUpdateHardwareBrandOK) IsCode added in v1.0.2

IsCode returns true when this hardware model update hardware brand o k response a status code equal to that given

func (*HardwareModelUpdateHardwareBrandOK) IsRedirect added in v1.0.2

func (o *HardwareModelUpdateHardwareBrandOK) IsRedirect() bool

IsRedirect returns true when this hardware model update hardware brand o k response has a 3xx status code

func (*HardwareModelUpdateHardwareBrandOK) IsServerError added in v1.0.2

func (o *HardwareModelUpdateHardwareBrandOK) IsServerError() bool

IsServerError returns true when this hardware model update hardware brand o k response has a 5xx status code

func (*HardwareModelUpdateHardwareBrandOK) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model update hardware brand o k response has a 2xx status code

func (*HardwareModelUpdateHardwareBrandOK) String added in v1.0.2

type HardwareModelUpdateHardwareBrandParams added in v1.0.2

type HardwareModelUpdateHardwareBrandParams struct {

	/* XRequestID.

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

	// Body.
	Body HardwareModelUpdateHardwareBrandBody

	/* ID.

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

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

HardwareModelUpdateHardwareBrandParams contains all the parameters to send to the API endpoint

for the hardware model update hardware brand operation.

Typically these are written to a http.Request.

func NewHardwareModelUpdateHardwareBrandParams added in v1.0.2

func NewHardwareModelUpdateHardwareBrandParams() *HardwareModelUpdateHardwareBrandParams

NewHardwareModelUpdateHardwareBrandParams creates a new HardwareModelUpdateHardwareBrandParams 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 NewHardwareModelUpdateHardwareBrandParamsWithContext added in v1.0.2

func NewHardwareModelUpdateHardwareBrandParamsWithContext(ctx context.Context) *HardwareModelUpdateHardwareBrandParams

NewHardwareModelUpdateHardwareBrandParamsWithContext creates a new HardwareModelUpdateHardwareBrandParams object with the ability to set a context for a request.

func NewHardwareModelUpdateHardwareBrandParamsWithHTTPClient added in v1.0.2

func NewHardwareModelUpdateHardwareBrandParamsWithHTTPClient(client *http.Client) *HardwareModelUpdateHardwareBrandParams

NewHardwareModelUpdateHardwareBrandParamsWithHTTPClient creates a new HardwareModelUpdateHardwareBrandParams object with the ability to set a custom HTTPClient for a request.

func NewHardwareModelUpdateHardwareBrandParamsWithTimeout added in v1.0.2

func NewHardwareModelUpdateHardwareBrandParamsWithTimeout(timeout time.Duration) *HardwareModelUpdateHardwareBrandParams

NewHardwareModelUpdateHardwareBrandParamsWithTimeout creates a new HardwareModelUpdateHardwareBrandParams object with the ability to set a timeout on a request.

func (*HardwareModelUpdateHardwareBrandParams) SetBody added in v1.0.2

SetBody adds the body to the hardware model update hardware brand params

func (*HardwareModelUpdateHardwareBrandParams) SetContext added in v1.0.2

SetContext adds the context to the hardware model update hardware brand params

func (*HardwareModelUpdateHardwareBrandParams) SetDefaults added in v1.0.2

func (o *HardwareModelUpdateHardwareBrandParams) SetDefaults()

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

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

func (*HardwareModelUpdateHardwareBrandParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the hardware model update hardware brand params

func (*HardwareModelUpdateHardwareBrandParams) SetID added in v1.0.2

SetID adds the id to the hardware model update hardware brand params

func (*HardwareModelUpdateHardwareBrandParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the hardware model update hardware brand params

func (*HardwareModelUpdateHardwareBrandParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the hardware model update hardware brand params

func (*HardwareModelUpdateHardwareBrandParams) WithBody added in v1.0.2

WithBody adds the body to the hardware model update hardware brand params

func (*HardwareModelUpdateHardwareBrandParams) WithContext added in v1.0.2

WithContext adds the context to the hardware model update hardware brand params

func (*HardwareModelUpdateHardwareBrandParams) WithDefaults added in v1.0.2

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

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

func (*HardwareModelUpdateHardwareBrandParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the hardware model update hardware brand params

func (*HardwareModelUpdateHardwareBrandParams) WithID added in v1.0.2

WithID adds the id to the hardware model update hardware brand params

func (*HardwareModelUpdateHardwareBrandParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the hardware model update hardware brand params

func (*HardwareModelUpdateHardwareBrandParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the hardware model update hardware brand params

func (*HardwareModelUpdateHardwareBrandParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type HardwareModelUpdateHardwareBrandReader added in v1.0.2

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

HardwareModelUpdateHardwareBrandReader is a Reader for the HardwareModelUpdateHardwareBrand structure.

func (*HardwareModelUpdateHardwareBrandReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type HardwareModelUpdateHardwareBrandUnauthorized added in v1.0.2

type HardwareModelUpdateHardwareBrandUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelUpdateHardwareBrandUnauthorized 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 NewHardwareModelUpdateHardwareBrandUnauthorized added in v1.0.2

func NewHardwareModelUpdateHardwareBrandUnauthorized() *HardwareModelUpdateHardwareBrandUnauthorized

NewHardwareModelUpdateHardwareBrandUnauthorized creates a HardwareModelUpdateHardwareBrandUnauthorized with default headers values

func (*HardwareModelUpdateHardwareBrandUnauthorized) Error added in v1.0.2

func (*HardwareModelUpdateHardwareBrandUnauthorized) GetPayload added in v1.0.2

func (*HardwareModelUpdateHardwareBrandUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this hardware model update hardware brand unauthorized response has a 4xx status code

func (*HardwareModelUpdateHardwareBrandUnauthorized) IsCode added in v1.0.2

IsCode returns true when this hardware model update hardware brand unauthorized response a status code equal to that given

func (*HardwareModelUpdateHardwareBrandUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model update hardware brand unauthorized response has a 3xx status code

func (*HardwareModelUpdateHardwareBrandUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this hardware model update hardware brand unauthorized response has a 5xx status code

func (*HardwareModelUpdateHardwareBrandUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model update hardware brand unauthorized response has a 2xx status code

func (*HardwareModelUpdateHardwareBrandUnauthorized) String added in v1.0.2

type HardwareModelUpdateHardwareModelBody added in v1.0.2

type HardwareModelUpdateHardwareModelBody struct {

	// PCR templates keyed by EVE version
	PCRTemplates []*swagger_models.PCRTemplate `json:"PCRTemplates"`

	// Map of <string, string> which defines attr
	// Required: true
	Attr map[string]string `json:"attr"`

	// System defined universally unique Id of the brand.
	// Required: true
	// Pattern: [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12
	BrandID *string `json:"brandId"`

	// Detailed description of the model.
	// Max Length: 256
	Description string `json:"description,omitempty"`

	// List of IoMembers
	IoMemberList []*swagger_models.IoMember `json:"ioMemberList"`

	// Flag to represent whether sysModel is imported
	IsImported bool `json:"isImported,omitempty"`

	Logo map[string]string `json:"logo,omitempty"`

	// user defined model name
	// Required: true
	// Max Length: 256
	// Min Length: 3
	// Pattern: [a-zA-Z0-9][a-zA-Z0-9_.-]+
	Name *string `json:"name"`

	// origin of object
	// Required: true
	OriginType *swagger_models.Origin `json:"originType"`

	// origin and parent related details
	ParentDetail *swagger_models.ObjectParentDetail `json:"parentDetail,omitempty"`

	// Product status
	ProductStatus string `json:"productStatus,omitempty"`

	// Product URL
	ProductURL string `json:"productURL,omitempty"`

	// Object Revision  of the model
	// Read Only: true
	Revision *swagger_models.ObjectRevision `json:"revision,omitempty"`

	// SysModel State which denotes the status of the model
	// Required: true
	State *swagger_models.SysModelState `json:"state"`

	// User defined title of the model. Title can be changed at any time.
	// Required: true
	// Max Length: 256
	// Min Length: 3
	// Pattern: [a-zA-Z0-9]+[a-zA-Z0-9!-~ ]+
	Title *string `json:"title"`

	// Defines the Architecture type of the model
	// Required: true
	Type *swagger_models.ModelArchType `json:"type"`
}

HardwareModelUpdateHardwareModelBody SysModel payload details // // SysModel consists of various model attributes like id, name, title, brandId etc // Example: {"id":"d1125b0f-633d-459c-99c6-f47e7467cebc","name":"zed-model","title":"sample model"} swagger:model HardwareModelUpdateHardwareModelBody

func (*HardwareModelUpdateHardwareModelBody) ContextValidate added in v1.0.2

func (o *HardwareModelUpdateHardwareModelBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this hardware model update hardware model body based on the context it is used

func (*HardwareModelUpdateHardwareModelBody) MarshalBinary added in v1.0.2

func (o *HardwareModelUpdateHardwareModelBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*HardwareModelUpdateHardwareModelBody) UnmarshalBinary added in v1.0.2

func (o *HardwareModelUpdateHardwareModelBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*HardwareModelUpdateHardwareModelBody) Validate added in v1.0.2

Validate validates this hardware model update hardware model body

type HardwareModelUpdateHardwareModelConflict added in v1.0.2

type HardwareModelUpdateHardwareModelConflict struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelUpdateHardwareModelConflict 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 NewHardwareModelUpdateHardwareModelConflict added in v1.0.2

func NewHardwareModelUpdateHardwareModelConflict() *HardwareModelUpdateHardwareModelConflict

NewHardwareModelUpdateHardwareModelConflict creates a HardwareModelUpdateHardwareModelConflict with default headers values

func (*HardwareModelUpdateHardwareModelConflict) Error added in v1.0.2

func (*HardwareModelUpdateHardwareModelConflict) GetPayload added in v1.0.2

func (*HardwareModelUpdateHardwareModelConflict) IsClientError added in v1.0.2

IsClientError returns true when this hardware model update hardware model conflict response has a 4xx status code

func (*HardwareModelUpdateHardwareModelConflict) IsCode added in v1.0.2

IsCode returns true when this hardware model update hardware model conflict response a status code equal to that given

func (*HardwareModelUpdateHardwareModelConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model update hardware model conflict response has a 3xx status code

func (*HardwareModelUpdateHardwareModelConflict) IsServerError added in v1.0.2

IsServerError returns true when this hardware model update hardware model conflict response has a 5xx status code

func (*HardwareModelUpdateHardwareModelConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model update hardware model conflict response has a 2xx status code

func (*HardwareModelUpdateHardwareModelConflict) String added in v1.0.2

type HardwareModelUpdateHardwareModelDefault added in v1.0.2

type HardwareModelUpdateHardwareModelDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

HardwareModelUpdateHardwareModelDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewHardwareModelUpdateHardwareModelDefault added in v1.0.2

func NewHardwareModelUpdateHardwareModelDefault(code int) *HardwareModelUpdateHardwareModelDefault

NewHardwareModelUpdateHardwareModelDefault creates a HardwareModelUpdateHardwareModelDefault with default headers values

func (*HardwareModelUpdateHardwareModelDefault) Code added in v1.0.2

Code gets the status code for the hardware model update hardware model default response

func (*HardwareModelUpdateHardwareModelDefault) Error added in v1.0.2

func (*HardwareModelUpdateHardwareModelDefault) GetPayload added in v1.0.2

func (*HardwareModelUpdateHardwareModelDefault) IsClientError added in v1.0.2

func (o *HardwareModelUpdateHardwareModelDefault) IsClientError() bool

IsClientError returns true when this hardware model update hardware model default response has a 4xx status code

func (*HardwareModelUpdateHardwareModelDefault) IsCode added in v1.0.2

IsCode returns true when this hardware model update hardware model default response a status code equal to that given

func (*HardwareModelUpdateHardwareModelDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model update hardware model default response has a 3xx status code

func (*HardwareModelUpdateHardwareModelDefault) IsServerError added in v1.0.2

func (o *HardwareModelUpdateHardwareModelDefault) IsServerError() bool

IsServerError returns true when this hardware model update hardware model default response has a 5xx status code

func (*HardwareModelUpdateHardwareModelDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model update hardware model default response has a 2xx status code

func (*HardwareModelUpdateHardwareModelDefault) String added in v1.0.2

type HardwareModelUpdateHardwareModelForbidden added in v1.0.2

type HardwareModelUpdateHardwareModelForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelUpdateHardwareModelForbidden 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 NewHardwareModelUpdateHardwareModelForbidden added in v1.0.2

func NewHardwareModelUpdateHardwareModelForbidden() *HardwareModelUpdateHardwareModelForbidden

NewHardwareModelUpdateHardwareModelForbidden creates a HardwareModelUpdateHardwareModelForbidden with default headers values

func (*HardwareModelUpdateHardwareModelForbidden) Error added in v1.0.2

func (*HardwareModelUpdateHardwareModelForbidden) GetPayload added in v1.0.2

func (*HardwareModelUpdateHardwareModelForbidden) IsClientError added in v1.0.2

IsClientError returns true when this hardware model update hardware model forbidden response has a 4xx status code

func (*HardwareModelUpdateHardwareModelForbidden) IsCode added in v1.0.2

IsCode returns true when this hardware model update hardware model forbidden response a status code equal to that given

func (*HardwareModelUpdateHardwareModelForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model update hardware model forbidden response has a 3xx status code

func (*HardwareModelUpdateHardwareModelForbidden) IsServerError added in v1.0.2

IsServerError returns true when this hardware model update hardware model forbidden response has a 5xx status code

func (*HardwareModelUpdateHardwareModelForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model update hardware model forbidden response has a 2xx status code

func (*HardwareModelUpdateHardwareModelForbidden) String added in v1.0.2

type HardwareModelUpdateHardwareModelGatewayTimeout added in v1.0.2

type HardwareModelUpdateHardwareModelGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelUpdateHardwareModelGatewayTimeout 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 NewHardwareModelUpdateHardwareModelGatewayTimeout added in v1.0.2

func NewHardwareModelUpdateHardwareModelGatewayTimeout() *HardwareModelUpdateHardwareModelGatewayTimeout

NewHardwareModelUpdateHardwareModelGatewayTimeout creates a HardwareModelUpdateHardwareModelGatewayTimeout with default headers values

func (*HardwareModelUpdateHardwareModelGatewayTimeout) Error added in v1.0.2

func (*HardwareModelUpdateHardwareModelGatewayTimeout) GetPayload added in v1.0.2

func (*HardwareModelUpdateHardwareModelGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this hardware model update hardware model gateway timeout response has a 4xx status code

func (*HardwareModelUpdateHardwareModelGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this hardware model update hardware model gateway timeout response a status code equal to that given

func (*HardwareModelUpdateHardwareModelGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model update hardware model gateway timeout response has a 3xx status code

func (*HardwareModelUpdateHardwareModelGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this hardware model update hardware model gateway timeout response has a 5xx status code

func (*HardwareModelUpdateHardwareModelGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model update hardware model gateway timeout response has a 2xx status code

func (*HardwareModelUpdateHardwareModelGatewayTimeout) String added in v1.0.2

type HardwareModelUpdateHardwareModelInternalServerError added in v1.0.2

type HardwareModelUpdateHardwareModelInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelUpdateHardwareModelInternalServerError 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 NewHardwareModelUpdateHardwareModelInternalServerError added in v1.0.2

func NewHardwareModelUpdateHardwareModelInternalServerError() *HardwareModelUpdateHardwareModelInternalServerError

NewHardwareModelUpdateHardwareModelInternalServerError creates a HardwareModelUpdateHardwareModelInternalServerError with default headers values

func (*HardwareModelUpdateHardwareModelInternalServerError) Error added in v1.0.2

func (*HardwareModelUpdateHardwareModelInternalServerError) GetPayload added in v1.0.2

func (*HardwareModelUpdateHardwareModelInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this hardware model update hardware model internal server error response has a 4xx status code

func (*HardwareModelUpdateHardwareModelInternalServerError) IsCode added in v1.0.2

IsCode returns true when this hardware model update hardware model internal server error response a status code equal to that given

func (*HardwareModelUpdateHardwareModelInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model update hardware model internal server error response has a 3xx status code

func (*HardwareModelUpdateHardwareModelInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this hardware model update hardware model internal server error response has a 5xx status code

func (*HardwareModelUpdateHardwareModelInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model update hardware model internal server error response has a 2xx status code

func (*HardwareModelUpdateHardwareModelInternalServerError) String added in v1.0.2

type HardwareModelUpdateHardwareModelNotFound added in v1.0.2

type HardwareModelUpdateHardwareModelNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelUpdateHardwareModelNotFound 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 NewHardwareModelUpdateHardwareModelNotFound added in v1.0.2

func NewHardwareModelUpdateHardwareModelNotFound() *HardwareModelUpdateHardwareModelNotFound

NewHardwareModelUpdateHardwareModelNotFound creates a HardwareModelUpdateHardwareModelNotFound with default headers values

func (*HardwareModelUpdateHardwareModelNotFound) Error added in v1.0.2

func (*HardwareModelUpdateHardwareModelNotFound) GetPayload added in v1.0.2

func (*HardwareModelUpdateHardwareModelNotFound) IsClientError added in v1.0.2

IsClientError returns true when this hardware model update hardware model not found response has a 4xx status code

func (*HardwareModelUpdateHardwareModelNotFound) IsCode added in v1.0.2

IsCode returns true when this hardware model update hardware model not found response a status code equal to that given

func (*HardwareModelUpdateHardwareModelNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model update hardware model not found response has a 3xx status code

func (*HardwareModelUpdateHardwareModelNotFound) IsServerError added in v1.0.2

IsServerError returns true when this hardware model update hardware model not found response has a 5xx status code

func (*HardwareModelUpdateHardwareModelNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model update hardware model not found response has a 2xx status code

func (*HardwareModelUpdateHardwareModelNotFound) String added in v1.0.2

type HardwareModelUpdateHardwareModelOK added in v1.0.2

type HardwareModelUpdateHardwareModelOK struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelUpdateHardwareModelOK describes a response with status code 200, with default header values.

A successful response.

func NewHardwareModelUpdateHardwareModelOK added in v1.0.2

func NewHardwareModelUpdateHardwareModelOK() *HardwareModelUpdateHardwareModelOK

NewHardwareModelUpdateHardwareModelOK creates a HardwareModelUpdateHardwareModelOK with default headers values

func (*HardwareModelUpdateHardwareModelOK) Error added in v1.0.2

func (*HardwareModelUpdateHardwareModelOK) GetPayload added in v1.0.2

func (*HardwareModelUpdateHardwareModelOK) IsClientError added in v1.0.2

func (o *HardwareModelUpdateHardwareModelOK) IsClientError() bool

IsClientError returns true when this hardware model update hardware model o k response has a 4xx status code

func (*HardwareModelUpdateHardwareModelOK) IsCode added in v1.0.2

IsCode returns true when this hardware model update hardware model o k response a status code equal to that given

func (*HardwareModelUpdateHardwareModelOK) IsRedirect added in v1.0.2

func (o *HardwareModelUpdateHardwareModelOK) IsRedirect() bool

IsRedirect returns true when this hardware model update hardware model o k response has a 3xx status code

func (*HardwareModelUpdateHardwareModelOK) IsServerError added in v1.0.2

func (o *HardwareModelUpdateHardwareModelOK) IsServerError() bool

IsServerError returns true when this hardware model update hardware model o k response has a 5xx status code

func (*HardwareModelUpdateHardwareModelOK) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model update hardware model o k response has a 2xx status code

func (*HardwareModelUpdateHardwareModelOK) String added in v1.0.2

type HardwareModelUpdateHardwareModelParams added in v1.0.2

type HardwareModelUpdateHardwareModelParams struct {

	/* XRequestID.

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

	// Body.
	Body HardwareModelUpdateHardwareModelBody

	/* ID.

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

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

HardwareModelUpdateHardwareModelParams contains all the parameters to send to the API endpoint

for the hardware model update hardware model operation.

Typically these are written to a http.Request.

func NewHardwareModelUpdateHardwareModelParams added in v1.0.2

func NewHardwareModelUpdateHardwareModelParams() *HardwareModelUpdateHardwareModelParams

NewHardwareModelUpdateHardwareModelParams creates a new HardwareModelUpdateHardwareModelParams 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 NewHardwareModelUpdateHardwareModelParamsWithContext added in v1.0.2

func NewHardwareModelUpdateHardwareModelParamsWithContext(ctx context.Context) *HardwareModelUpdateHardwareModelParams

NewHardwareModelUpdateHardwareModelParamsWithContext creates a new HardwareModelUpdateHardwareModelParams object with the ability to set a context for a request.

func NewHardwareModelUpdateHardwareModelParamsWithHTTPClient added in v1.0.2

func NewHardwareModelUpdateHardwareModelParamsWithHTTPClient(client *http.Client) *HardwareModelUpdateHardwareModelParams

NewHardwareModelUpdateHardwareModelParamsWithHTTPClient creates a new HardwareModelUpdateHardwareModelParams object with the ability to set a custom HTTPClient for a request.

func NewHardwareModelUpdateHardwareModelParamsWithTimeout added in v1.0.2

func NewHardwareModelUpdateHardwareModelParamsWithTimeout(timeout time.Duration) *HardwareModelUpdateHardwareModelParams

NewHardwareModelUpdateHardwareModelParamsWithTimeout creates a new HardwareModelUpdateHardwareModelParams object with the ability to set a timeout on a request.

func (*HardwareModelUpdateHardwareModelParams) SetBody added in v1.0.2

SetBody adds the body to the hardware model update hardware model params

func (*HardwareModelUpdateHardwareModelParams) SetContext added in v1.0.2

SetContext adds the context to the hardware model update hardware model params

func (*HardwareModelUpdateHardwareModelParams) SetDefaults added in v1.0.2

func (o *HardwareModelUpdateHardwareModelParams) SetDefaults()

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

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

func (*HardwareModelUpdateHardwareModelParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the hardware model update hardware model params

func (*HardwareModelUpdateHardwareModelParams) SetID added in v1.0.2

SetID adds the id to the hardware model update hardware model params

func (*HardwareModelUpdateHardwareModelParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the hardware model update hardware model params

func (*HardwareModelUpdateHardwareModelParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the hardware model update hardware model params

func (*HardwareModelUpdateHardwareModelParams) WithBody added in v1.0.2

WithBody adds the body to the hardware model update hardware model params

func (*HardwareModelUpdateHardwareModelParams) WithContext added in v1.0.2

WithContext adds the context to the hardware model update hardware model params

func (*HardwareModelUpdateHardwareModelParams) WithDefaults added in v1.0.2

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

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

func (*HardwareModelUpdateHardwareModelParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the hardware model update hardware model params

func (*HardwareModelUpdateHardwareModelParams) WithID added in v1.0.2

WithID adds the id to the hardware model update hardware model params

func (*HardwareModelUpdateHardwareModelParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the hardware model update hardware model params

func (*HardwareModelUpdateHardwareModelParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the hardware model update hardware model params

func (*HardwareModelUpdateHardwareModelParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type HardwareModelUpdateHardwareModelReader added in v1.0.2

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

HardwareModelUpdateHardwareModelReader is a Reader for the HardwareModelUpdateHardwareModel structure.

func (*HardwareModelUpdateHardwareModelReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type HardwareModelUpdateHardwareModelUnauthorized added in v1.0.2

type HardwareModelUpdateHardwareModelUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

HardwareModelUpdateHardwareModelUnauthorized 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 NewHardwareModelUpdateHardwareModelUnauthorized added in v1.0.2

func NewHardwareModelUpdateHardwareModelUnauthorized() *HardwareModelUpdateHardwareModelUnauthorized

NewHardwareModelUpdateHardwareModelUnauthorized creates a HardwareModelUpdateHardwareModelUnauthorized with default headers values

func (*HardwareModelUpdateHardwareModelUnauthorized) Error added in v1.0.2

func (*HardwareModelUpdateHardwareModelUnauthorized) GetPayload added in v1.0.2

func (*HardwareModelUpdateHardwareModelUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this hardware model update hardware model unauthorized response has a 4xx status code

func (*HardwareModelUpdateHardwareModelUnauthorized) IsCode added in v1.0.2

IsCode returns true when this hardware model update hardware model unauthorized response a status code equal to that given

func (*HardwareModelUpdateHardwareModelUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this hardware model update hardware model unauthorized response has a 3xx status code

func (*HardwareModelUpdateHardwareModelUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this hardware model update hardware model unauthorized response has a 5xx status code

func (*HardwareModelUpdateHardwareModelUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this hardware model update hardware model unauthorized response has a 2xx status code

func (*HardwareModelUpdateHardwareModelUnauthorized) String added in v1.0.2

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL