license_keys

package
v0.2.4 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: BSD-2-Clause Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddLicenseKeyCreated

type AddLicenseKeyCreated struct {
	Payload *models.LicenseKey
}

AddLicenseKeyCreated describes a response with status code 201, with default header values.

Created

func NewAddLicenseKeyCreated

func NewAddLicenseKeyCreated() *AddLicenseKeyCreated

NewAddLicenseKeyCreated creates a AddLicenseKeyCreated with default headers values

func (*AddLicenseKeyCreated) Error

func (o *AddLicenseKeyCreated) Error() string

func (*AddLicenseKeyCreated) GetPayload

func (o *AddLicenseKeyCreated) GetPayload() *models.LicenseKey

func (*AddLicenseKeyCreated) IsClientError

func (o *AddLicenseKeyCreated) IsClientError() bool

IsClientError returns true when this add license key created response has a 4xx status code

func (*AddLicenseKeyCreated) IsCode

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

IsCode returns true when this add license key created response a status code equal to that given

func (*AddLicenseKeyCreated) IsRedirect

func (o *AddLicenseKeyCreated) IsRedirect() bool

IsRedirect returns true when this add license key created response has a 3xx status code

func (*AddLicenseKeyCreated) IsServerError

func (o *AddLicenseKeyCreated) IsServerError() bool

IsServerError returns true when this add license key created response has a 5xx status code

func (*AddLicenseKeyCreated) IsSuccess

func (o *AddLicenseKeyCreated) IsSuccess() bool

IsSuccess returns true when this add license key created response has a 2xx status code

func (*AddLicenseKeyCreated) String

func (o *AddLicenseKeyCreated) String() string

type AddLicenseKeyInternalServerError

type AddLicenseKeyInternalServerError struct {
	Payload *models.Error
}

AddLicenseKeyInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewAddLicenseKeyInternalServerError

func NewAddLicenseKeyInternalServerError() *AddLicenseKeyInternalServerError

NewAddLicenseKeyInternalServerError creates a AddLicenseKeyInternalServerError with default headers values

func (*AddLicenseKeyInternalServerError) Error

func (*AddLicenseKeyInternalServerError) GetPayload

func (*AddLicenseKeyInternalServerError) IsClientError

func (o *AddLicenseKeyInternalServerError) IsClientError() bool

IsClientError returns true when this add license key internal server error response has a 4xx status code

func (*AddLicenseKeyInternalServerError) IsCode

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

IsCode returns true when this add license key internal server error response a status code equal to that given

func (*AddLicenseKeyInternalServerError) IsRedirect

func (o *AddLicenseKeyInternalServerError) IsRedirect() bool

IsRedirect returns true when this add license key internal server error response has a 3xx status code

func (*AddLicenseKeyInternalServerError) IsServerError

func (o *AddLicenseKeyInternalServerError) IsServerError() bool

IsServerError returns true when this add license key internal server error response has a 5xx status code

func (*AddLicenseKeyInternalServerError) IsSuccess

func (o *AddLicenseKeyInternalServerError) IsSuccess() bool

IsSuccess returns true when this add license key internal server error response has a 2xx status code

func (*AddLicenseKeyInternalServerError) String

type AddLicenseKeyOK

type AddLicenseKeyOK struct {
	Payload *models.LicenseKey
}

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

OK

func NewAddLicenseKeyOK

func NewAddLicenseKeyOK() *AddLicenseKeyOK

NewAddLicenseKeyOK creates a AddLicenseKeyOK with default headers values

func (*AddLicenseKeyOK) Error

func (o *AddLicenseKeyOK) Error() string

func (*AddLicenseKeyOK) GetPayload

func (o *AddLicenseKeyOK) GetPayload() *models.LicenseKey

func (*AddLicenseKeyOK) IsClientError

func (o *AddLicenseKeyOK) IsClientError() bool

IsClientError returns true when this add license key o k response has a 4xx status code

func (*AddLicenseKeyOK) IsCode

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

IsCode returns true when this add license key o k response a status code equal to that given

func (*AddLicenseKeyOK) IsRedirect

func (o *AddLicenseKeyOK) IsRedirect() bool

IsRedirect returns true when this add license key o k response has a 3xx status code

func (*AddLicenseKeyOK) IsServerError

func (o *AddLicenseKeyOK) IsServerError() bool

IsServerError returns true when this add license key o k response has a 5xx status code

func (*AddLicenseKeyOK) IsSuccess

func (o *AddLicenseKeyOK) IsSuccess() bool

IsSuccess returns true when this add license key o k response has a 2xx status code

func (*AddLicenseKeyOK) String

func (o *AddLicenseKeyOK) String() string

type AddLicenseKeyParams

