deployments

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2021 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 CheckDeploymentNameExistsUsingGETNotFound added in v0.2.21

type CheckDeploymentNameExistsUsingGETNotFound struct {
	Payload *models.Error
}
CheckDeploymentNameExistsUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewCheckDeploymentNameExistsUsingGETNotFound added in v0.2.21

func NewCheckDeploymentNameExistsUsingGETNotFound() *CheckDeploymentNameExistsUsingGETNotFound

NewCheckDeploymentNameExistsUsingGETNotFound creates a CheckDeploymentNameExistsUsingGETNotFound with default headers values

func (*CheckDeploymentNameExistsUsingGETNotFound) Error added in v0.2.21

func (*CheckDeploymentNameExistsUsingGETNotFound) GetPayload added in v0.2.21

type CheckDeploymentNameExistsUsingGETOK added in v0.2.21

type CheckDeploymentNameExistsUsingGETOK struct {
}
CheckDeploymentNameExistsUsingGETOK describes a response with status code 200, with default header values.

OK

func NewCheckDeploymentNameExistsUsingGETOK added in v0.2.21

func NewCheckDeploymentNameExistsUsingGETOK() *CheckDeploymentNameExistsUsingGETOK

NewCheckDeploymentNameExistsUsingGETOK creates a CheckDeploymentNameExistsUsingGETOK with default headers values

func (*CheckDeploymentNameExistsUsingGETOK) Error added in v0.2.21

type CheckDeploymentNameExistsUsingGETParams added in v0.2.21

type CheckDeploymentNameExistsUsingGETParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.
	*/
	APIVersion *string

	/* Name.

	   Deployment name
	*/
	Name *string

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

CheckDeploymentNameExistsUsingGETParams contains all the parameters to send to the API endpoint

for the check deployment name exists using g e t operation.

Typically these are written to a http.Request.

func NewCheckDeploymentNameExistsUsingGETParams added in v0.2.21

func NewCheckDeploymentNameExistsUsingGETParams() *CheckDeploymentNameExistsUsingGETParams

NewCheckDeploymentNameExistsUsingGETParams creates a new CheckDeploymentNameExistsUsingGETParams 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 NewCheckDeploymentNameExistsUsingGETParamsWithContext added in v0.2.21

func NewCheckDeploymentNameExistsUsingGETParamsWithContext(ctx context.Context) *CheckDeploymentNameExistsUsingGETParams

NewCheckDeploymentNameExistsUsingGETParamsWithContext creates a new CheckDeploymentNameExistsUsingGETParams object with the ability to set a context for a request.

func NewCheckDeploymentNameExistsUsingGETParamsWithHTTPClient added in v0.2.21

func NewCheckDeploymentNameExistsUsingGETParamsWithHTTPClient(client *http.Client) *CheckDeploymentNameExistsUsingGETParams

NewCheckDeploymentNameExistsUsingGETParamsWithHTTPClient creates a new CheckDeploymentNameExistsUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewCheckDeploymentNameExistsUsingGETParamsWithTimeout added in v0.2.21

func NewCheckDeploymentNameExistsUsingGETParamsWithTimeout(timeout time.Duration) *CheckDeploymentNameExistsUsingGETParams

NewCheckDeploymentNameExistsUsingGETParamsWithTimeout creates a new CheckDeploymentNameExistsUsingGETParams object with the ability to set a timeout on a request.

func (*CheckDeploymentNameExistsUsingGETParams) SetAPIVersion added in v0.2.21

