platform_infrastructure

package
v1.0.0-bc3 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2019 License: Apache-2.0 Imports: 11 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddBlueprinterBlessingConflict

type AddBlueprinterBlessingConflict struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

AddBlueprinterBlessingConflict handles this case with default header values.

Your request failed because the specified version does not match the persisted version. (code: `roles.version_conflict`)

func NewAddBlueprinterBlessingConflict

func NewAddBlueprinterBlessingConflict() *AddBlueprinterBlessingConflict

NewAddBlueprinterBlessingConflict creates a AddBlueprinterBlessingConflict with default headers values

func (*AddBlueprinterBlessingConflict) Error

type AddBlueprinterBlessingNotFound

type AddBlueprinterBlessingNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

AddBlueprinterBlessingNotFound handles this case with default header values.

The role can't be found. (code: `roles.not_found`)

func NewAddBlueprinterBlessingNotFound

func NewAddBlueprinterBlessingNotFound() *AddBlueprinterBlessingNotFound

NewAddBlueprinterBlessingNotFound creates a AddBlueprinterBlessingNotFound with default headers values

func (*AddBlueprinterBlessingNotFound) Error

type AddBlueprinterBlessingOK

type AddBlueprinterBlessingOK struct {
	Payload *models.RoleAggregate
}

AddBlueprinterBlessingOK handles this case with default header values.

Blessing added successfully.

func NewAddBlueprinterBlessingOK

func NewAddBlueprinterBlessingOK() *AddBlueprinterBlessingOK

NewAddBlueprinterBlessingOK creates a AddBlueprinterBlessingOK with default headers values

func (*AddBlueprinterBlessingOK) Error

func (o *AddBlueprinterBlessingOK) Error() string

type AddBlueprinterBlessingParams

type AddBlueprinterBlessingParams struct {

	/*BlueprinterRoleID
	  User-specified Blueprinter role ID.

	*/
	BlueprinterRoleID string
	/*Body
	  The blessing to add.

	*/
	Body *models.Blessing
	/*RunnerID
	  Runner ID for a blessing associated with a role.

	*/
	RunnerID string
	/*Version
	  When specified, checks for conflicts against the version stored in the persistent store (returned in 'x-cloud-resource-version' of the GET request)

	*/
	Version *int64

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

AddBlueprinterBlessingParams contains all the parameters to send to the API endpoint for the add blueprinter blessing operation typically these are written to a http.Request

func NewAddBlueprinterBlessingParams

func NewAddBlueprinterBlessingParams() *AddBlueprinterBlessingParams

NewAddBlueprinterBlessingParams creates a new AddBlueprinterBlessingParams object with the default values initialized.

func NewAddBlueprinterBlessingParamsWithContext

func NewAddBlueprinterBlessingParamsWithContext(ctx context.Context) *AddBlueprinterBlessingParams

NewAddBlueprinterBlessingParamsWithContext creates a new AddBlueprinterBlessingParams object with the default values initialized, and the ability to set a context for a request

func NewAddBlueprinterBlessingParamsWithHTTPClient

func NewAddBlueprinterBlessingParamsWithHTTPClient(client *http.Client) *AddBlueprinterBlessingParams

NewAddBlueprinterBlessingParamsWithHTTPClient creates a new AddBlueprinterBlessingParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddBlueprinterBlessingParamsWithTimeout

func NewAddBlueprinterBlessingParamsWithTimeout(timeout time.Duration) *AddBlueprinterBlessingParams

NewAddBlueprinterBlessingParamsWithTimeout creates a new AddBlueprinterBlessingParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddBlueprinterBlessingParams) SetBlueprinterRoleID

func (o *AddBlueprinterBlessingParams) SetBlueprinterRoleID(blueprinterRoleID string)

SetBlueprinterRoleID adds the blueprinterRoleId to the add blueprinter blessing params

func (*AddBlueprinterBlessingParams) SetBody

func (o *AddBlueprinterBlessingParams) SetBody(body *models.Blessing)

SetBody adds the body to the add blueprinter blessing params

func (*AddBlueprinterBlessingParams) SetContext

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

SetContext adds the context to the add blueprinter blessing params

func (*AddBlueprinterBlessingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add blueprinter blessing params

func (*AddBlueprinterBlessingParams) SetRunnerID

func (o *AddBlueprinterBlessingParams) SetRunnerID(runnerID string)

SetRunnerID adds the runnerId to the add blueprinter blessing params

func (*AddBlueprinterBlessingParams) SetTimeout

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

SetTimeout adds the timeout to the add blueprinter blessing params

func (*AddBlueprinterBlessingParams) SetVersion

func (o *AddBlueprinterBlessingParams) SetVersion(version *int64)

SetVersion adds the version to the add blueprinter blessing params

func (*AddBlueprinterBlessingParams) WithBlueprinterRoleID

func (o *AddBlueprinterBlessingParams) WithBlueprinterRoleID(blueprinterRoleID string) *AddBlueprinterBlessingParams

WithBlueprinterRoleID adds the blueprinterRoleID to the add blueprinter blessing params

func (*AddBlueprinterBlessingParams) WithBody

WithBody adds the body to the add blueprinter blessing params

func (*AddBlueprinterBlessingParams) WithContext

WithContext adds the context to the add blueprinter blessing params

func (*AddBlueprinterBlessingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the add blueprinter blessing params

func (*AddBlueprinterBlessingParams) WithRunnerID

WithRunnerID adds the runnerID to the add blueprinter blessing params

func (*AddBlueprinterBlessingParams) WithTimeout

WithTimeout adds the timeout to the add blueprinter blessing params

func (*AddBlueprinterBlessingParams) WithVersion

WithVersion adds the version to the add blueprinter blessing params

func (*AddBlueprinterBlessingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AddBlueprinterBlessingReader

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

AddBlueprinterBlessingReader is a Reader for the AddBlueprinterBlessing structure.

func (*AddBlueprinterBlessingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for platform infrastructure API

func New

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

New creates a new platform infrastructure API client.

func (*Client) AddBlueprinterBlessing

func (a *Client) AddBlueprinterBlessing(params *AddBlueprinterBlessingParams, authInfo runtime.ClientAuthInfoWriter) (*AddBlueprinterBlessingOK, error)

AddBlueprinterBlessing adds blessing

Add a Blessing for a runner to a role.

func (*Client) CreateBlueprinterRole

func (a *Client) CreateBlueprinterRole(params *CreateBlueprinterRoleParams, authInfo runtime.ClientAuthInfoWriter) (*CreateBlueprinterRoleCreated, error)

CreateBlueprinterRole creates a role

Create a Blueprinter role.

func (*Client) CreateConfigStoreOption

CreateConfigStoreOption creates config store option

Inserts new Config Store Option.

func (*Client) CreateProxiesFilteredGroup

func (a *Client) CreateProxiesFilteredGroup(params *CreateProxiesFilteredGroupParams, authInfo runtime.ClientAuthInfoWriter) (*CreateProxiesFilteredGroupOK, error)

CreateProxiesFilteredGroup creates filtered group of proxies

Create the settings for a filtered group of proxies.

func (*Client) DeleteAllocator

func (a *Client) DeleteAllocator(params *DeleteAllocatorParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteAllocatorOK, error)

DeleteAllocator deletes allocator

Deletes the allocator.

func (*Client) DeleteAllocatorMetadataItem

func (a *Client) DeleteAllocatorMetadataItem(params *DeleteAllocatorMetadataItemParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteAllocatorMetadataItemOK, error)

DeleteAllocatorMetadataItem deletes allocator metadata item

Removes a single item from the allocator metadata.

func (*Client) DeleteBlueprinterRole

func (a *Client) DeleteBlueprinterRole(params *DeleteBlueprinterRoleParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteBlueprinterRoleOK, error)

DeleteBlueprinterRole deletes role

Delete a role.

func (*Client) DeleteConfigStoreOption

func (a *Client) DeleteConfigStoreOption(params *DeleteConfigStoreOptionParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteConfigStoreOptionOK, error)

DeleteConfigStoreOption deletes config store option by name

Delete Config Store Option by name.

func (*Client) DeleteLicense

func (a *Client) DeleteLicense(params *DeleteLicenseParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteLicenseOK, error)

DeleteLicense deletes license

Deletes the license.

func (*Client) DeleteProxiesFilteredGroup

func (a *Client) DeleteProxiesFilteredGroup(params *DeleteProxiesFilteredGroupParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteProxiesFilteredGroupOK, error)

DeleteProxiesFilteredGroup deletes filtered group of proxies

Deletes a filtered group of proxies by ID.

func (*Client) DeleteRunner

func (a *Client) DeleteRunner(params *DeleteRunnerParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteRunnerOK, error)

DeleteRunner deletes runner

Delete a runner by id.

func (*Client) GetAllocator

func (a *Client) GetAllocator(params *GetAllocatorParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllocatorOK, error)

GetAllocator gets allocator

Retrieves the allocator by the ID.

func (*Client) GetAllocatorMetadata

func (a *Client) GetAllocatorMetadata(params *GetAllocatorMetadataParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllocatorMetadataOK, error)

GetAllocatorMetadata gets allocator metadata

Retrieves the allocator metadata.

func (*Client) GetAllocatorSettings

func (a *Client) GetAllocatorSettings(params *GetAllocatorSettingsParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllocatorSettingsOK, error)

GetAllocatorSettings gets allocator settings

Retrieves the allocator override settings.

func (*Client) GetAllocators

func (a *Client) GetAllocators(params *GetAllocatorsParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllocatorsOK, error)

GetAllocators gets allocators

Retrieves the information for all of the allocators in the platform.

func (*Client) GetBlueprinterRole

func (a *Client) GetBlueprinterRole(params *GetBlueprinterRoleParams, authInfo runtime.ClientAuthInfoWriter) (*GetBlueprinterRoleOK, error)

GetBlueprinterRole gets role

Retrieve a role.

func (*Client) GetConfigStoreOption

func (a *Client) GetConfigStoreOption(params *GetConfigStoreOptionParams, authInfo runtime.ClientAuthInfoWriter) (*GetConfigStoreOptionOK, error)

GetConfigStoreOption finds config store option by name

Find Config Store Option by name.

func (*Client) GetConstructor

func (a *Client) GetConstructor(params *GetConstructorParams, authInfo runtime.ClientAuthInfoWriter) (*GetConstructorOK, error)

GetConstructor gets constructor

Retrieves a constructor by id.

func (*Client) GetConstructors

func (a *Client) GetConstructors(params *GetConstructorsParams, authInfo runtime.ClientAuthInfoWriter) (*GetConstructorsOK, error)

GetConstructors gets constructors

Retrieves an overview of all constructors in an ECE installation.

func (*Client) GetLicense

func (a *Client) GetLicense(params *GetLicenseParams, authInfo runtime.ClientAuthInfoWriter) (*GetLicenseOK, error)

GetLicense gets license

Retrieves the license.

func (*Client) GetProxies

func (a *Client) GetProxies(params *GetProxiesParams, authInfo runtime.ClientAuthInfoWriter) (*GetProxiesOK, error)

GetProxies gets proxies

Retrieves an overview of all proxies.

func (*Client) GetProxiesFilteredGroup

func (a *Client) GetProxiesFilteredGroup(params *GetProxiesFilteredGroupParams, authInfo runtime.ClientAuthInfoWriter) (*GetProxiesFilteredGroupOK, error)

GetProxiesFilteredGroup gets filtered group of proxies

Get data for a filtered group of proxies.

func (*Client) GetProxiesFilteredGroupHealth

func (a *Client) GetProxiesFilteredGroupHealth(params *GetProxiesFilteredGroupHealthParams, authInfo runtime.ClientAuthInfoWriter) (*GetProxiesFilteredGroupHealthOK, error)

GetProxiesFilteredGroupHealth gets health for a filtered group of proxies

Get the health status of a filtered group of proxies.

func (*Client) GetProxiesHealth

func (a *Client) GetProxiesHealth(params *GetProxiesHealthParams, authInfo runtime.ClientAuthInfoWriter) (*GetProxiesHealthOK, error)

GetProxiesHealth gets proxy health

Get the health status of all proxies.

func (*Client) GetProxiesSettings

func (a *Client) GetProxiesSettings(params *GetProxiesSettingsParams, authInfo runtime.ClientAuthInfoWriter) (*GetProxiesSettingsOK, error)

GetProxiesSettings gets proxies settings

Retrieves the settings for all proxies.

func (*Client) GetProxy

func (a *Client) GetProxy(params *GetProxyParams, authInfo runtime.ClientAuthInfoWriter) (*GetProxyOK, error)

GetProxy gets proxy

Retrieves a single proxy by ID.

func (*Client) GetRunner

func (a *Client) GetRunner(params *GetRunnerParams, authInfo runtime.ClientAuthInfoWriter) (*GetRunnerOK, error)

GetRunner gets runner

Retrieves a runner by id.

func (*Client) GetRunners

func (a *Client) GetRunners(params *GetRunnersParams, authInfo runtime.ClientAuthInfoWriter) (*GetRunnersOK, error)

GetRunners gets runners

Retrieves an overview of all runners.

func (*Client) ListBlueprinterRoles

func (a *Client) ListBlueprinterRoles(params *ListBlueprinterRolesParams, authInfo runtime.ClientAuthInfoWriter) (*ListBlueprinterRolesOK, error)

ListBlueprinterRoles lists roles

Retrieve all persisted roles.

func (*Client) ListConfigStoreOption

func (a *Client) ListConfigStoreOption(params *ListConfigStoreOptionParams, authInfo runtime.ClientAuthInfoWriter) (*ListConfigStoreOptionOK, error)

ListConfigStoreOption lists config store option

List all existing Config Store Option.

func (*Client) MoveClusters

func (a *Client) MoveClusters(params *MoveClustersParams, authInfo runtime.ClientAuthInfoWriter) (*MoveClustersAccepted, error)

MoveClusters moves clusters

Moves the clusters to a different allocator.

func (*Client) MoveClustersByType

func (a *Client) MoveClustersByType(params *MoveClustersByTypeParams, authInfo runtime.ClientAuthInfoWriter) (*MoveClustersByTypeAccepted, error)

MoveClustersByType moves clusters by type

Moves the clusters, by type, to a different allocator.

func (*Client) PutConfigStoreOption

func (a *Client) PutConfigStoreOption(params *PutConfigStoreOptionParams, authInfo runtime.ClientAuthInfoWriter) (*PutConfigStoreOptionOK, error)

PutConfigStoreOption updates config store option

Update existing Config Store Option.

func (*Client) ResyncAllocator

func (a *Client) ResyncAllocator(params *ResyncAllocatorParams, authInfo runtime.ClientAuthInfoWriter) (*ResyncAllocatorOK, error)

ResyncAllocator resynchronizes allocator

Immediately synchronizes the allocator information in the back-end search index and caches.

func (*Client) ResyncAllocators

func (a *Client) ResyncAllocators(params *ResyncAllocatorsParams, authInfo runtime.ClientAuthInfoWriter) (*ResyncAllocatorsAccepted, error)

ResyncAllocators resynchronizes allocators

Asynchronously synchronizes all allocator information in the back-end search index.

func (*Client) ResyncConstructor

func (a *Client) ResyncConstructor(params *ResyncConstructorParams, authInfo runtime.ClientAuthInfoWriter) (*ResyncConstructorOK, error)

ResyncConstructor resynchronizes constructor

Immediately resynchronizes the search index and cache for the selected constructor.

func (*Client) ResyncConstructors

func (a *Client) ResyncConstructors(params *ResyncConstructorsParams, authInfo runtime.ClientAuthInfoWriter) (*ResyncConstructorsAccepted, error)

ResyncConstructors resynchronizes constructors

Asynchronously synchronizes all constructor information in the back-end search index.

func (*Client) ResyncRunner

func (a *Client) ResyncRunner(params *ResyncRunnerParams, authInfo runtime.ClientAuthInfoWriter) (*ResyncRunnerOK, error)

ResyncRunner resynchronizes runner

Immediately resynchronizes the search index and cache for the selected runner.

func (*Client) ResyncRunners

func (a *Client) ResyncRunners(params *ResyncRunnersParams, authInfo runtime.ClientAuthInfoWriter) (*ResyncRunnersAccepted, error)

ResyncRunners resynchronizes runners

Asynchronously synchronizes all runner information in the search index.

func (*Client) SearchAllocators

func (a *Client) SearchAllocators(params *SearchAllocatorsParams, authInfo runtime.ClientAuthInfoWriter) (*SearchAllocatorsOK, error)

SearchAllocators searches allocators

Retrieves the information for all of the allocators in the platform that match the specified query.

func (*Client) SearchRunners

func (a *Client) SearchRunners(params *SearchRunnersParams, authInfo runtime.ClientAuthInfoWriter) (*SearchRunnersOK, error)

SearchRunners searches runners

Retrieves runners that match a given query.

func (*Client) SetAllocatorMetadata

func (a *Client) SetAllocatorMetadata(params *SetAllocatorMetadataParams, authInfo runtime.ClientAuthInfoWriter) (*SetAllocatorMetadataOK, error)

SetAllocatorMetadata sets allocator metadata

Sets the allocator metadata.

func (*Client) SetAllocatorMetadataItem

func (a *Client) SetAllocatorMetadataItem(params *SetAllocatorMetadataItemParams, authInfo runtime.ClientAuthInfoWriter) (*SetAllocatorMetadataItemOK, error)

SetAllocatorMetadataItem sets allocator metadata item

Adds or updates a single item in the allocator metadata.

func (*Client) SetAllocatorSettings

func (a *Client) SetAllocatorSettings(params *SetAllocatorSettingsParams, authInfo runtime.ClientAuthInfoWriter) (*SetAllocatorSettingsOK, error)

SetAllocatorSettings sets allocator settings

Overwrites the allocator settings with the specified settings. WARNING: Any unspecified fields are deleted.

func (*Client) SetBlueprinterBlessings

func (a *Client) SetBlueprinterBlessings(params *SetBlueprinterBlessingsParams, authInfo runtime.ClientAuthInfoWriter) (*SetBlueprinterBlessingsOK, error)

SetBlueprinterBlessings sets blessings

Set blessings for a role.

func (*Client) SetLicense

func (a *Client) SetLicense(params *SetLicenseParams, authInfo runtime.ClientAuthInfoWriter) (*SetLicenseOK, error)

SetLicense adds or update license

Adds a new or updates an existing license.

func (*Client) SetProxiesSettings

func (a *Client) SetProxiesSettings(params *SetProxiesSettingsParams, authInfo runtime.ClientAuthInfoWriter) (*SetProxiesSettingsOK, error)

SetProxiesSettings sets proxy settings

Overwrites the proxy settings. All unspecified fields are deleted.

func (*Client) SetRunnerRoles

func (a *Client) SetRunnerRoles(params *SetRunnerRolesParams, authInfo runtime.ClientAuthInfoWriter) (*SetRunnerRolesOK, error)

SetRunnerRoles sets runner roles

Set runner roles.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) StartAllocatorMaintenanceMode

StartAllocatorMaintenanceMode starts maintenance mode

Starts maintenance mode on the allocator.

func (*Client) StartConstructorMaintenanceMode

StartConstructorMaintenanceMode starts maintenance mode

Start maintenance mode of a constructor. It will stop constructing new plans while continuing with on-going ones.

func (*Client) StopAllocatorMaintenanceMode

StopAllocatorMaintenanceMode stops maintenance mode

Stops maintenance mode on the allocator.

func (*Client) StopConstructorMaintenanceMode

StopConstructorMaintenanceMode stops maintenance mode

Stop maintenance mode of a constructor. It will resume the construction of submitted plans.

func (*Client) UpdateAllocatorSettings

func (a *Client) UpdateAllocatorSettings(params *UpdateAllocatorSettingsParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateAllocatorSettingsOK, error)

UpdateAllocatorSettings updates allocator settings

Applies the settings as a patch. Only the fields that are referenced in the update are altered.

func (*Client) UpdateBlueprinterRole

func (a *Client) UpdateBlueprinterRole(params *UpdateBlueprinterRoleParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateBlueprinterRoleOK, error)

UpdateBlueprinterRole updates role

Update a role.

func (*Client) UpdateProxiesFilteredGroup

func (a *Client) UpdateProxiesFilteredGroup(params *UpdateProxiesFilteredGroupParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateProxiesFilteredGroupOK, error)

UpdateProxiesFilteredGroup updates filtered group of proxies

Update the settings for a filtered group of proxies.

func (*Client) UpdateProxiesSettings

func (a *Client) UpdateProxiesSettings(params *UpdateProxiesSettingsParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateProxiesSettingsOK, error)

UpdateProxiesSettings updates proxy settings

Applies the settings as a patch. Only the fields that are referenced in the update are changed.

type CreateBlueprinterRoleConflict

type CreateBlueprinterRoleConflict struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

CreateBlueprinterRoleConflict handles this case with default header values.

The role ID you specified is already in use. (code: `roles.already_exists`)

func NewCreateBlueprinterRoleConflict

func NewCreateBlueprinterRoleConflict() *CreateBlueprinterRoleConflict

NewCreateBlueprinterRoleConflict creates a CreateBlueprinterRoleConflict with default headers values

func (*CreateBlueprinterRoleConflict) Error

type CreateBlueprinterRoleCreated

type CreateBlueprinterRoleCreated struct {
	Payload *models.RoleAggregate
}

CreateBlueprinterRoleCreated handles this case with default header values.

The role aggregate that was just created.

func NewCreateBlueprinterRoleCreated

func NewCreateBlueprinterRoleCreated() *CreateBlueprinterRoleCreated

NewCreateBlueprinterRoleCreated creates a CreateBlueprinterRoleCreated with default headers values

func (*CreateBlueprinterRoleCreated) Error

type CreateBlueprinterRoleParams

type CreateBlueprinterRoleParams struct {

	/*Body
	  The data you want to use for creating a role.

	*/
	Body *models.RoleAggregateCreateData

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

CreateBlueprinterRoleParams contains all the parameters to send to the API endpoint for the create blueprinter role operation typically these are written to a http.Request

func NewCreateBlueprinterRoleParams

func NewCreateBlueprinterRoleParams() *CreateBlueprinterRoleParams

NewCreateBlueprinterRoleParams creates a new CreateBlueprinterRoleParams object with the default values initialized.

func NewCreateBlueprinterRoleParamsWithContext

func NewCreateBlueprinterRoleParamsWithContext(ctx context.Context) *CreateBlueprinterRoleParams

NewCreateBlueprinterRoleParamsWithContext creates a new CreateBlueprinterRoleParams object with the default values initialized, and the ability to set a context for a request

func NewCreateBlueprinterRoleParamsWithHTTPClient

func NewCreateBlueprinterRoleParamsWithHTTPClient(client *http.Client) *CreateBlueprinterRoleParams

NewCreateBlueprinterRoleParamsWithHTTPClient creates a new CreateBlueprinterRoleParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateBlueprinterRoleParamsWithTimeout

func NewCreateBlueprinterRoleParamsWithTimeout(timeout time.Duration) *CreateBlueprinterRoleParams

NewCreateBlueprinterRoleParamsWithTimeout creates a new CreateBlueprinterRoleParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateBlueprinterRoleParams) SetBody

SetBody adds the body to the create blueprinter role params

func (*CreateBlueprinterRoleParams) SetContext

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

SetContext adds the context to the create blueprinter role params

func (*CreateBlueprinterRoleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create blueprinter role params

func (*CreateBlueprinterRoleParams) SetTimeout

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

SetTimeout adds the timeout to the create blueprinter role params

func (*CreateBlueprinterRoleParams) WithBody

WithBody adds the body to the create blueprinter role params

func (*CreateBlueprinterRoleParams) WithContext

WithContext adds the context to the create blueprinter role params

func (*CreateBlueprinterRoleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create blueprinter role params

func (*CreateBlueprinterRoleParams) WithTimeout

WithTimeout adds the timeout to the create blueprinter role params

func (*CreateBlueprinterRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateBlueprinterRoleReader

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

CreateBlueprinterRoleReader is a Reader for the CreateBlueprinterRole structure.

func (*CreateBlueprinterRoleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateConfigStoreOptionBadRequest

type CreateConfigStoreOptionBadRequest struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

CreateConfigStoreOptionBadRequest handles this case with default header values.

Config Store Option data already exists for the given name. (code: `platform.config.store.already_exists`)

func NewCreateConfigStoreOptionBadRequest

func NewCreateConfigStoreOptionBadRequest() *CreateConfigStoreOptionBadRequest

NewCreateConfigStoreOptionBadRequest creates a CreateConfigStoreOptionBadRequest with default headers values

func (*CreateConfigStoreOptionBadRequest) Error

type CreateConfigStoreOptionCreated

type CreateConfigStoreOptionCreated struct {
	/*The date-time when the resource was created (ISO format relative to UTC)
	 */
	XCloudResourceCreated string
	/*The date-time when the resource was last modified (ISO format relative to UTC)
	 */
	XCloudResourceLastModified string
	/*The resource version, which is used to avoid update conflicts with concurrent operations
	 */
	XCloudResourceVersion string

	Payload *models.ConfigStoreOption
}

CreateConfigStoreOptionCreated handles this case with default header values.

The Config Store Option was inserted successfully

func NewCreateConfigStoreOptionCreated

func NewCreateConfigStoreOptionCreated() *CreateConfigStoreOptionCreated

NewCreateConfigStoreOptionCreated creates a CreateConfigStoreOptionCreated with default headers values

func (*CreateConfigStoreOptionCreated) Error

type CreateConfigStoreOptionParams

type CreateConfigStoreOptionParams struct {

	/*Body
	  The Config Store Option definition

	*/
	Body *models.ConfigStoreOptionData
	/*ConfigOptionID
	  Name of the Config Store Option that you would like to create

	*/
	ConfigOptionID string

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

CreateConfigStoreOptionParams contains all the parameters to send to the API endpoint for the create config store option operation typically these are written to a http.Request

func NewCreateConfigStoreOptionParams

func NewCreateConfigStoreOptionParams() *CreateConfigStoreOptionParams

NewCreateConfigStoreOptionParams creates a new CreateConfigStoreOptionParams object with the default values initialized.

func NewCreateConfigStoreOptionParamsWithContext

func NewCreateConfigStoreOptionParamsWithContext(ctx context.Context) *CreateConfigStoreOptionParams

NewCreateConfigStoreOptionParamsWithContext creates a new CreateConfigStoreOptionParams object with the default values initialized, and the ability to set a context for a request

func NewCreateConfigStoreOptionParamsWithHTTPClient

func NewCreateConfigStoreOptionParamsWithHTTPClient(client *http.Client) *CreateConfigStoreOptionParams

NewCreateConfigStoreOptionParamsWithHTTPClient creates a new CreateConfigStoreOptionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateConfigStoreOptionParamsWithTimeout

func NewCreateConfigStoreOptionParamsWithTimeout(timeout time.Duration) *CreateConfigStoreOptionParams

NewCreateConfigStoreOptionParamsWithTimeout creates a new CreateConfigStoreOptionParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateConfigStoreOptionParams) SetBody

SetBody adds the body to the create config store option params

func (*CreateConfigStoreOptionParams) SetConfigOptionID

func (o *CreateConfigStoreOptionParams) SetConfigOptionID(configOptionID string)

SetConfigOptionID adds the configOptionId to the create config store option params

func (*CreateConfigStoreOptionParams) SetContext

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

SetContext adds the context to the create config store option params

func (*CreateConfigStoreOptionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create config store option params

func (*CreateConfigStoreOptionParams) SetTimeout

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

SetTimeout adds the timeout to the create config store option params

func (*CreateConfigStoreOptionParams) WithBody

WithBody adds the body to the create config store option params

func (*CreateConfigStoreOptionParams) WithConfigOptionID

func (o *CreateConfigStoreOptionParams) WithConfigOptionID(configOptionID string) *CreateConfigStoreOptionParams

WithConfigOptionID adds the configOptionID to the create config store option params

func (*CreateConfigStoreOptionParams) WithContext

WithContext adds the context to the create config store option params

func (*CreateConfigStoreOptionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create config store option params

func (*CreateConfigStoreOptionParams) WithTimeout

WithTimeout adds the timeout to the create config store option params

func (*CreateConfigStoreOptionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateConfigStoreOptionReader

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

CreateConfigStoreOptionReader is a Reader for the CreateConfigStoreOption structure.

func (*CreateConfigStoreOptionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateProxiesFilteredGroupBadRequest

type CreateProxiesFilteredGroupBadRequest struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

CreateProxiesFilteredGroupBadRequest handles this case with default header values.

* The filtered group of proxies has empty id. (code: `proxies.proxies_filtered_group_empty_id`) * A filtered group of proxies with the same identifier already exists. (code: `proxies.proxies_filtered_group_already_exists`)

func NewCreateProxiesFilteredGroupBadRequest

func NewCreateProxiesFilteredGroupBadRequest() *CreateProxiesFilteredGroupBadRequest

NewCreateProxiesFilteredGroupBadRequest creates a CreateProxiesFilteredGroupBadRequest with default headers values

func (*CreateProxiesFilteredGroupBadRequest) Error

type CreateProxiesFilteredGroupOK

type CreateProxiesFilteredGroupOK struct {
	/*The date-time when the resource was created (ISO format relative to UTC)
	 */
	XCloudResourceCreated string
	/*The date-time when the resource was last modified (ISO format relative to UTC)
	 */
	XCloudResourceLastModified string
	/*The resource version, which is used to avoid update conflicts with concurrent operations
	 */
	XCloudResourceVersion string

	Payload *models.ProxiesFilteredGroup
}

CreateProxiesFilteredGroupOK handles this case with default header values.

Returns the created or updated filtered group of proxies

func NewCreateProxiesFilteredGroupOK

func NewCreateProxiesFilteredGroupOK() *CreateProxiesFilteredGroupOK

NewCreateProxiesFilteredGroupOK creates a CreateProxiesFilteredGroupOK with default headers values

func (*CreateProxiesFilteredGroupOK) Error

type CreateProxiesFilteredGroupParams

type CreateProxiesFilteredGroupParams struct {

	/*Body
	  Data for the filtered group of proxies to create

	*/
	Body *models.ProxiesFilteredGroup

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

CreateProxiesFilteredGroupParams contains all the parameters to send to the API endpoint for the create proxies filtered group operation typically these are written to a http.Request

func NewCreateProxiesFilteredGroupParams

func NewCreateProxiesFilteredGroupParams() *CreateProxiesFilteredGroupParams

NewCreateProxiesFilteredGroupParams creates a new CreateProxiesFilteredGroupParams object with the default values initialized.

func NewCreateProxiesFilteredGroupParamsWithContext

func NewCreateProxiesFilteredGroupParamsWithContext(ctx context.Context) *CreateProxiesFilteredGroupParams

NewCreateProxiesFilteredGroupParamsWithContext creates a new CreateProxiesFilteredGroupParams object with the default values initialized, and the ability to set a context for a request

func NewCreateProxiesFilteredGroupParamsWithHTTPClient

func NewCreateProxiesFilteredGroupParamsWithHTTPClient(client *http.Client) *CreateProxiesFilteredGroupParams

NewCreateProxiesFilteredGroupParamsWithHTTPClient creates a new CreateProxiesFilteredGroupParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateProxiesFilteredGroupParamsWithTimeout

func NewCreateProxiesFilteredGroupParamsWithTimeout(timeout time.Duration) *CreateProxiesFilteredGroupParams

NewCreateProxiesFilteredGroupParamsWithTimeout creates a new CreateProxiesFilteredGroupParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateProxiesFilteredGroupParams) SetBody

SetBody adds the body to the create proxies filtered group params

func (*CreateProxiesFilteredGroupParams) SetContext

SetContext adds the context to the create proxies filtered group params

func (*CreateProxiesFilteredGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create proxies filtered group params

func (*CreateProxiesFilteredGroupParams) SetTimeout

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

SetTimeout adds the timeout to the create proxies filtered group params

func (*CreateProxiesFilteredGroupParams) WithBody

WithBody adds the body to the create proxies filtered group params

func (*CreateProxiesFilteredGroupParams) WithContext

WithContext adds the context to the create proxies filtered group params

func (*CreateProxiesFilteredGroupParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create proxies filtered group params

func (*CreateProxiesFilteredGroupParams) WithTimeout

WithTimeout adds the timeout to the create proxies filtered group params

func (*CreateProxiesFilteredGroupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateProxiesFilteredGroupReader

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

CreateProxiesFilteredGroupReader is a Reader for the CreateProxiesFilteredGroup structure.

func (*CreateProxiesFilteredGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateProxiesFilteredGroupRetryWith

type CreateProxiesFilteredGroupRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

CreateProxiesFilteredGroupRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewCreateProxiesFilteredGroupRetryWith

func NewCreateProxiesFilteredGroupRetryWith() *CreateProxiesFilteredGroupRetryWith

NewCreateProxiesFilteredGroupRetryWith creates a CreateProxiesFilteredGroupRetryWith with default headers values

func (*CreateProxiesFilteredGroupRetryWith) Error

type DeleteAllocatorBadRequest

type DeleteAllocatorBadRequest struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

DeleteAllocatorBadRequest handles this case with default header values.

* The allocator specified by {allocator_id} could not be deleted. (code: `allocators.delete_connected_allocator_attempt`) * The allocator specified by {allocator_id} could not be deleted. (code: `allocators.delete_allocator_with_instances_attempt`)

func NewDeleteAllocatorBadRequest

func NewDeleteAllocatorBadRequest() *DeleteAllocatorBadRequest

NewDeleteAllocatorBadRequest creates a DeleteAllocatorBadRequest with default headers values

func (*DeleteAllocatorBadRequest) Error

func (o *DeleteAllocatorBadRequest) Error() string

type DeleteAllocatorMetadataItemNotFound

type DeleteAllocatorMetadataItemNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

DeleteAllocatorMetadataItemNotFound handles this case with default header values.

The allocator specified by {allocator_id} cannot be found. (code: `allocators.allocator_not_found`)

func NewDeleteAllocatorMetadataItemNotFound

func NewDeleteAllocatorMetadataItemNotFound() *DeleteAllocatorMetadataItemNotFound

NewDeleteAllocatorMetadataItemNotFound creates a DeleteAllocatorMetadataItemNotFound with default headers values

func (*DeleteAllocatorMetadataItemNotFound) Error

type DeleteAllocatorMetadataItemOK

type DeleteAllocatorMetadataItemOK struct {
	Payload []*models.MetadataItem
}

DeleteAllocatorMetadataItemOK handles this case with default header values.

The allocator metadata was successfully changed (the updated JSON is returned)

func NewDeleteAllocatorMetadataItemOK

func NewDeleteAllocatorMetadataItemOK() *DeleteAllocatorMetadataItemOK

NewDeleteAllocatorMetadataItemOK creates a DeleteAllocatorMetadataItemOK with default headers values

func (*DeleteAllocatorMetadataItemOK) Error

type DeleteAllocatorMetadataItemParams

type DeleteAllocatorMetadataItemParams struct {

	/*AllocatorID
	  The allocator identifier.

	*/
	AllocatorID string
	/*Key
	  The metadata item key.

	*/
	Key string
	/*Version
	  Checks for conflicts against the metadata version, then returns the value in the `x-cloud-resource-version` header.

	*/
	Version *int64

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

DeleteAllocatorMetadataItemParams contains all the parameters to send to the API endpoint for the delete allocator metadata item operation typically these are written to a http.Request

func NewDeleteAllocatorMetadataItemParams

func NewDeleteAllocatorMetadataItemParams() *DeleteAllocatorMetadataItemParams

NewDeleteAllocatorMetadataItemParams creates a new DeleteAllocatorMetadataItemParams object with the default values initialized.

func NewDeleteAllocatorMetadataItemParamsWithContext

func NewDeleteAllocatorMetadataItemParamsWithContext(ctx context.Context) *DeleteAllocatorMetadataItemParams

NewDeleteAllocatorMetadataItemParamsWithContext creates a new DeleteAllocatorMetadataItemParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteAllocatorMetadataItemParamsWithHTTPClient

func NewDeleteAllocatorMetadataItemParamsWithHTTPClient(client *http.Client) *DeleteAllocatorMetadataItemParams

NewDeleteAllocatorMetadataItemParamsWithHTTPClient creates a new DeleteAllocatorMetadataItemParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteAllocatorMetadataItemParamsWithTimeout

func NewDeleteAllocatorMetadataItemParamsWithTimeout(timeout time.Duration) *DeleteAllocatorMetadataItemParams

NewDeleteAllocatorMetadataItemParamsWithTimeout creates a new DeleteAllocatorMetadataItemParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteAllocatorMetadataItemParams) SetAllocatorID

func (o *DeleteAllocatorMetadataItemParams) SetAllocatorID(allocatorID string)

SetAllocatorID adds the allocatorId to the delete allocator metadata item params

func (*DeleteAllocatorMetadataItemParams) SetContext

SetContext adds the context to the delete allocator metadata item params

func (*DeleteAllocatorMetadataItemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete allocator metadata item params

func (*DeleteAllocatorMetadataItemParams) SetKey

SetKey adds the key to the delete allocator metadata item params

func (*DeleteAllocatorMetadataItemParams) SetTimeout

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

SetTimeout adds the timeout to the delete allocator metadata item params

func (*DeleteAllocatorMetadataItemParams) SetVersion

func (o *DeleteAllocatorMetadataItemParams) SetVersion(version *int64)

SetVersion adds the version to the delete allocator metadata item params

func (*DeleteAllocatorMetadataItemParams) WithAllocatorID

WithAllocatorID adds the allocatorID to the delete allocator metadata item params

func (*DeleteAllocatorMetadataItemParams) WithContext

WithContext adds the context to the delete allocator metadata item params

func (*DeleteAllocatorMetadataItemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete allocator metadata item params

func (*DeleteAllocatorMetadataItemParams) WithKey

WithKey adds the key to the delete allocator metadata item params

func (*DeleteAllocatorMetadataItemParams) WithTimeout

WithTimeout adds the timeout to the delete allocator metadata item params

func (*DeleteAllocatorMetadataItemParams) WithVersion

WithVersion adds the version to the delete allocator metadata item params

func (*DeleteAllocatorMetadataItemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAllocatorMetadataItemReader

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

DeleteAllocatorMetadataItemReader is a Reader for the DeleteAllocatorMetadataItem structure.

func (*DeleteAllocatorMetadataItemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAllocatorMetadataItemRetryWith

type DeleteAllocatorMetadataItemRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

DeleteAllocatorMetadataItemRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewDeleteAllocatorMetadataItemRetryWith

func NewDeleteAllocatorMetadataItemRetryWith() *DeleteAllocatorMetadataItemRetryWith

NewDeleteAllocatorMetadataItemRetryWith creates a DeleteAllocatorMetadataItemRetryWith with default headers values

func (*DeleteAllocatorMetadataItemRetryWith) Error

type DeleteAllocatorNotFound

type DeleteAllocatorNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

DeleteAllocatorNotFound handles this case with default header values.

The allocator specified by {allocator_id} cannot be found. (code: `allocators.allocator_not_found`)

func NewDeleteAllocatorNotFound

func NewDeleteAllocatorNotFound() *DeleteAllocatorNotFound

NewDeleteAllocatorNotFound creates a DeleteAllocatorNotFound with default headers values

func (*DeleteAllocatorNotFound) Error

func (o *DeleteAllocatorNotFound) Error() string

type DeleteAllocatorOK

type DeleteAllocatorOK struct {
	Payload models.EmptyResponse
}

DeleteAllocatorOK handles this case with default header values.

The allocator specified by {allocator_id} was successfully deleted

func NewDeleteAllocatorOK

func NewDeleteAllocatorOK() *DeleteAllocatorOK

NewDeleteAllocatorOK creates a DeleteAllocatorOK with default headers values

func (*DeleteAllocatorOK) Error

func (o *DeleteAllocatorOK) Error() string

type DeleteAllocatorParams

type DeleteAllocatorParams struct {

	/*AllocatorID
	  The allocator identifier.

	*/
	AllocatorID string
	/*RemoveInstances
	  Removes the instances from the deleted allocator.

	*/
	RemoveInstances *bool

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

DeleteAllocatorParams contains all the parameters to send to the API endpoint for the delete allocator operation typically these are written to a http.Request

func NewDeleteAllocatorParams

func NewDeleteAllocatorParams() *DeleteAllocatorParams

NewDeleteAllocatorParams creates a new DeleteAllocatorParams object with the default values initialized.

func NewDeleteAllocatorParamsWithContext

func NewDeleteAllocatorParamsWithContext(ctx context.Context) *DeleteAllocatorParams

NewDeleteAllocatorParamsWithContext creates a new DeleteAllocatorParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteAllocatorParamsWithHTTPClient

func NewDeleteAllocatorParamsWithHTTPClient(client *http.Client) *DeleteAllocatorParams

NewDeleteAllocatorParamsWithHTTPClient creates a new DeleteAllocatorParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteAllocatorParamsWithTimeout

func NewDeleteAllocatorParamsWithTimeout(timeout time.Duration) *DeleteAllocatorParams

NewDeleteAllocatorParamsWithTimeout creates a new DeleteAllocatorParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteAllocatorParams) SetAllocatorID

func (o *DeleteAllocatorParams) SetAllocatorID(allocatorID string)

SetAllocatorID adds the allocatorId to the delete allocator params

func (*DeleteAllocatorParams) SetContext

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

SetContext adds the context to the delete allocator params

func (*DeleteAllocatorParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete allocator params

func (*DeleteAllocatorParams) SetRemoveInstances

func (o *DeleteAllocatorParams) SetRemoveInstances(removeInstances *bool)

SetRemoveInstances adds the removeInstances to the delete allocator params

func (*DeleteAllocatorParams) SetTimeout

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

SetTimeout adds the timeout to the delete allocator params

func (*DeleteAllocatorParams) WithAllocatorID

func (o *DeleteAllocatorParams) WithAllocatorID(allocatorID string) *DeleteAllocatorParams

WithAllocatorID adds the allocatorID to the delete allocator params

func (*DeleteAllocatorParams) WithContext

WithContext adds the context to the delete allocator params

func (*DeleteAllocatorParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete allocator params

func (*DeleteAllocatorParams) WithRemoveInstances

func (o *DeleteAllocatorParams) WithRemoveInstances(removeInstances *bool) *DeleteAllocatorParams

WithRemoveInstances adds the removeInstances to the delete allocator params

func (*DeleteAllocatorParams) WithTimeout

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

WithTimeout adds the timeout to the delete allocator params

func (*DeleteAllocatorParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteAllocatorReader

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

DeleteAllocatorReader is a Reader for the DeleteAllocator structure.

func (*DeleteAllocatorReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAllocatorRetryWith

type DeleteAllocatorRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

DeleteAllocatorRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewDeleteAllocatorRetryWith

func NewDeleteAllocatorRetryWith() *DeleteAllocatorRetryWith

NewDeleteAllocatorRetryWith creates a DeleteAllocatorRetryWith with default headers values

func (*DeleteAllocatorRetryWith) Error

func (o *DeleteAllocatorRetryWith) Error() string

type DeleteBlueprinterRoleBadRequest

type DeleteBlueprinterRoleBadRequest struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

DeleteBlueprinterRoleBadRequest handles this case with default header values.

The role is currently running container sets. (code: `roles.in_use`)

func NewDeleteBlueprinterRoleBadRequest

func NewDeleteBlueprinterRoleBadRequest() *DeleteBlueprinterRoleBadRequest

NewDeleteBlueprinterRoleBadRequest creates a DeleteBlueprinterRoleBadRequest with default headers values

func (*DeleteBlueprinterRoleBadRequest) Error

type DeleteBlueprinterRoleConflict

type DeleteBlueprinterRoleConflict struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

DeleteBlueprinterRoleConflict handles this case with default header values.

Your request failed because the specified version does not match the persisted version. (code: `roles.version_conflict`)

func NewDeleteBlueprinterRoleConflict

func NewDeleteBlueprinterRoleConflict() *DeleteBlueprinterRoleConflict

NewDeleteBlueprinterRoleConflict creates a DeleteBlueprinterRoleConflict with default headers values

func (*DeleteBlueprinterRoleConflict) Error

type DeleteBlueprinterRoleNotFound

type DeleteBlueprinterRoleNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

DeleteBlueprinterRoleNotFound handles this case with default header values.

The role can't be found. (code: `roles.not_found`)

func NewDeleteBlueprinterRoleNotFound

func NewDeleteBlueprinterRoleNotFound() *DeleteBlueprinterRoleNotFound

NewDeleteBlueprinterRoleNotFound creates a DeleteBlueprinterRoleNotFound with default headers values

func (*DeleteBlueprinterRoleNotFound) Error

type DeleteBlueprinterRoleOK

type DeleteBlueprinterRoleOK struct {
	Payload models.EmptyResponse
}

DeleteBlueprinterRoleOK handles this case with default header values.

The role was successfully deleted.

func NewDeleteBlueprinterRoleOK

func NewDeleteBlueprinterRoleOK() *DeleteBlueprinterRoleOK

NewDeleteBlueprinterRoleOK creates a DeleteBlueprinterRoleOK with default headers values

func (*DeleteBlueprinterRoleOK) Error

func (o *DeleteBlueprinterRoleOK) Error() string

type DeleteBlueprinterRoleParams

type DeleteBlueprinterRoleParams struct {

	/*BlueprinterRoleID
	  User-specified Blueprinter role ID.

	*/
	BlueprinterRoleID string
	/*Version
	  When specified, checks for conflicts against the version stored in the persistent store (returned in 'x-cloud-resource-version' of the GET request)

	*/
	Version *int64

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

DeleteBlueprinterRoleParams contains all the parameters to send to the API endpoint for the delete blueprinter role operation typically these are written to a http.Request

func NewDeleteBlueprinterRoleParams

func NewDeleteBlueprinterRoleParams() *DeleteBlueprinterRoleParams

NewDeleteBlueprinterRoleParams creates a new DeleteBlueprinterRoleParams object with the default values initialized.

func NewDeleteBlueprinterRoleParamsWithContext

func NewDeleteBlueprinterRoleParamsWithContext(ctx context.Context) *DeleteBlueprinterRoleParams

NewDeleteBlueprinterRoleParamsWithContext creates a new DeleteBlueprinterRoleParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteBlueprinterRoleParamsWithHTTPClient

func NewDeleteBlueprinterRoleParamsWithHTTPClient(client *http.Client) *DeleteBlueprinterRoleParams

NewDeleteBlueprinterRoleParamsWithHTTPClient creates a new DeleteBlueprinterRoleParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteBlueprinterRoleParamsWithTimeout

func NewDeleteBlueprinterRoleParamsWithTimeout(timeout time.Duration) *DeleteBlueprinterRoleParams

NewDeleteBlueprinterRoleParamsWithTimeout creates a new DeleteBlueprinterRoleParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteBlueprinterRoleParams) SetBlueprinterRoleID

func (o *DeleteBlueprinterRoleParams) SetBlueprinterRoleID(blueprinterRoleID string)

SetBlueprinterRoleID adds the blueprinterRoleId to the delete blueprinter role params

func (*DeleteBlueprinterRoleParams) SetContext

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

SetContext adds the context to the delete blueprinter role params

func (*DeleteBlueprinterRoleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete blueprinter role params

func (*DeleteBlueprinterRoleParams) SetTimeout

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

SetTimeout adds the timeout to the delete blueprinter role params

func (*DeleteBlueprinterRoleParams) SetVersion

func (o *DeleteBlueprinterRoleParams) SetVersion(version *int64)

SetVersion adds the version to the delete blueprinter role params

func (*DeleteBlueprinterRoleParams) WithBlueprinterRoleID

func (o *DeleteBlueprinterRoleParams) WithBlueprinterRoleID(blueprinterRoleID string) *DeleteBlueprinterRoleParams

WithBlueprinterRoleID adds the blueprinterRoleID to the delete blueprinter role params

func (*DeleteBlueprinterRoleParams) WithContext

WithContext adds the context to the delete blueprinter role params

func (*DeleteBlueprinterRoleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete blueprinter role params

func (*DeleteBlueprinterRoleParams) WithTimeout

WithTimeout adds the timeout to the delete blueprinter role params

func (*DeleteBlueprinterRoleParams) WithVersion

WithVersion adds the version to the delete blueprinter role params

func (*DeleteBlueprinterRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteBlueprinterRoleReader

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

DeleteBlueprinterRoleReader is a Reader for the DeleteBlueprinterRole structure.

func (*DeleteBlueprinterRoleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteConfigStoreOptionNotFound

type DeleteConfigStoreOptionNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

DeleteConfigStoreOptionNotFound handles this case with default header values.

Config Store Option do not exist by that name. (code: `platform.config.store.not_found`)

func NewDeleteConfigStoreOptionNotFound

func NewDeleteConfigStoreOptionNotFound() *DeleteConfigStoreOptionNotFound

NewDeleteConfigStoreOptionNotFound creates a DeleteConfigStoreOptionNotFound with default headers values

func (*DeleteConfigStoreOptionNotFound) Error

type DeleteConfigStoreOptionOK

type DeleteConfigStoreOptionOK struct {
	/*The date-time when the resource was created (ISO format relative to UTC)
	 */
	XCloudResourceCreated string
	/*The date-time when the resource was last modified (ISO format relative to UTC)
	 */
	XCloudResourceLastModified string
	/*The resource version, which is used to avoid update conflicts with concurrent operations
	 */
	XCloudResourceVersion string

	Payload models.EmptyResponse
}

DeleteConfigStoreOptionOK handles this case with default header values.

Config Store Option deleted successfully

func NewDeleteConfigStoreOptionOK

func NewDeleteConfigStoreOptionOK() *DeleteConfigStoreOptionOK

NewDeleteConfigStoreOptionOK creates a DeleteConfigStoreOptionOK with default headers values

func (*DeleteConfigStoreOptionOK) Error

func (o *DeleteConfigStoreOptionOK) Error() string

type DeleteConfigStoreOptionParams

type DeleteConfigStoreOptionParams struct {

	/*ConfigOptionID
	  Name of the Config Store Option that you would like to delete

	*/
	ConfigOptionID string

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

DeleteConfigStoreOptionParams contains all the parameters to send to the API endpoint for the delete config store option operation typically these are written to a http.Request

func NewDeleteConfigStoreOptionParams

func NewDeleteConfigStoreOptionParams() *DeleteConfigStoreOptionParams

NewDeleteConfigStoreOptionParams creates a new DeleteConfigStoreOptionParams object with the default values initialized.

func NewDeleteConfigStoreOptionParamsWithContext

func NewDeleteConfigStoreOptionParamsWithContext(ctx context.Context) *DeleteConfigStoreOptionParams

NewDeleteConfigStoreOptionParamsWithContext creates a new DeleteConfigStoreOptionParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteConfigStoreOptionParamsWithHTTPClient

func NewDeleteConfigStoreOptionParamsWithHTTPClient(client *http.Client) *DeleteConfigStoreOptionParams

NewDeleteConfigStoreOptionParamsWithHTTPClient creates a new DeleteConfigStoreOptionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteConfigStoreOptionParamsWithTimeout

func NewDeleteConfigStoreOptionParamsWithTimeout(timeout time.Duration) *DeleteConfigStoreOptionParams

NewDeleteConfigStoreOptionParamsWithTimeout creates a new DeleteConfigStoreOptionParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteConfigStoreOptionParams) SetConfigOptionID

func (o *DeleteConfigStoreOptionParams) SetConfigOptionID(configOptionID string)

SetConfigOptionID adds the configOptionId to the delete config store option params

func (*DeleteConfigStoreOptionParams) SetContext

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

SetContext adds the context to the delete config store option params

func (*DeleteConfigStoreOptionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete config store option params

func (*DeleteConfigStoreOptionParams) SetTimeout

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

SetTimeout adds the timeout to the delete config store option params

func (*DeleteConfigStoreOptionParams) WithConfigOptionID

func (o *DeleteConfigStoreOptionParams) WithConfigOptionID(configOptionID string) *DeleteConfigStoreOptionParams

WithConfigOptionID adds the configOptionID to the delete config store option params

func (*DeleteConfigStoreOptionParams) WithContext

WithContext adds the context to the delete config store option params

func (*DeleteConfigStoreOptionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete config store option params

func (*DeleteConfigStoreOptionParams) WithTimeout

WithTimeout adds the timeout to the delete config store option params

func (*DeleteConfigStoreOptionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteConfigStoreOptionReader

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

DeleteConfigStoreOptionReader is a Reader for the DeleteConfigStoreOption structure.

func (*DeleteConfigStoreOptionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteLicenseNotFound

type DeleteLicenseNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

DeleteLicenseNotFound handles this case with default header values.

The license cannot be found. (code: `license.license_not_found`)

func NewDeleteLicenseNotFound

func NewDeleteLicenseNotFound() *DeleteLicenseNotFound

NewDeleteLicenseNotFound creates a DeleteLicenseNotFound with default headers values

func (*DeleteLicenseNotFound) Error

func (o *DeleteLicenseNotFound) Error() string

type DeleteLicenseOK

type DeleteLicenseOK struct {
	Payload models.EmptyResponse
}

DeleteLicenseOK handles this case with default header values.

The license was deleted.

func NewDeleteLicenseOK

func NewDeleteLicenseOK() *DeleteLicenseOK

NewDeleteLicenseOK creates a DeleteLicenseOK with default headers values

func (*DeleteLicenseOK) Error

func (o *DeleteLicenseOK) Error() string

type DeleteLicenseParams

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

DeleteLicenseParams contains all the parameters to send to the API endpoint for the delete license operation typically these are written to a http.Request

func NewDeleteLicenseParams

func NewDeleteLicenseParams() *DeleteLicenseParams

NewDeleteLicenseParams creates a new DeleteLicenseParams object with the default values initialized.

func NewDeleteLicenseParamsWithContext

func NewDeleteLicenseParamsWithContext(ctx context.Context) *DeleteLicenseParams

NewDeleteLicenseParamsWithContext creates a new DeleteLicenseParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteLicenseParamsWithHTTPClient

func NewDeleteLicenseParamsWithHTTPClient(client *http.Client) *DeleteLicenseParams

NewDeleteLicenseParamsWithHTTPClient creates a new DeleteLicenseParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteLicenseParamsWithTimeout

func NewDeleteLicenseParamsWithTimeout(timeout time.Duration) *DeleteLicenseParams

NewDeleteLicenseParamsWithTimeout creates a new DeleteLicenseParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteLicenseParams) SetContext

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

SetContext adds the context to the delete license params

func (*DeleteLicenseParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete license params

func (*DeleteLicenseParams) SetTimeout

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

SetTimeout adds the timeout to the delete license params

func (*DeleteLicenseParams) WithContext

WithContext adds the context to the delete license params

func (*DeleteLicenseParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete license params

func (*DeleteLicenseParams) WithTimeout

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

WithTimeout adds the timeout to the delete license params

func (*DeleteLicenseParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteLicenseReader

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

DeleteLicenseReader is a Reader for the DeleteLicense structure.

func (*DeleteLicenseReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteLicenseRetryWith

type DeleteLicenseRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

DeleteLicenseRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewDeleteLicenseRetryWith

func NewDeleteLicenseRetryWith() *DeleteLicenseRetryWith

NewDeleteLicenseRetryWith creates a DeleteLicenseRetryWith with default headers values

func (*DeleteLicenseRetryWith) Error

func (o *DeleteLicenseRetryWith) Error() string

type DeleteProxiesFilteredGroupConflict

type DeleteProxiesFilteredGroupConflict struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

DeleteProxiesFilteredGroupConflict handles this case with default header values.

There is a version conflict. (code: `proxies.proxies_filtered_group_version_conflict`)

func NewDeleteProxiesFilteredGroupConflict

func NewDeleteProxiesFilteredGroupConflict() *DeleteProxiesFilteredGroupConflict

NewDeleteProxiesFilteredGroupConflict creates a DeleteProxiesFilteredGroupConflict with default headers values

func (*DeleteProxiesFilteredGroupConflict) Error

type DeleteProxiesFilteredGroupNotFound

type DeleteProxiesFilteredGroupNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

DeleteProxiesFilteredGroupNotFound handles this case with default header values.

Unable to find the {proxies_filtered_group_id} specified filtered group of proxies. Edit your request, then try again. (code: `proxies.proxies_filtered_group_not_found`)

func NewDeleteProxiesFilteredGroupNotFound

func NewDeleteProxiesFilteredGroupNotFound() *DeleteProxiesFilteredGroupNotFound

NewDeleteProxiesFilteredGroupNotFound creates a DeleteProxiesFilteredGroupNotFound with default headers values

func (*DeleteProxiesFilteredGroupNotFound) Error

type DeleteProxiesFilteredGroupOK

type DeleteProxiesFilteredGroupOK struct {
	Payload models.EmptyResponse
}

DeleteProxiesFilteredGroupOK handles this case with default header values.

The filtered group of proxies was successfully deleted

func NewDeleteProxiesFilteredGroupOK

func NewDeleteProxiesFilteredGroupOK() *DeleteProxiesFilteredGroupOK

NewDeleteProxiesFilteredGroupOK creates a DeleteProxiesFilteredGroupOK with default headers values

func (*DeleteProxiesFilteredGroupOK) Error

type DeleteProxiesFilteredGroupParams

type DeleteProxiesFilteredGroupParams struct {

	/*ProxiesFilteredGroupID
	  "The identifier for the filtered group of proxies

	*/
	ProxiesFilteredGroupID string
	/*Version
	  Checks for conflicts against the metadata version, then returns the value in the `x-cloud-resource-version` header.

	*/
	Version *int64

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

DeleteProxiesFilteredGroupParams contains all the parameters to send to the API endpoint for the delete proxies filtered group operation typically these are written to a http.Request

func NewDeleteProxiesFilteredGroupParams

func NewDeleteProxiesFilteredGroupParams() *DeleteProxiesFilteredGroupParams

NewDeleteProxiesFilteredGroupParams creates a new DeleteProxiesFilteredGroupParams object with the default values initialized.

func NewDeleteProxiesFilteredGroupParamsWithContext

func NewDeleteProxiesFilteredGroupParamsWithContext(ctx context.Context) *DeleteProxiesFilteredGroupParams

NewDeleteProxiesFilteredGroupParamsWithContext creates a new DeleteProxiesFilteredGroupParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteProxiesFilteredGroupParamsWithHTTPClient

func NewDeleteProxiesFilteredGroupParamsWithHTTPClient(client *http.Client) *DeleteProxiesFilteredGroupParams

NewDeleteProxiesFilteredGroupParamsWithHTTPClient creates a new DeleteProxiesFilteredGroupParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteProxiesFilteredGroupParamsWithTimeout

func NewDeleteProxiesFilteredGroupParamsWithTimeout(timeout time.Duration) *DeleteProxiesFilteredGroupParams

NewDeleteProxiesFilteredGroupParamsWithTimeout creates a new DeleteProxiesFilteredGroupParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteProxiesFilteredGroupParams) SetContext

SetContext adds the context to the delete proxies filtered group params

func (*DeleteProxiesFilteredGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete proxies filtered group params

func (*DeleteProxiesFilteredGroupParams) SetProxiesFilteredGroupID

func (o *DeleteProxiesFilteredGroupParams) SetProxiesFilteredGroupID(proxiesFilteredGroupID string)

SetProxiesFilteredGroupID adds the proxiesFilteredGroupId to the delete proxies filtered group params

func (*DeleteProxiesFilteredGroupParams) SetTimeout

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

SetTimeout adds the timeout to the delete proxies filtered group params

func (*DeleteProxiesFilteredGroupParams) SetVersion

func (o *DeleteProxiesFilteredGroupParams) SetVersion(version *int64)

SetVersion adds the version to the delete proxies filtered group params

func (*DeleteProxiesFilteredGroupParams) WithContext

WithContext adds the context to the delete proxies filtered group params

func (*DeleteProxiesFilteredGroupParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete proxies filtered group params

func (*DeleteProxiesFilteredGroupParams) WithProxiesFilteredGroupID

func (o *DeleteProxiesFilteredGroupParams) WithProxiesFilteredGroupID(proxiesFilteredGroupID string) *DeleteProxiesFilteredGroupParams

WithProxiesFilteredGroupID adds the proxiesFilteredGroupID to the delete proxies filtered group params

func (*DeleteProxiesFilteredGroupParams) WithTimeout

WithTimeout adds the timeout to the delete proxies filtered group params

func (*DeleteProxiesFilteredGroupParams) WithVersion

WithVersion adds the version to the delete proxies filtered group params

func (*DeleteProxiesFilteredGroupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteProxiesFilteredGroupReader

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

DeleteProxiesFilteredGroupReader is a Reader for the DeleteProxiesFilteredGroup structure.

func (*DeleteProxiesFilteredGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteProxiesFilteredGroupRetryWith

type DeleteProxiesFilteredGroupRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

DeleteProxiesFilteredGroupRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewDeleteProxiesFilteredGroupRetryWith

func NewDeleteProxiesFilteredGroupRetryWith() *DeleteProxiesFilteredGroupRetryWith

NewDeleteProxiesFilteredGroupRetryWith creates a DeleteProxiesFilteredGroupRetryWith with default headers values

func (*DeleteProxiesFilteredGroupRetryWith) Error

type DeleteRunnerBadRequest

type DeleteRunnerBadRequest struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

DeleteRunnerBadRequest handles this case with default header values.

The runner specified by {runner_id} could not be deleted. (code: `runners.runner_deletion_failed`)

func NewDeleteRunnerBadRequest

func NewDeleteRunnerBadRequest() *DeleteRunnerBadRequest

NewDeleteRunnerBadRequest creates a DeleteRunnerBadRequest with default headers values

func (*DeleteRunnerBadRequest) Error

func (o *DeleteRunnerBadRequest) Error() string

type DeleteRunnerNotFound

type DeleteRunnerNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

DeleteRunnerNotFound handles this case with default header values.

The runner specified by {runner_id} cannot be found. (code: `runners.runner_not_found`)

func NewDeleteRunnerNotFound

func NewDeleteRunnerNotFound() *DeleteRunnerNotFound

NewDeleteRunnerNotFound creates a DeleteRunnerNotFound with default headers values

func (*DeleteRunnerNotFound) Error

func (o *DeleteRunnerNotFound) Error() string

type DeleteRunnerOK

type DeleteRunnerOK struct {
	Payload models.EmptyResponse
}

DeleteRunnerOK handles this case with default header values.

The runner specified by {runner_id} was deleted.

func NewDeleteRunnerOK

func NewDeleteRunnerOK() *DeleteRunnerOK

NewDeleteRunnerOK creates a DeleteRunnerOK with default headers values

func (*DeleteRunnerOK) Error

func (o *DeleteRunnerOK) Error() string

type DeleteRunnerParams

type DeleteRunnerParams struct {

	/*RunnerID
	  The identifier for the runner

	*/
	RunnerID string

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

DeleteRunnerParams contains all the parameters to send to the API endpoint for the delete runner operation typically these are written to a http.Request

func NewDeleteRunnerParams

func NewDeleteRunnerParams() *DeleteRunnerParams

NewDeleteRunnerParams creates a new DeleteRunnerParams object with the default values initialized.

func NewDeleteRunnerParamsWithContext

func NewDeleteRunnerParamsWithContext(ctx context.Context) *DeleteRunnerParams

NewDeleteRunnerParamsWithContext creates a new DeleteRunnerParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteRunnerParamsWithHTTPClient

func NewDeleteRunnerParamsWithHTTPClient(client *http.Client) *DeleteRunnerParams

NewDeleteRunnerParamsWithHTTPClient creates a new DeleteRunnerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteRunnerParamsWithTimeout

func NewDeleteRunnerParamsWithTimeout(timeout time.Duration) *DeleteRunnerParams

NewDeleteRunnerParamsWithTimeout creates a new DeleteRunnerParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteRunnerParams) SetContext

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

SetContext adds the context to the delete runner params

func (*DeleteRunnerParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete runner params

func (*DeleteRunnerParams) SetRunnerID

func (o *DeleteRunnerParams) SetRunnerID(runnerID string)

SetRunnerID adds the runnerId to the delete runner params

func (*DeleteRunnerParams) SetTimeout

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

SetTimeout adds the timeout to the delete runner params

func (*DeleteRunnerParams) WithContext

WithContext adds the context to the delete runner params

func (*DeleteRunnerParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete runner params

func (*DeleteRunnerParams) WithRunnerID

func (o *DeleteRunnerParams) WithRunnerID(runnerID string) *DeleteRunnerParams

WithRunnerID adds the runnerID to the delete runner params

func (*DeleteRunnerParams) WithTimeout

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

WithTimeout adds the timeout to the delete runner params

func (*DeleteRunnerParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteRunnerReader

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

DeleteRunnerReader is a Reader for the DeleteRunner structure.

func (*DeleteRunnerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteRunnerRetryWith

type DeleteRunnerRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

DeleteRunnerRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewDeleteRunnerRetryWith

func NewDeleteRunnerRetryWith() *DeleteRunnerRetryWith

NewDeleteRunnerRetryWith creates a DeleteRunnerRetryWith with default headers values

func (*DeleteRunnerRetryWith) Error

func (o *DeleteRunnerRetryWith) Error() string

type GetAllocatorMetadataNotFound

type GetAllocatorMetadataNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetAllocatorMetadataNotFound handles this case with default header values.

The allocator specified by {allocator_id} cannot be found. (code: `allocators.allocator_not_found`)

func NewGetAllocatorMetadataNotFound

func NewGetAllocatorMetadataNotFound() *GetAllocatorMetadataNotFound

NewGetAllocatorMetadataNotFound creates a GetAllocatorMetadataNotFound with default headers values

func (*GetAllocatorMetadataNotFound) Error

type GetAllocatorMetadataOK

type GetAllocatorMetadataOK struct {
	/*The date-time when the resource was created (ISO format relative to UTC)
	 */
	XCloudResourceCreated string
	/*The date-time when the resource was last modified (ISO format relative to UTC)
	 */
	XCloudResourceLastModified string
	/*The resource version, which is used to avoid update conflicts with concurrent operations
	 */
	XCloudResourceVersion string

	Payload []*models.MetadataItem
}

GetAllocatorMetadataOK handles this case with default header values.

The allocator metadata was successfully returned

func NewGetAllocatorMetadataOK

func NewGetAllocatorMetadataOK() *GetAllocatorMetadataOK

NewGetAllocatorMetadataOK creates a GetAllocatorMetadataOK with default headers values

func (*GetAllocatorMetadataOK) Error

func (o *GetAllocatorMetadataOK) Error() string

type GetAllocatorMetadataParams

type GetAllocatorMetadataParams struct {

	/*AllocatorID
	  The allocator identifier.

	*/
	AllocatorID string

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

GetAllocatorMetadataParams contains all the parameters to send to the API endpoint for the get allocator metadata operation typically these are written to a http.Request

func NewGetAllocatorMetadataParams

func NewGetAllocatorMetadataParams() *GetAllocatorMetadataParams

NewGetAllocatorMetadataParams creates a new GetAllocatorMetadataParams object with the default values initialized.

func NewGetAllocatorMetadataParamsWithContext

func NewGetAllocatorMetadataParamsWithContext(ctx context.Context) *GetAllocatorMetadataParams

NewGetAllocatorMetadataParamsWithContext creates a new GetAllocatorMetadataParams object with the default values initialized, and the ability to set a context for a request

func NewGetAllocatorMetadataParamsWithHTTPClient

func NewGetAllocatorMetadataParamsWithHTTPClient(client *http.Client) *GetAllocatorMetadataParams

NewGetAllocatorMetadataParamsWithHTTPClient creates a new GetAllocatorMetadataParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAllocatorMetadataParamsWithTimeout

func NewGetAllocatorMetadataParamsWithTimeout(timeout time.Duration) *GetAllocatorMetadataParams

NewGetAllocatorMetadataParamsWithTimeout creates a new GetAllocatorMetadataParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAllocatorMetadataParams) SetAllocatorID

func (o *GetAllocatorMetadataParams) SetAllocatorID(allocatorID string)

SetAllocatorID adds the allocatorId to the get allocator metadata params

func (*GetAllocatorMetadataParams) SetContext

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

SetContext adds the context to the get allocator metadata params

func (*GetAllocatorMetadataParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get allocator metadata params

func (*GetAllocatorMetadataParams) SetTimeout

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

SetTimeout adds the timeout to the get allocator metadata params

func (*GetAllocatorMetadataParams) WithAllocatorID

func (o *GetAllocatorMetadataParams) WithAllocatorID(allocatorID string) *GetAllocatorMetadataParams

WithAllocatorID adds the allocatorID to the get allocator metadata params

func (*GetAllocatorMetadataParams) WithContext

WithContext adds the context to the get allocator metadata params

func (*GetAllocatorMetadataParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get allocator metadata params

func (*GetAllocatorMetadataParams) WithTimeout

WithTimeout adds the timeout to the get allocator metadata params

func (*GetAllocatorMetadataParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAllocatorMetadataReader

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

GetAllocatorMetadataReader is a Reader for the GetAllocatorMetadata structure.

func (*GetAllocatorMetadataReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllocatorNotFound

type GetAllocatorNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetAllocatorNotFound handles this case with default header values.

The allocator specified by {allocator_id} cannot be found. (code: `allocators.allocator_not_found`)

func NewGetAllocatorNotFound

func NewGetAllocatorNotFound() *GetAllocatorNotFound

NewGetAllocatorNotFound creates a GetAllocatorNotFound with default headers values

func (*GetAllocatorNotFound) Error

func (o *GetAllocatorNotFound) Error() string

type GetAllocatorOK

type GetAllocatorOK struct {
	Payload *models.AllocatorInfo
}

GetAllocatorOK handles this case with default header values.

The information for the allocator specified by {allocator_id}

func NewGetAllocatorOK

func NewGetAllocatorOK() *GetAllocatorOK

NewGetAllocatorOK creates a GetAllocatorOK with default headers values

func (*GetAllocatorOK) Error

func (o *GetAllocatorOK) Error() string

type GetAllocatorParams

type GetAllocatorParams struct {

	/*AllocatorID
	  The allocator identifier.

	*/
	AllocatorID string

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

GetAllocatorParams contains all the parameters to send to the API endpoint for the get allocator operation typically these are written to a http.Request

func NewGetAllocatorParams

func NewGetAllocatorParams() *GetAllocatorParams

NewGetAllocatorParams creates a new GetAllocatorParams object with the default values initialized.

func NewGetAllocatorParamsWithContext

func NewGetAllocatorParamsWithContext(ctx context.Context) *GetAllocatorParams

NewGetAllocatorParamsWithContext creates a new GetAllocatorParams object with the default values initialized, and the ability to set a context for a request

func NewGetAllocatorParamsWithHTTPClient

func NewGetAllocatorParamsWithHTTPClient(client *http.Client) *GetAllocatorParams

NewGetAllocatorParamsWithHTTPClient creates a new GetAllocatorParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAllocatorParamsWithTimeout

func NewGetAllocatorParamsWithTimeout(timeout time.Duration) *GetAllocatorParams

NewGetAllocatorParamsWithTimeout creates a new GetAllocatorParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAllocatorParams) SetAllocatorID

func (o *GetAllocatorParams) SetAllocatorID(allocatorID string)

SetAllocatorID adds the allocatorId to the get allocator params

func (*GetAllocatorParams) SetContext

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

SetContext adds the context to the get allocator params

func (*GetAllocatorParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get allocator params

func (*GetAllocatorParams) SetTimeout

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

SetTimeout adds the timeout to the get allocator params

func (*GetAllocatorParams) WithAllocatorID

func (o *GetAllocatorParams) WithAllocatorID(allocatorID string) *GetAllocatorParams

WithAllocatorID adds the allocatorID to the get allocator params

func (*GetAllocatorParams) WithContext

WithContext adds the context to the get allocator params

func (*GetAllocatorParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get allocator params

func (*GetAllocatorParams) WithTimeout

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

WithTimeout adds the timeout to the get allocator params

func (*GetAllocatorParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAllocatorReader

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

GetAllocatorReader is a Reader for the GetAllocator structure.

func (*GetAllocatorReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllocatorSettingsNotFound

type GetAllocatorSettingsNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetAllocatorSettingsNotFound handles this case with default header values.

The allocator specified by {allocator_id} cannot be found. (code: `allocators.allocator_not_found`)

func NewGetAllocatorSettingsNotFound

func NewGetAllocatorSettingsNotFound() *GetAllocatorSettingsNotFound

NewGetAllocatorSettingsNotFound creates a GetAllocatorSettingsNotFound with default headers values

func (*GetAllocatorSettingsNotFound) Error

type GetAllocatorSettingsOK

type GetAllocatorSettingsOK struct {
	/*The date-time when the resource was created (ISO format relative to UTC)
	 */
	XCloudResourceCreated string
	/*The date-time when the resource was last modified (ISO format relative to UTC)
	 */
	XCloudResourceLastModified string
	/*The resource version, which is used to avoid update conflicts with concurrent operations
	 */
	XCloudResourceVersion string

	Payload *models.AllocatorSettings
}

GetAllocatorSettingsOK handles this case with default header values.

Returns the settings for the specified Allocator

func NewGetAllocatorSettingsOK

func NewGetAllocatorSettingsOK() *GetAllocatorSettingsOK

NewGetAllocatorSettingsOK creates a GetAllocatorSettingsOK with default headers values

func (*GetAllocatorSettingsOK) Error

func (o *GetAllocatorSettingsOK) Error() string

type GetAllocatorSettingsParams

type GetAllocatorSettingsParams struct {

	/*AllocatorID
	  The allocator identifier.

	*/
	AllocatorID string

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

GetAllocatorSettingsParams contains all the parameters to send to the API endpoint for the get allocator settings operation typically these are written to a http.Request

func NewGetAllocatorSettingsParams

func NewGetAllocatorSettingsParams() *GetAllocatorSettingsParams

NewGetAllocatorSettingsParams creates a new GetAllocatorSettingsParams object with the default values initialized.

func NewGetAllocatorSettingsParamsWithContext

func NewGetAllocatorSettingsParamsWithContext(ctx context.Context) *GetAllocatorSettingsParams

NewGetAllocatorSettingsParamsWithContext creates a new GetAllocatorSettingsParams object with the default values initialized, and the ability to set a context for a request

func NewGetAllocatorSettingsParamsWithHTTPClient

func NewGetAllocatorSettingsParamsWithHTTPClient(client *http.Client) *GetAllocatorSettingsParams

NewGetAllocatorSettingsParamsWithHTTPClient creates a new GetAllocatorSettingsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAllocatorSettingsParamsWithTimeout

func NewGetAllocatorSettingsParamsWithTimeout(timeout time.Duration) *GetAllocatorSettingsParams

NewGetAllocatorSettingsParamsWithTimeout creates a new GetAllocatorSettingsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAllocatorSettingsParams) SetAllocatorID

func (o *GetAllocatorSettingsParams) SetAllocatorID(allocatorID string)

SetAllocatorID adds the allocatorId to the get allocator settings params

func (*GetAllocatorSettingsParams) SetContext

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

SetContext adds the context to the get allocator settings params

func (*GetAllocatorSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get allocator settings params

func (*GetAllocatorSettingsParams) SetTimeout

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

SetTimeout adds the timeout to the get allocator settings params

func (*GetAllocatorSettingsParams) WithAllocatorID

func (o *GetAllocatorSettingsParams) WithAllocatorID(allocatorID string) *GetAllocatorSettingsParams

WithAllocatorID adds the allocatorID to the get allocator settings params

func (*GetAllocatorSettingsParams) WithContext

WithContext adds the context to the get allocator settings params

func (*GetAllocatorSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get allocator settings params

func (*GetAllocatorSettingsParams) WithTimeout

WithTimeout adds the timeout to the get allocator settings params

func (*GetAllocatorSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAllocatorSettingsReader

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

GetAllocatorSettingsReader is a Reader for the GetAllocatorSettings structure.

func (*GetAllocatorSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllocatorsOK

type GetAllocatorsOK struct {
	Payload *models.AllocatorOverview
}

GetAllocatorsOK handles this case with default header values.

An overview of all allocators

func NewGetAllocatorsOK

func NewGetAllocatorsOK() *GetAllocatorsOK

NewGetAllocatorsOK creates a GetAllocatorsOK with default headers values

func (*GetAllocatorsOK) Error

func (o *GetAllocatorsOK) Error() string

type GetAllocatorsParams

type GetAllocatorsParams struct {

	/*From
	  (Optional) The offset from the first result you want to fetch. Defaults to 0.

	*/
	From *int64
	/*Q
	  (Optional) The query that filters the allocators. Maps to an Elasticsearch `query_string` query.

	*/
	Q *string
	/*Size
	  (Optional) The maximum number of search results to return. Defaults to 100.

	*/
	Size *int64
	/*Sort
	  (Optional) An comma-separated array of fields to sort the search results by. Defaults to `allocator_id`.

	*/
	Sort *string

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

GetAllocatorsParams contains all the parameters to send to the API endpoint for the get allocators operation typically these are written to a http.Request

func NewGetAllocatorsParams

func NewGetAllocatorsParams() *GetAllocatorsParams

NewGetAllocatorsParams creates a new GetAllocatorsParams object with the default values initialized.

func NewGetAllocatorsParamsWithContext

func NewGetAllocatorsParamsWithContext(ctx context.Context) *GetAllocatorsParams

NewGetAllocatorsParamsWithContext creates a new GetAllocatorsParams object with the default values initialized, and the ability to set a context for a request

func NewGetAllocatorsParamsWithHTTPClient

func NewGetAllocatorsParamsWithHTTPClient(client *http.Client) *GetAllocatorsParams

NewGetAllocatorsParamsWithHTTPClient creates a new GetAllocatorsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAllocatorsParamsWithTimeout

func NewGetAllocatorsParamsWithTimeout(timeout time.Duration) *GetAllocatorsParams

NewGetAllocatorsParamsWithTimeout creates a new GetAllocatorsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAllocatorsParams) SetContext

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

SetContext adds the context to the get allocators params

func (*GetAllocatorsParams) SetFrom

func (o *GetAllocatorsParams) SetFrom(from *int64)

SetFrom adds the from to the get allocators params

func (*GetAllocatorsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get allocators params

func (*GetAllocatorsParams) SetQ

func (o *GetAllocatorsParams) SetQ(q *string)

SetQ adds the q to the get allocators params

func (*GetAllocatorsParams) SetSize

func (o *GetAllocatorsParams) SetSize(size *int64)

SetSize adds the size to the get allocators params

func (*GetAllocatorsParams) SetSort

func (o *GetAllocatorsParams) SetSort(sort *string)

SetSort adds the sort to the get allocators params

func (*GetAllocatorsParams) SetTimeout

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

SetTimeout adds the timeout to the get allocators params

func (*GetAllocatorsParams) WithContext

WithContext adds the context to the get allocators params

func (*GetAllocatorsParams) WithFrom

func (o *GetAllocatorsParams) WithFrom(from *int64) *GetAllocatorsParams

WithFrom adds the from to the get allocators params

func (*GetAllocatorsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get allocators params

func (*GetAllocatorsParams) WithQ

WithQ adds the q to the get allocators params

func (*GetAllocatorsParams) WithSize

func (o *GetAllocatorsParams) WithSize(size *int64) *GetAllocatorsParams

WithSize adds the size to the get allocators params

func (*GetAllocatorsParams) WithSort

func (o *GetAllocatorsParams) WithSort(sort *string) *GetAllocatorsParams

WithSort adds the sort to the get allocators params

func (*GetAllocatorsParams) WithTimeout

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

WithTimeout adds the timeout to the get allocators params

func (*GetAllocatorsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAllocatorsReader

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

GetAllocatorsReader is a Reader for the GetAllocators structure.

func (*GetAllocatorsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetBlueprinterRoleNotFound

type GetBlueprinterRoleNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetBlueprinterRoleNotFound handles this case with default header values.

The role can't be found. (code: `roles.not_found`)

func NewGetBlueprinterRoleNotFound

func NewGetBlueprinterRoleNotFound() *GetBlueprinterRoleNotFound

NewGetBlueprinterRoleNotFound creates a GetBlueprinterRoleNotFound with default headers values

func (*GetBlueprinterRoleNotFound) Error

type GetBlueprinterRoleOK

type GetBlueprinterRoleOK struct {
	Payload *models.RoleAggregate
}

GetBlueprinterRoleOK handles this case with default header values.

The role aggregate definition.

func NewGetBlueprinterRoleOK

func NewGetBlueprinterRoleOK() *GetBlueprinterRoleOK

NewGetBlueprinterRoleOK creates a GetBlueprinterRoleOK with default headers values

func (*GetBlueprinterRoleOK) Error

func (o *GetBlueprinterRoleOK) Error() string

type GetBlueprinterRoleParams

type GetBlueprinterRoleParams struct {

	/*BlueprinterRoleID
	  User-specified Blueprinter role ID.

	*/
	BlueprinterRoleID string

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

GetBlueprinterRoleParams contains all the parameters to send to the API endpoint for the get blueprinter role operation typically these are written to a http.Request

func NewGetBlueprinterRoleParams

func NewGetBlueprinterRoleParams() *GetBlueprinterRoleParams

NewGetBlueprinterRoleParams creates a new GetBlueprinterRoleParams object with the default values initialized.

func NewGetBlueprinterRoleParamsWithContext

func NewGetBlueprinterRoleParamsWithContext(ctx context.Context) *GetBlueprinterRoleParams

NewGetBlueprinterRoleParamsWithContext creates a new GetBlueprinterRoleParams object with the default values initialized, and the ability to set a context for a request

func NewGetBlueprinterRoleParamsWithHTTPClient

func NewGetBlueprinterRoleParamsWithHTTPClient(client *http.Client) *GetBlueprinterRoleParams

NewGetBlueprinterRoleParamsWithHTTPClient creates a new GetBlueprinterRoleParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetBlueprinterRoleParamsWithTimeout

func NewGetBlueprinterRoleParamsWithTimeout(timeout time.Duration) *GetBlueprinterRoleParams

NewGetBlueprinterRoleParamsWithTimeout creates a new GetBlueprinterRoleParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetBlueprinterRoleParams) SetBlueprinterRoleID

func (o *GetBlueprinterRoleParams) SetBlueprinterRoleID(blueprinterRoleID string)

SetBlueprinterRoleID adds the blueprinterRoleId to the get blueprinter role params

func (*GetBlueprinterRoleParams) SetContext

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

SetContext adds the context to the get blueprinter role params

func (*GetBlueprinterRoleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get blueprinter role params

func (*GetBlueprinterRoleParams) SetTimeout

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

SetTimeout adds the timeout to the get blueprinter role params

func (*GetBlueprinterRoleParams) WithBlueprinterRoleID

func (o *GetBlueprinterRoleParams) WithBlueprinterRoleID(blueprinterRoleID string) *GetBlueprinterRoleParams

WithBlueprinterRoleID adds the blueprinterRoleID to the get blueprinter role params

func (*GetBlueprinterRoleParams) WithContext

WithContext adds the context to the get blueprinter role params

func (*GetBlueprinterRoleParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get blueprinter role params

func (*GetBlueprinterRoleParams) WithTimeout

WithTimeout adds the timeout to the get blueprinter role params

func (*GetBlueprinterRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetBlueprinterRoleReader

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

GetBlueprinterRoleReader is a Reader for the GetBlueprinterRole structure.

func (*GetBlueprinterRoleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetConfigStoreOptionNotFound

type GetConfigStoreOptionNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetConfigStoreOptionNotFound handles this case with default header values.

Config Store Option do not exist by that name. (code: `platform.config.store.not_found`)

func NewGetConfigStoreOptionNotFound

func NewGetConfigStoreOptionNotFound() *GetConfigStoreOptionNotFound

NewGetConfigStoreOptionNotFound creates a GetConfigStoreOptionNotFound with default headers values

func (*GetConfigStoreOptionNotFound) Error

type GetConfigStoreOptionOK

type GetConfigStoreOptionOK struct {
	/*The date-time when the resource was created (ISO format relative to UTC)
	 */
	XCloudResourceCreated string
	/*The date-time when the resource was last modified (ISO format relative to UTC)
	 */
	XCloudResourceLastModified string
	/*The resource version, which is used to avoid update conflicts with concurrent operations
	 */
	XCloudResourceVersion string

	Payload *models.ConfigStoreOption
}

GetConfigStoreOptionOK handles this case with default header values.

Config Store Option retrieved successfully

func NewGetConfigStoreOptionOK

func NewGetConfigStoreOptionOK() *GetConfigStoreOptionOK

NewGetConfigStoreOptionOK creates a GetConfigStoreOptionOK with default headers values

func (*GetConfigStoreOptionOK) Error

func (o *GetConfigStoreOptionOK) Error() string

type GetConfigStoreOptionParams

type GetConfigStoreOptionParams struct {

	/*ConfigOptionID
	  Name of the Config Store Option that you would like to find

	*/
	ConfigOptionID string

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

GetConfigStoreOptionParams contains all the parameters to send to the API endpoint for the get config store option operation typically these are written to a http.Request

func NewGetConfigStoreOptionParams

func NewGetConfigStoreOptionParams() *GetConfigStoreOptionParams

NewGetConfigStoreOptionParams creates a new GetConfigStoreOptionParams object with the default values initialized.

func NewGetConfigStoreOptionParamsWithContext

func NewGetConfigStoreOptionParamsWithContext(ctx context.Context) *GetConfigStoreOptionParams

NewGetConfigStoreOptionParamsWithContext creates a new GetConfigStoreOptionParams object with the default values initialized, and the ability to set a context for a request

func NewGetConfigStoreOptionParamsWithHTTPClient

func NewGetConfigStoreOptionParamsWithHTTPClient(client *http.Client) *GetConfigStoreOptionParams

NewGetConfigStoreOptionParamsWithHTTPClient creates a new GetConfigStoreOptionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetConfigStoreOptionParamsWithTimeout

func NewGetConfigStoreOptionParamsWithTimeout(timeout time.Duration) *GetConfigStoreOptionParams

NewGetConfigStoreOptionParamsWithTimeout creates a new GetConfigStoreOptionParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetConfigStoreOptionParams) SetConfigOptionID

func (o *GetConfigStoreOptionParams) SetConfigOptionID(configOptionID string)

SetConfigOptionID adds the configOptionId to the get config store option params

func (*GetConfigStoreOptionParams) SetContext

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

SetContext adds the context to the get config store option params

func (*GetConfigStoreOptionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get config store option params

func (*GetConfigStoreOptionParams) SetTimeout

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

SetTimeout adds the timeout to the get config store option params

func (*GetConfigStoreOptionParams) WithConfigOptionID

func (o *GetConfigStoreOptionParams) WithConfigOptionID(configOptionID string) *GetConfigStoreOptionParams

WithConfigOptionID adds the configOptionID to the get config store option params

func (*GetConfigStoreOptionParams) WithContext

WithContext adds the context to the get config store option params

func (*GetConfigStoreOptionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get config store option params

func (*GetConfigStoreOptionParams) WithTimeout

WithTimeout adds the timeout to the get config store option params

func (*GetConfigStoreOptionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetConfigStoreOptionReader

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

GetConfigStoreOptionReader is a Reader for the GetConfigStoreOption structure.

func (*GetConfigStoreOptionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetConstructorNotFound

type GetConstructorNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetConstructorNotFound handles this case with default header values.

The constructor specified by {constructor_id} cannot be found. (code: `constructors.constructor_not_found`)

func NewGetConstructorNotFound

func NewGetConstructorNotFound() *GetConstructorNotFound

NewGetConstructorNotFound creates a GetConstructorNotFound with default headers values

func (*GetConstructorNotFound) Error

func (o *GetConstructorNotFound) Error() string

type GetConstructorOK

type GetConstructorOK struct {
	Payload *models.ConstructorInfo
}

GetConstructorOK handles this case with default header values.

The information for the constructor specified by {constructor_id}.

func NewGetConstructorOK

func NewGetConstructorOK() *GetConstructorOK

NewGetConstructorOK creates a GetConstructorOK with default headers values

func (*GetConstructorOK) Error

func (o *GetConstructorOK) Error() string

type GetConstructorParams

type GetConstructorParams struct {

	/*ConstructorID
	  Identifier for the constructor

	*/
	ConstructorID string

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

GetConstructorParams contains all the parameters to send to the API endpoint for the get constructor operation typically these are written to a http.Request

func NewGetConstructorParams

func NewGetConstructorParams() *GetConstructorParams

NewGetConstructorParams creates a new GetConstructorParams object with the default values initialized.

func NewGetConstructorParamsWithContext

func NewGetConstructorParamsWithContext(ctx context.Context) *GetConstructorParams

NewGetConstructorParamsWithContext creates a new GetConstructorParams object with the default values initialized, and the ability to set a context for a request

func NewGetConstructorParamsWithHTTPClient

func NewGetConstructorParamsWithHTTPClient(client *http.Client) *GetConstructorParams

NewGetConstructorParamsWithHTTPClient creates a new GetConstructorParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetConstructorParamsWithTimeout

func NewGetConstructorParamsWithTimeout(timeout time.Duration) *GetConstructorParams

NewGetConstructorParamsWithTimeout creates a new GetConstructorParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetConstructorParams) SetConstructorID

func (o *GetConstructorParams) SetConstructorID(constructorID string)

SetConstructorID adds the constructorId to the get constructor params

func (*GetConstructorParams) SetContext

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

SetContext adds the context to the get constructor params

func (*GetConstructorParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get constructor params

func (*GetConstructorParams) SetTimeout

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

SetTimeout adds the timeout to the get constructor params

func (*GetConstructorParams) WithConstructorID

func (o *GetConstructorParams) WithConstructorID(constructorID string) *GetConstructorParams

WithConstructorID adds the constructorID to the get constructor params

func (*GetConstructorParams) WithContext

WithContext adds the context to the get constructor params

func (*GetConstructorParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get constructor params

func (*GetConstructorParams) WithTimeout

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

WithTimeout adds the timeout to the get constructor params

func (*GetConstructorParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetConstructorReader

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

GetConstructorReader is a Reader for the GetConstructor structure.

func (*GetConstructorReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetConstructorsOK

type GetConstructorsOK struct {
	Payload *models.ConstructorOverview
}

GetConstructorsOK handles this case with default header values.

An overview of all constructors.

func NewGetConstructorsOK

func NewGetConstructorsOK() *GetConstructorsOK

NewGetConstructorsOK creates a GetConstructorsOK with default headers values

func (*GetConstructorsOK) Error

func (o *GetConstructorsOK) Error() string

type GetConstructorsParams

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

GetConstructorsParams contains all the parameters to send to the API endpoint for the get constructors operation typically these are written to a http.Request

func NewGetConstructorsParams

func NewGetConstructorsParams() *GetConstructorsParams

NewGetConstructorsParams creates a new GetConstructorsParams object with the default values initialized.

func NewGetConstructorsParamsWithContext

func NewGetConstructorsParamsWithContext(ctx context.Context) *GetConstructorsParams

NewGetConstructorsParamsWithContext creates a new GetConstructorsParams object with the default values initialized, and the ability to set a context for a request

func NewGetConstructorsParamsWithHTTPClient

func NewGetConstructorsParamsWithHTTPClient(client *http.Client) *GetConstructorsParams

NewGetConstructorsParamsWithHTTPClient creates a new GetConstructorsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetConstructorsParamsWithTimeout

func NewGetConstructorsParamsWithTimeout(timeout time.Duration) *GetConstructorsParams

NewGetConstructorsParamsWithTimeout creates a new GetConstructorsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetConstructorsParams) SetContext

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

SetContext adds the context to the get constructors params

func (*GetConstructorsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get constructors params

func (*GetConstructorsParams) SetTimeout

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

SetTimeout adds the timeout to the get constructors params

func (*GetConstructorsParams) WithContext

WithContext adds the context to the get constructors params

func (*GetConstructorsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get constructors params

func (*GetConstructorsParams) WithTimeout

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

WithTimeout adds the timeout to the get constructors params

func (*GetConstructorsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetConstructorsReader

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

GetConstructorsReader is a Reader for the GetConstructors structure.

func (*GetConstructorsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLicenseNotFound

type GetLicenseNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetLicenseNotFound handles this case with default header values.

The license cannot be found. (code: `license.license_not_found`)

func NewGetLicenseNotFound

func NewGetLicenseNotFound() *GetLicenseNotFound

NewGetLicenseNotFound creates a GetLicenseNotFound with default headers values

func (*GetLicenseNotFound) Error

func (o *GetLicenseNotFound) Error() string

type GetLicenseOK

type GetLicenseOK struct {
	Payload *models.LicenseObject
}

GetLicenseOK handles this case with default header values.

The information for the license.

func NewGetLicenseOK

func NewGetLicenseOK() *GetLicenseOK

NewGetLicenseOK creates a GetLicenseOK with default headers values

func (*GetLicenseOK) Error

func (o *GetLicenseOK) Error() string

type GetLicenseParams

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

GetLicenseParams contains all the parameters to send to the API endpoint for the get license operation typically these are written to a http.Request

func NewGetLicenseParams

func NewGetLicenseParams() *GetLicenseParams

NewGetLicenseParams creates a new GetLicenseParams object with the default values initialized.

func NewGetLicenseParamsWithContext

func NewGetLicenseParamsWithContext(ctx context.Context) *GetLicenseParams

NewGetLicenseParamsWithContext creates a new GetLicenseParams object with the default values initialized, and the ability to set a context for a request

func NewGetLicenseParamsWithHTTPClient

func NewGetLicenseParamsWithHTTPClient(client *http.Client) *GetLicenseParams

NewGetLicenseParamsWithHTTPClient creates a new GetLicenseParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetLicenseParamsWithTimeout

func NewGetLicenseParamsWithTimeout(timeout time.Duration) *GetLicenseParams

NewGetLicenseParamsWithTimeout creates a new GetLicenseParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetLicenseParams) SetContext

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

SetContext adds the context to the get license params

func (*GetLicenseParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get license params

func (*GetLicenseParams) SetTimeout

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

SetTimeout adds the timeout to the get license params

func (*GetLicenseParams) WithContext

func (o *GetLicenseParams) WithContext(ctx context.Context) *GetLicenseParams

WithContext adds the context to the get license params

func (*GetLicenseParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get license params

func (*GetLicenseParams) WithTimeout

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

WithTimeout adds the timeout to the get license params

func (*GetLicenseParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetLicenseReader

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

GetLicenseReader is a Reader for the GetLicense structure.

func (*GetLicenseReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetProxiesFilteredGroupHealthExpectationFailed

type GetProxiesFilteredGroupHealthExpectationFailed struct {
	Payload *models.ProxiesHealth
}

GetProxiesFilteredGroupHealthExpectationFailed handles this case with default header values.

The health status is worse than the expected one.

func NewGetProxiesFilteredGroupHealthExpectationFailed

func NewGetProxiesFilteredGroupHealthExpectationFailed() *GetProxiesFilteredGroupHealthExpectationFailed

NewGetProxiesFilteredGroupHealthExpectationFailed creates a GetProxiesFilteredGroupHealthExpectationFailed with default headers values

func (*GetProxiesFilteredGroupHealthExpectationFailed) Error

type GetProxiesFilteredGroupHealthOK

type GetProxiesFilteredGroupHealthOK struct {
	Payload *models.ProxiesFilteredGroupHealth
}

GetProxiesFilteredGroupHealthOK handles this case with default header values.

Returns health information on a filtered group of proxies

func NewGetProxiesFilteredGroupHealthOK

func NewGetProxiesFilteredGroupHealthOK() *GetProxiesFilteredGroupHealthOK

NewGetProxiesFilteredGroupHealthOK creates a GetProxiesFilteredGroupHealthOK with default headers values

func (*GetProxiesFilteredGroupHealthOK) Error

type GetProxiesFilteredGroupHealthParams

type GetProxiesFilteredGroupHealthParams struct {

	/*ExpectStatus
	  The expected status

	*/
	ExpectStatus *string
	/*ProxiesFilteredGroupID
	  "The identifier for the filtered group of proxies

	*/
	ProxiesFilteredGroupID string

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

GetProxiesFilteredGroupHealthParams contains all the parameters to send to the API endpoint for the get proxies filtered group health operation typically these are written to a http.Request

func NewGetProxiesFilteredGroupHealthParams

func NewGetProxiesFilteredGroupHealthParams() *GetProxiesFilteredGroupHealthParams

NewGetProxiesFilteredGroupHealthParams creates a new GetProxiesFilteredGroupHealthParams object with the default values initialized.

func NewGetProxiesFilteredGroupHealthParamsWithContext

func NewGetProxiesFilteredGroupHealthParamsWithContext(ctx context.Context) *GetProxiesFilteredGroupHealthParams

NewGetProxiesFilteredGroupHealthParamsWithContext creates a new GetProxiesFilteredGroupHealthParams object with the default values initialized, and the ability to set a context for a request

func NewGetProxiesFilteredGroupHealthParamsWithHTTPClient

func NewGetProxiesFilteredGroupHealthParamsWithHTTPClient(client *http.Client) *GetProxiesFilteredGroupHealthParams

NewGetProxiesFilteredGroupHealthParamsWithHTTPClient creates a new GetProxiesFilteredGroupHealthParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetProxiesFilteredGroupHealthParamsWithTimeout

func NewGetProxiesFilteredGroupHealthParamsWithTimeout(timeout time.Duration) *GetProxiesFilteredGroupHealthParams

NewGetProxiesFilteredGroupHealthParamsWithTimeout creates a new GetProxiesFilteredGroupHealthParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetProxiesFilteredGroupHealthParams) SetContext

SetContext adds the context to the get proxies filtered group health params

func (*GetProxiesFilteredGroupHealthParams) SetExpectStatus

func (o *GetProxiesFilteredGroupHealthParams) SetExpectStatus(expectStatus *string)

SetExpectStatus adds the expectStatus to the get proxies filtered group health params

func (*GetProxiesFilteredGroupHealthParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get proxies filtered group health params

func (*GetProxiesFilteredGroupHealthParams) SetProxiesFilteredGroupID

func (o *GetProxiesFilteredGroupHealthParams) SetProxiesFilteredGroupID(proxiesFilteredGroupID string)

SetProxiesFilteredGroupID adds the proxiesFilteredGroupId to the get proxies filtered group health params

func (*GetProxiesFilteredGroupHealthParams) SetTimeout

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

SetTimeout adds the timeout to the get proxies filtered group health params

func (*GetProxiesFilteredGroupHealthParams) WithContext

WithContext adds the context to the get proxies filtered group health params

func (*GetProxiesFilteredGroupHealthParams) WithExpectStatus

WithExpectStatus adds the expectStatus to the get proxies filtered group health params

func (*GetProxiesFilteredGroupHealthParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get proxies filtered group health params

func (*GetProxiesFilteredGroupHealthParams) WithProxiesFilteredGroupID

func (o *GetProxiesFilteredGroupHealthParams) WithProxiesFilteredGroupID(proxiesFilteredGroupID string) *GetProxiesFilteredGroupHealthParams

WithProxiesFilteredGroupID adds the proxiesFilteredGroupID to the get proxies filtered group health params

func (*GetProxiesFilteredGroupHealthParams) WithTimeout

WithTimeout adds the timeout to the get proxies filtered group health params

func (*GetProxiesFilteredGroupHealthParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetProxiesFilteredGroupHealthReader

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

GetProxiesFilteredGroupHealthReader is a Reader for the GetProxiesFilteredGroupHealth structure.

func (*GetProxiesFilteredGroupHealthReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetProxiesFilteredGroupHealthRetryWith

type GetProxiesFilteredGroupHealthRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetProxiesFilteredGroupHealthRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewGetProxiesFilteredGroupHealthRetryWith

func NewGetProxiesFilteredGroupHealthRetryWith() *GetProxiesFilteredGroupHealthRetryWith

NewGetProxiesFilteredGroupHealthRetryWith creates a GetProxiesFilteredGroupHealthRetryWith with default headers values

func (*GetProxiesFilteredGroupHealthRetryWith) Error

type GetProxiesFilteredGroupNotFound

type GetProxiesFilteredGroupNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetProxiesFilteredGroupNotFound handles this case with default header values.

Unable to find the {proxies_filtered_group_id} specified filtered group of proxies. Edit your request, then try again. (code: `proxies.proxies_filtered_group_not_found`)

func NewGetProxiesFilteredGroupNotFound

func NewGetProxiesFilteredGroupNotFound() *GetProxiesFilteredGroupNotFound

NewGetProxiesFilteredGroupNotFound creates a GetProxiesFilteredGroupNotFound with default headers values

func (*GetProxiesFilteredGroupNotFound) Error

type GetProxiesFilteredGroupOK

type GetProxiesFilteredGroupOK struct {
	/*The date-time when the resource was created (ISO format relative to UTC)
	 */
	XCloudResourceCreated string
	/*The date-time when the resource was last modified (ISO format relative to UTC)
	 */
	XCloudResourceLastModified string
	/*The resource version, which is used to avoid update conflicts with concurrent operations
	 */
	XCloudResourceVersion string

	Payload *models.ProxiesFilteredGroup
}

GetProxiesFilteredGroupOK handles this case with default header values.

Data for the filtered group of proxies identified by {proxies_filtered_group_id}

func NewGetProxiesFilteredGroupOK

func NewGetProxiesFilteredGroupOK() *GetProxiesFilteredGroupOK

NewGetProxiesFilteredGroupOK creates a GetProxiesFilteredGroupOK with default headers values

func (*GetProxiesFilteredGroupOK) Error

func (o *GetProxiesFilteredGroupOK) Error() string

type GetProxiesFilteredGroupParams

type GetProxiesFilteredGroupParams struct {

	/*ProxiesFilteredGroupID
	  "The identifier for the filtered group of proxies

	*/
	ProxiesFilteredGroupID string

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

GetProxiesFilteredGroupParams contains all the parameters to send to the API endpoint for the get proxies filtered group operation typically these are written to a http.Request

func NewGetProxiesFilteredGroupParams

func NewGetProxiesFilteredGroupParams() *GetProxiesFilteredGroupParams

NewGetProxiesFilteredGroupParams creates a new GetProxiesFilteredGroupParams object with the default values initialized.

func NewGetProxiesFilteredGroupParamsWithContext

func NewGetProxiesFilteredGroupParamsWithContext(ctx context.Context) *GetProxiesFilteredGroupParams

NewGetProxiesFilteredGroupParamsWithContext creates a new GetProxiesFilteredGroupParams object with the default values initialized, and the ability to set a context for a request

func NewGetProxiesFilteredGroupParamsWithHTTPClient

func NewGetProxiesFilteredGroupParamsWithHTTPClient(client *http.Client) *GetProxiesFilteredGroupParams

NewGetProxiesFilteredGroupParamsWithHTTPClient creates a new GetProxiesFilteredGroupParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetProxiesFilteredGroupParamsWithTimeout

func NewGetProxiesFilteredGroupParamsWithTimeout(timeout time.Duration) *GetProxiesFilteredGroupParams

NewGetProxiesFilteredGroupParamsWithTimeout creates a new GetProxiesFilteredGroupParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetProxiesFilteredGroupParams) SetContext

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

SetContext adds the context to the get proxies filtered group params

func (*GetProxiesFilteredGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get proxies filtered group params

func (*GetProxiesFilteredGroupParams) SetProxiesFilteredGroupID

func (o *GetProxiesFilteredGroupParams) SetProxiesFilteredGroupID(proxiesFilteredGroupID string)

SetProxiesFilteredGroupID adds the proxiesFilteredGroupId to the get proxies filtered group params

func (*GetProxiesFilteredGroupParams) SetTimeout

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

SetTimeout adds the timeout to the get proxies filtered group params

func (*GetProxiesFilteredGroupParams) WithContext

WithContext adds the context to the get proxies filtered group params

func (*GetProxiesFilteredGroupParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get proxies filtered group params

func (*GetProxiesFilteredGroupParams) WithProxiesFilteredGroupID

func (o *GetProxiesFilteredGroupParams) WithProxiesFilteredGroupID(proxiesFilteredGroupID string) *GetProxiesFilteredGroupParams

WithProxiesFilteredGroupID adds the proxiesFilteredGroupID to the get proxies filtered group params

func (*GetProxiesFilteredGroupParams) WithTimeout

WithTimeout adds the timeout to the get proxies filtered group params

func (*GetProxiesFilteredGroupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetProxiesFilteredGroupReader

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

GetProxiesFilteredGroupReader is a Reader for the GetProxiesFilteredGroup structure.

func (*GetProxiesFilteredGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetProxiesHealthExpectationFailed

type GetProxiesHealthExpectationFailed struct {
	Payload *models.ProxiesHealth
}

GetProxiesHealthExpectationFailed handles this case with default header values.

The health status is worse than the expected one.

func NewGetProxiesHealthExpectationFailed

func NewGetProxiesHealthExpectationFailed() *GetProxiesHealthExpectationFailed

NewGetProxiesHealthExpectationFailed creates a GetProxiesHealthExpectationFailed with default headers values

func (*GetProxiesHealthExpectationFailed) Error

type GetProxiesHealthOK

type GetProxiesHealthOK struct {
	Payload *models.ProxiesHealth
}

GetProxiesHealthOK handles this case with default header values.

Returns health information on all the proxies

func NewGetProxiesHealthOK

func NewGetProxiesHealthOK() *GetProxiesHealthOK

NewGetProxiesHealthOK creates a GetProxiesHealthOK with default headers values

func (*GetProxiesHealthOK) Error

func (o *GetProxiesHealthOK) Error() string

type GetProxiesHealthParams

type GetProxiesHealthParams struct {

	/*ExpectStatus
	  The expected status

	*/
	ExpectStatus *string

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

GetProxiesHealthParams contains all the parameters to send to the API endpoint for the get proxies health operation typically these are written to a http.Request

func NewGetProxiesHealthParams

func NewGetProxiesHealthParams() *GetProxiesHealthParams

NewGetProxiesHealthParams creates a new GetProxiesHealthParams object with the default values initialized.

func NewGetProxiesHealthParamsWithContext

func NewGetProxiesHealthParamsWithContext(ctx context.Context) *GetProxiesHealthParams

NewGetProxiesHealthParamsWithContext creates a new GetProxiesHealthParams object with the default values initialized, and the ability to set a context for a request

func NewGetProxiesHealthParamsWithHTTPClient

func NewGetProxiesHealthParamsWithHTTPClient(client *http.Client) *GetProxiesHealthParams

NewGetProxiesHealthParamsWithHTTPClient creates a new GetProxiesHealthParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetProxiesHealthParamsWithTimeout

func NewGetProxiesHealthParamsWithTimeout(timeout time.Duration) *GetProxiesHealthParams

NewGetProxiesHealthParamsWithTimeout creates a new GetProxiesHealthParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetProxiesHealthParams) SetContext

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

SetContext adds the context to the get proxies health params

func (*GetProxiesHealthParams) SetExpectStatus

func (o *GetProxiesHealthParams) SetExpectStatus(expectStatus *string)

SetExpectStatus adds the expectStatus to the get proxies health params

func (*GetProxiesHealthParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get proxies health params

func (*GetProxiesHealthParams) SetTimeout

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

SetTimeout adds the timeout to the get proxies health params

func (*GetProxiesHealthParams) WithContext

WithContext adds the context to the get proxies health params

func (*GetProxiesHealthParams) WithExpectStatus

func (o *GetProxiesHealthParams) WithExpectStatus(expectStatus *string) *GetProxiesHealthParams

WithExpectStatus adds the expectStatus to the get proxies health params

func (*GetProxiesHealthParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get proxies health params

func (*GetProxiesHealthParams) WithTimeout

WithTimeout adds the timeout to the get proxies health params

func (*GetProxiesHealthParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetProxiesHealthReader

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

GetProxiesHealthReader is a Reader for the GetProxiesHealth structure.

func (*GetProxiesHealthReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetProxiesHealthRetryWith

type GetProxiesHealthRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetProxiesHealthRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewGetProxiesHealthRetryWith

func NewGetProxiesHealthRetryWith() *GetProxiesHealthRetryWith

NewGetProxiesHealthRetryWith creates a GetProxiesHealthRetryWith with default headers values

func (*GetProxiesHealthRetryWith) Error

func (o *GetProxiesHealthRetryWith) Error() string

type GetProxiesOK

type GetProxiesOK struct {
	/*The date-time when the resource was created (ISO format relative to UTC)
	 */
	XCloudResourceCreated string
	/*The date-time when the resource was last modified (ISO format relative to UTC)
	 */
	XCloudResourceLastModified string
	/*The resource version, which is used to avoid update conflicts with concurrent operations
	 */
	XCloudResourceVersion string

	Payload *models.ProxyOverview
}

GetProxiesOK handles this case with default header values.

An overview of all proxies.

func NewGetProxiesOK

func NewGetProxiesOK() *GetProxiesOK

NewGetProxiesOK creates a GetProxiesOK with default headers values

func (*GetProxiesOK) Error

func (o *GetProxiesOK) Error() string

type GetProxiesParams

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

GetProxiesParams contains all the parameters to send to the API endpoint for the get proxies operation typically these are written to a http.Request

func NewGetProxiesParams

func NewGetProxiesParams() *GetProxiesParams

NewGetProxiesParams creates a new GetProxiesParams object with the default values initialized.

func NewGetProxiesParamsWithContext

func NewGetProxiesParamsWithContext(ctx context.Context) *GetProxiesParams

NewGetProxiesParamsWithContext creates a new GetProxiesParams object with the default values initialized, and the ability to set a context for a request

func NewGetProxiesParamsWithHTTPClient

func NewGetProxiesParamsWithHTTPClient(client *http.Client) *GetProxiesParams

NewGetProxiesParamsWithHTTPClient creates a new GetProxiesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetProxiesParamsWithTimeout

func NewGetProxiesParamsWithTimeout(timeout time.Duration) *GetProxiesParams

NewGetProxiesParamsWithTimeout creates a new GetProxiesParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetProxiesParams) SetContext

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

SetContext adds the context to the get proxies params

func (*GetProxiesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get proxies params

func (*GetProxiesParams) SetTimeout

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

SetTimeout adds the timeout to the get proxies params

func (*GetProxiesParams) WithContext

func (o *GetProxiesParams) WithContext(ctx context.Context) *GetProxiesParams

WithContext adds the context to the get proxies params

func (*GetProxiesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get proxies params

func (*GetProxiesParams) WithTimeout

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

WithTimeout adds the timeout to the get proxies params

func (*GetProxiesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetProxiesReader

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

GetProxiesReader is a Reader for the GetProxies structure.

func (*GetProxiesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetProxiesSettingsOK

type GetProxiesSettingsOK struct {
	/*The date-time when the resource was created (ISO format relative to UTC)
	 */
	XCloudResourceCreated string
	/*The date-time when the resource was last modified (ISO format relative to UTC)
	 */
	XCloudResourceLastModified string
	/*The resource version, which is used to avoid update conflicts with concurrent operations
	 */
	XCloudResourceVersion string

	Payload *models.ProxiesSettings
}

GetProxiesSettingsOK handles this case with default header values.

Settings for all proxies.

func NewGetProxiesSettingsOK

func NewGetProxiesSettingsOK() *GetProxiesSettingsOK

NewGetProxiesSettingsOK creates a GetProxiesSettingsOK with default headers values

func (*GetProxiesSettingsOK) Error

func (o *GetProxiesSettingsOK) Error() string

type GetProxiesSettingsParams

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

GetProxiesSettingsParams contains all the parameters to send to the API endpoint for the get proxies settings operation typically these are written to a http.Request

func NewGetProxiesSettingsParams

func NewGetProxiesSettingsParams() *GetProxiesSettingsParams

NewGetProxiesSettingsParams creates a new GetProxiesSettingsParams object with the default values initialized.

func NewGetProxiesSettingsParamsWithContext

func NewGetProxiesSettingsParamsWithContext(ctx context.Context) *GetProxiesSettingsParams

NewGetProxiesSettingsParamsWithContext creates a new GetProxiesSettingsParams object with the default values initialized, and the ability to set a context for a request

func NewGetProxiesSettingsParamsWithHTTPClient

func NewGetProxiesSettingsParamsWithHTTPClient(client *http.Client) *GetProxiesSettingsParams

NewGetProxiesSettingsParamsWithHTTPClient creates a new GetProxiesSettingsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetProxiesSettingsParamsWithTimeout

func NewGetProxiesSettingsParamsWithTimeout(timeout time.Duration) *GetProxiesSettingsParams

NewGetProxiesSettingsParamsWithTimeout creates a new GetProxiesSettingsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetProxiesSettingsParams) SetContext

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

SetContext adds the context to the get proxies settings params

func (*GetProxiesSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get proxies settings params

func (*GetProxiesSettingsParams) SetTimeout

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

SetTimeout adds the timeout to the get proxies settings params

func (*GetProxiesSettingsParams) WithContext

WithContext adds the context to the get proxies settings params

func (*GetProxiesSettingsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get proxies settings params

func (*GetProxiesSettingsParams) WithTimeout

WithTimeout adds the timeout to the get proxies settings params

func (*GetProxiesSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetProxiesSettingsReader

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

GetProxiesSettingsReader is a Reader for the GetProxiesSettings structure.

func (*GetProxiesSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetProxyNotFound

type GetProxyNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetProxyNotFound handles this case with default header values.

Unable to find the {proxy_id} specified proxy. Edit your request, then try again. (code: `proxies.proxy_not_found`)

func NewGetProxyNotFound

func NewGetProxyNotFound() *GetProxyNotFound

NewGetProxyNotFound creates a GetProxyNotFound with default headers values

func (*GetProxyNotFound) Error

func (o *GetProxyNotFound) Error() string

type GetProxyOK

type GetProxyOK struct {
	Payload *models.ProxyInfo
}

GetProxyOK handles this case with default header values.

The information for the proxy specified by {proxy_id}.

func NewGetProxyOK

func NewGetProxyOK() *GetProxyOK

NewGetProxyOK creates a GetProxyOK with default headers values

func (*GetProxyOK) Error

func (o *GetProxyOK) Error() string

type GetProxyParams

type GetProxyParams struct {

	/*ProxyID
	  The identifier for the proxy

	*/
	ProxyID string

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

GetProxyParams contains all the parameters to send to the API endpoint for the get proxy operation typically these are written to a http.Request

func NewGetProxyParams

func NewGetProxyParams() *GetProxyParams

NewGetProxyParams creates a new GetProxyParams object with the default values initialized.

func NewGetProxyParamsWithContext

func NewGetProxyParamsWithContext(ctx context.Context) *GetProxyParams

NewGetProxyParamsWithContext creates a new GetProxyParams object with the default values initialized, and the ability to set a context for a request

func NewGetProxyParamsWithHTTPClient

func NewGetProxyParamsWithHTTPClient(client *http.Client) *GetProxyParams

NewGetProxyParamsWithHTTPClient creates a new GetProxyParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetProxyParamsWithTimeout

func NewGetProxyParamsWithTimeout(timeout time.Duration) *GetProxyParams

NewGetProxyParamsWithTimeout creates a new GetProxyParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetProxyParams) SetContext

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

SetContext adds the context to the get proxy params

func (*GetProxyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get proxy params

func (*GetProxyParams) SetProxyID

func (o *GetProxyParams) SetProxyID(proxyID string)

SetProxyID adds the proxyId to the get proxy params

func (*GetProxyParams) SetTimeout

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

SetTimeout adds the timeout to the get proxy params

func (*GetProxyParams) WithContext

func (o *GetProxyParams) WithContext(ctx context.Context) *GetProxyParams

WithContext adds the context to the get proxy params

func (*GetProxyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get proxy params

func (*GetProxyParams) WithProxyID

func (o *GetProxyParams) WithProxyID(proxyID string) *GetProxyParams

WithProxyID adds the proxyID to the get proxy params

func (*GetProxyParams) WithTimeout

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

WithTimeout adds the timeout to the get proxy params

func (*GetProxyParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetProxyReader

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

GetProxyReader is a Reader for the GetProxy structure.

func (*GetProxyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRunnerNotFound

type GetRunnerNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetRunnerNotFound handles this case with default header values.

Unable to find the {runner_id} specified runner. Edit your request, then try again. (code: `runners.runner_not_found`)

func NewGetRunnerNotFound

func NewGetRunnerNotFound() *GetRunnerNotFound

NewGetRunnerNotFound creates a GetRunnerNotFound with default headers values

func (*GetRunnerNotFound) Error

func (o *GetRunnerNotFound) Error() string

type GetRunnerOK

type GetRunnerOK struct {
	Payload *models.RunnerInfo
}

GetRunnerOK handles this case with default header values.

The information for the runner specified by {runner_id}.

func NewGetRunnerOK

func NewGetRunnerOK() *GetRunnerOK

NewGetRunnerOK creates a GetRunnerOK with default headers values

func (*GetRunnerOK) Error

func (o *GetRunnerOK) Error() string

type GetRunnerParams

type GetRunnerParams struct {

	/*RunnerID
	  The identifier for the runner

	*/
	RunnerID string

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

GetRunnerParams contains all the parameters to send to the API endpoint for the get runner operation typically these are written to a http.Request

func NewGetRunnerParams

func NewGetRunnerParams() *GetRunnerParams

NewGetRunnerParams creates a new GetRunnerParams object with the default values initialized.

func NewGetRunnerParamsWithContext

func NewGetRunnerParamsWithContext(ctx context.Context) *GetRunnerParams

NewGetRunnerParamsWithContext creates a new GetRunnerParams object with the default values initialized, and the ability to set a context for a request

func NewGetRunnerParamsWithHTTPClient

func NewGetRunnerParamsWithHTTPClient(client *http.Client) *GetRunnerParams

NewGetRunnerParamsWithHTTPClient creates a new GetRunnerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetRunnerParamsWithTimeout

func NewGetRunnerParamsWithTimeout(timeout time.Duration) *GetRunnerParams

NewGetRunnerParamsWithTimeout creates a new GetRunnerParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetRunnerParams) SetContext

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

SetContext adds the context to the get runner params

func (*GetRunnerParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get runner params

func (*GetRunnerParams) SetRunnerID

func (o *GetRunnerParams) SetRunnerID(runnerID string)

SetRunnerID adds the runnerId to the get runner params

func (*GetRunnerParams) SetTimeout

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

SetTimeout adds the timeout to the get runner params

func (*GetRunnerParams) WithContext

func (o *GetRunnerParams) WithContext(ctx context.Context) *GetRunnerParams

WithContext adds the context to the get runner params

func (*GetRunnerParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get runner params

func (*GetRunnerParams) WithRunnerID

func (o *GetRunnerParams) WithRunnerID(runnerID string) *GetRunnerParams

WithRunnerID adds the runnerID to the get runner params

func (*GetRunnerParams) WithTimeout

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

WithTimeout adds the timeout to the get runner params

func (*GetRunnerParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetRunnerReader

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

GetRunnerReader is a Reader for the GetRunner structure.

func (*GetRunnerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRunnersOK

type GetRunnersOK struct {
	Payload *models.RunnerOverview
}

GetRunnersOK handles this case with default header values.

An overview of all runners.

func NewGetRunnersOK

func NewGetRunnersOK() *GetRunnersOK

NewGetRunnersOK creates a GetRunnersOK with default headers values

func (*GetRunnersOK) Error

func (o *GetRunnersOK) Error() string

type GetRunnersParams

type GetRunnersParams struct {

	/*Q
	  An optional query to filter runners by. Maps to an Elasticsearch query_string query.

	*/
	Q *string

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

GetRunnersParams contains all the parameters to send to the API endpoint for the get runners operation typically these are written to a http.Request

func NewGetRunnersParams

func NewGetRunnersParams() *GetRunnersParams

NewGetRunnersParams creates a new GetRunnersParams object with the default values initialized.

func NewGetRunnersParamsWithContext

func NewGetRunnersParamsWithContext(ctx context.Context) *GetRunnersParams

NewGetRunnersParamsWithContext creates a new GetRunnersParams object with the default values initialized, and the ability to set a context for a request

func NewGetRunnersParamsWithHTTPClient

func NewGetRunnersParamsWithHTTPClient(client *http.Client) *GetRunnersParams

NewGetRunnersParamsWithHTTPClient creates a new GetRunnersParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetRunnersParamsWithTimeout

func NewGetRunnersParamsWithTimeout(timeout time.Duration) *GetRunnersParams

NewGetRunnersParamsWithTimeout creates a new GetRunnersParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetRunnersParams) SetContext

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

SetContext adds the context to the get runners params

func (*GetRunnersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get runners params

func (*GetRunnersParams) SetQ

func (o *GetRunnersParams) SetQ(q *string)

SetQ adds the q to the get runners params

func (*GetRunnersParams) SetTimeout

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

SetTimeout adds the timeout to the get runners params

func (*GetRunnersParams) WithContext

func (o *GetRunnersParams) WithContext(ctx context.Context) *GetRunnersParams

WithContext adds the context to the get runners params

func (*GetRunnersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get runners params

func (*GetRunnersParams) WithQ

WithQ adds the q to the get runners params

func (*GetRunnersParams) WithTimeout

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

WithTimeout adds the timeout to the get runners params

func (*GetRunnersParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetRunnersReader

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

GetRunnersReader is a Reader for the GetRunners structure.

func (*GetRunnersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListBlueprinterRolesOK

type ListBlueprinterRolesOK struct {
	Payload *models.RoleAggregates
}

ListBlueprinterRolesOK handles this case with default header values.

The role aggregates.

func NewListBlueprinterRolesOK

func NewListBlueprinterRolesOK() *ListBlueprinterRolesOK

NewListBlueprinterRolesOK creates a ListBlueprinterRolesOK with default headers values

func (*ListBlueprinterRolesOK) Error

func (o *ListBlueprinterRolesOK) Error() string

type ListBlueprinterRolesParams

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

ListBlueprinterRolesParams contains all the parameters to send to the API endpoint for the list blueprinter roles operation typically these are written to a http.Request

func NewListBlueprinterRolesParams

func NewListBlueprinterRolesParams() *ListBlueprinterRolesParams

NewListBlueprinterRolesParams creates a new ListBlueprinterRolesParams object with the default values initialized.

func NewListBlueprinterRolesParamsWithContext

func NewListBlueprinterRolesParamsWithContext(ctx context.Context) *ListBlueprinterRolesParams

NewListBlueprinterRolesParamsWithContext creates a new ListBlueprinterRolesParams object with the default values initialized, and the ability to set a context for a request

func NewListBlueprinterRolesParamsWithHTTPClient

func NewListBlueprinterRolesParamsWithHTTPClient(client *http.Client) *ListBlueprinterRolesParams

NewListBlueprinterRolesParamsWithHTTPClient creates a new ListBlueprinterRolesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListBlueprinterRolesParamsWithTimeout

func NewListBlueprinterRolesParamsWithTimeout(timeout time.Duration) *ListBlueprinterRolesParams

NewListBlueprinterRolesParamsWithTimeout creates a new ListBlueprinterRolesParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListBlueprinterRolesParams) SetContext

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

SetContext adds the context to the list blueprinter roles params

func (*ListBlueprinterRolesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list blueprinter roles params

func (*ListBlueprinterRolesParams) SetTimeout

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

SetTimeout adds the timeout to the list blueprinter roles params

func (*ListBlueprinterRolesParams) WithContext

WithContext adds the context to the list blueprinter roles params

func (*ListBlueprinterRolesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list blueprinter roles params

func (*ListBlueprinterRolesParams) WithTimeout

WithTimeout adds the timeout to the list blueprinter roles params

func (*ListBlueprinterRolesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListBlueprinterRolesReader

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

ListBlueprinterRolesReader is a Reader for the ListBlueprinterRoles structure.

func (*ListBlueprinterRolesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListConfigStoreOptionOK

type ListConfigStoreOptionOK struct {
	Payload *models.ConfigStoreOptionList
}

ListConfigStoreOptionOK handles this case with default header values.

List of existing Config Store Option

func NewListConfigStoreOptionOK

func NewListConfigStoreOptionOK() *ListConfigStoreOptionOK

NewListConfigStoreOptionOK creates a ListConfigStoreOptionOK with default headers values

func (*ListConfigStoreOptionOK) Error

func (o *ListConfigStoreOptionOK) Error() string

type ListConfigStoreOptionParams

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

ListConfigStoreOptionParams contains all the parameters to send to the API endpoint for the list config store option operation typically these are written to a http.Request

func NewListConfigStoreOptionParams

func NewListConfigStoreOptionParams() *ListConfigStoreOptionParams

NewListConfigStoreOptionParams creates a new ListConfigStoreOptionParams object with the default values initialized.

func NewListConfigStoreOptionParamsWithContext

func NewListConfigStoreOptionParamsWithContext(ctx context.Context) *ListConfigStoreOptionParams

NewListConfigStoreOptionParamsWithContext creates a new ListConfigStoreOptionParams object with the default values initialized, and the ability to set a context for a request

func NewListConfigStoreOptionParamsWithHTTPClient

func NewListConfigStoreOptionParamsWithHTTPClient(client *http.Client) *ListConfigStoreOptionParams

NewListConfigStoreOptionParamsWithHTTPClient creates a new ListConfigStoreOptionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListConfigStoreOptionParamsWithTimeout

func NewListConfigStoreOptionParamsWithTimeout(timeout time.Duration) *ListConfigStoreOptionParams

NewListConfigStoreOptionParamsWithTimeout creates a new ListConfigStoreOptionParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListConfigStoreOptionParams) SetContext

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

SetContext adds the context to the list config store option params

func (*ListConfigStoreOptionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list config store option params

func (*ListConfigStoreOptionParams) SetTimeout

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

SetTimeout adds the timeout to the list config store option params

func (*ListConfigStoreOptionParams) WithContext

WithContext adds the context to the list config store option params

func (*ListConfigStoreOptionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list config store option params

func (*ListConfigStoreOptionParams) WithTimeout

WithTimeout adds the timeout to the list config store option params

func (*ListConfigStoreOptionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListConfigStoreOptionReader

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

ListConfigStoreOptionReader is a Reader for the ListConfigStoreOption structure.

func (*ListConfigStoreOptionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MoveClustersAccepted

type MoveClustersAccepted struct {
	Payload *models.MoveClustersCommandResponse
}

MoveClustersAccepted handles this case with default header values.

The move command was issued successfully, use the "GET" command on each /{cluster_id} resource to monitor progress

func NewMoveClustersAccepted

func NewMoveClustersAccepted() *MoveClustersAccepted

NewMoveClustersAccepted creates a MoveClustersAccepted with default headers values

func (*MoveClustersAccepted) Error

func (o *MoveClustersAccepted) Error() string

type MoveClustersBadRequest

type MoveClustersBadRequest struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

MoveClustersBadRequest handles this case with default header values.

* The cluster definition contained errors. (code: `clusters.cluster_invalid_plan`) * The cluster definition contained errors. (code: `clusters.plan_feature_not_implemented`)

func NewMoveClustersBadRequest

func NewMoveClustersBadRequest() *MoveClustersBadRequest

NewMoveClustersBadRequest creates a MoveClustersBadRequest with default headers values

func (*MoveClustersBadRequest) Error

func (o *MoveClustersBadRequest) Error() string

type MoveClustersByTypeAccepted

type MoveClustersByTypeAccepted struct {
	Payload *models.MoveClustersCommandResponse
}

MoveClustersByTypeAccepted handles this case with default header values.

The move command was issued successfully, use the "GET" command on each /{cluster_id} resource to monitor progress

func NewMoveClustersByTypeAccepted

func NewMoveClustersByTypeAccepted() *MoveClustersByTypeAccepted

NewMoveClustersByTypeAccepted creates a MoveClustersByTypeAccepted with default headers values

func (*MoveClustersByTypeAccepted) Error

type MoveClustersByTypeBadRequest

type MoveClustersByTypeBadRequest struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

MoveClustersByTypeBadRequest handles this case with default header values.

* The cluster definition contained errors. (code: `clusters.cluster_invalid_plan`) * The cluster definition contained errors. (code: `clusters.plan_feature_not_implemented`)

func NewMoveClustersByTypeBadRequest

func NewMoveClustersByTypeBadRequest() *MoveClustersByTypeBadRequest

NewMoveClustersByTypeBadRequest creates a MoveClustersByTypeBadRequest with default headers values

func (*MoveClustersByTypeBadRequest) Error

type MoveClustersByTypeForbidden

type MoveClustersByTypeForbidden struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

MoveClustersByTypeForbidden handles this case with default header values.

The move command was prohibited for the given cluster. (code: `clusters.command_prohibited`)

func NewMoveClustersByTypeForbidden

func NewMoveClustersByTypeForbidden() *MoveClustersByTypeForbidden

NewMoveClustersByTypeForbidden creates a MoveClustersByTypeForbidden with default headers values

func (*MoveClustersByTypeForbidden) Error

type MoveClustersByTypeParams

type MoveClustersByTypeParams struct {

	/*AllocatorDown
	  When `true`, considers all instances on the allocator as permanently shut down when deciding how to migrate data to new nodes.When left blank, the system automatically decides. NOTE: The default treats the allocator as up.

	*/
	AllocatorDown *bool
	/*AllocatorID
	  The allocator identifier.

	*/
	AllocatorID string
	/*Body
	  Overrides defaults for the move of each cluster

	*/
	Body *models.MoveClustersRequest
	/*ClusterType
	  The cluster types to move off of the allocator. NOTE: When unspecified, all clusters are moved.

	*/
	ClusterType *string
	/*ForceUpdate
	  When true, cancels and overwrites pending plans, or treats instance as an error

	*/
	ForceUpdate *bool
	/*MoveOnly
	  When true, bypasses the cluster state changes, but continues to move the specified instances

	*/
	MoveOnly *bool
	/*ValidateOnly
	  When `true`, validates the plan overrides, then returns the plan without performing the move.

	*/
	ValidateOnly *bool

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

MoveClustersByTypeParams contains all the parameters to send to the API endpoint for the move clusters by type operation typically these are written to a http.Request

func NewMoveClustersByTypeParams

func NewMoveClustersByTypeParams() *MoveClustersByTypeParams

NewMoveClustersByTypeParams creates a new MoveClustersByTypeParams object with the default values initialized.

func NewMoveClustersByTypeParamsWithContext

func NewMoveClustersByTypeParamsWithContext(ctx context.Context) *MoveClustersByTypeParams

NewMoveClustersByTypeParamsWithContext creates a new MoveClustersByTypeParams object with the default values initialized, and the ability to set a context for a request

func NewMoveClustersByTypeParamsWithHTTPClient

func NewMoveClustersByTypeParamsWithHTTPClient(client *http.Client) *MoveClustersByTypeParams

NewMoveClustersByTypeParamsWithHTTPClient creates a new MoveClustersByTypeParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewMoveClustersByTypeParamsWithTimeout

func NewMoveClustersByTypeParamsWithTimeout(timeout time.Duration) *MoveClustersByTypeParams

NewMoveClustersByTypeParamsWithTimeout creates a new MoveClustersByTypeParams object with the default values initialized, and the ability to set a timeout on a request

func (*MoveClustersByTypeParams) SetAllocatorDown

func (o *MoveClustersByTypeParams) SetAllocatorDown(allocatorDown *bool)

SetAllocatorDown adds the allocatorDown to the move clusters by type params

func (*MoveClustersByTypeParams) SetAllocatorID

func (o *MoveClustersByTypeParams) SetAllocatorID(allocatorID string)

SetAllocatorID adds the allocatorId to the move clusters by type params

func (*MoveClustersByTypeParams) SetBody

SetBody adds the body to the move clusters by type params

func (*MoveClustersByTypeParams) SetClusterType

func (o *MoveClustersByTypeParams) SetClusterType(clusterType *string)

SetClusterType adds the clusterType to the move clusters by type params

func (*MoveClustersByTypeParams) SetContext

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

SetContext adds the context to the move clusters by type params

func (*MoveClustersByTypeParams) SetForceUpdate

func (o *MoveClustersByTypeParams) SetForceUpdate(forceUpdate *bool)

SetForceUpdate adds the forceUpdate to the move clusters by type params

func (*MoveClustersByTypeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the move clusters by type params

func (*MoveClustersByTypeParams) SetMoveOnly

func (o *MoveClustersByTypeParams) SetMoveOnly(moveOnly *bool)

SetMoveOnly adds the moveOnly to the move clusters by type params

func (*MoveClustersByTypeParams) SetTimeout

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

SetTimeout adds the timeout to the move clusters by type params

func (*MoveClustersByTypeParams) SetValidateOnly

func (o *MoveClustersByTypeParams) SetValidateOnly(validateOnly *bool)

SetValidateOnly adds the validateOnly to the move clusters by type params

func (*MoveClustersByTypeParams) WithAllocatorDown

func (o *MoveClustersByTypeParams) WithAllocatorDown(allocatorDown *bool) *MoveClustersByTypeParams

WithAllocatorDown adds the allocatorDown to the move clusters by type params

func (*MoveClustersByTypeParams) WithAllocatorID

func (o *MoveClustersByTypeParams) WithAllocatorID(allocatorID string) *MoveClustersByTypeParams

WithAllocatorID adds the allocatorID to the move clusters by type params

func (*MoveClustersByTypeParams) WithBody

WithBody adds the body to the move clusters by type params

func (*MoveClustersByTypeParams) WithClusterType

func (o *MoveClustersByTypeParams) WithClusterType(clusterType *string) *MoveClustersByTypeParams

WithClusterType adds the clusterType to the move clusters by type params

func (*MoveClustersByTypeParams) WithContext

WithContext adds the context to the move clusters by type params

func (*MoveClustersByTypeParams) WithForceUpdate

func (o *MoveClustersByTypeParams) WithForceUpdate(forceUpdate *bool) *MoveClustersByTypeParams

WithForceUpdate adds the forceUpdate to the move clusters by type params

func (*MoveClustersByTypeParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the move clusters by type params

func (*MoveClustersByTypeParams) WithMoveOnly

func (o *MoveClustersByTypeParams) WithMoveOnly(moveOnly *bool) *MoveClustersByTypeParams

WithMoveOnly adds the moveOnly to the move clusters by type params

func (*MoveClustersByTypeParams) WithTimeout

WithTimeout adds the timeout to the move clusters by type params

func (*MoveClustersByTypeParams) WithValidateOnly

func (o *MoveClustersByTypeParams) WithValidateOnly(validateOnly *bool) *MoveClustersByTypeParams

WithValidateOnly adds the validateOnly to the move clusters by type params

func (*MoveClustersByTypeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MoveClustersByTypeReader

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

MoveClustersByTypeReader is a Reader for the MoveClustersByType structure.

func (*MoveClustersByTypeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MoveClustersByTypeRetryWith

type MoveClustersByTypeRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

MoveClustersByTypeRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewMoveClustersByTypeRetryWith

func NewMoveClustersByTypeRetryWith() *MoveClustersByTypeRetryWith

NewMoveClustersByTypeRetryWith creates a MoveClustersByTypeRetryWith with default headers values

func (*MoveClustersByTypeRetryWith) Error

type MoveClustersForbidden

type MoveClustersForbidden struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

MoveClustersForbidden handles this case with default header values.

The move command was prohibited for the given cluster. (code: `clusters.command_prohibited`)

func NewMoveClustersForbidden

func NewMoveClustersForbidden() *MoveClustersForbidden

NewMoveClustersForbidden creates a MoveClustersForbidden with default headers values

func (*MoveClustersForbidden) Error

func (o *MoveClustersForbidden) Error() string

type MoveClustersParams

type MoveClustersParams struct {

	/*AllocatorDown
	  When `true`, considers all instances on the allocator as permanently shut down when deciding how to migrate data to new nodes.When left blank, the system automatically decides. NOTE: The default treats the allocator as up.

	*/
	AllocatorDown *bool
	/*AllocatorID
	  The allocator identifier.

	*/
	AllocatorID string
	/*Body
	  Overrides defaults for the move of each cluster

	*/
	Body *models.MoveClustersRequest
	/*ForceUpdate
	  When `true`, cancels and overwrites the pending plans, or treats the instance as an error.

	*/
	ForceUpdate *bool
	/*MoveOnly
	  When `true`, moves the specified instances and ignores the changes for the cluster state.

	*/
	MoveOnly *bool
	/*ValidateOnly
	  When `true`, validates the plan overrides, then returns the plan without performing the move.

	*/
	ValidateOnly *bool

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

MoveClustersParams contains all the parameters to send to the API endpoint for the move clusters operation typically these are written to a http.Request

func NewMoveClustersParams

func NewMoveClustersParams() *MoveClustersParams

NewMoveClustersParams creates a new MoveClustersParams object with the default values initialized.

func NewMoveClustersParamsWithContext

func NewMoveClustersParamsWithContext(ctx context.Context) *MoveClustersParams

NewMoveClustersParamsWithContext creates a new MoveClustersParams object with the default values initialized, and the ability to set a context for a request

func NewMoveClustersParamsWithHTTPClient

func NewMoveClustersParamsWithHTTPClient(client *http.Client) *MoveClustersParams

NewMoveClustersParamsWithHTTPClient creates a new MoveClustersParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewMoveClustersParamsWithTimeout

func NewMoveClustersParamsWithTimeout(timeout time.Duration) *MoveClustersParams

NewMoveClustersParamsWithTimeout creates a new MoveClustersParams object with the default values initialized, and the ability to set a timeout on a request

func (*MoveClustersParams) SetAllocatorDown

func (o *MoveClustersParams) SetAllocatorDown(allocatorDown *bool)

SetAllocatorDown adds the allocatorDown to the move clusters params

func (*MoveClustersParams) SetAllocatorID

func (o *MoveClustersParams) SetAllocatorID(allocatorID string)

SetAllocatorID adds the allocatorId to the move clusters params

func (*MoveClustersParams) SetBody

func (o *MoveClustersParams) SetBody(body *models.MoveClustersRequest)

SetBody adds the body to the move clusters params

func (*MoveClustersParams) SetContext

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

SetContext adds the context to the move clusters params

func (*MoveClustersParams) SetForceUpdate

func (o *MoveClustersParams) SetForceUpdate(forceUpdate *bool)

SetForceUpdate adds the forceUpdate to the move clusters params

func (*MoveClustersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the move clusters params

func (*MoveClustersParams) SetMoveOnly

func (o *MoveClustersParams) SetMoveOnly(moveOnly *bool)

SetMoveOnly adds the moveOnly to the move clusters params

func (*MoveClustersParams) SetTimeout

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

SetTimeout adds the timeout to the move clusters params

func (*MoveClustersParams) SetValidateOnly

func (o *MoveClustersParams) SetValidateOnly(validateOnly *bool)

SetValidateOnly adds the validateOnly to the move clusters params

func (*MoveClustersParams) WithAllocatorDown

func (o *MoveClustersParams) WithAllocatorDown(allocatorDown *bool) *MoveClustersParams

WithAllocatorDown adds the allocatorDown to the move clusters params

func (*MoveClustersParams) WithAllocatorID

func (o *MoveClustersParams) WithAllocatorID(allocatorID string) *MoveClustersParams

WithAllocatorID adds the allocatorID to the move clusters params

func (*MoveClustersParams) WithBody

WithBody adds the body to the move clusters params

func (*MoveClustersParams) WithContext

WithContext adds the context to the move clusters params

func (*MoveClustersParams) WithForceUpdate

func (o *MoveClustersParams) WithForceUpdate(forceUpdate *bool) *MoveClustersParams

WithForceUpdate adds the forceUpdate to the move clusters params

func (*MoveClustersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the move clusters params

func (*MoveClustersParams) WithMoveOnly

func (o *MoveClustersParams) WithMoveOnly(moveOnly *bool) *MoveClustersParams

WithMoveOnly adds the moveOnly to the move clusters params

func (*MoveClustersParams) WithTimeout

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

WithTimeout adds the timeout to the move clusters params

func (*MoveClustersParams) WithValidateOnly

func (o *MoveClustersParams) WithValidateOnly(validateOnly *bool) *MoveClustersParams

WithValidateOnly adds the validateOnly to the move clusters params

func (*MoveClustersParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type MoveClustersReader

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

MoveClustersReader is a Reader for the MoveClusters structure.

func (*MoveClustersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MoveClustersRetryWith

type MoveClustersRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

MoveClustersRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewMoveClustersRetryWith

func NewMoveClustersRetryWith() *MoveClustersRetryWith

NewMoveClustersRetryWith creates a MoveClustersRetryWith with default headers values

func (*MoveClustersRetryWith) Error

func (o *MoveClustersRetryWith) Error() string

type PutConfigStoreOptionConflict

type PutConfigStoreOptionConflict struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

PutConfigStoreOptionConflict handles this case with default header values.

There is a version conflict. (code: `platform.config.store.version_conflict`)

func NewPutConfigStoreOptionConflict

func NewPutConfigStoreOptionConflict() *PutConfigStoreOptionConflict

NewPutConfigStoreOptionConflict creates a PutConfigStoreOptionConflict with default headers values

func (*PutConfigStoreOptionConflict) Error

type PutConfigStoreOptionNotFound

type PutConfigStoreOptionNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

PutConfigStoreOptionNotFound handles this case with default header values.

There was no existing data for the given Config Store Id. (code: `platform.config.store.not_found`)

func NewPutConfigStoreOptionNotFound

func NewPutConfigStoreOptionNotFound() *PutConfigStoreOptionNotFound

NewPutConfigStoreOptionNotFound creates a PutConfigStoreOptionNotFound with default headers values

func (*PutConfigStoreOptionNotFound) Error

type PutConfigStoreOptionOK

type PutConfigStoreOptionOK struct {
	/*The date-time when the resource was created (ISO format relative to UTC)
	 */
	XCloudResourceCreated string
	/*The date-time when the resource was last modified (ISO format relative to UTC)
	 */
	XCloudResourceLastModified string
	/*The resource version, which is used to avoid update conflicts with concurrent operations
	 */
	XCloudResourceVersion string

	Payload *models.ConfigStoreOption
}

PutConfigStoreOptionOK handles this case with default header values.

Config Store Option retrieved successfully

func NewPutConfigStoreOptionOK

func NewPutConfigStoreOptionOK() *PutConfigStoreOptionOK

NewPutConfigStoreOptionOK creates a PutConfigStoreOptionOK with default headers values

func (*PutConfigStoreOptionOK) Error

func (o *PutConfigStoreOptionOK) Error() string

type PutConfigStoreOptionParams

type PutConfigStoreOptionParams struct {

	/*Body
	  The Config Store Option definition

	*/
	Body *models.ConfigStoreOptionData
	/*ConfigOptionID
	  Name of the Config Store Option that you would like to modify

	*/
	ConfigOptionID string
	/*Version
	  If specified then checks for conflicts against the version stored in the persistent store (returned in 'x-cloud-resource-version' of the GET request)

	*/
	Version *int64

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

PutConfigStoreOptionParams contains all the parameters to send to the API endpoint for the put config store option operation typically these are written to a http.Request

func NewPutConfigStoreOptionParams

func NewPutConfigStoreOptionParams() *PutConfigStoreOptionParams

NewPutConfigStoreOptionParams creates a new PutConfigStoreOptionParams object with the default values initialized.

func NewPutConfigStoreOptionParamsWithContext

func NewPutConfigStoreOptionParamsWithContext(ctx context.Context) *PutConfigStoreOptionParams

NewPutConfigStoreOptionParamsWithContext creates a new PutConfigStoreOptionParams object with the default values initialized, and the ability to set a context for a request

func NewPutConfigStoreOptionParamsWithHTTPClient

func NewPutConfigStoreOptionParamsWithHTTPClient(client *http.Client) *PutConfigStoreOptionParams

NewPutConfigStoreOptionParamsWithHTTPClient creates a new PutConfigStoreOptionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPutConfigStoreOptionParamsWithTimeout

func NewPutConfigStoreOptionParamsWithTimeout(timeout time.Duration) *PutConfigStoreOptionParams

NewPutConfigStoreOptionParamsWithTimeout creates a new PutConfigStoreOptionParams object with the default values initialized, and the ability to set a timeout on a request

func (*PutConfigStoreOptionParams) SetBody

SetBody adds the body to the put config store option params

func (*PutConfigStoreOptionParams) SetConfigOptionID

func (o *PutConfigStoreOptionParams) SetConfigOptionID(configOptionID string)

SetConfigOptionID adds the configOptionId to the put config store option params

func (*PutConfigStoreOptionParams) SetContext

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

SetContext adds the context to the put config store option params

func (*PutConfigStoreOptionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put config store option params

func (*PutConfigStoreOptionParams) SetTimeout

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

SetTimeout adds the timeout to the put config store option params

func (*PutConfigStoreOptionParams) SetVersion

func (o *PutConfigStoreOptionParams) SetVersion(version *int64)

SetVersion adds the version to the put config store option params

func (*PutConfigStoreOptionParams) WithBody

WithBody adds the body to the put config store option params

func (*PutConfigStoreOptionParams) WithConfigOptionID

func (o *PutConfigStoreOptionParams) WithConfigOptionID(configOptionID string) *PutConfigStoreOptionParams

WithConfigOptionID adds the configOptionID to the put config store option params

func (*PutConfigStoreOptionParams) WithContext

WithContext adds the context to the put config store option params

func (*PutConfigStoreOptionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put config store option params

func (*PutConfigStoreOptionParams) WithTimeout

WithTimeout adds the timeout to the put config store option params

func (*PutConfigStoreOptionParams) WithVersion

WithVersion adds the version to the put config store option params

func (*PutConfigStoreOptionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutConfigStoreOptionReader

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

PutConfigStoreOptionReader is a Reader for the PutConfigStoreOption structure.

func (*PutConfigStoreOptionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ResyncAllocatorInternalServerError

type ResyncAllocatorInternalServerError struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

ResyncAllocatorInternalServerError handles this case with default header values.

The allocator resync operation failed for allocator {allocator_id}. (code: `allocators.resync_failed`)

func NewResyncAllocatorInternalServerError

func NewResyncAllocatorInternalServerError() *ResyncAllocatorInternalServerError

NewResyncAllocatorInternalServerError creates a ResyncAllocatorInternalServerError with default headers values

func (*ResyncAllocatorInternalServerError) Error

type ResyncAllocatorOK

type ResyncAllocatorOK struct {
	Payload models.EmptyResponse
}

ResyncAllocatorOK handles this case with default header values.

The allocator resync operation executed successfully

func NewResyncAllocatorOK

func NewResyncAllocatorOK() *ResyncAllocatorOK

NewResyncAllocatorOK creates a ResyncAllocatorOK with default headers values

func (*ResyncAllocatorOK) Error

func (o *ResyncAllocatorOK) Error() string

type ResyncAllocatorParams

type ResyncAllocatorParams struct {

	/*AllocatorID
	  The allocator identifier.

	*/
	AllocatorID string

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

ResyncAllocatorParams contains all the parameters to send to the API endpoint for the resync allocator operation typically these are written to a http.Request

func NewResyncAllocatorParams

func NewResyncAllocatorParams() *ResyncAllocatorParams

NewResyncAllocatorParams creates a new ResyncAllocatorParams object with the default values initialized.

func NewResyncAllocatorParamsWithContext

func NewResyncAllocatorParamsWithContext(ctx context.Context) *ResyncAllocatorParams

NewResyncAllocatorParamsWithContext creates a new ResyncAllocatorParams object with the default values initialized, and the ability to set a context for a request

func NewResyncAllocatorParamsWithHTTPClient

func NewResyncAllocatorParamsWithHTTPClient(client *http.Client) *ResyncAllocatorParams

NewResyncAllocatorParamsWithHTTPClient creates a new ResyncAllocatorParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewResyncAllocatorParamsWithTimeout

func NewResyncAllocatorParamsWithTimeout(timeout time.Duration) *ResyncAllocatorParams

NewResyncAllocatorParamsWithTimeout creates a new ResyncAllocatorParams object with the default values initialized, and the ability to set a timeout on a request

func (*ResyncAllocatorParams) SetAllocatorID

func (o *ResyncAllocatorParams) SetAllocatorID(allocatorID string)

SetAllocatorID adds the allocatorId to the resync allocator params

func (*ResyncAllocatorParams) SetContext

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

SetContext adds the context to the resync allocator params

func (*ResyncAllocatorParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the resync allocator params

func (*ResyncAllocatorParams) SetTimeout

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

SetTimeout adds the timeout to the resync allocator params

func (*ResyncAllocatorParams) WithAllocatorID

func (o *ResyncAllocatorParams) WithAllocatorID(allocatorID string) *ResyncAllocatorParams

WithAllocatorID adds the allocatorID to the resync allocator params

func (*ResyncAllocatorParams) WithContext

WithContext adds the context to the resync allocator params

func (*ResyncAllocatorParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the resync allocator params

func (*ResyncAllocatorParams) WithTimeout

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

WithTimeout adds the timeout to the resync allocator params

func (*ResyncAllocatorParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ResyncAllocatorReader

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

ResyncAllocatorReader is a Reader for the ResyncAllocator structure.

func (*ResyncAllocatorReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ResyncAllocatorRetryWith

type ResyncAllocatorRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

ResyncAllocatorRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewResyncAllocatorRetryWith

func NewResyncAllocatorRetryWith() *ResyncAllocatorRetryWith

NewResyncAllocatorRetryWith creates a ResyncAllocatorRetryWith with default headers values

func (*ResyncAllocatorRetryWith) Error

func (o *ResyncAllocatorRetryWith) Error() string

type ResyncAllocatorsAccepted

type ResyncAllocatorsAccepted struct {
	Payload *models.ModelVersionIndexSynchronizationResults
}

ResyncAllocatorsAccepted handles this case with default header values.

The ids of documents, organized by model version, that will be synchronized.

func NewResyncAllocatorsAccepted

func NewResyncAllocatorsAccepted() *ResyncAllocatorsAccepted

NewResyncAllocatorsAccepted creates a ResyncAllocatorsAccepted with default headers values

func (*ResyncAllocatorsAccepted) Error

func (o *ResyncAllocatorsAccepted) Error() string

type ResyncAllocatorsParams

type ResyncAllocatorsParams struct {

	/*SkipMatchingVersion
	  When true, skips the document indexing when the version matches the in-memory copy.

	*/
	SkipMatchingVersion *bool

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

ResyncAllocatorsParams contains all the parameters to send to the API endpoint for the resync allocators operation typically these are written to a http.Request

func NewResyncAllocatorsParams

func NewResyncAllocatorsParams() *ResyncAllocatorsParams

NewResyncAllocatorsParams creates a new ResyncAllocatorsParams object with the default values initialized.

func NewResyncAllocatorsParamsWithContext

func NewResyncAllocatorsParamsWithContext(ctx context.Context) *ResyncAllocatorsParams

NewResyncAllocatorsParamsWithContext creates a new ResyncAllocatorsParams object with the default values initialized, and the ability to set a context for a request

func NewResyncAllocatorsParamsWithHTTPClient

func NewResyncAllocatorsParamsWithHTTPClient(client *http.Client) *ResyncAllocatorsParams

NewResyncAllocatorsParamsWithHTTPClient creates a new ResyncAllocatorsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewResyncAllocatorsParamsWithTimeout

func NewResyncAllocatorsParamsWithTimeout(timeout time.Duration) *ResyncAllocatorsParams

NewResyncAllocatorsParamsWithTimeout creates a new ResyncAllocatorsParams object with the default values initialized, and the ability to set a timeout on a request

func (*ResyncAllocatorsParams) SetContext

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

SetContext adds the context to the resync allocators params

func (*ResyncAllocatorsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the resync allocators params

func (*ResyncAllocatorsParams) SetSkipMatchingVersion

func (o *ResyncAllocatorsParams) SetSkipMatchingVersion(skipMatchingVersion *bool)

SetSkipMatchingVersion adds the skipMatchingVersion to the resync allocators params

func (*ResyncAllocatorsParams) SetTimeout

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

SetTimeout adds the timeout to the resync allocators params

func (*ResyncAllocatorsParams) WithContext

WithContext adds the context to the resync allocators params

func (*ResyncAllocatorsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the resync allocators params

func (*ResyncAllocatorsParams) WithSkipMatchingVersion

func (o *ResyncAllocatorsParams) WithSkipMatchingVersion(skipMatchingVersion *bool) *ResyncAllocatorsParams

WithSkipMatchingVersion adds the skipMatchingVersion to the resync allocators params

func (*ResyncAllocatorsParams) WithTimeout

WithTimeout adds the timeout to the resync allocators params

func (*ResyncAllocatorsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ResyncAllocatorsReader

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

ResyncAllocatorsReader is a Reader for the ResyncAllocators structure.

func (*ResyncAllocatorsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ResyncAllocatorsRetryWith

type ResyncAllocatorsRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

ResyncAllocatorsRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewResyncAllocatorsRetryWith

func NewResyncAllocatorsRetryWith() *ResyncAllocatorsRetryWith

NewResyncAllocatorsRetryWith creates a ResyncAllocatorsRetryWith with default headers values

func (*ResyncAllocatorsRetryWith) Error

func (o *ResyncAllocatorsRetryWith) Error() string

type ResyncConstructorInternalServerError

type ResyncConstructorInternalServerError struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

ResyncConstructorInternalServerError handles this case with default header values.

The constructor resync operation failed for allocator {constructor_id}. (code: `constructors.resync_failed`)

func NewResyncConstructorInternalServerError

func NewResyncConstructorInternalServerError() *ResyncConstructorInternalServerError

NewResyncConstructorInternalServerError creates a ResyncConstructorInternalServerError with default headers values

func (*ResyncConstructorInternalServerError) Error

type ResyncConstructorOK

type ResyncConstructorOK struct {
	Payload models.EmptyResponse
}

ResyncConstructorOK handles this case with default header values.

The constructor resync operation executed successfully

func NewResyncConstructorOK

func NewResyncConstructorOK() *ResyncConstructorOK

NewResyncConstructorOK creates a ResyncConstructorOK with default headers values

func (*ResyncConstructorOK) Error

func (o *ResyncConstructorOK) Error() string

type ResyncConstructorParams

type ResyncConstructorParams struct {

	/*ConstructorID
	  Identifier for the constructor

	*/
	ConstructorID string

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

ResyncConstructorParams contains all the parameters to send to the API endpoint for the resync constructor operation typically these are written to a http.Request

func NewResyncConstructorParams

func NewResyncConstructorParams() *ResyncConstructorParams

NewResyncConstructorParams creates a new ResyncConstructorParams object with the default values initialized.

func NewResyncConstructorParamsWithContext

func NewResyncConstructorParamsWithContext(ctx context.Context) *ResyncConstructorParams

NewResyncConstructorParamsWithContext creates a new ResyncConstructorParams object with the default values initialized, and the ability to set a context for a request

func NewResyncConstructorParamsWithHTTPClient

func NewResyncConstructorParamsWithHTTPClient(client *http.Client) *ResyncConstructorParams

NewResyncConstructorParamsWithHTTPClient creates a new ResyncConstructorParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewResyncConstructorParamsWithTimeout

func NewResyncConstructorParamsWithTimeout(timeout time.Duration) *ResyncConstructorParams

NewResyncConstructorParamsWithTimeout creates a new ResyncConstructorParams object with the default values initialized, and the ability to set a timeout on a request

func (*ResyncConstructorParams) SetConstructorID

func (o *ResyncConstructorParams) SetConstructorID(constructorID string)

SetConstructorID adds the constructorId to the resync constructor params

func (*ResyncConstructorParams) SetContext

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

SetContext adds the context to the resync constructor params

func (*ResyncConstructorParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the resync constructor params

func (*ResyncConstructorParams) SetTimeout

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

SetTimeout adds the timeout to the resync constructor params

func (*ResyncConstructorParams) WithConstructorID

func (o *ResyncConstructorParams) WithConstructorID(constructorID string) *ResyncConstructorParams

WithConstructorID adds the constructorID to the resync constructor params

func (*ResyncConstructorParams) WithContext

WithContext adds the context to the resync constructor params

func (*ResyncConstructorParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the resync constructor params

func (*ResyncConstructorParams) WithTimeout

WithTimeout adds the timeout to the resync constructor params

func (*ResyncConstructorParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ResyncConstructorReader

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

ResyncConstructorReader is a Reader for the ResyncConstructor structure.

func (*ResyncConstructorReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ResyncConstructorRetryWith

type ResyncConstructorRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

ResyncConstructorRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewResyncConstructorRetryWith

func NewResyncConstructorRetryWith() *ResyncConstructorRetryWith

NewResyncConstructorRetryWith creates a ResyncConstructorRetryWith with default headers values

func (*ResyncConstructorRetryWith) Error

type ResyncConstructorsAccepted

type ResyncConstructorsAccepted struct {
	Payload *models.ModelVersionIndexSynchronizationResults
}

ResyncConstructorsAccepted handles this case with default header values.

The ids of documents, organized by model version, that will be synchronized.

func NewResyncConstructorsAccepted

func NewResyncConstructorsAccepted() *ResyncConstructorsAccepted

NewResyncConstructorsAccepted creates a ResyncConstructorsAccepted with default headers values

func (*ResyncConstructorsAccepted) Error

type ResyncConstructorsParams

type ResyncConstructorsParams struct {

	/*SkipMatchingVersion
	  When true, skips the document indexing when the version matches the in-memory copy.

	*/
	SkipMatchingVersion *bool

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

ResyncConstructorsParams contains all the parameters to send to the API endpoint for the resync constructors operation typically these are written to a http.Request

func NewResyncConstructorsParams

func NewResyncConstructorsParams() *ResyncConstructorsParams

NewResyncConstructorsParams creates a new ResyncConstructorsParams object with the default values initialized.

func NewResyncConstructorsParamsWithContext

func NewResyncConstructorsParamsWithContext(ctx context.Context) *ResyncConstructorsParams

NewResyncConstructorsParamsWithContext creates a new ResyncConstructorsParams object with the default values initialized, and the ability to set a context for a request

func NewResyncConstructorsParamsWithHTTPClient

func NewResyncConstructorsParamsWithHTTPClient(client *http.Client) *ResyncConstructorsParams

NewResyncConstructorsParamsWithHTTPClient creates a new ResyncConstructorsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewResyncConstructorsParamsWithTimeout

func NewResyncConstructorsParamsWithTimeout(timeout time.Duration) *ResyncConstructorsParams

NewResyncConstructorsParamsWithTimeout creates a new ResyncConstructorsParams object with the default values initialized, and the ability to set a timeout on a request

func (*ResyncConstructorsParams) SetContext

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

SetContext adds the context to the resync constructors params

func (*ResyncConstructorsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the resync constructors params

func (*ResyncConstructorsParams) SetSkipMatchingVersion

func (o *ResyncConstructorsParams) SetSkipMatchingVersion(skipMatchingVersion *bool)

SetSkipMatchingVersion adds the skipMatchingVersion to the resync constructors params

func (*ResyncConstructorsParams) SetTimeout

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

SetTimeout adds the timeout to the resync constructors params

func (*ResyncConstructorsParams) WithContext

WithContext adds the context to the resync constructors params

func (*ResyncConstructorsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the resync constructors params

func (*ResyncConstructorsParams) WithSkipMatchingVersion

func (o *ResyncConstructorsParams) WithSkipMatchingVersion(skipMatchingVersion *bool) *ResyncConstructorsParams

WithSkipMatchingVersion adds the skipMatchingVersion to the resync constructors params

func (*ResyncConstructorsParams) WithTimeout

WithTimeout adds the timeout to the resync constructors params

func (*ResyncConstructorsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ResyncConstructorsReader

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

ResyncConstructorsReader is a Reader for the ResyncConstructors structure.

func (*ResyncConstructorsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ResyncConstructorsRetryWith

type ResyncConstructorsRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

ResyncConstructorsRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewResyncConstructorsRetryWith

func NewResyncConstructorsRetryWith() *ResyncConstructorsRetryWith

NewResyncConstructorsRetryWith creates a ResyncConstructorsRetryWith with default headers values

func (*ResyncConstructorsRetryWith) Error

type ResyncRunnerInternalServerError

type ResyncRunnerInternalServerError struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

ResyncRunnerInternalServerError handles this case with default header values.

The runner resync operation failed for runner {runner_id}. (code: `runners.resync_failed`)

func NewResyncRunnerInternalServerError

func NewResyncRunnerInternalServerError() *ResyncRunnerInternalServerError

NewResyncRunnerInternalServerError creates a ResyncRunnerInternalServerError with default headers values

func (*ResyncRunnerInternalServerError) Error

type ResyncRunnerOK

type ResyncRunnerOK struct {
	Payload models.EmptyResponse
}

ResyncRunnerOK handles this case with default header values.

The runner resync operation executed successfully

func NewResyncRunnerOK

func NewResyncRunnerOK() *ResyncRunnerOK

NewResyncRunnerOK creates a ResyncRunnerOK with default headers values

func (*ResyncRunnerOK) Error

func (o *ResyncRunnerOK) Error() string

type ResyncRunnerParams

type ResyncRunnerParams struct {

	/*RunnerID
	  The identifier for the runner

	*/
	RunnerID string

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

ResyncRunnerParams contains all the parameters to send to the API endpoint for the resync runner operation typically these are written to a http.Request

func NewResyncRunnerParams

func NewResyncRunnerParams() *ResyncRunnerParams

NewResyncRunnerParams creates a new ResyncRunnerParams object with the default values initialized.

func NewResyncRunnerParamsWithContext

func NewResyncRunnerParamsWithContext(ctx context.Context) *ResyncRunnerParams

NewResyncRunnerParamsWithContext creates a new ResyncRunnerParams object with the default values initialized, and the ability to set a context for a request

func NewResyncRunnerParamsWithHTTPClient

func NewResyncRunnerParamsWithHTTPClient(client *http.Client) *ResyncRunnerParams

NewResyncRunnerParamsWithHTTPClient creates a new ResyncRunnerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewResyncRunnerParamsWithTimeout

func NewResyncRunnerParamsWithTimeout(timeout time.Duration) *ResyncRunnerParams

NewResyncRunnerParamsWithTimeout creates a new ResyncRunnerParams object with the default values initialized, and the ability to set a timeout on a request

func (*ResyncRunnerParams) SetContext

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

SetContext adds the context to the resync runner params

func (*ResyncRunnerParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the resync runner params

func (*ResyncRunnerParams) SetRunnerID

func (o *ResyncRunnerParams) SetRunnerID(runnerID string)

SetRunnerID adds the runnerId to the resync runner params

func (*ResyncRunnerParams) SetTimeout

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

SetTimeout adds the timeout to the resync runner params

func (*ResyncRunnerParams) WithContext

WithContext adds the context to the resync runner params

func (*ResyncRunnerParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the resync runner params

func (*ResyncRunnerParams) WithRunnerID

func (o *ResyncRunnerParams) WithRunnerID(runnerID string) *ResyncRunnerParams

WithRunnerID adds the runnerID to the resync runner params

func (*ResyncRunnerParams) WithTimeout

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

WithTimeout adds the timeout to the resync runner params

func (*ResyncRunnerParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ResyncRunnerReader

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

ResyncRunnerReader is a Reader for the ResyncRunner structure.

func (*ResyncRunnerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ResyncRunnerRetryWith

type ResyncRunnerRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

ResyncRunnerRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewResyncRunnerRetryWith

func NewResyncRunnerRetryWith() *ResyncRunnerRetryWith

NewResyncRunnerRetryWith creates a ResyncRunnerRetryWith with default headers values

func (*ResyncRunnerRetryWith) Error

func (o *ResyncRunnerRetryWith) Error() string

type ResyncRunnersAccepted

type ResyncRunnersAccepted struct {
	Payload *models.ModelVersionIndexSynchronizationResults
}

ResyncRunnersAccepted handles this case with default header values.

The ids of documents, organized by model version, that will be synchronized.

func NewResyncRunnersAccepted

func NewResyncRunnersAccepted() *ResyncRunnersAccepted

NewResyncRunnersAccepted creates a ResyncRunnersAccepted with default headers values

func (*ResyncRunnersAccepted) Error

func (o *ResyncRunnersAccepted) Error() string

type ResyncRunnersParams

type ResyncRunnersParams struct {

	/*SkipMatchingVersion
	  When true, skips the document indexing when the version matches the in-memory copy.

	*/
	SkipMatchingVersion *bool

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

ResyncRunnersParams contains all the parameters to send to the API endpoint for the resync runners operation typically these are written to a http.Request

func NewResyncRunnersParams

func NewResyncRunnersParams() *ResyncRunnersParams

NewResyncRunnersParams creates a new ResyncRunnersParams object with the default values initialized.

func NewResyncRunnersParamsWithContext

func NewResyncRunnersParamsWithContext(ctx context.Context) *ResyncRunnersParams

NewResyncRunnersParamsWithContext creates a new ResyncRunnersParams object with the default values initialized, and the ability to set a context for a request

func NewResyncRunnersParamsWithHTTPClient

func NewResyncRunnersParamsWithHTTPClient(client *http.Client) *ResyncRunnersParams

NewResyncRunnersParamsWithHTTPClient creates a new ResyncRunnersParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewResyncRunnersParamsWithTimeout

func NewResyncRunnersParamsWithTimeout(timeout time.Duration) *ResyncRunnersParams

NewResyncRunnersParamsWithTimeout creates a new ResyncRunnersParams object with the default values initialized, and the ability to set a timeout on a request

func (*ResyncRunnersParams) SetContext

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

SetContext adds the context to the resync runners params

func (*ResyncRunnersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the resync runners params

func (*ResyncRunnersParams) SetSkipMatchingVersion

func (o *ResyncRunnersParams) SetSkipMatchingVersion(skipMatchingVersion *bool)

SetSkipMatchingVersion adds the skipMatchingVersion to the resync runners params

func (*ResyncRunnersParams) SetTimeout

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

SetTimeout adds the timeout to the resync runners params

func (*ResyncRunnersParams) WithContext

WithContext adds the context to the resync runners params

func (*ResyncRunnersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the resync runners params

func (*ResyncRunnersParams) WithSkipMatchingVersion

func (o *ResyncRunnersParams) WithSkipMatchingVersion(skipMatchingVersion *bool) *ResyncRunnersParams

WithSkipMatchingVersion adds the skipMatchingVersion to the resync runners params

func (*ResyncRunnersParams) WithTimeout

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

WithTimeout adds the timeout to the resync runners params

func (*ResyncRunnersParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ResyncRunnersReader

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

ResyncRunnersReader is a Reader for the ResyncRunners structure.

func (*ResyncRunnersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ResyncRunnersRetryWith

type ResyncRunnersRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

ResyncRunnersRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewResyncRunnersRetryWith

func NewResyncRunnersRetryWith() *ResyncRunnersRetryWith

NewResyncRunnersRetryWith creates a ResyncRunnersRetryWith with default headers values

func (*ResyncRunnersRetryWith) Error

func (o *ResyncRunnersRetryWith) Error() string

type SearchAllocatorsBadRequest

type SearchAllocatorsBadRequest struct {
	Payload *models.BasicFailedReply
}

SearchAllocatorsBadRequest handles this case with default header values.

The search request failed

func NewSearchAllocatorsBadRequest

func NewSearchAllocatorsBadRequest() *SearchAllocatorsBadRequest

NewSearchAllocatorsBadRequest creates a SearchAllocatorsBadRequest with default headers values

func (*SearchAllocatorsBadRequest) Error

type SearchAllocatorsOK

type SearchAllocatorsOK struct {
	Payload *models.AllocatorOverview
}

SearchAllocatorsOK handles this case with default header values.

An overview of allocators that matched the given search query

func NewSearchAllocatorsOK

func NewSearchAllocatorsOK() *SearchAllocatorsOK

NewSearchAllocatorsOK creates a SearchAllocatorsOK with default headers values

func (*SearchAllocatorsOK) Error

func (o *SearchAllocatorsOK) Error() string

type SearchAllocatorsParams

type SearchAllocatorsParams struct {

	/*Body
	  The optional search request to execute. If not supplied then all allocators are matched

	*/
	Body *models.SearchRequest

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

SearchAllocatorsParams contains all the parameters to send to the API endpoint for the search allocators operation typically these are written to a http.Request

func NewSearchAllocatorsParams

func NewSearchAllocatorsParams() *SearchAllocatorsParams

NewSearchAllocatorsParams creates a new SearchAllocatorsParams object with the default values initialized.

func NewSearchAllocatorsParamsWithContext

func NewSearchAllocatorsParamsWithContext(ctx context.Context) *SearchAllocatorsParams

NewSearchAllocatorsParamsWithContext creates a new SearchAllocatorsParams object with the default values initialized, and the ability to set a context for a request

func NewSearchAllocatorsParamsWithHTTPClient

func NewSearchAllocatorsParamsWithHTTPClient(client *http.Client) *SearchAllocatorsParams

NewSearchAllocatorsParamsWithHTTPClient creates a new SearchAllocatorsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSearchAllocatorsParamsWithTimeout

func NewSearchAllocatorsParamsWithTimeout(timeout time.Duration) *SearchAllocatorsParams

NewSearchAllocatorsParamsWithTimeout creates a new SearchAllocatorsParams object with the default values initialized, and the ability to set a timeout on a request

func (*SearchAllocatorsParams) SetBody

func (o *SearchAllocatorsParams) SetBody(body *models.SearchRequest)

SetBody adds the body to the search allocators params

func (*SearchAllocatorsParams) SetContext

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

SetContext adds the context to the search allocators params

func (*SearchAllocatorsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the search allocators params

func (*SearchAllocatorsParams) SetTimeout

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

SetTimeout adds the timeout to the search allocators params

func (*SearchAllocatorsParams) WithBody

WithBody adds the body to the search allocators params

func (*SearchAllocatorsParams) WithContext

WithContext adds the context to the search allocators params

func (*SearchAllocatorsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the search allocators params

func (*SearchAllocatorsParams) WithTimeout

WithTimeout adds the timeout to the search allocators params

func (*SearchAllocatorsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SearchAllocatorsReader

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

SearchAllocatorsReader is a Reader for the SearchAllocators structure.

func (*SearchAllocatorsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SearchRunnersBadRequest

type SearchRunnersBadRequest struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

SearchRunnersBadRequest handles this case with default header values.

The search request failed. (code: `runners.search_failed`)

func NewSearchRunnersBadRequest

func NewSearchRunnersBadRequest() *SearchRunnersBadRequest

NewSearchRunnersBadRequest creates a SearchRunnersBadRequest with default headers values

func (*SearchRunnersBadRequest) Error

func (o *SearchRunnersBadRequest) Error() string

type SearchRunnersOK

type SearchRunnersOK struct {
	Payload *models.RunnerOverview
}

SearchRunnersOK handles this case with default header values.

An overview of runners that matched the given search query.

func NewSearchRunnersOK

func NewSearchRunnersOK() *SearchRunnersOK

NewSearchRunnersOK creates a SearchRunnersOK with default headers values

func (*SearchRunnersOK) Error

func (o *SearchRunnersOK) Error() string

type SearchRunnersParams

type SearchRunnersParams struct {

	/*Body
	  The optional search request to execute. If not supplied then all runners are matched.

	*/
	Body *models.SearchRequest

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

SearchRunnersParams contains all the parameters to send to the API endpoint for the search runners operation typically these are written to a http.Request

func NewSearchRunnersParams

func NewSearchRunnersParams() *SearchRunnersParams

NewSearchRunnersParams creates a new SearchRunnersParams object with the default values initialized.

func NewSearchRunnersParamsWithContext

func NewSearchRunnersParamsWithContext(ctx context.Context) *SearchRunnersParams

NewSearchRunnersParamsWithContext creates a new SearchRunnersParams object with the default values initialized, and the ability to set a context for a request

func NewSearchRunnersParamsWithHTTPClient

func NewSearchRunnersParamsWithHTTPClient(client *http.Client) *SearchRunnersParams

NewSearchRunnersParamsWithHTTPClient creates a new SearchRunnersParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSearchRunnersParamsWithTimeout

func NewSearchRunnersParamsWithTimeout(timeout time.Duration) *SearchRunnersParams

NewSearchRunnersParamsWithTimeout creates a new SearchRunnersParams object with the default values initialized, and the ability to set a timeout on a request

func (*SearchRunnersParams) SetBody

func (o *SearchRunnersParams) SetBody(body *models.SearchRequest)

SetBody adds the body to the search runners params

func (*SearchRunnersParams) SetContext

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

SetContext adds the context to the search runners params

func (*SearchRunnersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the search runners params

func (*SearchRunnersParams) SetTimeout

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

SetTimeout adds the timeout to the search runners params

func (*SearchRunnersParams) WithBody

WithBody adds the body to the search runners params

func (*SearchRunnersParams) WithContext

WithContext adds the context to the search runners params

func (*SearchRunnersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the search runners params

func (*SearchRunnersParams) WithTimeout

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

WithTimeout adds the timeout to the search runners params

func (*SearchRunnersParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type SearchRunnersReader

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

SearchRunnersReader is a Reader for the SearchRunners structure.

func (*SearchRunnersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetAllocatorMetadataBadRequest

type SetAllocatorMetadataBadRequest struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

SetAllocatorMetadataBadRequest handles this case with default header values.

The value specified is empty for at least one of the metadata tags. (code: `allocators.invalid_empty_metadata_items`)

func NewSetAllocatorMetadataBadRequest

func NewSetAllocatorMetadataBadRequest() *SetAllocatorMetadataBadRequest

NewSetAllocatorMetadataBadRequest creates a SetAllocatorMetadataBadRequest with default headers values

func (*SetAllocatorMetadataBadRequest) Error

type SetAllocatorMetadataItemBadRequest

type SetAllocatorMetadataItemBadRequest struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

SetAllocatorMetadataItemBadRequest handles this case with default header values.

The value specified for the metadata tag is empty. (code: `allocators.invalid_empty_metadata_item`)

func NewSetAllocatorMetadataItemBadRequest

func NewSetAllocatorMetadataItemBadRequest() *SetAllocatorMetadataItemBadRequest

NewSetAllocatorMetadataItemBadRequest creates a SetAllocatorMetadataItemBadRequest with default headers values

func (*SetAllocatorMetadataItemBadRequest) Error

type SetAllocatorMetadataItemNotFound

type SetAllocatorMetadataItemNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

SetAllocatorMetadataItemNotFound handles this case with default header values.

* The allocator specified by {allocator_id} cannot be found. (code: `allocators.allocator_not_found`) * The metadata item specified by {key} cannot be found. (code: `allocators.metadata_item_not_found`)

func NewSetAllocatorMetadataItemNotFound

func NewSetAllocatorMetadataItemNotFound() *SetAllocatorMetadataItemNotFound

NewSetAllocatorMetadataItemNotFound creates a SetAllocatorMetadataItemNotFound with default headers values

func (*SetAllocatorMetadataItemNotFound) Error

type SetAllocatorMetadataItemOK

type SetAllocatorMetadataItemOK struct {
	Payload []*models.MetadataItem
}

SetAllocatorMetadataItemOK handles this case with default header values.

The allocator metadata was successfully changed (the updated JSON is returned)

func NewSetAllocatorMetadataItemOK

func NewSetAllocatorMetadataItemOK() *SetAllocatorMetadataItemOK

NewSetAllocatorMetadataItemOK creates a SetAllocatorMetadataItemOK with default headers values

func (*SetAllocatorMetadataItemOK) Error

type SetAllocatorMetadataItemParams

type SetAllocatorMetadataItemParams struct {

	/*AllocatorID
	  The allocator identifier.

	*/
	AllocatorID string
	/*Body
	  The value of the metadata item to add or update

	*/
	Body *models.MetadataItemValue
	/*Key
	  The metadata item key.

	*/
	Key string
	/*Version
	  Checks for conflicts against the metadata version, then returns the value in the `x-cloud-resource-version` header.

	*/
	Version *int64

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

SetAllocatorMetadataItemParams contains all the parameters to send to the API endpoint for the set allocator metadata item operation typically these are written to a http.Request

func NewSetAllocatorMetadataItemParams

func NewSetAllocatorMetadataItemParams() *SetAllocatorMetadataItemParams

NewSetAllocatorMetadataItemParams creates a new SetAllocatorMetadataItemParams object with the default values initialized.

func NewSetAllocatorMetadataItemParamsWithContext

func NewSetAllocatorMetadataItemParamsWithContext(ctx context.Context) *SetAllocatorMetadataItemParams

NewSetAllocatorMetadataItemParamsWithContext creates a new SetAllocatorMetadataItemParams object with the default values initialized, and the ability to set a context for a request

func NewSetAllocatorMetadataItemParamsWithHTTPClient

func NewSetAllocatorMetadataItemParamsWithHTTPClient(client *http.Client) *SetAllocatorMetadataItemParams

NewSetAllocatorMetadataItemParamsWithHTTPClient creates a new SetAllocatorMetadataItemParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSetAllocatorMetadataItemParamsWithTimeout

func NewSetAllocatorMetadataItemParamsWithTimeout(timeout time.Duration) *SetAllocatorMetadataItemParams

NewSetAllocatorMetadataItemParamsWithTimeout creates a new SetAllocatorMetadataItemParams object with the default values initialized, and the ability to set a timeout on a request

func (*SetAllocatorMetadataItemParams) SetAllocatorID

func (o *SetAllocatorMetadataItemParams) SetAllocatorID(allocatorID string)

SetAllocatorID adds the allocatorId to the set allocator metadata item params

func (*SetAllocatorMetadataItemParams) SetBody

SetBody adds the body to the set allocator metadata item params

func (*SetAllocatorMetadataItemParams) SetContext

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

SetContext adds the context to the set allocator metadata item params

func (*SetAllocatorMetadataItemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set allocator metadata item params

func (*SetAllocatorMetadataItemParams) SetKey

func (o *SetAllocatorMetadataItemParams) SetKey(key string)

SetKey adds the key to the set allocator metadata item params

func (*SetAllocatorMetadataItemParams) SetTimeout

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

SetTimeout adds the timeout to the set allocator metadata item params

func (*SetAllocatorMetadataItemParams) SetVersion

func (o *SetAllocatorMetadataItemParams) SetVersion(version *int64)

SetVersion adds the version to the set allocator metadata item params

func (*SetAllocatorMetadataItemParams) WithAllocatorID

func (o *SetAllocatorMetadataItemParams) WithAllocatorID(allocatorID string) *SetAllocatorMetadataItemParams

WithAllocatorID adds the allocatorID to the set allocator metadata item params

func (*SetAllocatorMetadataItemParams) WithBody

WithBody adds the body to the set allocator metadata item params

func (*SetAllocatorMetadataItemParams) WithContext

WithContext adds the context to the set allocator metadata item params

func (*SetAllocatorMetadataItemParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set allocator metadata item params

func (*SetAllocatorMetadataItemParams) WithKey

WithKey adds the key to the set allocator metadata item params

func (*SetAllocatorMetadataItemParams) WithTimeout

WithTimeout adds the timeout to the set allocator metadata item params

func (*SetAllocatorMetadataItemParams) WithVersion

WithVersion adds the version to the set allocator metadata item params

func (*SetAllocatorMetadataItemParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetAllocatorMetadataItemReader

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

SetAllocatorMetadataItemReader is a Reader for the SetAllocatorMetadataItem structure.

func (*SetAllocatorMetadataItemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetAllocatorMetadataItemRetryWith

type SetAllocatorMetadataItemRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

SetAllocatorMetadataItemRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewSetAllocatorMetadataItemRetryWith

func NewSetAllocatorMetadataItemRetryWith() *SetAllocatorMetadataItemRetryWith

NewSetAllocatorMetadataItemRetryWith creates a SetAllocatorMetadataItemRetryWith with default headers values

func (*SetAllocatorMetadataItemRetryWith) Error

type SetAllocatorMetadataNotFound

type SetAllocatorMetadataNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

SetAllocatorMetadataNotFound handles this case with default header values.

The allocator specified by {allocator_id} cannot be found. (code: `allocators.allocator_not_found`)

func NewSetAllocatorMetadataNotFound

func NewSetAllocatorMetadataNotFound() *SetAllocatorMetadataNotFound

NewSetAllocatorMetadataNotFound creates a SetAllocatorMetadataNotFound with default headers values

func (*SetAllocatorMetadataNotFound) Error

type SetAllocatorMetadataOK

type SetAllocatorMetadataOK struct {
	Payload []*models.MetadataItem
}

SetAllocatorMetadataOK handles this case with default header values.

The allocator metadata was successfully changed (the updated JSON is returned)

func NewSetAllocatorMetadataOK

func NewSetAllocatorMetadataOK() *SetAllocatorMetadataOK

NewSetAllocatorMetadataOK creates a SetAllocatorMetadataOK with default headers values

func (*SetAllocatorMetadataOK) Error

func (o *SetAllocatorMetadataOK) Error() string

type SetAllocatorMetadataParams

type SetAllocatorMetadataParams struct {

	/*AllocatorID
	  The allocator identifier.

	*/
	AllocatorID string
	/*Body
	  The metadata to update the allocator with

	*/
	Body *models.MetadataItems
	/*Version
	  Checks for conflicts against the metadata version, then returns the value in the `x-cloud-resource-version` header.

	*/
	Version *int64

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

SetAllocatorMetadataParams contains all the parameters to send to the API endpoint for the set allocator metadata operation typically these are written to a http.Request

func NewSetAllocatorMetadataParams

func NewSetAllocatorMetadataParams() *SetAllocatorMetadataParams

NewSetAllocatorMetadataParams creates a new SetAllocatorMetadataParams object with the default values initialized.

func NewSetAllocatorMetadataParamsWithContext

func NewSetAllocatorMetadataParamsWithContext(ctx context.Context) *SetAllocatorMetadataParams

NewSetAllocatorMetadataParamsWithContext creates a new SetAllocatorMetadataParams object with the default values initialized, and the ability to set a context for a request

func NewSetAllocatorMetadataParamsWithHTTPClient

func NewSetAllocatorMetadataParamsWithHTTPClient(client *http.Client) *SetAllocatorMetadataParams

NewSetAllocatorMetadataParamsWithHTTPClient creates a new SetAllocatorMetadataParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSetAllocatorMetadataParamsWithTimeout

func NewSetAllocatorMetadataParamsWithTimeout(timeout time.Duration) *SetAllocatorMetadataParams

NewSetAllocatorMetadataParamsWithTimeout creates a new SetAllocatorMetadataParams object with the default values initialized, and the ability to set a timeout on a request

func (*SetAllocatorMetadataParams) SetAllocatorID

func (o *SetAllocatorMetadataParams) SetAllocatorID(allocatorID string)

SetAllocatorID adds the allocatorId to the set allocator metadata params

func (*SetAllocatorMetadataParams) SetBody

SetBody adds the body to the set allocator metadata params

func (*SetAllocatorMetadataParams) SetContext

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

SetContext adds the context to the set allocator metadata params

func (*SetAllocatorMetadataParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set allocator metadata params

func (*SetAllocatorMetadataParams) SetTimeout

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

SetTimeout adds the timeout to the set allocator metadata params

func (*SetAllocatorMetadataParams) SetVersion

func (o *SetAllocatorMetadataParams) SetVersion(version *int64)

SetVersion adds the version to the set allocator metadata params

func (*SetAllocatorMetadataParams) WithAllocatorID

func (o *SetAllocatorMetadataParams) WithAllocatorID(allocatorID string) *SetAllocatorMetadataParams

WithAllocatorID adds the allocatorID to the set allocator metadata params

func (*SetAllocatorMetadataParams) WithBody

WithBody adds the body to the set allocator metadata params

func (*SetAllocatorMetadataParams) WithContext

WithContext adds the context to the set allocator metadata params

func (*SetAllocatorMetadataParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set allocator metadata params

func (*SetAllocatorMetadataParams) WithTimeout

WithTimeout adds the timeout to the set allocator metadata params

func (*SetAllocatorMetadataParams) WithVersion

WithVersion adds the version to the set allocator metadata params

func (*SetAllocatorMetadataParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetAllocatorMetadataReader

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

SetAllocatorMetadataReader is a Reader for the SetAllocatorMetadata structure.

func (*SetAllocatorMetadataReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetAllocatorMetadataRetryWith

type SetAllocatorMetadataRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

SetAllocatorMetadataRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewSetAllocatorMetadataRetryWith

func NewSetAllocatorMetadataRetryWith() *SetAllocatorMetadataRetryWith

NewSetAllocatorMetadataRetryWith creates a SetAllocatorMetadataRetryWith with default headers values

func (*SetAllocatorMetadataRetryWith) Error

type SetAllocatorSettingsNotFound

type SetAllocatorSettingsNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

SetAllocatorSettingsNotFound handles this case with default header values.

The allocator specified by {allocator_id} cannot be found. (code: `allocators.allocator_not_found`)

func NewSetAllocatorSettingsNotFound

func NewSetAllocatorSettingsNotFound() *SetAllocatorSettingsNotFound

NewSetAllocatorSettingsNotFound creates a SetAllocatorSettingsNotFound with default headers values

func (*SetAllocatorSettingsNotFound) Error

type SetAllocatorSettingsOK

type SetAllocatorSettingsOK struct {
	Payload *models.AllocatorSettings
}

SetAllocatorSettingsOK handles this case with default header values.

Returns the updated settings for the specified allocator

func NewSetAllocatorSettingsOK

func NewSetAllocatorSettingsOK() *SetAllocatorSettingsOK

NewSetAllocatorSettingsOK creates a SetAllocatorSettingsOK with default headers values

func (*SetAllocatorSettingsOK) Error

func (o *SetAllocatorSettingsOK) Error() string

type SetAllocatorSettingsParams

type SetAllocatorSettingsParams struct {

	/*AllocatorID
	  The allocator identifier.

	*/
	AllocatorID string
	/*Body
	  The allocator settings to apply

	*/
	Body *models.AllocatorSettings
	/*Version
	  Checks for conflicts against the metadata version, then returns the value in the `x-cloud-resource-version` header.

	*/
	Version *int64

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

SetAllocatorSettingsParams contains all the parameters to send to the API endpoint for the set allocator settings operation typically these are written to a http.Request

func NewSetAllocatorSettingsParams

func NewSetAllocatorSettingsParams() *SetAllocatorSettingsParams

NewSetAllocatorSettingsParams creates a new SetAllocatorSettingsParams object with the default values initialized.

func NewSetAllocatorSettingsParamsWithContext

func NewSetAllocatorSettingsParamsWithContext(ctx context.Context) *SetAllocatorSettingsParams

NewSetAllocatorSettingsParamsWithContext creates a new SetAllocatorSettingsParams object with the default values initialized, and the ability to set a context for a request

func NewSetAllocatorSettingsParamsWithHTTPClient

func NewSetAllocatorSettingsParamsWithHTTPClient(client *http.Client) *SetAllocatorSettingsParams

NewSetAllocatorSettingsParamsWithHTTPClient creates a new SetAllocatorSettingsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSetAllocatorSettingsParamsWithTimeout

func NewSetAllocatorSettingsParamsWithTimeout(timeout time.Duration) *SetAllocatorSettingsParams

NewSetAllocatorSettingsParamsWithTimeout creates a new SetAllocatorSettingsParams object with the default values initialized, and the ability to set a timeout on a request

func (*SetAllocatorSettingsParams) SetAllocatorID

func (o *SetAllocatorSettingsParams) SetAllocatorID(allocatorID string)

SetAllocatorID adds the allocatorId to the set allocator settings params

func (*SetAllocatorSettingsParams) SetBody

SetBody adds the body to the set allocator settings params

func (*SetAllocatorSettingsParams) SetContext

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

SetContext adds the context to the set allocator settings params

func (*SetAllocatorSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set allocator settings params

func (*SetAllocatorSettingsParams) SetTimeout

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

SetTimeout adds the timeout to the set allocator settings params

func (*SetAllocatorSettingsParams) SetVersion

func (o *SetAllocatorSettingsParams) SetVersion(version *int64)

SetVersion adds the version to the set allocator settings params

func (*SetAllocatorSettingsParams) WithAllocatorID

func (o *SetAllocatorSettingsParams) WithAllocatorID(allocatorID string) *SetAllocatorSettingsParams

WithAllocatorID adds the allocatorID to the set allocator settings params

func (*SetAllocatorSettingsParams) WithBody

WithBody adds the body to the set allocator settings params

func (*SetAllocatorSettingsParams) WithContext

WithContext adds the context to the set allocator settings params

func (*SetAllocatorSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set allocator settings params

func (*SetAllocatorSettingsParams) WithTimeout

WithTimeout adds the timeout to the set allocator settings params

func (*SetAllocatorSettingsParams) WithVersion

WithVersion adds the version to the set allocator settings params

func (*SetAllocatorSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetAllocatorSettingsReader

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

SetAllocatorSettingsReader is a Reader for the SetAllocatorSettings structure.

func (*SetAllocatorSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetAllocatorSettingsRetryWith

type SetAllocatorSettingsRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

SetAllocatorSettingsRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewSetAllocatorSettingsRetryWith

func NewSetAllocatorSettingsRetryWith() *SetAllocatorSettingsRetryWith

NewSetAllocatorSettingsRetryWith creates a SetAllocatorSettingsRetryWith with default headers values

func (*SetAllocatorSettingsRetryWith) Error

type SetBlueprinterBlessingsConflict

type SetBlueprinterBlessingsConflict struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

SetBlueprinterBlessingsConflict handles this case with default header values.

Your request failed because the specified version does not match the persisted version. (code: `roles.version_conflict`)

func NewSetBlueprinterBlessingsConflict

func NewSetBlueprinterBlessingsConflict() *SetBlueprinterBlessingsConflict

NewSetBlueprinterBlessingsConflict creates a SetBlueprinterBlessingsConflict with default headers values

func (*SetBlueprinterBlessingsConflict) Error

type SetBlueprinterBlessingsNotFound

type SetBlueprinterBlessingsNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

SetBlueprinterBlessingsNotFound handles this case with default header values.

The role can't be found. (code: `roles.not_found`)

func NewSetBlueprinterBlessingsNotFound

func NewSetBlueprinterBlessingsNotFound() *SetBlueprinterBlessingsNotFound

NewSetBlueprinterBlessingsNotFound creates a SetBlueprinterBlessingsNotFound with default headers values

func (*SetBlueprinterBlessingsNotFound) Error

type SetBlueprinterBlessingsOK

type SetBlueprinterBlessingsOK struct {
	Payload *models.RoleAggregate
}

SetBlueprinterBlessingsOK handles this case with default header values.

The blessings were successfully set.

func NewSetBlueprinterBlessingsOK

func NewSetBlueprinterBlessingsOK() *SetBlueprinterBlessingsOK

NewSetBlueprinterBlessingsOK creates a SetBlueprinterBlessingsOK with default headers values

func (*SetBlueprinterBlessingsOK) Error

func (o *SetBlueprinterBlessingsOK) Error() string

type SetBlueprinterBlessingsParams

type SetBlueprinterBlessingsParams struct {

	/*BlueprinterRoleID
	  User-specified Blueprinter role ID.

	*/
	BlueprinterRoleID string
	/*Body
	  The blessings to set.

	*/
	Body *models.Blessings
	/*Version
	  When specified, checks for conflicts against the version stored in the persistent store (returned in 'x-cloud-resource-version' of the GET request)

	*/
	Version *int64

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

SetBlueprinterBlessingsParams contains all the parameters to send to the API endpoint for the set blueprinter blessings operation typically these are written to a http.Request

func NewSetBlueprinterBlessingsParams

func NewSetBlueprinterBlessingsParams() *SetBlueprinterBlessingsParams

NewSetBlueprinterBlessingsParams creates a new SetBlueprinterBlessingsParams object with the default values initialized.

func NewSetBlueprinterBlessingsParamsWithContext

func NewSetBlueprinterBlessingsParamsWithContext(ctx context.Context) *SetBlueprinterBlessingsParams

NewSetBlueprinterBlessingsParamsWithContext creates a new SetBlueprinterBlessingsParams object with the default values initialized, and the ability to set a context for a request

func NewSetBlueprinterBlessingsParamsWithHTTPClient

func NewSetBlueprinterBlessingsParamsWithHTTPClient(client *http.Client) *SetBlueprinterBlessingsParams

NewSetBlueprinterBlessingsParamsWithHTTPClient creates a new SetBlueprinterBlessingsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSetBlueprinterBlessingsParamsWithTimeout

func NewSetBlueprinterBlessingsParamsWithTimeout(timeout time.Duration) *SetBlueprinterBlessingsParams

NewSetBlueprinterBlessingsParamsWithTimeout creates a new SetBlueprinterBlessingsParams object with the default values initialized, and the ability to set a timeout on a request

func (*SetBlueprinterBlessingsParams) SetBlueprinterRoleID

func (o *SetBlueprinterBlessingsParams) SetBlueprinterRoleID(blueprinterRoleID string)

SetBlueprinterRoleID adds the blueprinterRoleId to the set blueprinter blessings params

func (*SetBlueprinterBlessingsParams) SetBody

SetBody adds the body to the set blueprinter blessings params

func (*SetBlueprinterBlessingsParams) SetContext

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

SetContext adds the context to the set blueprinter blessings params

func (*SetBlueprinterBlessingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set blueprinter blessings params

func (*SetBlueprinterBlessingsParams) SetTimeout

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

SetTimeout adds the timeout to the set blueprinter blessings params

func (*SetBlueprinterBlessingsParams) SetVersion

func (o *SetBlueprinterBlessingsParams) SetVersion(version *int64)

SetVersion adds the version to the set blueprinter blessings params

func (*SetBlueprinterBlessingsParams) WithBlueprinterRoleID

func (o *SetBlueprinterBlessingsParams) WithBlueprinterRoleID(blueprinterRoleID string) *SetBlueprinterBlessingsParams

WithBlueprinterRoleID adds the blueprinterRoleID to the set blueprinter blessings params

func (*SetBlueprinterBlessingsParams) WithBody

WithBody adds the body to the set blueprinter blessings params

func (*SetBlueprinterBlessingsParams) WithContext

WithContext adds the context to the set blueprinter blessings params

func (*SetBlueprinterBlessingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set blueprinter blessings params

func (*SetBlueprinterBlessingsParams) WithTimeout

WithTimeout adds the timeout to the set blueprinter blessings params

func (*SetBlueprinterBlessingsParams) WithVersion

WithVersion adds the version to the set blueprinter blessings params

func (*SetBlueprinterBlessingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetBlueprinterBlessingsReader

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

SetBlueprinterBlessingsReader is a Reader for the SetBlueprinterBlessings structure.

func (*SetBlueprinterBlessingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetLicenseBadRequest

type SetLicenseBadRequest struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

SetLicenseBadRequest handles this case with default header values.

The license could not be updated. (code: `license.invalid_license`)

func NewSetLicenseBadRequest

func NewSetLicenseBadRequest() *SetLicenseBadRequest

NewSetLicenseBadRequest creates a SetLicenseBadRequest with default headers values

func (*SetLicenseBadRequest) Error

func (o *SetLicenseBadRequest) Error() string

type SetLicenseOK

type SetLicenseOK struct {
	Payload models.EmptyResponse
}

SetLicenseOK handles this case with default header values.

The license was updated.

func NewSetLicenseOK

func NewSetLicenseOK() *SetLicenseOK

NewSetLicenseOK creates a SetLicenseOK with default headers values

func (*SetLicenseOK) Error

func (o *SetLicenseOK) Error() string

type SetLicenseParams

type SetLicenseParams struct {

	/*Body
	  The license to add or update.

	*/
	Body *models.LicenseObject

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

SetLicenseParams contains all the parameters to send to the API endpoint for the set license operation typically these are written to a http.Request

func NewSetLicenseParams

func NewSetLicenseParams() *SetLicenseParams

NewSetLicenseParams creates a new SetLicenseParams object with the default values initialized.

func NewSetLicenseParamsWithContext

func NewSetLicenseParamsWithContext(ctx context.Context) *SetLicenseParams

NewSetLicenseParamsWithContext creates a new SetLicenseParams object with the default values initialized, and the ability to set a context for a request

func NewSetLicenseParamsWithHTTPClient

func NewSetLicenseParamsWithHTTPClient(client *http.Client) *SetLicenseParams

NewSetLicenseParamsWithHTTPClient creates a new SetLicenseParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSetLicenseParamsWithTimeout

func NewSetLicenseParamsWithTimeout(timeout time.Duration) *SetLicenseParams

NewSetLicenseParamsWithTimeout creates a new SetLicenseParams object with the default values initialized, and the ability to set a timeout on a request

func (*SetLicenseParams) SetBody

func (o *SetLicenseParams) SetBody(body *models.LicenseObject)

SetBody adds the body to the set license params

func (*SetLicenseParams) SetContext

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

SetContext adds the context to the set license params

func (*SetLicenseParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set license params

func (*SetLicenseParams) SetTimeout

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

SetTimeout adds the timeout to the set license params

func (*SetLicenseParams) WithBody

WithBody adds the body to the set license params

func (*SetLicenseParams) WithContext

func (o *SetLicenseParams) WithContext(ctx context.Context) *SetLicenseParams

WithContext adds the context to the set license params

func (*SetLicenseParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the set license params

func (*SetLicenseParams) WithTimeout

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

WithTimeout adds the timeout to the set license params

func (*SetLicenseParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type SetLicenseReader

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

SetLicenseReader is a Reader for the SetLicense structure.

func (*SetLicenseReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetLicenseRetryWith

type SetLicenseRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

SetLicenseRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewSetLicenseRetryWith

func NewSetLicenseRetryWith() *SetLicenseRetryWith

NewSetLicenseRetryWith creates a SetLicenseRetryWith with default headers values

func (*SetLicenseRetryWith) Error

func (o *SetLicenseRetryWith) Error() string

type SetProxiesSettingsConflict

type SetProxiesSettingsConflict struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

SetProxiesSettingsConflict handles this case with default header values.

There is a version conflict. (code: `proxies.version_conflict`)

func NewSetProxiesSettingsConflict

func NewSetProxiesSettingsConflict() *SetProxiesSettingsConflict

NewSetProxiesSettingsConflict creates a SetProxiesSettingsConflict with default headers values

func (*SetProxiesSettingsConflict) Error

type SetProxiesSettingsOK

type SetProxiesSettingsOK struct {
	/*The date-time when the resource was created (ISO format relative to UTC)
	 */
	XCloudResourceCreated string
	/*The date-time when the resource was last modified (ISO format relative to UTC)
	 */
	XCloudResourceLastModified string
	/*The resource version, which is used to avoid update conflicts with concurrent operations
	 */
	XCloudResourceVersion string

	Payload *models.ProxiesSettings
}

SetProxiesSettingsOK handles this case with default header values.

Returns the updated settings

func NewSetProxiesSettingsOK

func NewSetProxiesSettingsOK() *SetProxiesSettingsOK

NewSetProxiesSettingsOK creates a SetProxiesSettingsOK with default headers values

func (*SetProxiesSettingsOK) Error

func (o *SetProxiesSettingsOK) Error() string

type SetProxiesSettingsParams

type SetProxiesSettingsParams struct {

	/*Body
	  The proxy settings to apply

	*/
	Body *models.ProxiesSettings
	/*Version
	  If specified, checks for conflicts against the version of the settings (returned in 'x-cloud-resource-version' of the GET request)

	*/
	Version *int64

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

SetProxiesSettingsParams contains all the parameters to send to the API endpoint for the set proxies settings operation typically these are written to a http.Request

func NewSetProxiesSettingsParams

func NewSetProxiesSettingsParams() *SetProxiesSettingsParams

NewSetProxiesSettingsParams creates a new SetProxiesSettingsParams object with the default values initialized.

func NewSetProxiesSettingsParamsWithContext

func NewSetProxiesSettingsParamsWithContext(ctx context.Context) *SetProxiesSettingsParams

NewSetProxiesSettingsParamsWithContext creates a new SetProxiesSettingsParams object with the default values initialized, and the ability to set a context for a request

func NewSetProxiesSettingsParamsWithHTTPClient

func NewSetProxiesSettingsParamsWithHTTPClient(client *http.Client) *SetProxiesSettingsParams

NewSetProxiesSettingsParamsWithHTTPClient creates a new SetProxiesSettingsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSetProxiesSettingsParamsWithTimeout

func NewSetProxiesSettingsParamsWithTimeout(timeout time.Duration) *SetProxiesSettingsParams

NewSetProxiesSettingsParamsWithTimeout creates a new SetProxiesSettingsParams object with the default values initialized, and the ability to set a timeout on a request

func (*SetProxiesSettingsParams) SetBody

SetBody adds the body to the set proxies settings params

func (*SetProxiesSettingsParams) SetContext

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

SetContext adds the context to the set proxies settings params

func (*SetProxiesSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set proxies settings params

func (*SetProxiesSettingsParams) SetTimeout

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

SetTimeout adds the timeout to the set proxies settings params

func (*SetProxiesSettingsParams) SetVersion

func (o *SetProxiesSettingsParams) SetVersion(version *int64)

SetVersion adds the version to the set proxies settings params

func (*SetProxiesSettingsParams) WithBody

WithBody adds the body to the set proxies settings params

func (*SetProxiesSettingsParams) WithContext

WithContext adds the context to the set proxies settings params

func (*SetProxiesSettingsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the set proxies settings params

func (*SetProxiesSettingsParams) WithTimeout

WithTimeout adds the timeout to the set proxies settings params

func (*SetProxiesSettingsParams) WithVersion

func (o *SetProxiesSettingsParams) WithVersion(version *int64) *SetProxiesSettingsParams

WithVersion adds the version to the set proxies settings params

func (*SetProxiesSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetProxiesSettingsReader

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

SetProxiesSettingsReader is a Reader for the SetProxiesSettings structure.

func (*SetProxiesSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetProxiesSettingsRetryWith

type SetProxiesSettingsRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

SetProxiesSettingsRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewSetProxiesSettingsRetryWith

func NewSetProxiesSettingsRetryWith() *SetProxiesSettingsRetryWith

NewSetProxiesSettingsRetryWith creates a SetProxiesSettingsRetryWith with default headers values

func (*SetProxiesSettingsRetryWith) Error

type SetRunnerRolesBadRequest

type SetRunnerRolesBadRequest struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

SetRunnerRolesBadRequest handles this case with default header values.

There was an error while assigning the roles for the {runner_id} specified runner. Try your request again. (code: `runners.runner_set_roles_failed`)

func NewSetRunnerRolesBadRequest

func NewSetRunnerRolesBadRequest() *SetRunnerRolesBadRequest

NewSetRunnerRolesBadRequest creates a SetRunnerRolesBadRequest with default headers values

func (*SetRunnerRolesBadRequest) Error

func (o *SetRunnerRolesBadRequest) Error() string

type SetRunnerRolesNotFound

type SetRunnerRolesNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

SetRunnerRolesNotFound handles this case with default header values.

Unable to find the {runner_id} specified runner. Edit your request, then try again. (code: `runners.runner_not_found`)

func NewSetRunnerRolesNotFound

func NewSetRunnerRolesNotFound() *SetRunnerRolesNotFound

NewSetRunnerRolesNotFound creates a SetRunnerRolesNotFound with default headers values

func (*SetRunnerRolesNotFound) Error

func (o *SetRunnerRolesNotFound) Error() string

type SetRunnerRolesOK

type SetRunnerRolesOK struct {
	Payload *models.RunnerRolesInfo
}

SetRunnerRolesOK handles this case with default header values.

The roles for the {runner_id} specified runner are assigned.

func NewSetRunnerRolesOK

func NewSetRunnerRolesOK() *SetRunnerRolesOK

NewSetRunnerRolesOK creates a SetRunnerRolesOK with default headers values

func (*SetRunnerRolesOK) Error

func (o *SetRunnerRolesOK) Error() string

type SetRunnerRolesParams

type SetRunnerRolesParams struct {

	/*Bless
	  Assigns the runner to the roles.

	*/
	Bless *bool
	/*Body
	  The roles for the runner that you want to apply.

	*/
	Body *models.RunnerRolesInfo
	/*RunnerID
	  The identifier for the runner

	*/
	RunnerID string

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

SetRunnerRolesParams contains all the parameters to send to the API endpoint for the set runner roles operation typically these are written to a http.Request

func NewSetRunnerRolesParams

func NewSetRunnerRolesParams() *SetRunnerRolesParams

NewSetRunnerRolesParams creates a new SetRunnerRolesParams object with the default values initialized.

func NewSetRunnerRolesParamsWithContext

func NewSetRunnerRolesParamsWithContext(ctx context.Context) *SetRunnerRolesParams

NewSetRunnerRolesParamsWithContext creates a new SetRunnerRolesParams object with the default values initialized, and the ability to set a context for a request

func NewSetRunnerRolesParamsWithHTTPClient

func NewSetRunnerRolesParamsWithHTTPClient(client *http.Client) *SetRunnerRolesParams

NewSetRunnerRolesParamsWithHTTPClient creates a new SetRunnerRolesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSetRunnerRolesParamsWithTimeout

func NewSetRunnerRolesParamsWithTimeout(timeout time.Duration) *SetRunnerRolesParams

NewSetRunnerRolesParamsWithTimeout creates a new SetRunnerRolesParams object with the default values initialized, and the ability to set a timeout on a request

func (*SetRunnerRolesParams) SetBless

func (o *SetRunnerRolesParams) SetBless(bless *bool)

SetBless adds the bless to the set runner roles params

func (*SetRunnerRolesParams) SetBody

func (o *SetRunnerRolesParams) SetBody(body *models.RunnerRolesInfo)

SetBody adds the body to the set runner roles params

func (*SetRunnerRolesParams) SetContext

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

SetContext adds the context to the set runner roles params

func (*SetRunnerRolesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set runner roles params

func (*SetRunnerRolesParams) SetRunnerID

func (o *SetRunnerRolesParams) SetRunnerID(runnerID string)

SetRunnerID adds the runnerId to the set runner roles params

func (*SetRunnerRolesParams) SetTimeout

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

SetTimeout adds the timeout to the set runner roles params

func (*SetRunnerRolesParams) WithBless

func (o *SetRunnerRolesParams) WithBless(bless *bool) *SetRunnerRolesParams

WithBless adds the bless to the set runner roles params

func (*SetRunnerRolesParams) WithBody

WithBody adds the body to the set runner roles params

func (*SetRunnerRolesParams) WithContext

WithContext adds the context to the set runner roles params

func (*SetRunnerRolesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the set runner roles params

func (*SetRunnerRolesParams) WithRunnerID

func (o *SetRunnerRolesParams) WithRunnerID(runnerID string) *SetRunnerRolesParams

WithRunnerID adds the runnerID to the set runner roles params

func (*SetRunnerRolesParams) WithTimeout

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

WithTimeout adds the timeout to the set runner roles params

func (*SetRunnerRolesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type SetRunnerRolesReader

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

SetRunnerRolesReader is a Reader for the SetRunnerRoles structure.

func (*SetRunnerRolesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetRunnerRolesRetryWith

type SetRunnerRolesRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

SetRunnerRolesRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewSetRunnerRolesRetryWith

func NewSetRunnerRolesRetryWith() *SetRunnerRolesRetryWith

NewSetRunnerRolesRetryWith creates a SetRunnerRolesRetryWith with default headers values

func (*SetRunnerRolesRetryWith) Error

func (o *SetRunnerRolesRetryWith) Error() string

type StartAllocatorMaintenanceModeAccepted

type StartAllocatorMaintenanceModeAccepted struct {
	Payload models.EmptyResponse
}

StartAllocatorMaintenanceModeAccepted handles this case with default header values.

The start maintenance mode command was issued successfully

func NewStartAllocatorMaintenanceModeAccepted

func NewStartAllocatorMaintenanceModeAccepted() *StartAllocatorMaintenanceModeAccepted

NewStartAllocatorMaintenanceModeAccepted creates a StartAllocatorMaintenanceModeAccepted with default headers values

func (*StartAllocatorMaintenanceModeAccepted) Error

type StartAllocatorMaintenanceModeForbidden

type StartAllocatorMaintenanceModeForbidden struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

StartAllocatorMaintenanceModeForbidden handles this case with default header values.

The start maintenance mode command was prohibited for the given allocator. (code: `root.unauthorized.rbac`)

func NewStartAllocatorMaintenanceModeForbidden

func NewStartAllocatorMaintenanceModeForbidden() *StartAllocatorMaintenanceModeForbidden

NewStartAllocatorMaintenanceModeForbidden creates a StartAllocatorMaintenanceModeForbidden with default headers values

func (*StartAllocatorMaintenanceModeForbidden) Error

type StartAllocatorMaintenanceModeNotFound

type StartAllocatorMaintenanceModeNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

StartAllocatorMaintenanceModeNotFound handles this case with default header values.

The allocator specified by {allocator_id} cannot be found. (code: `allocators.allocator_not_found`)

func NewStartAllocatorMaintenanceModeNotFound

func NewStartAllocatorMaintenanceModeNotFound() *StartAllocatorMaintenanceModeNotFound

NewStartAllocatorMaintenanceModeNotFound creates a StartAllocatorMaintenanceModeNotFound with default headers values

func (*StartAllocatorMaintenanceModeNotFound) Error

type StartAllocatorMaintenanceModeParams

type StartAllocatorMaintenanceModeParams struct {

	/*AllocatorID
	  The allocator identifier.

	*/
	AllocatorID string

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

StartAllocatorMaintenanceModeParams contains all the parameters to send to the API endpoint for the start allocator maintenance mode operation typically these are written to a http.Request

func NewStartAllocatorMaintenanceModeParams

func NewStartAllocatorMaintenanceModeParams() *StartAllocatorMaintenanceModeParams

NewStartAllocatorMaintenanceModeParams creates a new StartAllocatorMaintenanceModeParams object with the default values initialized.

func NewStartAllocatorMaintenanceModeParamsWithContext

func NewStartAllocatorMaintenanceModeParamsWithContext(ctx context.Context) *StartAllocatorMaintenanceModeParams

NewStartAllocatorMaintenanceModeParamsWithContext creates a new StartAllocatorMaintenanceModeParams object with the default values initialized, and the ability to set a context for a request

func NewStartAllocatorMaintenanceModeParamsWithHTTPClient

func NewStartAllocatorMaintenanceModeParamsWithHTTPClient(client *http.Client) *StartAllocatorMaintenanceModeParams

NewStartAllocatorMaintenanceModeParamsWithHTTPClient creates a new StartAllocatorMaintenanceModeParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewStartAllocatorMaintenanceModeParamsWithTimeout

func NewStartAllocatorMaintenanceModeParamsWithTimeout(timeout time.Duration) *StartAllocatorMaintenanceModeParams

NewStartAllocatorMaintenanceModeParamsWithTimeout creates a new StartAllocatorMaintenanceModeParams object with the default values initialized, and the ability to set a timeout on a request

func (*StartAllocatorMaintenanceModeParams) SetAllocatorID

func (o *StartAllocatorMaintenanceModeParams) SetAllocatorID(allocatorID string)

SetAllocatorID adds the allocatorId to the start allocator maintenance mode params

func (*StartAllocatorMaintenanceModeParams) SetContext

SetContext adds the context to the start allocator maintenance mode params

func (*StartAllocatorMaintenanceModeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the start allocator maintenance mode params

func (*StartAllocatorMaintenanceModeParams) SetTimeout

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

SetTimeout adds the timeout to the start allocator maintenance mode params

func (*StartAllocatorMaintenanceModeParams) WithAllocatorID

WithAllocatorID adds the allocatorID to the start allocator maintenance mode params

func (*StartAllocatorMaintenanceModeParams) WithContext

WithContext adds the context to the start allocator maintenance mode params

func (*StartAllocatorMaintenanceModeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the start allocator maintenance mode params

func (*StartAllocatorMaintenanceModeParams) WithTimeout

WithTimeout adds the timeout to the start allocator maintenance mode params

func (*StartAllocatorMaintenanceModeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StartAllocatorMaintenanceModeReader

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

StartAllocatorMaintenanceModeReader is a Reader for the StartAllocatorMaintenanceMode structure.

func (*StartAllocatorMaintenanceModeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StartAllocatorMaintenanceModeRetryWith

type StartAllocatorMaintenanceModeRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

StartAllocatorMaintenanceModeRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewStartAllocatorMaintenanceModeRetryWith

func NewStartAllocatorMaintenanceModeRetryWith() *StartAllocatorMaintenanceModeRetryWith

NewStartAllocatorMaintenanceModeRetryWith creates a StartAllocatorMaintenanceModeRetryWith with default headers values

func (*StartAllocatorMaintenanceModeRetryWith) Error

type StartConstructorMaintenanceModeAccepted

type StartConstructorMaintenanceModeAccepted struct {
	Payload models.EmptyResponse
}

StartConstructorMaintenanceModeAccepted handles this case with default header values.

The start maintenance mode command was issued successfully

func NewStartConstructorMaintenanceModeAccepted

func NewStartConstructorMaintenanceModeAccepted() *StartConstructorMaintenanceModeAccepted

NewStartConstructorMaintenanceModeAccepted creates a StartConstructorMaintenanceModeAccepted with default headers values

func (*StartConstructorMaintenanceModeAccepted) Error

type StartConstructorMaintenanceModeForbidden

type StartConstructorMaintenanceModeForbidden struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

StartConstructorMaintenanceModeForbidden handles this case with default header values.

The start maintenance mode command was prohibited for the given constructor. (code: `constructors.command_prohibited`)

func NewStartConstructorMaintenanceModeForbidden

func NewStartConstructorMaintenanceModeForbidden() *StartConstructorMaintenanceModeForbidden

NewStartConstructorMaintenanceModeForbidden creates a StartConstructorMaintenanceModeForbidden with default headers values

func (*StartConstructorMaintenanceModeForbidden) Error

type StartConstructorMaintenanceModeNotFound

type StartConstructorMaintenanceModeNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

StartConstructorMaintenanceModeNotFound handles this case with default header values.

The constructor specified by {constructor_id} cannot be found. (code: `constructors.constructor_not_found`)

func NewStartConstructorMaintenanceModeNotFound

func NewStartConstructorMaintenanceModeNotFound() *StartConstructorMaintenanceModeNotFound

NewStartConstructorMaintenanceModeNotFound creates a StartConstructorMaintenanceModeNotFound with default headers values

func (*StartConstructorMaintenanceModeNotFound) Error

type StartConstructorMaintenanceModeParams

type StartConstructorMaintenanceModeParams struct {

	/*ConstructorID
	  Identifier for the constructor

	*/
	ConstructorID string

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

StartConstructorMaintenanceModeParams contains all the parameters to send to the API endpoint for the start constructor maintenance mode operation typically these are written to a http.Request

func NewStartConstructorMaintenanceModeParams

func NewStartConstructorMaintenanceModeParams() *StartConstructorMaintenanceModeParams

NewStartConstructorMaintenanceModeParams creates a new StartConstructorMaintenanceModeParams object with the default values initialized.

func NewStartConstructorMaintenanceModeParamsWithContext

func NewStartConstructorMaintenanceModeParamsWithContext(ctx context.Context) *StartConstructorMaintenanceModeParams

NewStartConstructorMaintenanceModeParamsWithContext creates a new StartConstructorMaintenanceModeParams object with the default values initialized, and the ability to set a context for a request

func NewStartConstructorMaintenanceModeParamsWithHTTPClient

func NewStartConstructorMaintenanceModeParamsWithHTTPClient(client *http.Client) *StartConstructorMaintenanceModeParams

NewStartConstructorMaintenanceModeParamsWithHTTPClient creates a new StartConstructorMaintenanceModeParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewStartConstructorMaintenanceModeParamsWithTimeout

func NewStartConstructorMaintenanceModeParamsWithTimeout(timeout time.Duration) *StartConstructorMaintenanceModeParams

NewStartConstructorMaintenanceModeParamsWithTimeout creates a new StartConstructorMaintenanceModeParams object with the default values initialized, and the ability to set a timeout on a request

func (*StartConstructorMaintenanceModeParams) SetConstructorID

func (o *StartConstructorMaintenanceModeParams) SetConstructorID(constructorID string)

SetConstructorID adds the constructorId to the start constructor maintenance mode params

func (*StartConstructorMaintenanceModeParams) SetContext

SetContext adds the context to the start constructor maintenance mode params

func (*StartConstructorMaintenanceModeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the start constructor maintenance mode params

func (*StartConstructorMaintenanceModeParams) SetTimeout

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

SetTimeout adds the timeout to the start constructor maintenance mode params

func (*StartConstructorMaintenanceModeParams) WithConstructorID

WithConstructorID adds the constructorID to the start constructor maintenance mode params

func (*StartConstructorMaintenanceModeParams) WithContext

WithContext adds the context to the start constructor maintenance mode params

func (*StartConstructorMaintenanceModeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the start constructor maintenance mode params

func (*StartConstructorMaintenanceModeParams) WithTimeout

WithTimeout adds the timeout to the start constructor maintenance mode params

func (*StartConstructorMaintenanceModeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StartConstructorMaintenanceModeReader

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

StartConstructorMaintenanceModeReader is a Reader for the StartConstructorMaintenanceMode structure.

func (*StartConstructorMaintenanceModeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StartConstructorMaintenanceModeRetryWith

type StartConstructorMaintenanceModeRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

StartConstructorMaintenanceModeRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewStartConstructorMaintenanceModeRetryWith

func NewStartConstructorMaintenanceModeRetryWith() *StartConstructorMaintenanceModeRetryWith

NewStartConstructorMaintenanceModeRetryWith creates a StartConstructorMaintenanceModeRetryWith with default headers values

func (*StartConstructorMaintenanceModeRetryWith) Error

type StopAllocatorMaintenanceModeAccepted

type StopAllocatorMaintenanceModeAccepted struct {
	Payload models.EmptyResponse
}

StopAllocatorMaintenanceModeAccepted handles this case with default header values.

The stop maintenance mode command was issued successfully

func NewStopAllocatorMaintenanceModeAccepted

func NewStopAllocatorMaintenanceModeAccepted() *StopAllocatorMaintenanceModeAccepted

NewStopAllocatorMaintenanceModeAccepted creates a StopAllocatorMaintenanceModeAccepted with default headers values

func (*StopAllocatorMaintenanceModeAccepted) Error

type StopAllocatorMaintenanceModeForbidden

type StopAllocatorMaintenanceModeForbidden struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

StopAllocatorMaintenanceModeForbidden handles this case with default header values.

The stop maintenance mode command was prohibited for the given allocator. (code: `root.unauthorized.rbac`)

func NewStopAllocatorMaintenanceModeForbidden

func NewStopAllocatorMaintenanceModeForbidden() *StopAllocatorMaintenanceModeForbidden

NewStopAllocatorMaintenanceModeForbidden creates a StopAllocatorMaintenanceModeForbidden with default headers values

func (*StopAllocatorMaintenanceModeForbidden) Error

type StopAllocatorMaintenanceModeNotFound

type StopAllocatorMaintenanceModeNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

StopAllocatorMaintenanceModeNotFound handles this case with default header values.

The allocator specified by {allocator_id} cannot be found. (code: `allocators.allocator_not_found`)

func NewStopAllocatorMaintenanceModeNotFound

func NewStopAllocatorMaintenanceModeNotFound() *StopAllocatorMaintenanceModeNotFound

NewStopAllocatorMaintenanceModeNotFound creates a StopAllocatorMaintenanceModeNotFound with default headers values

func (*StopAllocatorMaintenanceModeNotFound) Error

type StopAllocatorMaintenanceModeParams

type StopAllocatorMaintenanceModeParams struct {

	/*AllocatorID
	  The allocator identifier.

	*/
	AllocatorID string

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

StopAllocatorMaintenanceModeParams contains all the parameters to send to the API endpoint for the stop allocator maintenance mode operation typically these are written to a http.Request

func NewStopAllocatorMaintenanceModeParams

func NewStopAllocatorMaintenanceModeParams() *StopAllocatorMaintenanceModeParams

NewStopAllocatorMaintenanceModeParams creates a new StopAllocatorMaintenanceModeParams object with the default values initialized.

func NewStopAllocatorMaintenanceModeParamsWithContext

func NewStopAllocatorMaintenanceModeParamsWithContext(ctx context.Context) *StopAllocatorMaintenanceModeParams

NewStopAllocatorMaintenanceModeParamsWithContext creates a new StopAllocatorMaintenanceModeParams object with the default values initialized, and the ability to set a context for a request

func NewStopAllocatorMaintenanceModeParamsWithHTTPClient

func NewStopAllocatorMaintenanceModeParamsWithHTTPClient(client *http.Client) *StopAllocatorMaintenanceModeParams

NewStopAllocatorMaintenanceModeParamsWithHTTPClient creates a new StopAllocatorMaintenanceModeParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewStopAllocatorMaintenanceModeParamsWithTimeout

func NewStopAllocatorMaintenanceModeParamsWithTimeout(timeout time.Duration) *StopAllocatorMaintenanceModeParams

NewStopAllocatorMaintenanceModeParamsWithTimeout creates a new StopAllocatorMaintenanceModeParams object with the default values initialized, and the ability to set a timeout on a request

func (*StopAllocatorMaintenanceModeParams) SetAllocatorID

func (o *StopAllocatorMaintenanceModeParams) SetAllocatorID(allocatorID string)

SetAllocatorID adds the allocatorId to the stop allocator maintenance mode params

func (*StopAllocatorMaintenanceModeParams) SetContext

SetContext adds the context to the stop allocator maintenance mode params

func (*StopAllocatorMaintenanceModeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the stop allocator maintenance mode params

func (*StopAllocatorMaintenanceModeParams) SetTimeout

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

SetTimeout adds the timeout to the stop allocator maintenance mode params

func (*StopAllocatorMaintenanceModeParams) WithAllocatorID

WithAllocatorID adds the allocatorID to the stop allocator maintenance mode params

func (*StopAllocatorMaintenanceModeParams) WithContext

WithContext adds the context to the stop allocator maintenance mode params

func (*StopAllocatorMaintenanceModeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the stop allocator maintenance mode params

func (*StopAllocatorMaintenanceModeParams) WithTimeout

WithTimeout adds the timeout to the stop allocator maintenance mode params

func (*StopAllocatorMaintenanceModeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StopAllocatorMaintenanceModeReader

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

StopAllocatorMaintenanceModeReader is a Reader for the StopAllocatorMaintenanceMode structure.

func (*StopAllocatorMaintenanceModeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StopAllocatorMaintenanceModeRetryWith

type StopAllocatorMaintenanceModeRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

StopAllocatorMaintenanceModeRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewStopAllocatorMaintenanceModeRetryWith

func NewStopAllocatorMaintenanceModeRetryWith() *StopAllocatorMaintenanceModeRetryWith

NewStopAllocatorMaintenanceModeRetryWith creates a StopAllocatorMaintenanceModeRetryWith with default headers values

func (*StopAllocatorMaintenanceModeRetryWith) Error

type StopConstructorMaintenanceModeAccepted

type StopConstructorMaintenanceModeAccepted struct {
	Payload models.EmptyResponse
}

StopConstructorMaintenanceModeAccepted handles this case with default header values.

The stop maintenance mode command was issued successfully

func NewStopConstructorMaintenanceModeAccepted

func NewStopConstructorMaintenanceModeAccepted() *StopConstructorMaintenanceModeAccepted

NewStopConstructorMaintenanceModeAccepted creates a StopConstructorMaintenanceModeAccepted with default headers values

func (*StopConstructorMaintenanceModeAccepted) Error

type StopConstructorMaintenanceModeForbidden

type StopConstructorMaintenanceModeForbidden struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

StopConstructorMaintenanceModeForbidden handles this case with default header values.

The stop maintenance mode command was prohibited for the given constructor. (code: `constructors.command_prohibited`)

func NewStopConstructorMaintenanceModeForbidden

func NewStopConstructorMaintenanceModeForbidden() *StopConstructorMaintenanceModeForbidden

NewStopConstructorMaintenanceModeForbidden creates a StopConstructorMaintenanceModeForbidden with default headers values

func (*StopConstructorMaintenanceModeForbidden) Error

type StopConstructorMaintenanceModeNotFound

type StopConstructorMaintenanceModeNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

StopConstructorMaintenanceModeNotFound handles this case with default header values.

The constructor specified by {constructor_id} cannot be found. (code: `constructors.constructor_not_found`)

func NewStopConstructorMaintenanceModeNotFound

func NewStopConstructorMaintenanceModeNotFound() *StopConstructorMaintenanceModeNotFound

NewStopConstructorMaintenanceModeNotFound creates a StopConstructorMaintenanceModeNotFound with default headers values

func (*StopConstructorMaintenanceModeNotFound) Error

type StopConstructorMaintenanceModeParams

type StopConstructorMaintenanceModeParams struct {

	/*ConstructorID
	  Identifier for the constructor

	*/
	ConstructorID string

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

StopConstructorMaintenanceModeParams contains all the parameters to send to the API endpoint for the stop constructor maintenance mode operation typically these are written to a http.Request

func NewStopConstructorMaintenanceModeParams

func NewStopConstructorMaintenanceModeParams() *StopConstructorMaintenanceModeParams

NewStopConstructorMaintenanceModeParams creates a new StopConstructorMaintenanceModeParams object with the default values initialized.

func NewStopConstructorMaintenanceModeParamsWithContext

func NewStopConstructorMaintenanceModeParamsWithContext(ctx context.Context) *StopConstructorMaintenanceModeParams

NewStopConstructorMaintenanceModeParamsWithContext creates a new StopConstructorMaintenanceModeParams object with the default values initialized, and the ability to set a context for a request

func NewStopConstructorMaintenanceModeParamsWithHTTPClient

func NewStopConstructorMaintenanceModeParamsWithHTTPClient(client *http.Client) *StopConstructorMaintenanceModeParams

NewStopConstructorMaintenanceModeParamsWithHTTPClient creates a new StopConstructorMaintenanceModeParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewStopConstructorMaintenanceModeParamsWithTimeout

func NewStopConstructorMaintenanceModeParamsWithTimeout(timeout time.Duration) *StopConstructorMaintenanceModeParams

NewStopConstructorMaintenanceModeParamsWithTimeout creates a new StopConstructorMaintenanceModeParams object with the default values initialized, and the ability to set a timeout on a request

func (*StopConstructorMaintenanceModeParams) SetConstructorID

func (o *StopConstructorMaintenanceModeParams) SetConstructorID(constructorID string)

SetConstructorID adds the constructorId to the stop constructor maintenance mode params

func (*StopConstructorMaintenanceModeParams) SetContext

SetContext adds the context to the stop constructor maintenance mode params

func (*StopConstructorMaintenanceModeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the stop constructor maintenance mode params

func (*StopConstructorMaintenanceModeParams) SetTimeout

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

SetTimeout adds the timeout to the stop constructor maintenance mode params

func (*StopConstructorMaintenanceModeParams) WithConstructorID

WithConstructorID adds the constructorID to the stop constructor maintenance mode params

func (*StopConstructorMaintenanceModeParams) WithContext

WithContext adds the context to the stop constructor maintenance mode params

func (*StopConstructorMaintenanceModeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the stop constructor maintenance mode params

func (*StopConstructorMaintenanceModeParams) WithTimeout

WithTimeout adds the timeout to the stop constructor maintenance mode params

func (*StopConstructorMaintenanceModeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StopConstructorMaintenanceModeReader

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

StopConstructorMaintenanceModeReader is a Reader for the StopConstructorMaintenanceMode structure.

func (*StopConstructorMaintenanceModeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StopConstructorMaintenanceModeRetryWith

type StopConstructorMaintenanceModeRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

StopConstructorMaintenanceModeRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewStopConstructorMaintenanceModeRetryWith

func NewStopConstructorMaintenanceModeRetryWith() *StopConstructorMaintenanceModeRetryWith

NewStopConstructorMaintenanceModeRetryWith creates a StopConstructorMaintenanceModeRetryWith with default headers values

func (*StopConstructorMaintenanceModeRetryWith) Error

type UpdateAllocatorSettingsNotFound

type UpdateAllocatorSettingsNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

UpdateAllocatorSettingsNotFound handles this case with default header values.

The allocator specified by {allocator_id} cannot be found. (code: `allocators.allocator_not_found`)

func NewUpdateAllocatorSettingsNotFound

func NewUpdateAllocatorSettingsNotFound() *UpdateAllocatorSettingsNotFound

NewUpdateAllocatorSettingsNotFound creates a UpdateAllocatorSettingsNotFound with default headers values

func (*UpdateAllocatorSettingsNotFound) Error

type UpdateAllocatorSettingsOK

type UpdateAllocatorSettingsOK struct {
	Payload *models.AllocatorSettings
}

UpdateAllocatorSettingsOK handles this case with default header values.

Returns the updated settings for the specified allocator

func NewUpdateAllocatorSettingsOK

func NewUpdateAllocatorSettingsOK() *UpdateAllocatorSettingsOK

NewUpdateAllocatorSettingsOK creates a UpdateAllocatorSettingsOK with default headers values

func (*UpdateAllocatorSettingsOK) Error

func (o *UpdateAllocatorSettingsOK) Error() string

type UpdateAllocatorSettingsParams

type UpdateAllocatorSettingsParams struct {

	/*AllocatorID
	  The allocator identifier.

	*/
	AllocatorID string
	/*Body
	  The allocator settings to update

	*/
	Body string
	/*Version
	  Checks for conflicts against the metadata version, then returns the value in the `x-cloud-resource-version` header.

	*/
	Version *int64

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

UpdateAllocatorSettingsParams contains all the parameters to send to the API endpoint for the update allocator settings operation typically these are written to a http.Request

func NewUpdateAllocatorSettingsParams

func NewUpdateAllocatorSettingsParams() *UpdateAllocatorSettingsParams

NewUpdateAllocatorSettingsParams creates a new UpdateAllocatorSettingsParams object with the default values initialized.

func NewUpdateAllocatorSettingsParamsWithContext

func NewUpdateAllocatorSettingsParamsWithContext(ctx context.Context) *UpdateAllocatorSettingsParams

NewUpdateAllocatorSettingsParamsWithContext creates a new UpdateAllocatorSettingsParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateAllocatorSettingsParamsWithHTTPClient

func NewUpdateAllocatorSettingsParamsWithHTTPClient(client *http.Client) *UpdateAllocatorSettingsParams

NewUpdateAllocatorSettingsParamsWithHTTPClient creates a new UpdateAllocatorSettingsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateAllocatorSettingsParamsWithTimeout

func NewUpdateAllocatorSettingsParamsWithTimeout(timeout time.Duration) *UpdateAllocatorSettingsParams

NewUpdateAllocatorSettingsParamsWithTimeout creates a new UpdateAllocatorSettingsParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateAllocatorSettingsParams) SetAllocatorID

func (o *UpdateAllocatorSettingsParams) SetAllocatorID(allocatorID string)

SetAllocatorID adds the allocatorId to the update allocator settings params

func (*UpdateAllocatorSettingsParams) SetBody

func (o *UpdateAllocatorSettingsParams) SetBody(body string)

SetBody adds the body to the update allocator settings params

func (*UpdateAllocatorSettingsParams) SetContext

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

SetContext adds the context to the update allocator settings params

func (*UpdateAllocatorSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update allocator settings params

func (*UpdateAllocatorSettingsParams) SetTimeout

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

SetTimeout adds the timeout to the update allocator settings params

func (*UpdateAllocatorSettingsParams) SetVersion

func (o *UpdateAllocatorSettingsParams) SetVersion(version *int64)

SetVersion adds the version to the update allocator settings params

func (*UpdateAllocatorSettingsParams) WithAllocatorID

func (o *UpdateAllocatorSettingsParams) WithAllocatorID(allocatorID string) *UpdateAllocatorSettingsParams

WithAllocatorID adds the allocatorID to the update allocator settings params

func (*UpdateAllocatorSettingsParams) WithBody

WithBody adds the body to the update allocator settings params

func (*UpdateAllocatorSettingsParams) WithContext

WithContext adds the context to the update allocator settings params

func (*UpdateAllocatorSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update allocator settings params

func (*UpdateAllocatorSettingsParams) WithTimeout

WithTimeout adds the timeout to the update allocator settings params

func (*UpdateAllocatorSettingsParams) WithVersion

WithVersion adds the version to the update allocator settings params

func (*UpdateAllocatorSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateAllocatorSettingsReader

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

UpdateAllocatorSettingsReader is a Reader for the UpdateAllocatorSettings structure.

func (*UpdateAllocatorSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateAllocatorSettingsRetryWith

type UpdateAllocatorSettingsRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

UpdateAllocatorSettingsRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewUpdateAllocatorSettingsRetryWith

func NewUpdateAllocatorSettingsRetryWith() *UpdateAllocatorSettingsRetryWith

NewUpdateAllocatorSettingsRetryWith creates a UpdateAllocatorSettingsRetryWith with default headers values

func (*UpdateAllocatorSettingsRetryWith) Error

type UpdateBlueprinterRoleBadRequest

type UpdateBlueprinterRoleBadRequest struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

UpdateBlueprinterRoleBadRequest handles this case with default header values.

The role is currently running container sets. (code: `roles.in_use`)

func NewUpdateBlueprinterRoleBadRequest

func NewUpdateBlueprinterRoleBadRequest() *UpdateBlueprinterRoleBadRequest

NewUpdateBlueprinterRoleBadRequest creates a UpdateBlueprinterRoleBadRequest with default headers values

func (*UpdateBlueprinterRoleBadRequest) Error

type UpdateBlueprinterRoleConflict

type UpdateBlueprinterRoleConflict struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

UpdateBlueprinterRoleConflict handles this case with default header values.

Your request failed because the specified version does not match the persisted version. (code: `roles.version_conflict`)

func NewUpdateBlueprinterRoleConflict

func NewUpdateBlueprinterRoleConflict() *UpdateBlueprinterRoleConflict

NewUpdateBlueprinterRoleConflict creates a UpdateBlueprinterRoleConflict with default headers values

func (*UpdateBlueprinterRoleConflict) Error

type UpdateBlueprinterRoleNotFound

type UpdateBlueprinterRoleNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

UpdateBlueprinterRoleNotFound handles this case with default header values.

The role can't be found. (code: `roles.not_found`)

func NewUpdateBlueprinterRoleNotFound

func NewUpdateBlueprinterRoleNotFound() *UpdateBlueprinterRoleNotFound

NewUpdateBlueprinterRoleNotFound creates a UpdateBlueprinterRoleNotFound with default headers values

func (*UpdateBlueprinterRoleNotFound) Error

type UpdateBlueprinterRoleOK

type UpdateBlueprinterRoleOK struct {
	Payload *models.RoleAggregate
}

UpdateBlueprinterRoleOK handles this case with default header values.

The role was successfully updated.

func NewUpdateBlueprinterRoleOK

func NewUpdateBlueprinterRoleOK() *UpdateBlueprinterRoleOK

NewUpdateBlueprinterRoleOK creates a UpdateBlueprinterRoleOK with default headers values

func (*UpdateBlueprinterRoleOK) Error

func (o *UpdateBlueprinterRoleOK) Error() string

type UpdateBlueprinterRoleParams

type UpdateBlueprinterRoleParams struct {

	/*BlueprinterRoleID
	  User-specified Blueprinter role ID.

	*/
	BlueprinterRoleID string
	/*Body
	  The role update data.

	*/
	Body *models.Role
	/*Version
	  When specified, checks for conflicts against the version stored in the persistent store (returned in 'x-cloud-resource-version' of the GET request)

	*/
	Version *int64

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

UpdateBlueprinterRoleParams contains all the parameters to send to the API endpoint for the update blueprinter role operation typically these are written to a http.Request

func NewUpdateBlueprinterRoleParams

func NewUpdateBlueprinterRoleParams() *UpdateBlueprinterRoleParams

NewUpdateBlueprinterRoleParams creates a new UpdateBlueprinterRoleParams object with the default values initialized.

func NewUpdateBlueprinterRoleParamsWithContext

func NewUpdateBlueprinterRoleParamsWithContext(ctx context.Context) *UpdateBlueprinterRoleParams

NewUpdateBlueprinterRoleParamsWithContext creates a new UpdateBlueprinterRoleParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateBlueprinterRoleParamsWithHTTPClient

func NewUpdateBlueprinterRoleParamsWithHTTPClient(client *http.Client) *UpdateBlueprinterRoleParams

NewUpdateBlueprinterRoleParamsWithHTTPClient creates a new UpdateBlueprinterRoleParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateBlueprinterRoleParamsWithTimeout

func NewUpdateBlueprinterRoleParamsWithTimeout(timeout time.Duration) *UpdateBlueprinterRoleParams

NewUpdateBlueprinterRoleParamsWithTimeout creates a new UpdateBlueprinterRoleParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateBlueprinterRoleParams) SetBlueprinterRoleID

func (o *UpdateBlueprinterRoleParams) SetBlueprinterRoleID(blueprinterRoleID string)

SetBlueprinterRoleID adds the blueprinterRoleId to the update blueprinter role params

func (*UpdateBlueprinterRoleParams) SetBody

func (o *UpdateBlueprinterRoleParams) SetBody(body *models.Role)

SetBody adds the body to the update blueprinter role params

func (*UpdateBlueprinterRoleParams) SetContext

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

SetContext adds the context to the update blueprinter role params

func (*UpdateBlueprinterRoleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update blueprinter role params

func (*UpdateBlueprinterRoleParams) SetTimeout

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

SetTimeout adds the timeout to the update blueprinter role params

func (*UpdateBlueprinterRoleParams) SetVersion

func (o *UpdateBlueprinterRoleParams) SetVersion(version *int64)

SetVersion adds the version to the update blueprinter role params

func (*UpdateBlueprinterRoleParams) WithBlueprinterRoleID

func (o *UpdateBlueprinterRoleParams) WithBlueprinterRoleID(blueprinterRoleID string) *UpdateBlueprinterRoleParams

WithBlueprinterRoleID adds the blueprinterRoleID to the update blueprinter role params

func (*UpdateBlueprinterRoleParams) WithBody

WithBody adds the body to the update blueprinter role params

func (*UpdateBlueprinterRoleParams) WithContext

WithContext adds the context to the update blueprinter role params

func (*UpdateBlueprinterRoleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update blueprinter role params

func (*UpdateBlueprinterRoleParams) WithTimeout

WithTimeout adds the timeout to the update blueprinter role params

func (*UpdateBlueprinterRoleParams) WithVersion

WithVersion adds the version to the update blueprinter role params

func (*UpdateBlueprinterRoleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateBlueprinterRoleReader

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

UpdateBlueprinterRoleReader is a Reader for the UpdateBlueprinterRole structure.

func (*UpdateBlueprinterRoleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateProxiesFilteredGroupBadRequest

type UpdateProxiesFilteredGroupBadRequest struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

UpdateProxiesFilteredGroupBadRequest handles this case with default header values.

The provided identifier doesn't match the identifier in the object. (code: `proxies.proxies_filtered_group_id_conflict`)

func NewUpdateProxiesFilteredGroupBadRequest

func NewUpdateProxiesFilteredGroupBadRequest() *UpdateProxiesFilteredGroupBadRequest

NewUpdateProxiesFilteredGroupBadRequest creates a UpdateProxiesFilteredGroupBadRequest with default headers values

func (*UpdateProxiesFilteredGroupBadRequest) Error

type UpdateProxiesFilteredGroupConflict

type UpdateProxiesFilteredGroupConflict struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

UpdateProxiesFilteredGroupConflict handles this case with default header values.

There is a version conflict. (code: `proxies.proxies_filtered_group_version_conflict`)

func NewUpdateProxiesFilteredGroupConflict

func NewUpdateProxiesFilteredGroupConflict() *UpdateProxiesFilteredGroupConflict

NewUpdateProxiesFilteredGroupConflict creates a UpdateProxiesFilteredGroupConflict with default headers values

func (*UpdateProxiesFilteredGroupConflict) Error

type UpdateProxiesFilteredGroupOK

type UpdateProxiesFilteredGroupOK struct {
	/*The date-time when the resource was created (ISO format relative to UTC)
	 */
	XCloudResourceCreated string
	/*The date-time when the resource was last modified (ISO format relative to UTC)
	 */
	XCloudResourceLastModified string
	/*The resource version, which is used to avoid update conflicts with concurrent operations
	 */
	XCloudResourceVersion string

	Payload *models.ProxiesFilteredGroup
}

UpdateProxiesFilteredGroupOK handles this case with default header values.

Returns the created or updated filtered group of proxies

func NewUpdateProxiesFilteredGroupOK

func NewUpdateProxiesFilteredGroupOK() *UpdateProxiesFilteredGroupOK

NewUpdateProxiesFilteredGroupOK creates a UpdateProxiesFilteredGroupOK with default headers values

func (*UpdateProxiesFilteredGroupOK) Error

type UpdateProxiesFilteredGroupParams

type UpdateProxiesFilteredGroupParams struct {

	/*Body
	  Data for the filtered group of proxies to update

	*/
	Body *models.ProxiesFilteredGroup
	/*ProxiesFilteredGroupID
	  "The identifier for the filtered group of proxies

	*/
	ProxiesFilteredGroupID string
	/*Version
	  Checks for conflicts against the metadata version, then returns the value in the `x-cloud-resource-version` header.

	*/
	Version *int64

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

UpdateProxiesFilteredGroupParams contains all the parameters to send to the API endpoint for the update proxies filtered group operation typically these are written to a http.Request

func NewUpdateProxiesFilteredGroupParams

func NewUpdateProxiesFilteredGroupParams() *UpdateProxiesFilteredGroupParams

NewUpdateProxiesFilteredGroupParams creates a new UpdateProxiesFilteredGroupParams object with the default values initialized.

func NewUpdateProxiesFilteredGroupParamsWithContext

func NewUpdateProxiesFilteredGroupParamsWithContext(ctx context.Context) *UpdateProxiesFilteredGroupParams

NewUpdateProxiesFilteredGroupParamsWithContext creates a new UpdateProxiesFilteredGroupParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateProxiesFilteredGroupParamsWithHTTPClient

func NewUpdateProxiesFilteredGroupParamsWithHTTPClient(client *http.Client) *UpdateProxiesFilteredGroupParams

NewUpdateProxiesFilteredGroupParamsWithHTTPClient creates a new UpdateProxiesFilteredGroupParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateProxiesFilteredGroupParamsWithTimeout

func NewUpdateProxiesFilteredGroupParamsWithTimeout(timeout time.Duration) *UpdateProxiesFilteredGroupParams

NewUpdateProxiesFilteredGroupParamsWithTimeout creates a new UpdateProxiesFilteredGroupParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateProxiesFilteredGroupParams) SetBody

SetBody adds the body to the update proxies filtered group params

func (*UpdateProxiesFilteredGroupParams) SetContext

SetContext adds the context to the update proxies filtered group params

func (*UpdateProxiesFilteredGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update proxies filtered group params

func (*UpdateProxiesFilteredGroupParams) SetProxiesFilteredGroupID

func (o *UpdateProxiesFilteredGroupParams) SetProxiesFilteredGroupID(proxiesFilteredGroupID string)

SetProxiesFilteredGroupID adds the proxiesFilteredGroupId to the update proxies filtered group params

func (*UpdateProxiesFilteredGroupParams) SetTimeout

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

SetTimeout adds the timeout to the update proxies filtered group params

func (*UpdateProxiesFilteredGroupParams) SetVersion

func (o *UpdateProxiesFilteredGroupParams) SetVersion(version *int64)

SetVersion adds the version to the update proxies filtered group params

func (*UpdateProxiesFilteredGroupParams) WithBody

WithBody adds the body to the update proxies filtered group params

func (*UpdateProxiesFilteredGroupParams) WithContext

WithContext adds the context to the update proxies filtered group params

func (*UpdateProxiesFilteredGroupParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update proxies filtered group params

func (*UpdateProxiesFilteredGroupParams) WithProxiesFilteredGroupID

func (o *UpdateProxiesFilteredGroupParams) WithProxiesFilteredGroupID(proxiesFilteredGroupID string) *UpdateProxiesFilteredGroupParams

WithProxiesFilteredGroupID adds the proxiesFilteredGroupID to the update proxies filtered group params

func (*UpdateProxiesFilteredGroupParams) WithTimeout

WithTimeout adds the timeout to the update proxies filtered group params

func (*UpdateProxiesFilteredGroupParams) WithVersion

WithVersion adds the version to the update proxies filtered group params

func (*UpdateProxiesFilteredGroupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateProxiesFilteredGroupReader

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

UpdateProxiesFilteredGroupReader is a Reader for the UpdateProxiesFilteredGroup structure.

func (*UpdateProxiesFilteredGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateProxiesFilteredGroupRetryWith

type UpdateProxiesFilteredGroupRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

UpdateProxiesFilteredGroupRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewUpdateProxiesFilteredGroupRetryWith

func NewUpdateProxiesFilteredGroupRetryWith() *UpdateProxiesFilteredGroupRetryWith

NewUpdateProxiesFilteredGroupRetryWith creates a UpdateProxiesFilteredGroupRetryWith with default headers values

func (*UpdateProxiesFilteredGroupRetryWith) Error

type UpdateProxiesSettingsConflict

type UpdateProxiesSettingsConflict struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

UpdateProxiesSettingsConflict handles this case with default header values.

There is a version conflict. (code: `proxies.version_conflict`)

func NewUpdateProxiesSettingsConflict

func NewUpdateProxiesSettingsConflict() *UpdateProxiesSettingsConflict

NewUpdateProxiesSettingsConflict creates a UpdateProxiesSettingsConflict with default headers values

func (*UpdateProxiesSettingsConflict) Error

type UpdateProxiesSettingsOK

type UpdateProxiesSettingsOK struct {
	/*The date-time when the resource was created (ISO format relative to UTC)
	 */
	XCloudResourceCreated string
	/*The date-time when the resource was last modified (ISO format relative to UTC)
	 */
	XCloudResourceLastModified string
	/*The resource version, which is used to avoid update conflicts with concurrent operations
	 */
	XCloudResourceVersion string

	Payload *models.ProxiesSettings
}

UpdateProxiesSettingsOK handles this case with default header values.

Returns the updated settings

func NewUpdateProxiesSettingsOK

func NewUpdateProxiesSettingsOK() *UpdateProxiesSettingsOK

NewUpdateProxiesSettingsOK creates a UpdateProxiesSettingsOK with default headers values

func (*UpdateProxiesSettingsOK) Error

func (o *UpdateProxiesSettingsOK) Error() string

type UpdateProxiesSettingsParams

type UpdateProxiesSettingsParams struct {

	/*Body
	  A JSON to merge with the existing settings

	*/
	Body string
	/*Version
	  If specified, checks for conflicts against the version of the repository configuration (returned in 'x-cloud-resource-version' of the GET request)

	*/
	Version *int64

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

UpdateProxiesSettingsParams contains all the parameters to send to the API endpoint for the update proxies settings operation typically these are written to a http.Request

func NewUpdateProxiesSettingsParams

func NewUpdateProxiesSettingsParams() *UpdateProxiesSettingsParams

NewUpdateProxiesSettingsParams creates a new UpdateProxiesSettingsParams object with the default values initialized.

func NewUpdateProxiesSettingsParamsWithContext

func NewUpdateProxiesSettingsParamsWithContext(ctx context.Context) *UpdateProxiesSettingsParams

NewUpdateProxiesSettingsParamsWithContext creates a new UpdateProxiesSettingsParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateProxiesSettingsParamsWithHTTPClient

func NewUpdateProxiesSettingsParamsWithHTTPClient(client *http.Client) *UpdateProxiesSettingsParams

NewUpdateProxiesSettingsParamsWithHTTPClient creates a new UpdateProxiesSettingsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateProxiesSettingsParamsWithTimeout

func NewUpdateProxiesSettingsParamsWithTimeout(timeout time.Duration) *UpdateProxiesSettingsParams

NewUpdateProxiesSettingsParamsWithTimeout creates a new UpdateProxiesSettingsParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateProxiesSettingsParams) SetBody

func (o *UpdateProxiesSettingsParams) SetBody(body string)

SetBody adds the body to the update proxies settings params

func (*UpdateProxiesSettingsParams) SetContext

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

SetContext adds the context to the update proxies settings params

func (*UpdateProxiesSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update proxies settings params

func (*UpdateProxiesSettingsParams) SetTimeout

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

SetTimeout adds the timeout to the update proxies settings params

func (*UpdateProxiesSettingsParams) SetVersion

func (o *UpdateProxiesSettingsParams) SetVersion(version *int64)

SetVersion adds the version to the update proxies settings params

func (*UpdateProxiesSettingsParams) WithBody

WithBody adds the body to the update proxies settings params

func (*UpdateProxiesSettingsParams) WithContext

WithContext adds the context to the update proxies settings params

func (*UpdateProxiesSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update proxies settings params

func (*UpdateProxiesSettingsParams) WithTimeout

WithTimeout adds the timeout to the update proxies settings params

func (*UpdateProxiesSettingsParams) WithVersion

WithVersion adds the version to the update proxies settings params

func (*UpdateProxiesSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateProxiesSettingsReader

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

UpdateProxiesSettingsReader is a Reader for the UpdateProxiesSettings structure.

func (*UpdateProxiesSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateProxiesSettingsRetryWith

type UpdateProxiesSettingsRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

UpdateProxiesSettingsRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewUpdateProxiesSettingsRetryWith

func NewUpdateProxiesSettingsRetryWith() *UpdateProxiesSettingsRetryWith

NewUpdateProxiesSettingsRetryWith creates a UpdateProxiesSettingsRetryWith with default headers values

func (*UpdateProxiesSettingsRetryWith) Error

Source Files

Jump to

Keyboard shortcuts

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