onboarding_deployments

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for onboarding deployments API

func (*Client) CreateDeploymentMixin6

func (a *Client) CreateDeploymentMixin6(params *CreateDeploymentMixin6Params, opts ...ClientOption) (*CreateDeploymentMixin6OK, error)

CreateDeploymentMixin6 creates an onboarding deployment

func (*Client) CreateDeploymentWithResources

func (a *Client) CreateDeploymentWithResources(params *CreateDeploymentWithResourcesParams, opts ...ClientOption) (*CreateDeploymentWithResourcesOK, error)

CreateDeploymentWithResources creates or updates an onboarding deployment and associated resources

func (*Client) CreateDeploymentsBulk

func (a *Client) CreateDeploymentsBulk(params *CreateDeploymentsBulkParams, opts ...ClientOption) (*CreateDeploymentsBulkOK, error)

CreateDeploymentsBulk creates or updates onboarding deployments in bulk

func (*Client) DeleteDeploymentBy

func (a *Client) DeleteDeploymentBy(params *DeleteDeploymentByParams, opts ...ClientOption) (*DeleteDeploymentByOK, error)

DeleteDeploymentBy deletes the selected onboarding deployment

func (*Client) GetDeploymentByID

func (a *Client) GetDeploymentByID(params *GetDeploymentByIDParams, opts ...ClientOption) (*GetDeploymentByIDOK, error)

GetDeploymentByID gets the selected onboarding deployment

func (*Client) QueryDeployments

func (a *Client) QueryDeployments(params *QueryDeploymentsParams, opts ...ClientOption) (*QueryDeploymentsOK, error)

QueryDeployments queries for onboarding deployments

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateDeploymentByID

func (a *Client) UpdateDeploymentByID(params *UpdateDeploymentByIDParams, opts ...ClientOption) (*UpdateDeploymentByIDOK, error)