func (o *CheckDeploymentNameExistsUsingGETParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the check deployment name exists using get params

func (*CheckDeploymentNameExistsUsingGETParams) SetContext added in v0.2.21

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

func (*CheckDeploymentNameExistsUsingGETParams) SetDefaults added in v0.2.21

func (o *CheckDeploymentNameExistsUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the check deployment name exists using get params (not the query body).

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

func (*CheckDeploymentNameExistsUsingGETParams) SetHTTPClient added in v0.2.21

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

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

func (*CheckDeploymentNameExistsUsingGETParams) SetName added in v0.2.21

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

func (*CheckDeploymentNameExistsUsingGETParams) SetTimeout added in v0.2.21

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

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

func (*CheckDeploymentNameExistsUsingGETParams) WithAPIVersion added in v0.2.21

WithAPIVersion adds the aPIVersion to the check deployment name exists using get params

func (*CheckDeploymentNameExistsUsingGETParams) WithContext added in v0.2.21

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

func (*CheckDeploymentNameExistsUsingGETParams) WithDefaults added in v0.2.21

WithDefaults hydrates default values in the check deployment name exists using get params (not the query body).

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

func (*CheckDeploymentNameExistsUsingGETParams) WithHTTPClient added in v0.2.21

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

func (*CheckDeploymentNameExistsUsingGETParams) WithName added in v0.2.21

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

func (*CheckDeploymentNameExistsUsingGETParams) WithTimeout added in v0.2.21

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

func (*CheckDeploymentNameExistsUsingGETParams) WriteToRequest added in v0.2.21

WriteToRequest writes these params to a swagger request

type CheckDeploymentNameExistsUsingGETReader added in v0.2.21

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

CheckDeploymentNameExistsUsingGETReader is a Reader for the CheckDeploymentNameExistsUsingGET structure.

func (*CheckDeploymentNameExistsUsingGETReader) ReadResponse added in v0.2.21

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

ReadResponse reads a server response into the received o.

type CheckDeploymentNameExistsUsingGETUnauthorized added in v0.2.21

type CheckDeploymentNameExistsUsingGETUnauthorized struct {
}
CheckDeploymentNameExistsUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewCheckDeploymentNameExistsUsingGETUnauthorized added in v0.2.21

func NewCheckDeploymentNameExistsUsingGETUnauthorized() *CheckDeploymentNameExistsUsingGETUnauthorized

NewCheckDeploymentNameExistsUsingGETUnauthorized creates a CheckDeploymentNameExistsUsingGETUnauthorized with default headers values

func (*CheckDeploymentNameExistsUsingGETUnauthorized) Error added in v0.2.21

type CheckDeploymentNameUsingGETNotFound

type CheckDeploymentNameUsingGETNotFound struct {
	Payload *models.Error
}
CheckDeploymentNameUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewCheckDeploymentNameUsingGETNotFound

func NewCheckDeploymentNameUsingGETNotFound() *CheckDeploymentNameUsingGETNotFound

NewCheckDeploymentNameUsingGETNotFound creates a CheckDeploymentNameUsingGETNotFound with default headers values

func (*CheckDeploymentNameUsingGETNotFound) Error

func (*CheckDeploymentNameUsingGETNotFound) GetPayload added in v0.2.9

type CheckDeploymentNameUsingGETOK

type CheckDeploymentNameUsingGETOK struct {
}
CheckDeploymentNameUsingGETOK describes a response with status code 200, 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 {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.
	*/
	APIVersion *string

	/* 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 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 NewCheckDeploymentNameUsingGETParamsWithContext

func NewCheckDeploymentNameUsingGETParamsWithContext(ctx context.Context) *CheckDeploymentNameUsingGETParams

NewCheckDeploymentNameUsingGETParamsWithContext creates a new CheckDeploymentNameUsingGETParams object with 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 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 ability to set a timeout on a request.

func (*CheckDeploymentNameUsingGETParams) SetAPIVersion added in v0.2.9

func (o *CheckDeploymentNameUsingGETParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the check deployment name using get params

func (*CheckDeploymentNameUsingGETParams) SetContext

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

func (*CheckDeploymentNameUsingGETParams) SetDefaults added in v0.2.20

func (o *CheckDeploymentNameUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the check deployment name using get params (not the query body).

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

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) WithAPIVersion added in v0.2.9

WithAPIVersion adds the aPIVersion 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) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the check deployment name using get params (not the query body).

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

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 describes a response with status code 401, 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 (*Client) CheckDeploymentNameExistsUsingGET added in v0.2.21

func (a *Client) CheckDeploymentNameExistsUsingGET(params *CheckDeploymentNameExistsUsingGETParams, opts ...ClientOption) (*CheckDeploymentNameExistsUsingGETOK, error)

CheckDeploymentNameExistsUsingGET checks if a deployment exists

Returns OK if a deployment with the supplied name exists.

func (*Client) CheckDeploymentNameUsingGET

func (a *Client) CheckDeploymentNameUsingGET(params *CheckDeploymentNameUsingGETParams, opts ...ClientOption) (*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, opts ...ClientOption) (*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, opts ...ClientOption) (*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, opts ...ClientOption) (*GetDeploymentByIDUsingGETOK, error)

GetDeploymentByIDUsingGET fetches a specific deployment

Returns the deployment with the supplied ID.

func (*Client) GetDeploymentExpenseHistoryByIDUsingGET added in v0.2.8

func (a *Client) GetDeploymentExpenseHistoryByIDUsingGET(params *GetDeploymentExpenseHistoryByIDUsingGETParams, opts ...ClientOption) (*GetDeploymentExpenseHistoryByIDUsingGETOK, error)

GetDeploymentExpenseHistoryByIDUsingGET fetches a specific deployment s expense history

Returns the deployment expense history with the supplied ID.

func (*Client) GetDeploymentFilterByIDUsingGET

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

GetDeploymentFilterByIDUsingGET returns the deployment filter with the supplied ID

func (*Client) GetDeploymentFiltersUsingGET

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

GetDeploymentFiltersUsingGET returns the deployment filters in context of given user

func (*Client) GetDeploymentResourcesUsingGET

func (a *Client) GetDeploymentResourcesUsingGET(params *GetDeploymentResourcesUsingGETParams, opts ...ClientOption) (*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, opts ...ClientOption) (*GetDeploymentsForProjectUsingGETOK, error)

GetDeploymentsForProjectUsingGET returns a count of deployments using the project

func (*Client) GetDeploymentsUsingGET

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

GetDeploymentsUsingGET fetches all deployments

Returns a paginated list of deployments. Deployments with more than 100 resources is not supported.

func (*Client) GetResourceByIDUsingGET

func (a *Client) GetResourceByIDUsingGET(params *GetResourceByIDUsingGETParams, opts ...ClientOption) (*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, opts ...ClientOption) (*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 ClientOption added in v0.2.20

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService added in v0.2.18

type ClientService interface {
	CheckDeploymentNameExistsUsingGET(params *CheckDeploymentNameExistsUsingGETParams, opts ...ClientOption) (*CheckDeploymentNameExistsUsingGETOK, error)

	CheckDeploymentNameUsingGET(params *CheckDeploymentNameUsingGETParams, opts ...ClientOption) (*CheckDeploymentNameUsingGETOK, error)

	DeleteDeploymentUsingDELETE(params *DeleteDeploymentUsingDELETEParams, opts ...ClientOption) (*DeleteDeploymentUsingDELETEOK, error)

	DeleteResourceUsingDELETE(params *DeleteResourceUsingDELETEParams, opts ...ClientOption) (*DeleteResourceUsingDELETEOK, error)

	GetDeploymentByIDUsingGET(params *GetDeploymentByIDUsingGETParams, opts ...ClientOption) (*GetDeploymentByIDUsingGETOK, error)

	GetDeploymentExpenseHistoryByIDUsingGET(params *GetDeploymentExpenseHistoryByIDUsingGETParams, opts ...ClientOption) (*GetDeploymentExpenseHistoryByIDUsingGETOK, error)

	GetDeploymentFilterByIDUsingGET(params *GetDeploymentFilterByIDUsingGETParams, opts ...ClientOption) (*GetDeploymentFilterByIDUsingGETOK, error)

	GetDeploymentFiltersUsingGET(params *GetDeploymentFiltersUsingGETParams, opts ...ClientOption) (*GetDeploymentFiltersUsingGETOK, error)

	GetDeploymentResourcesUsingGET(params *GetDeploymentResourcesUsingGETParams, opts ...ClientOption) (*GetDeploymentResourcesUsingGETOK, error)

	GetDeploymentsForProjectUsingGET(params *GetDeploymentsForProjectUsingGETParams, opts ...ClientOption) (*GetDeploymentsForProjectUsingGETOK, error)

	GetDeploymentsUsingGET(params *GetDeploymentsUsingGETParams, opts ...ClientOption) (*GetDeploymentsUsingGETOK, error)

	GetResourceByIDUsingGET(params *GetResourceByIDUsingGETParams, opts ...ClientOption) (*GetResourceByIDUsingGETOK, error)

	PatchDeploymentUsingPATCH(params *PatchDeploymentUsingPATCHParams, opts ...ClientOption) (*PatchDeploymentUsingPATCHOK, 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 deployments API client.

type DeleteDeploymentUsingDELETEConflict added in v0.2.21

type DeleteDeploymentUsingDELETEConflict struct {
}
DeleteDeploymentUsingDELETEConflict describes a response with status code 409, with default header values.

Conflict

func NewDeleteDeploymentUsingDELETEConflict added in v0.2.21

func NewDeleteDeploymentUsingDELETEConflict() *DeleteDeploymentUsingDELETEConflict

NewDeleteDeploymentUsingDELETEConflict creates a DeleteDeploymentUsingDELETEConflict with default headers values

func (*DeleteDeploymentUsingDELETEConflict) Error added in v0.2.21

type DeleteDeploymentUsingDELETEForbidden

type DeleteDeploymentUsingDELETEForbidden struct {
}
DeleteDeploymentUsingDELETEForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteDeploymentUsingDELETEForbidden

func NewDeleteDeploymentUsingDELETEForbidden() *DeleteDeploymentUsingDELETEForbidden

NewDeleteDeploymentUsingDELETEForbidden creates a DeleteDeploymentUsingDELETEForbidden with default headers values

func (*DeleteDeploymentUsingDELETEForbidden) Error

type DeleteDeploymentUsingDELETENotFound added in v0.2.8

type DeleteDeploymentUsingDELETENotFound struct {
	Payload *models.Error
}
DeleteDeploymentUsingDELETENotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteDeploymentUsingDELETENotFound added in v0.2.8

func NewDeleteDeploymentUsingDELETENotFound() *DeleteDeploymentUsingDELETENotFound

NewDeleteDeploymentUsingDELETENotFound creates a DeleteDeploymentUsingDELETENotFound with default headers values

func (*DeleteDeploymentUsingDELETENotFound) Error added in v0.2.8

func (*DeleteDeploymentUsingDELETENotFound) GetPayload added in v0.2.9

type DeleteDeploymentUsingDELETEOK

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

OK

func NewDeleteDeploymentUsingDELETEOK

func NewDeleteDeploymentUsingDELETEOK() *DeleteDeploymentUsingDELETEOK

NewDeleteDeploymentUsingDELETEOK creates a DeleteDeploymentUsingDELETEOK with default headers values

func (*DeleteDeploymentUsingDELETEOK) Error

func (*DeleteDeploymentUsingDELETEOK) GetPayload

func (o *DeleteDeploymentUsingDELETEOK) GetPayload() *models.Request

type DeleteDeploymentUsingDELETEParams

type DeleteDeploymentUsingDELETEParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.
	*/
	APIVersion *string

	/* DeploymentID.

	   Deployment ID

	   Format: uuid
	*/
	DeploymentID 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 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 NewDeleteDeploymentUsingDELETEParamsWithContext

func NewDeleteDeploymentUsingDELETEParamsWithContext(ctx context.Context) *DeleteDeploymentUsingDELETEParams

NewDeleteDeploymentUsingDELETEParamsWithContext creates a new DeleteDeploymentUsingDELETEParams object with 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 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 ability to set a timeout on a request.

func (*DeleteDeploymentUsingDELETEParams) SetAPIVersion added in v0.2.9

func (o *DeleteDeploymentUsingDELETEParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the delete deployment using d e l e t e params

func (*DeleteDeploymentUsingDELETEParams) SetContext

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

func (*DeleteDeploymentUsingDELETEParams) SetDefaults added in v0.2.20

func (o *DeleteDeploymentUsingDELETEParams) SetDefaults()

SetDefaults hydrates default values in the delete deployment using d e l e t e params (not the query body).

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

func (*DeleteDeploymentUsingDELETEParams) SetDeploymentID added in v0.2.21

func (o *DeleteDeploymentUsingDELETEParams) SetDeploymentID(deploymentID strfmt.UUID)

SetDeploymentID adds the deploymentId 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) WithAPIVersion added in v0.2.9

WithAPIVersion adds the aPIVersion 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) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the delete deployment using d e l e t e params (not the query body).

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

func (*DeleteDeploymentUsingDELETEParams) WithDeploymentID added in v0.2.21

WithDeploymentID adds the deploymentID 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 describes a response with status code 401, with default header values.

Unauthorized

func NewDeleteDeploymentUsingDELETEUnauthorized

func NewDeleteDeploymentUsingDELETEUnauthorized() *DeleteDeploymentUsingDELETEUnauthorized

NewDeleteDeploymentUsingDELETEUnauthorized creates a DeleteDeploymentUsingDELETEUnauthorized with default headers values

func (*DeleteDeploymentUsingDELETEUnauthorized) Error

type DeleteResourceUsingDELETEForbidden

type DeleteResourceUsingDELETEForbidden struct {
}
DeleteResourceUsingDELETEForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteResourceUsingDELETEForbidden

func NewDeleteResourceUsingDELETEForbidden() *DeleteResourceUsingDELETEForbidden

NewDeleteResourceUsingDELETEForbidden creates a DeleteResourceUsingDELETEForbidden with default headers values

func (*DeleteResourceUsingDELETEForbidden) Error

type DeleteResourceUsingDELETENotFound added in v0.2.8

type DeleteResourceUsingDELETENotFound struct {
	Payload *models.Error
}
DeleteResourceUsingDELETENotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteResourceUsingDELETENotFound added in v0.2.8

func NewDeleteResourceUsingDELETENotFound() *DeleteResourceUsingDELETENotFound

NewDeleteResourceUsingDELETENotFound creates a DeleteResourceUsingDELETENotFound with default headers values

func (*DeleteResourceUsingDELETENotFound) Error added in v0.2.8

func (*DeleteResourceUsingDELETENotFound) GetPayload added in v0.2.9

type DeleteResourceUsingDELETEOK

type DeleteResourceUsingDELETEOK struct {
	Payload *models.Request
}
DeleteResourceUsingDELETEOK describes a response with status code 200, 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

func (o *DeleteResourceUsingDELETEOK) GetPayload() *models.Request

type DeleteResourceUsingDELETEParams

type DeleteResourceUsingDELETEParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.
	*/
	APIVersion *string

	/* DeploymentID.

	   Deployment ID

	   Format: uuid
	*/
	DeploymentID strfmt.UUID

	/* ResourceID.

	   Resource ID

	   Format: uuid
	*/
	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 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 NewDeleteResourceUsingDELETEParamsWithContext

func NewDeleteResourceUsingDELETEParamsWithContext(ctx context.Context) *DeleteResourceUsingDELETEParams

NewDeleteResourceUsingDELETEParamsWithContext creates a new DeleteResourceUsingDELETEParams object with 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 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 ability to set a timeout on a request.

func (*DeleteResourceUsingDELETEParams) SetAPIVersion added in v0.2.9

func (o *DeleteResourceUsingDELETEParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the delete resource using d e l e t e params

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) SetDefaults added in v0.2.20

func (o *DeleteResourceUsingDELETEParams) SetDefaults()

SetDefaults hydrates default values in the delete resource using d e l e t e params (not the query body).

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

func (*DeleteResourceUsingDELETEParams) SetDeploymentID added in v0.2.21

func (o *DeleteResourceUsingDELETEParams) SetDeploymentID(deploymentID strfmt.UUID)

SetDeploymentID adds the deploymentId 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) WithAPIVersion added in v0.2.9

WithAPIVersion adds the aPIVersion 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) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the delete resource using d e l e t e params (not the query body).

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

