deployments

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2019 License: Apache-2.0 Imports: 11 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CheckDeploymentNameUsingGETNotFound

type CheckDeploymentNameUsingGETNotFound struct {
}

CheckDeploymentNameUsingGETNotFound handles this case with default header values.

Not Found

func NewCheckDeploymentNameUsingGETNotFound

func NewCheckDeploymentNameUsingGETNotFound() *CheckDeploymentNameUsingGETNotFound

NewCheckDeploymentNameUsingGETNotFound creates a CheckDeploymentNameUsingGETNotFound with default headers values

func (*CheckDeploymentNameUsingGETNotFound) Error

type CheckDeploymentNameUsingGETOK

type CheckDeploymentNameUsingGETOK struct {
}

CheckDeploymentNameUsingGETOK handles this case with default header values.

OK

func NewCheckDeploymentNameUsingGETOK

func NewCheckDeploymentNameUsingGETOK() *CheckDeploymentNameUsingGETOK

NewCheckDeploymentNameUsingGETOK creates a CheckDeploymentNameUsingGETOK with default headers values

func (*CheckDeploymentNameUsingGETOK) Error

type CheckDeploymentNameUsingGETParams

type CheckDeploymentNameUsingGETParams struct {

	/*Name
	  Deployment name

	*/
	Name string

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

CheckDeploymentNameUsingGETParams contains all the parameters to send to the API endpoint for the check deployment name using g e t operation typically these are written to a http.Request

func NewCheckDeploymentNameUsingGETParams

func NewCheckDeploymentNameUsingGETParams() *CheckDeploymentNameUsingGETParams

NewCheckDeploymentNameUsingGETParams creates a new CheckDeploymentNameUsingGETParams object with the default values initialized.

func NewCheckDeploymentNameUsingGETParamsWithContext

func NewCheckDeploymentNameUsingGETParamsWithContext(ctx context.Context) *CheckDeploymentNameUsingGETParams

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

func NewCheckDeploymentNameUsingGETParamsWithHTTPClient

func NewCheckDeploymentNameUsingGETParamsWithHTTPClient(client *http.Client) *CheckDeploymentNameUsingGETParams

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

func NewCheckDeploymentNameUsingGETParamsWithTimeout

func NewCheckDeploymentNameUsingGETParamsWithTimeout(timeout time.Duration) *CheckDeploymentNameUsingGETParams

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

func (*CheckDeploymentNameUsingGETParams) SetContext

SetContext adds the context to the check deployment name using get params

func (*CheckDeploymentNameUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the check deployment name using get params

func (*CheckDeploymentNameUsingGETParams) SetName

func (o *CheckDeploymentNameUsingGETParams) SetName(name string)

SetName adds the name to the check deployment name using get params

func (*CheckDeploymentNameUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the check deployment name using get params

func (*CheckDeploymentNameUsingGETParams) WithContext

WithContext adds the context to the check deployment name using get params

func (*CheckDeploymentNameUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the check deployment name using get params

func (*CheckDeploymentNameUsingGETParams) WithName

WithName adds the name to the check deployment name using get params

func (*CheckDeploymentNameUsingGETParams) WithTimeout

WithTimeout adds the timeout to the check deployment name using get params

func (*CheckDeploymentNameUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CheckDeploymentNameUsingGETReader

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

CheckDeploymentNameUsingGETReader is a Reader for the CheckDeploymentNameUsingGET structure.

func (*CheckDeploymentNameUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CheckDeploymentNameUsingGETUnauthorized

type CheckDeploymentNameUsingGETUnauthorized struct {
}

CheckDeploymentNameUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewCheckDeploymentNameUsingGETUnauthorized

func NewCheckDeploymentNameUsingGETUnauthorized() *CheckDeploymentNameUsingGETUnauthorized

NewCheckDeploymentNameUsingGETUnauthorized creates a CheckDeploymentNameUsingGETUnauthorized with default headers values

func (*CheckDeploymentNameUsingGETUnauthorized) Error

type Client

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

Client for deployments API

func New

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

New creates a new deployments API client.

func (*Client) CheckDeploymentNameUsingGET

func (a *Client) CheckDeploymentNameUsingGET(params *CheckDeploymentNameUsingGETParams) (*CheckDeploymentNameUsingGETOK, error)

CheckDeploymentNameUsingGET checks if a deployment exists

Returns OK if a deployment with the supplied name exists.

func (*Client) DeleteDeploymentUsingDELETE

func (a *Client) DeleteDeploymentUsingDELETE(params *DeleteDeploymentUsingDELETEParams) (*DeleteDeploymentUsingDELETEOK, error)

DeleteDeploymentUsingDELETE deletes a deployment effectively triggers a delete day2 operation

Deletes the deployment with the supplied ID, cleans up the associated resources from the Cloud Provider.

func (*Client) DeleteResourceUsingDELETE

func (a *Client) DeleteResourceUsingDELETE(params *DeleteResourceUsingDELETEParams) (*DeleteResourceUsingDELETEOK, error)

DeleteResourceUsingDELETE deletes resource associated with a deployment effectively triggers a delete day2 operation

Deletes the resource with the specified ID and attempts to delete resource from the Cloud Provider.

func (*Client) GetDeploymentByIDUsingGET

func (a *Client) GetDeploymentByIDUsingGET(params *GetDeploymentByIDUsingGETParams) (*GetDeploymentByIDUsingGETOK, error)

GetDeploymentByIDUsingGET fetches a specific deployment

Returns the deployment with the supplied ID.

func (*Client) GetDeploymentFilterByIDUsingGET

func (a *Client) GetDeploymentFilterByIDUsingGET(params *GetDeploymentFilterByIDUsingGETParams) (*GetDeploymentFilterByIDUsingGETOK, error)

GetDeploymentFilterByIDUsingGET returns the deployment filter with the supplied ID

func (*Client) GetDeploymentFiltersUsingGET

func (a *Client) GetDeploymentFiltersUsingGET(params *GetDeploymentFiltersUsingGETParams) (*GetDeploymentFiltersUsingGETOK, error)

GetDeploymentFiltersUsingGET returns the deployment filters in context of given user

func (*Client) GetDeploymentResourcesUsingGET

func (a *Client) GetDeploymentResourcesUsingGET(params *GetDeploymentResourcesUsingGETParams) (*GetDeploymentResourcesUsingGETOK, error)

GetDeploymentResourcesUsingGET fetches resources associated with a deployment

Returns a paginated list of resources corresponding to the deployment with the supplied ID.

func (*Client) GetDeploymentsForProjectUsingGET

func (a *Client) GetDeploymentsForProjectUsingGET(params *GetDeploymentsForProjectUsingGETParams) (*GetDeploymentsForProjectUsingGETOK, error)

GetDeploymentsForProjectUsingGET returns a count of deployments using the project

func (*Client) GetDeploymentsUsingGET

func (a *Client) GetDeploymentsUsingGET(params *GetDeploymentsUsingGETParams) (*GetDeploymentsUsingGETOK, error)

GetDeploymentsUsingGET fetches all deployments

Returns a paginated list of deployments.

func (*Client) GetResourceByIDUsingGET

func (a *Client) GetResourceByIDUsingGET(params *GetResourceByIDUsingGETParams) (*GetResourceByIDUsingGETOK, error)

GetResourceByIDUsingGET fetches resource associated with a deployment

Returns the resource with the specified ID that is correlated with the supplied deployment.

func (*Client) PatchDeploymentUsingPATCH

func (a *Client) PatchDeploymentUsingPATCH(params *PatchDeploymentUsingPATCHParams) (*PatchDeploymentUsingPATCHOK, error)

PatchDeploymentUsingPATCH updates deployment

Updates the deployment with the supplied ID.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type DeleteDeploymentUsingDELETEOK

type DeleteDeploymentUsingDELETEOK struct {
	Payload *models.DeploymentRequest
}

DeleteDeploymentUsingDELETEOK handles this case with default header values.

OK

func NewDeleteDeploymentUsingDELETEOK

func NewDeleteDeploymentUsingDELETEOK() *DeleteDeploymentUsingDELETEOK

NewDeleteDeploymentUsingDELETEOK creates a DeleteDeploymentUsingDELETEOK with default headers values

func (*DeleteDeploymentUsingDELETEOK) Error

func (*DeleteDeploymentUsingDELETEOK) GetPayload

type DeleteDeploymentUsingDELETEParams

type DeleteDeploymentUsingDELETEParams struct {

	/*DepID
	  Deployment ID

	*/
	DepID strfmt.UUID

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

DeleteDeploymentUsingDELETEParams contains all the parameters to send to the API endpoint for the delete deployment using d e l e t e operation typically these are written to a http.Request

func NewDeleteDeploymentUsingDELETEParams

func NewDeleteDeploymentUsingDELETEParams() *DeleteDeploymentUsingDELETEParams

NewDeleteDeploymentUsingDELETEParams creates a new DeleteDeploymentUsingDELETEParams object with the default values initialized.

func NewDeleteDeploymentUsingDELETEParamsWithContext

func NewDeleteDeploymentUsingDELETEParamsWithContext(ctx context.Context) *DeleteDeploymentUsingDELETEParams

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

func NewDeleteDeploymentUsingDELETEParamsWithHTTPClient

func NewDeleteDeploymentUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteDeploymentUsingDELETEParams

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

func NewDeleteDeploymentUsingDELETEParamsWithTimeout

func NewDeleteDeploymentUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteDeploymentUsingDELETEParams

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

func (*DeleteDeploymentUsingDELETEParams) SetContext

SetContext adds the context to the delete deployment using d e l e t e params

func (*DeleteDeploymentUsingDELETEParams) SetDepID

func (o *DeleteDeploymentUsingDELETEParams) SetDepID(depID strfmt.UUID)

SetDepID adds the depId to the delete deployment using d e l e t e params

func (*DeleteDeploymentUsingDELETEParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete deployment using d e l e t e params

func (*DeleteDeploymentUsingDELETEParams) SetTimeout

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

SetTimeout adds the timeout to the delete deployment using d e l e t e params

func (*DeleteDeploymentUsingDELETEParams) WithContext

WithContext adds the context to the delete deployment using d e l e t e params

func (*DeleteDeploymentUsingDELETEParams) WithDepID

WithDepID adds the depID to the delete deployment using d e l e t e params

func (*DeleteDeploymentUsingDELETEParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete deployment using d e l e t e params

func (*DeleteDeploymentUsingDELETEParams) WithTimeout

WithTimeout adds the timeout to the delete deployment using d e l e t e params

func (*DeleteDeploymentUsingDELETEParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteDeploymentUsingDELETEReader

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

DeleteDeploymentUsingDELETEReader is a Reader for the DeleteDeploymentUsingDELETE structure.

func (*DeleteDeploymentUsingDELETEReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteDeploymentUsingDELETEUnauthorized

type DeleteDeploymentUsingDELETEUnauthorized struct {
}

DeleteDeploymentUsingDELETEUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteDeploymentUsingDELETEUnauthorized

func NewDeleteDeploymentUsingDELETEUnauthorized() *DeleteDeploymentUsingDELETEUnauthorized

NewDeleteDeploymentUsingDELETEUnauthorized creates a DeleteDeploymentUsingDELETEUnauthorized with default headers values

func (*DeleteDeploymentUsingDELETEUnauthorized) Error

type DeleteResourceUsingDELETEOK

type DeleteResourceUsingDELETEOK struct {
	Payload *models.DeploymentRequest
}

DeleteResourceUsingDELETEOK handles this case with default header values.

OK

func NewDeleteResourceUsingDELETEOK

func NewDeleteResourceUsingDELETEOK() *DeleteResourceUsingDELETEOK

NewDeleteResourceUsingDELETEOK creates a DeleteResourceUsingDELETEOK with default headers values

func (*DeleteResourceUsingDELETEOK) Error

func (*DeleteResourceUsingDELETEOK) GetPayload added in v0.2.0

type DeleteResourceUsingDELETEParams

type DeleteResourceUsingDELETEParams struct {

	/*DepID
	  Deployment ID

	*/
	DepID strfmt.UUID
	/*ResourceID
	  Resource ID

	*/
	ResourceID strfmt.UUID

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

DeleteResourceUsingDELETEParams contains all the parameters to send to the API endpoint for the delete resource using d e l e t e operation typically these are written to a http.Request

func NewDeleteResourceUsingDELETEParams

func NewDeleteResourceUsingDELETEParams() *DeleteResourceUsingDELETEParams

NewDeleteResourceUsingDELETEParams creates a new DeleteResourceUsingDELETEParams object with the default values initialized.

func NewDeleteResourceUsingDELETEParamsWithContext

func NewDeleteResourceUsingDELETEParamsWithContext(ctx context.Context) *DeleteResourceUsingDELETEParams

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

func NewDeleteResourceUsingDELETEParamsWithHTTPClient

func NewDeleteResourceUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteResourceUsingDELETEParams

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

func NewDeleteResourceUsingDELETEParamsWithTimeout

func NewDeleteResourceUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteResourceUsingDELETEParams

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

func (*DeleteResourceUsingDELETEParams) SetContext

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

SetContext adds the context to the delete resource using d e l e t e params

func (*DeleteResourceUsingDELETEParams) SetDepID

func (o *DeleteResourceUsingDELETEParams) SetDepID(depID strfmt.UUID)

SetDepID adds the depId to the delete resource using d e l e t e params

func (*DeleteResourceUsingDELETEParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete resource using d e l e t e params

func (*DeleteResourceUsingDELETEParams) SetResourceID

func (o *DeleteResourceUsingDELETEParams) SetResourceID(resourceID strfmt.UUID)

SetResourceID adds the resourceId to the delete resource using d e l e t e params

func (*DeleteResourceUsingDELETEParams) SetTimeout

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

SetTimeout adds the timeout to the delete resource using d e l e t e params

func (*DeleteResourceUsingDELETEParams) WithContext

WithContext adds the context to the delete resource using d e l e t e params

func (*DeleteResourceUsingDELETEParams) WithDepID

WithDepID adds the depID to the delete resource using d e l e t e params

func (*DeleteResourceUsingDELETEParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete resource using d e l e t e params

func (*DeleteResourceUsingDELETEParams) WithResourceID

WithResourceID adds the resourceID to the delete resource using d e l e t e params

func (*DeleteResourceUsingDELETEParams) WithTimeout

WithTimeout adds the timeout to the delete resource using d e l e t e params

func (*DeleteResourceUsingDELETEParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteResourceUsingDELETEReader

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

DeleteResourceUsingDELETEReader is a Reader for the DeleteResourceUsingDELETE structure.

func (*DeleteResourceUsingDELETEReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteResourceUsingDELETEUnauthorized

type DeleteResourceUsingDELETEUnauthorized struct {
}

DeleteResourceUsingDELETEUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteResourceUsingDELETEUnauthorized

func NewDeleteResourceUsingDELETEUnauthorized() *DeleteResourceUsingDELETEUnauthorized

NewDeleteResourceUsingDELETEUnauthorized creates a DeleteResourceUsingDELETEUnauthorized with default headers values

func (*DeleteResourceUsingDELETEUnauthorized) Error

type GetDeploymentByIDUsingGETNotFound

type GetDeploymentByIDUsingGETNotFound struct {
}

GetDeploymentByIDUsingGETNotFound handles this case with default header values.

Not Found

func NewGetDeploymentByIDUsingGETNotFound

func NewGetDeploymentByIDUsingGETNotFound() *GetDeploymentByIDUsingGETNotFound

NewGetDeploymentByIDUsingGETNotFound creates a GetDeploymentByIDUsingGETNotFound with default headers values

func (*GetDeploymentByIDUsingGETNotFound) Error

type GetDeploymentByIDUsingGETOK

type GetDeploymentByIDUsingGETOK struct {
	Payload *models.Deployment
}

GetDeploymentByIDUsingGETOK handles this case with default header values.

OK

func NewGetDeploymentByIDUsingGETOK

func NewGetDeploymentByIDUsingGETOK() *GetDeploymentByIDUsingGETOK

NewGetDeploymentByIDUsingGETOK creates a GetDeploymentByIDUsingGETOK with default headers values

func (*GetDeploymentByIDUsingGETOK) Error

func (*GetDeploymentByIDUsingGETOK) GetPayload

type GetDeploymentByIDUsingGETParams

type GetDeploymentByIDUsingGETParams struct {

	/*DepID
	  Deployment ID

	*/
	DepID strfmt.UUID
	/*ExpandLastRequest
	  Expands deployment last request.

	*/
	ExpandLastRequest *bool
	/*ExpandProject
	  The 'project' field of the deployment will be retrieved.

	*/
	ExpandProject *bool
	/*ExpandResources
	  The 'resources' field of the deployment will be retrieved.

	*/
	ExpandResources *bool
	/*ForceCachedResources
	  The 'resources' field of the deployment will be read from a cache for a faster query.

	*/
	ForceCachedResources *bool
	/*ForceRefreshResources
	  The 'resources' field of the deployment will be guaranteed up-to-date.

	*/
	ForceRefreshResources *bool

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

GetDeploymentByIDUsingGETParams contains all the parameters to send to the API endpoint for the get deployment by Id using g e t operation typically these are written to a http.Request

func NewGetDeploymentByIDUsingGETParams

func NewGetDeploymentByIDUsingGETParams() *GetDeploymentByIDUsingGETParams

NewGetDeploymentByIDUsingGETParams creates a new GetDeploymentByIDUsingGETParams object with the default values initialized.

func NewGetDeploymentByIDUsingGETParamsWithContext

func NewGetDeploymentByIDUsingGETParamsWithContext(ctx context.Context) *GetDeploymentByIDUsingGETParams

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

func NewGetDeploymentByIDUsingGETParamsWithHTTPClient

func NewGetDeploymentByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetDeploymentByIDUsingGETParams

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

func NewGetDeploymentByIDUsingGETParamsWithTimeout

func NewGetDeploymentByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetDeploymentByIDUsingGETParams

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

func (*GetDeploymentByIDUsingGETParams) SetContext

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

SetContext adds the context to the get deployment by Id using get params

func (*GetDeploymentByIDUsingGETParams) SetDepID

func (o *GetDeploymentByIDUsingGETParams) SetDepID(depID strfmt.UUID)

SetDepID adds the depId to the get deployment by Id using get params

func (*GetDeploymentByIDUsingGETParams) SetExpandLastRequest

func (o *GetDeploymentByIDUsingGETParams) SetExpandLastRequest(expandLastRequest *bool)

SetExpandLastRequest adds the expandLastRequest to the get deployment by Id using get params

func (*GetDeploymentByIDUsingGETParams) SetExpandProject

func (o *GetDeploymentByIDUsingGETParams) SetExpandProject(expandProject *bool)

SetExpandProject adds the expandProject to the get deployment by Id using get params

func (*GetDeploymentByIDUsingGETParams) SetExpandResources

func (o *GetDeploymentByIDUsingGETParams) SetExpandResources(expandResources *bool)

SetExpandResources adds the expandResources to the get deployment by Id using get params

func (*GetDeploymentByIDUsingGETParams) SetForceCachedResources

func (o *GetDeploymentByIDUsingGETParams) SetForceCachedResources(forceCachedResources *bool)

SetForceCachedResources adds the forceCachedResources to the get deployment by Id using get params

func (*GetDeploymentByIDUsingGETParams) SetForceRefreshResources

func (o *GetDeploymentByIDUsingGETParams) SetForceRefreshResources(forceRefreshResources *bool)

SetForceRefreshResources adds the forceRefreshResources to the get deployment by Id using get params

func (*GetDeploymentByIDUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get deployment by Id using get params

func (*GetDeploymentByIDUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get deployment by Id using get params

func (*GetDeploymentByIDUsingGETParams) WithContext

WithContext adds the context to the get deployment by Id using get params

func (*GetDeploymentByIDUsingGETParams) WithDepID

WithDepID adds the depID to the get deployment by Id using get params

func (*GetDeploymentByIDUsingGETParams) WithExpandLastRequest

func (o *GetDeploymentByIDUsingGETParams) WithExpandLastRequest(expandLastRequest *bool) *GetDeploymentByIDUsingGETParams

WithExpandLastRequest adds the expandLastRequest to the get deployment by Id using get params

func (*GetDeploymentByIDUsingGETParams) WithExpandProject

func (o *GetDeploymentByIDUsingGETParams) WithExpandProject(expandProject *bool) *GetDeploymentByIDUsingGETParams

WithExpandProject adds the expandProject to the get deployment by Id using get params

func (*GetDeploymentByIDUsingGETParams) WithExpandResources

func (o *GetDeploymentByIDUsingGETParams) WithExpandResources(expandResources *bool) *GetDeploymentByIDUsingGETParams

WithExpandResources adds the expandResources to the get deployment by Id using get params

func (*GetDeploymentByIDUsingGETParams) WithForceCachedResources

func (o *GetDeploymentByIDUsingGETParams) WithForceCachedResources(forceCachedResources *bool) *GetDeploymentByIDUsingGETParams

WithForceCachedResources adds the forceCachedResources to the get deployment by Id using get params

func (*GetDeploymentByIDUsingGETParams) WithForceRefreshResources

func (o *GetDeploymentByIDUsingGETParams) WithForceRefreshResources(forceRefreshResources *bool) *GetDeploymentByIDUsingGETParams

WithForceRefreshResources adds the forceRefreshResources to the get deployment by Id using get params

func (*GetDeploymentByIDUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get deployment by Id using get params

func (*GetDeploymentByIDUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get deployment by Id using get params

func (*GetDeploymentByIDUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeploymentByIDUsingGETReader

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

GetDeploymentByIDUsingGETReader is a Reader for the GetDeploymentByIDUsingGET structure.

func (*GetDeploymentByIDUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDeploymentByIDUsingGETUnauthorized

type GetDeploymentByIDUsingGETUnauthorized struct {
}

GetDeploymentByIDUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetDeploymentByIDUsingGETUnauthorized

func NewGetDeploymentByIDUsingGETUnauthorized() *GetDeploymentByIDUsingGETUnauthorized

NewGetDeploymentByIDUsingGETUnauthorized creates a GetDeploymentByIDUsingGETUnauthorized with default headers values

func (*GetDeploymentByIDUsingGETUnauthorized) Error

type GetDeploymentFilterByIDUsingGETOK

type GetDeploymentFilterByIDUsingGETOK struct {
	Payload *models.PageOfFilterEntry
}

GetDeploymentFilterByIDUsingGETOK handles this case with default header values.

OK

func NewGetDeploymentFilterByIDUsingGETOK

func NewGetDeploymentFilterByIDUsingGETOK() *GetDeploymentFilterByIDUsingGETOK

NewGetDeploymentFilterByIDUsingGETOK creates a GetDeploymentFilterByIDUsingGETOK with default headers values

func (*GetDeploymentFilterByIDUsingGETOK) Error

func (*GetDeploymentFilterByIDUsingGETOK) GetPayload

type GetDeploymentFilterByIDUsingGETParams

type GetDeploymentFilterByIDUsingGETParams struct {

	/*DollarOrderby
	  Sorting criteria in the format: property (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

	*/
	DollarOrderby []string
	/*DollarSkip
	  Number of records you want to skip

	*/
	DollarSkip *int32
	/*DollarTop
	  Number of records you want

	*/
	DollarTop *int32
	/*FilterID
	  Filter Id

	*/
	FilterID string
	/*Search
	  Search string for filters

	*/
	Search *string

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

GetDeploymentFilterByIDUsingGETParams contains all the parameters to send to the API endpoint for the get deployment filter by Id using g e t operation typically these are written to a http.Request

func NewGetDeploymentFilterByIDUsingGETParams

func NewGetDeploymentFilterByIDUsingGETParams() *GetDeploymentFilterByIDUsingGETParams

NewGetDeploymentFilterByIDUsingGETParams creates a new GetDeploymentFilterByIDUsingGETParams object with the default values initialized.

func NewGetDeploymentFilterByIDUsingGETParamsWithContext

func NewGetDeploymentFilterByIDUsingGETParamsWithContext(ctx context.Context) *GetDeploymentFilterByIDUsingGETParams

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

func NewGetDeploymentFilterByIDUsingGETParamsWithHTTPClient

func NewGetDeploymentFilterByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetDeploymentFilterByIDUsingGETParams

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

func NewGetDeploymentFilterByIDUsingGETParamsWithTimeout

func NewGetDeploymentFilterByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetDeploymentFilterByIDUsingGETParams

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

func (*GetDeploymentFilterByIDUsingGETParams) SetContext

SetContext adds the context to the get deployment filter by Id using get params

func (*GetDeploymentFilterByIDUsingGETParams) SetDollarOrderby added in v0.2.0

func (o *GetDeploymentFilterByIDUsingGETParams) SetDollarOrderby(dollarOrderby []string)

SetDollarOrderby adds the dollarOrderby to the get deployment filter by Id using get params

func (*GetDeploymentFilterByIDUsingGETParams) SetDollarSkip added in v0.2.0

func (o *GetDeploymentFilterByIDUsingGETParams) SetDollarSkip(dollarSkip *int32)

SetDollarSkip adds the dollarSkip to the get deployment filter by Id using get params

func (*GetDeploymentFilterByIDUsingGETParams) SetDollarTop added in v0.2.0

func (o *GetDeploymentFilterByIDUsingGETParams) SetDollarTop(dollarTop *int32)

SetDollarTop adds the dollarTop to the get deployment filter by Id using get params

func (*GetDeploymentFilterByIDUsingGETParams) SetFilterID

func (o *GetDeploymentFilterByIDUsingGETParams) SetFilterID(filterID string)

SetFilterID adds the filterId to the get deployment filter by Id using get params

func (*GetDeploymentFilterByIDUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get deployment filter by Id using get params

func (*GetDeploymentFilterByIDUsingGETParams) SetSearch

func (o *GetDeploymentFilterByIDUsingGETParams) SetSearch(search *string)

SetSearch adds the search to the get deployment filter by Id using get params

func (*GetDeploymentFilterByIDUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get deployment filter by Id using get params

func (*GetDeploymentFilterByIDUsingGETParams) WithContext

WithContext adds the context to the get deployment filter by Id using get params

func (*GetDeploymentFilterByIDUsingGETParams) WithDollarOrderby added in v0.2.0

WithDollarOrderby adds the dollarOrderby to the get deployment filter by Id using get params

func (*GetDeploymentFilterByIDUsingGETParams) WithDollarSkip added in v0.2.0

WithDollarSkip adds the dollarSkip to the get deployment filter by Id using get params

func (*GetDeploymentFilterByIDUsingGETParams) WithDollarTop added in v0.2.0

WithDollarTop adds the dollarTop to the get deployment filter by Id using get params

func (*GetDeploymentFilterByIDUsingGETParams) WithFilterID

WithFilterID adds the filterID to the get deployment filter by Id using get params

func (*GetDeploymentFilterByIDUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get deployment filter by Id using get params

func (*GetDeploymentFilterByIDUsingGETParams) WithSearch

WithSearch adds the search to the get deployment filter by Id using get params

func (*GetDeploymentFilterByIDUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get deployment filter by Id using get params

func (*GetDeploymentFilterByIDUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeploymentFilterByIDUsingGETReader

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

GetDeploymentFilterByIDUsingGETReader is a Reader for the GetDeploymentFilterByIDUsingGET structure.

func (*GetDeploymentFilterByIDUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDeploymentFilterByIDUsingGETUnauthorized

type GetDeploymentFilterByIDUsingGETUnauthorized struct {
}

GetDeploymentFilterByIDUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetDeploymentFilterByIDUsingGETUnauthorized

func NewGetDeploymentFilterByIDUsingGETUnauthorized() *GetDeploymentFilterByIDUsingGETUnauthorized

NewGetDeploymentFilterByIDUsingGETUnauthorized creates a GetDeploymentFilterByIDUsingGETUnauthorized with default headers values

func (*GetDeploymentFilterByIDUsingGETUnauthorized) Error

type GetDeploymentFiltersUsingGETOK

type GetDeploymentFiltersUsingGETOK struct {
	Payload *models.FilterSchema
}

GetDeploymentFiltersUsingGETOK handles this case with default header values.

OK

func NewGetDeploymentFiltersUsingGETOK

func NewGetDeploymentFiltersUsingGETOK() *GetDeploymentFiltersUsingGETOK

NewGetDeploymentFiltersUsingGETOK creates a GetDeploymentFiltersUsingGETOK with default headers values

func (*GetDeploymentFiltersUsingGETOK) Error

func (*GetDeploymentFiltersUsingGETOK) GetPayload

type GetDeploymentFiltersUsingGETParams

type GetDeploymentFiltersUsingGETParams struct {

	/*ISO3Country*/
	ISO3Country *string
	/*ISO3Language*/
	ISO3Language *string
	/*Country*/
	Country *string
	/*DisplayCountry*/
	DisplayCountry *string
	/*DisplayLanguage*/
	DisplayLanguage *string
	/*DisplayName*/
	DisplayName *string
	/*DisplayScript*/
	DisplayScript *string
	/*DisplayVariant*/
	DisplayVariant *string
	/*Language*/
	Language *string
	/*Script*/
	Script *string
	/*UnicodeLocaleAttributes*/
	UnicodeLocaleAttributes []string
	/*UnicodeLocaleKeys*/
	UnicodeLocaleKeys []string
	/*Variant*/
	Variant *string

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

GetDeploymentFiltersUsingGETParams contains all the parameters to send to the API endpoint for the get deployment filters using g e t operation typically these are written to a http.Request

func NewGetDeploymentFiltersUsingGETParams

func NewGetDeploymentFiltersUsingGETParams() *GetDeploymentFiltersUsingGETParams

NewGetDeploymentFiltersUsingGETParams creates a new GetDeploymentFiltersUsingGETParams object with the default values initialized.

func NewGetDeploymentFiltersUsingGETParamsWithContext

func NewGetDeploymentFiltersUsingGETParamsWithContext(ctx context.Context) *GetDeploymentFiltersUsingGETParams

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

func NewGetDeploymentFiltersUsingGETParamsWithHTTPClient

func NewGetDeploymentFiltersUsingGETParamsWithHTTPClient(client *http.Client) *GetDeploymentFiltersUsingGETParams

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

func NewGetDeploymentFiltersUsingGETParamsWithTimeout

func NewGetDeploymentFiltersUsingGETParamsWithTimeout(timeout time.Duration) *GetDeploymentFiltersUsingGETParams

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

func (*GetDeploymentFiltersUsingGETParams) SetContext

SetContext adds the context to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) SetCountry added in v0.2.0

func (o *GetDeploymentFiltersUsingGETParams) SetCountry(country *string)

SetCountry adds the country to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) SetDisplayCountry added in v0.2.0

func (o *GetDeploymentFiltersUsingGETParams) SetDisplayCountry(displayCountry *string)

SetDisplayCountry adds the displayCountry to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) SetDisplayLanguage added in v0.2.0

func (o *GetDeploymentFiltersUsingGETParams) SetDisplayLanguage(displayLanguage *string)

SetDisplayLanguage adds the displayLanguage to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) SetDisplayName added in v0.2.0

func (o *GetDeploymentFiltersUsingGETParams) SetDisplayName(displayName *string)

SetDisplayName adds the displayName to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) SetDisplayScript added in v0.2.0

func (o *GetDeploymentFiltersUsingGETParams) SetDisplayScript(displayScript *string)

SetDisplayScript adds the displayScript to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) SetDisplayVariant added in v0.2.0

func (o *GetDeploymentFiltersUsingGETParams) SetDisplayVariant(displayVariant *string)

SetDisplayVariant adds the displayVariant to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) SetISO3Country added in v0.2.0

func (o *GetDeploymentFiltersUsingGETParams) SetISO3Country(iSO3Country *string)

SetISO3Country adds the iSO3Country to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) SetISO3Language added in v0.2.0

func (o *GetDeploymentFiltersUsingGETParams) SetISO3Language(iSO3Language *string)

SetISO3Language adds the iSO3Language to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) SetLanguage added in v0.2.0

func (o *GetDeploymentFiltersUsingGETParams) SetLanguage(language *string)

SetLanguage adds the language to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) SetScript added in v0.2.0

func (o *GetDeploymentFiltersUsingGETParams) SetScript(script *string)

SetScript adds the script to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) SetUnicodeLocaleAttributes added in v0.2.0

func (o *GetDeploymentFiltersUsingGETParams) SetUnicodeLocaleAttributes(unicodeLocaleAttributes []string)

SetUnicodeLocaleAttributes adds the unicodeLocaleAttributes to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) SetUnicodeLocaleKeys added in v0.2.0

func (o *GetDeploymentFiltersUsingGETParams) SetUnicodeLocaleKeys(unicodeLocaleKeys []string)

SetUnicodeLocaleKeys adds the unicodeLocaleKeys to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) SetVariant added in v0.2.0

func (o *GetDeploymentFiltersUsingGETParams) SetVariant(variant *string)

SetVariant adds the variant to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) WithContext

WithContext adds the context to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) WithCountry added in v0.2.0

WithCountry adds the country to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) WithDisplayCountry added in v0.2.0

func (o *GetDeploymentFiltersUsingGETParams) WithDisplayCountry(displayCountry *string) *GetDeploymentFiltersUsingGETParams

WithDisplayCountry adds the displayCountry to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) WithDisplayLanguage added in v0.2.0

func (o *GetDeploymentFiltersUsingGETParams) WithDisplayLanguage(displayLanguage *string) *GetDeploymentFiltersUsingGETParams

WithDisplayLanguage adds the displayLanguage to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) WithDisplayName added in v0.2.0

WithDisplayName adds the displayName to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) WithDisplayScript added in v0.2.0

WithDisplayScript adds the displayScript to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) WithDisplayVariant added in v0.2.0

func (o *GetDeploymentFiltersUsingGETParams) WithDisplayVariant(displayVariant *string) *GetDeploymentFiltersUsingGETParams

WithDisplayVariant adds the displayVariant to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) WithISO3Country added in v0.2.0

WithISO3Country adds the iSO3Country to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) WithISO3Language added in v0.2.0

WithISO3Language adds the iSO3Language to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) WithLanguage added in v0.2.0

WithLanguage adds the language to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) WithScript added in v0.2.0

WithScript adds the script to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) WithUnicodeLocaleAttributes added in v0.2.0

func (o *GetDeploymentFiltersUsingGETParams) WithUnicodeLocaleAttributes(unicodeLocaleAttributes []string) *GetDeploymentFiltersUsingGETParams

WithUnicodeLocaleAttributes adds the unicodeLocaleAttributes to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) WithUnicodeLocaleKeys added in v0.2.0

func (o *GetDeploymentFiltersUsingGETParams) WithUnicodeLocaleKeys(unicodeLocaleKeys []string) *GetDeploymentFiltersUsingGETParams

WithUnicodeLocaleKeys adds the unicodeLocaleKeys to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) WithVariant added in v0.2.0

WithVariant adds the variant to the get deployment filters using get params

func (*GetDeploymentFiltersUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeploymentFiltersUsingGETReader

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

GetDeploymentFiltersUsingGETReader is a Reader for the GetDeploymentFiltersUsingGET structure.

func (*GetDeploymentFiltersUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDeploymentFiltersUsingGETUnauthorized

type GetDeploymentFiltersUsingGETUnauthorized struct {
}

GetDeploymentFiltersUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetDeploymentFiltersUsingGETUnauthorized

func NewGetDeploymentFiltersUsingGETUnauthorized() *GetDeploymentFiltersUsingGETUnauthorized

NewGetDeploymentFiltersUsingGETUnauthorized creates a GetDeploymentFiltersUsingGETUnauthorized with default headers values

func (*GetDeploymentFiltersUsingGETUnauthorized) Error

type GetDeploymentResourcesUsingGETNotFound

type GetDeploymentResourcesUsingGETNotFound struct {
}

GetDeploymentResourcesUsingGETNotFound handles this case with default header values.

Not Found

func NewGetDeploymentResourcesUsingGETNotFound

func NewGetDeploymentResourcesUsingGETNotFound() *GetDeploymentResourcesUsingGETNotFound

NewGetDeploymentResourcesUsingGETNotFound creates a GetDeploymentResourcesUsingGETNotFound with default headers values

func (*GetDeploymentResourcesUsingGETNotFound) Error

type GetDeploymentResourcesUsingGETOK

type GetDeploymentResourcesUsingGETOK struct {
	Payload *models.PageOfResource
}

GetDeploymentResourcesUsingGETOK handles this case with default header values.

OK

func NewGetDeploymentResourcesUsingGETOK

func NewGetDeploymentResourcesUsingGETOK() *GetDeploymentResourcesUsingGETOK

NewGetDeploymentResourcesUsingGETOK creates a GetDeploymentResourcesUsingGETOK with default headers values

func (*GetDeploymentResourcesUsingGETOK) Error

func (*GetDeploymentResourcesUsingGETOK) GetPayload

type GetDeploymentResourcesUsingGETParams

type GetDeploymentResourcesUsingGETParams struct {

	/*DollarOrderby
	  Sorting criteria in the format: property (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

	*/
	DollarOrderby []string
	/*DollarSkip
	  Number of records you want to skip

	*/
	DollarSkip *int32
	/*DollarTop
	  Number of records you want

	*/
	DollarTop *int32
	/*DepID
	  Deployment ID

	*/
	DepID strfmt.UUID
	/*ForceCachedResources
	  Retrieves the resources from a cache for a faster query.

	*/
	ForceCachedResources *bool
	/*ForceRefreshResources
	  Guarantees the resources are up-to-date.

	*/
	ForceRefreshResources *bool

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

GetDeploymentResourcesUsingGETParams contains all the parameters to send to the API endpoint for the get deployment resources using g e t operation typically these are written to a http.Request

func NewGetDeploymentResourcesUsingGETParams

func NewGetDeploymentResourcesUsingGETParams() *GetDeploymentResourcesUsingGETParams

NewGetDeploymentResourcesUsingGETParams creates a new GetDeploymentResourcesUsingGETParams object with the default values initialized.

func NewGetDeploymentResourcesUsingGETParamsWithContext

func NewGetDeploymentResourcesUsingGETParamsWithContext(ctx context.Context) *GetDeploymentResourcesUsingGETParams

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

func NewGetDeploymentResourcesUsingGETParamsWithHTTPClient

func NewGetDeploymentResourcesUsingGETParamsWithHTTPClient(client *http.Client) *GetDeploymentResourcesUsingGETParams

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

func NewGetDeploymentResourcesUsingGETParamsWithTimeout

func NewGetDeploymentResourcesUsingGETParamsWithTimeout(timeout time.Duration) *GetDeploymentResourcesUsingGETParams

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

func (*GetDeploymentResourcesUsingGETParams) SetContext

SetContext adds the context to the get deployment resources using get params

func (*GetDeploymentResourcesUsingGETParams) SetDepID

SetDepID adds the depId to the get deployment resources using get params

func (*GetDeploymentResourcesUsingGETParams) SetDollarOrderby added in v0.2.0

func (o *GetDeploymentResourcesUsingGETParams) SetDollarOrderby(dollarOrderby []string)

SetDollarOrderby adds the dollarOrderby to the get deployment resources using get params

func (*GetDeploymentResourcesUsingGETParams) SetDollarSkip added in v0.2.0

func (o *GetDeploymentResourcesUsingGETParams) SetDollarSkip(dollarSkip *int32)

SetDollarSkip adds the dollarSkip to the get deployment resources using get params

func (*GetDeploymentResourcesUsingGETParams) SetDollarTop added in v0.2.0

func (o *GetDeploymentResourcesUsingGETParams) SetDollarTop(dollarTop *int32)

SetDollarTop adds the dollarTop to the get deployment resources using get params

func (*GetDeploymentResourcesUsingGETParams) SetForceCachedResources

func (o *GetDeploymentResourcesUsingGETParams) SetForceCachedResources(forceCachedResources *bool)

SetForceCachedResources adds the forceCachedResources to the get deployment resources using get params

func (*GetDeploymentResourcesUsingGETParams) SetForceRefreshResources

func (o *GetDeploymentResourcesUsingGETParams) SetForceRefreshResources(forceRefreshResources *bool)

SetForceRefreshResources adds the forceRefreshResources to the get deployment resources using get params

func (*GetDeploymentResourcesUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get deployment resources using get params

func (*GetDeploymentResourcesUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get deployment resources using get params

func (*GetDeploymentResourcesUsingGETParams) WithContext

WithContext adds the context to the get deployment resources using get params

func (*GetDeploymentResourcesUsingGETParams) WithDepID

WithDepID adds the depID to the get deployment resources using get params

func (*GetDeploymentResourcesUsingGETParams) WithDollarOrderby added in v0.2.0

WithDollarOrderby adds the dollarOrderby to the get deployment resources using get params

func (*GetDeploymentResourcesUsingGETParams) WithDollarSkip added in v0.2.0

WithDollarSkip adds the dollarSkip to the get deployment resources using get params

func (*GetDeploymentResourcesUsingGETParams) WithDollarTop added in v0.2.0

WithDollarTop adds the dollarTop to the get deployment resources using get params

func (*GetDeploymentResourcesUsingGETParams) WithForceCachedResources

func (o *GetDeploymentResourcesUsingGETParams) WithForceCachedResources(forceCachedResources *bool) *GetDeploymentResourcesUsingGETParams

WithForceCachedResources adds the forceCachedResources to the get deployment resources using get params

func (*GetDeploymentResourcesUsingGETParams) WithForceRefreshResources

func (o *GetDeploymentResourcesUsingGETParams) WithForceRefreshResources(forceRefreshResources *bool) *GetDeploymentResourcesUsingGETParams

WithForceRefreshResources adds the forceRefreshResources to the get deployment resources using get params

func (*GetDeploymentResourcesUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get deployment resources using get params

func (*GetDeploymentResourcesUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get deployment resources using get params

func (*GetDeploymentResourcesUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeploymentResourcesUsingGETReader

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

GetDeploymentResourcesUsingGETReader is a Reader for the GetDeploymentResourcesUsingGET structure.

func (*GetDeploymentResourcesUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDeploymentResourcesUsingGETUnauthorized

type GetDeploymentResourcesUsingGETUnauthorized struct {
}

GetDeploymentResourcesUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetDeploymentResourcesUsingGETUnauthorized

func NewGetDeploymentResourcesUsingGETUnauthorized() *GetDeploymentResourcesUsingGETUnauthorized

NewGetDeploymentResourcesUsingGETUnauthorized creates a GetDeploymentResourcesUsingGETUnauthorized with default headers values

func (*GetDeploymentResourcesUsingGETUnauthorized) Error

type GetDeploymentsForProjectUsingGETOK

type GetDeploymentsForProjectUsingGETOK struct {
	Payload *models.Page
}

GetDeploymentsForProjectUsingGETOK handles this case with default header values.

OK

func NewGetDeploymentsForProjectUsingGETOK

func NewGetDeploymentsForProjectUsingGETOK() *GetDeploymentsForProjectUsingGETOK

NewGetDeploymentsForProjectUsingGETOK creates a GetDeploymentsForProjectUsingGETOK with default headers values

func (*GetDeploymentsForProjectUsingGETOK) Error

func (*GetDeploymentsForProjectUsingGETOK) GetPayload

type GetDeploymentsForProjectUsingGETParams

type GetDeploymentsForProjectUsingGETParams struct {

	/*ProjectID
	  Project ID

	*/
	ProjectID strfmt.UUID

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

GetDeploymentsForProjectUsingGETParams contains all the parameters to send to the API endpoint for the get deployments for project using g e t operation typically these are written to a http.Request

func NewGetDeploymentsForProjectUsingGETParams

func NewGetDeploymentsForProjectUsingGETParams() *GetDeploymentsForProjectUsingGETParams

NewGetDeploymentsForProjectUsingGETParams creates a new GetDeploymentsForProjectUsingGETParams object with the default values initialized.

func NewGetDeploymentsForProjectUsingGETParamsWithContext

func NewGetDeploymentsForProjectUsingGETParamsWithContext(ctx context.Context) *GetDeploymentsForProjectUsingGETParams

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

func NewGetDeploymentsForProjectUsingGETParamsWithHTTPClient

func NewGetDeploymentsForProjectUsingGETParamsWithHTTPClient(client *http.Client) *GetDeploymentsForProjectUsingGETParams

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

func NewGetDeploymentsForProjectUsingGETParamsWithTimeout

func NewGetDeploymentsForProjectUsingGETParamsWithTimeout(timeout time.Duration) *GetDeploymentsForProjectUsingGETParams

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

func (*GetDeploymentsForProjectUsingGETParams) SetContext

SetContext adds the context to the get deployments for project using get params

func (*GetDeploymentsForProjectUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get deployments for project using get params

func (*GetDeploymentsForProjectUsingGETParams) SetProjectID

func (o *GetDeploymentsForProjectUsingGETParams) SetProjectID(projectID strfmt.UUID)

SetProjectID adds the projectId to the get deployments for project using get params

func (*GetDeploymentsForProjectUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get deployments for project using get params

func (*GetDeploymentsForProjectUsingGETParams) WithContext

WithContext adds the context to the get deployments for project using get params

func (*GetDeploymentsForProjectUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get deployments for project using get params

func (*GetDeploymentsForProjectUsingGETParams) WithProjectID

WithProjectID adds the projectID to the get deployments for project using get params

func (*GetDeploymentsForProjectUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get deployments for project using get params

func (*GetDeploymentsForProjectUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeploymentsForProjectUsingGETReader

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

GetDeploymentsForProjectUsingGETReader is a Reader for the GetDeploymentsForProjectUsingGET structure.

func (*GetDeploymentsForProjectUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDeploymentsUsingGETOK

type GetDeploymentsUsingGETOK struct {
	Payload *models.PageOfDeployment
}

GetDeploymentsUsingGETOK handles this case with default header values.

OK

func NewGetDeploymentsUsingGETOK

func NewGetDeploymentsUsingGETOK() *GetDeploymentsUsingGETOK

NewGetDeploymentsUsingGETOK creates a GetDeploymentsUsingGETOK with default headers values

func (*GetDeploymentsUsingGETOK) Error

func (o *GetDeploymentsUsingGETOK) Error() string

func (*GetDeploymentsUsingGETOK) GetPayload

type GetDeploymentsUsingGETParams

type GetDeploymentsUsingGETParams struct {

	/*DollarOrderby
	  Sorting criteria in the format: property (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

	*/
	DollarOrderby []string
	/*DollarSkip
	  Number of records you want to skip

	*/
	DollarSkip *int32
	/*DollarTop
	  Number of records you want

	*/
	DollarTop *int32
	/*CloudAccounts
	  A comma-separated list. Results must be associated with one of these cloud accounts.

	*/
	CloudAccounts []string
	/*CloudTypes
	  A comma-separated list. Results must be associated with one of these endpoint Types

	*/
	CloudTypes []string
	/*ExpandLastRequest
	  Expands deployment last request.

	*/
	ExpandLastRequest *bool
	/*ExpandProject
	  The 'project' field of each resulting deployment will be retrieved.

	*/
	ExpandProject *bool
	/*ExpandResources
	  The 'resources' field of each resulting deployment will be retrieved.

	*/
	ExpandResources *bool
	/*ForceCachedResources
	  The 'resources' field of each deployment in the result list will be read from a cache for a faster query.

	*/
	ForceCachedResources *bool
	/*ForceRefreshResources
	  The 'resources' field of each deployment in the result list will be guaranteed up-to-date.

	*/
	ForceRefreshResources *bool
	/*Ids
	  A comma-separated list. Only deployments with these IDs will be included in the results.

	*/
	Ids []strfmt.UUID
	/*Name
	  Results must have exactly this name.

	*/
	Name *string
	/*Projects
	  A comma-separated list. Results must be associated with one of these project IDs.

	*/
	Projects []string
	/*RequestedBy
	  A comma-separated list. Results must be associated with one of these requesters

	*/
	RequestedBy []string
	/*ResourceTypes
	  A comma-separated list. Results must be associated with one of these resourceType Names.

	*/
	ResourceTypes []string
	/*Search
	  Results must either have names with this string as a prefix or contain this string in their description.

	*/
	Search *string
	/*Status
	  A comma-separated list. Results must be associated with one of these statuses.

	*/
	Status []string
	/*Tags
	  A comma-separated list. Results must be associated with one of these tags

	*/
	Tags []string
	/*Templates
	  A comma-separated list. Results must be associated with one of these templates.

	*/
	Templates []string

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

GetDeploymentsUsingGETParams contains all the parameters to send to the API endpoint for the get deployments using g e t operation typically these are written to a http.Request

func NewGetDeploymentsUsingGETParams

func NewGetDeploymentsUsingGETParams() *GetDeploymentsUsingGETParams

NewGetDeploymentsUsingGETParams creates a new GetDeploymentsUsingGETParams object with the default values initialized.

func NewGetDeploymentsUsingGETParamsWithContext

func NewGetDeploymentsUsingGETParamsWithContext(ctx context.Context) *GetDeploymentsUsingGETParams

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

func NewGetDeploymentsUsingGETParamsWithHTTPClient

func NewGetDeploymentsUsingGETParamsWithHTTPClient(client *http.Client) *GetDeploymentsUsingGETParams

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

func NewGetDeploymentsUsingGETParamsWithTimeout

func NewGetDeploymentsUsingGETParamsWithTimeout(timeout time.Duration) *GetDeploymentsUsingGETParams

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

func (*GetDeploymentsUsingGETParams) SetCloudAccounts

func (o *GetDeploymentsUsingGETParams) SetCloudAccounts(cloudAccounts []string)

SetCloudAccounts adds the cloudAccounts to the get deployments using get params

func (*GetDeploymentsUsingGETParams) SetCloudTypes

func (o *GetDeploymentsUsingGETParams) SetCloudTypes(cloudTypes []string)

SetCloudTypes adds the cloudTypes to the get deployments using get params

func (*GetDeploymentsUsingGETParams) SetContext

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

SetContext adds the context to the get deployments using get params

func (*GetDeploymentsUsingGETParams) SetDollarOrderby added in v0.2.0

func (o *GetDeploymentsUsingGETParams) SetDollarOrderby(dollarOrderby []string)

SetDollarOrderby adds the dollarOrderby to the get deployments using get params

func (*GetDeploymentsUsingGETParams) SetDollarSkip added in v0.2.0

func (o *GetDeploymentsUsingGETParams) SetDollarSkip(dollarSkip *int32)

SetDollarSkip adds the dollarSkip to the get deployments using get params

func (*GetDeploymentsUsingGETParams) SetDollarTop added in v0.2.0

func (o *GetDeploymentsUsingGETParams) SetDollarTop(dollarTop *int32)

SetDollarTop adds the dollarTop to the get deployments using get params

func (*GetDeploymentsUsingGETParams) SetExpandLastRequest

func (o *GetDeploymentsUsingGETParams) SetExpandLastRequest(expandLastRequest *bool)

SetExpandLastRequest adds the expandLastRequest to the get deployments using get params

func (*GetDeploymentsUsingGETParams) SetExpandProject

func (o *GetDeploymentsUsingGETParams) SetExpandProject(expandProject *bool)

SetExpandProject adds the expandProject to the get deployments using get params

func (*GetDeploymentsUsingGETParams) SetExpandResources

func (o *GetDeploymentsUsingGETParams) SetExpandResources(expandResources *bool)

SetExpandResources adds the expandResources to the get deployments using get params

func (*GetDeploymentsUsingGETParams) SetForceCachedResources

func (o *GetDeploymentsUsingGETParams) SetForceCachedResources(forceCachedResources *bool)

SetForceCachedResources adds the forceCachedResources to the get deployments using get params

func (*GetDeploymentsUsingGETParams) SetForceRefreshResources

func (o *GetDeploymentsUsingGETParams) SetForceRefreshResources(forceRefreshResources *bool)

SetForceRefreshResources adds the forceRefreshResources to the get deployments using get params

func (*GetDeploymentsUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get deployments using get params

func (*GetDeploymentsUsingGETParams) SetIds

func (o *GetDeploymentsUsingGETParams) SetIds(ids []strfmt.UUID)

SetIds adds the ids to the get deployments using get params

func (*GetDeploymentsUsingGETParams) SetName

func (o *GetDeploymentsUsingGETParams) SetName(name *string)

SetName adds the name to the get deployments using get params

func (*GetDeploymentsUsingGETParams) SetProjects

func (o *GetDeploymentsUsingGETParams) SetProjects(projects []string)

SetProjects adds the projects to the get deployments using get params

func (*GetDeploymentsUsingGETParams) SetRequestedBy

func (o *GetDeploymentsUsingGETParams) SetRequestedBy(requestedBy []string)

SetRequestedBy adds the requestedBy to the get deployments using get params

func (*GetDeploymentsUsingGETParams) SetResourceTypes

func (o *GetDeploymentsUsingGETParams) SetResourceTypes(resourceTypes []string)

SetResourceTypes adds the resourceTypes to the get deployments using get params

func (*GetDeploymentsUsingGETParams) SetSearch

func (o *GetDeploymentsUsingGETParams) SetSearch(search *string)

SetSearch adds the search to the get deployments using get params

func (*GetDeploymentsUsingGETParams) SetStatus added in v0.2.0

func (o *GetDeploymentsUsingGETParams) SetStatus(status []string)

SetStatus adds the status to the get deployments using get params

func (*GetDeploymentsUsingGETParams) SetTags

func (o *GetDeploymentsUsingGETParams) SetTags(tags []string)

SetTags adds the tags to the get deployments using get params

func (*GetDeploymentsUsingGETParams) SetTemplates

func (o *GetDeploymentsUsingGETParams) SetTemplates(templates []string)

SetTemplates adds the templates to the get deployments using get params

func (*GetDeploymentsUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get deployments using get params

func (*GetDeploymentsUsingGETParams) WithCloudAccounts

func (o *GetDeploymentsUsingGETParams) WithCloudAccounts(cloudAccounts []string) *GetDeploymentsUsingGETParams

WithCloudAccounts adds the cloudAccounts to the get deployments using get params

func (*GetDeploymentsUsingGETParams) WithCloudTypes

func (o *GetDeploymentsUsingGETParams) WithCloudTypes(cloudTypes []string) *GetDeploymentsUsingGETParams

WithCloudTypes adds the cloudTypes to the get deployments using get params

func (*GetDeploymentsUsingGETParams) WithContext

WithContext adds the context to the get deployments using get params

func (*GetDeploymentsUsingGETParams) WithDollarOrderby added in v0.2.0

func (o *GetDeploymentsUsingGETParams) WithDollarOrderby(dollarOrderby []string) *GetDeploymentsUsingGETParams

WithDollarOrderby adds the dollarOrderby to the get deployments using get params

func (*GetDeploymentsUsingGETParams) WithDollarSkip added in v0.2.0

func (o *GetDeploymentsUsingGETParams) WithDollarSkip(dollarSkip *int32) *GetDeploymentsUsingGETParams

WithDollarSkip adds the dollarSkip to the get deployments using get params

func (*GetDeploymentsUsingGETParams) WithDollarTop added in v0.2.0

func (o *GetDeploymentsUsingGETParams) WithDollarTop(dollarTop *int32) *GetDeploymentsUsingGETParams

WithDollarTop adds the dollarTop to the get deployments using get params

func (*GetDeploymentsUsingGETParams) WithExpandLastRequest

func (o *GetDeploymentsUsingGETParams) WithExpandLastRequest(expandLastRequest *bool) *GetDeploymentsUsingGETParams

WithExpandLastRequest adds the expandLastRequest to the get deployments using get params

func (*GetDeploymentsUsingGETParams) WithExpandProject

func (o *GetDeploymentsUsingGETParams) WithExpandProject(expandProject *bool) *GetDeploymentsUsingGETParams

WithExpandProject adds the expandProject to the get deployments using get params

func (*GetDeploymentsUsingGETParams) WithExpandResources

func (o *GetDeploymentsUsingGETParams) WithExpandResources(expandResources *bool) *GetDeploymentsUsingGETParams

WithExpandResources adds the expandResources to the get deployments using get params

func (*GetDeploymentsUsingGETParams) WithForceCachedResources

func (o *GetDeploymentsUsingGETParams) WithForceCachedResources(forceCachedResources *bool) *GetDeploymentsUsingGETParams

WithForceCachedResources adds the forceCachedResources to the get deployments using get params

func (*GetDeploymentsUsingGETParams) WithForceRefreshResources

func (o *GetDeploymentsUsingGETParams) WithForceRefreshResources(forceRefreshResources *bool) *GetDeploymentsUsingGETParams

WithForceRefreshResources adds the forceRefreshResources to the get deployments using get params

func (*GetDeploymentsUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get deployments using get params

func (*GetDeploymentsUsingGETParams) WithIds

WithIds adds the ids to the get deployments using get params

func (*GetDeploymentsUsingGETParams) WithName

WithName adds the name to the get deployments using get params

func (*GetDeploymentsUsingGETParams) WithProjects

WithProjects adds the projects to the get deployments using get params

func (*GetDeploymentsUsingGETParams) WithRequestedBy

func (o *GetDeploymentsUsingGETParams) WithRequestedBy(requestedBy []string) *GetDeploymentsUsingGETParams

WithRequestedBy adds the requestedBy to the get deployments using get params

func (*GetDeploymentsUsingGETParams) WithResourceTypes

func (o *GetDeploymentsUsingGETParams) WithResourceTypes(resourceTypes []string) *GetDeploymentsUsingGETParams

WithResourceTypes adds the resourceTypes to the get deployments using get params

func (*GetDeploymentsUsingGETParams) WithSearch

WithSearch adds the search to the get deployments using get params

func (*GetDeploymentsUsingGETParams) WithStatus added in v0.2.0

WithStatus adds the status to the get deployments using get params

func (*GetDeploymentsUsingGETParams) WithTags

WithTags adds the tags to the get deployments using get params

func (*GetDeploymentsUsingGETParams) WithTemplates

func (o *GetDeploymentsUsingGETParams) WithTemplates(templates []string) *GetDeploymentsUsingGETParams

WithTemplates adds the templates to the get deployments using get params

func (*GetDeploymentsUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get deployments using get params

func (*GetDeploymentsUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeploymentsUsingGETReader

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

GetDeploymentsUsingGETReader is a Reader for the GetDeploymentsUsingGET structure.

func (*GetDeploymentsUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDeploymentsUsingGETUnauthorized

type GetDeploymentsUsingGETUnauthorized struct {
}

GetDeploymentsUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetDeploymentsUsingGETUnauthorized

func NewGetDeploymentsUsingGETUnauthorized() *GetDeploymentsUsingGETUnauthorized

NewGetDeploymentsUsingGETUnauthorized creates a GetDeploymentsUsingGETUnauthorized with default headers values

func (*GetDeploymentsUsingGETUnauthorized) Error

type GetResourceByIDUsingGETNotFound

type GetResourceByIDUsingGETNotFound struct {
}

GetResourceByIDUsingGETNotFound handles this case with default header values.

Not Found

func NewGetResourceByIDUsingGETNotFound

func NewGetResourceByIDUsingGETNotFound() *GetResourceByIDUsingGETNotFound

NewGetResourceByIDUsingGETNotFound creates a GetResourceByIDUsingGETNotFound with default headers values

func (*GetResourceByIDUsingGETNotFound) Error

type GetResourceByIDUsingGETOK

type GetResourceByIDUsingGETOK struct {
	Payload *models.Resource
}

GetResourceByIDUsingGETOK handles this case with default header values.

OK

func NewGetResourceByIDUsingGETOK

func NewGetResourceByIDUsingGETOK() *GetResourceByIDUsingGETOK

NewGetResourceByIDUsingGETOK creates a GetResourceByIDUsingGETOK with default headers values

func (*GetResourceByIDUsingGETOK) Error

func (o *GetResourceByIDUsingGETOK) Error() string

func (*GetResourceByIDUsingGETOK) GetPayload

func (o *GetResourceByIDUsingGETOK) GetPayload() *models.Resource

type GetResourceByIDUsingGETParams

type GetResourceByIDUsingGETParams struct {

	/*DepID
	  Deployment ID

	*/
	DepID strfmt.UUID
	/*ForceCachedResources
	  Retrieves the resource from a cache for a faster query.

	*/
	ForceCachedResources *bool
	/*ForceRefreshResources
	  Guarantees the resource is up-to-date.

	*/
	ForceRefreshResources *bool
	/*ResourceID
	  Resource ID

	*/
	ResourceID strfmt.UUID

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

GetResourceByIDUsingGETParams contains all the parameters to send to the API endpoint for the get resource by Id using g e t operation typically these are written to a http.Request

func NewGetResourceByIDUsingGETParams

func NewGetResourceByIDUsingGETParams() *GetResourceByIDUsingGETParams

NewGetResourceByIDUsingGETParams creates a new GetResourceByIDUsingGETParams object with the default values initialized.

func NewGetResourceByIDUsingGETParamsWithContext

func NewGetResourceByIDUsingGETParamsWithContext(ctx context.Context) *GetResourceByIDUsingGETParams

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

func NewGetResourceByIDUsingGETParamsWithHTTPClient

func NewGetResourceByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetResourceByIDUsingGETParams

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

func NewGetResourceByIDUsingGETParamsWithTimeout

func NewGetResourceByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetResourceByIDUsingGETParams

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

func (*GetResourceByIDUsingGETParams) SetContext

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

SetContext adds the context to the get resource by Id using get params

func (*GetResourceByIDUsingGETParams) SetDepID

func (o *GetResourceByIDUsingGETParams) SetDepID(depID strfmt.UUID)

SetDepID adds the depId to the get resource by Id using get params

func (*GetResourceByIDUsingGETParams) SetForceCachedResources

func (o *GetResourceByIDUsingGETParams) SetForceCachedResources(forceCachedResources *bool)

SetForceCachedResources adds the forceCachedResources to the get resource by Id using get params

func (*GetResourceByIDUsingGETParams) SetForceRefreshResources

func (o *GetResourceByIDUsingGETParams) SetForceRefreshResources(forceRefreshResources *bool)

SetForceRefreshResources adds the forceRefreshResources to the get resource by Id using get params

func (*GetResourceByIDUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get resource by Id using get params

func (*GetResourceByIDUsingGETParams) SetResourceID

func (o *GetResourceByIDUsingGETParams) SetResourceID(resourceID strfmt.UUID)

SetResourceID adds the resourceId to the get resource by Id using get params

func (*GetResourceByIDUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get resource by Id using get params

func (*GetResourceByIDUsingGETParams) WithContext

WithContext adds the context to the get resource by Id using get params

func (*GetResourceByIDUsingGETParams) WithDepID

WithDepID adds the depID to the get resource by Id using get params

func (*GetResourceByIDUsingGETParams) WithForceCachedResources

func (o *GetResourceByIDUsingGETParams) WithForceCachedResources(forceCachedResources *bool) *GetResourceByIDUsingGETParams

WithForceCachedResources adds the forceCachedResources to the get resource by Id using get params

func (*GetResourceByIDUsingGETParams) WithForceRefreshResources

func (o *GetResourceByIDUsingGETParams) WithForceRefreshResources(forceRefreshResources *bool) *GetResourceByIDUsingGETParams

WithForceRefreshResources adds the forceRefreshResources to the get resource by Id using get params

func (*GetResourceByIDUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get resource by Id using get params

func (*GetResourceByIDUsingGETParams) WithResourceID

WithResourceID adds the resourceID to the get resource by Id using get params

func (*GetResourceByIDUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get resource by Id using get params

func (*GetResourceByIDUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetResourceByIDUsingGETReader

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

GetResourceByIDUsingGETReader is a Reader for the GetResourceByIDUsingGET structure.

func (*GetResourceByIDUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetResourceByIDUsingGETUnauthorized

type GetResourceByIDUsingGETUnauthorized struct {
}

GetResourceByIDUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetResourceByIDUsingGETUnauthorized

func NewGetResourceByIDUsingGETUnauthorized() *GetResourceByIDUsingGETUnauthorized

NewGetResourceByIDUsingGETUnauthorized creates a GetResourceByIDUsingGETUnauthorized with default headers values

func (*GetResourceByIDUsingGETUnauthorized) Error

type PatchDeploymentUsingPATCHNotFound added in v0.2.0

type PatchDeploymentUsingPATCHNotFound struct {
}

PatchDeploymentUsingPATCHNotFound handles this case with default header values.

Not Found

func NewPatchDeploymentUsingPATCHNotFound added in v0.2.0

func NewPatchDeploymentUsingPATCHNotFound() *PatchDeploymentUsingPATCHNotFound

NewPatchDeploymentUsingPATCHNotFound creates a PatchDeploymentUsingPATCHNotFound with default headers values

func (*PatchDeploymentUsingPATCHNotFound) Error added in v0.2.0

type PatchDeploymentUsingPATCHOK

type PatchDeploymentUsingPATCHOK struct {
	Payload *models.Deployment
}

PatchDeploymentUsingPATCHOK handles this case with default header values.

OK

func NewPatchDeploymentUsingPATCHOK

func NewPatchDeploymentUsingPATCHOK() *PatchDeploymentUsingPATCHOK

NewPatchDeploymentUsingPATCHOK creates a PatchDeploymentUsingPATCHOK with default headers values

func (*PatchDeploymentUsingPATCHOK) Error

func (*PatchDeploymentUsingPATCHOK) GetPayload

type PatchDeploymentUsingPATCHParams

type PatchDeploymentUsingPATCHParams struct {

	/*DepID
	  Deployment ID

	*/
	DepID strfmt.UUID
	/*Update
	  A set of fields to overwrite the corresponding fields in the deployment

	*/
	Update *models.DeploymentUpdate

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

PatchDeploymentUsingPATCHParams contains all the parameters to send to the API endpoint for the patch deployment using p a t c h operation typically these are written to a http.Request

func NewPatchDeploymentUsingPATCHParams

func NewPatchDeploymentUsingPATCHParams() *PatchDeploymentUsingPATCHParams

NewPatchDeploymentUsingPATCHParams creates a new PatchDeploymentUsingPATCHParams object with the default values initialized.

func NewPatchDeploymentUsingPATCHParamsWithContext

func NewPatchDeploymentUsingPATCHParamsWithContext(ctx context.Context) *PatchDeploymentUsingPATCHParams

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

func NewPatchDeploymentUsingPATCHParamsWithHTTPClient

func NewPatchDeploymentUsingPATCHParamsWithHTTPClient(client *http.Client) *PatchDeploymentUsingPATCHParams

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

func NewPatchDeploymentUsingPATCHParamsWithTimeout

func NewPatchDeploymentUsingPATCHParamsWithTimeout(timeout time.Duration) *PatchDeploymentUsingPATCHParams

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

func (*PatchDeploymentUsingPATCHParams) SetContext

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

SetContext adds the context to the patch deployment using p a t c h params

func (*PatchDeploymentUsingPATCHParams) SetDepID

func (o *PatchDeploymentUsingPATCHParams) SetDepID(depID strfmt.UUID)

SetDepID adds the depId to the patch deployment using p a t c h params

func (*PatchDeploymentUsingPATCHParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch deployment using p a t c h params

func (*PatchDeploymentUsingPATCHParams) SetTimeout

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

SetTimeout adds the timeout to the patch deployment using p a t c h params

func (*PatchDeploymentUsingPATCHParams) SetUpdate

SetUpdate adds the update to the patch deployment using p a t c h params

func (*PatchDeploymentUsingPATCHParams) WithContext

WithContext adds the context to the patch deployment using p a t c h params

func (*PatchDeploymentUsingPATCHParams) WithDepID

WithDepID adds the depID to the patch deployment using p a t c h params

func (*PatchDeploymentUsingPATCHParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch deployment using p a t c h params

func (*PatchDeploymentUsingPATCHParams) WithTimeout

WithTimeout adds the timeout to the patch deployment using p a t c h params

func (*PatchDeploymentUsingPATCHParams) WithUpdate

WithUpdate adds the update to the patch deployment using p a t c h params

func (*PatchDeploymentUsingPATCHParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchDeploymentUsingPATCHReader

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

PatchDeploymentUsingPATCHReader is a Reader for the PatchDeploymentUsingPATCH structure.

func (*PatchDeploymentUsingPATCHReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchDeploymentUsingPATCHUnauthorized

type PatchDeploymentUsingPATCHUnauthorized struct {
}

PatchDeploymentUsingPATCHUnauthorized handles this case with default header values.

Unauthorized

func NewPatchDeploymentUsingPATCHUnauthorized

func NewPatchDeploymentUsingPATCHUnauthorized() *PatchDeploymentUsingPATCHUnauthorized

NewPatchDeploymentUsingPATCHUnauthorized creates a PatchDeploymentUsingPATCHUnauthorized with default headers values

func (*PatchDeploymentUsingPATCHUnauthorized) Error

Jump to

Keyboard shortcuts

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