UpdateDeploymentByID updates the selected onboarding deployment

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateDeploymentMixin6(params *CreateDeploymentMixin6Params, opts ...ClientOption) (*CreateDeploymentMixin6OK, error)

	CreateDeploymentWithResources(params *CreateDeploymentWithResourcesParams, opts ...ClientOption) (*CreateDeploymentWithResourcesOK, error)

	CreateDeploymentsBulk(params *CreateDeploymentsBulkParams, opts ...ClientOption) (*CreateDeploymentsBulkOK, error)

	DeleteDeploymentBy(params *DeleteDeploymentByParams, opts ...ClientOption) (*DeleteDeploymentByOK, error)

	GetDeploymentByID(params *GetDeploymentByIDParams, opts ...ClientOption) (*GetDeploymentByIDOK, error)

	QueryDeployments(params *QueryDeploymentsParams, opts ...ClientOption) (*QueryDeploymentsOK, error)

	UpdateDeploymentByID(params *UpdateDeploymentByIDParams, opts ...ClientOption) (*UpdateDeploymentByIDOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new onboarding deployments API client.

type CreateDeploymentMixin6OK

type CreateDeploymentMixin6OK struct {
	Payload *models.OnboardingDeploymentResponse
}

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

Success

func NewCreateDeploymentMixin6OK

func NewCreateDeploymentMixin6OK() *CreateDeploymentMixin6OK

NewCreateDeploymentMixin6OK creates a CreateDeploymentMixin6OK with default headers values

func (*CreateDeploymentMixin6OK) Error

func (o *CreateDeploymentMixin6OK) Error() string

func (*CreateDeploymentMixin6OK) GetPayload

func (*CreateDeploymentMixin6OK) IsClientError

func (o *CreateDeploymentMixin6OK) IsClientError() bool

IsClientError returns true when this create deployment mixin6 o k response has a 4xx status code

func (*CreateDeploymentMixin6OK) IsCode

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

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

func (*CreateDeploymentMixin6OK) IsRedirect

func (o *CreateDeploymentMixin6OK) IsRedirect() bool

IsRedirect returns true when this create deployment mixin6 o k response has a 3xx status code

func (*CreateDeploymentMixin6OK) IsServerError

func (o *CreateDeploymentMixin6OK) IsServerError() bool

IsServerError returns true when this create deployment mixin6 o k response has a 5xx status code

func (*CreateDeploymentMixin6OK) IsSuccess

func (o *CreateDeploymentMixin6OK) IsSuccess() bool

IsSuccess returns true when this create deployment mixin6 o k response has a 2xx status code

func (*CreateDeploymentMixin6OK) String

func (o *CreateDeploymentMixin6OK) String() string

type CreateDeploymentMixin6Params

type CreateDeploymentMixin6Params struct {

	// Body.
	Body *models.OnboardingDeploymentRequest

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

CreateDeploymentMixin6Params contains all the parameters to send to the API endpoint

for the create deployment mixin6 operation.

Typically these are written to a http.Request.

func NewCreateDeploymentMixin6Params

func NewCreateDeploymentMixin6Params() *CreateDeploymentMixin6Params

NewCreateDeploymentMixin6Params creates a new CreateDeploymentMixin6Params object, with the default timeout for this client.

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

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

func NewCreateDeploymentMixin6ParamsWithContext

func NewCreateDeploymentMixin6ParamsWithContext(ctx context.Context) *CreateDeploymentMixin6Params

NewCreateDeploymentMixin6ParamsWithContext creates a new CreateDeploymentMixin6Params object with the ability to set a context for a request.

func NewCreateDeploymentMixin6ParamsWithHTTPClient

func NewCreateDeploymentMixin6ParamsWithHTTPClient(client *http.Client) *CreateDeploymentMixin6Params

NewCreateDeploymentMixin6ParamsWithHTTPClient creates a new CreateDeploymentMixin6Params object with the ability to set a custom HTTPClient for a request.

func NewCreateDeploymentMixin6ParamsWithTimeout

func NewCreateDeploymentMixin6ParamsWithTimeout(timeout time.Duration) *CreateDeploymentMixin6Params

NewCreateDeploymentMixin6ParamsWithTimeout creates a new CreateDeploymentMixin6Params object with the ability to set a timeout on a request.

func (*CreateDeploymentMixin6Params) SetBody

SetBody adds the body to the create deployment mixin6 params

func (*CreateDeploymentMixin6Params) SetContext

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

SetContext adds the context to the create deployment mixin6 params

func (*CreateDeploymentMixin6Params) SetDefaults

func (o *CreateDeploymentMixin6Params) SetDefaults()

SetDefaults hydrates default values in the create deployment mixin6 params (not the query body).

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

func (*CreateDeploymentMixin6Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create deployment mixin6 params

func (*CreateDeploymentMixin6Params) SetTimeout

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

SetTimeout adds the timeout to the create deployment mixin6 params

func (*CreateDeploymentMixin6Params) WithBody

WithBody adds the body to the create deployment mixin6 params

func (*CreateDeploymentMixin6Params) WithContext

WithContext adds the context to the create deployment mixin6 params

func (*CreateDeploymentMixin6Params) WithDefaults

WithDefaults hydrates default values in the create deployment mixin6 params (not the query body).

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

func (*CreateDeploymentMixin6Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create deployment mixin6 params

func (*CreateDeploymentMixin6Params) WithTimeout

WithTimeout adds the timeout to the create deployment mixin6 params

func (*CreateDeploymentMixin6Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateDeploymentMixin6Reader

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

CreateDeploymentMixin6Reader is a Reader for the CreateDeploymentMixin6 structure.

func (*CreateDeploymentMixin6Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateDeploymentMixin6Unauthorized

type CreateDeploymentMixin6Unauthorized struct {
}

CreateDeploymentMixin6Unauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewCreateDeploymentMixin6Unauthorized

func NewCreateDeploymentMixin6Unauthorized() *CreateDeploymentMixin6Unauthorized

NewCreateDeploymentMixin6Unauthorized creates a CreateDeploymentMixin6Unauthorized with default headers values

func (*CreateDeploymentMixin6Unauthorized) Error

func (*CreateDeploymentMixin6Unauthorized) IsClientError

func (o *CreateDeploymentMixin6Unauthorized) IsClientError() bool

IsClientError returns true when this create deployment mixin6 unauthorized response has a 4xx status code

func (*CreateDeploymentMixin6Unauthorized) IsCode

IsCode returns true when this create deployment mixin6 unauthorized response a status code equal to that given

func (*CreateDeploymentMixin6Unauthorized) IsRedirect

func (o *CreateDeploymentMixin6Unauthorized) IsRedirect() bool

IsRedirect returns true when this create deployment mixin6 unauthorized response has a 3xx status code

func (*CreateDeploymentMixin6Unauthorized) IsServerError

func (o *CreateDeploymentMixin6Unauthorized) IsServerError() bool

IsServerError returns true when this create deployment mixin6 unauthorized response has a 5xx status code

func (*CreateDeploymentMixin6Unauthorized) IsSuccess

IsSuccess returns true when this create deployment mixin6 unauthorized response has a 2xx status code

func (*CreateDeploymentMixin6Unauthorized) String

type CreateDeploymentWithResourcesOK

type CreateDeploymentWithResourcesOK struct {
}

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

Success

func NewCreateDeploymentWithResourcesOK

func NewCreateDeploymentWithResourcesOK() *CreateDeploymentWithResourcesOK

NewCreateDeploymentWithResourcesOK creates a CreateDeploymentWithResourcesOK with default headers values

func (*CreateDeploymentWithResourcesOK) Error

func (*CreateDeploymentWithResourcesOK) IsClientError

func (o *CreateDeploymentWithResourcesOK) IsClientError() bool

IsClientError returns true when this create deployment with resources o k response has a 4xx status code

func (*CreateDeploymentWithResourcesOK) IsCode

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

IsCode returns true when this create deployment with resources o k response a status code equal to that given

func (*CreateDeploymentWithResourcesOK) IsRedirect

func (o *CreateDeploymentWithResourcesOK) IsRedirect() bool

IsRedirect returns true when this create deployment with resources o k response has a 3xx status code

func (*CreateDeploymentWithResourcesOK) IsServerError

func (o *CreateDeploymentWithResourcesOK) IsServerError() bool

IsServerError returns true when this create deployment with resources o k response has a 5xx status code

func (*CreateDeploymentWithResourcesOK) IsSuccess

func (o *CreateDeploymentWithResourcesOK) IsSuccess() bool

IsSuccess returns true when this create deployment with resources o k response has a 2xx status code

func (*CreateDeploymentWithResourcesOK) String

type CreateDeploymentWithResourcesParams

type CreateDeploymentWithResourcesParams struct {

	// Body.
	Body *models.CreateDeploymentRequest

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

CreateDeploymentWithResourcesParams contains all the parameters to send to the API endpoint

for the create deployment with resources operation.

Typically these are written to a http.Request.

func NewCreateDeploymentWithResourcesParams

func NewCreateDeploymentWithResourcesParams() *CreateDeploymentWithResourcesParams

NewCreateDeploymentWithResourcesParams creates a new CreateDeploymentWithResourcesParams object, with the default timeout for this client.

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

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

func NewCreateDeploymentWithResourcesParamsWithContext

func NewCreateDeploymentWithResourcesParamsWithContext(ctx context.Context) *CreateDeploymentWithResourcesParams

NewCreateDeploymentWithResourcesParamsWithContext creates a new CreateDeploymentWithResourcesParams object with the ability to set a context for a request.

func NewCreateDeploymentWithResourcesParamsWithHTTPClient

func NewCreateDeploymentWithResourcesParamsWithHTTPClient(client *http.Client) *CreateDeploymentWithResourcesParams

NewCreateDeploymentWithResourcesParamsWithHTTPClient creates a new CreateDeploymentWithResourcesParams object with the ability to set a custom HTTPClient for a request.

func NewCreateDeploymentWithResourcesParamsWithTimeout

func NewCreateDeploymentWithResourcesParamsWithTimeout(timeout time.Duration) *CreateDeploymentWithResourcesParams

NewCreateDeploymentWithResourcesParamsWithTimeout creates a new CreateDeploymentWithResourcesParams object with the ability to set a timeout on a request.

func (*CreateDeploymentWithResourcesParams) SetBody

SetBody adds the body to the create deployment with resources params

func (*CreateDeploymentWithResourcesParams) SetContext

SetContext adds the context to the create deployment with resources params

func (*CreateDeploymentWithResourcesParams) SetDefaults

func (o *CreateDeploymentWithResourcesParams) SetDefaults()

SetDefaults hydrates default values in the create deployment with resources params (not the query body).

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

func (*CreateDeploymentWithResourcesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create deployment with resources params

func (*CreateDeploymentWithResourcesParams) SetTimeout

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

SetTimeout adds the timeout to the create deployment with resources params

func (*CreateDeploymentWithResourcesParams) WithBody

WithBody adds the body to the create deployment with resources params

func (*CreateDeploymentWithResourcesParams) WithContext

WithContext adds the context to the create deployment with resources params

func (*CreateDeploymentWithResourcesParams) WithDefaults

WithDefaults hydrates default values in the create deployment with resources params (not the query body).

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

func (*CreateDeploymentWithResourcesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create deployment with resources params

func (*CreateDeploymentWithResourcesParams) WithTimeout

WithTimeout adds the timeout to the create deployment with resources params

func (*CreateDeploymentWithResourcesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateDeploymentWithResourcesReader

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

CreateDeploymentWithResourcesReader is a Reader for the CreateDeploymentWithResources structure.

func (*CreateDeploymentWithResourcesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateDeploymentWithResourcesUnauthorized

type CreateDeploymentWithResourcesUnauthorized struct {
}

CreateDeploymentWithResourcesUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewCreateDeploymentWithResourcesUnauthorized

func NewCreateDeploymentWithResourcesUnauthorized() *CreateDeploymentWithResourcesUnauthorized

NewCreateDeploymentWithResourcesUnauthorized creates a CreateDeploymentWithResourcesUnauthorized with default headers values

func (*CreateDeploymentWithResourcesUnauthorized) Error

func (*CreateDeploymentWithResourcesUnauthorized) IsClientError

IsClientError returns true when this create deployment with resources unauthorized response has a 4xx status code

func (*CreateDeploymentWithResourcesUnauthorized) IsCode

IsCode returns true when this create deployment with resources unauthorized response a status code equal to that given

func (*CreateDeploymentWithResourcesUnauthorized) IsRedirect

IsRedirect returns true when this create deployment with resources unauthorized response has a 3xx status code

func (*CreateDeploymentWithResourcesUnauthorized) IsServerError

IsServerError returns true when this create deployment with resources unauthorized response has a 5xx status code

func (*CreateDeploymentWithResourcesUnauthorized) IsSuccess

IsSuccess returns true when this create deployment with resources unauthorized response has a 2xx status code

func (*CreateDeploymentWithResourcesUnauthorized) String

type CreateDeploymentsBulkOK

type CreateDeploymentsBulkOK struct {
}

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

Success

func NewCreateDeploymentsBulkOK

func NewCreateDeploymentsBulkOK() *CreateDeploymentsBulkOK

NewCreateDeploymentsBulkOK creates a CreateDeploymentsBulkOK with default headers values

func (*CreateDeploymentsBulkOK) Error

func (o *CreateDeploymentsBulkOK) Error() string

func (*CreateDeploymentsBulkOK) IsClientError

func (o *CreateDeploymentsBulkOK) IsClientError() bool

IsClientError returns true when this create deployments bulk o k response has a 4xx status code

func (*CreateDeploymentsBulkOK) IsCode

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

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

func (*CreateDeploymentsBulkOK) IsRedirect

func (o *CreateDeploymentsBulkOK) IsRedirect() bool

IsRedirect returns true when this create deployments bulk o k response has a 3xx status code

func (*CreateDeploymentsBulkOK) IsServerError

func (o *CreateDeploymentsBulkOK) IsServerError() bool

IsServerError returns true when this create deployments bulk o k response has a 5xx status code

func (*CreateDeploymentsBulkOK) IsSuccess

func (o *CreateDeploymentsBulkOK) IsSuccess() bool

IsSuccess returns true when this create deployments bulk o k response has a 2xx status code

func (*CreateDeploymentsBulkOK) String

func (o *CreateDeploymentsBulkOK) String() string

type CreateDeploymentsBulkParams

type CreateDeploymentsBulkParams struct {

	// Body.
	Body *models.BulkCreateDeploymentRequest

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

CreateDeploymentsBulkParams contains all the parameters to send to the API endpoint

for the create deployments bulk operation.

Typically these are written to a http.Request.

func NewCreateDeploymentsBulkParams

func NewCreateDeploymentsBulkParams() *CreateDeploymentsBulkParams

NewCreateDeploymentsBulkParams creates a new CreateDeploymentsBulkParams object, with the default timeout for this client.

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

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

func NewCreateDeploymentsBulkParamsWithContext

func NewCreateDeploymentsBulkParamsWithContext(ctx context.Context) *CreateDeploymentsBulkParams

NewCreateDeploymentsBulkParamsWithContext creates a new CreateDeploymentsBulkParams object with the ability to set a context for a request.

func NewCreateDeploymentsBulkParamsWithHTTPClient

func NewCreateDeploymentsBulkParamsWithHTTPClient(client *http.Client) *CreateDeploymentsBulkParams

NewCreateDeploymentsBulkParamsWithHTTPClient creates a new CreateDeploymentsBulkParams object with the ability to set a custom HTTPClient for a request.

func NewCreateDeploymentsBulkParamsWithTimeout

func NewCreateDeploymentsBulkParamsWithTimeout(timeout time.Duration) *CreateDeploymentsBulkParams

NewCreateDeploymentsBulkParamsWithTimeout creates a new CreateDeploymentsBulkParams object with the ability to set a timeout on a request.

func (*CreateDeploymentsBulkParams) SetBody

SetBody adds the body to the create deployments bulk params

func (*CreateDeploymentsBulkParams) SetContext

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

SetContext adds the context to the create deployments bulk params

func (*CreateDeploymentsBulkParams) SetDefaults

func (o *CreateDeploymentsBulkParams) SetDefaults()

SetDefaults hydrates default values in the create deployments bulk params (not the query body).

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

func (*CreateDeploymentsBulkParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create deployments bulk params

func (*CreateDeploymentsBulkParams) SetTimeout

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

SetTimeout adds the timeout to the create deployments bulk params

func (*CreateDeploymentsBulkParams) WithBody

WithBody adds the body to the create deployments bulk params

func (*CreateDeploymentsBulkParams) WithContext

WithContext adds the context to the create deployments bulk params

func (*CreateDeploymentsBulkParams) WithDefaults

WithDefaults hydrates default values in the create deployments bulk params (not the query body).

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

func (*CreateDeploymentsBulkParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create deployments bulk params

func (*CreateDeploymentsBulkParams) WithTimeout

WithTimeout adds the timeout to the create deployments bulk params

func (*CreateDeploymentsBulkParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateDeploymentsBulkReader

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

CreateDeploymentsBulkReader is a Reader for the CreateDeploymentsBulk structure.

func (*CreateDeploymentsBulkReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateDeploymentsBulkUnauthorized

type CreateDeploymentsBulkUnauthorized struct {
}

CreateDeploymentsBulkUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewCreateDeploymentsBulkUnauthorized

func NewCreateDeploymentsBulkUnauthorized() *CreateDeploymentsBulkUnauthorized

NewCreateDeploymentsBulkUnauthorized creates a CreateDeploymentsBulkUnauthorized with default headers values

func (*CreateDeploymentsBulkUnauthorized) Error

func (*CreateDeploymentsBulkUnauthorized) IsClientError

func (o *CreateDeploymentsBulkUnauthorized) IsClientError() bool

IsClientError returns true when this create deployments bulk unauthorized response has a 4xx status code

func (*CreateDeploymentsBulkUnauthorized) IsCode

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

IsCode returns true when this create deployments bulk unauthorized response a status code equal to that given

func (*CreateDeploymentsBulkUnauthorized) IsRedirect

func (o *CreateDeploymentsBulkUnauthorized) IsRedirect() bool

IsRedirect returns true when this create deployments bulk unauthorized response has a 3xx status code

func (*CreateDeploymentsBulkUnauthorized) IsServerError

func (o *CreateDeploymentsBulkUnauthorized) IsServerError() bool

IsServerError returns true when this create deployments bulk unauthorized response has a 5xx status code

func (*CreateDeploymentsBulkUnauthorized) IsSuccess

func (o *CreateDeploymentsBulkUnauthorized) IsSuccess() bool

IsSuccess returns true when this create deployments bulk unauthorized response has a 2xx status code

func (*CreateDeploymentsBulkUnauthorized) String

type DeleteDeploymentByOK

type DeleteDeploymentByOK struct {
}

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

Success

func NewDeleteDeploymentByOK

func NewDeleteDeploymentByOK() *DeleteDeploymentByOK

NewDeleteDeploymentByOK creates a DeleteDeploymentByOK with default headers values

func (*DeleteDeploymentByOK) Error

func (o *DeleteDeploymentByOK) Error() string

func (*DeleteDeploymentByOK) IsClientError

func (o *DeleteDeploymentByOK) IsClientError() bool

IsClientError returns true when this delete deployment by o k response has a 4xx status code

func (*DeleteDeploymentByOK) IsCode

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

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

func (*DeleteDeploymentByOK) IsRedirect

func (o *DeleteDeploymentByOK) IsRedirect() bool

IsRedirect returns true when this delete deployment by o k response has a 3xx status code

func (*DeleteDeploymentByOK) IsServerError

func (o *DeleteDeploymentByOK) IsServerError() bool

IsServerError returns true when this delete deployment by o k response has a 5xx status code

func (*DeleteDeploymentByOK) IsSuccess

func (o *DeleteDeploymentByOK) IsSuccess() bool

IsSuccess returns true when this delete deployment by o k response has a 2xx status code

func (*DeleteDeploymentByOK) String

func (o *DeleteDeploymentByOK) String() string

type DeleteDeploymentByParams

type DeleteDeploymentByParams struct {

	// ID.
	ID string

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

DeleteDeploymentByParams contains all the parameters to send to the API endpoint

for the delete deployment by operation.

Typically these are written to a http.Request.

func NewDeleteDeploymentByParams

func NewDeleteDeploymentByParams() *DeleteDeploymentByParams

NewDeleteDeploymentByParams creates a new DeleteDeploymentByParams object, with the default timeout for this client.

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

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

func NewDeleteDeploymentByParamsWithContext

func NewDeleteDeploymentByParamsWithContext(ctx context.Context) *DeleteDeploymentByParams

NewDeleteDeploymentByParamsWithContext creates a new DeleteDeploymentByParams object with the ability to set a context for a request.

func NewDeleteDeploymentByParamsWithHTTPClient

func NewDeleteDeploymentByParamsWithHTTPClient(client *http.Client) *DeleteDeploymentByParams

NewDeleteDeploymentByParamsWithHTTPClient creates a new DeleteDeploymentByParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteDeploymentByParamsWithTimeout

func NewDeleteDeploymentByParamsWithTimeout(timeout time.Duration) *DeleteDeploymentByParams

NewDeleteDeploymentByParamsWithTimeout creates a new DeleteDeploymentByParams object with the ability to set a timeout on a request.

func (*DeleteDeploymentByParams) SetContext

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

SetContext adds the context to the delete deployment by params

func (*DeleteDeploymentByParams) SetDefaults

func (o *DeleteDeploymentByParams) SetDefaults()

SetDefaults hydrates default values in the delete deployment by params (not the query body).

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

func (*DeleteDeploymentByParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete deployment by params

func (*DeleteDeploymentByParams) SetID

func (o *DeleteDeploymentByParams) SetID(id string)

SetID adds the id to the delete deployment by params

func (*DeleteDeploymentByParams) SetTimeout

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

SetTimeout adds the timeout to the delete deployment by params

func (*DeleteDeploymentByParams) WithContext

WithContext adds the context to the delete deployment by params

func (*DeleteDeploymentByParams) WithDefaults

WithDefaults hydrates default values in the delete deployment by params (not the query body).

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

func (*DeleteDeploymentByParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete deployment by params

func (*DeleteDeploymentByParams) WithID

WithID adds the id to the delete deployment by params

func (*DeleteDeploymentByParams) WithTimeout

WithTimeout adds the timeout to the delete deployment by params

func (*DeleteDeploymentByParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteDeploymentByReader

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

DeleteDeploymentByReader is a Reader for the DeleteDeploymentBy structure.

func (*DeleteDeploymentByReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteDeploymentByUnauthorized

type DeleteDeploymentByUnauthorized struct {
}

DeleteDeploymentByUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewDeleteDeploymentByUnauthorized

func NewDeleteDeploymentByUnauthorized() *DeleteDeploymentByUnauthorized

NewDeleteDeploymentByUnauthorized creates a DeleteDeploymentByUnauthorized with default headers values

func (*DeleteDeploymentByUnauthorized) Error

func (*DeleteDeploymentByUnauthorized) IsClientError

func (o *DeleteDeploymentByUnauthorized) IsClientError() bool

IsClientError returns true when this delete deployment by unauthorized response has a 4xx status code

func (*DeleteDeploymentByUnauthorized) IsCode

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

IsCode returns true when this delete deployment by unauthorized response a status code equal to that given

func (*DeleteDeploymentByUnauthorized) IsRedirect

func (o *DeleteDeploymentByUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete deployment by unauthorized response has a 3xx status code

func (*DeleteDeploymentByUnauthorized) IsServerError

func (o *DeleteDeploymentByUnauthorized) IsServerError() bool

IsServerError returns true when this delete deployment by unauthorized response has a 5xx status code

func (*DeleteDeploymentByUnauthorized) IsSuccess

func (o *DeleteDeploymentByUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete deployment by unauthorized response has a 2xx status code

func (*DeleteDeploymentByUnauthorized) String

type GetDeploymentByIDOK

type GetDeploymentByIDOK struct {
	Payload *models.OnboardingDeploymentResponse
}

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

Success

func NewGetDeploymentByIDOK

func NewGetDeploymentByIDOK() *GetDeploymentByIDOK

NewGetDeploymentByIDOK creates a GetDeploymentByIDOK with default headers values

func (*GetDeploymentByIDOK) Error

func (o *GetDeploymentByIDOK) Error() string

func (*GetDeploymentByIDOK) GetPayload

func (*GetDeploymentByIDOK) IsClientError

func (o *GetDeploymentByIDOK) IsClientError() bool

IsClientError returns true when this get deployment by Id o k response has a 4xx status code

func (*GetDeploymentByIDOK) IsCode

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

IsCode returns true when this get deployment by Id o k response a status code equal to that given

func (*GetDeploymentByIDOK) IsRedirect

func (o *GetDeploymentByIDOK) IsRedirect() bool

IsRedirect returns true when this get deployment by Id o k response has a 3xx status code

func (*GetDeploymentByIDOK) IsServerError

func (o *GetDeploymentByIDOK) IsServerError() bool

IsServerError returns true when this get deployment by Id o k response has a 5xx status code

func (*GetDeploymentByIDOK) IsSuccess

func (o *GetDeploymentByIDOK) IsSuccess() bool

IsSuccess returns true when this get deployment by Id o k response has a 2xx status code

func (*GetDeploymentByIDOK) String

func (o *GetDeploymentByIDOK) String() string

type GetDeploymentByIDParams

type GetDeploymentByIDParams struct {

	// ID.
	ID string

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

GetDeploymentByIDParams contains all the parameters to send to the API endpoint

for the get deployment by Id operation.

Typically these are written to a http.Request.

func NewGetDeploymentByIDParams

func NewGetDeploymentByIDParams() *GetDeploymentByIDParams

NewGetDeploymentByIDParams creates a new GetDeploymentByIDParams object, with the default timeout for this client.

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

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

func NewGetDeploymentByIDParamsWithContext

func NewGetDeploymentByIDParamsWithContext(ctx context.Context) *GetDeploymentByIDParams

NewGetDeploymentByIDParamsWithContext creates a new GetDeploymentByIDParams object with the ability to set a context for a request.

func NewGetDeploymentByIDParamsWithHTTPClient

func NewGetDeploymentByIDParamsWithHTTPClient(client *http.Client) *GetDeploymentByIDParams

NewGetDeploymentByIDParamsWithHTTPClient creates a new GetDeploymentByIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetDeploymentByIDParamsWithTimeout

func NewGetDeploymentByIDParamsWithTimeout(timeout time.Duration) *GetDeploymentByIDParams

NewGetDeploymentByIDParamsWithTimeout creates a new GetDeploymentByIDParams object with the ability to set a timeout on a request.

func (*GetDeploymentByIDParams) SetContext

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

SetContext adds the context to the get deployment by Id params

func (*GetDeploymentByIDParams) SetDefaults

func (o *GetDeploymentByIDParams) SetDefaults()

SetDefaults hydrates default values in the get deployment by Id params (not the query body).

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

func (*GetDeploymentByIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get deployment by Id params

func (*GetDeploymentByIDParams) SetID

func (o *GetDeploymentByIDParams) SetID(id string)

SetID adds the id to the get deployment by Id params

func (*GetDeploymentByIDParams) SetTimeout

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

SetTimeout adds the timeout to the get deployment by Id params

func (*GetDeploymentByIDParams) WithContext

WithContext adds the context to the get deployment by Id params

func (*GetDeploymentByIDParams) WithDefaults

WithDefaults hydrates default values in the get deployment by Id params (not the query body).

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

func (*GetDeploymentByIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get deployment by Id params

func (*GetDeploymentByIDParams) WithID

WithID adds the id to the get deployment by Id params

func (*GetDeploymentByIDParams) WithTimeout

WithTimeout adds the timeout to the get deployment by Id params

func (*GetDeploymentByIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeploymentByIDReader

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

GetDeploymentByIDReader is a Reader for the GetDeploymentByID structure.

func (*GetDeploymentByIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDeploymentByIDUnauthorized

type GetDeploymentByIDUnauthorized struct {
}

GetDeploymentByIDUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetDeploymentByIDUnauthorized

func NewGetDeploymentByIDUnauthorized() *GetDeploymentByIDUnauthorized

NewGetDeploymentByIDUnauthorized creates a GetDeploymentByIDUnauthorized with default headers values

func (*GetDeploymentByIDUnauthorized) Error

func (*GetDeploymentByIDUnauthorized) IsClientError

func (o *GetDeploymentByIDUnauthorized) IsClientError() bool

IsClientError returns true when this get deployment by Id unauthorized response has a 4xx status code

func (*GetDeploymentByIDUnauthorized) IsCode

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

IsCode returns true when this get deployment by Id unauthorized response a status code equal to that given

func (*GetDeploymentByIDUnauthorized) IsRedirect

func (o *GetDeploymentByIDUnauthorized) IsRedirect() bool

IsRedirect returns true when this get deployment by Id unauthorized response has a 3xx status code

func (*GetDeploymentByIDUnauthorized) IsServerError

func (o *GetDeploymentByIDUnauthorized) IsServerError() bool

IsServerError returns true when this get deployment by Id unauthorized response has a 5xx status code

func (*GetDeploymentByIDUnauthorized) IsSuccess

func (o *GetDeploymentByIDUnauthorized) IsSuccess() bool

IsSuccess returns true when this get deployment by Id unauthorized response has a 2xx status code

func (*GetDeploymentByIDUnauthorized) String

type QueryDeploymentsOK

type QueryDeploymentsOK struct {
	Payload *models.ServiceDocumentQueryResult
}

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

Success

func NewQueryDeploymentsOK

func NewQueryDeploymentsOK() *QueryDeploymentsOK

NewQueryDeploymentsOK creates a QueryDeploymentsOK with default headers values

func (*QueryDeploymentsOK) Error

func (o *QueryDeploymentsOK) Error() string

func (*QueryDeploymentsOK) GetPayload

func (*QueryDeploymentsOK) IsClientError

func (o *QueryDeploymentsOK) IsClientError() bool

IsClientError returns true when this query deployments o k response has a 4xx status code

func (*QueryDeploymentsOK) IsCode

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

IsCode returns true when this query deployments o k response a status code equal to that given

func (*QueryDeploymentsOK) IsRedirect

func (o *QueryDeploymentsOK) IsRedirect() bool

IsRedirect returns true when this query deployments o k response has a 3xx status code

func (*QueryDeploymentsOK) IsServerError

func (o *QueryDeploymentsOK) IsServerError() bool

IsServerError returns true when this query deployments o k response has a 5xx status code

func (*QueryDeploymentsOK) IsSuccess

func (o *QueryDeploymentsOK) IsSuccess() bool

IsSuccess returns true when this query deployments o k response has a 2xx status code

func (*QueryDeploymentsOK) String

func (o *QueryDeploymentsOK) String() string

type QueryDeploymentsParams

type QueryDeploymentsParams struct {

	/* DollarExpand.

	   Expand document contents
	*/
	DollarExpand *bool

	/* DollarFilter.

	   OData filter expression
	*/
	DollarFilter *string

	/* DollarLimit.

	   Set maximum number of documents to return in this query
	*/
	DollarLimit *int64

	/* DollarSelect.

	   Comma-separated list of fields to populate in query result
	*/
	DollarSelect *string

	/* DollarTenantLinks.

	   Comma-separated list
	*/
	DollarTenantLinks *string

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

QueryDeploymentsParams contains all the parameters to send to the API endpoint

for the query deployments operation.

Typically these are written to a http.Request.

func NewQueryDeploymentsParams

func NewQueryDeploymentsParams() *QueryDeploymentsParams

NewQueryDeploymentsParams creates a new QueryDeploymentsParams object, with the default timeout for this client.

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

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

func NewQueryDeploymentsParamsWithContext

func NewQueryDeploymentsParamsWithContext(ctx context.Context) *QueryDeploymentsParams

NewQueryDeploymentsParamsWithContext creates a new QueryDeploymentsParams object with the ability to set a context for a request.

func NewQueryDeploymentsParamsWithHTTPClient

func NewQueryDeploymentsParamsWithHTTPClient(client *http.Client) *QueryDeploymentsParams

NewQueryDeploymentsParamsWithHTTPClient creates a new QueryDeploymentsParams object with the ability to set a custom HTTPClient for a request.

func NewQueryDeploymentsParamsWithTimeout

func NewQueryDeploymentsParamsWithTimeout(timeout time.Duration) *QueryDeploymentsParams

NewQueryDeploymentsParamsWithTimeout creates a new QueryDeploymentsParams object with the ability to set a timeout on a request.

func (*QueryDeploymentsParams) SetContext

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

SetContext adds the context to the query deployments params

func (*QueryDeploymentsParams) SetDefaults

func (o *QueryDeploymentsParams) SetDefaults()

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

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

func (*QueryDeploymentsParams) SetDollarExpand

func (o *QueryDeploymentsParams) SetDollarExpand(dollarExpand *bool)

SetDollarExpand adds the dollarExpand to the query deployments params

func (*QueryDeploymentsParams) SetDollarFilter

func (o *QueryDeploymentsParams) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the query deployments params

func (*QueryDeploymentsParams) SetDollarLimit

func (o *QueryDeploymentsParams) SetDollarLimit(dollarLimit *int64)

SetDollarLimit adds the dollarLimit to the query deployments params

func (*QueryDeploymentsParams) SetDollarSelect

func (o *QueryDeploymentsParams) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the query deployments params

func (o *QueryDeploymentsParams) SetDollarTenantLinks(dollarTenantLinks *string)

SetDollarTenantLinks adds the dollarTenantLinks to the query deployments params

func (*QueryDeploymentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query deployments params

func (*QueryDeploymentsParams) SetTimeout

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

SetTimeout adds the timeout to the query deployments params

func (*QueryDeploymentsParams) WithContext

WithContext adds the context to the query deployments params

func (*QueryDeploymentsParams) WithDefaults

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

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

func (*QueryDeploymentsParams) WithDollarExpand

func (o *QueryDeploymentsParams) WithDollarExpand(dollarExpand *bool) *QueryDeploymentsParams

WithDollarExpand adds the dollarExpand to the query deployments params

func (*QueryDeploymentsParams) WithDollarFilter

func (o *QueryDeploymentsParams) WithDollarFilter(dollarFilter *string) *QueryDeploymentsParams

WithDollarFilter adds the dollarFilter to the query deployments params

func (*QueryDeploymentsParams) WithDollarLimit

func (o *QueryDeploymentsParams) WithDollarLimit(dollarLimit *int64) *QueryDeploymentsParams

WithDollarLimit adds the dollarLimit to the query deployments params

func (*QueryDeploymentsParams) WithDollarSelect

func (o *QueryDeploymentsParams) WithDollarSelect(dollarSelect *string) *QueryDeploymentsParams

WithDollarSelect adds the dollarSelect to the query deployments params

func (o *QueryDeploymentsParams) WithDollarTenantLinks(dollarTenantLinks *string) *QueryDeploymentsParams

WithDollarTenantLinks adds the dollarTenantLinks to the query deployments params

func (*QueryDeploymentsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the query deployments params

func (*QueryDeploymentsParams) WithTimeout

WithTimeout adds the timeout to the query deployments params

func (*QueryDeploymentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryDeploymentsReader

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

QueryDeploymentsReader is a Reader for the QueryDeployments structure.

func (*QueryDeploymentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryDeploymentsUnauthorized

type QueryDeploymentsUnauthorized struct {
}

QueryDeploymentsUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewQueryDeploymentsUnauthorized

func NewQueryDeploymentsUnauthorized() *QueryDeploymentsUnauthorized

NewQueryDeploymentsUnauthorized creates a QueryDeploymentsUnauthorized with default headers values

func (*QueryDeploymentsUnauthorized) Error

func (*QueryDeploymentsUnauthorized) IsClientError

func (o *QueryDeploymentsUnauthorized) IsClientError() bool

IsClientError returns true when this query deployments unauthorized response has a 4xx status code

func (*QueryDeploymentsUnauthorized) IsCode

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

IsCode returns true when this query deployments unauthorized response a status code equal to that given

func (*QueryDeploymentsUnauthorized) IsRedirect

func (o *QueryDeploymentsUnauthorized) IsRedirect() bool

IsRedirect returns true when this query deployments unauthorized response has a 3xx status code

func (*QueryDeploymentsUnauthorized) IsServerError

func (o *QueryDeploymentsUnauthorized) IsServerError() bool

IsServerError returns true when this query deployments unauthorized response has a 5xx status code

func (*QueryDeploymentsUnauthorized) IsSuccess

func (o *QueryDeploymentsUnauthorized) IsSuccess() bool

IsSuccess returns true when this query deployments unauthorized response has a 2xx status code

func (*QueryDeploymentsUnauthorized) String

type UpdateDeploymentByIDOK

type UpdateDeploymentByIDOK struct {
}

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

Success

func NewUpdateDeploymentByIDOK

func NewUpdateDeploymentByIDOK() *UpdateDeploymentByIDOK

NewUpdateDeploymentByIDOK creates a UpdateDeploymentByIDOK with default headers values

func (*UpdateDeploymentByIDOK) Error

func (o *UpdateDeploymentByIDOK) Error() string

func (*UpdateDeploymentByIDOK) IsClientError

func (o *UpdateDeploymentByIDOK) IsClientError() bool

IsClientError returns true when this update deployment by Id o k response has a 4xx status code

func (*UpdateDeploymentByIDOK) IsCode

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

IsCode returns true when this update deployment by Id o k response a status code equal to that given

func (*UpdateDeploymentByIDOK) IsRedirect

func (o *UpdateDeploymentByIDOK) IsRedirect() bool

IsRedirect returns true when this update deployment by Id o k response has a 3xx status code

func (*UpdateDeploymentByIDOK) IsServerError

func (o *UpdateDeploymentByIDOK) IsServerError() bool

IsServerError returns true when this update deployment by Id o k response has a 5xx status code

func (*UpdateDeploymentByIDOK) IsSuccess

func (o *UpdateDeploymentByIDOK) IsSuccess() bool

IsSuccess returns true when this update deployment by Id o k response has a 2xx status code

func (*UpdateDeploymentByIDOK) String

func (o *UpdateDeploymentByIDOK) String() string

type UpdateDeploymentByIDParams

type UpdateDeploymentByIDParams struct {

	// ID.
	ID string

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

UpdateDeploymentByIDParams contains all the parameters to send to the API endpoint

for the update deployment by Id operation.

Typically these are written to a http.Request.

func NewUpdateDeploymentByIDParams

func NewUpdateDeploymentByIDParams() *UpdateDeploymentByIDParams

NewUpdateDeploymentByIDParams creates a new UpdateDeploymentByIDParams object, with the default timeout for this client.

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

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

func NewUpdateDeploymentByIDParamsWithContext

func NewUpdateDeploymentByIDParamsWithContext(ctx context.Context) *UpdateDeploymentByIDParams

NewUpdateDeploymentByIDParamsWithContext creates a new UpdateDeploymentByIDParams object with the ability to set a context for a request.

func NewUpdateDeploymentByIDParamsWithHTTPClient

func NewUpdateDeploymentByIDParamsWithHTTPClient(client *http.Client) *UpdateDeploymentByIDParams

NewUpdateDeploymentByIDParamsWithHTTPClient creates a new UpdateDeploymentByIDParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateDeploymentByIDParamsWithTimeout

func NewUpdateDeploymentByIDParamsWithTimeout(timeout time.Duration) *UpdateDeploymentByIDParams

NewUpdateDeploymentByIDParamsWithTimeout creates a new UpdateDeploymentByIDParams object with the ability to set a timeout on a request.

func (*UpdateDeploymentByIDParams) SetContext

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

SetContext adds the context to the update deployment by Id params

func (*UpdateDeploymentByIDParams) SetDefaults

func (o *UpdateDeploymentByIDParams) SetDefaults()

SetDefaults hydrates default values in the update deployment by Id params (not the query body).

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

func (*UpdateDeploymentByIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update deployment by Id params

func (*UpdateDeploymentByIDParams) SetID

func (o *UpdateDeploymentByIDParams) SetID(id string)

SetID adds the id to the update deployment by Id params

func (*UpdateDeploymentByIDParams) SetTimeout

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

SetTimeout adds the timeout to the update deployment by Id params

func (*UpdateDeploymentByIDParams) WithContext

WithContext adds the context to the update deployment by Id params

func (*UpdateDeploymentByIDParams) WithDefaults

WithDefaults hydrates default values in the update deployment by Id params (not the query body).

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

func (*UpdateDeploymentByIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update deployment by Id params

func (*UpdateDeploymentByIDParams) WithID

WithID adds the id to the update deployment by Id params

func (*UpdateDeploymentByIDParams) WithTimeout

WithTimeout adds the timeout to the update deployment by Id params

func (*UpdateDeploymentByIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateDeploymentByIDReader

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

UpdateDeploymentByIDReader is a Reader for the UpdateDeploymentByID structure.

func (*UpdateDeploymentByIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateDeploymentByIDUnauthorized

type UpdateDeploymentByIDUnauthorized struct {
}

UpdateDeploymentByIDUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewUpdateDeploymentByIDUnauthorized

func NewUpdateDeploymentByIDUnauthorized() *UpdateDeploymentByIDUnauthorized

NewUpdateDeploymentByIDUnauthorized creates a UpdateDeploymentByIDUnauthorized with default headers values

func (*UpdateDeploymentByIDUnauthorized) Error

func (*UpdateDeploymentByIDUnauthorized) IsClientError

func (o *UpdateDeploymentByIDUnauthorized) IsClientError() bool

IsClientError returns true when this update deployment by Id unauthorized response has a 4xx status code

func (*UpdateDeploymentByIDUnauthorized) IsCode

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

IsCode returns true when this update deployment by Id unauthorized response a status code equal to that given

func (*UpdateDeploymentByIDUnauthorized) IsRedirect

func (o *UpdateDeploymentByIDUnauthorized) IsRedirect() bool

IsRedirect returns true when this update deployment by Id unauthorized response has a 3xx status code

func (*UpdateDeploymentByIDUnauthorized) IsServerError

func (o *UpdateDeploymentByIDUnauthorized) IsServerError() bool

IsServerError returns true when this update deployment by Id unauthorized response has a 5xx status code

func (*UpdateDeploymentByIDUnauthorized) IsSuccess

func (o *UpdateDeploymentByIDUnauthorized) IsSuccess() bool

IsSuccess returns true when this update deployment by Id unauthorized response has a 2xx status code

func (*UpdateDeploymentByIDUnauthorized) String

Jump to

Keyboard shortcuts

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