func (*DeleteResourceUsingDELETEParams) WithDeploymentID added in v0.2.21

WithDeploymentID adds the deploymentID 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 describes a response with status code 401, 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 {
	Payload *models.Error
}
GetDeploymentByIDUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetDeploymentByIDUsingGETNotFound

func NewGetDeploymentByIDUsingGETNotFound() *GetDeploymentByIDUsingGETNotFound

NewGetDeploymentByIDUsingGETNotFound creates a GetDeploymentByIDUsingGETNotFound with default headers values

func (*GetDeploymentByIDUsingGETNotFound) Error

func (*GetDeploymentByIDUsingGETNotFound) GetPayload added in v0.2.9

type GetDeploymentByIDUsingGETOK

type GetDeploymentByIDUsingGETOK struct {
	Payload *models.Deployment
}
GetDeploymentByIDUsingGETOK describes a response with status code 200, 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 {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.
	*/
	APIVersion *string

	/* Deleted.

	   Retrieves the deployment, includes soft-deleted deployments that have not yet been completely deleted.
	*/
	Deleted *bool

	/* DeploymentID.

	   Deployment ID

	   Format: uuid
	*/
	DeploymentID strfmt.UUID

	/* Expand.

	   The expanded details of the requested comma separated objects. 'resources' option returns resources with all properties. Ex. blueprint, project
	*/
	Expand []string

	/* 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

	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 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 NewGetDeploymentByIDUsingGETParamsWithContext

func NewGetDeploymentByIDUsingGETParamsWithContext(ctx context.Context) *GetDeploymentByIDUsingGETParams

NewGetDeploymentByIDUsingGETParamsWithContext creates a new GetDeploymentByIDUsingGETParams object with 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 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 ability to set a timeout on a request.

func (*GetDeploymentByIDUsingGETParams) SetAPIVersion added in v0.2.9

func (o *GetDeploymentByIDUsingGETParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the get deployment by Id using get params

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) SetDefaults added in v0.2.20

func (o *GetDeploymentByIDUsingGETParams) SetDefaults()

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

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

func (*GetDeploymentByIDUsingGETParams) SetDeleted added in v0.2.18

func (o *GetDeploymentByIDUsingGETParams) SetDeleted(deleted *bool)

SetDeleted adds the deleted to the get deployment by Id using get params

func (*GetDeploymentByIDUsingGETParams) SetDeploymentID added in v0.2.21

func (o *GetDeploymentByIDUsingGETParams) SetDeploymentID(deploymentID strfmt.UUID)

SetDeploymentID adds the deploymentId to the get deployment by Id using get params

func (*GetDeploymentByIDUsingGETParams) SetExpand added in v0.2.18

func (o *GetDeploymentByIDUsingGETParams) SetExpand(expand []string)

SetExpand adds the expand 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) 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) WithAPIVersion added in v0.2.9

WithAPIVersion adds the aPIVersion 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) WithDefaults added in v0.2.20

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

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

func (*GetDeploymentByIDUsingGETParams) WithDeleted added in v0.2.18

WithDeleted adds the deleted to the get deployment by Id using get params

func (*GetDeploymentByIDUsingGETParams) WithDeploymentID added in v0.2.21

WithDeploymentID adds the deploymentID to the get deployment by Id using get params

func (*GetDeploymentByIDUsingGETParams) WithExpand added in v0.2.18

WithExpand adds the expand 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) 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 describes a response with status code 401, with default header values.

Unauthorized

func NewGetDeploymentByIDUsingGETUnauthorized

func NewGetDeploymentByIDUsingGETUnauthorized() *GetDeploymentByIDUsingGETUnauthorized

NewGetDeploymentByIDUsingGETUnauthorized creates a GetDeploymentByIDUsingGETUnauthorized with default headers values

func (*GetDeploymentByIDUsingGETUnauthorized) Error

type GetDeploymentExpenseHistoryByIDUsingGETNotFound added in v0.2.8

type GetDeploymentExpenseHistoryByIDUsingGETNotFound struct {
	Payload *models.Error
}
GetDeploymentExpenseHistoryByIDUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetDeploymentExpenseHistoryByIDUsingGETNotFound added in v0.2.8

func NewGetDeploymentExpenseHistoryByIDUsingGETNotFound() *GetDeploymentExpenseHistoryByIDUsingGETNotFound

NewGetDeploymentExpenseHistoryByIDUsingGETNotFound creates a GetDeploymentExpenseHistoryByIDUsingGETNotFound with default headers values

func (*GetDeploymentExpenseHistoryByIDUsingGETNotFound) Error added in v0.2.8

func (*GetDeploymentExpenseHistoryByIDUsingGETNotFound) GetPayload added in v0.2.9

type GetDeploymentExpenseHistoryByIDUsingGETOK added in v0.2.8

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

OK

func NewGetDeploymentExpenseHistoryByIDUsingGETOK added in v0.2.8

func NewGetDeploymentExpenseHistoryByIDUsingGETOK() *GetDeploymentExpenseHistoryByIDUsingGETOK

NewGetDeploymentExpenseHistoryByIDUsingGETOK creates a GetDeploymentExpenseHistoryByIDUsingGETOK with default headers values

func (*GetDeploymentExpenseHistoryByIDUsingGETOK) Error added in v0.2.8

func (*GetDeploymentExpenseHistoryByIDUsingGETOK) GetPayload added in v0.2.8

type GetDeploymentExpenseHistoryByIDUsingGETParams added in v0.2.8

type GetDeploymentExpenseHistoryByIDUsingGETParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.
	*/
	APIVersion *string

	/* DeploymentID.

	   Deployment ID

	   Format: uuid
	*/
	DeploymentID strfmt.UUID

	/* From.

	   The timestamp from when history is requested. Should be of ISO_INSTANT format.

	   Format: date-time
	*/
	From *strfmt.DateTime

	/* Interval.

	   The interval of the expense history. Should be one of daily, weekly or monthly.
	*/
	Interval *string

	/* To.

	   The timestamp until when history is requested. Should be of ISO_INSTANT format.

	   Format: date-time
	*/
	To *strfmt.DateTime

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

GetDeploymentExpenseHistoryByIDUsingGETParams contains all the parameters to send to the API endpoint

for the get deployment expense history by Id using g e t operation.

Typically these are written to a http.Request.

func NewGetDeploymentExpenseHistoryByIDUsingGETParams added in v0.2.8

func NewGetDeploymentExpenseHistoryByIDUsingGETParams() *GetDeploymentExpenseHistoryByIDUsingGETParams

NewGetDeploymentExpenseHistoryByIDUsingGETParams creates a new GetDeploymentExpenseHistoryByIDUsingGETParams 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 NewGetDeploymentExpenseHistoryByIDUsingGETParamsWithContext added in v0.2.8

func NewGetDeploymentExpenseHistoryByIDUsingGETParamsWithContext(ctx context.Context) *GetDeploymentExpenseHistoryByIDUsingGETParams

NewGetDeploymentExpenseHistoryByIDUsingGETParamsWithContext creates a new GetDeploymentExpenseHistoryByIDUsingGETParams object with the ability to set a context for a request.

func NewGetDeploymentExpenseHistoryByIDUsingGETParamsWithHTTPClient added in v0.2.8

func NewGetDeploymentExpenseHistoryByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetDeploymentExpenseHistoryByIDUsingGETParams

NewGetDeploymentExpenseHistoryByIDUsingGETParamsWithHTTPClient creates a new GetDeploymentExpenseHistoryByIDUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetDeploymentExpenseHistoryByIDUsingGETParamsWithTimeout added in v0.2.8

func NewGetDeploymentExpenseHistoryByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetDeploymentExpenseHistoryByIDUsingGETParams

NewGetDeploymentExpenseHistoryByIDUsingGETParamsWithTimeout creates a new GetDeploymentExpenseHistoryByIDUsingGETParams object with the ability to set a timeout on a request.

func (*GetDeploymentExpenseHistoryByIDUsingGETParams) SetAPIVersion added in v0.2.9

func (o *GetDeploymentExpenseHistoryByIDUsingGETParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the get deployment expense history by Id using get params

func (*GetDeploymentExpenseHistoryByIDUsingGETParams) SetContext added in v0.2.8

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

func (*GetDeploymentExpenseHistoryByIDUsingGETParams) SetDefaults added in v0.2.20

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

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

func (*GetDeploymentExpenseHistoryByIDUsingGETParams) SetDeploymentID added in v0.2.21

func (o *GetDeploymentExpenseHistoryByIDUsingGETParams) SetDeploymentID(deploymentID strfmt.UUID)

SetDeploymentID adds the deploymentId to the get deployment expense history by Id using get params

func (*GetDeploymentExpenseHistoryByIDUsingGETParams) SetFrom added in v0.2.8

SetFrom adds the from to the get deployment expense history by Id using get params

func (*GetDeploymentExpenseHistoryByIDUsingGETParams) SetHTTPClient added in v0.2.8

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

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

func (*GetDeploymentExpenseHistoryByIDUsingGETParams) SetInterval added in v0.2.8

func (o *GetDeploymentExpenseHistoryByIDUsingGETParams) SetInterval(interval *string)

SetInterval adds the interval to the get deployment expense history by Id using get params

func (*GetDeploymentExpenseHistoryByIDUsingGETParams) SetTimeout added in v0.2.8

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

func (*GetDeploymentExpenseHistoryByIDUsingGETParams) SetTo added in v0.2.8

SetTo adds the to to the get deployment expense history by Id using get params

func (*GetDeploymentExpenseHistoryByIDUsingGETParams) WithAPIVersion added in v0.2.9

WithAPIVersion adds the aPIVersion to the get deployment expense history by Id using get params

func (*GetDeploymentExpenseHistoryByIDUsingGETParams) WithContext added in v0.2.8

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

func (*GetDeploymentExpenseHistoryByIDUsingGETParams) WithDefaults added in v0.2.20

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

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

func (*GetDeploymentExpenseHistoryByIDUsingGETParams) WithDeploymentID added in v0.2.21

WithDeploymentID adds the deploymentID to the get deployment expense history by Id using get params

func (*GetDeploymentExpenseHistoryByIDUsingGETParams) WithFrom added in v0.2.8

WithFrom adds the from to the get deployment expense history by Id using get params

func (*GetDeploymentExpenseHistoryByIDUsingGETParams) WithHTTPClient added in v0.2.8

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

func (*GetDeploymentExpenseHistoryByIDUsingGETParams) WithInterval added in v0.2.8

WithInterval adds the interval to the get deployment expense history by Id using get params

func (*GetDeploymentExpenseHistoryByIDUsingGETParams) WithTimeout added in v0.2.8

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

func (*GetDeploymentExpenseHistoryByIDUsingGETParams) WithTo added in v0.2.8

WithTo adds the to to the get deployment expense history by Id using get params

func (*GetDeploymentExpenseHistoryByIDUsingGETParams) WriteToRequest added in v0.2.8

WriteToRequest writes these params to a swagger request

type GetDeploymentExpenseHistoryByIDUsingGETReader added in v0.2.8

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

GetDeploymentExpenseHistoryByIDUsingGETReader is a Reader for the GetDeploymentExpenseHistoryByIDUsingGET structure.

func (*GetDeploymentExpenseHistoryByIDUsingGETReader) ReadResponse added in v0.2.8

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

ReadResponse reads a server response into the received o.

type GetDeploymentExpenseHistoryByIDUsingGETUnauthorized added in v0.2.8

type GetDeploymentExpenseHistoryByIDUsingGETUnauthorized struct {
}
GetDeploymentExpenseHistoryByIDUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetDeploymentExpenseHistoryByIDUsingGETUnauthorized added in v0.2.8

func NewGetDeploymentExpenseHistoryByIDUsingGETUnauthorized() *GetDeploymentExpenseHistoryByIDUsingGETUnauthorized

NewGetDeploymentExpenseHistoryByIDUsingGETUnauthorized creates a GetDeploymentExpenseHistoryByIDUsingGETUnauthorized with default headers values

func (*GetDeploymentExpenseHistoryByIDUsingGETUnauthorized) Error added in v0.2.8

type GetDeploymentFilterByIDUsingGETOK

type GetDeploymentFilterByIDUsingGETOK struct {
	Payload *models.PageOfFilterEntry
}
GetDeploymentFilterByIDUsingGETOK describes a response with status code 200, 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

	   Format: int32
	*/
	DollarSkip *int32

	/* DollarTop.

	   Number of records you want

	   Format: int32
	*/
	DollarTop *int32

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.
	*/
	APIVersion *string

	/* 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 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 NewGetDeploymentFilterByIDUsingGETParamsWithContext

func NewGetDeploymentFilterByIDUsingGETParamsWithContext(ctx context.Context) *GetDeploymentFilterByIDUsingGETParams

NewGetDeploymentFilterByIDUsingGETParamsWithContext creates a new GetDeploymentFilterByIDUsingGETParams object with 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 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 ability to set a timeout on a request.

func (*GetDeploymentFilterByIDUsingGETParams) SetAPIVersion added in v0.2.9

func (o *GetDeploymentFilterByIDUsingGETParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the get deployment filter by Id using get params

func (*GetDeploymentFilterByIDUsingGETParams) SetContext

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

func (*GetDeploymentFilterByIDUsingGETParams) SetDefaults added in v0.2.20

func (o *GetDeploymentFilterByIDUsingGETParams) SetDefaults()

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

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

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) WithAPIVersion added in v0.2.9

WithAPIVersion adds the aPIVersion 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) WithDefaults added in v0.2.20

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

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

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 describes a response with status code 401, 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.DeploymentFilterSchema
}
GetDeploymentFiltersUsingGETOK describes a response with status code 200, 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

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.
	*/
	APIVersion *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 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 NewGetDeploymentFiltersUsingGETParamsWithContext

func NewGetDeploymentFiltersUsingGETParamsWithContext(ctx context.Context) *GetDeploymentFiltersUsingGETParams

NewGetDeploymentFiltersUsingGETParamsWithContext creates a new GetDeploymentFiltersUsingGETParams object with 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 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 ability to set a timeout on a request.

func (*GetDeploymentFiltersUsingGETParams) SetAPIVersion added in v0.2.9

func (o *GetDeploymentFiltersUsingGETParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the get deployment filters using get params

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) SetDefaults added in v0.2.20

func (o *GetDeploymentFiltersUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get deployment filters using get params (not the query body).

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

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) WithAPIVersion added in v0.2.9

WithAPIVersion adds the aPIVersion 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) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the get deployment filters using get params (not the query body).

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

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 describes a response with status code 401, 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 {
	Payload *models.Error
}
GetDeploymentResourcesUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetDeploymentResourcesUsingGETNotFound

func NewGetDeploymentResourcesUsingGETNotFound() *GetDeploymentResourcesUsingGETNotFound

NewGetDeploymentResourcesUsingGETNotFound creates a GetDeploymentResourcesUsingGETNotFound with default headers values

func (*GetDeploymentResourcesUsingGETNotFound) Error

func (*GetDeploymentResourcesUsingGETNotFound) GetPayload added in v0.2.9

type GetDeploymentResourcesUsingGETOK

type GetDeploymentResourcesUsingGETOK struct {
	Payload *models.PageOfDeploymentResource
}
GetDeploymentResourcesUsingGETOK describes a response with status code 200, 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

	   Format: int32
	*/
	DollarSkip *int32

	/* DollarTop.

	   Number of records you want

	   Format: int32
	*/
	DollarTop *int32

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.
	*/
	APIVersion *string

	/* DeploymentID.

	   Deployment ID

	   Format: uuid
	*/
	DeploymentID strfmt.UUID

	/* Expand.

	   The expanded details of the requested comma separated objects. Ex. currentRequest
	*/
	Expand []string

	/* Names.

	   Results must have exactly these resource names.
	*/
	Names []string

	/* ResourceTypes.

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

	/* Tags.

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

	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 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 NewGetDeploymentResourcesUsingGETParamsWithContext

func NewGetDeploymentResourcesUsingGETParamsWithContext(ctx context.Context) *GetDeploymentResourcesUsingGETParams

NewGetDeploymentResourcesUsingGETParamsWithContext creates a new GetDeploymentResourcesUsingGETParams object with 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 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 ability to set a timeout on a request.

func (*GetDeploymentResourcesUsingGETParams) SetAPIVersion added in v0.2.9

func (o *GetDeploymentResourcesUsingGETParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the get deployment resources using get params

func (*GetDeploymentResourcesUsingGETParams) SetContext

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

func (*GetDeploymentResourcesUsingGETParams) SetDefaults added in v0.2.20

func (o *GetDeploymentResourcesUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get deployment resources using get params (not the query body).

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

func (*GetDeploymentResourcesUsingGETParams) SetDeploymentID added in v0.2.21

func (o *GetDeploymentResourcesUsingGETParams) SetDeploymentID(deploymentID strfmt.UUID)

SetDeploymentID adds the deploymentId 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) SetExpand added in v0.2.21

func (o *GetDeploymentResourcesUsingGETParams) SetExpand(expand []string)

SetExpand adds the expand 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) SetNames added in v0.2.18

func (o *GetDeploymentResourcesUsingGETParams) SetNames(names []string)

SetNames adds the names to the get deployment resources using get params

func (*GetDeploymentResourcesUsingGETParams) SetResourceTypes added in v0.2.21

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

SetResourceTypes adds the resourceTypes to the get deployment resources using get params

func (*GetDeploymentResourcesUsingGETParams) SetTags added in v0.2.21

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

SetTags adds the tags 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) WithAPIVersion added in v0.2.9

WithAPIVersion adds the aPIVersion 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) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the get deployment resources using get params (not the query body).

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

func (*GetDeploymentResourcesUsingGETParams) WithDeploymentID added in v0.2.21

WithDeploymentID adds the deploymentID 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) WithExpand added in v0.2.21

WithExpand adds the expand 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) WithNames added in v0.2.18

WithNames adds the names to the get deployment resources using get params

func (*GetDeploymentResourcesUsingGETParams) WithResourceTypes added in v0.2.21

WithResourceTypes adds the resourceTypes to the get deployment resources using get params

func (*GetDeploymentResourcesUsingGETParams) WithTags added in v0.2.21

WithTags adds the tags 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 describes a response with status code 401, 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 describes a response with status code 200, 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 {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.
	*/
	APIVersion *string

	/* ProjectID.

	   Project ID

	   Format: uuid
	*/
	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 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 NewGetDeploymentsForProjectUsingGETParamsWithContext

func NewGetDeploymentsForProjectUsingGETParamsWithContext(ctx context.Context) *GetDeploymentsForProjectUsingGETParams

NewGetDeploymentsForProjectUsingGETParamsWithContext creates a new GetDeploymentsForProjectUsingGETParams object with 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 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 ability to set a timeout on a request.

func (*GetDeploymentsForProjectUsingGETParams) SetAPIVersion added in v0.2.9

func (o *GetDeploymentsForProjectUsingGETParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the get deployments for project using get params

func (*GetDeploymentsForProjectUsingGETParams) SetContext

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

func (*GetDeploymentsForProjectUsingGETParams) SetDefaults added in v0.2.20

func (o *GetDeploymentsForProjectUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get deployments for project using get params (not the query body).

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

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) WithAPIVersion added in v0.2.9

WithAPIVersion adds the aPIVersion 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) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the get deployments for project using get params (not the query body).

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

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 describes a response with status code 200, 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

	   Format: int32
	*/
	DollarSkip *int32

	/* DollarTop.

	   Number of records you want

	   Format: int32
	*/
	DollarTop *int32

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.
	*/
	APIVersion *string

	/* 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

	/* CreatedAt.

	   Comma-separated start and end dates where start date or end date is optional (e.g. [2020-12-01T08:00:00.000Z,2020-12-11T23:59:00.000Z], [2020-11-03T08:00:00.000Z,], [,2020-11-08T08:00:00.000Z]
	*/
	CreatedAt *string

	/* Deleted.

	   Retrieves only soft-deleted deployments that have not yet been completely deleted.
	*/
	Deleted *bool

	/* Expand.

	   The expanded details of the requested comma separated objects. 'resources' option returns resources with all properties. Ex. blueprint, project
	*/
	Expand []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

	/* ExpiresAt.

	   Comma-separated start and end dates for the interval
	*/
	ExpiresAt *string

	/* Ids.

	   A comma-separated list. Only deployments with these IDs will be included in the results.
	*/
	Ids []strfmt.UUID

	/* LastRequestStatus.

	   A comma-separated list of last request statuses. Allowed values are: ABORTED, APPROVAL_PENDING, APPROVAL_REJECTED, FAILED, INPROGRESS, PENDING and SUCCESSFUL. Results must be associated with one of these last request statuses.
	*/
	LastRequestStatus []string

	/* LastUpdatedAt.

	   Comma-separated start and end dates where start date or end date is optional (e.g. [2020-12-01T08:00:00.000Z,2020-12-11T23:59:00.000Z], [2020-11-03T08:00:00.000Z,], [,2020-11-08T08:00:00.000Z]
	*/
	LastUpdatedAt *string

	/* Name.

	   Results must have exactly this name.
	*/
	Name *string

	/* OwnedBy.

	   A comma-separated list. Results must be associated with one of these owners
	*/
	OwnedBy []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.

	   Given string should either be part of a searchable field in a deployment or one of deployment's resources.
	*/
	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

	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 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 NewGetDeploymentsUsingGETParamsWithContext

func NewGetDeploymentsUsingGETParamsWithContext(ctx context.Context) *GetDeploymentsUsingGETParams

NewGetDeploymentsUsingGETParamsWithContext creates a new GetDeploymentsUsingGETParams object with 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 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 ability to set a timeout on a request.

func (*GetDeploymentsUsingGETParams) SetAPIVersion added in v0.2.9

func (o *GetDeploymentsUsingGETParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the get deployments using get params

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) SetCreatedAt added in v0.2.8

func (o *GetDeploymentsUsingGETParams) SetCreatedAt(createdAt *string)

SetCreatedAt adds the createdAt to the get deployments using get params

func (*GetDeploymentsUsingGETParams) SetDefaults added in v0.2.20

func (o *GetDeploymentsUsingGETParams) SetDefaults()

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

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

func (*GetDeploymentsUsingGETParams) SetDeleted added in v0.2.18

func (o *GetDeploymentsUsingGETParams) SetDeleted(deleted *bool)

SetDeleted adds the deleted 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) SetExpand added in v0.2.18