type AddLicenseKeyParams struct {

	/* LicenseKey.

	   License key with other attributes
	*/
	LicenseKey *models.LicenseKey

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

AddLicenseKeyParams contains all the parameters to send to the API endpoint

for the add license key operation.

Typically these are written to a http.Request.

func NewAddLicenseKeyParams

func NewAddLicenseKeyParams() *AddLicenseKeyParams

NewAddLicenseKeyParams creates a new AddLicenseKeyParams 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 NewAddLicenseKeyParamsWithContext

func NewAddLicenseKeyParamsWithContext(ctx context.Context) *AddLicenseKeyParams

NewAddLicenseKeyParamsWithContext creates a new AddLicenseKeyParams object with the ability to set a context for a request.

func NewAddLicenseKeyParamsWithHTTPClient

func NewAddLicenseKeyParamsWithHTTPClient(client *http.Client) *AddLicenseKeyParams

NewAddLicenseKeyParamsWithHTTPClient creates a new AddLicenseKeyParams object with the ability to set a custom HTTPClient for a request.

func NewAddLicenseKeyParamsWithTimeout

func NewAddLicenseKeyParamsWithTimeout(timeout time.Duration) *AddLicenseKeyParams

NewAddLicenseKeyParamsWithTimeout creates a new AddLicenseKeyParams object with the ability to set a timeout on a request.

func (*AddLicenseKeyParams) SetContext

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

SetContext adds the context to the add license key params

func (*AddLicenseKeyParams) SetDefaults

func (o *AddLicenseKeyParams) SetDefaults()

SetDefaults hydrates default values in the add license key params (not the query body).

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

func (*AddLicenseKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add license key params

func (*AddLicenseKeyParams) SetLicenseKey

func (o *AddLicenseKeyParams) SetLicenseKey(licenseKey *models.LicenseKey)

SetLicenseKey adds the licenseKey to the add license key params

func (*AddLicenseKeyParams) SetTimeout

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

SetTimeout adds the timeout to the add license key params

func (*AddLicenseKeyParams) WithContext

WithContext adds the context to the add license key params

func (*AddLicenseKeyParams) WithDefaults

func (o *AddLicenseKeyParams) WithDefaults() *AddLicenseKeyParams

WithDefaults hydrates default values in the add license key params (not the query body).

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

func (*AddLicenseKeyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add license key params

func (*AddLicenseKeyParams) WithLicenseKey

func (o *AddLicenseKeyParams) WithLicenseKey(licenseKey *models.LicenseKey) *AddLicenseKeyParams

WithLicenseKey adds the licenseKey to the add license key params

func (*AddLicenseKeyParams) WithTimeout

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

WithTimeout adds the timeout to the add license key params

func (*AddLicenseKeyParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AddLicenseKeyReader

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

AddLicenseKeyReader is a Reader for the AddLicenseKey structure.

func (*AddLicenseKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for license keys API

func (*Client) AddLicenseKey

func (a *Client) AddLicenseKey(params *AddLicenseKeyParams, opts ...ClientOption) (*AddLicenseKeyOK, *AddLicenseKeyCreated, error)

AddLicenseKey adds a license key

func (*Client) DeleteLicenseKey

DeleteLicenseKey deletes a license key

func (*Client) GetDomainLicensingInfo added in v0.2.0

func (a *Client) GetDomainLicensingInfo(params *GetDomainLicensingInfoParams, opts ...ClientOption) (*GetDomainLicensingInfoOK, error)

GetDomainLicensingInfo gets the licensing information of a domain

func (*Client) GetLicenseKey added in v0.1.1

func (a *Client) GetLicenseKey(params *GetLicenseKeyParams, opts ...ClientOption) (*GetLicenseKeyOK, error)

GetLicenseKey gets a license key by key

func (*Client) GetLicenseKeys added in v0.1.1

func (a *Client) GetLicenseKeys(params *GetLicenseKeysParams, opts ...ClientOption) (*GetLicenseKeysOK, error)

GetLicenseKeys gets the license keys

func (*Client) GetLicensingInfo added in v0.1.1

func (a *Client) GetLicensingInfo(params *GetLicensingInfoParams, opts ...ClientOption) (*GetLicensingInfoOK, error)

GetLicensingInfo gets the licensing information

func (*Client) GetSystemLicensingInfo added in v0.2.0

func (a *Client) GetSystemLicensingInfo(params *GetSystemLicensingInfoParams, opts ...ClientOption) (*GetSystemLicensingInfoOK, error)

GetSystemLicensingInfo gets the licensing information of system

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateDomainLicensingInfo added in v0.2.0

UpdateDomainLicensingInfo updates the licensing information of a domain

func (*Client) UpdateSystemLicensingInfo added in v0.2.0

UpdateSystemLicensingInfo updates the licensing information of system

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	AddLicenseKey(params *AddLicenseKeyParams, opts ...ClientOption) (*AddLicenseKeyOK, *AddLicenseKeyCreated, error)

	DeleteLicenseKey(params *DeleteLicenseKeyParams, opts ...ClientOption) (*DeleteLicenseKeyOK, *DeleteLicenseKeyNoContent, error)

	GetDomainLicensingInfo(params *GetDomainLicensingInfoParams, opts ...ClientOption) (*GetDomainLicensingInfoOK, error)

	GetLicenseKey(params *GetLicenseKeyParams, opts ...ClientOption) (*GetLicenseKeyOK, error)

	GetLicenseKeys(params *GetLicenseKeysParams, opts ...ClientOption) (*GetLicenseKeysOK, error)

	GetLicensingInfo(params *GetLicensingInfoParams, opts ...ClientOption) (*GetLicensingInfoOK, error)

	GetSystemLicensingInfo(params *GetSystemLicensingInfoParams, opts ...ClientOption) (*GetSystemLicensingInfoOK, error)

	UpdateDomainLicensingInfo(params *UpdateDomainLicensingInfoParams, opts ...ClientOption) (*UpdateDomainLicensingInfoOK, *UpdateDomainLicensingInfoAccepted, error)

	UpdateSystemLicensingInfo(params *UpdateSystemLicensingInfoParams, opts ...ClientOption) (*UpdateSystemLicensingInfoOK, *UpdateSystemLicensingInfoAccepted, 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 license keys API client.

type DeleteLicenseKeyInternalServerError

type DeleteLicenseKeyInternalServerError struct {
	Payload *models.Error
}

DeleteLicenseKeyInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewDeleteLicenseKeyInternalServerError

func NewDeleteLicenseKeyInternalServerError() *DeleteLicenseKeyInternalServerError

NewDeleteLicenseKeyInternalServerError creates a DeleteLicenseKeyInternalServerError with default headers values

func (*DeleteLicenseKeyInternalServerError) Error

func (*DeleteLicenseKeyInternalServerError) GetPayload

func (*DeleteLicenseKeyInternalServerError) IsClientError

func (o *DeleteLicenseKeyInternalServerError) IsClientError() bool

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

func (*DeleteLicenseKeyInternalServerError) IsCode

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

func (*DeleteLicenseKeyInternalServerError) IsRedirect

func (o *DeleteLicenseKeyInternalServerError) IsRedirect() bool

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

func (*DeleteLicenseKeyInternalServerError) IsServerError

func (o *DeleteLicenseKeyInternalServerError) IsServerError() bool

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

func (*DeleteLicenseKeyInternalServerError) IsSuccess

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

func (*DeleteLicenseKeyInternalServerError) String

type DeleteLicenseKeyNoContent

type DeleteLicenseKeyNoContent struct {
}

DeleteLicenseKeyNoContent describes a response with status code 204, with default header values.

No content

func NewDeleteLicenseKeyNoContent

func NewDeleteLicenseKeyNoContent() *DeleteLicenseKeyNoContent

NewDeleteLicenseKeyNoContent creates a DeleteLicenseKeyNoContent with default headers values

func (*DeleteLicenseKeyNoContent) Error

func (o *DeleteLicenseKeyNoContent) Error() string

func (*DeleteLicenseKeyNoContent) IsClientError

func (o *DeleteLicenseKeyNoContent) IsClientError() bool

IsClientError returns true when this delete license key no content response has a 4xx status code

func (*DeleteLicenseKeyNoContent) IsCode

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

IsCode returns true when this delete license key no content response a status code equal to that given

func (*DeleteLicenseKeyNoContent) IsRedirect

func (o *DeleteLicenseKeyNoContent) IsRedirect() bool

IsRedirect returns true when this delete license key no content response has a 3xx status code

func (*DeleteLicenseKeyNoContent) IsServerError

func (o *DeleteLicenseKeyNoContent) IsServerError() bool

IsServerError returns true when this delete license key no content response has a 5xx status code

func (*DeleteLicenseKeyNoContent) IsSuccess

func (o *DeleteLicenseKeyNoContent) IsSuccess() bool

IsSuccess returns true when this delete license key no content response has a 2xx status code

func (*DeleteLicenseKeyNoContent) String

func (o *DeleteLicenseKeyNoContent) String() string

type DeleteLicenseKeyNotFound

type DeleteLicenseKeyNotFound struct {
}

DeleteLicenseKeyNotFound describes a response with status code 404, with default header values.

License key not found

func NewDeleteLicenseKeyNotFound

func NewDeleteLicenseKeyNotFound() *DeleteLicenseKeyNotFound

NewDeleteLicenseKeyNotFound creates a DeleteLicenseKeyNotFound with default headers values

func (*DeleteLicenseKeyNotFound) Error

func (o *DeleteLicenseKeyNotFound) Error() string

func (*DeleteLicenseKeyNotFound) IsClientError

func (o *DeleteLicenseKeyNotFound) IsClientError() bool

IsClientError returns true when this delete license key not found response has a 4xx status code

func (*DeleteLicenseKeyNotFound) IsCode

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

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

func (*DeleteLicenseKeyNotFound) IsRedirect

func (o *DeleteLicenseKeyNotFound) IsRedirect() bool

IsRedirect returns true when this delete license key not found response has a 3xx status code

func (*DeleteLicenseKeyNotFound) IsServerError

func (o *DeleteLicenseKeyNotFound) IsServerError() bool

IsServerError returns true when this delete license key not found response has a 5xx status code

func (*DeleteLicenseKeyNotFound) IsSuccess

func (o *DeleteLicenseKeyNotFound) IsSuccess() bool

IsSuccess returns true when this delete license key not found response has a 2xx status code

func (*DeleteLicenseKeyNotFound) String

func (o *DeleteLicenseKeyNotFound) String() string

type DeleteLicenseKeyOK

type DeleteLicenseKeyOK struct {
}

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

OK

func NewDeleteLicenseKeyOK

func NewDeleteLicenseKeyOK() *DeleteLicenseKeyOK

NewDeleteLicenseKeyOK creates a DeleteLicenseKeyOK with default headers values

func (*DeleteLicenseKeyOK) Error

func (o *DeleteLicenseKeyOK) Error() string

func (*DeleteLicenseKeyOK) IsClientError

func (o *DeleteLicenseKeyOK) IsClientError() bool

IsClientError returns true when this delete license key o k response has a 4xx status code

func (*DeleteLicenseKeyOK) IsCode

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

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

func (*DeleteLicenseKeyOK) IsRedirect

func (o *DeleteLicenseKeyOK) IsRedirect() bool

IsRedirect returns true when this delete license key o k response has a 3xx status code

func (*DeleteLicenseKeyOK) IsServerError

func (o *DeleteLicenseKeyOK) IsServerError() bool

IsServerError returns true when this delete license key o k response has a 5xx status code

func (*DeleteLicenseKeyOK) IsSuccess

func (o *DeleteLicenseKeyOK) IsSuccess() bool

IsSuccess returns true when this delete license key o k response has a 2xx status code

func (*DeleteLicenseKeyOK) String

func (o *DeleteLicenseKeyOK) String() string

type DeleteLicenseKeyParams

type DeleteLicenseKeyParams struct {

	/* Key.

	   The 29 alpha numeric character license key with hyphens
	*/
	Key string

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

DeleteLicenseKeyParams contains all the parameters to send to the API endpoint

for the delete license key operation.

Typically these are written to a http.Request.

func NewDeleteLicenseKeyParams

func NewDeleteLicenseKeyParams() *DeleteLicenseKeyParams

NewDeleteLicenseKeyParams creates a new DeleteLicenseKeyParams 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 NewDeleteLicenseKeyParamsWithContext

func NewDeleteLicenseKeyParamsWithContext(ctx context.Context) *DeleteLicenseKeyParams

NewDeleteLicenseKeyParamsWithContext creates a new DeleteLicenseKeyParams object with the ability to set a context for a request.

func NewDeleteLicenseKeyParamsWithHTTPClient

func NewDeleteLicenseKeyParamsWithHTTPClient(client *http.Client) *DeleteLicenseKeyParams

NewDeleteLicenseKeyParamsWithHTTPClient creates a new DeleteLicenseKeyParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteLicenseKeyParamsWithTimeout

func NewDeleteLicenseKeyParamsWithTimeout(timeout time.Duration) *DeleteLicenseKeyParams

NewDeleteLicenseKeyParamsWithTimeout creates a new DeleteLicenseKeyParams object with the ability to set a timeout on a request.

func (*DeleteLicenseKeyParams) SetContext

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

SetContext adds the context to the delete license key params

func (*DeleteLicenseKeyParams) SetDefaults

func (o *DeleteLicenseKeyParams) SetDefaults()

SetDefaults hydrates default values in the delete license key params (not the query body).

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

func (*DeleteLicenseKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete license key params

func (*DeleteLicenseKeyParams) SetKey

func (o *DeleteLicenseKeyParams) SetKey(key string)

SetKey adds the key to the delete license key params

func (*DeleteLicenseKeyParams) SetTimeout

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

SetTimeout adds the timeout to the delete license key params

func (*DeleteLicenseKeyParams) WithContext

WithContext adds the context to the delete license key params

func (*DeleteLicenseKeyParams) WithDefaults

WithDefaults hydrates default values in the delete license key params (not the query body).

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

func (*DeleteLicenseKeyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete license key params

func (*DeleteLicenseKeyParams) WithKey

WithKey adds the key to the delete license key params

func (*DeleteLicenseKeyParams) WithTimeout

WithTimeout adds the timeout to the delete license key params

func (*DeleteLicenseKeyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteLicenseKeyReader

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

DeleteLicenseKeyReader is a Reader for the DeleteLicenseKey structure.

func (*DeleteLicenseKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDomainLicensingInfoInternalServerError added in v0.2.0

type GetDomainLicensingInfoInternalServerError struct {
	Payload *models.Error
}

GetDomainLicensingInfoInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewGetDomainLicensingInfoInternalServerError added in v0.2.0

func NewGetDomainLicensingInfoInternalServerError() *GetDomainLicensingInfoInternalServerError

NewGetDomainLicensingInfoInternalServerError creates a GetDomainLicensingInfoInternalServerError with default headers values

func (*GetDomainLicensingInfoInternalServerError) Error added in v0.2.0

func (*GetDomainLicensingInfoInternalServerError) GetPayload added in v0.2.0

func (*GetDomainLicensingInfoInternalServerError) IsClientError added in v0.2.0

IsClientError returns true when this get domain licensing info internal server error response has a 4xx status code

func (*GetDomainLicensingInfoInternalServerError) IsCode added in v0.2.0

IsCode returns true when this get domain licensing info internal server error response a status code equal to that given

func (*GetDomainLicensingInfoInternalServerError) IsRedirect added in v0.2.0

IsRedirect returns true when this get domain licensing info internal server error response has a 3xx status code

func (*GetDomainLicensingInfoInternalServerError) IsServerError added in v0.2.0

IsServerError returns true when this get domain licensing info internal server error response has a 5xx status code

func (*GetDomainLicensingInfoInternalServerError) IsSuccess added in v0.2.0

IsSuccess returns true when this get domain licensing info internal server error response has a 2xx status code

func (*GetDomainLicensingInfoInternalServerError) String added in v0.2.0

type GetDomainLicensingInfoOK added in v0.2.0

type GetDomainLicensingInfoOK struct {
	Payload *models.LicensingInfo
}

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

Successful

func NewGetDomainLicensingInfoOK added in v0.2.0

func NewGetDomainLicensingInfoOK() *GetDomainLicensingInfoOK

NewGetDomainLicensingInfoOK creates a GetDomainLicensingInfoOK with default headers values

func (*GetDomainLicensingInfoOK) Error added in v0.2.0

func (o *GetDomainLicensingInfoOK) Error() string

func (*GetDomainLicensingInfoOK) GetPayload added in v0.2.0

func (*GetDomainLicensingInfoOK) IsClientError added in v0.2.0

func (o *GetDomainLicensingInfoOK) IsClientError() bool

IsClientError returns true when this get domain licensing info o k response has a 4xx status code

func (*GetDomainLicensingInfoOK) IsCode added in v0.2.0

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

IsCode returns true when this get domain licensing info o k response a status code equal to that given

func (*GetDomainLicensingInfoOK) IsRedirect added in v0.2.0

func (o *GetDomainLicensingInfoOK) IsRedirect() bool

IsRedirect returns true when this get domain licensing info o k response has a 3xx status code

func (*GetDomainLicensingInfoOK) IsServerError added in v0.2.0

func (o *GetDomainLicensingInfoOK) IsServerError() bool

IsServerError returns true when this get domain licensing info o k response has a 5xx status code

func (*GetDomainLicensingInfoOK) IsSuccess added in v0.2.0

func (o *GetDomainLicensingInfoOK) IsSuccess() bool

IsSuccess returns true when this get domain licensing info o k response has a 2xx status code

func (*GetDomainLicensingInfoOK) String added in v0.2.0

func (o *GetDomainLicensingInfoOK) String() string

type GetDomainLicensingInfoParams added in v0.2.0

type GetDomainLicensingInfoParams struct {

	/* ID.

	   The domain ID
	*/
	ID string

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

GetDomainLicensingInfoParams contains all the parameters to send to the API endpoint

for the get domain licensing info operation.

Typically these are written to a http.Request.

func NewGetDomainLicensingInfoParams added in v0.2.0

func NewGetDomainLicensingInfoParams() *GetDomainLicensingInfoParams

NewGetDomainLicensingInfoParams creates a new GetDomainLicensingInfoParams 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 NewGetDomainLicensingInfoParamsWithContext added in v0.2.0

func NewGetDomainLicensingInfoParamsWithContext(ctx context.Context) *GetDomainLicensingInfoParams

NewGetDomainLicensingInfoParamsWithContext creates a new GetDomainLicensingInfoParams object with the ability to set a context for a request.

func NewGetDomainLicensingInfoParamsWithHTTPClient added in v0.2.0

func NewGetDomainLicensingInfoParamsWithHTTPClient(client *http.Client) *GetDomainLicensingInfoParams

NewGetDomainLicensingInfoParamsWithHTTPClient creates a new GetDomainLicensingInfoParams object with the ability to set a custom HTTPClient for a request.

func NewGetDomainLicensingInfoParamsWithTimeout added in v0.2.0

func NewGetDomainLicensingInfoParamsWithTimeout(timeout time.Duration) *GetDomainLicensingInfoParams

NewGetDomainLicensingInfoParamsWithTimeout creates a new GetDomainLicensingInfoParams object with the ability to set a timeout on a request.

func (*GetDomainLicensingInfoParams) SetContext added in v0.2.0

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

SetContext adds the context to the get domain licensing info params

func (*GetDomainLicensingInfoParams) SetDefaults added in v0.2.0

func (o *GetDomainLicensingInfoParams) SetDefaults()

SetDefaults hydrates default values in the get domain licensing info params (not the query body).

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

func (*GetDomainLicensingInfoParams) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the get domain licensing info params

func (*GetDomainLicensingInfoParams) SetID added in v0.2.0

func (o *GetDomainLicensingInfoParams) SetID(id string)

SetID adds the id to the get domain licensing info params

func (*GetDomainLicensingInfoParams) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the get domain licensing info params

func (*GetDomainLicensingInfoParams) WithContext added in v0.2.0

WithContext adds the context to the get domain licensing info params

func (*GetDomainLicensingInfoParams) WithDefaults added in v0.2.0

WithDefaults hydrates default values in the get domain licensing info params (not the query body).

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

func (*GetDomainLicensingInfoParams) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the get domain licensing info params

func (*GetDomainLicensingInfoParams) WithID added in v0.2.0

WithID adds the id to the get domain licensing info params

func (*GetDomainLicensingInfoParams) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the get domain licensing info params

func (*GetDomainLicensingInfoParams) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type GetDomainLicensingInfoReader added in v0.2.0

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

GetDomainLicensingInfoReader is a Reader for the GetDomainLicensingInfo structure.

func (*GetDomainLicensingInfoReader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type GetLicenseKeyInternalServerError added in v0.1.1

type GetLicenseKeyInternalServerError struct {
	Payload *models.Error
}

GetLicenseKeyInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewGetLicenseKeyInternalServerError added in v0.1.1

func NewGetLicenseKeyInternalServerError() *GetLicenseKeyInternalServerError

NewGetLicenseKeyInternalServerError creates a GetLicenseKeyInternalServerError with default headers values

func (*GetLicenseKeyInternalServerError) Error added in v0.1.1

func (*GetLicenseKeyInternalServerError) GetPayload added in v0.1.1

func (*GetLicenseKeyInternalServerError) IsClientError added in v0.1.1

func (o *GetLicenseKeyInternalServerError) IsClientError() bool

IsClientError returns true when this get license key internal server error response has a 4xx status code

func (*GetLicenseKeyInternalServerError) IsCode added in v0.1.1

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

IsCode returns true when this get license key internal server error response a status code equal to that given

func (*GetLicenseKeyInternalServerError) IsRedirect added in v0.1.1

func (o *GetLicenseKeyInternalServerError) IsRedirect() bool

IsRedirect returns true when this get license key internal server error response has a 3xx status code

func (*GetLicenseKeyInternalServerError) IsServerError added in v0.1.1

func (o *GetLicenseKeyInternalServerError) IsServerError() bool

IsServerError returns true when this get license key internal server error response has a 5xx status code

func (*GetLicenseKeyInternalServerError) IsSuccess added in v0.1.1

func (o *GetLicenseKeyInternalServerError) IsSuccess() bool

IsSuccess returns true when this get license key internal server error response has a 2xx status code

func (*GetLicenseKeyInternalServerError) String added in v0.1.1

type GetLicenseKeyNotFound added in v0.1.1

type GetLicenseKeyNotFound struct {
	Payload *models.Error
}

GetLicenseKeyNotFound describes a response with status code 404, with default header values.

License key not found

func NewGetLicenseKeyNotFound added in v0.1.1

func NewGetLicenseKeyNotFound() *GetLicenseKeyNotFound

NewGetLicenseKeyNotFound creates a GetLicenseKeyNotFound with default headers values

func (*GetLicenseKeyNotFound) Error added in v0.1.1

func (o *GetLicenseKeyNotFound) Error() string

func (*GetLicenseKeyNotFound) GetPayload added in v0.1.1

func (o *GetLicenseKeyNotFound) GetPayload() *models.Error

func (*GetLicenseKeyNotFound) IsClientError added in v0.1.1

func (o *GetLicenseKeyNotFound) IsClientError() bool

IsClientError returns true when this get license key not found response has a 4xx status code

func (*GetLicenseKeyNotFound) IsCode added in v0.1.1

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

IsCode returns true when this get license key not found response a status code equal to that given

func (*GetLicenseKeyNotFound) IsRedirect added in v0.1.1

func (o *GetLicenseKeyNotFound) IsRedirect() bool

IsRedirect returns true when this get license key not found response has a 3xx status code

func (*GetLicenseKeyNotFound) IsServerError added in v0.1.1

func (o *GetLicenseKeyNotFound) IsServerError() bool

IsServerError returns true when this get license key not found response has a 5xx status code

func (*GetLicenseKeyNotFound) IsSuccess added in v0.1.1

func (o *GetLicenseKeyNotFound) IsSuccess() bool

IsSuccess returns true when this get license key not found response has a 2xx status code

func (*GetLicenseKeyNotFound) String added in v0.1.1

func (o *GetLicenseKeyNotFound) String() string

type GetLicenseKeyOK added in v0.1.1

type GetLicenseKeyOK struct {
	Payload *models.LicenseKey
}

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

Successful

func NewGetLicenseKeyOK added in v0.1.1

func NewGetLicenseKeyOK() *GetLicenseKeyOK

NewGetLicenseKeyOK creates a GetLicenseKeyOK with default headers values

func (*GetLicenseKeyOK) Error added in v0.1.1

func (o *GetLicenseKeyOK) Error() string

func (*GetLicenseKeyOK) GetPayload added in v0.1.1

func (o *GetLicenseKeyOK) GetPayload() *models.LicenseKey

func (*GetLicenseKeyOK) IsClientError added in v0.1.1

func (o *GetLicenseKeyOK) IsClientError() bool

IsClientError returns true when this get license key o k response has a 4xx status code

func (*GetLicenseKeyOK) IsCode added in v0.1.1

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

IsCode returns true when this get license key o k response a status code equal to that given

func (*GetLicenseKeyOK) IsRedirect added in v0.1.1

func (o *GetLicenseKeyOK) IsRedirect() bool

IsRedirect returns true when this get license key o k response has a 3xx status code

func (*GetLicenseKeyOK) IsServerError added in v0.1.1

func (o *GetLicenseKeyOK) IsServerError() bool

IsServerError returns true when this get license key o k response has a 5xx status code

func (*GetLicenseKeyOK) IsSuccess added in v0.1.1

func (o *GetLicenseKeyOK) IsSuccess() bool

IsSuccess returns true when this get license key o k response has a 2xx status code

func (*GetLicenseKeyOK) String added in v0.1.1

func (o *GetLicenseKeyOK) String() string

type GetLicenseKeyParams added in v0.1.1

type GetLicenseKeyParams struct {

	/* Key.

	   The 29 alpha numeric character license key with hyphens
	*/
	Key string

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

GetLicenseKeyParams contains all the parameters to send to the API endpoint

for the get license key operation.

Typically these are written to a http.Request.

func NewGetLicenseKeyParams added in v0.1.1

func NewGetLicenseKeyParams() *GetLicenseKeyParams

NewGetLicenseKeyParams creates a new GetLicenseKeyParams 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 NewGetLicenseKeyParamsWithContext added in v0.1.1

func NewGetLicenseKeyParamsWithContext(ctx context.Context) *GetLicenseKeyParams

NewGetLicenseKeyParamsWithContext creates a new GetLicenseKeyParams object with the ability to set a context for a request.

func NewGetLicenseKeyParamsWithHTTPClient added in v0.1.1

func NewGetLicenseKeyParamsWithHTTPClient(client *http.Client) *GetLicenseKeyParams

NewGetLicenseKeyParamsWithHTTPClient creates a new GetLicenseKeyParams object with the ability to set a custom HTTPClient for a request.

func NewGetLicenseKeyParamsWithTimeout added in v0.1.1

func NewGetLicenseKeyParamsWithTimeout(timeout time.Duration) *GetLicenseKeyParams

NewGetLicenseKeyParamsWithTimeout creates a new GetLicenseKeyParams object with the ability to set a timeout on a request.

func (*GetLicenseKeyParams) SetContext added in v0.1.1

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

SetContext adds the context to the get license key params

func (*GetLicenseKeyParams) SetDefaults added in v0.1.1

func (o *GetLicenseKeyParams) SetDefaults()

SetDefaults hydrates default values in the get license key params (not the query body).

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

func (*GetLicenseKeyParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get license key params

func (*GetLicenseKeyParams) SetKey added in v0.1.1

func (o *GetLicenseKeyParams) SetKey(key string)

SetKey adds the key to the get license key params

func (*GetLicenseKeyParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get license key params

func (*GetLicenseKeyParams) WithContext added in v0.1.1

WithContext adds the context to the get license key params

func (*GetLicenseKeyParams) WithDefaults added in v0.1.1

func (o *GetLicenseKeyParams) WithDefaults() *GetLicenseKeyParams

WithDefaults hydrates default values in the get license key params (not the query body).

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

func (*GetLicenseKeyParams) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the get license key params

func (*GetLicenseKeyParams) WithKey added in v0.1.1

WithKey adds the key to the get license key params

func (*GetLicenseKeyParams) WithTimeout added in v0.1.1

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

WithTimeout adds the timeout to the get license key params

func (*GetLicenseKeyParams) WriteToRequest added in v0.1.1

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

WriteToRequest writes these params to a swagger request

type GetLicenseKeyReader added in v0.1.1

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

GetLicenseKeyReader is a Reader for the GetLicenseKey structure.

func (*GetLicenseKeyReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetLicenseKeysInternalServerError added in v0.1.1

type GetLicenseKeysInternalServerError struct {
	Payload *models.Error
}

GetLicenseKeysInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewGetLicenseKeysInternalServerError added in v0.1.1

func NewGetLicenseKeysInternalServerError() *GetLicenseKeysInternalServerError

NewGetLicenseKeysInternalServerError creates a GetLicenseKeysInternalServerError with default headers values

func (*GetLicenseKeysInternalServerError) Error added in v0.1.1

func (*GetLicenseKeysInternalServerError) GetPayload added in v0.1.1

func (*GetLicenseKeysInternalServerError) IsClientError added in v0.1.1

func (o *GetLicenseKeysInternalServerError) IsClientError() bool

IsClientError returns true when this get license keys internal server error response has a 4xx status code

func (*GetLicenseKeysInternalServerError) IsCode added in v0.1.1

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

IsCode returns true when this get license keys internal server error response a status code equal to that given

func (*GetLicenseKeysInternalServerError) IsRedirect added in v0.1.1

func (o *GetLicenseKeysInternalServerError) IsRedirect() bool

IsRedirect returns true when this get license keys internal server error response has a 3xx status code

func (*GetLicenseKeysInternalServerError) IsServerError added in v0.1.1

func (o *GetLicenseKeysInternalServerError) IsServerError() bool

IsServerError returns true when this get license keys internal server error response has a 5xx status code

func (*GetLicenseKeysInternalServerError) IsSuccess added in v0.1.1

func (o *GetLicenseKeysInternalServerError) IsSuccess() bool

IsSuccess returns true when this get license keys internal server error response has a 2xx status code

func (*GetLicenseKeysInternalServerError) String added in v0.1.1

type GetLicenseKeysOK added in v0.1.1

type GetLicenseKeysOK struct {
	Payload *models.PageOfLicenseKey
}

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

Successful

func NewGetLicenseKeysOK added in v0.1.1

func NewGetLicenseKeysOK() *GetLicenseKeysOK

NewGetLicenseKeysOK creates a GetLicenseKeysOK with default headers values

func (*GetLicenseKeysOK) Error added in v0.1.1

func (o *GetLicenseKeysOK) Error() string

func (*GetLicenseKeysOK) GetPayload added in v0.1.1

func (o *GetLicenseKeysOK) GetPayload() *models.PageOfLicenseKey

func (*GetLicenseKeysOK) IsClientError added in v0.1.1

func (o *GetLicenseKeysOK) IsClientError() bool

IsClientError returns true when this get license keys o k response has a 4xx status code

func (*GetLicenseKeysOK) IsCode added in v0.1.1

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

IsCode returns true when this get license keys o k response a status code equal to that given

func (*GetLicenseKeysOK) IsRedirect added in v0.1.1

func (o *GetLicenseKeysOK) IsRedirect() bool

IsRedirect returns true when this get license keys o k response has a 3xx status code

func (*GetLicenseKeysOK) IsServerError added in v0.1.1

func (o *GetLicenseKeysOK) IsServerError() bool

IsServerError returns true when this get license keys o k response has a 5xx status code

func (*GetLicenseKeysOK) IsSuccess added in v0.1.1

func (o *GetLicenseKeysOK) IsSuccess() bool

IsSuccess returns true when this get license keys o k response has a 2xx status code

func (*GetLicenseKeysOK) String added in v0.1.1

func (o *GetLicenseKeysOK) String() string

type GetLicenseKeysParams added in v0.1.1

type GetLicenseKeysParams struct {

	/* LicenseKeyStatus.

	   Status of a License Key
	*/
	LicenseKeyStatus []string

	/* ProductType.

	   Type of a Product
	*/
	ProductType []string

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

GetLicenseKeysParams contains all the parameters to send to the API endpoint

for the get license keys operation.

Typically these are written to a http.Request.

func NewGetLicenseKeysParams added in v0.1.1

func NewGetLicenseKeysParams() *GetLicenseKeysParams

NewGetLicenseKeysParams creates a new GetLicenseKeysParams 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 NewGetLicenseKeysParamsWithContext added in v0.1.1

func NewGetLicenseKeysParamsWithContext(ctx context.Context) *GetLicenseKeysParams

NewGetLicenseKeysParamsWithContext creates a new GetLicenseKeysParams object with the ability to set a context for a request.

func NewGetLicenseKeysParamsWithHTTPClient added in v0.1.1

func NewGetLicenseKeysParamsWithHTTPClient(client *http.Client) *GetLicenseKeysParams

NewGetLicenseKeysParamsWithHTTPClient creates a new GetLicenseKeysParams object with the ability to set a custom HTTPClient for a request.

func NewGetLicenseKeysParamsWithTimeout added in v0.1.1

func NewGetLicenseKeysParamsWithTimeout(timeout time.Duration) *GetLicenseKeysParams

NewGetLicenseKeysParamsWithTimeout creates a new GetLicenseKeysParams object with the ability to set a timeout on a request.

func (*GetLicenseKeysParams) SetContext added in v0.1.1

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

SetContext adds the context to the get license keys params

func (*GetLicenseKeysParams) SetDefaults added in v0.1.1

func (o *GetLicenseKeysParams) SetDefaults()

SetDefaults hydrates default values in the get license keys params (not the query body).

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

func (*GetLicenseKeysParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get license keys params

func (*GetLicenseKeysParams) SetLicenseKeyStatus added in v0.1.1

func (o *GetLicenseKeysParams) SetLicenseKeyStatus(licenseKeyStatus []string)

SetLicenseKeyStatus adds the licenseKeyStatus to the get license keys params

func (*GetLicenseKeysParams) SetProductType added in v0.1.1

func (o *GetLicenseKeysParams) SetProductType(productType []string)

SetProductType adds the productType to the get license keys params

func (*GetLicenseKeysParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get license keys params

func (*GetLicenseKeysParams) WithContext added in v0.1.1

WithContext adds the context to the get license keys params

func (*GetLicenseKeysParams) WithDefaults added in v0.1.1

func (o *GetLicenseKeysParams) WithDefaults() *GetLicenseKeysParams

WithDefaults hydrates default values in the get license keys params (not the query body).

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

func (*GetLicenseKeysParams) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the get license keys params

func (*GetLicenseKeysParams) WithLicenseKeyStatus added in v0.1.1

func (o *GetLicenseKeysParams) WithLicenseKeyStatus(licenseKeyStatus []string) *GetLicenseKeysParams

WithLicenseKeyStatus adds the licenseKeyStatus to the get license keys params

func (*GetLicenseKeysParams) WithProductType added in v0.1.1

func (o *GetLicenseKeysParams) WithProductType(productType []string) *GetLicenseKeysParams

WithProductType adds the productType to the get license keys params

func (*GetLicenseKeysParams) WithTimeout added in v0.1.1

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

WithTimeout adds the timeout to the get license keys params

func (*GetLicenseKeysParams) WriteToRequest added in v0.1.1

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

WriteToRequest writes these params to a swagger request

type GetLicenseKeysReader added in v0.1.1

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

GetLicenseKeysReader is a Reader for the GetLicenseKeys structure.

func (*GetLicenseKeysReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetLicensingInfoBadRequest added in v0.1.1

type GetLicensingInfoBadRequest struct {
	Payload *models.Error
}

GetLicensingInfoBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetLicensingInfoBadRequest added in v0.1.1

func NewGetLicensingInfoBadRequest() *GetLicensingInfoBadRequest

NewGetLicensingInfoBadRequest creates a GetLicensingInfoBadRequest with default headers values

func (*GetLicensingInfoBadRequest) Error added in v0.1.1

func (*GetLicensingInfoBadRequest) GetPayload added in v0.1.1

func (o *GetLicensingInfoBadRequest) GetPayload() *models.Error

func (*GetLicensingInfoBadRequest) IsClientError added in v0.1.1

func (o *GetLicensingInfoBadRequest) IsClientError() bool

IsClientError returns true when this get licensing info bad request response has a 4xx status code

func (*GetLicensingInfoBadRequest) IsCode added in v0.1.1

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

IsCode returns true when this get licensing info bad request response a status code equal to that given

func (*GetLicensingInfoBadRequest) IsRedirect added in v0.1.1

func (o *GetLicensingInfoBadRequest) IsRedirect() bool

IsRedirect returns true when this get licensing info bad request response has a 3xx status code

func (*GetLicensingInfoBadRequest) IsServerError added in v0.1.1

func (o *GetLicensingInfoBadRequest) IsServerError() bool

IsServerError returns true when this get licensing info bad request response has a 5xx status code

func (*GetLicensingInfoBadRequest) IsSuccess added in v0.1.1

func (o *GetLicensingInfoBadRequest) IsSuccess() bool

IsSuccess returns true when this get licensing info bad request response has a 2xx status code

func (*GetLicensingInfoBadRequest) String added in v0.1.1

func (o *GetLicensingInfoBadRequest) String() string

type GetLicensingInfoInternalServerError added in v0.1.1

type GetLicensingInfoInternalServerError struct {
	Payload *models.Error
}

GetLicensingInfoInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewGetLicensingInfoInternalServerError added in v0.1.1

func NewGetLicensingInfoInternalServerError() *GetLicensingInfoInternalServerError

NewGetLicensingInfoInternalServerError creates a GetLicensingInfoInternalServerError with default headers values

func (*GetLicensingInfoInternalServerError) Error added in v0.1.1

func (*GetLicensingInfoInternalServerError) GetPayload added in v0.1.1

func (*GetLicensingInfoInternalServerError) IsClientError added in v0.1.1

func (o *GetLicensingInfoInternalServerError) IsClientError() bool

IsClientError returns true when this get licensing info internal server error response has a 4xx status code

func (*GetLicensingInfoInternalServerError) IsCode added in v0.1.1

IsCode returns true when this get licensing info internal server error response a status code equal to that given

func (*GetLicensingInfoInternalServerError) IsRedirect added in v0.1.1

func (o *GetLicensingInfoInternalServerError) IsRedirect() bool

IsRedirect returns true when this get licensing info internal server error response has a 3xx status code

func (*GetLicensingInfoInternalServerError) IsServerError added in v0.1.1

func (o *GetLicensingInfoInternalServerError) IsServerError() bool

IsServerError returns true when this get licensing info internal server error response has a 5xx status code

func (*GetLicensingInfoInternalServerError) IsSuccess added in v0.1.1

IsSuccess returns true when this get licensing info internal server error response has a 2xx status code

func (*GetLicensingInfoInternalServerError) String added in v0.1.1

type GetLicensingInfoOK added in v0.1.1

type GetLicensingInfoOK struct {
	Payload []*models.LicensingInfo
}

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

Successful

func NewGetLicensingInfoOK added in v0.1.1

func NewGetLicensingInfoOK() *GetLicensingInfoOK

NewGetLicensingInfoOK creates a GetLicensingInfoOK with default headers values

func (*GetLicensingInfoOK) Error added in v0.1.1

func (o *GetLicensingInfoOK) Error() string

func (*GetLicensingInfoOK) GetPayload added in v0.1.1

func (o *GetLicensingInfoOK) GetPayload() []*models.LicensingInfo

func (*GetLicensingInfoOK) IsClientError added in v0.1.1

func (o *GetLicensingInfoOK) IsClientError() bool

IsClientError returns true when this get licensing info o k response has a 4xx status code

func (*GetLicensingInfoOK) IsCode added in v0.1.1

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

IsCode returns true when this get licensing info o k response a status code equal to that given

func (*GetLicensingInfoOK) IsRedirect added in v0.1.1

func (o *GetLicensingInfoOK) IsRedirect() bool

IsRedirect returns true when this get licensing info o k response has a 3xx status code

func (*GetLicensingInfoOK) IsServerError added in v0.1.1

func (o *GetLicensingInfoOK) IsServerError() bool

IsServerError returns true when this get licensing info o k response has a 5xx status code

func (*GetLicensingInfoOK) IsSuccess added in v0.1.1

func (o *GetLicensingInfoOK) IsSuccess() bool

IsSuccess returns true when this get licensing info o k response has a 2xx status code

func (*GetLicensingInfoOK) String added in v0.1.1

func (o *GetLicensingInfoOK) String() string

type GetLicensingInfoParams added in v0.1.1

type GetLicensingInfoParams struct {

	/* ResourceIds.

	   Resource IDs
	*/
	ResourceIds []string

	/* ResourceType.

	   Resource type
	*/
	ResourceType *string

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

GetLicensingInfoParams contains all the parameters to send to the API endpoint

for the get licensing info operation.

Typically these are written to a http.Request.

func NewGetLicensingInfoParams added in v0.1.1

func NewGetLicensingInfoParams() *GetLicensingInfoParams

NewGetLicensingInfoParams creates a new GetLicensingInfoParams 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 NewGetLicensingInfoParamsWithContext added in v0.1.1

func NewGetLicensingInfoParamsWithContext(ctx context.Context) *GetLicensingInfoParams

NewGetLicensingInfoParamsWithContext creates a new GetLicensingInfoParams object with the ability to set a context for a request.

func NewGetLicensingInfoParamsWithHTTPClient added in v0.1.1

func NewGetLicensingInfoParamsWithHTTPClient(client *http.Client) *GetLicensingInfoParams

NewGetLicensingInfoParamsWithHTTPClient creates a new GetLicensingInfoParams object with the ability to set a custom HTTPClient for a request.

func NewGetLicensingInfoParamsWithTimeout added in v0.1.1

func NewGetLicensingInfoParamsWithTimeout(timeout time.Duration) *GetLicensingInfoParams

NewGetLicensingInfoParamsWithTimeout creates a new GetLicensingInfoParams object with the ability to set a timeout on a request.

func (*GetLicensingInfoParams) SetContext added in v0.1.1

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

SetContext adds the context to the get licensing info params

func (*GetLicensingInfoParams) SetDefaults added in v0.1.1

func (o *GetLicensingInfoParams) SetDefaults()

SetDefaults hydrates default values in the get licensing info params (not the query body).

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

func (*GetLicensingInfoParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get licensing info params

func (*GetLicensingInfoParams) SetResourceIds added in v0.1.1

func (o *GetLicensingInfoParams) SetResourceIds(resourceIds []string)

SetResourceIds adds the resourceIds to the get licensing info params

func (*GetLicensingInfoParams) SetResourceType added in v0.1.1

func (o *GetLicensingInfoParams) SetResourceType(resourceType *string)

SetResourceType adds the resourceType to the get licensing info params

func (*GetLicensingInfoParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get licensing info params

func (*GetLicensingInfoParams) WithContext added in v0.1.1

WithContext adds the context to the get licensing info params

func (*GetLicensingInfoParams) WithDefaults added in v0.1.1

WithDefaults hydrates default values in the get licensing info params (not the query body).

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

func (*GetLicensingInfoParams) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the get licensing info params

func (*GetLicensingInfoParams) WithResourceIds added in v0.1.1

func (o *GetLicensingInfoParams) WithResourceIds(resourceIds []string) *GetLicensingInfoParams

WithResourceIds adds the resourceIds to the get licensing info params

func (*GetLicensingInfoParams) WithResourceType added in v0.1.1

func (o *GetLicensingInfoParams) WithResourceType(resourceType *string) *GetLicensingInfoParams

WithResourceType adds the resourceType to the get licensing info params

func (*GetLicensingInfoParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get licensing info params

func (*GetLicensingInfoParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetLicensingInfoReader added in v0.1.1

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

GetLicensingInfoReader is a Reader for the GetLicensingInfo structure.

func (*GetLicensingInfoReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetSystemLicensingInfoInternalServerError added in v0.2.0

type GetSystemLicensingInfoInternalServerError struct {
	Payload *models.Error
}

GetSystemLicensingInfoInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewGetSystemLicensingInfoInternalServerError added in v0.2.0

func NewGetSystemLicensingInfoInternalServerError() *GetSystemLicensingInfoInternalServerError

NewGetSystemLicensingInfoInternalServerError creates a GetSystemLicensingInfoInternalServerError with default headers values

func (*GetSystemLicensingInfoInternalServerError) Error added in v0.2.0

func (*GetSystemLicensingInfoInternalServerError) GetPayload added in v0.2.0

func (*GetSystemLicensingInfoInternalServerError) IsClientError added in v0.2.0

IsClientError returns true when this get system licensing info internal server error response has a 4xx status code

func (*GetSystemLicensingInfoInternalServerError) IsCode added in v0.2.0

IsCode returns true when this get system licensing info internal server error response a status code equal to that given

func (*GetSystemLicensingInfoInternalServerError) IsRedirect added in v0.2.0

IsRedirect returns true when this get system licensing info internal server error response has a 3xx status code

func (*GetSystemLicensingInfoInternalServerError) IsServerError added in v0.2.0

IsServerError returns true when this get system licensing info internal server error response has a 5xx status code

func (*GetSystemLicensingInfoInternalServerError) IsSuccess added in v0.2.0

IsSuccess returns true when this get system licensing info internal server error response has a 2xx status code

func (*GetSystemLicensingInfoInternalServerError) String added in v0.2.0

type GetSystemLicensingInfoOK added in v0.2.0

type GetSystemLicensingInfoOK struct {
	Payload *models.LicensingInfo
}

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

Successful

func NewGetSystemLicensingInfoOK added in v0.2.0

func NewGetSystemLicensingInfoOK() *GetSystemLicensingInfoOK

NewGetSystemLicensingInfoOK creates a GetSystemLicensingInfoOK with default headers values

func (*GetSystemLicensingInfoOK) Error added in v0.2.0

func (o *GetSystemLicensingInfoOK) Error() string

func (*GetSystemLicensingInfoOK) GetPayload added in v0.2.0

func (*GetSystemLicensingInfoOK) IsClientError added in v0.2.0

func (o *GetSystemLicensingInfoOK) IsClientError() bool

IsClientError returns true when this get system licensing info o k response has a 4xx status code

func (*GetSystemLicensingInfoOK) IsCode added in v0.2.0

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

IsCode returns true when this get system licensing info o k response a status code equal to that given

func (*GetSystemLicensingInfoOK) IsRedirect added in v0.2.0

func (o *GetSystemLicensingInfoOK) IsRedirect() bool

IsRedirect returns true when this get system licensing info o k response has a 3xx status code

func (*GetSystemLicensingInfoOK) IsServerError added in v0.2.0

func (o *GetSystemLicensingInfoOK) IsServerError() bool

IsServerError returns true when this get system licensing info o k response has a 5xx status code

func (*GetSystemLicensingInfoOK) IsSuccess added in v0.2.0

func (o *GetSystemLicensingInfoOK) IsSuccess() bool

IsSuccess returns true when this get system licensing info o k response has a 2xx status code

func (*GetSystemLicensingInfoOK) String added in v0.2.0

func (o *GetSystemLicensingInfoOK) String() string

type GetSystemLicensingInfoParams added in v0.2.0

type GetSystemLicensingInfoParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetSystemLicensingInfoParams contains all the parameters to send to the API endpoint

for the get system licensing info operation.

Typically these are written to a http.Request.

func NewGetSystemLicensingInfoParams added in v0.2.0

func NewGetSystemLicensingInfoParams() *GetSystemLicensingInfoParams

NewGetSystemLicensingInfoParams creates a new GetSystemLicensingInfoParams 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 NewGetSystemLicensingInfoParamsWithContext added in v0.2.0

func NewGetSystemLicensingInfoParamsWithContext(ctx context.Context) *GetSystemLicensingInfoParams

NewGetSystemLicensingInfoParamsWithContext creates a new GetSystemLicensingInfoParams object with the ability to set a context for a request.

func NewGetSystemLicensingInfoParamsWithHTTPClient added in v0.2.0

func NewGetSystemLicensingInfoParamsWithHTTPClient(client *http.Client) *GetSystemLicensingInfoParams

NewGetSystemLicensingInfoParamsWithHTTPClient creates a new GetSystemLicensingInfoParams object with the ability to set a custom HTTPClient for a request.

func NewGetSystemLicensingInfoParamsWithTimeout added in v0.2.0

func NewGetSystemLicensingInfoParamsWithTimeout(timeout time.Duration) *GetSystemLicensingInfoParams

NewGetSystemLicensingInfoParamsWithTimeout creates a new GetSystemLicensingInfoParams object with the ability to set a timeout on a request.

func (*GetSystemLicensingInfoParams) SetContext added in v0.2.0

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

SetContext adds the context to the get system licensing info params

func (*GetSystemLicensingInfoParams) SetDefaults added in v0.2.0

func (o *GetSystemLicensingInfoParams) SetDefaults()

SetDefaults hydrates default values in the get system licensing info params (not the query body).

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

func (*GetSystemLicensingInfoParams) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the get system licensing info params

func (*GetSystemLicensingInfoParams) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the get system licensing info params

func (*GetSystemLicensingInfoParams) WithContext added in v0.2.0

WithContext adds the context to the get system licensing info params

func (*GetSystemLicensingInfoParams) WithDefaults added in v0.2.0

WithDefaults hydrates default values in the get system licensing info params (not the query body).

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

func (*GetSystemLicensingInfoParams) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the get system licensing info params

func (*GetSystemLicensingInfoParams) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the get system licensing info params

func (*GetSystemLicensingInfoParams) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type GetSystemLicensingInfoReader added in v0.2.0

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

GetSystemLicensingInfoReader is a Reader for the GetSystemLicensingInfo structure.

func (*GetSystemLicensingInfoReader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type UpdateDomainLicensingInfoAccepted added in v0.2.0

type UpdateDomainLicensingInfoAccepted struct {
}

UpdateDomainLicensingInfoAccepted describes a response with status code 202, with default header values.

Accepted

func NewUpdateDomainLicensingInfoAccepted added in v0.2.0

func NewUpdateDomainLicensingInfoAccepted() *UpdateDomainLicensingInfoAccepted

NewUpdateDomainLicensingInfoAccepted creates a UpdateDomainLicensingInfoAccepted with default headers values

func (*UpdateDomainLicensingInfoAccepted) Error added in v0.2.0

func (*UpdateDomainLicensingInfoAccepted) IsClientError added in v0.2.0

func (o *UpdateDomainLicensingInfoAccepted) IsClientError() bool

IsClientError returns true when this update domain licensing info accepted response has a 4xx status code

func (*UpdateDomainLicensingInfoAccepted) IsCode added in v0.2.0

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

IsCode returns true when this update domain licensing info accepted response a status code equal to that given

func (*UpdateDomainLicensingInfoAccepted) IsRedirect added in v0.2.0

func (o *UpdateDomainLicensingInfoAccepted) IsRedirect() bool

IsRedirect returns true when this update domain licensing info accepted response has a 3xx status code

func (*UpdateDomainLicensingInfoAccepted) IsServerError added in v0.2.0

func (o *UpdateDomainLicensingInfoAccepted) IsServerError() bool

IsServerError returns true when this update domain licensing info accepted response has a 5xx status code

func (*UpdateDomainLicensingInfoAccepted) IsSuccess added in v0.2.0

func (o *UpdateDomainLicensingInfoAccepted) IsSuccess() bool

IsSuccess returns true when this update domain licensing info accepted response has a 2xx status code

func (*UpdateDomainLicensingInfoAccepted) String added in v0.2.0

type UpdateDomainLicensingInfoBadRequest added in v0.2.0

type UpdateDomainLicensingInfoBadRequest struct {
	Payload *models.Error
}

UpdateDomainLicensingInfoBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewUpdateDomainLicensingInfoBadRequest added in v0.2.0

func NewUpdateDomainLicensingInfoBadRequest() *UpdateDomainLicensingInfoBadRequest

NewUpdateDomainLicensingInfoBadRequest creates a UpdateDomainLicensingInfoBadRequest with default headers values

func (*UpdateDomainLicensingInfoBadRequest) Error added in v0.2.0

func (*UpdateDomainLicensingInfoBadRequest) GetPayload added in v0.2.0

func (*UpdateDomainLicensingInfoBadRequest) IsClientError added in v0.2.0

func (o *UpdateDomainLicensingInfoBadRequest) IsClientError() bool

IsClientError returns true when this update domain licensing info bad request response has a 4xx status code

func (*UpdateDomainLicensingInfoBadRequest) IsCode added in v0.2.0

IsCode returns true when this update domain licensing info bad request response a status code equal to that given

func (*UpdateDomainLicensingInfoBadRequest) IsRedirect added in v0.2.0

func (o *UpdateDomainLicensingInfoBadRequest) IsRedirect() bool

IsRedirect returns true when this update domain licensing info bad request response has a 3xx status code

func (*UpdateDomainLicensingInfoBadRequest) IsServerError added in v0.2.0

func (o *UpdateDomainLicensingInfoBadRequest) IsServerError() bool

IsServerError returns true when this update domain licensing info bad request response has a 5xx status code

func (*UpdateDomainLicensingInfoBadRequest) IsSuccess added in v0.2.0

IsSuccess returns true when this update domain licensing info bad request response has a 2xx status code

func (*UpdateDomainLicensingInfoBadRequest) String added in v0.2.0

type UpdateDomainLicensingInfoConflict added in v0.2.0

type UpdateDomainLicensingInfoConflict struct {
	Payload *models.Error
}

UpdateDomainLicensingInfoConflict describes a response with status code 409, with default header values.

Conflict

func NewUpdateDomainLicensingInfoConflict added in v0.2.0

func NewUpdateDomainLicensingInfoConflict() *UpdateDomainLicensingInfoConflict

NewUpdateDomainLicensingInfoConflict creates a UpdateDomainLicensingInfoConflict with default headers values

func (*UpdateDomainLicensingInfoConflict) Error added in v0.2.0

func (*UpdateDomainLicensingInfoConflict) GetPayload added in v0.2.0

func (*UpdateDomainLicensingInfoConflict) IsClientError added in v0.2.0

func (o *UpdateDomainLicensingInfoConflict) IsClientError() bool

IsClientError returns true when this update domain licensing info conflict response has a 4xx status code

func (*UpdateDomainLicensingInfoConflict) IsCode added in v0.2.0

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

IsCode returns true when this update domain licensing info conflict response a status code equal to that given

func (*UpdateDomainLicensingInfoConflict) IsRedirect added in v0.2.0

func (o *UpdateDomainLicensingInfoConflict) IsRedirect() bool

IsRedirect returns true when this update domain licensing info conflict response has a 3xx status code

func (*UpdateDomainLicensingInfoConflict) IsServerError added in v0.2.0

func (o *UpdateDomainLicensingInfoConflict) IsServerError() bool

IsServerError returns true when this update domain licensing info conflict response has a 5xx status code

func (*UpdateDomainLicensingInfoConflict) IsSuccess added in v0.2.0

func (o *UpdateDomainLicensingInfoConflict) IsSuccess() bool

IsSuccess returns true when this update domain licensing info conflict response has a 2xx status code

func (*UpdateDomainLicensingInfoConflict) String added in v0.2.0

type UpdateDomainLicensingInfoInternalServerError added in v0.2.0

type UpdateDomainLicensingInfoInternalServerError struct {
	Payload *models.Error
}

UpdateDomainLicensingInfoInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewUpdateDomainLicensingInfoInternalServerError added in v0.2.0

func NewUpdateDomainLicensingInfoInternalServerError() *UpdateDomainLicensingInfoInternalServerError

NewUpdateDomainLicensingInfoInternalServerError creates a UpdateDomainLicensingInfoInternalServerError with default headers values

func (*UpdateDomainLicensingInfoInternalServerError) Error added in v0.2.0

func (*UpdateDomainLicensingInfoInternalServerError) GetPayload added in v0.2.0

func (*UpdateDomainLicensingInfoInternalServerError) IsClientError added in v0.2.0

IsClientError returns true when this update domain licensing info internal server error response has a 4xx status code

func (*UpdateDomainLicensingInfoInternalServerError) IsCode added in v0.2.0

IsCode returns true when this update domain licensing info internal server error response a status code equal to that given

func (*UpdateDomainLicensingInfoInternalServerError) IsRedirect added in v0.2.0

IsRedirect returns true when this update domain licensing info internal server error response has a 3xx status code

func (*UpdateDomainLicensingInfoInternalServerError) IsServerError added in v0.2.0

IsServerError returns true when this update domain licensing info internal server error response has a 5xx status code

func (*UpdateDomainLicensingInfoInternalServerError) IsSuccess added in v0.2.0

IsSuccess returns true when this update domain licensing info internal server error response has a 2xx status code

func (*UpdateDomainLicensingInfoInternalServerError) String added in v0.2.0

type UpdateDomainLicensingInfoOK added in v0.2.0

type UpdateDomainLicensingInfoOK struct {
}

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

OK

func NewUpdateDomainLicensingInfoOK added in v0.2.0

func NewUpdateDomainLicensingInfoOK() *UpdateDomainLicensingInfoOK

NewUpdateDomainLicensingInfoOK creates a UpdateDomainLicensingInfoOK with default headers values

func (*UpdateDomainLicensingInfoOK) Error added in v0.2.0

func (*UpdateDomainLicensingInfoOK) IsClientError added in v0.2.0

func (o *UpdateDomainLicensingInfoOK) IsClientError() bool

IsClientError returns true when this update domain licensing info o k response has a 4xx status code

func (*UpdateDomainLicensingInfoOK) IsCode added in v0.2.0

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

IsCode returns true when this update domain licensing info o k response a status code equal to that given

func (*UpdateDomainLicensingInfoOK) IsRedirect added in v0.2.0

func (o *UpdateDomainLicensingInfoOK) IsRedirect() bool

IsRedirect returns true when this update domain licensing info o k response has a 3xx status code

func (*UpdateDomainLicensingInfoOK) IsServerError added in v0.2.0

func (o *UpdateDomainLicensingInfoOK) IsServerError() bool

IsServerError returns true when this update domain licensing info o k response has a 5xx status code

func (*UpdateDomainLicensingInfoOK) IsSuccess added in v0.2.0

func (o *UpdateDomainLicensingInfoOK) IsSuccess() bool

IsSuccess returns true when this update domain licensing info o k response has a 2xx status code

func (*UpdateDomainLicensingInfoOK) String added in v0.2.0

func (o *UpdateDomainLicensingInfoOK) String() string

type UpdateDomainLicensingInfoParams added in v0.2.0

type UpdateDomainLicensingInfoParams struct {

	/* ID.

	   The domain ID
	*/
	ID string

	/* LicensingInfoSpec.

	   License information spec
	*/
	LicensingInfoSpec *models.LicensingInfoSpec

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

UpdateDomainLicensingInfoParams contains all the parameters to send to the API endpoint

for the update domain licensing info operation.

Typically these are written to a http.Request.

func NewUpdateDomainLicensingInfoParams added in v0.2.0

func NewUpdateDomainLicensingInfoParams() *UpdateDomainLicensingInfoParams

NewUpdateDomainLicensingInfoParams creates a new UpdateDomainLicensingInfoParams 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 NewUpdateDomainLicensingInfoParamsWithContext added in v0.2.0

func NewUpdateDomainLicensingInfoParamsWithContext(ctx context.Context) *UpdateDomainLicensingInfoParams

NewUpdateDomainLicensingInfoParamsWithContext creates a new UpdateDomainLicensingInfoParams object with the ability to set a context for a request.

func NewUpdateDomainLicensingInfoParamsWithHTTPClient added in v0.2.0

func NewUpdateDomainLicensingInfoParamsWithHTTPClient(client *http.Client) *UpdateDomainLicensingInfoParams

NewUpdateDomainLicensingInfoParamsWithHTTPClient creates a new UpdateDomainLicensingInfoParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateDomainLicensingInfoParamsWithTimeout added in v0.2.0

func NewUpdateDomainLicensingInfoParamsWithTimeout(timeout time.Duration) *UpdateDomainLicensingInfoParams

NewUpdateDomainLicensingInfoParamsWithTimeout creates a new UpdateDomainLicensingInfoParams object with the ability to set a timeout on a request.

func (*UpdateDomainLicensingInfoParams) SetContext added in v0.2.0

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

SetContext adds the context to the update domain licensing info params

func (*UpdateDomainLicensingInfoParams) SetDefaults added in v0.2.0

func (o *UpdateDomainLicensingInfoParams) SetDefaults()

SetDefaults hydrates default values in the update domain licensing info params (not the query body).

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

func (*UpdateDomainLicensingInfoParams) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the update domain licensing info params

func (*UpdateDomainLicensingInfoParams) SetID added in v0.2.0

SetID adds the id to the update domain licensing info params

func (*UpdateDomainLicensingInfoParams) SetLicensingInfoSpec added in v0.2.0

func (o *UpdateDomainLicensingInfoParams) SetLicensingInfoSpec(licensingInfoSpec *models.LicensingInfoSpec)

SetLicensingInfoSpec adds the licensingInfoSpec to the update domain licensing info params

func (*UpdateDomainLicensingInfoParams) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the update domain licensing info params

func (*UpdateDomainLicensingInfoParams) WithContext added in v0.2.0

WithContext adds the context to the update domain licensing info params

func (*UpdateDomainLicensingInfoParams) WithDefaults added in v0.2.0

WithDefaults hydrates default values in the update domain licensing info params (not the query body).

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

func (*UpdateDomainLicensingInfoParams) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the update domain licensing info params

func (*UpdateDomainLicensingInfoParams) WithID added in v0.2.0

WithID adds the id to the update domain licensing info params

func (*UpdateDomainLicensingInfoParams) WithLicensingInfoSpec added in v0.2.0

func (o *UpdateDomainLicensingInfoParams) WithLicensingInfoSpec(licensingInfoSpec *models.LicensingInfoSpec) *UpdateDomainLicensingInfoParams

WithLicensingInfoSpec adds the licensingInfoSpec to the update domain licensing info params

func (*UpdateDomainLicensingInfoParams) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the update domain licensing info params

func (*UpdateDomainLicensingInfoParams) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type UpdateDomainLicensingInfoReader added in v0.2.0

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

UpdateDomainLicensingInfoReader is a Reader for the UpdateDomainLicensingInfo structure.

func (*UpdateDomainLicensingInfoReader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type UpdateSystemLicensingInfoAccepted added in v0.2.0

type UpdateSystemLicensingInfoAccepted struct {
}

UpdateSystemLicensingInfoAccepted describes a response with status code 202, with default header values.

Accepted

func NewUpdateSystemLicensingInfoAccepted added in v0.2.0

func NewUpdateSystemLicensingInfoAccepted() *UpdateSystemLicensingInfoAccepted

NewUpdateSystemLicensingInfoAccepted creates a UpdateSystemLicensingInfoAccepted with default headers values

func (*UpdateSystemLicensingInfoAccepted) Error added in v0.2.0

func (*UpdateSystemLicensingInfoAccepted) IsClientError added in v0.2.0

func (o *UpdateSystemLicensingInfoAccepted) IsClientError() bool

IsClientError returns true when this update system licensing info accepted response has a 4xx status code

func (*UpdateSystemLicensingInfoAccepted) IsCode added in v0.2.0

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

IsCode returns true when this update system licensing info accepted response a status code equal to that given

func (*UpdateSystemLicensingInfoAccepted) IsRedirect added in v0.2.0

func (o *UpdateSystemLicensingInfoAccepted) IsRedirect() bool

IsRedirect returns true when this update system licensing info accepted response has a 3xx status code

func (*UpdateSystemLicensingInfoAccepted) IsServerError added in v0.2.0

func (o *UpdateSystemLicensingInfoAccepted) IsServerError() bool

IsServerError returns true when this update system licensing info accepted response has a 5xx status code

func (*UpdateSystemLicensingInfoAccepted) IsSuccess added in v0.2.0

func (o *UpdateSystemLicensingInfoAccepted) IsSuccess() bool

IsSuccess returns true when this update system licensing info accepted response has a 2xx status code

func (*UpdateSystemLicensingInfoAccepted) String added in v0.2.0

type UpdateSystemLicensingInfoBadRequest added in v0.2.0

type UpdateSystemLicensingInfoBadRequest struct {
	Payload *models.Error
}

UpdateSystemLicensingInfoBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewUpdateSystemLicensingInfoBadRequest added in v0.2.0

func NewUpdateSystemLicensingInfoBadRequest() *UpdateSystemLicensingInfoBadRequest

NewUpdateSystemLicensingInfoBadRequest creates a UpdateSystemLicensingInfoBadRequest with default headers values

func (*UpdateSystemLicensingInfoBadRequest) Error added in v0.2.0

func (*UpdateSystemLicensingInfoBadRequest) GetPayload added in v0.2.0

func (*UpdateSystemLicensingInfoBadRequest) IsClientError added in v0.2.0

func (o *UpdateSystemLicensingInfoBadRequest) IsClientError() bool

IsClientError returns true when this update system licensing info bad request response has a 4xx status code

func (*UpdateSystemLicensingInfoBadRequest) IsCode added in v0.2.0

IsCode returns true when this update system licensing info bad request response a status code equal to that given

func (*UpdateSystemLicensingInfoBadRequest) IsRedirect added in v0.2.0

func (o *UpdateSystemLicensingInfoBadRequest) IsRedirect() bool

IsRedirect returns true when this update system licensing info bad request response has a 3xx status code

func (*UpdateSystemLicensingInfoBadRequest) IsServerError added in v0.2.0

func (o *UpdateSystemLicensingInfoBadRequest) IsServerError() bool

IsServerError returns true when this update system licensing info bad request response has a 5xx status code

func (*UpdateSystemLicensingInfoBadRequest) IsSuccess added in v0.2.0

IsSuccess returns true when this update system licensing info bad request response has a 2xx status code

func (*UpdateSystemLicensingInfoBadRequest) String added in v0.2.0

type UpdateSystemLicensingInfoConflict added in v0.2.0

type UpdateSystemLicensingInfoConflict struct {
	Payload *models.Error
}

UpdateSystemLicensingInfoConflict describes a response with status code 409, with default header values.

Conflict

func NewUpdateSystemLicensingInfoConflict added in v0.2.0

func NewUpdateSystemLicensingInfoConflict() *UpdateSystemLicensingInfoConflict

NewUpdateSystemLicensingInfoConflict creates a UpdateSystemLicensingInfoConflict with default headers values

func (*UpdateSystemLicensingInfoConflict) Error added in v0.2.0

func (*UpdateSystemLicensingInfoConflict) GetPayload added in v0.2.0

func (*UpdateSystemLicensingInfoConflict) IsClientError added in v0.2.0

func (o *UpdateSystemLicensingInfoConflict) IsClientError() bool

IsClientError returns true when this update system licensing info conflict response has a 4xx status code

func (*UpdateSystemLicensingInfoConflict) IsCode added in v0.2.0

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

IsCode returns true when this update system licensing info conflict response a status code equal to that given

func (*UpdateSystemLicensingInfoConflict) IsRedirect added in v0.2.0

func (o *UpdateSystemLicensingInfoConflict) IsRedirect() bool

IsRedirect returns true when this update system licensing info conflict response has a 3xx status code

func (*UpdateSystemLicensingInfoConflict) IsServerError added in v0.2.0

func (o *UpdateSystemLicensingInfoConflict) IsServerError() bool

IsServerError returns true when this update system licensing info conflict response has a 5xx status code

func (*UpdateSystemLicensingInfoConflict) IsSuccess added in v0.2.0

func (o *UpdateSystemLicensingInfoConflict) IsSuccess() bool

IsSuccess returns true when this update system licensing info conflict response has a 2xx status code

func (*UpdateSystemLicensingInfoConflict) String added in v0.2.0

type UpdateSystemLicensingInfoInternalServerError added in v0.2.0

type UpdateSystemLicensingInfoInternalServerError struct {
	Payload *models.Error
}

UpdateSystemLicensingInfoInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewUpdateSystemLicensingInfoInternalServerError added in v0.2.0

func NewUpdateSystemLicensingInfoInternalServerError() *UpdateSystemLicensingInfoInternalServerError

NewUpdateSystemLicensingInfoInternalServerError creates a UpdateSystemLicensingInfoInternalServerError with default headers values

func (*UpdateSystemLicensingInfoInternalServerError) Error added in v0.2.0

func (*UpdateSystemLicensingInfoInternalServerError) GetPayload added in v0.2.0

func (*UpdateSystemLicensingInfoInternalServerError) IsClientError added in v0.2.0

IsClientError returns true when this update system licensing info internal server error response has a 4xx status code

func (*UpdateSystemLicensingInfoInternalServerError) IsCode added in v0.2.0

IsCode returns true when this update system licensing info internal server error response a status code equal to that given

func (*UpdateSystemLicensingInfoInternalServerError) IsRedirect added in v0.2.0

IsRedirect returns true when this update system licensing info internal server error response has a 3xx status code

func (*UpdateSystemLicensingInfoInternalServerError) IsServerError added in v0.2.0

IsServerError returns true when this update system licensing info internal server error response has a 5xx status code

func (*UpdateSystemLicensingInfoInternalServerError) IsSuccess added in v0.2.0

IsSuccess returns true when this update system licensing info internal server error response has a 2xx status code

func (*UpdateSystemLicensingInfoInternalServerError) String added in v0.2.0

type UpdateSystemLicensingInfoOK added in v0.2.0

type UpdateSystemLicensingInfoOK struct {
}

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

OK

func NewUpdateSystemLicensingInfoOK added in v0.2.0

func NewUpdateSystemLicensingInfoOK() *UpdateSystemLicensingInfoOK

NewUpdateSystemLicensingInfoOK creates a UpdateSystemLicensingInfoOK with default headers values

func (*UpdateSystemLicensingInfoOK) Error added in v0.2.0

func (*UpdateSystemLicensingInfoOK) IsClientError added in v0.2.0

func (o *UpdateSystemLicensingInfoOK) IsClientError() bool

IsClientError returns true when this update system licensing info o k response has a 4xx status code

func (*UpdateSystemLicensingInfoOK) IsCode added in v0.2.0

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

IsCode returns true when this update system licensing info o k response a status code equal to that given

func (*UpdateSystemLicensingInfoOK) IsRedirect added in v0.2.0

func (o *UpdateSystemLicensingInfoOK) IsRedirect() bool

IsRedirect returns true when this update system licensing info o k response has a 3xx status code

func (*UpdateSystemLicensingInfoOK) IsServerError added in v0.2.0

func (o *UpdateSystemLicensingInfoOK) IsServerError() bool

IsServerError returns true when this update system licensing info o k response has a 5xx status code

func (*UpdateSystemLicensingInfoOK) IsSuccess added in v0.2.0

func (o *UpdateSystemLicensingInfoOK) IsSuccess() bool

IsSuccess returns true when this update system licensing info o k response has a 2xx status code

func (*UpdateSystemLicensingInfoOK) String added in v0.2.0

func (o *UpdateSystemLicensingInfoOK) String() string

type UpdateSystemLicensingInfoParams added in v0.2.0

type UpdateSystemLicensingInfoParams struct {

	/* LicensingInfoSpec.

	   License information spec
	*/
	LicensingInfoSpec *models.LicensingInfoSpec

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

UpdateSystemLicensingInfoParams contains all the parameters to send to the API endpoint

for the update system licensing info operation.

Typically these are written to a http.Request.

func NewUpdateSystemLicensingInfoParams added in v0.2.0

func NewUpdateSystemLicensingInfoParams() *UpdateSystemLicensingInfoParams

NewUpdateSystemLicensingInfoParams creates a new UpdateSystemLicensingInfoParams 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 NewUpdateSystemLicensingInfoParamsWithContext added in v0.2.0

func NewUpdateSystemLicensingInfoParamsWithContext(ctx context.Context) *UpdateSystemLicensingInfoParams

NewUpdateSystemLicensingInfoParamsWithContext creates a new UpdateSystemLicensingInfoParams object with the ability to set a context for a request.

func NewUpdateSystemLicensingInfoParamsWithHTTPClient added in v0.2.0

func NewUpdateSystemLicensingInfoParamsWithHTTPClient(client *http.Client) *UpdateSystemLicensingInfoParams

NewUpdateSystemLicensingInfoParamsWithHTTPClient creates a new UpdateSystemLicensingInfoParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateSystemLicensingInfoParamsWithTimeout added in v0.2.0

func NewUpdateSystemLicensingInfoParamsWithTimeout(timeout time.Duration) *UpdateSystemLicensingInfoParams

NewUpdateSystemLicensingInfoParamsWithTimeout creates a new UpdateSystemLicensingInfoParams object with the ability to set a timeout on a request.

func (*UpdateSystemLicensingInfoParams) SetContext added in v0.2.0

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

SetContext adds the context to the update system licensing info params

func (*UpdateSystemLicensingInfoParams) SetDefaults added in v0.2.0

func (o *UpdateSystemLicensingInfoParams) SetDefaults()

SetDefaults hydrates default values in the update system licensing info params (not the query body).

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

func (*UpdateSystemLicensingInfoParams) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the update system licensing info params

func (*UpdateSystemLicensingInfoParams) SetLicensingInfoSpec added in v0.2.0

func (o *UpdateSystemLicensingInfoParams) SetLicensingInfoSpec(licensingInfoSpec *models.LicensingInfoSpec)

SetLicensingInfoSpec adds the licensingInfoSpec to the update system licensing info params

func (*UpdateSystemLicensingInfoParams) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the update system licensing info params

func (*UpdateSystemLicensingInfoParams) WithContext added in v0.2.0

WithContext adds the context to the update system licensing info params

func (*UpdateSystemLicensingInfoParams) WithDefaults added in v0.2.0

WithDefaults hydrates default values in the update system licensing info params (not the query body).

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

func (*UpdateSystemLicensingInfoParams) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the update system licensing info params

func (*UpdateSystemLicensingInfoParams) WithLicensingInfoSpec added in v0.2.0

func (o *UpdateSystemLicensingInfoParams) WithLicensingInfoSpec(licensingInfoSpec *models.LicensingInfoSpec) *UpdateSystemLicensingInfoParams

WithLicensingInfoSpec adds the licensingInfoSpec to the update system licensing info params

func (*UpdateSystemLicensingInfoParams) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the update system licensing info params

func (*UpdateSystemLicensingInfoParams) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type UpdateSystemLicensingInfoReader added in v0.2.0

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

UpdateSystemLicensingInfoReader is a Reader for the UpdateSystemLicensingInfo structure.

func (*UpdateSystemLicensingInfoReader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL