distr_config_service

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2021 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for distr config service API

func (*Client) DistrConfigServiceActivatePool

func (a *Client) DistrConfigServiceActivatePool(params *DistrConfigServiceActivatePoolParams, opts ...ClientOption) (*DistrConfigServiceActivatePoolOK, error)
DistrConfigServiceActivatePool activates data pool which will enable the distribution of its data to mobile users

Errors:
  • 400 Returned when no valid pool ID is provided in the request, or when the pool is already active
  • 403 Returned when the caller is not allowed to perform this call
  • 500 Returned whenever an internall error occurs

func (*Client) DistrConfigServiceAssignAppToUsers

func (a *Client) DistrConfigServiceAssignAppToUsers(params *DistrConfigServiceAssignAppToUsersParams, opts ...ClientOption) (*DistrConfigServiceAssignAppToUsersOK, error)

DistrConfigServiceAssignAppToUsers assigns mobile application to users

func (*Client) DistrConfigServiceAssignPoolsToApp

func (a *Client) DistrConfigServiceAssignPoolsToApp(params *DistrConfigServiceAssignPoolsToAppParams, opts ...ClientOption) (*DistrConfigServiceAssignPoolsToAppOK, error)

DistrConfigServiceAssignPoolsToApp assigns data pools to mobile application

func (*Client) DistrConfigServiceAssignTagToUser

func (a *Client) DistrConfigServiceAssignTagToUser(params *DistrConfigServiceAssignTagToUserParams, opts ...ClientOption) (*DistrConfigServiceAssignTagToUserOK, error)

DistrConfigServiceAssignTagToUser assigns filtering tag to user

func (*Client) DistrConfigServiceCreateApp

func (a *Client) DistrConfigServiceCreateApp(params *DistrConfigServiceCreateAppParams, opts ...ClientOption) (*DistrConfigServiceCreateAppOK, error)

DistrConfigServiceCreateApp creates mobile application

func (*Client) DistrConfigServiceCreatePool

func (a *Client) DistrConfigServiceCreatePool(params *DistrConfigServiceCreatePoolParams, opts ...ClientOption) (*DistrConfigServiceCreatePoolOK, error)
DistrConfigServiceCreatePool creates a data pool that can be used to distribute data to mobile users

Errors:

- 400 Returned when no valid pool definition is provided in the request - 403 Returned when the caller is not allowed to perform this call - 500 Returned whenever an internall error occurs

func (*Client) DistrConfigServiceCreatePools

func (a *Client) DistrConfigServiceCreatePools(params *DistrConfigServiceCreatePoolsParams, opts ...ClientOption) (*DistrConfigServiceCreatePoolsOK, error)
DistrConfigServiceCreatePools creates several data pools which can be used to distribute data to mobile users

Errors:

- 400 Returned when no valid pool definitions are provided in the request - 403 Returned when the caller is not allowed to perform this call - 500 Returned whenever an internall error occurs

func (*Client) DistrConfigServiceCreateUser

func (a *Client) DistrConfigServiceCreateUser(params *DistrConfigServiceCreateUserParams, opts ...ClientOption) (*DistrConfigServiceCreateUserOK, error)

DistrConfigServiceCreateUser registers user in distribution database

func (*Client) DistrConfigServiceDeleteApp

func (a *Client) DistrConfigServiceDeleteApp(params *DistrConfigServiceDeleteAppParams, opts ...ClientOption) (*DistrConfigServiceDeleteAppOK, error)

DistrConfigServiceDeleteApp deletes mobile application

func (*Client) DistrConfigServiceDeletePool

func (a *Client) DistrConfigServiceDeletePool(params *DistrConfigServiceDeletePoolParams, opts ...ClientOption) (*DistrConfigServiceDeletePoolOK, error)
DistrConfigServiceDeletePool deletes data pool with all its data from the system and the mobile users devices

Errors:

- 400 Returned when no valid pool ID is provided in the request - 403 Returned when the caller is not allowed to perform this call - 500 Returned whenever an internall error occurs

func (*Client) DistrConfigServiceDeleteUser

func (a *Client) DistrConfigServiceDeleteUser(params *DistrConfigServiceDeleteUserParams, opts ...ClientOption) (*DistrConfigServiceDeleteUserOK, error)

DistrConfigServiceDeleteUser deletes user from distribution db

func (*Client) DistrConfigServiceGetApp

func (a *Client) DistrConfigServiceGetApp(params *DistrConfigServiceGetAppParams, opts ...ClientOption) (*DistrConfigServiceGetAppOK, error)

DistrConfigServiceGetApp gets a mobile application

func (*Client) DistrConfigServiceGetApps

func (a *Client) DistrConfigServiceGetApps(params *DistrConfigServiceGetAppsParams, opts ...ClientOption) (*DistrConfigServiceGetAppsOK, error)

DistrConfigServiceGetApps gets all mobile applications

func (*Client) DistrConfigServiceGetPool

func (a *Client) DistrConfigServiceGetPool(params *DistrConfigServiceGetPoolParams, opts ...ClientOption) (*DistrConfigServiceGetPoolOK, error)
DistrConfigServiceGetPool gets the data pool with the given ID

Errors:

- 400 Returned when no valid pool ID is provided in the request - 403 Returned when the caller is not allowed to perform this call - 500 Returned whenever an internall error occurs

func (*Client) DistrConfigServiceGetPoolDistribution

func (a *Client) DistrConfigServiceGetPoolDistribution(params *DistrConfigServiceGetPoolDistributionParams, opts ...ClientOption) (*DistrConfigServiceGetPoolDistributionOK, error)
DistrConfigServiceGetPoolDistribution gets the data distribution details for the pool

Errors:

- 400 Returned when no valid pool ID is provided in the request - 403 Returned when the caller is not allowed to perform this call - 500 Returned whenever an internall error occurs

func (*Client) DistrConfigServiceGetPools

func (a *Client) DistrConfigServiceGetPools(params *DistrConfigServiceGetPoolsParams, opts ...ClientOption) (*DistrConfigServiceGetPoolsOK, error)
DistrConfigServiceGetPools gets the list of all data pool that have been created in the system

Errors:

- 403 Returned when the caller is not allowed to perform this call - 500 Returned whenever an internall error occurs

func (*Client) DistrConfigServiceGetUser

func (a *Client) DistrConfigServiceGetUser(params *DistrConfigServiceGetUserParams, opts ...ClientOption) (*DistrConfigServiceGetUserOK, error)

DistrConfigServiceGetUser fetches the user with the given ID

func (*Client) DistrConfigServiceGetUsers

func (a *Client) DistrConfigServiceGetUsers(params *DistrConfigServiceGetUsersParams, opts ...ClientOption) (*DistrConfigServiceGetUsersOK, error)

DistrConfigServiceGetUsers fetches all users in account distribution db

func (*Client) DistrConfigServiceSetAppBundle

func (a *Client) DistrConfigServiceSetAppBundle(params *DistrConfigServiceSetAppBundleParams, opts ...ClientOption) (*DistrConfigServiceSetAppBundleOK, error)

DistrConfigServiceSetAppBundle sets the mobile application bundle

func (*Client) DistrConfigServiceUnassignAppFromUsers

func (a *Client) DistrConfigServiceUnassignAppFromUsers(params *DistrConfigServiceUnassignAppFromUsersParams, opts ...ClientOption) (*DistrConfigServiceUnassignAppFromUsersOK, error)

DistrConfigServiceUnassignAppFromUsers unassigns mobile application from users

func (*Client) DistrConfigServiceUnassignPoolsFromApp

func (a *Client) DistrConfigServiceUnassignPoolsFromApp(params *DistrConfigServiceUnassignPoolsFromAppParams, opts ...ClientOption) (*DistrConfigServiceUnassignPoolsFromAppOK, error)

DistrConfigServiceUnassignPoolsFromApp unassigns data pool from mobile application

func (*Client) DistrConfigServiceUnassignTagFromUser

func (a *Client) DistrConfigServiceUnassignTagFromUser(params *DistrConfigServiceUnassignTagFromUserParams, opts ...ClientOption) (*DistrConfigServiceUnassignTagFromUserOK, error)

DistrConfigServiceUnassignTagFromUser unassigns filtering tag from user

func (*Client) DistrConfigServiceUpdatePool

func (a *Client) DistrConfigServiceUpdatePool(params *DistrConfigServiceUpdatePoolParams, opts ...ClientOption) (*DistrConfigServiceUpdatePoolOK, error)
DistrConfigServiceUpdatePool updates an already existing data pool

Errors:

- 400 Returned when no valid pool definition is provided in the request - 404 Returned when a pool with the given ID does not exist - 403 Returned when the caller is not allowed to perform this call - 500 Returned whenever an internall error occurs

func (*Client) DistrConfigServiceUpdatePool2

func (a *Client) DistrConfigServiceUpdatePool2(params *DistrConfigServiceUpdatePool2Params, opts ...ClientOption) (*DistrConfigServiceUpdatePool2OK, error)
DistrConfigServiceUpdatePool2 updates an already existing data pool

Errors:

- 400 Returned when no valid pool definition is provided in the request - 404 Returned when a pool with the given ID does not exist - 403 Returned when the caller is not allowed to perform this call - 500 Returned whenever an internall error occurs

func (*Client) DistrConfigServiceValidatePoolData

func (a *Client) DistrConfigServiceValidatePoolData(params *DistrConfigServiceValidatePoolDataParams, opts ...ClientOption) (*DistrConfigServiceValidatePoolDataOK, error)
DistrConfigServiceValidatePoolData validates pool data against pool specification

Errors:

- 400 Returned when no valid pool definition is provided in the request - 403 Returned when the caller is not allowed to perform this call - 500 Returned whenever an internall error occurs

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption added in v0.6.0

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	DistrConfigServiceActivatePool(params *DistrConfigServiceActivatePoolParams, opts ...ClientOption) (*DistrConfigServiceActivatePoolOK, error)

	DistrConfigServiceAssignAppToUsers(params *DistrConfigServiceAssignAppToUsersParams, opts ...ClientOption) (*DistrConfigServiceAssignAppToUsersOK, error)

	DistrConfigServiceAssignPoolsToApp(params *DistrConfigServiceAssignPoolsToAppParams, opts ...ClientOption) (*DistrConfigServiceAssignPoolsToAppOK, error)

	DistrConfigServiceAssignTagToUser(params *DistrConfigServiceAssignTagToUserParams, opts ...ClientOption) (*DistrConfigServiceAssignTagToUserOK, error)

	DistrConfigServiceCreateApp(params *DistrConfigServiceCreateAppParams, opts ...ClientOption) (*DistrConfigServiceCreateAppOK, error)

	DistrConfigServiceCreatePool(params *DistrConfigServiceCreatePoolParams, opts ...ClientOption) (*DistrConfigServiceCreatePoolOK, error)

	DistrConfigServiceCreatePools(params *DistrConfigServiceCreatePoolsParams, opts ...ClientOption) (*DistrConfigServiceCreatePoolsOK, error)

	DistrConfigServiceCreateUser(params *DistrConfigServiceCreateUserParams, opts ...ClientOption) (*DistrConfigServiceCreateUserOK, error)

	DistrConfigServiceDeleteApp(params *DistrConfigServiceDeleteAppParams, opts ...ClientOption) (*DistrConfigServiceDeleteAppOK, error)

	DistrConfigServiceDeletePool(params *DistrConfigServiceDeletePoolParams, opts ...ClientOption) (*DistrConfigServiceDeletePoolOK, error)

	DistrConfigServiceDeleteUser(params *DistrConfigServiceDeleteUserParams, opts ...ClientOption) (*DistrConfigServiceDeleteUserOK, error)

	DistrConfigServiceGetApp(params *DistrConfigServiceGetAppParams, opts ...ClientOption) (*DistrConfigServiceGetAppOK, error)

	DistrConfigServiceGetApps(params *DistrConfigServiceGetAppsParams, opts ...ClientOption) (*DistrConfigServiceGetAppsOK, error)

	DistrConfigServiceGetPool(params *DistrConfigServiceGetPoolParams, opts ...ClientOption) (*DistrConfigServiceGetPoolOK, error)

	DistrConfigServiceGetPoolDistribution(params *DistrConfigServiceGetPoolDistributionParams, opts ...ClientOption) (*DistrConfigServiceGetPoolDistributionOK, error)

	DistrConfigServiceGetPools(params *DistrConfigServiceGetPoolsParams, opts ...ClientOption) (*DistrConfigServiceGetPoolsOK, error)

	DistrConfigServiceGetUser(params *DistrConfigServiceGetUserParams, opts ...ClientOption) (*DistrConfigServiceGetUserOK, error)

	DistrConfigServiceGetUsers(params *DistrConfigServiceGetUsersParams, opts ...ClientOption) (*DistrConfigServiceGetUsersOK, error)

	DistrConfigServiceSetAppBundle(params *DistrConfigServiceSetAppBundleParams, opts ...ClientOption) (*DistrConfigServiceSetAppBundleOK, error)

	DistrConfigServiceUnassignAppFromUsers(params *DistrConfigServiceUnassignAppFromUsersParams, opts ...ClientOption) (*DistrConfigServiceUnassignAppFromUsersOK, error)

	DistrConfigServiceUnassignPoolsFromApp(params *DistrConfigServiceUnassignPoolsFromAppParams, opts ...ClientOption) (*DistrConfigServiceUnassignPoolsFromAppOK, error)

	DistrConfigServiceUnassignTagFromUser(params *DistrConfigServiceUnassignTagFromUserParams, opts ...ClientOption) (*DistrConfigServiceUnassignTagFromUserOK, error)

	DistrConfigServiceUpdatePool(params *DistrConfigServiceUpdatePoolParams, opts ...ClientOption) (*DistrConfigServiceUpdatePoolOK, error)

	DistrConfigServiceUpdatePool2(params *DistrConfigServiceUpdatePool2Params, opts ...ClientOption) (*DistrConfigServiceUpdatePool2OK, error)

	DistrConfigServiceValidatePoolData(params *DistrConfigServiceValidatePoolDataParams, opts ...ClientOption) (*DistrConfigServiceValidatePoolDataOK, 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 distr config service API client.

type DistrConfigServiceActivatePoolDefault

type DistrConfigServiceActivatePoolDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
DistrConfigServiceActivatePoolDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewDistrConfigServiceActivatePoolDefault

func NewDistrConfigServiceActivatePoolDefault(code int) *DistrConfigServiceActivatePoolDefault

NewDistrConfigServiceActivatePoolDefault creates a DistrConfigServiceActivatePoolDefault with default headers values

func (*DistrConfigServiceActivatePoolDefault) Code

Code gets the status code for the distr config service activate pool default response

func (*DistrConfigServiceActivatePoolDefault) Error

func (*DistrConfigServiceActivatePoolDefault) GetPayload

type DistrConfigServiceActivatePoolNotFound

type DistrConfigServiceActivatePoolNotFound struct {
	Payload string
}
DistrConfigServiceActivatePoolNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewDistrConfigServiceActivatePoolNotFound

func NewDistrConfigServiceActivatePoolNotFound() *DistrConfigServiceActivatePoolNotFound

NewDistrConfigServiceActivatePoolNotFound creates a DistrConfigServiceActivatePoolNotFound with default headers values

func (*DistrConfigServiceActivatePoolNotFound) Error

func (*DistrConfigServiceActivatePoolNotFound) GetPayload

type DistrConfigServiceActivatePoolOK

type DistrConfigServiceActivatePoolOK struct {
	Payload models.DistrconfigActivatePoolResponse
}
DistrConfigServiceActivatePoolOK describes a response with status code 200, with default header values.

A successful response.

func NewDistrConfigServiceActivatePoolOK

func NewDistrConfigServiceActivatePoolOK() *DistrConfigServiceActivatePoolOK

NewDistrConfigServiceActivatePoolOK creates a DistrConfigServiceActivatePoolOK with default headers values

func (*DistrConfigServiceActivatePoolOK) Error

func (*DistrConfigServiceActivatePoolOK) GetPayload

type DistrConfigServiceActivatePoolParams

type DistrConfigServiceActivatePoolParams struct {

	// Body.
	Body *models.DistrconfigActivatePoolRequest

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

DistrConfigServiceActivatePoolParams contains all the parameters to send to the API endpoint

for the distr config service activate pool operation.

Typically these are written to a http.Request.

func NewDistrConfigServiceActivatePoolParams

func NewDistrConfigServiceActivatePoolParams() *DistrConfigServiceActivatePoolParams

NewDistrConfigServiceActivatePoolParams creates a new DistrConfigServiceActivatePoolParams 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 NewDistrConfigServiceActivatePoolParamsWithContext

func NewDistrConfigServiceActivatePoolParamsWithContext(ctx context.Context) *DistrConfigServiceActivatePoolParams

NewDistrConfigServiceActivatePoolParamsWithContext creates a new DistrConfigServiceActivatePoolParams object with the ability to set a context for a request.

func NewDistrConfigServiceActivatePoolParamsWithHTTPClient

func NewDistrConfigServiceActivatePoolParamsWithHTTPClient(client *http.Client) *DistrConfigServiceActivatePoolParams

NewDistrConfigServiceActivatePoolParamsWithHTTPClient creates a new DistrConfigServiceActivatePoolParams object with the ability to set a custom HTTPClient for a request.

func NewDistrConfigServiceActivatePoolParamsWithTimeout

func NewDistrConfigServiceActivatePoolParamsWithTimeout(timeout time.Duration) *DistrConfigServiceActivatePoolParams

NewDistrConfigServiceActivatePoolParamsWithTimeout creates a new DistrConfigServiceActivatePoolParams object with the ability to set a timeout on a request.

func (*DistrConfigServiceActivatePoolParams) SetBody

SetBody adds the body to the distr config service activate pool params

func (*DistrConfigServiceActivatePoolParams) SetContext

SetContext adds the context to the distr config service activate pool params

func (*DistrConfigServiceActivatePoolParams) SetDefaults added in v0.4.5

func (o *DistrConfigServiceActivatePoolParams) SetDefaults()

SetDefaults hydrates default values in the distr config service activate pool params (not the query body).

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

func (*DistrConfigServiceActivatePoolParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the distr config service activate pool params

func (*DistrConfigServiceActivatePoolParams) SetTimeout

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

SetTimeout adds the timeout to the distr config service activate pool params

func (*DistrConfigServiceActivatePoolParams) WithBody

WithBody adds the body to the distr config service activate pool params

func (*DistrConfigServiceActivatePoolParams) WithContext

WithContext adds the context to the distr config service activate pool params

func (*DistrConfigServiceActivatePoolParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the distr config service activate pool params (not the query body).

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

func (*DistrConfigServiceActivatePoolParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the distr config service activate pool params

func (*DistrConfigServiceActivatePoolParams) WithTimeout

WithTimeout adds the timeout to the distr config service activate pool params

func (*DistrConfigServiceActivatePoolParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DistrConfigServiceActivatePoolReader

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

DistrConfigServiceActivatePoolReader is a Reader for the DistrConfigServiceActivatePool structure.

func (*DistrConfigServiceActivatePoolReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DistrConfigServiceAssignAppToUsersDefault

type DistrConfigServiceAssignAppToUsersDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
DistrConfigServiceAssignAppToUsersDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewDistrConfigServiceAssignAppToUsersDefault

func NewDistrConfigServiceAssignAppToUsersDefault(code int) *DistrConfigServiceAssignAppToUsersDefault

NewDistrConfigServiceAssignAppToUsersDefault creates a DistrConfigServiceAssignAppToUsersDefault with default headers values

func (*DistrConfigServiceAssignAppToUsersDefault) Code

Code gets the status code for the distr config service assign app to users default response

func (*DistrConfigServiceAssignAppToUsersDefault) Error

func (*DistrConfigServiceAssignAppToUsersDefault) GetPayload

type DistrConfigServiceAssignAppToUsersNotFound

type DistrConfigServiceAssignAppToUsersNotFound struct {
	Payload string
}
DistrConfigServiceAssignAppToUsersNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewDistrConfigServiceAssignAppToUsersNotFound

func NewDistrConfigServiceAssignAppToUsersNotFound() *DistrConfigServiceAssignAppToUsersNotFound

NewDistrConfigServiceAssignAppToUsersNotFound creates a DistrConfigServiceAssignAppToUsersNotFound with default headers values

func (*DistrConfigServiceAssignAppToUsersNotFound) Error

func (*DistrConfigServiceAssignAppToUsersNotFound) GetPayload

type DistrConfigServiceAssignAppToUsersOK

type DistrConfigServiceAssignAppToUsersOK struct {
	Payload *models.DistrconfigAssignAppToUsersResponse
}
DistrConfigServiceAssignAppToUsersOK describes a response with status code 200, with default header values.

A successful response.

func NewDistrConfigServiceAssignAppToUsersOK

func NewDistrConfigServiceAssignAppToUsersOK() *DistrConfigServiceAssignAppToUsersOK

NewDistrConfigServiceAssignAppToUsersOK creates a DistrConfigServiceAssignAppToUsersOK with default headers values

func (*DistrConfigServiceAssignAppToUsersOK) Error

func (*DistrConfigServiceAssignAppToUsersOK) GetPayload

type DistrConfigServiceAssignAppToUsersParams

type DistrConfigServiceAssignAppToUsersParams struct {

	// Body.
	Body *models.DistrconfigAssignAppToUsersRequest

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

DistrConfigServiceAssignAppToUsersParams contains all the parameters to send to the API endpoint

for the distr config service assign app to users operation.

Typically these are written to a http.Request.

func NewDistrConfigServiceAssignAppToUsersParams

func NewDistrConfigServiceAssignAppToUsersParams() *DistrConfigServiceAssignAppToUsersParams

NewDistrConfigServiceAssignAppToUsersParams creates a new DistrConfigServiceAssignAppToUsersParams 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 NewDistrConfigServiceAssignAppToUsersParamsWithContext

func NewDistrConfigServiceAssignAppToUsersParamsWithContext(ctx context.Context) *DistrConfigServiceAssignAppToUsersParams

NewDistrConfigServiceAssignAppToUsersParamsWithContext creates a new DistrConfigServiceAssignAppToUsersParams object with the ability to set a context for a request.

func NewDistrConfigServiceAssignAppToUsersParamsWithHTTPClient

func NewDistrConfigServiceAssignAppToUsersParamsWithHTTPClient(client *http.Client) *DistrConfigServiceAssignAppToUsersParams

NewDistrConfigServiceAssignAppToUsersParamsWithHTTPClient creates a new DistrConfigServiceAssignAppToUsersParams object with the ability to set a custom HTTPClient for a request.

func NewDistrConfigServiceAssignAppToUsersParamsWithTimeout

func NewDistrConfigServiceAssignAppToUsersParamsWithTimeout(timeout time.Duration) *DistrConfigServiceAssignAppToUsersParams

NewDistrConfigServiceAssignAppToUsersParamsWithTimeout creates a new DistrConfigServiceAssignAppToUsersParams object with the ability to set a timeout on a request.

func (*DistrConfigServiceAssignAppToUsersParams) SetBody

SetBody adds the body to the distr config service assign app to users params

func (*DistrConfigServiceAssignAppToUsersParams) SetContext

SetContext adds the context to the distr config service assign app to users params

func (*DistrConfigServiceAssignAppToUsersParams) SetDefaults added in v0.4.5

SetDefaults hydrates default values in the distr config service assign app to users params (not the query body).

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

func (*DistrConfigServiceAssignAppToUsersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the distr config service assign app to users params

func (*DistrConfigServiceAssignAppToUsersParams) SetTimeout

SetTimeout adds the timeout to the distr config service assign app to users params

func (*DistrConfigServiceAssignAppToUsersParams) WithBody

WithBody adds the body to the distr config service assign app to users params

func (*DistrConfigServiceAssignAppToUsersParams) WithContext

WithContext adds the context to the distr config service assign app to users params

func (*DistrConfigServiceAssignAppToUsersParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the distr config service assign app to users params (not the query body).

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

func (*DistrConfigServiceAssignAppToUsersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the distr config service assign app to users params

func (*DistrConfigServiceAssignAppToUsersParams) WithTimeout

WithTimeout adds the timeout to the distr config service assign app to users params

func (*DistrConfigServiceAssignAppToUsersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DistrConfigServiceAssignAppToUsersReader

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

DistrConfigServiceAssignAppToUsersReader is a Reader for the DistrConfigServiceAssignAppToUsers structure.

func (*DistrConfigServiceAssignAppToUsersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DistrConfigServiceAssignPoolsToAppDefault

type DistrConfigServiceAssignPoolsToAppDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
DistrConfigServiceAssignPoolsToAppDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewDistrConfigServiceAssignPoolsToAppDefault

func NewDistrConfigServiceAssignPoolsToAppDefault(code int) *DistrConfigServiceAssignPoolsToAppDefault

NewDistrConfigServiceAssignPoolsToAppDefault creates a DistrConfigServiceAssignPoolsToAppDefault with default headers values

func (*DistrConfigServiceAssignPoolsToAppDefault) Code

Code gets the status code for the distr config service assign pools to app default response

func (*DistrConfigServiceAssignPoolsToAppDefault) Error

func (*DistrConfigServiceAssignPoolsToAppDefault) GetPayload

type DistrConfigServiceAssignPoolsToAppNotFound

type DistrConfigServiceAssignPoolsToAppNotFound struct {
	Payload string
}
DistrConfigServiceAssignPoolsToAppNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewDistrConfigServiceAssignPoolsToAppNotFound

func NewDistrConfigServiceAssignPoolsToAppNotFound() *DistrConfigServiceAssignPoolsToAppNotFound

NewDistrConfigServiceAssignPoolsToAppNotFound creates a DistrConfigServiceAssignPoolsToAppNotFound with default headers values

func (*DistrConfigServiceAssignPoolsToAppNotFound) Error

func (*DistrConfigServiceAssignPoolsToAppNotFound) GetPayload

type DistrConfigServiceAssignPoolsToAppOK

type DistrConfigServiceAssignPoolsToAppOK struct {
	Payload *models.DistrconfigAssignPoolsToAppResponse
}
DistrConfigServiceAssignPoolsToAppOK describes a response with status code 200, with default header values.

A successful response.

func NewDistrConfigServiceAssignPoolsToAppOK

func NewDistrConfigServiceAssignPoolsToAppOK() *DistrConfigServiceAssignPoolsToAppOK

NewDistrConfigServiceAssignPoolsToAppOK creates a DistrConfigServiceAssignPoolsToAppOK with default headers values

func (*DistrConfigServiceAssignPoolsToAppOK) Error

func (*DistrConfigServiceAssignPoolsToAppOK) GetPayload

type DistrConfigServiceAssignPoolsToAppParams

type DistrConfigServiceAssignPoolsToAppParams struct {

	// Body.
	Body *models.DistrconfigAssignPoolsToAppRequest

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

DistrConfigServiceAssignPoolsToAppParams contains all the parameters to send to the API endpoint

for the distr config service assign pools to app operation.

Typically these are written to a http.Request.

func NewDistrConfigServiceAssignPoolsToAppParams

func NewDistrConfigServiceAssignPoolsToAppParams() *DistrConfigServiceAssignPoolsToAppParams

NewDistrConfigServiceAssignPoolsToAppParams creates a new DistrConfigServiceAssignPoolsToAppParams 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 NewDistrConfigServiceAssignPoolsToAppParamsWithContext

func NewDistrConfigServiceAssignPoolsToAppParamsWithContext(ctx context.Context) *DistrConfigServiceAssignPoolsToAppParams

NewDistrConfigServiceAssignPoolsToAppParamsWithContext creates a new DistrConfigServiceAssignPoolsToAppParams object with the ability to set a context for a request.

func NewDistrConfigServiceAssignPoolsToAppParamsWithHTTPClient

func NewDistrConfigServiceAssignPoolsToAppParamsWithHTTPClient(client *http.Client) *DistrConfigServiceAssignPoolsToAppParams

NewDistrConfigServiceAssignPoolsToAppParamsWithHTTPClient creates a new DistrConfigServiceAssignPoolsToAppParams object with the ability to set a custom HTTPClient for a request.

func NewDistrConfigServiceAssignPoolsToAppParamsWithTimeout

func NewDistrConfigServiceAssignPoolsToAppParamsWithTimeout(timeout time.Duration) *DistrConfigServiceAssignPoolsToAppParams

NewDistrConfigServiceAssignPoolsToAppParamsWithTimeout creates a new DistrConfigServiceAssignPoolsToAppParams object with the ability to set a timeout on a request.

func (*DistrConfigServiceAssignPoolsToAppParams) SetBody

SetBody adds the body to the distr config service assign pools to app params

func (*DistrConfigServiceAssignPoolsToAppParams) SetContext

SetContext adds the context to the distr config service assign pools to app params

func (*DistrConfigServiceAssignPoolsToAppParams) SetDefaults added in v0.4.5

SetDefaults hydrates default values in the distr config service assign pools to app params (not the query body).

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

func (*DistrConfigServiceAssignPoolsToAppParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the distr config service assign pools to app params

func (*DistrConfigServiceAssignPoolsToAppParams) SetTimeout

SetTimeout adds the timeout to the distr config service assign pools to app params

func (*DistrConfigServiceAssignPoolsToAppParams) WithBody

WithBody adds the body to the distr config service assign pools to app params

func (*DistrConfigServiceAssignPoolsToAppParams) WithContext

WithContext adds the context to the distr config service assign pools to app params

func (*DistrConfigServiceAssignPoolsToAppParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the distr config service assign pools to app params (not the query body).

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

func (*DistrConfigServiceAssignPoolsToAppParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the distr config service assign pools to app params

func (*DistrConfigServiceAssignPoolsToAppParams) WithTimeout

WithTimeout adds the timeout to the distr config service assign pools to app params

func (*DistrConfigServiceAssignPoolsToAppParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DistrConfigServiceAssignPoolsToAppReader

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

DistrConfigServiceAssignPoolsToAppReader is a Reader for the DistrConfigServiceAssignPoolsToApp structure.

func (*DistrConfigServiceAssignPoolsToAppReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DistrConfigServiceAssignTagToUserDefault

type DistrConfigServiceAssignTagToUserDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
DistrConfigServiceAssignTagToUserDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewDistrConfigServiceAssignTagToUserDefault

func NewDistrConfigServiceAssignTagToUserDefault(code int) *DistrConfigServiceAssignTagToUserDefault

NewDistrConfigServiceAssignTagToUserDefault creates a DistrConfigServiceAssignTagToUserDefault with default headers values

func (*DistrConfigServiceAssignTagToUserDefault) Code

Code gets the status code for the distr config service assign tag to user default response

func (*DistrConfigServiceAssignTagToUserDefault) Error

func (*DistrConfigServiceAssignTagToUserDefault) GetPayload

type DistrConfigServiceAssignTagToUserNotFound

type DistrConfigServiceAssignTagToUserNotFound struct {
	Payload string
}
DistrConfigServiceAssignTagToUserNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewDistrConfigServiceAssignTagToUserNotFound

func NewDistrConfigServiceAssignTagToUserNotFound() *DistrConfigServiceAssignTagToUserNotFound

NewDistrConfigServiceAssignTagToUserNotFound creates a DistrConfigServiceAssignTagToUserNotFound with default headers values

func (*DistrConfigServiceAssignTagToUserNotFound) Error

func (*DistrConfigServiceAssignTagToUserNotFound) GetPayload

type DistrConfigServiceAssignTagToUserOK

type DistrConfigServiceAssignTagToUserOK struct {
	Payload models.DistrconfigAssignTagToUserResponse
}
DistrConfigServiceAssignTagToUserOK describes a response with status code 200, with default header values.

A successful response.

func NewDistrConfigServiceAssignTagToUserOK

func NewDistrConfigServiceAssignTagToUserOK() *DistrConfigServiceAssignTagToUserOK

NewDistrConfigServiceAssignTagToUserOK creates a DistrConfigServiceAssignTagToUserOK with default headers values

func (*DistrConfigServiceAssignTagToUserOK) Error

func (*DistrConfigServiceAssignTagToUserOK) GetPayload

type DistrConfigServiceAssignTagToUserParams

type DistrConfigServiceAssignTagToUserParams struct {

	// Body.
	Body *models.DistrconfigAssignTagToUserRequest

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

DistrConfigServiceAssignTagToUserParams contains all the parameters to send to the API endpoint

for the distr config service assign tag to user operation.

Typically these are written to a http.Request.

func NewDistrConfigServiceAssignTagToUserParams

func NewDistrConfigServiceAssignTagToUserParams() *DistrConfigServiceAssignTagToUserParams

NewDistrConfigServiceAssignTagToUserParams creates a new DistrConfigServiceAssignTagToUserParams 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 NewDistrConfigServiceAssignTagToUserParamsWithContext

func NewDistrConfigServiceAssignTagToUserParamsWithContext(ctx context.Context) *DistrConfigServiceAssignTagToUserParams

NewDistrConfigServiceAssignTagToUserParamsWithContext creates a new DistrConfigServiceAssignTagToUserParams object with the ability to set a context for a request.

func NewDistrConfigServiceAssignTagToUserParamsWithHTTPClient

func NewDistrConfigServiceAssignTagToUserParamsWithHTTPClient(client *http.Client) *DistrConfigServiceAssignTagToUserParams

NewDistrConfigServiceAssignTagToUserParamsWithHTTPClient creates a new DistrConfigServiceAssignTagToUserParams object with the ability to set a custom HTTPClient for a request.

func NewDistrConfigServiceAssignTagToUserParamsWithTimeout

func NewDistrConfigServiceAssignTagToUserParamsWithTimeout(timeout time.Duration) *DistrConfigServiceAssignTagToUserParams

NewDistrConfigServiceAssignTagToUserParamsWithTimeout creates a new DistrConfigServiceAssignTagToUserParams object with the ability to set a timeout on a request.

func (*DistrConfigServiceAssignTagToUserParams) SetBody

SetBody adds the body to the distr config service assign tag to user params

func (*DistrConfigServiceAssignTagToUserParams) SetContext

SetContext adds the context to the distr config service assign tag to user params

func (*DistrConfigServiceAssignTagToUserParams) SetDefaults added in v0.4.5

func (o *DistrConfigServiceAssignTagToUserParams) SetDefaults()

SetDefaults hydrates default values in the distr config service assign tag to user params (not the query body).

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

func (*DistrConfigServiceAssignTagToUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the distr config service assign tag to user params

func (*DistrConfigServiceAssignTagToUserParams) SetTimeout

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

SetTimeout adds the timeout to the distr config service assign tag to user params

func (*DistrConfigServiceAssignTagToUserParams) WithBody

WithBody adds the body to the distr config service assign tag to user params

func (*DistrConfigServiceAssignTagToUserParams) WithContext

WithContext adds the context to the distr config service assign tag to user params

func (*DistrConfigServiceAssignTagToUserParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the distr config service assign tag to user params (not the query body).

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

func (*DistrConfigServiceAssignTagToUserParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the distr config service assign tag to user params

func (*DistrConfigServiceAssignTagToUserParams) WithTimeout

WithTimeout adds the timeout to the distr config service assign tag to user params

func (*DistrConfigServiceAssignTagToUserParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DistrConfigServiceAssignTagToUserReader

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

DistrConfigServiceAssignTagToUserReader is a Reader for the DistrConfigServiceAssignTagToUser structure.

func (*DistrConfigServiceAssignTagToUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DistrConfigServiceCreateAppDefault

type DistrConfigServiceCreateAppDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
DistrConfigServiceCreateAppDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewDistrConfigServiceCreateAppDefault

func NewDistrConfigServiceCreateAppDefault(code int) *DistrConfigServiceCreateAppDefault

NewDistrConfigServiceCreateAppDefault creates a DistrConfigServiceCreateAppDefault with default headers values

func (*DistrConfigServiceCreateAppDefault) Code

Code gets the status code for the distr config service create app default response

func (*DistrConfigServiceCreateAppDefault) Error

func (*DistrConfigServiceCreateAppDefault) GetPayload

type DistrConfigServiceCreateAppNotFound

type DistrConfigServiceCreateAppNotFound struct {
	Payload string
}
DistrConfigServiceCreateAppNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewDistrConfigServiceCreateAppNotFound

func NewDistrConfigServiceCreateAppNotFound() *DistrConfigServiceCreateAppNotFound

NewDistrConfigServiceCreateAppNotFound creates a DistrConfigServiceCreateAppNotFound with default headers values

func (*DistrConfigServiceCreateAppNotFound) Error

func (*DistrConfigServiceCreateAppNotFound) GetPayload

type DistrConfigServiceCreateAppOK

type DistrConfigServiceCreateAppOK struct {
	Payload models.DistrconfigCreateAppResponse
}
DistrConfigServiceCreateAppOK describes a response with status code 200, with default header values.

A successful response.

func NewDistrConfigServiceCreateAppOK

func NewDistrConfigServiceCreateAppOK() *DistrConfigServiceCreateAppOK

NewDistrConfigServiceCreateAppOK creates a DistrConfigServiceCreateAppOK with default headers values

func (*DistrConfigServiceCreateAppOK) Error

func (*DistrConfigServiceCreateAppOK) GetPayload

type DistrConfigServiceCreateAppParams

type DistrConfigServiceCreateAppParams struct {

	// Body.
	Body *models.DistrconfigMobileApp

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

DistrConfigServiceCreateAppParams contains all the parameters to send to the API endpoint

for the distr config service create app operation.

Typically these are written to a http.Request.

func NewDistrConfigServiceCreateAppParams

func NewDistrConfigServiceCreateAppParams() *DistrConfigServiceCreateAppParams

NewDistrConfigServiceCreateAppParams creates a new DistrConfigServiceCreateAppParams 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 NewDistrConfigServiceCreateAppParamsWithContext

func NewDistrConfigServiceCreateAppParamsWithContext(ctx context.Context) *DistrConfigServiceCreateAppParams

NewDistrConfigServiceCreateAppParamsWithContext creates a new DistrConfigServiceCreateAppParams object with the ability to set a context for a request.

func NewDistrConfigServiceCreateAppParamsWithHTTPClient

func NewDistrConfigServiceCreateAppParamsWithHTTPClient(client *http.Client) *DistrConfigServiceCreateAppParams

NewDistrConfigServiceCreateAppParamsWithHTTPClient creates a new DistrConfigServiceCreateAppParams object with the ability to set a custom HTTPClient for a request.

func NewDistrConfigServiceCreateAppParamsWithTimeout

func NewDistrConfigServiceCreateAppParamsWithTimeout(timeout time.Duration) *DistrConfigServiceCreateAppParams

NewDistrConfigServiceCreateAppParamsWithTimeout creates a new DistrConfigServiceCreateAppParams object with the ability to set a timeout on a request.

func (*DistrConfigServiceCreateAppParams) SetBody

SetBody adds the body to the distr config service create app params

func (*DistrConfigServiceCreateAppParams) SetContext

SetContext adds the context to the distr config service create app params

func (*DistrConfigServiceCreateAppParams) SetDefaults added in v0.4.5

func (o *DistrConfigServiceCreateAppParams) SetDefaults()

SetDefaults hydrates default values in the distr config service create app params (not the query body).

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

func (*DistrConfigServiceCreateAppParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the distr config service create app params

func (*DistrConfigServiceCreateAppParams) SetTimeout

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

SetTimeout adds the timeout to the distr config service create app params

func (*DistrConfigServiceCreateAppParams) WithBody

WithBody adds the body to the distr config service create app params

func (*DistrConfigServiceCreateAppParams) WithContext

WithContext adds the context to the distr config service create app params

func (*DistrConfigServiceCreateAppParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the distr config service create app params (not the query body).

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

func (*DistrConfigServiceCreateAppParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the distr config service create app params

func (*DistrConfigServiceCreateAppParams) WithTimeout

WithTimeout adds the timeout to the distr config service create app params

func (*DistrConfigServiceCreateAppParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DistrConfigServiceCreateAppReader

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

DistrConfigServiceCreateAppReader is a Reader for the DistrConfigServiceCreateApp structure.

func (*DistrConfigServiceCreateAppReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DistrConfigServiceCreatePoolDefault

type DistrConfigServiceCreatePoolDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
DistrConfigServiceCreatePoolDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewDistrConfigServiceCreatePoolDefault

func NewDistrConfigServiceCreatePoolDefault(code int) *DistrConfigServiceCreatePoolDefault

NewDistrConfigServiceCreatePoolDefault creates a DistrConfigServiceCreatePoolDefault with default headers values

func (*DistrConfigServiceCreatePoolDefault) Code

Code gets the status code for the distr config service create pool default response

func (*DistrConfigServiceCreatePoolDefault) Error

func (*DistrConfigServiceCreatePoolDefault) GetPayload

type DistrConfigServiceCreatePoolNotFound

type DistrConfigServiceCreatePoolNotFound struct {
	Payload string
}
DistrConfigServiceCreatePoolNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewDistrConfigServiceCreatePoolNotFound

func NewDistrConfigServiceCreatePoolNotFound() *DistrConfigServiceCreatePoolNotFound

NewDistrConfigServiceCreatePoolNotFound creates a DistrConfigServiceCreatePoolNotFound with default headers values

func (*DistrConfigServiceCreatePoolNotFound) Error

func (*DistrConfigServiceCreatePoolNotFound) GetPayload

type DistrConfigServiceCreatePoolOK

type DistrConfigServiceCreatePoolOK struct {
	Payload models.DistrconfigCreatePoolResponse
}
DistrConfigServiceCreatePoolOK describes a response with status code 200, with default header values.

A successful response.

func NewDistrConfigServiceCreatePoolOK

func NewDistrConfigServiceCreatePoolOK() *DistrConfigServiceCreatePoolOK

NewDistrConfigServiceCreatePoolOK creates a DistrConfigServiceCreatePoolOK with default headers values

func (*DistrConfigServiceCreatePoolOK) Error

func (*DistrConfigServiceCreatePoolOK) GetPayload

type DistrConfigServiceCreatePoolParams

type DistrConfigServiceCreatePoolParams struct {

	// Body.
	Body *models.DistrconfigDataPool

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

DistrConfigServiceCreatePoolParams contains all the parameters to send to the API endpoint

for the distr config service create pool operation.

Typically these are written to a http.Request.

func NewDistrConfigServiceCreatePoolParams

func NewDistrConfigServiceCreatePoolParams() *DistrConfigServiceCreatePoolParams

NewDistrConfigServiceCreatePoolParams creates a new DistrConfigServiceCreatePoolParams 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 NewDistrConfigServiceCreatePoolParamsWithContext

func NewDistrConfigServiceCreatePoolParamsWithContext(ctx context.Context) *DistrConfigServiceCreatePoolParams

NewDistrConfigServiceCreatePoolParamsWithContext creates a new DistrConfigServiceCreatePoolParams object with the ability to set a context for a request.

func NewDistrConfigServiceCreatePoolParamsWithHTTPClient

func NewDistrConfigServiceCreatePoolParamsWithHTTPClient(client *http.Client) *DistrConfigServiceCreatePoolParams

NewDistrConfigServiceCreatePoolParamsWithHTTPClient creates a new DistrConfigServiceCreatePoolParams object with the ability to set a custom HTTPClient for a request.

func NewDistrConfigServiceCreatePoolParamsWithTimeout

func NewDistrConfigServiceCreatePoolParamsWithTimeout(timeout time.Duration) *DistrConfigServiceCreatePoolParams

NewDistrConfigServiceCreatePoolParamsWithTimeout creates a new DistrConfigServiceCreatePoolParams object with the ability to set a timeout on a request.

func (*DistrConfigServiceCreatePoolParams) SetBody

SetBody adds the body to the distr config service create pool params

func (*DistrConfigServiceCreatePoolParams) SetContext

SetContext adds the context to the distr config service create pool params

func (*DistrConfigServiceCreatePoolParams) SetDefaults added in v0.4.5

func (o *DistrConfigServiceCreatePoolParams) SetDefaults()

SetDefaults hydrates default values in the distr config service create pool params (not the query body).

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

func (*DistrConfigServiceCreatePoolParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the distr config service create pool params

func (*DistrConfigServiceCreatePoolParams) SetTimeout

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

SetTimeout adds the timeout to the distr config service create pool params

func (*DistrConfigServiceCreatePoolParams) WithBody

WithBody adds the body to the distr config service create pool params

func (*DistrConfigServiceCreatePoolParams) WithContext

WithContext adds the context to the distr config service create pool params

func (*DistrConfigServiceCreatePoolParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the distr config service create pool params (not the query body).

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

func (*DistrConfigServiceCreatePoolParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the distr config service create pool params

func (*DistrConfigServiceCreatePoolParams) WithTimeout

WithTimeout adds the timeout to the distr config service create pool params

func (*DistrConfigServiceCreatePoolParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DistrConfigServiceCreatePoolReader

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

DistrConfigServiceCreatePoolReader is a Reader for the DistrConfigServiceCreatePool structure.

func (*DistrConfigServiceCreatePoolReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DistrConfigServiceCreatePoolsDefault

type DistrConfigServiceCreatePoolsDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
DistrConfigServiceCreatePoolsDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewDistrConfigServiceCreatePoolsDefault

func NewDistrConfigServiceCreatePoolsDefault(code int) *DistrConfigServiceCreatePoolsDefault

NewDistrConfigServiceCreatePoolsDefault creates a DistrConfigServiceCreatePoolsDefault with default headers values

func (*DistrConfigServiceCreatePoolsDefault) Code

Code gets the status code for the distr config service create pools default response

func (*DistrConfigServiceCreatePoolsDefault) Error

func (*DistrConfigServiceCreatePoolsDefault) GetPayload

type DistrConfigServiceCreatePoolsNotFound

type DistrConfigServiceCreatePoolsNotFound struct {
	Payload string
}
DistrConfigServiceCreatePoolsNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewDistrConfigServiceCreatePoolsNotFound

func NewDistrConfigServiceCreatePoolsNotFound() *DistrConfigServiceCreatePoolsNotFound

NewDistrConfigServiceCreatePoolsNotFound creates a DistrConfigServiceCreatePoolsNotFound with default headers values

func (*DistrConfigServiceCreatePoolsNotFound) Error

func (*DistrConfigServiceCreatePoolsNotFound) GetPayload

type DistrConfigServiceCreatePoolsOK

type DistrConfigServiceCreatePoolsOK struct {
	Payload models.DistrconfigCreatePoolsResponse
}
DistrConfigServiceCreatePoolsOK describes a response with status code 200, with default header values.

A successful response.

func NewDistrConfigServiceCreatePoolsOK

func NewDistrConfigServiceCreatePoolsOK() *DistrConfigServiceCreatePoolsOK

NewDistrConfigServiceCreatePoolsOK creates a DistrConfigServiceCreatePoolsOK with default headers values

func (*DistrConfigServiceCreatePoolsOK) Error

func (*DistrConfigServiceCreatePoolsOK) GetPayload

type DistrConfigServiceCreatePoolsParams

type DistrConfigServiceCreatePoolsParams struct {

	// Body.
	Body *models.DistrconfigCreatePoolsRequest

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

DistrConfigServiceCreatePoolsParams contains all the parameters to send to the API endpoint

for the distr config service create pools operation.

Typically these are written to a http.Request.

func NewDistrConfigServiceCreatePoolsParams

func NewDistrConfigServiceCreatePoolsParams() *DistrConfigServiceCreatePoolsParams

NewDistrConfigServiceCreatePoolsParams creates a new DistrConfigServiceCreatePoolsParams 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 NewDistrConfigServiceCreatePoolsParamsWithContext

func NewDistrConfigServiceCreatePoolsParamsWithContext(ctx context.Context) *DistrConfigServiceCreatePoolsParams

NewDistrConfigServiceCreatePoolsParamsWithContext creates a new DistrConfigServiceCreatePoolsParams object with the ability to set a context for a request.

func NewDistrConfigServiceCreatePoolsParamsWithHTTPClient

func NewDistrConfigServiceCreatePoolsParamsWithHTTPClient(client *http.Client) *DistrConfigServiceCreatePoolsParams

NewDistrConfigServiceCreatePoolsParamsWithHTTPClient creates a new DistrConfigServiceCreatePoolsParams object with the ability to set a custom HTTPClient for a request.

func NewDistrConfigServiceCreatePoolsParamsWithTimeout

func NewDistrConfigServiceCreatePoolsParamsWithTimeout(timeout time.Duration) *DistrConfigServiceCreatePoolsParams

NewDistrConfigServiceCreatePoolsParamsWithTimeout creates a new DistrConfigServiceCreatePoolsParams object with the ability to set a timeout on a request.

func (*DistrConfigServiceCreatePoolsParams) SetBody

SetBody adds the body to the distr config service create pools params

func (*DistrConfigServiceCreatePoolsParams) SetContext

SetContext adds the context to the distr config service create pools params

func (*DistrConfigServiceCreatePoolsParams) SetDefaults added in v0.4.5

func (o *DistrConfigServiceCreatePoolsParams) SetDefaults()

SetDefaults hydrates default values in the distr config service create pools params (not the query body).

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

func (*DistrConfigServiceCreatePoolsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the distr config service create pools params

func (*DistrConfigServiceCreatePoolsParams) SetTimeout

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

SetTimeout adds the timeout to the distr config service create pools params

func (*DistrConfigServiceCreatePoolsParams) WithBody

WithBody adds the body to the distr config service create pools params

func (*DistrConfigServiceCreatePoolsParams) WithContext

WithContext adds the context to the distr config service create pools params

func (*DistrConfigServiceCreatePoolsParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the distr config service create pools params (not the query body).

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

func (*DistrConfigServiceCreatePoolsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the distr config service create pools params

func (*DistrConfigServiceCreatePoolsParams) WithTimeout

WithTimeout adds the timeout to the distr config service create pools params

func (*DistrConfigServiceCreatePoolsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DistrConfigServiceCreatePoolsReader

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

DistrConfigServiceCreatePoolsReader is a Reader for the DistrConfigServiceCreatePools structure.

func (*DistrConfigServiceCreatePoolsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DistrConfigServiceCreateUserDefault

type DistrConfigServiceCreateUserDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
DistrConfigServiceCreateUserDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewDistrConfigServiceCreateUserDefault

func NewDistrConfigServiceCreateUserDefault(code int) *DistrConfigServiceCreateUserDefault

NewDistrConfigServiceCreateUserDefault creates a DistrConfigServiceCreateUserDefault with default headers values

func (*DistrConfigServiceCreateUserDefault) Code

Code gets the status code for the distr config service create user default response

func (*DistrConfigServiceCreateUserDefault) Error

func (*DistrConfigServiceCreateUserDefault) GetPayload

type DistrConfigServiceCreateUserNotFound

type DistrConfigServiceCreateUserNotFound struct {
	Payload string
}
DistrConfigServiceCreateUserNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewDistrConfigServiceCreateUserNotFound

func NewDistrConfigServiceCreateUserNotFound() *DistrConfigServiceCreateUserNotFound

NewDistrConfigServiceCreateUserNotFound creates a DistrConfigServiceCreateUserNotFound with default headers values

func (*DistrConfigServiceCreateUserNotFound) Error

func (*DistrConfigServiceCreateUserNotFound) GetPayload

type DistrConfigServiceCreateUserOK

type DistrConfigServiceCreateUserOK struct {
	Payload models.DistrconfigCreateUserResponse
}
DistrConfigServiceCreateUserOK describes a response with status code 200, with default header values.

A successful response.

func NewDistrConfigServiceCreateUserOK

func NewDistrConfigServiceCreateUserOK() *DistrConfigServiceCreateUserOK

NewDistrConfigServiceCreateUserOK creates a DistrConfigServiceCreateUserOK with default headers values

func (*DistrConfigServiceCreateUserOK) Error

func (*DistrConfigServiceCreateUserOK) GetPayload

type DistrConfigServiceCreateUserParams

type DistrConfigServiceCreateUserParams struct {

	// Body.
	Body *models.DistrconfigCreateUserRequest

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

DistrConfigServiceCreateUserParams contains all the parameters to send to the API endpoint

for the distr config service create user operation.

Typically these are written to a http.Request.

func NewDistrConfigServiceCreateUserParams

func NewDistrConfigServiceCreateUserParams() *DistrConfigServiceCreateUserParams

NewDistrConfigServiceCreateUserParams creates a new DistrConfigServiceCreateUserParams 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 NewDistrConfigServiceCreateUserParamsWithContext

func NewDistrConfigServiceCreateUserParamsWithContext(ctx context.Context) *DistrConfigServiceCreateUserParams

NewDistrConfigServiceCreateUserParamsWithContext creates a new DistrConfigServiceCreateUserParams object with the ability to set a context for a request.

func NewDistrConfigServiceCreateUserParamsWithHTTPClient

func NewDistrConfigServiceCreateUserParamsWithHTTPClient(client *http.Client) *DistrConfigServiceCreateUserParams

NewDistrConfigServiceCreateUserParamsWithHTTPClient creates a new DistrConfigServiceCreateUserParams object with the ability to set a custom HTTPClient for a request.

func NewDistrConfigServiceCreateUserParamsWithTimeout

func NewDistrConfigServiceCreateUserParamsWithTimeout(timeout time.Duration) *DistrConfigServiceCreateUserParams

NewDistrConfigServiceCreateUserParamsWithTimeout creates a new DistrConfigServiceCreateUserParams object with the ability to set a timeout on a request.

func (*DistrConfigServiceCreateUserParams) SetBody

SetBody adds the body to the distr config service create user params

func (*DistrConfigServiceCreateUserParams) SetContext

SetContext adds the context to the distr config service create user params

func (*DistrConfigServiceCreateUserParams) SetDefaults added in v0.4.5

func (o *DistrConfigServiceCreateUserParams) SetDefaults()

SetDefaults hydrates default values in the distr config service create user params (not the query body).

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

func (*DistrConfigServiceCreateUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the distr config service create user params

func (*DistrConfigServiceCreateUserParams) SetTimeout

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

SetTimeout adds the timeout to the distr config service create user params

func (*DistrConfigServiceCreateUserParams) WithBody

WithBody adds the body to the distr config service create user params

func (*DistrConfigServiceCreateUserParams) WithContext

WithContext adds the context to the distr config service create user params

func (*DistrConfigServiceCreateUserParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the distr config service create user params (not the query body).

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

func (*DistrConfigServiceCreateUserParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the distr config service create user params

func (*DistrConfigServiceCreateUserParams) WithTimeout

WithTimeout adds the timeout to the distr config service create user params

func (*DistrConfigServiceCreateUserParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DistrConfigServiceCreateUserReader

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

DistrConfigServiceCreateUserReader is a Reader for the DistrConfigServiceCreateUser structure.

func (*DistrConfigServiceCreateUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DistrConfigServiceDeleteAppDefault

type DistrConfigServiceDeleteAppDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
DistrConfigServiceDeleteAppDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewDistrConfigServiceDeleteAppDefault

func NewDistrConfigServiceDeleteAppDefault(code int) *DistrConfigServiceDeleteAppDefault

NewDistrConfigServiceDeleteAppDefault creates a DistrConfigServiceDeleteAppDefault with default headers values

func (*DistrConfigServiceDeleteAppDefault) Code

Code gets the status code for the distr config service delete app default response

func (*DistrConfigServiceDeleteAppDefault) Error

func (*DistrConfigServiceDeleteAppDefault) GetPayload

type DistrConfigServiceDeleteAppNotFound

type DistrConfigServiceDeleteAppNotFound struct {
	Payload string
}
DistrConfigServiceDeleteAppNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewDistrConfigServiceDeleteAppNotFound

func NewDistrConfigServiceDeleteAppNotFound() *DistrConfigServiceDeleteAppNotFound

NewDistrConfigServiceDeleteAppNotFound creates a DistrConfigServiceDeleteAppNotFound with default headers values

func (*DistrConfigServiceDeleteAppNotFound) Error

func (*DistrConfigServiceDeleteAppNotFound) GetPayload

type DistrConfigServiceDeleteAppOK

type DistrConfigServiceDeleteAppOK struct {
	Payload models.DistrconfigDeleteAppResponse
}
DistrConfigServiceDeleteAppOK describes a response with status code 200, with default header values.

A successful response.

func NewDistrConfigServiceDeleteAppOK

func NewDistrConfigServiceDeleteAppOK() *DistrConfigServiceDeleteAppOK

NewDistrConfigServiceDeleteAppOK creates a DistrConfigServiceDeleteAppOK with default headers values

func (*DistrConfigServiceDeleteAppOK) Error

func (*DistrConfigServiceDeleteAppOK) GetPayload

type DistrConfigServiceDeleteAppParams

type DistrConfigServiceDeleteAppParams struct {

	// ID.
	ID string

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

DistrConfigServiceDeleteAppParams contains all the parameters to send to the API endpoint

for the distr config service delete app operation.

Typically these are written to a http.Request.

func NewDistrConfigServiceDeleteAppParams

func NewDistrConfigServiceDeleteAppParams() *DistrConfigServiceDeleteAppParams

NewDistrConfigServiceDeleteAppParams creates a new DistrConfigServiceDeleteAppParams 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 NewDistrConfigServiceDeleteAppParamsWithContext

func NewDistrConfigServiceDeleteAppParamsWithContext(ctx context.Context) *DistrConfigServiceDeleteAppParams

NewDistrConfigServiceDeleteAppParamsWithContext creates a new DistrConfigServiceDeleteAppParams object with the ability to set a context for a request.

func NewDistrConfigServiceDeleteAppParamsWithHTTPClient

func NewDistrConfigServiceDeleteAppParamsWithHTTPClient(client *http.Client) *DistrConfigServiceDeleteAppParams

NewDistrConfigServiceDeleteAppParamsWithHTTPClient creates a new DistrConfigServiceDeleteAppParams object with the ability to set a custom HTTPClient for a request.

func NewDistrConfigServiceDeleteAppParamsWithTimeout

func NewDistrConfigServiceDeleteAppParamsWithTimeout(timeout time.Duration) *DistrConfigServiceDeleteAppParams

NewDistrConfigServiceDeleteAppParamsWithTimeout creates a new DistrConfigServiceDeleteAppParams object with the ability to set a timeout on a request.

func (*DistrConfigServiceDeleteAppParams) SetContext

SetContext adds the context to the distr config service delete app params

func (*DistrConfigServiceDeleteAppParams) SetDefaults added in v0.4.5

func (o *DistrConfigServiceDeleteAppParams) SetDefaults()

SetDefaults hydrates default values in the distr config service delete app params (not the query body).

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

func (*DistrConfigServiceDeleteAppParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the distr config service delete app params

func (*DistrConfigServiceDeleteAppParams) SetID

SetID adds the id to the distr config service delete app params

func (*DistrConfigServiceDeleteAppParams) SetTimeout

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

SetTimeout adds the timeout to the distr config service delete app params

func (*DistrConfigServiceDeleteAppParams) WithContext

WithContext adds the context to the distr config service delete app params

func (*DistrConfigServiceDeleteAppParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the distr config service delete app params (not the query body).

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

func (*DistrConfigServiceDeleteAppParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the distr config service delete app params

func (*DistrConfigServiceDeleteAppParams) WithID

WithID adds the id to the distr config service delete app params

func (*DistrConfigServiceDeleteAppParams) WithTimeout

WithTimeout adds the timeout to the distr config service delete app params

func (*DistrConfigServiceDeleteAppParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DistrConfigServiceDeleteAppReader

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

DistrConfigServiceDeleteAppReader is a Reader for the DistrConfigServiceDeleteApp structure.

func (*DistrConfigServiceDeleteAppReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DistrConfigServiceDeletePoolDefault

type DistrConfigServiceDeletePoolDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
DistrConfigServiceDeletePoolDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewDistrConfigServiceDeletePoolDefault

func NewDistrConfigServiceDeletePoolDefault(code int) *DistrConfigServiceDeletePoolDefault

NewDistrConfigServiceDeletePoolDefault creates a DistrConfigServiceDeletePoolDefault with default headers values

func (*DistrConfigServiceDeletePoolDefault) Code

Code gets the status code for the distr config service delete pool default response

func (*DistrConfigServiceDeletePoolDefault) Error

func (*DistrConfigServiceDeletePoolDefault) GetPayload

type DistrConfigServiceDeletePoolNotFound

type DistrConfigServiceDeletePoolNotFound struct {
	Payload string
}
DistrConfigServiceDeletePoolNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewDistrConfigServiceDeletePoolNotFound

func NewDistrConfigServiceDeletePoolNotFound() *DistrConfigServiceDeletePoolNotFound

NewDistrConfigServiceDeletePoolNotFound creates a DistrConfigServiceDeletePoolNotFound with default headers values

func (*DistrConfigServiceDeletePoolNotFound) Error

func (*DistrConfigServiceDeletePoolNotFound) GetPayload

type DistrConfigServiceDeletePoolOK

type DistrConfigServiceDeletePoolOK struct {
	Payload models.DistrconfigDeletePoolResponse
}
DistrConfigServiceDeletePoolOK describes a response with status code 200, with default header values.

A successful response.

func NewDistrConfigServiceDeletePoolOK

func NewDistrConfigServiceDeletePoolOK() *DistrConfigServiceDeletePoolOK

NewDistrConfigServiceDeletePoolOK creates a DistrConfigServiceDeletePoolOK with default headers values

func (*DistrConfigServiceDeletePoolOK) Error

func (*DistrConfigServiceDeletePoolOK) GetPayload

type DistrConfigServiceDeletePoolParams

type DistrConfigServiceDeletePoolParams struct {

	// ID.
	ID string

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

DistrConfigServiceDeletePoolParams contains all the parameters to send to the API endpoint

for the distr config service delete pool operation.

Typically these are written to a http.Request.

func NewDistrConfigServiceDeletePoolParams

func NewDistrConfigServiceDeletePoolParams() *DistrConfigServiceDeletePoolParams

NewDistrConfigServiceDeletePoolParams creates a new DistrConfigServiceDeletePoolParams 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 NewDistrConfigServiceDeletePoolParamsWithContext

func NewDistrConfigServiceDeletePoolParamsWithContext(ctx context.Context) *DistrConfigServiceDeletePoolParams

NewDistrConfigServiceDeletePoolParamsWithContext creates a new DistrConfigServiceDeletePoolParams object with the ability to set a context for a request.

func NewDistrConfigServiceDeletePoolParamsWithHTTPClient

func NewDistrConfigServiceDeletePoolParamsWithHTTPClient(client *http.Client) *DistrConfigServiceDeletePoolParams

NewDistrConfigServiceDeletePoolParamsWithHTTPClient creates a new DistrConfigServiceDeletePoolParams object with the ability to set a custom HTTPClient for a request.

func NewDistrConfigServiceDeletePoolParamsWithTimeout

func NewDistrConfigServiceDeletePoolParamsWithTimeout(timeout time.Duration) *DistrConfigServiceDeletePoolParams

NewDistrConfigServiceDeletePoolParamsWithTimeout creates a new DistrConfigServiceDeletePoolParams object with the ability to set a timeout on a request.

func (*DistrConfigServiceDeletePoolParams) SetContext

SetContext adds the context to the distr config service delete pool params

func (*DistrConfigServiceDeletePoolParams) SetDefaults added in v0.4.5

func (o *DistrConfigServiceDeletePoolParams) SetDefaults()

SetDefaults hydrates default values in the distr config service delete pool params (not the query body).

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

func (*DistrConfigServiceDeletePoolParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the distr config service delete pool params

func (*DistrConfigServiceDeletePoolParams) SetID

SetID adds the id to the distr config service delete pool params

func (*DistrConfigServiceDeletePoolParams) SetTimeout

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

SetTimeout adds the timeout to the distr config service delete pool params

func (*DistrConfigServiceDeletePoolParams) WithContext

WithContext adds the context to the distr config service delete pool params

func (*DistrConfigServiceDeletePoolParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the distr config service delete pool params (not the query body).

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

func (*DistrConfigServiceDeletePoolParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the distr config service delete pool params

func (*DistrConfigServiceDeletePoolParams) WithID

WithID adds the id to the distr config service delete pool params

func (*DistrConfigServiceDeletePoolParams) WithTimeout

WithTimeout adds the timeout to the distr config service delete pool params

func (*DistrConfigServiceDeletePoolParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DistrConfigServiceDeletePoolReader

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

DistrConfigServiceDeletePoolReader is a Reader for the DistrConfigServiceDeletePool structure.

func (*DistrConfigServiceDeletePoolReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DistrConfigServiceDeleteUserDefault

type DistrConfigServiceDeleteUserDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
DistrConfigServiceDeleteUserDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewDistrConfigServiceDeleteUserDefault

func NewDistrConfigServiceDeleteUserDefault(code int) *DistrConfigServiceDeleteUserDefault

NewDistrConfigServiceDeleteUserDefault creates a DistrConfigServiceDeleteUserDefault with default headers values

func (*DistrConfigServiceDeleteUserDefault) Code

Code gets the status code for the distr config service delete user default response

func (*DistrConfigServiceDeleteUserDefault) Error

func (*DistrConfigServiceDeleteUserDefault) GetPayload

type DistrConfigServiceDeleteUserNotFound

type DistrConfigServiceDeleteUserNotFound struct {
	Payload string
}
DistrConfigServiceDeleteUserNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewDistrConfigServiceDeleteUserNotFound

func NewDistrConfigServiceDeleteUserNotFound() *DistrConfigServiceDeleteUserNotFound

NewDistrConfigServiceDeleteUserNotFound creates a DistrConfigServiceDeleteUserNotFound with default headers values

func (*DistrConfigServiceDeleteUserNotFound) Error

func (*DistrConfigServiceDeleteUserNotFound) GetPayload

type DistrConfigServiceDeleteUserOK

type DistrConfigServiceDeleteUserOK struct {
	Payload models.DistrconfigDeleteUserResponse
}
DistrConfigServiceDeleteUserOK describes a response with status code 200, with default header values.

A successful response.

func NewDistrConfigServiceDeleteUserOK

func NewDistrConfigServiceDeleteUserOK() *DistrConfigServiceDeleteUserOK

NewDistrConfigServiceDeleteUserOK creates a DistrConfigServiceDeleteUserOK with default headers values

func (*DistrConfigServiceDeleteUserOK) Error

func (*DistrConfigServiceDeleteUserOK) GetPayload

type DistrConfigServiceDeleteUserParams

type DistrConfigServiceDeleteUserParams struct {

	// ID.
	ID string

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

DistrConfigServiceDeleteUserParams contains all the parameters to send to the API endpoint

for the distr config service delete user operation.

Typically these are written to a http.Request.

func NewDistrConfigServiceDeleteUserParams

func NewDistrConfigServiceDeleteUserParams() *DistrConfigServiceDeleteUserParams

NewDistrConfigServiceDeleteUserParams creates a new DistrConfigServiceDeleteUserParams 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 NewDistrConfigServiceDeleteUserParamsWithContext

func NewDistrConfigServiceDeleteUserParamsWithContext(ctx context.Context) *DistrConfigServiceDeleteUserParams

NewDistrConfigServiceDeleteUserParamsWithContext creates a new DistrConfigServiceDeleteUserParams object with the ability to set a context for a request.

func NewDistrConfigServiceDeleteUserParamsWithHTTPClient

func NewDistrConfigServiceDeleteUserParamsWithHTTPClient(client *http.Client) *DistrConfigServiceDeleteUserParams

NewDistrConfigServiceDeleteUserParamsWithHTTPClient creates a new DistrConfigServiceDeleteUserParams object with the ability to set a custom HTTPClient for a request.

func NewDistrConfigServiceDeleteUserParamsWithTimeout

func NewDistrConfigServiceDeleteUserParamsWithTimeout(timeout time.Duration) *DistrConfigServiceDeleteUserParams

NewDistrConfigServiceDeleteUserParamsWithTimeout creates a new DistrConfigServiceDeleteUserParams object with the ability to set a timeout on a request.

func (*DistrConfigServiceDeleteUserParams) SetContext

SetContext adds the context to the distr config service delete user params

func (*DistrConfigServiceDeleteUserParams) SetDefaults added in v0.4.5

func (o *DistrConfigServiceDeleteUserParams) SetDefaults()

SetDefaults hydrates default values in the distr config service delete user params (not the query body).

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

func (*DistrConfigServiceDeleteUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the distr config service delete user params

func (*DistrConfigServiceDeleteUserParams) SetID

SetID adds the id to the distr config service delete user params

func (*DistrConfigServiceDeleteUserParams) SetTimeout

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

SetTimeout adds the timeout to the distr config service delete user params

func (*DistrConfigServiceDeleteUserParams) WithContext

WithContext adds the context to the distr config service delete user params

func (*DistrConfigServiceDeleteUserParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the distr config service delete user params (not the query body).

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

func (*DistrConfigServiceDeleteUserParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the distr config service delete user params

func (*DistrConfigServiceDeleteUserParams) WithID

WithID adds the id to the distr config service delete user params

func (*DistrConfigServiceDeleteUserParams) WithTimeout

WithTimeout adds the timeout to the distr config service delete user params

func (*DistrConfigServiceDeleteUserParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DistrConfigServiceDeleteUserReader

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

DistrConfigServiceDeleteUserReader is a Reader for the DistrConfigServiceDeleteUser structure.

func (*DistrConfigServiceDeleteUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DistrConfigServiceGetAppDefault

type DistrConfigServiceGetAppDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
DistrConfigServiceGetAppDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewDistrConfigServiceGetAppDefault

func NewDistrConfigServiceGetAppDefault(code int) *DistrConfigServiceGetAppDefault

NewDistrConfigServiceGetAppDefault creates a DistrConfigServiceGetAppDefault with default headers values

func (*DistrConfigServiceGetAppDefault) Code

Code gets the status code for the distr config service get app default response

func (*DistrConfigServiceGetAppDefault) Error

func (*DistrConfigServiceGetAppDefault) GetPayload

type DistrConfigServiceGetAppNotFound

type DistrConfigServiceGetAppNotFound struct {
	Payload string
}
DistrConfigServiceGetAppNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewDistrConfigServiceGetAppNotFound

func NewDistrConfigServiceGetAppNotFound() *DistrConfigServiceGetAppNotFound

NewDistrConfigServiceGetAppNotFound creates a DistrConfigServiceGetAppNotFound with default headers values

func (*DistrConfigServiceGetAppNotFound) Error

func (*DistrConfigServiceGetAppNotFound) GetPayload

func (o *DistrConfigServiceGetAppNotFound) GetPayload() string

type DistrConfigServiceGetAppOK

type DistrConfigServiceGetAppOK struct {
	Payload *models.DistrconfigGetAppResponse
}
DistrConfigServiceGetAppOK describes a response with status code 200, with default header values.

A successful response.

func NewDistrConfigServiceGetAppOK

func NewDistrConfigServiceGetAppOK() *DistrConfigServiceGetAppOK

NewDistrConfigServiceGetAppOK creates a DistrConfigServiceGetAppOK with default headers values

func (*DistrConfigServiceGetAppOK) Error

func (*DistrConfigServiceGetAppOK) GetPayload

type DistrConfigServiceGetAppParams

type DistrConfigServiceGetAppParams struct {

	// ID.
	ID string

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

DistrConfigServiceGetAppParams contains all the parameters to send to the API endpoint

for the distr config service get app operation.

Typically these are written to a http.Request.

func NewDistrConfigServiceGetAppParams

func NewDistrConfigServiceGetAppParams() *DistrConfigServiceGetAppParams

NewDistrConfigServiceGetAppParams creates a new DistrConfigServiceGetAppParams 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 NewDistrConfigServiceGetAppParamsWithContext

func NewDistrConfigServiceGetAppParamsWithContext(ctx context.Context) *DistrConfigServiceGetAppParams

NewDistrConfigServiceGetAppParamsWithContext creates a new DistrConfigServiceGetAppParams object with the ability to set a context for a request.

func NewDistrConfigServiceGetAppParamsWithHTTPClient

func NewDistrConfigServiceGetAppParamsWithHTTPClient(client *http.Client) *DistrConfigServiceGetAppParams

NewDistrConfigServiceGetAppParamsWithHTTPClient creates a new DistrConfigServiceGetAppParams object with the ability to set a custom HTTPClient for a request.

func NewDistrConfigServiceGetAppParamsWithTimeout

func NewDistrConfigServiceGetAppParamsWithTimeout(timeout time.Duration) *DistrConfigServiceGetAppParams

NewDistrConfigServiceGetAppParamsWithTimeout creates a new DistrConfigServiceGetAppParams object with the ability to set a timeout on a request.

func (*DistrConfigServiceGetAppParams) SetContext

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

SetContext adds the context to the distr config service get app params

func (*DistrConfigServiceGetAppParams) SetDefaults added in v0.4.5

func (o *DistrConfigServiceGetAppParams) SetDefaults()

SetDefaults hydrates default values in the distr config service get app params (not the query body).

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

func (*DistrConfigServiceGetAppParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the distr config service get app params

func (*DistrConfigServiceGetAppParams) SetID

SetID adds the id to the distr config service get app params

func (*DistrConfigServiceGetAppParams) SetTimeout

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

SetTimeout adds the timeout to the distr config service get app params

func (*DistrConfigServiceGetAppParams) WithContext

WithContext adds the context to the distr config service get app params

func (*DistrConfigServiceGetAppParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the distr config service get app params (not the query body).

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

func (*DistrConfigServiceGetAppParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the distr config service get app params

func (*DistrConfigServiceGetAppParams) WithID

WithID adds the id to the distr config service get app params

func (*DistrConfigServiceGetAppParams) WithTimeout

WithTimeout adds the timeout to the distr config service get app params

func (*DistrConfigServiceGetAppParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DistrConfigServiceGetAppReader

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

DistrConfigServiceGetAppReader is a Reader for the DistrConfigServiceGetApp structure.

func (*DistrConfigServiceGetAppReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DistrConfigServiceGetAppsDefault

type DistrConfigServiceGetAppsDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
DistrConfigServiceGetAppsDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewDistrConfigServiceGetAppsDefault

func NewDistrConfigServiceGetAppsDefault(code int) *DistrConfigServiceGetAppsDefault

NewDistrConfigServiceGetAppsDefault creates a DistrConfigServiceGetAppsDefault with default headers values

func (*DistrConfigServiceGetAppsDefault) Code

Code gets the status code for the distr config service get apps default response

func (*DistrConfigServiceGetAppsDefault) Error

func (*DistrConfigServiceGetAppsDefault) GetPayload

type DistrConfigServiceGetAppsNotFound

type DistrConfigServiceGetAppsNotFound struct {
	Payload string
}
DistrConfigServiceGetAppsNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewDistrConfigServiceGetAppsNotFound

func NewDistrConfigServiceGetAppsNotFound() *DistrConfigServiceGetAppsNotFound

NewDistrConfigServiceGetAppsNotFound creates a DistrConfigServiceGetAppsNotFound with default headers values

func (*DistrConfigServiceGetAppsNotFound) Error

func (*DistrConfigServiceGetAppsNotFound) GetPayload

func (o *DistrConfigServiceGetAppsNotFound) GetPayload() string

type DistrConfigServiceGetAppsOK

type DistrConfigServiceGetAppsOK struct {
	Payload *models.DistrconfigGetAppsResponse
}
DistrConfigServiceGetAppsOK describes a response with status code 200, with default header values.

A successful response.

func NewDistrConfigServiceGetAppsOK

func NewDistrConfigServiceGetAppsOK() *DistrConfigServiceGetAppsOK

NewDistrConfigServiceGetAppsOK creates a DistrConfigServiceGetAppsOK with default headers values

func (*DistrConfigServiceGetAppsOK) Error

func (*DistrConfigServiceGetAppsOK) GetPayload

type DistrConfigServiceGetAppsParams

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

DistrConfigServiceGetAppsParams contains all the parameters to send to the API endpoint

for the distr config service get apps operation.

Typically these are written to a http.Request.

func NewDistrConfigServiceGetAppsParams

func NewDistrConfigServiceGetAppsParams() *DistrConfigServiceGetAppsParams

NewDistrConfigServiceGetAppsParams creates a new DistrConfigServiceGetAppsParams 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 NewDistrConfigServiceGetAppsParamsWithContext

func NewDistrConfigServiceGetAppsParamsWithContext(ctx context.Context) *DistrConfigServiceGetAppsParams

NewDistrConfigServiceGetAppsParamsWithContext creates a new DistrConfigServiceGetAppsParams object with the ability to set a context for a request.

func NewDistrConfigServiceGetAppsParamsWithHTTPClient

func NewDistrConfigServiceGetAppsParamsWithHTTPClient(client *http.Client) *DistrConfigServiceGetAppsParams

NewDistrConfigServiceGetAppsParamsWithHTTPClient creates a new DistrConfigServiceGetAppsParams object with the ability to set a custom HTTPClient for a request.

func NewDistrConfigServiceGetAppsParamsWithTimeout

func NewDistrConfigServiceGetAppsParamsWithTimeout(timeout time.Duration) *DistrConfigServiceGetAppsParams

NewDistrConfigServiceGetAppsParamsWithTimeout creates a new DistrConfigServiceGetAppsParams object with the ability to set a timeout on a request.

func (*DistrConfigServiceGetAppsParams) SetContext

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

SetContext adds the context to the distr config service get apps params

func (*DistrConfigServiceGetAppsParams) SetDefaults added in v0.4.5

func (o *DistrConfigServiceGetAppsParams) SetDefaults()

SetDefaults hydrates default values in the distr config service get apps params (not the query body).

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

func (*DistrConfigServiceGetAppsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the distr config service get apps params

func (*DistrConfigServiceGetAppsParams) SetTimeout

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

SetTimeout adds the timeout to the distr config service get apps params

func (*DistrConfigServiceGetAppsParams) WithContext

WithContext adds the context to the distr config service get apps params

func (*DistrConfigServiceGetAppsParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the distr config service get apps params (not the query body).

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

func (*DistrConfigServiceGetAppsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the distr config service get apps params

func (*DistrConfigServiceGetAppsParams) WithTimeout

WithTimeout adds the timeout to the distr config service get apps params

func (*DistrConfigServiceGetAppsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DistrConfigServiceGetAppsReader

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

DistrConfigServiceGetAppsReader is a Reader for the DistrConfigServiceGetApps structure.

func (*DistrConfigServiceGetAppsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DistrConfigServiceGetPoolDefault

type DistrConfigServiceGetPoolDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
DistrConfigServiceGetPoolDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewDistrConfigServiceGetPoolDefault

func NewDistrConfigServiceGetPoolDefault(code int) *DistrConfigServiceGetPoolDefault

NewDistrConfigServiceGetPoolDefault creates a DistrConfigServiceGetPoolDefault with default headers values

func (*DistrConfigServiceGetPoolDefault) Code

Code gets the status code for the distr config service get pool default response

func (*DistrConfigServiceGetPoolDefault) Error

func (*DistrConfigServiceGetPoolDefault) GetPayload

type DistrConfigServiceGetPoolDistributionDefault

type DistrConfigServiceGetPoolDistributionDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
DistrConfigServiceGetPoolDistributionDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewDistrConfigServiceGetPoolDistributionDefault

func NewDistrConfigServiceGetPoolDistributionDefault(code int) *DistrConfigServiceGetPoolDistributionDefault

NewDistrConfigServiceGetPoolDistributionDefault creates a DistrConfigServiceGetPoolDistributionDefault with default headers values

func (*DistrConfigServiceGetPoolDistributionDefault) Code

Code gets the status code for the distr config service get pool distribution default response

func (*DistrConfigServiceGetPoolDistributionDefault) Error

func (*DistrConfigServiceGetPoolDistributionDefault) GetPayload

type DistrConfigServiceGetPoolDistributionNotFound

type DistrConfigServiceGetPoolDistributionNotFound struct {
	Payload string
}
DistrConfigServiceGetPoolDistributionNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewDistrConfigServiceGetPoolDistributionNotFound

func NewDistrConfigServiceGetPoolDistributionNotFound() *DistrConfigServiceGetPoolDistributionNotFound

NewDistrConfigServiceGetPoolDistributionNotFound creates a DistrConfigServiceGetPoolDistributionNotFound with default headers values

func (*DistrConfigServiceGetPoolDistributionNotFound) Error

func (*DistrConfigServiceGetPoolDistributionNotFound) GetPayload

type DistrConfigServiceGetPoolDistributionOK

type DistrConfigServiceGetPoolDistributionOK struct {
	Payload *models.DistrconfigGetPoolDistributionResponse
}
DistrConfigServiceGetPoolDistributionOK describes a response with status code 200, with default header values.

A successful response.

func NewDistrConfigServiceGetPoolDistributionOK

func NewDistrConfigServiceGetPoolDistributionOK() *DistrConfigServiceGetPoolDistributionOK

NewDistrConfigServiceGetPoolDistributionOK creates a DistrConfigServiceGetPoolDistributionOK with default headers values

func (*DistrConfigServiceGetPoolDistributionOK) Error

func (*DistrConfigServiceGetPoolDistributionOK) GetPayload

type DistrConfigServiceGetPoolDistributionParams

type DistrConfigServiceGetPoolDistributionParams struct {

	// ID.
	ID string

	// UserID.
	UserID *string

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

DistrConfigServiceGetPoolDistributionParams contains all the parameters to send to the API endpoint

for the distr config service get pool distribution operation.

Typically these are written to a http.Request.

func NewDistrConfigServiceGetPoolDistributionParams

func NewDistrConfigServiceGetPoolDistributionParams() *DistrConfigServiceGetPoolDistributionParams

NewDistrConfigServiceGetPoolDistributionParams creates a new DistrConfigServiceGetPoolDistributionParams 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 NewDistrConfigServiceGetPoolDistributionParamsWithContext

func NewDistrConfigServiceGetPoolDistributionParamsWithContext(ctx context.Context) *DistrConfigServiceGetPoolDistributionParams

NewDistrConfigServiceGetPoolDistributionParamsWithContext creates a new DistrConfigServiceGetPoolDistributionParams object with the ability to set a context for a request.

func NewDistrConfigServiceGetPoolDistributionParamsWithHTTPClient

func NewDistrConfigServiceGetPoolDistributionParamsWithHTTPClient(client *http.Client) *DistrConfigServiceGetPoolDistributionParams

NewDistrConfigServiceGetPoolDistributionParamsWithHTTPClient creates a new DistrConfigServiceGetPoolDistributionParams object with the ability to set a custom HTTPClient for a request.

func NewDistrConfigServiceGetPoolDistributionParamsWithTimeout

func NewDistrConfigServiceGetPoolDistributionParamsWithTimeout(timeout time.Duration) *DistrConfigServiceGetPoolDistributionParams

NewDistrConfigServiceGetPoolDistributionParamsWithTimeout creates a new DistrConfigServiceGetPoolDistributionParams object with the ability to set a timeout on a request.

func (*DistrConfigServiceGetPoolDistributionParams) SetContext

SetContext adds the context to the distr config service get pool distribution params

func (*DistrConfigServiceGetPoolDistributionParams) SetDefaults added in v0.4.5

SetDefaults hydrates default values in the distr config service get pool distribution params (not the query body).

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

func (*DistrConfigServiceGetPoolDistributionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the distr config service get pool distribution params

func (*DistrConfigServiceGetPoolDistributionParams) SetID

SetID adds the id to the distr config service get pool distribution params

func (*DistrConfigServiceGetPoolDistributionParams) SetTimeout

SetTimeout adds the timeout to the distr config service get pool distribution params

func (*DistrConfigServiceGetPoolDistributionParams) SetUserID

SetUserID adds the userId to the distr config service get pool distribution params

func (*DistrConfigServiceGetPoolDistributionParams) WithContext

WithContext adds the context to the distr config service get pool distribution params

func (*DistrConfigServiceGetPoolDistributionParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the distr config service get pool distribution params (not the query body).

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

func (*DistrConfigServiceGetPoolDistributionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the distr config service get pool distribution params

func (*DistrConfigServiceGetPoolDistributionParams) WithID

WithID adds the id to the distr config service get pool distribution params

func (*DistrConfigServiceGetPoolDistributionParams) WithTimeout

WithTimeout adds the timeout to the distr config service get pool distribution params

func (*DistrConfigServiceGetPoolDistributionParams) WithUserID

WithUserID adds the userID to the distr config service get pool distribution params

func (*DistrConfigServiceGetPoolDistributionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DistrConfigServiceGetPoolDistributionReader

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

DistrConfigServiceGetPoolDistributionReader is a Reader for the DistrConfigServiceGetPoolDistribution structure.

func (*DistrConfigServiceGetPoolDistributionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DistrConfigServiceGetPoolNotFound

type DistrConfigServiceGetPoolNotFound struct {
	Payload string
}
DistrConfigServiceGetPoolNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewDistrConfigServiceGetPoolNotFound

func NewDistrConfigServiceGetPoolNotFound() *DistrConfigServiceGetPoolNotFound

NewDistrConfigServiceGetPoolNotFound creates a DistrConfigServiceGetPoolNotFound with default headers values

func (*DistrConfigServiceGetPoolNotFound) Error

func (*DistrConfigServiceGetPoolNotFound) GetPayload

func (o *DistrConfigServiceGetPoolNotFound) GetPayload() string

type DistrConfigServiceGetPoolOK

type DistrConfigServiceGetPoolOK struct {
	Payload *models.DistrconfigGetPoolResponse
}
DistrConfigServiceGetPoolOK describes a response with status code 200, with default header values.

A successful response.

func NewDistrConfigServiceGetPoolOK

func NewDistrConfigServiceGetPoolOK() *DistrConfigServiceGetPoolOK

NewDistrConfigServiceGetPoolOK creates a DistrConfigServiceGetPoolOK with default headers values

func (*DistrConfigServiceGetPoolOK) Error

func (*DistrConfigServiceGetPoolOK) GetPayload

type DistrConfigServiceGetPoolParams

type DistrConfigServiceGetPoolParams struct {

	// ID.
	ID string

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

DistrConfigServiceGetPoolParams contains all the parameters to send to the API endpoint

for the distr config service get pool operation.

Typically these are written to a http.Request.

func NewDistrConfigServiceGetPoolParams

func NewDistrConfigServiceGetPoolParams() *DistrConfigServiceGetPoolParams

NewDistrConfigServiceGetPoolParams creates a new DistrConfigServiceGetPoolParams 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 NewDistrConfigServiceGetPoolParamsWithContext

func NewDistrConfigServiceGetPoolParamsWithContext(ctx context.Context) *DistrConfigServiceGetPoolParams

NewDistrConfigServiceGetPoolParamsWithContext creates a new DistrConfigServiceGetPoolParams object with the ability to set a context for a request.

func NewDistrConfigServiceGetPoolParamsWithHTTPClient

func NewDistrConfigServiceGetPoolParamsWithHTTPClient(client *http.Client) *DistrConfigServiceGetPoolParams

NewDistrConfigServiceGetPoolParamsWithHTTPClient creates a new DistrConfigServiceGetPoolParams object with the ability to set a custom HTTPClient for a request.

func NewDistrConfigServiceGetPoolParamsWithTimeout

func NewDistrConfigServiceGetPoolParamsWithTimeout(timeout time.Duration) *DistrConfigServiceGetPoolParams

NewDistrConfigServiceGetPoolParamsWithTimeout creates a new DistrConfigServiceGetPoolParams object with the ability to set a timeout on a request.

func (*DistrConfigServiceGetPoolParams) SetContext

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

SetContext adds the context to the distr config service get pool params

func (*DistrConfigServiceGetPoolParams) SetDefaults added in v0.4.5

func (o *DistrConfigServiceGetPoolParams) SetDefaults()

SetDefaults hydrates default values in the distr config service get pool params (not the query body).

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

func (*DistrConfigServiceGetPoolParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the distr config service get pool params

func (*DistrConfigServiceGetPoolParams) SetID

SetID adds the id to the distr config service get pool params

func (*DistrConfigServiceGetPoolParams) SetTimeout

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

SetTimeout adds the timeout to the distr config service get pool params

func (*DistrConfigServiceGetPoolParams) WithContext

WithContext adds the context to the distr config service get pool params

func (*DistrConfigServiceGetPoolParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the distr config service get pool params (not the query body).

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

func (*DistrConfigServiceGetPoolParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the distr config service get pool params

func (*DistrConfigServiceGetPoolParams) WithID

WithID adds the id to the distr config service get pool params

func (*DistrConfigServiceGetPoolParams) WithTimeout

WithTimeout adds the timeout to the distr config service get pool params

func (*DistrConfigServiceGetPoolParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DistrConfigServiceGetPoolReader

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

DistrConfigServiceGetPoolReader is a Reader for the DistrConfigServiceGetPool structure.

func (*DistrConfigServiceGetPoolReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DistrConfigServiceGetPoolsDefault

type DistrConfigServiceGetPoolsDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
DistrConfigServiceGetPoolsDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewDistrConfigServiceGetPoolsDefault

func NewDistrConfigServiceGetPoolsDefault(code int) *DistrConfigServiceGetPoolsDefault

NewDistrConfigServiceGetPoolsDefault creates a DistrConfigServiceGetPoolsDefault with default headers values

func (*DistrConfigServiceGetPoolsDefault) Code

Code gets the status code for the distr config service get pools default response

func (*DistrConfigServiceGetPoolsDefault) Error

func (*DistrConfigServiceGetPoolsDefault) GetPayload

type DistrConfigServiceGetPoolsNotFound

type DistrConfigServiceGetPoolsNotFound struct {
	Payload string
}
DistrConfigServiceGetPoolsNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewDistrConfigServiceGetPoolsNotFound

func NewDistrConfigServiceGetPoolsNotFound() *DistrConfigServiceGetPoolsNotFound

NewDistrConfigServiceGetPoolsNotFound creates a DistrConfigServiceGetPoolsNotFound with default headers values

func (*DistrConfigServiceGetPoolsNotFound) Error

func (*DistrConfigServiceGetPoolsNotFound) GetPayload

type DistrConfigServiceGetPoolsOK

type DistrConfigServiceGetPoolsOK struct {
	Payload *models.DistrconfigGetPoolsResponse
}
DistrConfigServiceGetPoolsOK describes a response with status code 200, with default header values.

A successful response.

func NewDistrConfigServiceGetPoolsOK

func NewDistrConfigServiceGetPoolsOK() *DistrConfigServiceGetPoolsOK

NewDistrConfigServiceGetPoolsOK creates a DistrConfigServiceGetPoolsOK with default headers values

func (*DistrConfigServiceGetPoolsOK) Error

func (*DistrConfigServiceGetPoolsOK) GetPayload

type DistrConfigServiceGetPoolsParams

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

DistrConfigServiceGetPoolsParams contains all the parameters to send to the API endpoint

for the distr config service get pools operation.

Typically these are written to a http.Request.

func NewDistrConfigServiceGetPoolsParams

func NewDistrConfigServiceGetPoolsParams() *DistrConfigServiceGetPoolsParams

NewDistrConfigServiceGetPoolsParams creates a new DistrConfigServiceGetPoolsParams 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 NewDistrConfigServiceGetPoolsParamsWithContext

func NewDistrConfigServiceGetPoolsParamsWithContext(ctx context.Context) *DistrConfigServiceGetPoolsParams

NewDistrConfigServiceGetPoolsParamsWithContext creates a new DistrConfigServiceGetPoolsParams object with the ability to set a context for a request.

func NewDistrConfigServiceGetPoolsParamsWithHTTPClient

func NewDistrConfigServiceGetPoolsParamsWithHTTPClient(client *http.Client) *DistrConfigServiceGetPoolsParams

NewDistrConfigServiceGetPoolsParamsWithHTTPClient creates a new DistrConfigServiceGetPoolsParams object with the ability to set a custom HTTPClient for a request.

func NewDistrConfigServiceGetPoolsParamsWithTimeout

func NewDistrConfigServiceGetPoolsParamsWithTimeout(timeout time.Duration) *DistrConfigServiceGetPoolsParams

NewDistrConfigServiceGetPoolsParamsWithTimeout creates a new DistrConfigServiceGetPoolsParams object with the ability to set a timeout on a request.

func (*DistrConfigServiceGetPoolsParams) SetContext

SetContext adds the context to the distr config service get pools params

func (*DistrConfigServiceGetPoolsParams) SetDefaults added in v0.4.5

func (o *DistrConfigServiceGetPoolsParams) SetDefaults()

SetDefaults hydrates default values in the distr config service get pools params (not the query body).

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

func (*DistrConfigServiceGetPoolsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the distr config service get pools params

func (*DistrConfigServiceGetPoolsParams) SetTimeout

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

SetTimeout adds the timeout to the distr config service get pools params

func (*DistrConfigServiceGetPoolsParams) WithContext

WithContext adds the context to the distr config service get pools params

func (*DistrConfigServiceGetPoolsParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the distr config service get pools params (not the query body).

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

func (*DistrConfigServiceGetPoolsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the distr config service get pools params

func (*DistrConfigServiceGetPoolsParams) WithTimeout

WithTimeout adds the timeout to the distr config service get pools params

func (*DistrConfigServiceGetPoolsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DistrConfigServiceGetPoolsReader

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

DistrConfigServiceGetPoolsReader is a Reader for the DistrConfigServiceGetPools structure.

func (*DistrConfigServiceGetPoolsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DistrConfigServiceGetUserDefault

type DistrConfigServiceGetUserDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
DistrConfigServiceGetUserDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewDistrConfigServiceGetUserDefault

func NewDistrConfigServiceGetUserDefault(code int) *DistrConfigServiceGetUserDefault

NewDistrConfigServiceGetUserDefault creates a DistrConfigServiceGetUserDefault with default headers values

func (*DistrConfigServiceGetUserDefault) Code

Code gets the status code for the distr config service get user default response

func (*DistrConfigServiceGetUserDefault) Error

func (*DistrConfigServiceGetUserDefault) GetPayload

type DistrConfigServiceGetUserNotFound

type DistrConfigServiceGetUserNotFound struct {
	Payload string
}
DistrConfigServiceGetUserNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewDistrConfigServiceGetUserNotFound

func NewDistrConfigServiceGetUserNotFound() *DistrConfigServiceGetUserNotFound

NewDistrConfigServiceGetUserNotFound creates a DistrConfigServiceGetUserNotFound with default headers values

func (*DistrConfigServiceGetUserNotFound) Error

func (*DistrConfigServiceGetUserNotFound) GetPayload

func (o *DistrConfigServiceGetUserNotFound) GetPayload() string

type DistrConfigServiceGetUserOK

type DistrConfigServiceGetUserOK struct {
	Payload *models.DistrconfigGetUserResponse
}
DistrConfigServiceGetUserOK describes a response with status code 200, with default header values.

A successful response.

func NewDistrConfigServiceGetUserOK

func NewDistrConfigServiceGetUserOK() *DistrConfigServiceGetUserOK

NewDistrConfigServiceGetUserOK creates a DistrConfigServiceGetUserOK with default headers values

func (*DistrConfigServiceGetUserOK) Error

func (*DistrConfigServiceGetUserOK) GetPayload

type DistrConfigServiceGetUserParams

type DistrConfigServiceGetUserParams struct {

	// UserID.
	UserID string

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

DistrConfigServiceGetUserParams contains all the parameters to send to the API endpoint

for the distr config service get user operation.

Typically these are written to a http.Request.

func NewDistrConfigServiceGetUserParams

func NewDistrConfigServiceGetUserParams() *DistrConfigServiceGetUserParams

NewDistrConfigServiceGetUserParams creates a new DistrConfigServiceGetUserParams 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 NewDistrConfigServiceGetUserParamsWithContext

func NewDistrConfigServiceGetUserParamsWithContext(ctx context.Context) *DistrConfigServiceGetUserParams

NewDistrConfigServiceGetUserParamsWithContext creates a new DistrConfigServiceGetUserParams object with the ability to set a context for a request.

func NewDistrConfigServiceGetUserParamsWithHTTPClient

func NewDistrConfigServiceGetUserParamsWithHTTPClient(client *http.Client) *DistrConfigServiceGetUserParams

NewDistrConfigServiceGetUserParamsWithHTTPClient creates a new DistrConfigServiceGetUserParams object with the ability to set a custom HTTPClient for a request.

func NewDistrConfigServiceGetUserParamsWithTimeout

func NewDistrConfigServiceGetUserParamsWithTimeout(timeout time.Duration) *DistrConfigServiceGetUserParams

NewDistrConfigServiceGetUserParamsWithTimeout creates a new DistrConfigServiceGetUserParams object with the ability to set a timeout on a request.

func (*DistrConfigServiceGetUserParams) SetContext

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

SetContext adds the context to the distr config service get user params

func (*DistrConfigServiceGetUserParams) SetDefaults added in v0.4.5

func (o *DistrConfigServiceGetUserParams) SetDefaults()

SetDefaults hydrates default values in the distr config service get user params (not the query body).

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

func (*DistrConfigServiceGetUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the distr config service get user params

func (*DistrConfigServiceGetUserParams) SetTimeout

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

SetTimeout adds the timeout to the distr config service get user params

func (*DistrConfigServiceGetUserParams) SetUserID

func (o *DistrConfigServiceGetUserParams) SetUserID(userID string)

SetUserID adds the userId to the distr config service get user params

func (*DistrConfigServiceGetUserParams) WithContext

WithContext adds the context to the distr config service get user params

func (*DistrConfigServiceGetUserParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the distr config service get user params (not the query body).

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

func (*DistrConfigServiceGetUserParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the distr config service get user params

func (*DistrConfigServiceGetUserParams) WithTimeout

WithTimeout adds the timeout to the distr config service get user params

func (*DistrConfigServiceGetUserParams) WithUserID

WithUserID adds the userID to the distr config service get user params

func (*DistrConfigServiceGetUserParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DistrConfigServiceGetUserReader

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

DistrConfigServiceGetUserReader is a Reader for the DistrConfigServiceGetUser structure.

func (*DistrConfigServiceGetUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DistrConfigServiceGetUsersDefault

type DistrConfigServiceGetUsersDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
DistrConfigServiceGetUsersDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewDistrConfigServiceGetUsersDefault

func NewDistrConfigServiceGetUsersDefault(code int) *DistrConfigServiceGetUsersDefault

NewDistrConfigServiceGetUsersDefault creates a DistrConfigServiceGetUsersDefault with default headers values

func (*DistrConfigServiceGetUsersDefault) Code

Code gets the status code for the distr config service get users default response

func (*DistrConfigServiceGetUsersDefault) Error

func (*DistrConfigServiceGetUsersDefault) GetPayload

type DistrConfigServiceGetUsersNotFound

type DistrConfigServiceGetUsersNotFound struct {
	Payload string
}
DistrConfigServiceGetUsersNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewDistrConfigServiceGetUsersNotFound

func NewDistrConfigServiceGetUsersNotFound() *DistrConfigServiceGetUsersNotFound

NewDistrConfigServiceGetUsersNotFound creates a DistrConfigServiceGetUsersNotFound with default headers values

func (*DistrConfigServiceGetUsersNotFound) Error

func (*DistrConfigServiceGetUsersNotFound) GetPayload

type DistrConfigServiceGetUsersOK

type DistrConfigServiceGetUsersOK struct {
	Payload *models.DistrconfigGetUsersResponse
}
DistrConfigServiceGetUsersOK describes a response with status code 200, with default header values.

A successful response.

func NewDistrConfigServiceGetUsersOK

func NewDistrConfigServiceGetUsersOK() *DistrConfigServiceGetUsersOK

NewDistrConfigServiceGetUsersOK creates a DistrConfigServiceGetUsersOK with default headers values

func (*DistrConfigServiceGetUsersOK) Error

func (*DistrConfigServiceGetUsersOK) GetPayload

type DistrConfigServiceGetUsersParams

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

DistrConfigServiceGetUsersParams contains all the parameters to send to the API endpoint

for the distr config service get users operation.

Typically these are written to a http.Request.

func NewDistrConfigServiceGetUsersParams

func NewDistrConfigServiceGetUsersParams() *DistrConfigServiceGetUsersParams

NewDistrConfigServiceGetUsersParams creates a new DistrConfigServiceGetUsersParams 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 NewDistrConfigServiceGetUsersParamsWithContext

func NewDistrConfigServiceGetUsersParamsWithContext(ctx context.Context) *DistrConfigServiceGetUsersParams

NewDistrConfigServiceGetUsersParamsWithContext creates a new DistrConfigServiceGetUsersParams object with the ability to set a context for a request.

func NewDistrConfigServiceGetUsersParamsWithHTTPClient

func NewDistrConfigServiceGetUsersParamsWithHTTPClient(client *http.Client) *DistrConfigServiceGetUsersParams

NewDistrConfigServiceGetUsersParamsWithHTTPClient creates a new DistrConfigServiceGetUsersParams object with the ability to set a custom HTTPClient for a request.

func NewDistrConfigServiceGetUsersParamsWithTimeout

func NewDistrConfigServiceGetUsersParamsWithTimeout(timeout time.Duration) *DistrConfigServiceGetUsersParams

NewDistrConfigServiceGetUsersParamsWithTimeout creates a new DistrConfigServiceGetUsersParams object with the ability to set a timeout on a request.

func (*DistrConfigServiceGetUsersParams) SetContext

SetContext adds the context to the distr config service get users params

func (*DistrConfigServiceGetUsersParams) SetDefaults added in v0.4.5

func (o *DistrConfigServiceGetUsersParams) SetDefaults()

SetDefaults hydrates default values in the distr config service get users params (not the query body).

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

func (*DistrConfigServiceGetUsersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the distr config service get users params

func (*DistrConfigServiceGetUsersParams) SetTimeout

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

SetTimeout adds the timeout to the distr config service get users params

func (*DistrConfigServiceGetUsersParams) WithContext

WithContext adds the context to the distr config service get users params

func (*DistrConfigServiceGetUsersParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the distr config service get users params (not the query body).

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

func (*DistrConfigServiceGetUsersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the distr config service get users params

func (*DistrConfigServiceGetUsersParams) WithTimeout

WithTimeout adds the timeout to the distr config service get users params

func (*DistrConfigServiceGetUsersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DistrConfigServiceGetUsersReader

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

DistrConfigServiceGetUsersReader is a Reader for the DistrConfigServiceGetUsers structure.

func (*DistrConfigServiceGetUsersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DistrConfigServiceSetAppBundleDefault

type DistrConfigServiceSetAppBundleDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
DistrConfigServiceSetAppBundleDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewDistrConfigServiceSetAppBundleDefault

func NewDistrConfigServiceSetAppBundleDefault(code int) *DistrConfigServiceSetAppBundleDefault

NewDistrConfigServiceSetAppBundleDefault creates a DistrConfigServiceSetAppBundleDefault with default headers values

func (*DistrConfigServiceSetAppBundleDefault) Code

Code gets the status code for the distr config service set app bundle default response

func (*DistrConfigServiceSetAppBundleDefault) Error

func (*DistrConfigServiceSetAppBundleDefault) GetPayload

type DistrConfigServiceSetAppBundleNotFound

type DistrConfigServiceSetAppBundleNotFound struct {
	Payload string
}
DistrConfigServiceSetAppBundleNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewDistrConfigServiceSetAppBundleNotFound

func NewDistrConfigServiceSetAppBundleNotFound() *DistrConfigServiceSetAppBundleNotFound

NewDistrConfigServiceSetAppBundleNotFound creates a DistrConfigServiceSetAppBundleNotFound with default headers values

func (*DistrConfigServiceSetAppBundleNotFound) Error

func (*DistrConfigServiceSetAppBundleNotFound) GetPayload

type DistrConfigServiceSetAppBundleOK

type DistrConfigServiceSetAppBundleOK struct {
	Payload models.DistrconfigSetAppBundleResponse
}
DistrConfigServiceSetAppBundleOK describes a response with status code 200, with default header values.

A successful response.

func NewDistrConfigServiceSetAppBundleOK

func NewDistrConfigServiceSetAppBundleOK() *DistrConfigServiceSetAppBundleOK

NewDistrConfigServiceSetAppBundleOK creates a DistrConfigServiceSetAppBundleOK with default headers values

func (*DistrConfigServiceSetAppBundleOK) Error

func (*DistrConfigServiceSetAppBundleOK) GetPayload

type DistrConfigServiceSetAppBundleParams

type DistrConfigServiceSetAppBundleParams struct {

	// Body.
	Body *models.DistrconfigSetAppBundleRequest

	// ID.
	ID string

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

DistrConfigServiceSetAppBundleParams contains all the parameters to send to the API endpoint

for the distr config service set app bundle operation.

Typically these are written to a http.Request.

func NewDistrConfigServiceSetAppBundleParams

func NewDistrConfigServiceSetAppBundleParams() *DistrConfigServiceSetAppBundleParams

NewDistrConfigServiceSetAppBundleParams creates a new DistrConfigServiceSetAppBundleParams 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 NewDistrConfigServiceSetAppBundleParamsWithContext

func NewDistrConfigServiceSetAppBundleParamsWithContext(ctx context.Context) *DistrConfigServiceSetAppBundleParams

NewDistrConfigServiceSetAppBundleParamsWithContext creates a new DistrConfigServiceSetAppBundleParams object with the ability to set a context for a request.

func NewDistrConfigServiceSetAppBundleParamsWithHTTPClient

func NewDistrConfigServiceSetAppBundleParamsWithHTTPClient(client *http.Client) *DistrConfigServiceSetAppBundleParams

NewDistrConfigServiceSetAppBundleParamsWithHTTPClient creates a new DistrConfigServiceSetAppBundleParams object with the ability to set a custom HTTPClient for a request.

func NewDistrConfigServiceSetAppBundleParamsWithTimeout

func NewDistrConfigServiceSetAppBundleParamsWithTimeout(timeout time.Duration) *DistrConfigServiceSetAppBundleParams

NewDistrConfigServiceSetAppBundleParamsWithTimeout creates a new DistrConfigServiceSetAppBundleParams object with the ability to set a timeout on a request.

func (*DistrConfigServiceSetAppBundleParams) SetBody

SetBody adds the body to the distr config service set app bundle params

func (*DistrConfigServiceSetAppBundleParams) SetContext

SetContext adds the context to the distr config service set app bundle params

func (*DistrConfigServiceSetAppBundleParams) SetDefaults added in v0.4.5

func (o *DistrConfigServiceSetAppBundleParams) SetDefaults()

SetDefaults hydrates default values in the distr config service set app bundle params (not the query body).

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

func (*DistrConfigServiceSetAppBundleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the distr config service set app bundle params

func (*DistrConfigServiceSetAppBundleParams) SetID

SetID adds the id to the distr config service set app bundle params

func (*DistrConfigServiceSetAppBundleParams) SetTimeout

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

SetTimeout adds the timeout to the distr config service set app bundle params

func (*DistrConfigServiceSetAppBundleParams) WithBody

WithBody adds the body to the distr config service set app bundle params

func (*DistrConfigServiceSetAppBundleParams) WithContext

WithContext adds the context to the distr config service set app bundle params

func (*DistrConfigServiceSetAppBundleParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the distr config service set app bundle params (not the query body).

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

func (*DistrConfigServiceSetAppBundleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the distr config service set app bundle params

func (*DistrConfigServiceSetAppBundleParams) WithID

WithID adds the id to the distr config service set app bundle params

func (*DistrConfigServiceSetAppBundleParams) WithTimeout

WithTimeout adds the timeout to the distr config service set app bundle params

func (*DistrConfigServiceSetAppBundleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DistrConfigServiceSetAppBundleReader

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

DistrConfigServiceSetAppBundleReader is a Reader for the DistrConfigServiceSetAppBundle structure.

func (*DistrConfigServiceSetAppBundleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DistrConfigServiceUnassignAppFromUsersDefault

type DistrConfigServiceUnassignAppFromUsersDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
DistrConfigServiceUnassignAppFromUsersDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewDistrConfigServiceUnassignAppFromUsersDefault

func NewDistrConfigServiceUnassignAppFromUsersDefault(code int) *DistrConfigServiceUnassignAppFromUsersDefault

NewDistrConfigServiceUnassignAppFromUsersDefault creates a DistrConfigServiceUnassignAppFromUsersDefault with default headers values

func (*DistrConfigServiceUnassignAppFromUsersDefault) Code

Code gets the status code for the distr config service unassign app from users default response

func (*DistrConfigServiceUnassignAppFromUsersDefault) Error

func (*DistrConfigServiceUnassignAppFromUsersDefault) GetPayload

type DistrConfigServiceUnassignAppFromUsersNotFound

type DistrConfigServiceUnassignAppFromUsersNotFound struct {
	Payload string
}
DistrConfigServiceUnassignAppFromUsersNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewDistrConfigServiceUnassignAppFromUsersNotFound

func NewDistrConfigServiceUnassignAppFromUsersNotFound() *DistrConfigServiceUnassignAppFromUsersNotFound

NewDistrConfigServiceUnassignAppFromUsersNotFound creates a DistrConfigServiceUnassignAppFromUsersNotFound with default headers values

func (*DistrConfigServiceUnassignAppFromUsersNotFound) Error

func (*DistrConfigServiceUnassignAppFromUsersNotFound) GetPayload

type DistrConfigServiceUnassignAppFromUsersOK

type DistrConfigServiceUnassignAppFromUsersOK struct {
	Payload *models.DistrconfigUnassignAppFromUsersResponse
}
DistrConfigServiceUnassignAppFromUsersOK describes a response with status code 200, with default header values.

A successful response.

func NewDistrConfigServiceUnassignAppFromUsersOK

func NewDistrConfigServiceUnassignAppFromUsersOK() *DistrConfigServiceUnassignAppFromUsersOK

NewDistrConfigServiceUnassignAppFromUsersOK creates a DistrConfigServiceUnassignAppFromUsersOK with default headers values

func (*DistrConfigServiceUnassignAppFromUsersOK) Error

func (*DistrConfigServiceUnassignAppFromUsersOK) GetPayload

type DistrConfigServiceUnassignAppFromUsersParams

type DistrConfigServiceUnassignAppFromUsersParams struct {

	// Body.
	Body *models.DistrconfigUnassignAppFromUsersRequest

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

DistrConfigServiceUnassignAppFromUsersParams contains all the parameters to send to the API endpoint

for the distr config service unassign app from users operation.

Typically these are written to a http.Request.

func NewDistrConfigServiceUnassignAppFromUsersParams

func NewDistrConfigServiceUnassignAppFromUsersParams() *DistrConfigServiceUnassignAppFromUsersParams

NewDistrConfigServiceUnassignAppFromUsersParams creates a new DistrConfigServiceUnassignAppFromUsersParams 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 NewDistrConfigServiceUnassignAppFromUsersParamsWithContext

func NewDistrConfigServiceUnassignAppFromUsersParamsWithContext(ctx context.Context) *DistrConfigServiceUnassignAppFromUsersParams

NewDistrConfigServiceUnassignAppFromUsersParamsWithContext creates a new DistrConfigServiceUnassignAppFromUsersParams object with the ability to set a context for a request.

func NewDistrConfigServiceUnassignAppFromUsersParamsWithHTTPClient

func NewDistrConfigServiceUnassignAppFromUsersParamsWithHTTPClient(client *http.Client) *DistrConfigServiceUnassignAppFromUsersParams

NewDistrConfigServiceUnassignAppFromUsersParamsWithHTTPClient creates a new DistrConfigServiceUnassignAppFromUsersParams object with the ability to set a custom HTTPClient for a request.

func NewDistrConfigServiceUnassignAppFromUsersParamsWithTimeout

func NewDistrConfigServiceUnassignAppFromUsersParamsWithTimeout(timeout time.Duration) *DistrConfigServiceUnassignAppFromUsersParams

NewDistrConfigServiceUnassignAppFromUsersParamsWithTimeout creates a new DistrConfigServiceUnassignAppFromUsersParams object with the ability to set a timeout on a request.

func (*DistrConfigServiceUnassignAppFromUsersParams) SetBody

SetBody adds the body to the distr config service unassign app from users params

func (*DistrConfigServiceUnassignAppFromUsersParams) SetContext

SetContext adds the context to the distr config service unassign app from users params

func (*DistrConfigServiceUnassignAppFromUsersParams) SetDefaults added in v0.4.5

SetDefaults hydrates default values in the distr config service unassign app from users params (not the query body).

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

func (*DistrConfigServiceUnassignAppFromUsersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the distr config service unassign app from users params

func (*DistrConfigServiceUnassignAppFromUsersParams) SetTimeout

SetTimeout adds the timeout to the distr config service unassign app from users params

func (*DistrConfigServiceUnassignAppFromUsersParams) WithBody

WithBody adds the body to the distr config service unassign app from users params

func (*DistrConfigServiceUnassignAppFromUsersParams) WithContext

WithContext adds the context to the distr config service unassign app from users params

func (*DistrConfigServiceUnassignAppFromUsersParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the distr config service unassign app from users params (not the query body).

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

func (*DistrConfigServiceUnassignAppFromUsersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the distr config service unassign app from users params

func (*DistrConfigServiceUnassignAppFromUsersParams) WithTimeout

WithTimeout adds the timeout to the distr config service unassign app from users params

func (*DistrConfigServiceUnassignAppFromUsersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DistrConfigServiceUnassignAppFromUsersReader

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

DistrConfigServiceUnassignAppFromUsersReader is a Reader for the DistrConfigServiceUnassignAppFromUsers structure.

func (*DistrConfigServiceUnassignAppFromUsersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DistrConfigServiceUnassignPoolsFromAppDefault

type DistrConfigServiceUnassignPoolsFromAppDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
DistrConfigServiceUnassignPoolsFromAppDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewDistrConfigServiceUnassignPoolsFromAppDefault

func NewDistrConfigServiceUnassignPoolsFromAppDefault(code int) *DistrConfigServiceUnassignPoolsFromAppDefault

NewDistrConfigServiceUnassignPoolsFromAppDefault creates a DistrConfigServiceUnassignPoolsFromAppDefault with default headers values

func (*DistrConfigServiceUnassignPoolsFromAppDefault) Code

Code gets the status code for the distr config service unassign pools from app default response

func (*DistrConfigServiceUnassignPoolsFromAppDefault) Error

func (*DistrConfigServiceUnassignPoolsFromAppDefault) GetPayload

type DistrConfigServiceUnassignPoolsFromAppNotFound

type DistrConfigServiceUnassignPoolsFromAppNotFound struct {
	Payload string
}
DistrConfigServiceUnassignPoolsFromAppNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewDistrConfigServiceUnassignPoolsFromAppNotFound

func NewDistrConfigServiceUnassignPoolsFromAppNotFound() *DistrConfigServiceUnassignPoolsFromAppNotFound

NewDistrConfigServiceUnassignPoolsFromAppNotFound creates a DistrConfigServiceUnassignPoolsFromAppNotFound with default headers values

func (*DistrConfigServiceUnassignPoolsFromAppNotFound) Error

func (*DistrConfigServiceUnassignPoolsFromAppNotFound) GetPayload

type DistrConfigServiceUnassignPoolsFromAppOK

type DistrConfigServiceUnassignPoolsFromAppOK struct {
	Payload *models.DistrconfigUnassignPoolsFromAppResponse
}
DistrConfigServiceUnassignPoolsFromAppOK describes a response with status code 200, with default header values.

A successful response.

func NewDistrConfigServiceUnassignPoolsFromAppOK

func NewDistrConfigServiceUnassignPoolsFromAppOK() *DistrConfigServiceUnassignPoolsFromAppOK

NewDistrConfigServiceUnassignPoolsFromAppOK creates a DistrConfigServiceUnassignPoolsFromAppOK with default headers values

func (*DistrConfigServiceUnassignPoolsFromAppOK) Error

func (*DistrConfigServiceUnassignPoolsFromAppOK) GetPayload

type DistrConfigServiceUnassignPoolsFromAppParams

type DistrConfigServiceUnassignPoolsFromAppParams struct {

	// Body.
	Body *models.DistrconfigUnassignPoolsFromAppRequest

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

DistrConfigServiceUnassignPoolsFromAppParams contains all the parameters to send to the API endpoint

for the distr config service unassign pools from app operation.

Typically these are written to a http.Request.

func NewDistrConfigServiceUnassignPoolsFromAppParams

func NewDistrConfigServiceUnassignPoolsFromAppParams() *DistrConfigServiceUnassignPoolsFromAppParams

NewDistrConfigServiceUnassignPoolsFromAppParams creates a new DistrConfigServiceUnassignPoolsFromAppParams 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 NewDistrConfigServiceUnassignPoolsFromAppParamsWithContext

func NewDistrConfigServiceUnassignPoolsFromAppParamsWithContext(ctx context.Context) *DistrConfigServiceUnassignPoolsFromAppParams

NewDistrConfigServiceUnassignPoolsFromAppParamsWithContext creates a new DistrConfigServiceUnassignPoolsFromAppParams object with the ability to set a context for a request.

func NewDistrConfigServiceUnassignPoolsFromAppParamsWithHTTPClient

func NewDistrConfigServiceUnassignPoolsFromAppParamsWithHTTPClient(client *http.Client) *DistrConfigServiceUnassignPoolsFromAppParams

NewDistrConfigServiceUnassignPoolsFromAppParamsWithHTTPClient creates a new DistrConfigServiceUnassignPoolsFromAppParams object with the ability to set a custom HTTPClient for a request.

func NewDistrConfigServiceUnassignPoolsFromAppParamsWithTimeout

func NewDistrConfigServiceUnassignPoolsFromAppParamsWithTimeout(timeout time.Duration) *DistrConfigServiceUnassignPoolsFromAppParams

NewDistrConfigServiceUnassignPoolsFromAppParamsWithTimeout creates a new DistrConfigServiceUnassignPoolsFromAppParams object with the ability to set a timeout on a request.

func (*DistrConfigServiceUnassignPoolsFromAppParams) SetBody

SetBody adds the body to the distr config service unassign pools from app params

func (*DistrConfigServiceUnassignPoolsFromAppParams) SetContext

SetContext adds the context to the distr config service unassign pools from app params

func (*DistrConfigServiceUnassignPoolsFromAppParams) SetDefaults added in v0.4.5

SetDefaults hydrates default values in the distr config service unassign pools from app params (not the query body).

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

func (*DistrConfigServiceUnassignPoolsFromAppParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the distr config service unassign pools from app params

func (*DistrConfigServiceUnassignPoolsFromAppParams) SetTimeout

SetTimeout adds the timeout to the distr config service unassign pools from app params

func (*DistrConfigServiceUnassignPoolsFromAppParams) WithBody

WithBody adds the body to the distr config service unassign pools from app params

func (*DistrConfigServiceUnassignPoolsFromAppParams) WithContext

WithContext adds the context to the distr config service unassign pools from app params

func (*DistrConfigServiceUnassignPoolsFromAppParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the distr config service unassign pools from app params (not the query body).

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

func (*DistrConfigServiceUnassignPoolsFromAppParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the distr config service unassign pools from app params

func (*DistrConfigServiceUnassignPoolsFromAppParams) WithTimeout

WithTimeout adds the timeout to the distr config service unassign pools from app params

func (*DistrConfigServiceUnassignPoolsFromAppParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DistrConfigServiceUnassignPoolsFromAppReader

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

DistrConfigServiceUnassignPoolsFromAppReader is a Reader for the DistrConfigServiceUnassignPoolsFromApp structure.

func (*DistrConfigServiceUnassignPoolsFromAppReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DistrConfigServiceUnassignTagFromUserDefault

type DistrConfigServiceUnassignTagFromUserDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
DistrConfigServiceUnassignTagFromUserDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewDistrConfigServiceUnassignTagFromUserDefault

func NewDistrConfigServiceUnassignTagFromUserDefault(code int) *DistrConfigServiceUnassignTagFromUserDefault

NewDistrConfigServiceUnassignTagFromUserDefault creates a DistrConfigServiceUnassignTagFromUserDefault with default headers values

func (*DistrConfigServiceUnassignTagFromUserDefault) Code

Code gets the status code for the distr config service unassign tag from user default response

func (*DistrConfigServiceUnassignTagFromUserDefault) Error

func (*DistrConfigServiceUnassignTagFromUserDefault) GetPayload

type DistrConfigServiceUnassignTagFromUserNotFound

type DistrConfigServiceUnassignTagFromUserNotFound struct {
	Payload string
}
DistrConfigServiceUnassignTagFromUserNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewDistrConfigServiceUnassignTagFromUserNotFound

func NewDistrConfigServiceUnassignTagFromUserNotFound() *DistrConfigServiceUnassignTagFromUserNotFound

NewDistrConfigServiceUnassignTagFromUserNotFound creates a DistrConfigServiceUnassignTagFromUserNotFound with default headers values

func (*DistrConfigServiceUnassignTagFromUserNotFound) Error

func (*DistrConfigServiceUnassignTagFromUserNotFound) GetPayload

type DistrConfigServiceUnassignTagFromUserOK

type DistrConfigServiceUnassignTagFromUserOK struct {
	Payload models.DistrconfigUnassignTagFromUserResponse
}
DistrConfigServiceUnassignTagFromUserOK describes a response with status code 200, with default header values.

A successful response.

func NewDistrConfigServiceUnassignTagFromUserOK

func NewDistrConfigServiceUnassignTagFromUserOK() *DistrConfigServiceUnassignTagFromUserOK

NewDistrConfigServiceUnassignTagFromUserOK creates a DistrConfigServiceUnassignTagFromUserOK with default headers values

func (*DistrConfigServiceUnassignTagFromUserOK) Error

func (*DistrConfigServiceUnassignTagFromUserOK) GetPayload

type DistrConfigServiceUnassignTagFromUserParams

type DistrConfigServiceUnassignTagFromUserParams struct {

	// Body.
	Body *models.DistrconfigUnassignTagFromUserRequest

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

DistrConfigServiceUnassignTagFromUserParams contains all the parameters to send to the API endpoint

for the distr config service unassign tag from user operation.

Typically these are written to a http.Request.

func NewDistrConfigServiceUnassignTagFromUserParams

func NewDistrConfigServiceUnassignTagFromUserParams() *DistrConfigServiceUnassignTagFromUserParams

NewDistrConfigServiceUnassignTagFromUserParams creates a new DistrConfigServiceUnassignTagFromUserParams 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 NewDistrConfigServiceUnassignTagFromUserParamsWithContext

func NewDistrConfigServiceUnassignTagFromUserParamsWithContext(ctx context.Context) *DistrConfigServiceUnassignTagFromUserParams

NewDistrConfigServiceUnassignTagFromUserParamsWithContext creates a new DistrConfigServiceUnassignTagFromUserParams object with the ability to set a context for a request.

func NewDistrConfigServiceUnassignTagFromUserParamsWithHTTPClient

func NewDistrConfigServiceUnassignTagFromUserParamsWithHTTPClient(client *http.Client) *DistrConfigServiceUnassignTagFromUserParams

NewDistrConfigServiceUnassignTagFromUserParamsWithHTTPClient creates a new DistrConfigServiceUnassignTagFromUserParams object with the ability to set a custom HTTPClient for a request.

func NewDistrConfigServiceUnassignTagFromUserParamsWithTimeout

func NewDistrConfigServiceUnassignTagFromUserParamsWithTimeout(timeout time.Duration) *DistrConfigServiceUnassignTagFromUserParams

NewDistrConfigServiceUnassignTagFromUserParamsWithTimeout creates a new DistrConfigServiceUnassignTagFromUserParams object with the ability to set a timeout on a request.

func (*DistrConfigServiceUnassignTagFromUserParams) SetBody

SetBody adds the body to the distr config service unassign tag from user params

func (*DistrConfigServiceUnassignTagFromUserParams) SetContext

SetContext adds the context to the distr config service unassign tag from user params

func (*DistrConfigServiceUnassignTagFromUserParams) SetDefaults added in v0.4.5

SetDefaults hydrates default values in the distr config service unassign tag from user params (not the query body).

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

func (*DistrConfigServiceUnassignTagFromUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the distr config service unassign tag from user params

func (*DistrConfigServiceUnassignTagFromUserParams) SetTimeout

SetTimeout adds the timeout to the distr config service unassign tag from user params

func (*DistrConfigServiceUnassignTagFromUserParams) WithBody

WithBody adds the body to the distr config service unassign tag from user params

func (*DistrConfigServiceUnassignTagFromUserParams) WithContext

WithContext adds the context to the distr config service unassign tag from user params

func (*DistrConfigServiceUnassignTagFromUserParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the distr config service unassign tag from user params (not the query body).

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

func (*DistrConfigServiceUnassignTagFromUserParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the distr config service unassign tag from user params

func (*DistrConfigServiceUnassignTagFromUserParams) WithTimeout

WithTimeout adds the timeout to the distr config service unassign tag from user params

func (*DistrConfigServiceUnassignTagFromUserParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DistrConfigServiceUnassignTagFromUserReader

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

DistrConfigServiceUnassignTagFromUserReader is a Reader for the DistrConfigServiceUnassignTagFromUser structure.

func (*DistrConfigServiceUnassignTagFromUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DistrConfigServiceUpdatePool2Default

type DistrConfigServiceUpdatePool2Default struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
DistrConfigServiceUpdatePool2Default describes a response with status code -1, with default header values.

An unexpected error response

func NewDistrConfigServiceUpdatePool2Default

func NewDistrConfigServiceUpdatePool2Default(code int) *DistrConfigServiceUpdatePool2Default

NewDistrConfigServiceUpdatePool2Default creates a DistrConfigServiceUpdatePool2Default with default headers values

func (*DistrConfigServiceUpdatePool2Default) Code

Code gets the status code for the distr config service update pool2 default response

func (*DistrConfigServiceUpdatePool2Default) Error

func (*DistrConfigServiceUpdatePool2Default) GetPayload

type DistrConfigServiceUpdatePool2NotFound

type DistrConfigServiceUpdatePool2NotFound struct {
	Payload string
}
DistrConfigServiceUpdatePool2NotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewDistrConfigServiceUpdatePool2NotFound

func NewDistrConfigServiceUpdatePool2NotFound() *DistrConfigServiceUpdatePool2NotFound

NewDistrConfigServiceUpdatePool2NotFound creates a DistrConfigServiceUpdatePool2NotFound with default headers values

func (*DistrConfigServiceUpdatePool2NotFound) Error

func (*DistrConfigServiceUpdatePool2NotFound) GetPayload

type DistrConfigServiceUpdatePool2OK

type DistrConfigServiceUpdatePool2OK struct {
	Payload models.DistrconfigUpdatePoolResponse
}
DistrConfigServiceUpdatePool2OK describes a response with status code 200, with default header values.

A successful response.

func NewDistrConfigServiceUpdatePool2OK

func NewDistrConfigServiceUpdatePool2OK() *DistrConfigServiceUpdatePool2OK

NewDistrConfigServiceUpdatePool2OK creates a DistrConfigServiceUpdatePool2OK with default headers values

func (*DistrConfigServiceUpdatePool2OK) Error

func (*DistrConfigServiceUpdatePool2OK) GetPayload

type DistrConfigServiceUpdatePool2Params

type DistrConfigServiceUpdatePool2Params struct {

	// Body.
	Body *models.DistrconfigDataPool

	/* DataPoolID.

	   Primary key together with accountId - should be unique by client - used also as name of the pool
	*/
	DataPoolID string

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

DistrConfigServiceUpdatePool2Params contains all the parameters to send to the API endpoint

for the distr config service update pool2 operation.

Typically these are written to a http.Request.

func NewDistrConfigServiceUpdatePool2Params

func NewDistrConfigServiceUpdatePool2Params() *DistrConfigServiceUpdatePool2Params

NewDistrConfigServiceUpdatePool2Params creates a new DistrConfigServiceUpdatePool2Params 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 NewDistrConfigServiceUpdatePool2ParamsWithContext

func NewDistrConfigServiceUpdatePool2ParamsWithContext(ctx context.Context) *DistrConfigServiceUpdatePool2Params

NewDistrConfigServiceUpdatePool2ParamsWithContext creates a new DistrConfigServiceUpdatePool2Params object with the ability to set a context for a request.

func NewDistrConfigServiceUpdatePool2ParamsWithHTTPClient

func NewDistrConfigServiceUpdatePool2ParamsWithHTTPClient(client *http.Client) *DistrConfigServiceUpdatePool2Params

NewDistrConfigServiceUpdatePool2ParamsWithHTTPClient creates a new DistrConfigServiceUpdatePool2Params object with the ability to set a custom HTTPClient for a request.

func NewDistrConfigServiceUpdatePool2ParamsWithTimeout

func NewDistrConfigServiceUpdatePool2ParamsWithTimeout(timeout time.Duration) *DistrConfigServiceUpdatePool2Params

NewDistrConfigServiceUpdatePool2ParamsWithTimeout creates a new DistrConfigServiceUpdatePool2Params object with the ability to set a timeout on a request.

func (*DistrConfigServiceUpdatePool2Params) SetBody

SetBody adds the body to the distr config service update pool2 params

func (*DistrConfigServiceUpdatePool2Params) SetContext

SetContext adds the context to the distr config service update pool2 params

func (*DistrConfigServiceUpdatePool2Params) SetDataPoolID

func (o *DistrConfigServiceUpdatePool2Params) SetDataPoolID(dataPoolID string)

SetDataPoolID adds the dataPoolId to the distr config service update pool2 params

func (*DistrConfigServiceUpdatePool2Params) SetDefaults added in v0.4.5

func (o *DistrConfigServiceUpdatePool2Params) SetDefaults()

SetDefaults hydrates default values in the distr config service update pool2 params (not the query body).

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

func (*DistrConfigServiceUpdatePool2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the distr config service update pool2 params

func (*DistrConfigServiceUpdatePool2Params) SetTimeout

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

SetTimeout adds the timeout to the distr config service update pool2 params

func (*DistrConfigServiceUpdatePool2Params) WithBody

WithBody adds the body to the distr config service update pool2 params

func (*DistrConfigServiceUpdatePool2Params) WithContext

WithContext adds the context to the distr config service update pool2 params

func (*DistrConfigServiceUpdatePool2Params) WithDataPoolID

WithDataPoolID adds the dataPoolID to the distr config service update pool2 params

func (*DistrConfigServiceUpdatePool2Params) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the distr config service update pool2 params (not the query body).

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

func (*DistrConfigServiceUpdatePool2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the distr config service update pool2 params

func (*DistrConfigServiceUpdatePool2Params) WithTimeout

WithTimeout adds the timeout to the distr config service update pool2 params

func (*DistrConfigServiceUpdatePool2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DistrConfigServiceUpdatePool2Reader

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

DistrConfigServiceUpdatePool2Reader is a Reader for the DistrConfigServiceUpdatePool2 structure.

func (*DistrConfigServiceUpdatePool2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DistrConfigServiceUpdatePoolDefault

type DistrConfigServiceUpdatePoolDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
DistrConfigServiceUpdatePoolDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewDistrConfigServiceUpdatePoolDefault

func NewDistrConfigServiceUpdatePoolDefault(code int) *DistrConfigServiceUpdatePoolDefault

NewDistrConfigServiceUpdatePoolDefault creates a DistrConfigServiceUpdatePoolDefault with default headers values

func (*DistrConfigServiceUpdatePoolDefault) Code

Code gets the status code for the distr config service update pool default response

func (*DistrConfigServiceUpdatePoolDefault) Error

func (*DistrConfigServiceUpdatePoolDefault) GetPayload

type DistrConfigServiceUpdatePoolNotFound

type DistrConfigServiceUpdatePoolNotFound struct {
	Payload string
}
DistrConfigServiceUpdatePoolNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewDistrConfigServiceUpdatePoolNotFound

func NewDistrConfigServiceUpdatePoolNotFound() *DistrConfigServiceUpdatePoolNotFound

NewDistrConfigServiceUpdatePoolNotFound creates a DistrConfigServiceUpdatePoolNotFound with default headers values

func (*DistrConfigServiceUpdatePoolNotFound) Error

func (*DistrConfigServiceUpdatePoolNotFound) GetPayload

type DistrConfigServiceUpdatePoolOK

type DistrConfigServiceUpdatePoolOK struct {
	Payload models.DistrconfigUpdatePoolResponse
}
DistrConfigServiceUpdatePoolOK describes a response with status code 200, with default header values.

A successful response.

func NewDistrConfigServiceUpdatePoolOK

func NewDistrConfigServiceUpdatePoolOK() *DistrConfigServiceUpdatePoolOK

NewDistrConfigServiceUpdatePoolOK creates a DistrConfigServiceUpdatePoolOK with default headers values

func (*DistrConfigServiceUpdatePoolOK) Error

func (*DistrConfigServiceUpdatePoolOK) GetPayload

type DistrConfigServiceUpdatePoolParams

type DistrConfigServiceUpdatePoolParams struct {

	// Body.
	Body *models.DistrconfigDataPool

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

DistrConfigServiceUpdatePoolParams contains all the parameters to send to the API endpoint

for the distr config service update pool operation.

Typically these are written to a http.Request.

func NewDistrConfigServiceUpdatePoolParams

func NewDistrConfigServiceUpdatePoolParams() *DistrConfigServiceUpdatePoolParams

NewDistrConfigServiceUpdatePoolParams creates a new DistrConfigServiceUpdatePoolParams 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 NewDistrConfigServiceUpdatePoolParamsWithContext

func NewDistrConfigServiceUpdatePoolParamsWithContext(ctx context.Context) *DistrConfigServiceUpdatePoolParams

NewDistrConfigServiceUpdatePoolParamsWithContext creates a new DistrConfigServiceUpdatePoolParams object with the ability to set a context for a request.

func NewDistrConfigServiceUpdatePoolParamsWithHTTPClient

func NewDistrConfigServiceUpdatePoolParamsWithHTTPClient(client *http.Client) *DistrConfigServiceUpdatePoolParams

NewDistrConfigServiceUpdatePoolParamsWithHTTPClient creates a new DistrConfigServiceUpdatePoolParams object with the ability to set a custom HTTPClient for a request.

func NewDistrConfigServiceUpdatePoolParamsWithTimeout

func NewDistrConfigServiceUpdatePoolParamsWithTimeout(timeout time.Duration) *DistrConfigServiceUpdatePoolParams

NewDistrConfigServiceUpdatePoolParamsWithTimeout creates a new DistrConfigServiceUpdatePoolParams object with the ability to set a timeout on a request.

func (*DistrConfigServiceUpdatePoolParams) SetBody

SetBody adds the body to the distr config service update pool params

func (*DistrConfigServiceUpdatePoolParams) SetContext

SetContext adds the context to the distr config service update pool params

func (*DistrConfigServiceUpdatePoolParams) SetDefaults added in v0.4.5

func (o *DistrConfigServiceUpdatePoolParams) SetDefaults()

SetDefaults hydrates default values in the distr config service update pool params (not the query body).

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

func (*DistrConfigServiceUpdatePoolParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the distr config service update pool params

func (*DistrConfigServiceUpdatePoolParams) SetTimeout

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

SetTimeout adds the timeout to the distr config service update pool params

func (*DistrConfigServiceUpdatePoolParams) WithBody

WithBody adds the body to the distr config service update pool params

func (*DistrConfigServiceUpdatePoolParams) WithContext

WithContext adds the context to the distr config service update pool params

func (*DistrConfigServiceUpdatePoolParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the distr config service update pool params (not the query body).

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

func (*DistrConfigServiceUpdatePoolParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the distr config service update pool params

func (*DistrConfigServiceUpdatePoolParams) WithTimeout

WithTimeout adds the timeout to the distr config service update pool params

func (*DistrConfigServiceUpdatePoolParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DistrConfigServiceUpdatePoolReader

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

DistrConfigServiceUpdatePoolReader is a Reader for the DistrConfigServiceUpdatePool structure.

func (*DistrConfigServiceUpdatePoolReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DistrConfigServiceValidatePoolDataDefault

type DistrConfigServiceValidatePoolDataDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}
DistrConfigServiceValidatePoolDataDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewDistrConfigServiceValidatePoolDataDefault

func NewDistrConfigServiceValidatePoolDataDefault(code int) *DistrConfigServiceValidatePoolDataDefault

NewDistrConfigServiceValidatePoolDataDefault creates a DistrConfigServiceValidatePoolDataDefault with default headers values

func (*DistrConfigServiceValidatePoolDataDefault) Code

Code gets the status code for the distr config service validate pool data default response

func (*DistrConfigServiceValidatePoolDataDefault) Error

func (*DistrConfigServiceValidatePoolDataDefault) GetPayload

type DistrConfigServiceValidatePoolDataNotFound

type DistrConfigServiceValidatePoolDataNotFound struct {
	Payload string
}
DistrConfigServiceValidatePoolDataNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewDistrConfigServiceValidatePoolDataNotFound

func NewDistrConfigServiceValidatePoolDataNotFound() *DistrConfigServiceValidatePoolDataNotFound

NewDistrConfigServiceValidatePoolDataNotFound creates a DistrConfigServiceValidatePoolDataNotFound with default headers values

func (*DistrConfigServiceValidatePoolDataNotFound) Error

func (*DistrConfigServiceValidatePoolDataNotFound) GetPayload

type DistrConfigServiceValidatePoolDataOK

type DistrConfigServiceValidatePoolDataOK struct {
	Payload *models.DistrconfigValidatePoolDataResponse
}
DistrConfigServiceValidatePoolDataOK describes a response with status code 200, with default header values.

A successful response.

func NewDistrConfigServiceValidatePoolDataOK

func NewDistrConfigServiceValidatePoolDataOK() *DistrConfigServiceValidatePoolDataOK

NewDistrConfigServiceValidatePoolDataOK creates a DistrConfigServiceValidatePoolDataOK with default headers values

func (*DistrConfigServiceValidatePoolDataOK) Error

func (*DistrConfigServiceValidatePoolDataOK) GetPayload

type DistrConfigServiceValidatePoolDataParams

type DistrConfigServiceValidatePoolDataParams struct {

	// Body.
	Body *models.DistrconfigValidatePoolDataRequest

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

DistrConfigServiceValidatePoolDataParams contains all the parameters to send to the API endpoint

for the distr config service validate pool data operation.

Typically these are written to a http.Request.

func NewDistrConfigServiceValidatePoolDataParams

func NewDistrConfigServiceValidatePoolDataParams() *DistrConfigServiceValidatePoolDataParams

NewDistrConfigServiceValidatePoolDataParams creates a new DistrConfigServiceValidatePoolDataParams 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 NewDistrConfigServiceValidatePoolDataParamsWithContext

func NewDistrConfigServiceValidatePoolDataParamsWithContext(ctx context.Context) *DistrConfigServiceValidatePoolDataParams

NewDistrConfigServiceValidatePoolDataParamsWithContext creates a new DistrConfigServiceValidatePoolDataParams object with the ability to set a context for a request.

func NewDistrConfigServiceValidatePoolDataParamsWithHTTPClient

func NewDistrConfigServiceValidatePoolDataParamsWithHTTPClient(client *http.Client) *DistrConfigServiceValidatePoolDataParams

NewDistrConfigServiceValidatePoolDataParamsWithHTTPClient creates a new DistrConfigServiceValidatePoolDataParams object with the ability to set a custom HTTPClient for a request.

func NewDistrConfigServiceValidatePoolDataParamsWithTimeout

func NewDistrConfigServiceValidatePoolDataParamsWithTimeout(timeout time.Duration) *DistrConfigServiceValidatePoolDataParams

NewDistrConfigServiceValidatePoolDataParamsWithTimeout creates a new DistrConfigServiceValidatePoolDataParams object with the ability to set a timeout on a request.

func (*DistrConfigServiceValidatePoolDataParams) SetBody

SetBody adds the body to the distr config service validate pool data params

func (*DistrConfigServiceValidatePoolDataParams) SetContext

SetContext adds the context to the distr config service validate pool data params

func (*DistrConfigServiceValidatePoolDataParams) SetDefaults added in v0.4.5

SetDefaults hydrates default values in the distr config service validate pool data params (not the query body).

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

func (*DistrConfigServiceValidatePoolDataParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the distr config service validate pool data params

func (*DistrConfigServiceValidatePoolDataParams) SetTimeout

SetTimeout adds the timeout to the distr config service validate pool data params

func (*DistrConfigServiceValidatePoolDataParams) WithBody

WithBody adds the body to the distr config service validate pool data params

func (*DistrConfigServiceValidatePoolDataParams) WithContext

WithContext adds the context to the distr config service validate pool data params

func (*DistrConfigServiceValidatePoolDataParams) WithDefaults added in v0.4.5

WithDefaults hydrates default values in the distr config service validate pool data params (not the query body).

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

func (*DistrConfigServiceValidatePoolDataParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the distr config service validate pool data params

func (*DistrConfigServiceValidatePoolDataParams) WithTimeout

WithTimeout adds the timeout to the distr config service validate pool data params

func (*DistrConfigServiceValidatePoolDataParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DistrConfigServiceValidatePoolDataReader

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

DistrConfigServiceValidatePoolDataReader is a Reader for the DistrConfigServiceValidatePoolData structure.

func (*DistrConfigServiceValidatePoolDataReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

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