func (o *GetDeploymentsUsingGETParams) SetExpand(expand []string)

SetExpand adds the expand 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) SetExpiresAt added in v0.2.8

func (o *GetDeploymentsUsingGETParams) SetExpiresAt(expiresAt *string)

SetExpiresAt adds the expiresAt 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) SetLastRequestStatus added in v0.2.21

func (o *GetDeploymentsUsingGETParams) SetLastRequestStatus(lastRequestStatus []string)

SetLastRequestStatus adds the lastRequestStatus to the get deployments using get params

func (*GetDeploymentsUsingGETParams) SetLastUpdatedAt added in v0.2.18

func (o *GetDeploymentsUsingGETParams) SetLastUpdatedAt(lastUpdatedAt *string)

SetLastUpdatedAt adds the lastUpdatedAt 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) SetOwnedBy added in v0.2.18

func (o *GetDeploymentsUsingGETParams) SetOwnedBy(ownedBy []string)

SetOwnedBy adds the ownedBy 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) SetTimeout

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

SetTimeout adds the timeout to the get deployments using get params

func (*GetDeploymentsUsingGETParams) WithAPIVersion added in v0.2.9

func (o *GetDeploymentsUsingGETParams) WithAPIVersion(aPIVersion *string) *GetDeploymentsUsingGETParams

WithAPIVersion adds the aPIVersion 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) WithCreatedAt added in v0.2.8

WithCreatedAt adds the createdAt to the get deployments using get params

func (*GetDeploymentsUsingGETParams) WithDefaults added in v0.2.20

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

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

func (*GetDeploymentsUsingGETParams) WithDeleted added in v0.2.18

WithDeleted adds the deleted 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) WithExpand added in v0.2.18

WithExpand adds the expand 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) WithExpiresAt added in v0.2.8

WithExpiresAt adds the expiresAt 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) WithLastRequestStatus added in v0.2.21

func (o *GetDeploymentsUsingGETParams) WithLastRequestStatus(lastRequestStatus []string) *GetDeploymentsUsingGETParams

WithLastRequestStatus adds the lastRequestStatus to the get deployments using get params

func (*GetDeploymentsUsingGETParams) WithLastUpdatedAt added in v0.2.18

func (o *GetDeploymentsUsingGETParams) WithLastUpdatedAt(lastUpdatedAt *string) *GetDeploymentsUsingGETParams

WithLastUpdatedAt adds the lastUpdatedAt to the get deployments using get params

func (*GetDeploymentsUsingGETParams) WithName

WithName adds the name to the get deployments using get params

func (*GetDeploymentsUsingGETParams) WithOwnedBy added in v0.2.18

WithOwnedBy adds the ownedBy 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) 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 describes a response with status code 401, 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 {
	Payload *models.Error
}
GetResourceByIDUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetResourceByIDUsingGETNotFound

func NewGetResourceByIDUsingGETNotFound() *GetResourceByIDUsingGETNotFound

NewGetResourceByIDUsingGETNotFound creates a GetResourceByIDUsingGETNotFound with default headers values

func (*GetResourceByIDUsingGETNotFound) Error

func (*GetResourceByIDUsingGETNotFound) GetPayload added in v0.2.9

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

type GetResourceByIDUsingGETOK

type GetResourceByIDUsingGETOK struct {
	Payload *models.DeploymentResource
}
GetResourceByIDUsingGETOK describes a response with status code 200, 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

type GetResourceByIDUsingGETParams

type GetResourceByIDUsingGETParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.
	*/
	APIVersion *string

	/* DeploymentID.

	   Deployment ID

	   Format: uuid
	*/
	DeploymentID strfmt.UUID

	/* Expand.

	   The expanded details of the requested comma separated objects. Ex. currentRequest
	*/
	Expand []string

	/* ResourceID.

	   Resource ID

	   Format: uuid
	*/
	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 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 NewGetResourceByIDUsingGETParamsWithContext

func NewGetResourceByIDUsingGETParamsWithContext(ctx context.Context) *GetResourceByIDUsingGETParams

NewGetResourceByIDUsingGETParamsWithContext creates a new GetResourceByIDUsingGETParams object with 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 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 ability to set a timeout on a request.

func (*GetResourceByIDUsingGETParams) SetAPIVersion added in v0.2.9

func (o *GetResourceByIDUsingGETParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the get resource by Id using get params

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) SetDefaults added in v0.2.20

func (o *GetResourceByIDUsingGETParams) SetDefaults()

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

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

func (*GetResourceByIDUsingGETParams) SetDeploymentID added in v0.2.21

func (o *GetResourceByIDUsingGETParams) SetDeploymentID(deploymentID strfmt.UUID)

SetDeploymentID adds the deploymentId to the get resource by Id using get params

func (*GetResourceByIDUsingGETParams) SetExpand added in v0.2.21

func (o *GetResourceByIDUsingGETParams) SetExpand(expand []string)

SetExpand adds the expand 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) WithAPIVersion added in v0.2.9

func (o *GetResourceByIDUsingGETParams) WithAPIVersion(aPIVersion *string) *GetResourceByIDUsingGETParams

WithAPIVersion adds the aPIVersion 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) WithDefaults added in v0.2.20

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

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

func (*GetResourceByIDUsingGETParams) WithDeploymentID added in v0.2.21

func (o *GetResourceByIDUsingGETParams) WithDeploymentID(deploymentID strfmt.UUID) *GetResourceByIDUsingGETParams

WithDeploymentID adds the deploymentID to the get resource by Id using get params

func (*GetResourceByIDUsingGETParams) WithExpand added in v0.2.21

WithExpand adds the expand 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 describes a response with status code 401, with default header values.

Unauthorized

func NewGetResourceByIDUsingGETUnauthorized

func NewGetResourceByIDUsingGETUnauthorized() *GetResourceByIDUsingGETUnauthorized

NewGetResourceByIDUsingGETUnauthorized creates a GetResourceByIDUsingGETUnauthorized with default headers values

func (*GetResourceByIDUsingGETUnauthorized) Error

type PatchDeploymentUsingPATCHForbidden

type PatchDeploymentUsingPATCHForbidden struct {
}
PatchDeploymentUsingPATCHForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPatchDeploymentUsingPATCHForbidden

func NewPatchDeploymentUsingPATCHForbidden() *PatchDeploymentUsingPATCHForbidden

NewPatchDeploymentUsingPATCHForbidden creates a PatchDeploymentUsingPATCHForbidden with default headers values

func (*PatchDeploymentUsingPATCHForbidden) Error

type PatchDeploymentUsingPATCHNotFound added in v0.2.0

type PatchDeploymentUsingPATCHNotFound struct {
	Payload *models.Error
}
PatchDeploymentUsingPATCHNotFound describes a response with status code 404, 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

func (*PatchDeploymentUsingPATCHNotFound) GetPayload added in v0.2.9

type PatchDeploymentUsingPATCHOK

type PatchDeploymentUsingPATCHOK struct {
	Payload *models.Deployment
}
PatchDeploymentUsingPATCHOK describes a response with status code 200, 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 {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.
	*/
	APIVersion *string

	/* DeploymentID.

	   Deployment ID

	   Format: uuid
	*/
	DeploymentID 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 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 NewPatchDeploymentUsingPATCHParamsWithContext

func NewPatchDeploymentUsingPATCHParamsWithContext(ctx context.Context) *PatchDeploymentUsingPATCHParams

NewPatchDeploymentUsingPATCHParamsWithContext creates a new PatchDeploymentUsingPATCHParams object with 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 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 ability to set a timeout on a request.

func (*PatchDeploymentUsingPATCHParams) SetAPIVersion added in v0.2.9

func (o *PatchDeploymentUsingPATCHParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the patch deployment using p a t c h params

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) SetDefaults added in v0.2.20

func (o *PatchDeploymentUsingPATCHParams) SetDefaults()

SetDefaults hydrates default values in the patch deployment using p a t c h params (not the query body).

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

func (*PatchDeploymentUsingPATCHParams) SetDeploymentID added in v0.2.21

func (o *PatchDeploymentUsingPATCHParams) SetDeploymentID(deploymentID strfmt.UUID)

SetDeploymentID adds the deploymentId 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) WithAPIVersion added in v0.2.9

WithAPIVersion adds the aPIVersion 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) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the patch deployment using p a t c h params (not the query body).

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

func (*PatchDeploymentUsingPATCHParams) WithDeploymentID added in v0.2.21

WithDeploymentID adds the deploymentID 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 describes a response with status code 401, 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