deployments

package
v0.6.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CheckDeploymentNameExistsUsingGET2NotFound added in v0.4.0

type CheckDeploymentNameExistsUsingGET2NotFound struct {
	Payload *models.Error
}

CheckDeploymentNameExistsUsingGET2NotFound describes a response with status code 404, with default header values.

Not Found

func NewCheckDeploymentNameExistsUsingGET2NotFound added in v0.4.0

func NewCheckDeploymentNameExistsUsingGET2NotFound() *CheckDeploymentNameExistsUsingGET2NotFound

NewCheckDeploymentNameExistsUsingGET2NotFound creates a CheckDeploymentNameExistsUsingGET2NotFound with default headers values

func (*CheckDeploymentNameExistsUsingGET2NotFound) Error added in v0.4.0

func (*CheckDeploymentNameExistsUsingGET2NotFound) GetPayload added in v0.4.0

func (*CheckDeploymentNameExistsUsingGET2NotFound) IsClientError added in v0.5.0

IsClientError returns true when this check deployment name exists using g e t2 not found response has a 4xx status code

func (*CheckDeploymentNameExistsUsingGET2NotFound) IsCode added in v0.5.0

IsCode returns true when this check deployment name exists using g e t2 not found response a status code equal to that given

func (*CheckDeploymentNameExistsUsingGET2NotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this check deployment name exists using g e t2 not found response has a 3xx status code

func (*CheckDeploymentNameExistsUsingGET2NotFound) IsServerError added in v0.5.0

IsServerError returns true when this check deployment name exists using g e t2 not found response has a 5xx status code

func (*CheckDeploymentNameExistsUsingGET2NotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this check deployment name exists using g e t2 not found response has a 2xx status code

func (*CheckDeploymentNameExistsUsingGET2NotFound) String added in v0.5.0

type CheckDeploymentNameExistsUsingGET2OK added in v0.4.0

type CheckDeploymentNameExistsUsingGET2OK struct {
}

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

OK

func NewCheckDeploymentNameExistsUsingGET2OK added in v0.4.0

func NewCheckDeploymentNameExistsUsingGET2OK() *CheckDeploymentNameExistsUsingGET2OK

NewCheckDeploymentNameExistsUsingGET2OK creates a CheckDeploymentNameExistsUsingGET2OK with default headers values

func (*CheckDeploymentNameExistsUsingGET2OK) Error added in v0.4.0

func (*CheckDeploymentNameExistsUsingGET2OK) IsClientError added in v0.5.0

func (o *CheckDeploymentNameExistsUsingGET2OK) IsClientError() bool

IsClientError returns true when this check deployment name exists using g e t2 o k response has a 4xx status code

func (*CheckDeploymentNameExistsUsingGET2OK) IsCode added in v0.5.0

IsCode returns true when this check deployment name exists using g e t2 o k response a status code equal to that given

func (*CheckDeploymentNameExistsUsingGET2OK) IsRedirect added in v0.5.0

IsRedirect returns true when this check deployment name exists using g e t2 o k response has a 3xx status code

func (*CheckDeploymentNameExistsUsingGET2OK) IsServerError added in v0.5.0

func (o *CheckDeploymentNameExistsUsingGET2OK) IsServerError() bool

IsServerError returns true when this check deployment name exists using g e t2 o k response has a 5xx status code

func (*CheckDeploymentNameExistsUsingGET2OK) IsSuccess added in v0.5.0

IsSuccess returns true when this check deployment name exists using g e t2 o k response has a 2xx status code

func (*CheckDeploymentNameExistsUsingGET2OK) String added in v0.5.0

type CheckDeploymentNameExistsUsingGET2Params added in v0.4.0

type CheckDeploymentNameExistsUsingGET2Params 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
}

CheckDeploymentNameExistsUsingGET2Params contains all the parameters to send to the API endpoint

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

Typically these are written to a http.Request.

func NewCheckDeploymentNameExistsUsingGET2Params added in v0.4.0

func NewCheckDeploymentNameExistsUsingGET2Params() *CheckDeploymentNameExistsUsingGET2Params

NewCheckDeploymentNameExistsUsingGET2Params creates a new CheckDeploymentNameExistsUsingGET2Params 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 NewCheckDeploymentNameExistsUsingGET2ParamsWithContext added in v0.4.0

func NewCheckDeploymentNameExistsUsingGET2ParamsWithContext(ctx context.Context) *CheckDeploymentNameExistsUsingGET2Params

NewCheckDeploymentNameExistsUsingGET2ParamsWithContext creates a new CheckDeploymentNameExistsUsingGET2Params object with the ability to set a context for a request.

func NewCheckDeploymentNameExistsUsingGET2ParamsWithHTTPClient added in v0.4.0

func NewCheckDeploymentNameExistsUsingGET2ParamsWithHTTPClient(client *http.Client) *CheckDeploymentNameExistsUsingGET2Params

NewCheckDeploymentNameExistsUsingGET2ParamsWithHTTPClient creates a new CheckDeploymentNameExistsUsingGET2Params object with the ability to set a custom HTTPClient for a request.

func NewCheckDeploymentNameExistsUsingGET2ParamsWithTimeout added in v0.4.0

func NewCheckDeploymentNameExistsUsingGET2ParamsWithTimeout(timeout time.Duration) *CheckDeploymentNameExistsUsingGET2Params

NewCheckDeploymentNameExistsUsingGET2ParamsWithTimeout creates a new CheckDeploymentNameExistsUsingGET2Params object with the ability to set a timeout on a request.

func (*CheckDeploymentNameExistsUsingGET2Params) SetAPIVersion added in v0.4.0

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

SetAPIVersion adds the apiVersion to the check deployment name exists using g e t 2 params

func (*CheckDeploymentNameExistsUsingGET2Params) SetContext added in v0.4.0

SetContext adds the context to the check deployment name exists using g e t 2 params

func (*CheckDeploymentNameExistsUsingGET2Params) SetDefaults added in v0.4.0

SetDefaults hydrates default values in the check deployment name exists using g e t 2 params (not the query body).

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

func (*CheckDeploymentNameExistsUsingGET2Params) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the check deployment name exists using g e t 2 params

func (*CheckDeploymentNameExistsUsingGET2Params) SetName added in v0.4.0

SetName adds the name to the check deployment name exists using g e t 2 params

func (*CheckDeploymentNameExistsUsingGET2Params) SetTimeout added in v0.4.0

SetTimeout adds the timeout to the check deployment name exists using g e t 2 params

func (*CheckDeploymentNameExistsUsingGET2Params) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the check deployment name exists using g e t 2 params

func (*CheckDeploymentNameExistsUsingGET2Params) WithContext added in v0.4.0

WithContext adds the context to the check deployment name exists using g e t 2 params

func (*CheckDeploymentNameExistsUsingGET2Params) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the check deployment name exists using g e t 2 params (not the query body).

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

func (*CheckDeploymentNameExistsUsingGET2Params) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the check deployment name exists using g e t 2 params

func (*CheckDeploymentNameExistsUsingGET2Params) WithName added in v0.4.0

WithName adds the name to the check deployment name exists using g e t 2 params

func (*CheckDeploymentNameExistsUsingGET2Params) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the check deployment name exists using g e t 2 params

func (*CheckDeploymentNameExistsUsingGET2Params) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type CheckDeploymentNameExistsUsingGET2Reader added in v0.4.0

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

CheckDeploymentNameExistsUsingGET2Reader is a Reader for the CheckDeploymentNameExistsUsingGET2 structure.

func (*CheckDeploymentNameExistsUsingGET2Reader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type CheckDeploymentNameExistsUsingGET2Unauthorized added in v0.4.0

type CheckDeploymentNameExistsUsingGET2Unauthorized struct {
}

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

Unauthorized

func NewCheckDeploymentNameExistsUsingGET2Unauthorized added in v0.4.0

func NewCheckDeploymentNameExistsUsingGET2Unauthorized() *CheckDeploymentNameExistsUsingGET2Unauthorized

NewCheckDeploymentNameExistsUsingGET2Unauthorized creates a CheckDeploymentNameExistsUsingGET2Unauthorized with default headers values

func (*CheckDeploymentNameExistsUsingGET2Unauthorized) Error added in v0.4.0

func (*CheckDeploymentNameExistsUsingGET2Unauthorized) IsClientError added in v0.5.0

IsClientError returns true when this check deployment name exists using g e t2 unauthorized response has a 4xx status code

func (*CheckDeploymentNameExistsUsingGET2Unauthorized) IsCode added in v0.5.0

IsCode returns true when this check deployment name exists using g e t2 unauthorized response a status code equal to that given

func (*CheckDeploymentNameExistsUsingGET2Unauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this check deployment name exists using g e t2 unauthorized response has a 3xx status code

func (*CheckDeploymentNameExistsUsingGET2Unauthorized) IsServerError added in v0.5.0

IsServerError returns true when this check deployment name exists using g e t2 unauthorized response has a 5xx status code

func (*CheckDeploymentNameExistsUsingGET2Unauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this check deployment name exists using g e t2 unauthorized response has a 2xx status code

func (*CheckDeploymentNameExistsUsingGET2Unauthorized) String added in v0.5.0

type CheckDeploymentNameUsingGET2NotFound added in v0.4.0

type CheckDeploymentNameUsingGET2NotFound struct {
	Payload *models.Error
}

CheckDeploymentNameUsingGET2NotFound describes a response with status code 404, with default header values.

Not Found

func NewCheckDeploymentNameUsingGET2NotFound added in v0.4.0

func NewCheckDeploymentNameUsingGET2NotFound() *CheckDeploymentNameUsingGET2NotFound

NewCheckDeploymentNameUsingGET2NotFound creates a CheckDeploymentNameUsingGET2NotFound with default headers values

func (*CheckDeploymentNameUsingGET2NotFound) Error added in v0.4.0

func (*CheckDeploymentNameUsingGET2NotFound) GetPayload added in v0.4.0

func (*CheckDeploymentNameUsingGET2NotFound) IsClientError added in v0.5.0

func (o *CheckDeploymentNameUsingGET2NotFound) IsClientError() bool

IsClientError returns true when this check deployment name using g e t2 not found response has a 4xx status code

func (*CheckDeploymentNameUsingGET2NotFound) IsCode added in v0.5.0

IsCode returns true when this check deployment name using g e t2 not found response a status code equal to that given

func (*CheckDeploymentNameUsingGET2NotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this check deployment name using g e t2 not found response has a 3xx status code

func (*CheckDeploymentNameUsingGET2NotFound) IsServerError added in v0.5.0

func (o *CheckDeploymentNameUsingGET2NotFound) IsServerError() bool

IsServerError returns true when this check deployment name using g e t2 not found response has a 5xx status code

func (*CheckDeploymentNameUsingGET2NotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this check deployment name using g e t2 not found response has a 2xx status code

func (*CheckDeploymentNameUsingGET2NotFound) String added in v0.5.0

type CheckDeploymentNameUsingGET2OK added in v0.4.0

type CheckDeploymentNameUsingGET2OK struct {
}

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

OK

func NewCheckDeploymentNameUsingGET2OK added in v0.4.0

func NewCheckDeploymentNameUsingGET2OK() *CheckDeploymentNameUsingGET2OK

NewCheckDeploymentNameUsingGET2OK creates a CheckDeploymentNameUsingGET2OK with default headers values

func (*CheckDeploymentNameUsingGET2OK) Error added in v0.4.0

func (*CheckDeploymentNameUsingGET2OK) IsClientError added in v0.5.0

func (o *CheckDeploymentNameUsingGET2OK) IsClientError() bool

IsClientError returns true when this check deployment name using g e t2 o k response has a 4xx status code

func (*CheckDeploymentNameUsingGET2OK) IsCode added in v0.5.0

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

IsCode returns true when this check deployment name using g e t2 o k response a status code equal to that given

func (*CheckDeploymentNameUsingGET2OK) IsRedirect added in v0.5.0

func (o *CheckDeploymentNameUsingGET2OK) IsRedirect() bool

IsRedirect returns true when this check deployment name using g e t2 o k response has a 3xx status code

func (*CheckDeploymentNameUsingGET2OK) IsServerError added in v0.5.0

func (o *CheckDeploymentNameUsingGET2OK) IsServerError() bool

IsServerError returns true when this check deployment name using g e t2 o k response has a 5xx status code

func (*CheckDeploymentNameUsingGET2OK) IsSuccess added in v0.5.0

func (o *CheckDeploymentNameUsingGET2OK) IsSuccess() bool

IsSuccess returns true when this check deployment name using g e t2 o k response has a 2xx status code

func (*CheckDeploymentNameUsingGET2OK) String added in v0.5.0

type CheckDeploymentNameUsingGET2Params added in v0.4.0

type CheckDeploymentNameUsingGET2Params 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
}

CheckDeploymentNameUsingGET2Params contains all the parameters to send to the API endpoint

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

Typically these are written to a http.Request.

func NewCheckDeploymentNameUsingGET2Params added in v0.4.0

func NewCheckDeploymentNameUsingGET2Params() *CheckDeploymentNameUsingGET2Params

NewCheckDeploymentNameUsingGET2Params creates a new CheckDeploymentNameUsingGET2Params 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 NewCheckDeploymentNameUsingGET2ParamsWithContext added in v0.4.0

func NewCheckDeploymentNameUsingGET2ParamsWithContext(ctx context.Context) *CheckDeploymentNameUsingGET2Params

NewCheckDeploymentNameUsingGET2ParamsWithContext creates a new CheckDeploymentNameUsingGET2Params object with the ability to set a context for a request.

func NewCheckDeploymentNameUsingGET2ParamsWithHTTPClient added in v0.4.0

func NewCheckDeploymentNameUsingGET2ParamsWithHTTPClient(client *http.Client) *CheckDeploymentNameUsingGET2Params

NewCheckDeploymentNameUsingGET2ParamsWithHTTPClient creates a new CheckDeploymentNameUsingGET2Params object with the ability to set a custom HTTPClient for a request.

func NewCheckDeploymentNameUsingGET2ParamsWithTimeout added in v0.4.0

func NewCheckDeploymentNameUsingGET2ParamsWithTimeout(timeout time.Duration) *CheckDeploymentNameUsingGET2Params

NewCheckDeploymentNameUsingGET2ParamsWithTimeout creates a new CheckDeploymentNameUsingGET2Params object with the ability to set a timeout on a request.

func (*CheckDeploymentNameUsingGET2Params) SetAPIVersion added in v0.4.0

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

SetAPIVersion adds the apiVersion to the check deployment name using g e t 2 params

func (*CheckDeploymentNameUsingGET2Params) SetContext added in v0.4.0

SetContext adds the context to the check deployment name using g e t 2 params

func (*CheckDeploymentNameUsingGET2Params) SetDefaults added in v0.4.0

func (o *CheckDeploymentNameUsingGET2Params) SetDefaults()

SetDefaults hydrates default values in the check deployment name using g e t 2 params (not the query body).

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

func (*CheckDeploymentNameUsingGET2Params) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the check deployment name using g e t 2 params

func (*CheckDeploymentNameUsingGET2Params) SetName added in v0.4.0

func (o *CheckDeploymentNameUsingGET2Params) SetName(name string)

SetName adds the name to the check deployment name using g e t 2 params

func (*CheckDeploymentNameUsingGET2Params) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the check deployment name using g e t 2 params

func (*CheckDeploymentNameUsingGET2Params) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the check deployment name using g e t 2 params

func (*CheckDeploymentNameUsingGET2Params) WithContext added in v0.4.0

WithContext adds the context to the check deployment name using g e t 2 params

func (*CheckDeploymentNameUsingGET2Params) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the check deployment name using g e t 2 params (not the query body).

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

func (*CheckDeploymentNameUsingGET2Params) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the check deployment name using g e t 2 params

func (*CheckDeploymentNameUsingGET2Params) WithName added in v0.4.0

WithName adds the name to the check deployment name using g e t 2 params

func (*CheckDeploymentNameUsingGET2Params) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the check deployment name using g e t 2 params

func (*CheckDeploymentNameUsingGET2Params) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type CheckDeploymentNameUsingGET2Reader added in v0.4.0

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

CheckDeploymentNameUsingGET2Reader is a Reader for the CheckDeploymentNameUsingGET2 structure.

func (*CheckDeploymentNameUsingGET2Reader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type CheckDeploymentNameUsingGET2Unauthorized added in v0.4.0

type CheckDeploymentNameUsingGET2Unauthorized struct {
}

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

Unauthorized

func NewCheckDeploymentNameUsingGET2Unauthorized added in v0.4.0

func NewCheckDeploymentNameUsingGET2Unauthorized() *CheckDeploymentNameUsingGET2Unauthorized

NewCheckDeploymentNameUsingGET2Unauthorized creates a CheckDeploymentNameUsingGET2Unauthorized with default headers values

func (*CheckDeploymentNameUsingGET2Unauthorized) Error added in v0.4.0

func (*CheckDeploymentNameUsingGET2Unauthorized) IsClientError added in v0.5.0

IsClientError returns true when this check deployment name using g e t2 unauthorized response has a 4xx status code

func (*CheckDeploymentNameUsingGET2Unauthorized) IsCode added in v0.5.0

IsCode returns true when this check deployment name using g e t2 unauthorized response a status code equal to that given

func (*CheckDeploymentNameUsingGET2Unauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this check deployment name using g e t2 unauthorized response has a 3xx status code

func (*CheckDeploymentNameUsingGET2Unauthorized) IsServerError added in v0.5.0

IsServerError returns true when this check deployment name using g e t2 unauthorized response has a 5xx status code

func (*CheckDeploymentNameUsingGET2Unauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this check deployment name using g e t2 unauthorized response has a 2xx status code

func (*CheckDeploymentNameUsingGET2Unauthorized) String added in v0.5.0

type Client

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

Client for deployments API

func (*Client) CheckDeploymentNameExistsUsingGET2 added in v0.4.0

func (a *Client) CheckDeploymentNameExistsUsingGET2(params *CheckDeploymentNameExistsUsingGET2Params, opts ...ClientOption) (*CheckDeploymentNameExistsUsingGET2OK, error)

CheckDeploymentNameExistsUsingGET2 checks if a deployment exists

Returns OK if a deployment with the supplied name exists.

func (*Client) CheckDeploymentNameUsingGET2 added in v0.4.0

func (a *Client) CheckDeploymentNameUsingGET2(params *CheckDeploymentNameUsingGET2Params, opts ...ClientOption) (*CheckDeploymentNameUsingGET2OK, error)

CheckDeploymentNameUsingGET2 checks if a deployment exists

Returns OK if a deployment with the supplied name exists.

func (*Client) DeleteDeploymentUsingDELETE2 added in v0.4.0

func (a *Client) DeleteDeploymentUsingDELETE2(params *DeleteDeploymentUsingDELETE2Params, opts ...ClientOption) (*DeleteDeploymentUsingDELETE2OK, error)

DeleteDeploymentUsingDELETE2 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) DeleteResourceUsingDELETE2 added in v0.4.0

func (a *Client) DeleteResourceUsingDELETE2(params *DeleteResourceUsingDELETE2Params, opts ...ClientOption) (*DeleteResourceUsingDELETE2OK, error)

DeleteResourceUsingDELETE2 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) GetDeploymentByIDV3UsingGET added in v0.4.0

func (a *Client) GetDeploymentByIDV3UsingGET(params *GetDeploymentByIDV3UsingGETParams, opts ...ClientOption) (*GetDeploymentByIDV3UsingGETOK, error)

GetDeploymentByIDV3UsingGET fetches a specific deployment

Returns the deployment with the supplied ID.

func (*Client) GetDeploymentExpenseHistoryByIDUsingGET2 added in v0.4.0

func (a *Client) GetDeploymentExpenseHistoryByIDUsingGET2(params *GetDeploymentExpenseHistoryByIDUsingGET2Params, opts ...ClientOption) (*GetDeploymentExpenseHistoryByIDUsingGET2OK, error)

GetDeploymentExpenseHistoryByIDUsingGET2 fetches a specific deployment s expense history

Returns the deployment expense history with the supplied ID.

func (*Client) GetDeploymentFilterByIDUsingGET2 added in v0.4.0

func (a *Client) GetDeploymentFilterByIDUsingGET2(params *GetDeploymentFilterByIDUsingGET2Params, opts ...ClientOption) (*GetDeploymentFilterByIDUsingGET2OK, error)

GetDeploymentFilterByIDUsingGET2 returns the deployment filter with the supplied ID

func (*Client) GetDeploymentFiltersUsingGET2 added in v0.4.0

func (a *Client) GetDeploymentFiltersUsingGET2(params *GetDeploymentFiltersUsingGET2Params, opts ...ClientOption) (*GetDeploymentFiltersUsingGET2OK, error)

GetDeploymentFiltersUsingGET2 returns the deployment filters in context of given user

func (*Client) GetDeploymentResourcesUsingGET2 added in v0.4.0

func (a *Client) GetDeploymentResourcesUsingGET2(params *GetDeploymentResourcesUsingGET2Params, opts ...ClientOption) (*GetDeploymentResourcesUsingGET2OK, error)

GetDeploymentResourcesUsingGET2 fetches resources associated with a deployment

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

func (*Client) GetDeploymentsForProjectUsingGET2 added in v0.4.0

func (a *Client) GetDeploymentsForProjectUsingGET2(params *GetDeploymentsForProjectUsingGET2Params, opts ...ClientOption) (*GetDeploymentsForProjectUsingGET2OK, error)

GetDeploymentsForProjectUsingGET2 returns a count of deployments using the project

func (*Client) GetDeploymentsV3UsingGET added in v0.4.0

func (a *Client) GetDeploymentsV3UsingGET(params *GetDeploymentsV3UsingGETParams, opts ...ClientOption) (*GetDeploymentsV3UsingGETOK, error)

GetDeploymentsV3UsingGET fetches all deployments

Returns a paginated list of deployments.

func (*Client) GetResourceByIDUsingGET4 added in v0.4.0

func (a *Client) GetResourceByIDUsingGET4(params *GetResourceByIDUsingGET4Params, opts ...ClientOption) (*GetResourceByIDUsingGET4OK, error)

GetResourceByIDUsingGET4 fetches resource associated with a deployment

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

func (*Client) PatchDeploymentUsingPATCH2 added in v0.4.0

func (a *Client) PatchDeploymentUsingPATCH2(params *PatchDeploymentUsingPATCH2Params, opts ...ClientOption) (*PatchDeploymentUsingPATCH2OK, error)

PatchDeploymentUsingPATCH2 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 {
	CheckDeploymentNameExistsUsingGET2(params *CheckDeploymentNameExistsUsingGET2Params, opts ...ClientOption) (*CheckDeploymentNameExistsUsingGET2OK, error)

	CheckDeploymentNameUsingGET2(params *CheckDeploymentNameUsingGET2Params, opts ...ClientOption) (*CheckDeploymentNameUsingGET2OK, error)

	DeleteDeploymentUsingDELETE2(params *DeleteDeploymentUsingDELETE2Params, opts ...ClientOption) (*DeleteDeploymentUsingDELETE2OK, error)

	DeleteResourceUsingDELETE2(params *DeleteResourceUsingDELETE2Params, opts ...ClientOption) (*DeleteResourceUsingDELETE2OK, error)

	GetDeploymentByIDV3UsingGET(params *GetDeploymentByIDV3UsingGETParams, opts ...ClientOption) (*GetDeploymentByIDV3UsingGETOK, error)

	GetDeploymentExpenseHistoryByIDUsingGET2(params *GetDeploymentExpenseHistoryByIDUsingGET2Params, opts ...ClientOption) (*GetDeploymentExpenseHistoryByIDUsingGET2OK, error)

	GetDeploymentFilterByIDUsingGET2(params *GetDeploymentFilterByIDUsingGET2Params, opts ...ClientOption) (*GetDeploymentFilterByIDUsingGET2OK, error)

	GetDeploymentFiltersUsingGET2(params *GetDeploymentFiltersUsingGET2Params, opts ...ClientOption) (*GetDeploymentFiltersUsingGET2OK, error)

	GetDeploymentResourcesUsingGET2(params *GetDeploymentResourcesUsingGET2Params, opts ...ClientOption) (*GetDeploymentResourcesUsingGET2OK, error)

	GetDeploymentsForProjectUsingGET2(params *GetDeploymentsForProjectUsingGET2Params, opts ...ClientOption) (*GetDeploymentsForProjectUsingGET2OK, error)

	GetDeploymentsV3UsingGET(params *GetDeploymentsV3UsingGETParams, opts ...ClientOption) (*GetDeploymentsV3UsingGETOK, error)

	GetResourceByIDUsingGET4(params *GetResourceByIDUsingGET4Params, opts ...ClientOption) (*GetResourceByIDUsingGET4OK, error)

	PatchDeploymentUsingPATCH2(params *PatchDeploymentUsingPATCH2Params, opts ...ClientOption) (*PatchDeploymentUsingPATCH2OK, 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 DeleteDeploymentUsingDELETE2Conflict added in v0.4.0

type DeleteDeploymentUsingDELETE2Conflict struct {
}

DeleteDeploymentUsingDELETE2Conflict describes a response with status code 409, with default header values.

Conflict

func NewDeleteDeploymentUsingDELETE2Conflict added in v0.4.0

func NewDeleteDeploymentUsingDELETE2Conflict() *DeleteDeploymentUsingDELETE2Conflict

NewDeleteDeploymentUsingDELETE2Conflict creates a DeleteDeploymentUsingDELETE2Conflict with default headers values

func (*DeleteDeploymentUsingDELETE2Conflict) Error added in v0.4.0

func (*DeleteDeploymentUsingDELETE2Conflict) IsClientError added in v0.5.0

func (o *DeleteDeploymentUsingDELETE2Conflict) IsClientError() bool

IsClientError returns true when this delete deployment using d e l e t e2 conflict response has a 4xx status code

func (*DeleteDeploymentUsingDELETE2Conflict) IsCode added in v0.5.0

IsCode returns true when this delete deployment using d e l e t e2 conflict response a status code equal to that given

func (*DeleteDeploymentUsingDELETE2Conflict) IsRedirect added in v0.5.0

IsRedirect returns true when this delete deployment using d e l e t e2 conflict response has a 3xx status code

func (*DeleteDeploymentUsingDELETE2Conflict) IsServerError added in v0.5.0

func (o *DeleteDeploymentUsingDELETE2Conflict) IsServerError() bool

IsServerError returns true when this delete deployment using d e l e t e2 conflict response has a 5xx status code

func (*DeleteDeploymentUsingDELETE2Conflict) IsSuccess added in v0.5.0

IsSuccess returns true when this delete deployment using d e l e t e2 conflict response has a 2xx status code

func (*DeleteDeploymentUsingDELETE2Conflict) String added in v0.5.0

type DeleteDeploymentUsingDELETE2Forbidden added in v0.4.0

type DeleteDeploymentUsingDELETE2Forbidden struct {
}

DeleteDeploymentUsingDELETE2Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteDeploymentUsingDELETE2Forbidden added in v0.4.0

func NewDeleteDeploymentUsingDELETE2Forbidden() *DeleteDeploymentUsingDELETE2Forbidden

NewDeleteDeploymentUsingDELETE2Forbidden creates a DeleteDeploymentUsingDELETE2Forbidden with default headers values

func (*DeleteDeploymentUsingDELETE2Forbidden) Error added in v0.4.0

func (*DeleteDeploymentUsingDELETE2Forbidden) IsClientError added in v0.5.0

func (o *DeleteDeploymentUsingDELETE2Forbidden) IsClientError() bool

IsClientError returns true when this delete deployment using d e l e t e2 forbidden response has a 4xx status code

func (*DeleteDeploymentUsingDELETE2Forbidden) IsCode added in v0.5.0

IsCode returns true when this delete deployment using d e l e t e2 forbidden response a status code equal to that given

func (*DeleteDeploymentUsingDELETE2Forbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this delete deployment using d e l e t e2 forbidden response has a 3xx status code

func (*DeleteDeploymentUsingDELETE2Forbidden) IsServerError added in v0.5.0

func (o *DeleteDeploymentUsingDELETE2Forbidden) IsServerError() bool

IsServerError returns true when this delete deployment using d e l e t e2 forbidden response has a 5xx status code

func (*DeleteDeploymentUsingDELETE2Forbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this delete deployment using d e l e t e2 forbidden response has a 2xx status code

func (*DeleteDeploymentUsingDELETE2Forbidden) String added in v0.5.0

type DeleteDeploymentUsingDELETE2NotFound added in v0.4.0

type DeleteDeploymentUsingDELETE2NotFound struct {
	Payload *models.Error
}

DeleteDeploymentUsingDELETE2NotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteDeploymentUsingDELETE2NotFound added in v0.4.0

func NewDeleteDeploymentUsingDELETE2NotFound() *DeleteDeploymentUsingDELETE2NotFound

NewDeleteDeploymentUsingDELETE2NotFound creates a DeleteDeploymentUsingDELETE2NotFound with default headers values

func (*DeleteDeploymentUsingDELETE2NotFound) Error added in v0.4.0

func (*DeleteDeploymentUsingDELETE2NotFound) GetPayload added in v0.4.0

func (*DeleteDeploymentUsingDELETE2NotFound) IsClientError added in v0.5.0

func (o *DeleteDeploymentUsingDELETE2NotFound) IsClientError() bool

IsClientError returns true when this delete deployment using d e l e t e2 not found response has a 4xx status code

func (*DeleteDeploymentUsingDELETE2NotFound) IsCode added in v0.5.0

IsCode returns true when this delete deployment using d e l e t e2 not found response a status code equal to that given

func (*DeleteDeploymentUsingDELETE2NotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this delete deployment using d e l e t e2 not found response has a 3xx status code

func (*DeleteDeploymentUsingDELETE2NotFound) IsServerError added in v0.5.0

func (o *DeleteDeploymentUsingDELETE2NotFound) IsServerError() bool

IsServerError returns true when this delete deployment using d e l e t e2 not found response has a 5xx status code

func (*DeleteDeploymentUsingDELETE2NotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this delete deployment using d e l e t e2 not found response has a 2xx status code

func (*DeleteDeploymentUsingDELETE2NotFound) String added in v0.5.0

type DeleteDeploymentUsingDELETE2OK added in v0.4.0

type DeleteDeploymentUsingDELETE2OK struct {
	Payload *models.Request
}

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

OK

func NewDeleteDeploymentUsingDELETE2OK added in v0.4.0

func NewDeleteDeploymentUsingDELETE2OK() *DeleteDeploymentUsingDELETE2OK

NewDeleteDeploymentUsingDELETE2OK creates a DeleteDeploymentUsingDELETE2OK with default headers values

func (*DeleteDeploymentUsingDELETE2OK) Error added in v0.4.0

func (*DeleteDeploymentUsingDELETE2OK) GetPayload added in v0.4.0

func (*DeleteDeploymentUsingDELETE2OK) IsClientError added in v0.5.0

func (o *DeleteDeploymentUsingDELETE2OK) IsClientError() bool

IsClientError returns true when this delete deployment using d e l e t e2 o k response has a 4xx status code

func (*DeleteDeploymentUsingDELETE2OK) IsCode added in v0.5.0

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

IsCode returns true when this delete deployment using d e l e t e2 o k response a status code equal to that given

func (*DeleteDeploymentUsingDELETE2OK) IsRedirect added in v0.5.0

func (o *DeleteDeploymentUsingDELETE2OK) IsRedirect() bool

IsRedirect returns true when this delete deployment using d e l e t e2 o k response has a 3xx status code

func (*DeleteDeploymentUsingDELETE2OK) IsServerError added in v0.5.0

func (o *DeleteDeploymentUsingDELETE2OK) IsServerError() bool

IsServerError returns true when this delete deployment using d e l e t e2 o k response has a 5xx status code

func (*DeleteDeploymentUsingDELETE2OK) IsSuccess added in v0.5.0

func (o *DeleteDeploymentUsingDELETE2OK) IsSuccess() bool

IsSuccess returns true when this delete deployment using d e l e t e2 o k response has a 2xx status code

func (*DeleteDeploymentUsingDELETE2OK) String added in v0.5.0

type DeleteDeploymentUsingDELETE2Params added in v0.4.0

type DeleteDeploymentUsingDELETE2Params 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
}

DeleteDeploymentUsingDELETE2Params contains all the parameters to send to the API endpoint

for the delete deployment using d e l e t e 2 operation.

Typically these are written to a http.Request.

func NewDeleteDeploymentUsingDELETE2Params added in v0.4.0

func NewDeleteDeploymentUsingDELETE2Params() *DeleteDeploymentUsingDELETE2Params

NewDeleteDeploymentUsingDELETE2Params creates a new DeleteDeploymentUsingDELETE2Params 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 NewDeleteDeploymentUsingDELETE2ParamsWithContext added in v0.4.0

func NewDeleteDeploymentUsingDELETE2ParamsWithContext(ctx context.Context) *DeleteDeploymentUsingDELETE2Params

NewDeleteDeploymentUsingDELETE2ParamsWithContext creates a new DeleteDeploymentUsingDELETE2Params object with the ability to set a context for a request.

func NewDeleteDeploymentUsingDELETE2ParamsWithHTTPClient added in v0.4.0

func NewDeleteDeploymentUsingDELETE2ParamsWithHTTPClient(client *http.Client) *DeleteDeploymentUsingDELETE2Params

NewDeleteDeploymentUsingDELETE2ParamsWithHTTPClient creates a new DeleteDeploymentUsingDELETE2Params object with the ability to set a custom HTTPClient for a request.

func NewDeleteDeploymentUsingDELETE2ParamsWithTimeout added in v0.4.0

func NewDeleteDeploymentUsingDELETE2ParamsWithTimeout(timeout time.Duration) *DeleteDeploymentUsingDELETE2Params

NewDeleteDeploymentUsingDELETE2ParamsWithTimeout creates a new DeleteDeploymentUsingDELETE2Params object with the ability to set a timeout on a request.

func (*DeleteDeploymentUsingDELETE2Params) SetAPIVersion added in v0.4.0

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

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

func (*DeleteDeploymentUsingDELETE2Params) SetContext added in v0.4.0

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

func (*DeleteDeploymentUsingDELETE2Params) SetDefaults added in v0.4.0

func (o *DeleteDeploymentUsingDELETE2Params) SetDefaults()

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

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

func (*DeleteDeploymentUsingDELETE2Params) SetDeploymentID added in v0.4.0

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

SetDeploymentID adds the deploymentId to the delete deployment using d e l e t e 2 params

func (*DeleteDeploymentUsingDELETE2Params) SetHTTPClient added in v0.4.0

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

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

func (*DeleteDeploymentUsingDELETE2Params) SetTimeout added in v0.4.0

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

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

func (*DeleteDeploymentUsingDELETE2Params) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the delete deployment using d e l e t e 2 params

func (*DeleteDeploymentUsingDELETE2Params) WithContext added in v0.4.0

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

func (*DeleteDeploymentUsingDELETE2Params) WithDefaults added in v0.4.0

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

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

func (*DeleteDeploymentUsingDELETE2Params) WithDeploymentID added in v0.4.0

WithDeploymentID adds the deploymentID to the delete deployment using d e l e t e 2 params

func (*DeleteDeploymentUsingDELETE2Params) WithHTTPClient added in v0.4.0

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

func (*DeleteDeploymentUsingDELETE2Params) WithTimeout added in v0.4.0

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

func (*DeleteDeploymentUsingDELETE2Params) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type DeleteDeploymentUsingDELETE2Reader added in v0.4.0

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

DeleteDeploymentUsingDELETE2Reader is a Reader for the DeleteDeploymentUsingDELETE2 structure.

func (*DeleteDeploymentUsingDELETE2Reader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type DeleteDeploymentUsingDELETE2Unauthorized added in v0.4.0

type DeleteDeploymentUsingDELETE2Unauthorized struct {
}

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

Unauthorized

func NewDeleteDeploymentUsingDELETE2Unauthorized added in v0.4.0

func NewDeleteDeploymentUsingDELETE2Unauthorized() *DeleteDeploymentUsingDELETE2Unauthorized

NewDeleteDeploymentUsingDELETE2Unauthorized creates a DeleteDeploymentUsingDELETE2Unauthorized with default headers values

func (*DeleteDeploymentUsingDELETE2Unauthorized) Error added in v0.4.0

func (*DeleteDeploymentUsingDELETE2Unauthorized) IsClientError added in v0.5.0

IsClientError returns true when this delete deployment using d e l e t e2 unauthorized response has a 4xx status code

func (*DeleteDeploymentUsingDELETE2Unauthorized) IsCode added in v0.5.0

IsCode returns true when this delete deployment using d e l e t e2 unauthorized response a status code equal to that given

func (*DeleteDeploymentUsingDELETE2Unauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this delete deployment using d e l e t e2 unauthorized response has a 3xx status code

func (*DeleteDeploymentUsingDELETE2Unauthorized) IsServerError added in v0.5.0

IsServerError returns true when this delete deployment using d e l e t e2 unauthorized response has a 5xx status code

func (*DeleteDeploymentUsingDELETE2Unauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this delete deployment using d e l e t e2 unauthorized response has a 2xx status code

func (*DeleteDeploymentUsingDELETE2Unauthorized) String added in v0.5.0

type DeleteResourceUsingDELETE2Forbidden added in v0.4.0

type DeleteResourceUsingDELETE2Forbidden struct {
}

DeleteResourceUsingDELETE2Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteResourceUsingDELETE2Forbidden added in v0.4.0

func NewDeleteResourceUsingDELETE2Forbidden() *DeleteResourceUsingDELETE2Forbidden

NewDeleteResourceUsingDELETE2Forbidden creates a DeleteResourceUsingDELETE2Forbidden with default headers values

func (*DeleteResourceUsingDELETE2Forbidden) Error added in v0.4.0

func (*DeleteResourceUsingDELETE2Forbidden) IsClientError added in v0.5.0

func (o *DeleteResourceUsingDELETE2Forbidden) IsClientError() bool

IsClientError returns true when this delete resource using d e l e t e2 forbidden response has a 4xx status code

func (*DeleteResourceUsingDELETE2Forbidden) IsCode added in v0.5.0

IsCode returns true when this delete resource using d e l e t e2 forbidden response a status code equal to that given

func (*DeleteResourceUsingDELETE2Forbidden) IsRedirect added in v0.5.0

func (o *DeleteResourceUsingDELETE2Forbidden) IsRedirect() bool

IsRedirect returns true when this delete resource using d e l e t e2 forbidden response has a 3xx status code

func (*DeleteResourceUsingDELETE2Forbidden) IsServerError added in v0.5.0

func (o *DeleteResourceUsingDELETE2Forbidden) IsServerError() bool

IsServerError returns true when this delete resource using d e l e t e2 forbidden response has a 5xx status code

func (*DeleteResourceUsingDELETE2Forbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this delete resource using d e l e t e2 forbidden response has a 2xx status code

func (*DeleteResourceUsingDELETE2Forbidden) String added in v0.5.0

type DeleteResourceUsingDELETE2NotFound added in v0.4.0

type DeleteResourceUsingDELETE2NotFound struct {
	Payload *models.Error
}

DeleteResourceUsingDELETE2NotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteResourceUsingDELETE2NotFound added in v0.4.0

func NewDeleteResourceUsingDELETE2NotFound() *DeleteResourceUsingDELETE2NotFound

NewDeleteResourceUsingDELETE2NotFound creates a DeleteResourceUsingDELETE2NotFound with default headers values

func (*DeleteResourceUsingDELETE2NotFound) Error added in v0.4.0

func (*DeleteResourceUsingDELETE2NotFound) GetPayload added in v0.4.0

func (*DeleteResourceUsingDELETE2NotFound) IsClientError added in v0.5.0

func (o *DeleteResourceUsingDELETE2NotFound) IsClientError() bool

IsClientError returns true when this delete resource using d e l e t e2 not found response has a 4xx status code

func (*DeleteResourceUsingDELETE2NotFound) IsCode added in v0.5.0

IsCode returns true when this delete resource using d e l e t e2 not found response a status code equal to that given

func (*DeleteResourceUsingDELETE2NotFound) IsRedirect added in v0.5.0

func (o *DeleteResourceUsingDELETE2NotFound) IsRedirect() bool

IsRedirect returns true when this delete resource using d e l e t e2 not found response has a 3xx status code

func (*DeleteResourceUsingDELETE2NotFound) IsServerError added in v0.5.0

func (o *DeleteResourceUsingDELETE2NotFound) IsServerError() bool

IsServerError returns true when this delete resource using d e l e t e2 not found response has a 5xx status code

func (*DeleteResourceUsingDELETE2NotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this delete resource using d e l e t e2 not found response has a 2xx status code

func (*DeleteResourceUsingDELETE2NotFound) String added in v0.5.0

type DeleteResourceUsingDELETE2OK added in v0.4.0

type DeleteResourceUsingDELETE2OK struct {
	Payload *models.Request
}

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

OK

func NewDeleteResourceUsingDELETE2OK added in v0.4.0

func NewDeleteResourceUsingDELETE2OK() *DeleteResourceUsingDELETE2OK

NewDeleteResourceUsingDELETE2OK creates a DeleteResourceUsingDELETE2OK with default headers values

func (*DeleteResourceUsingDELETE2OK) Error added in v0.4.0

func (*DeleteResourceUsingDELETE2OK) GetPayload added in v0.4.0

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

func (*DeleteResourceUsingDELETE2OK) IsClientError added in v0.5.0

func (o *DeleteResourceUsingDELETE2OK) IsClientError() bool

IsClientError returns true when this delete resource using d e l e t e2 o k response has a 4xx status code

func (*DeleteResourceUsingDELETE2OK) IsCode added in v0.5.0

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

IsCode returns true when this delete resource using d e l e t e2 o k response a status code equal to that given

func (*DeleteResourceUsingDELETE2OK) IsRedirect added in v0.5.0

func (o *DeleteResourceUsingDELETE2OK) IsRedirect() bool

IsRedirect returns true when this delete resource using d e l e t e2 o k response has a 3xx status code

func (*DeleteResourceUsingDELETE2OK) IsServerError added in v0.5.0

func (o *DeleteResourceUsingDELETE2OK) IsServerError() bool

IsServerError returns true when this delete resource using d e l e t e2 o k response has a 5xx status code

func (*DeleteResourceUsingDELETE2OK) IsSuccess added in v0.5.0

func (o *DeleteResourceUsingDELETE2OK) IsSuccess() bool

IsSuccess returns true when this delete resource using d e l e t e2 o k response has a 2xx status code

func (*DeleteResourceUsingDELETE2OK) String added in v0.5.0

type DeleteResourceUsingDELETE2Params added in v0.4.0

type DeleteResourceUsingDELETE2Params 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
}

DeleteResourceUsingDELETE2Params contains all the parameters to send to the API endpoint

for the delete resource using d e l e t e 2 operation.

Typically these are written to a http.Request.

func NewDeleteResourceUsingDELETE2Params added in v0.4.0

func NewDeleteResourceUsingDELETE2Params() *DeleteResourceUsingDELETE2Params

NewDeleteResourceUsingDELETE2Params creates a new DeleteResourceUsingDELETE2Params 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 NewDeleteResourceUsingDELETE2ParamsWithContext added in v0.4.0

func NewDeleteResourceUsingDELETE2ParamsWithContext(ctx context.Context) *DeleteResourceUsingDELETE2Params

NewDeleteResourceUsingDELETE2ParamsWithContext creates a new DeleteResourceUsingDELETE2Params object with the ability to set a context for a request.

func NewDeleteResourceUsingDELETE2ParamsWithHTTPClient added in v0.4.0

func NewDeleteResourceUsingDELETE2ParamsWithHTTPClient(client *http.Client) *DeleteResourceUsingDELETE2Params

NewDeleteResourceUsingDELETE2ParamsWithHTTPClient creates a new DeleteResourceUsingDELETE2Params object with the ability to set a custom HTTPClient for a request.

func NewDeleteResourceUsingDELETE2ParamsWithTimeout added in v0.4.0

func NewDeleteResourceUsingDELETE2ParamsWithTimeout(timeout time.Duration) *DeleteResourceUsingDELETE2Params

NewDeleteResourceUsingDELETE2ParamsWithTimeout creates a new DeleteResourceUsingDELETE2Params object with the ability to set a timeout on a request.

func (*DeleteResourceUsingDELETE2Params) SetAPIVersion added in v0.4.0

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

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

func (*DeleteResourceUsingDELETE2Params) SetContext added in v0.4.0

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

func (*DeleteResourceUsingDELETE2Params) SetDefaults added in v0.4.0

func (o *DeleteResourceUsingDELETE2Params) SetDefaults()

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

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

func (*DeleteResourceUsingDELETE2Params) SetDeploymentID added in v0.4.0

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

SetDeploymentID adds the deploymentId to the delete resource using d e l e t e 2 params

func (*DeleteResourceUsingDELETE2Params) SetHTTPClient added in v0.4.0

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

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

func (*DeleteResourceUsingDELETE2Params) SetResourceID added in v0.4.0

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

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

func (*DeleteResourceUsingDELETE2Params) SetTimeout added in v0.4.0

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

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

func (*DeleteResourceUsingDELETE2Params) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the delete resource using d e l e t e 2 params

func (*DeleteResourceUsingDELETE2Params) WithContext added in v0.4.0

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

func (*DeleteResourceUsingDELETE2Params) WithDefaults added in v0.4.0

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

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

func (*DeleteResourceUsingDELETE2Params) WithDeploymentID added in v0.4.0

WithDeploymentID adds the deploymentID to the delete resource using d e l e t e 2 params

func (*DeleteResourceUsingDELETE2Params) WithHTTPClient added in v0.4.0

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

func (*DeleteResourceUsingDELETE2Params) WithResourceID added in v0.4.0

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

func (*DeleteResourceUsingDELETE2Params) WithTimeout added in v0.4.0

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

func (*DeleteResourceUsingDELETE2Params) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type DeleteResourceUsingDELETE2Reader added in v0.4.0

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

DeleteResourceUsingDELETE2Reader is a Reader for the DeleteResourceUsingDELETE2 structure.

func (*DeleteResourceUsingDELETE2Reader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type DeleteResourceUsingDELETE2Unauthorized added in v0.4.0

type DeleteResourceUsingDELETE2Unauthorized struct {
}

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

Unauthorized

func NewDeleteResourceUsingDELETE2Unauthorized added in v0.4.0

func NewDeleteResourceUsingDELETE2Unauthorized() *DeleteResourceUsingDELETE2Unauthorized

NewDeleteResourceUsingDELETE2Unauthorized creates a DeleteResourceUsingDELETE2Unauthorized with default headers values

func (*DeleteResourceUsingDELETE2Unauthorized) Error added in v0.4.0

func (*DeleteResourceUsingDELETE2Unauthorized) IsClientError added in v0.5.0

func (o *DeleteResourceUsingDELETE2Unauthorized) IsClientError() bool

IsClientError returns true when this delete resource using d e l e t e2 unauthorized response has a 4xx status code

func (*DeleteResourceUsingDELETE2Unauthorized) IsCode added in v0.5.0

IsCode returns true when this delete resource using d e l e t e2 unauthorized response a status code equal to that given

func (*DeleteResourceUsingDELETE2Unauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this delete resource using d e l e t e2 unauthorized response has a 3xx status code

func (*DeleteResourceUsingDELETE2Unauthorized) IsServerError added in v0.5.0

func (o *DeleteResourceUsingDELETE2Unauthorized) IsServerError() bool

IsServerError returns true when this delete resource using d e l e t e2 unauthorized response has a 5xx status code

func (*DeleteResourceUsingDELETE2Unauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this delete resource using d e l e t e2 unauthorized response has a 2xx status code

func (*DeleteResourceUsingDELETE2Unauthorized) String added in v0.5.0

type GetDeploymentByIDV3UsingGETNotFound added in v0.4.0

type GetDeploymentByIDV3UsingGETNotFound struct {
	Payload *models.Error
}

GetDeploymentByIDV3UsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetDeploymentByIDV3UsingGETNotFound added in v0.4.0

func NewGetDeploymentByIDV3UsingGETNotFound() *GetDeploymentByIDV3UsingGETNotFound

NewGetDeploymentByIDV3UsingGETNotFound creates a GetDeploymentByIDV3UsingGETNotFound with default headers values

func (*GetDeploymentByIDV3UsingGETNotFound) Error added in v0.4.0

func (*GetDeploymentByIDV3UsingGETNotFound) GetPayload added in v0.4.0

func (*GetDeploymentByIDV3UsingGETNotFound) IsClientError added in v0.5.0

func (o *GetDeploymentByIDV3UsingGETNotFound) IsClientError() bool

IsClientError returns true when this get deployment by Id v3 using g e t not found response has a 4xx status code

func (*GetDeploymentByIDV3UsingGETNotFound) IsCode added in v0.5.0

IsCode returns true when this get deployment by Id v3 using g e t not found response a status code equal to that given

func (*GetDeploymentByIDV3UsingGETNotFound) IsRedirect added in v0.5.0

func (o *GetDeploymentByIDV3UsingGETNotFound) IsRedirect() bool

IsRedirect returns true when this get deployment by Id v3 using g e t not found response has a 3xx status code

func (*GetDeploymentByIDV3UsingGETNotFound) IsServerError added in v0.5.0

func (o *GetDeploymentByIDV3UsingGETNotFound) IsServerError() bool

IsServerError returns true when this get deployment by Id v3 using g e t not found response has a 5xx status code

func (*GetDeploymentByIDV3UsingGETNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get deployment by Id v3 using g e t not found response has a 2xx status code

func (*GetDeploymentByIDV3UsingGETNotFound) String added in v0.5.0

type GetDeploymentByIDV3UsingGETOK added in v0.4.0

type GetDeploymentByIDV3UsingGETOK struct {
	Payload *models.Deployment
}

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

OK

func NewGetDeploymentByIDV3UsingGETOK added in v0.4.0

func NewGetDeploymentByIDV3UsingGETOK() *GetDeploymentByIDV3UsingGETOK

NewGetDeploymentByIDV3UsingGETOK creates a GetDeploymentByIDV3UsingGETOK with default headers values

func (*GetDeploymentByIDV3UsingGETOK) Error added in v0.4.0

func (*GetDeploymentByIDV3UsingGETOK) GetPayload added in v0.4.0

func (*GetDeploymentByIDV3UsingGETOK) IsClientError added in v0.5.0

func (o *GetDeploymentByIDV3UsingGETOK) IsClientError() bool

IsClientError returns true when this get deployment by Id v3 using g e t o k response has a 4xx status code

func (*GetDeploymentByIDV3UsingGETOK) IsCode added in v0.5.0

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

IsCode returns true when this get deployment by Id v3 using g e t o k response a status code equal to that given

func (*GetDeploymentByIDV3UsingGETOK) IsRedirect added in v0.5.0

func (o *GetDeploymentByIDV3UsingGETOK) IsRedirect() bool

IsRedirect returns true when this get deployment by Id v3 using g e t o k response has a 3xx status code

func (*GetDeploymentByIDV3UsingGETOK) IsServerError added in v0.5.0

func (o *GetDeploymentByIDV3UsingGETOK) IsServerError() bool

IsServerError returns true when this get deployment by Id v3 using g e t o k response has a 5xx status code

func (*GetDeploymentByIDV3UsingGETOK) IsSuccess added in v0.5.0

func (o *GetDeploymentByIDV3UsingGETOK) IsSuccess() bool

IsSuccess returns true when this get deployment by Id v3 using g e t o k response has a 2xx status code

func (*GetDeploymentByIDV3UsingGETOK) String added in v0.5.0

type GetDeploymentByIDV3UsingGETParams added in v0.4.0

type GetDeploymentByIDV3UsingGETParams 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. <br /> 'resources' option returns resources with summary properties
	*/
	Expand []string

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

GetDeploymentByIDV3UsingGETParams contains all the parameters to send to the API endpoint

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

Typically these are written to a http.Request.

func NewGetDeploymentByIDV3UsingGETParams added in v0.4.0

func NewGetDeploymentByIDV3UsingGETParams() *GetDeploymentByIDV3UsingGETParams

NewGetDeploymentByIDV3UsingGETParams creates a new GetDeploymentByIDV3UsingGETParams 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 NewGetDeploymentByIDV3UsingGETParamsWithContext added in v0.4.0

func NewGetDeploymentByIDV3UsingGETParamsWithContext(ctx context.Context) *GetDeploymentByIDV3UsingGETParams

NewGetDeploymentByIDV3UsingGETParamsWithContext creates a new GetDeploymentByIDV3UsingGETParams object with the ability to set a context for a request.

func NewGetDeploymentByIDV3UsingGETParamsWithHTTPClient added in v0.4.0

func NewGetDeploymentByIDV3UsingGETParamsWithHTTPClient(client *http.Client) *GetDeploymentByIDV3UsingGETParams

NewGetDeploymentByIDV3UsingGETParamsWithHTTPClient creates a new GetDeploymentByIDV3UsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetDeploymentByIDV3UsingGETParamsWithTimeout added in v0.4.0

func NewGetDeploymentByIDV3UsingGETParamsWithTimeout(timeout time.Duration) *GetDeploymentByIDV3UsingGETParams

NewGetDeploymentByIDV3UsingGETParamsWithTimeout creates a new GetDeploymentByIDV3UsingGETParams object with the ability to set a timeout on a request.

func (*GetDeploymentByIDV3UsingGETParams) SetAPIVersion added in v0.4.0

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

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

func (*GetDeploymentByIDV3UsingGETParams) SetContext added in v0.4.0

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

func (*GetDeploymentByIDV3UsingGETParams) SetDefaults added in v0.4.0

func (o *GetDeploymentByIDV3UsingGETParams) SetDefaults()

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

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

func (*GetDeploymentByIDV3UsingGETParams) SetDeleted added in v0.4.0

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

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

func (*GetDeploymentByIDV3UsingGETParams) SetDeploymentID added in v0.4.0

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

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

func (*GetDeploymentByIDV3UsingGETParams) SetExpand added in v0.4.0

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

SetExpand adds the expand to the get deployment by Id v3 using get params

func (*GetDeploymentByIDV3UsingGETParams) SetHTTPClient added in v0.4.0

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

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

func (*GetDeploymentByIDV3UsingGETParams) SetTimeout added in v0.4.0

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

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

func (*GetDeploymentByIDV3UsingGETParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get deployment by Id v3 using get params

func (*GetDeploymentByIDV3UsingGETParams) WithContext added in v0.4.0

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

func (*GetDeploymentByIDV3UsingGETParams) WithDefaults added in v0.4.0

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

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

func (*GetDeploymentByIDV3UsingGETParams) WithDeleted added in v0.4.0

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

func (*GetDeploymentByIDV3UsingGETParams) WithDeploymentID added in v0.4.0

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

func (*GetDeploymentByIDV3UsingGETParams) WithExpand added in v0.4.0

WithExpand adds the expand to the get deployment by Id v3 using get params

func (*GetDeploymentByIDV3UsingGETParams) WithHTTPClient added in v0.4.0

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

func (*GetDeploymentByIDV3UsingGETParams) WithTimeout added in v0.4.0

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

func (*GetDeploymentByIDV3UsingGETParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetDeploymentByIDV3UsingGETReader added in v0.4.0

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

GetDeploymentByIDV3UsingGETReader is a Reader for the GetDeploymentByIDV3UsingGET structure.

func (*GetDeploymentByIDV3UsingGETReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetDeploymentByIDV3UsingGETUnauthorized added in v0.4.0

type GetDeploymentByIDV3UsingGETUnauthorized struct {
}

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

Unauthorized

func NewGetDeploymentByIDV3UsingGETUnauthorized added in v0.4.0

func NewGetDeploymentByIDV3UsingGETUnauthorized() *GetDeploymentByIDV3UsingGETUnauthorized

NewGetDeploymentByIDV3UsingGETUnauthorized creates a GetDeploymentByIDV3UsingGETUnauthorized with default headers values

func (*GetDeploymentByIDV3UsingGETUnauthorized) Error added in v0.4.0

func (*GetDeploymentByIDV3UsingGETUnauthorized) IsClientError added in v0.5.0

func (o *GetDeploymentByIDV3UsingGETUnauthorized) IsClientError() bool

IsClientError returns true when this get deployment by Id v3 using g e t unauthorized response has a 4xx status code

func (*GetDeploymentByIDV3UsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get deployment by Id v3 using g e t unauthorized response a status code equal to that given

func (*GetDeploymentByIDV3UsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get deployment by Id v3 using g e t unauthorized response has a 3xx status code

func (*GetDeploymentByIDV3UsingGETUnauthorized) IsServerError added in v0.5.0

func (o *GetDeploymentByIDV3UsingGETUnauthorized) IsServerError() bool

IsServerError returns true when this get deployment by Id v3 using g e t unauthorized response has a 5xx status code

func (*GetDeploymentByIDV3UsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get deployment by Id v3 using g e t unauthorized response has a 2xx status code

func (*GetDeploymentByIDV3UsingGETUnauthorized) String added in v0.5.0

type GetDeploymentExpenseHistoryByIDUsingGET2NotFound added in v0.4.0

type GetDeploymentExpenseHistoryByIDUsingGET2NotFound struct {
	Payload *models.Error
}

GetDeploymentExpenseHistoryByIDUsingGET2NotFound describes a response with status code 404, with default header values.

Not Found

func NewGetDeploymentExpenseHistoryByIDUsingGET2NotFound added in v0.4.0

func NewGetDeploymentExpenseHistoryByIDUsingGET2NotFound() *GetDeploymentExpenseHistoryByIDUsingGET2NotFound

NewGetDeploymentExpenseHistoryByIDUsingGET2NotFound creates a GetDeploymentExpenseHistoryByIDUsingGET2NotFound with default headers values

func (*GetDeploymentExpenseHistoryByIDUsingGET2NotFound) Error added in v0.4.0

func (*GetDeploymentExpenseHistoryByIDUsingGET2NotFound) GetPayload added in v0.4.0

func (*GetDeploymentExpenseHistoryByIDUsingGET2NotFound) IsClientError added in v0.5.0

IsClientError returns true when this get deployment expense history by Id using g e t2 not found response has a 4xx status code

func (*GetDeploymentExpenseHistoryByIDUsingGET2NotFound) IsCode added in v0.5.0

IsCode returns true when this get deployment expense history by Id using g e t2 not found response a status code equal to that given

func (*GetDeploymentExpenseHistoryByIDUsingGET2NotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this get deployment expense history by Id using g e t2 not found response has a 3xx status code

func (*GetDeploymentExpenseHistoryByIDUsingGET2NotFound) IsServerError added in v0.5.0

IsServerError returns true when this get deployment expense history by Id using g e t2 not found response has a 5xx status code

func (*GetDeploymentExpenseHistoryByIDUsingGET2NotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get deployment expense history by Id using g e t2 not found response has a 2xx status code

func (*GetDeploymentExpenseHistoryByIDUsingGET2NotFound) String added in v0.5.0

type GetDeploymentExpenseHistoryByIDUsingGET2OK added in v0.4.0

type GetDeploymentExpenseHistoryByIDUsingGET2OK struct {
	Payload *models.DeploymentExpenseHistory
}

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

OK

func NewGetDeploymentExpenseHistoryByIDUsingGET2OK added in v0.4.0

func NewGetDeploymentExpenseHistoryByIDUsingGET2OK() *GetDeploymentExpenseHistoryByIDUsingGET2OK

NewGetDeploymentExpenseHistoryByIDUsingGET2OK creates a GetDeploymentExpenseHistoryByIDUsingGET2OK with default headers values

func (*GetDeploymentExpenseHistoryByIDUsingGET2OK) Error added in v0.4.0

func (*GetDeploymentExpenseHistoryByIDUsingGET2OK) GetPayload added in v0.4.0

func (*GetDeploymentExpenseHistoryByIDUsingGET2OK) IsClientError added in v0.5.0

IsClientError returns true when this get deployment expense history by Id using g e t2 o k response has a 4xx status code

func (*GetDeploymentExpenseHistoryByIDUsingGET2OK) IsCode added in v0.5.0

IsCode returns true when this get deployment expense history by Id using g e t2 o k response a status code equal to that given

func (*GetDeploymentExpenseHistoryByIDUsingGET2OK) IsRedirect added in v0.5.0

IsRedirect returns true when this get deployment expense history by Id using g e t2 o k response has a 3xx status code

func (*GetDeploymentExpenseHistoryByIDUsingGET2OK) IsServerError added in v0.5.0

IsServerError returns true when this get deployment expense history by Id using g e t2 o k response has a 5xx status code

func (*GetDeploymentExpenseHistoryByIDUsingGET2OK) IsSuccess added in v0.5.0

IsSuccess returns true when this get deployment expense history by Id using g e t2 o k response has a 2xx status code

func (*GetDeploymentExpenseHistoryByIDUsingGET2OK) String added in v0.5.0

type GetDeploymentExpenseHistoryByIDUsingGET2Params added in v0.4.0

type GetDeploymentExpenseHistoryByIDUsingGET2Params 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
}

GetDeploymentExpenseHistoryByIDUsingGET2Params contains all the parameters to send to the API endpoint

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

Typically these are written to a http.Request.

func NewGetDeploymentExpenseHistoryByIDUsingGET2Params added in v0.4.0

func NewGetDeploymentExpenseHistoryByIDUsingGET2Params() *GetDeploymentExpenseHistoryByIDUsingGET2Params

NewGetDeploymentExpenseHistoryByIDUsingGET2Params creates a new GetDeploymentExpenseHistoryByIDUsingGET2Params 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 NewGetDeploymentExpenseHistoryByIDUsingGET2ParamsWithContext added in v0.4.0

func NewGetDeploymentExpenseHistoryByIDUsingGET2ParamsWithContext(ctx context.Context) *GetDeploymentExpenseHistoryByIDUsingGET2Params

NewGetDeploymentExpenseHistoryByIDUsingGET2ParamsWithContext creates a new GetDeploymentExpenseHistoryByIDUsingGET2Params object with the ability to set a context for a request.

func NewGetDeploymentExpenseHistoryByIDUsingGET2ParamsWithHTTPClient added in v0.4.0

func NewGetDeploymentExpenseHistoryByIDUsingGET2ParamsWithHTTPClient(client *http.Client) *GetDeploymentExpenseHistoryByIDUsingGET2Params

NewGetDeploymentExpenseHistoryByIDUsingGET2ParamsWithHTTPClient creates a new GetDeploymentExpenseHistoryByIDUsingGET2Params object with the ability to set a custom HTTPClient for a request.

func NewGetDeploymentExpenseHistoryByIDUsingGET2ParamsWithTimeout added in v0.4.0

func NewGetDeploymentExpenseHistoryByIDUsingGET2ParamsWithTimeout(timeout time.Duration) *GetDeploymentExpenseHistoryByIDUsingGET2Params

NewGetDeploymentExpenseHistoryByIDUsingGET2ParamsWithTimeout creates a new GetDeploymentExpenseHistoryByIDUsingGET2Params object with the ability to set a timeout on a request.

func (*GetDeploymentExpenseHistoryByIDUsingGET2Params) SetAPIVersion added in v0.4.0

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

SetAPIVersion adds the apiVersion to the get deployment expense history by Id using g e t 2 params

func (*GetDeploymentExpenseHistoryByIDUsingGET2Params) SetContext added in v0.4.0

SetContext adds the context to the get deployment expense history by Id using g e t 2 params

func (*GetDeploymentExpenseHistoryByIDUsingGET2Params) SetDefaults added in v0.4.0

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

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

func (*GetDeploymentExpenseHistoryByIDUsingGET2Params) SetDeploymentID added in v0.4.0

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

SetDeploymentID adds the deploymentId to the get deployment expense history by Id using g e t 2 params

func (*GetDeploymentExpenseHistoryByIDUsingGET2Params) SetFrom added in v0.4.0

SetFrom adds the from to the get deployment expense history by Id using g e t 2 params

func (*GetDeploymentExpenseHistoryByIDUsingGET2Params) SetHTTPClient added in v0.4.0

SetHTTPClient adds the HTTPClient to the get deployment expense history by Id using g e t 2 params

func (*GetDeploymentExpenseHistoryByIDUsingGET2Params) SetInterval added in v0.4.0

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

SetInterval adds the interval to the get deployment expense history by Id using g e t 2 params

func (*GetDeploymentExpenseHistoryByIDUsingGET2Params) SetTimeout added in v0.4.0

SetTimeout adds the timeout to the get deployment expense history by Id using g e t 2 params

func (*GetDeploymentExpenseHistoryByIDUsingGET2Params) SetTo added in v0.4.0

SetTo adds the to to the get deployment expense history by Id using g e t 2 params

func (*GetDeploymentExpenseHistoryByIDUsingGET2Params) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get deployment expense history by Id using g e t 2 params

func (*GetDeploymentExpenseHistoryByIDUsingGET2Params) WithContext added in v0.4.0

WithContext adds the context to the get deployment expense history by Id using g e t 2 params

func (*GetDeploymentExpenseHistoryByIDUsingGET2Params) WithDefaults added in v0.4.0

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

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

func (*GetDeploymentExpenseHistoryByIDUsingGET2Params) WithDeploymentID added in v0.4.0

WithDeploymentID adds the deploymentID to the get deployment expense history by Id using g e t 2 params

func (*GetDeploymentExpenseHistoryByIDUsingGET2Params) WithFrom added in v0.4.0

WithFrom adds the from to the get deployment expense history by Id using g e t 2 params

func (*GetDeploymentExpenseHistoryByIDUsingGET2Params) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get deployment expense history by Id using g e t 2 params

func (*GetDeploymentExpenseHistoryByIDUsingGET2Params) WithInterval added in v0.4.0

WithInterval adds the interval to the get deployment expense history by Id using g e t 2 params

func (*GetDeploymentExpenseHistoryByIDUsingGET2Params) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get deployment expense history by Id using g e t 2 params

func (*GetDeploymentExpenseHistoryByIDUsingGET2Params) WithTo added in v0.4.0

WithTo adds the to to the get deployment expense history by Id using g e t 2 params

func (*GetDeploymentExpenseHistoryByIDUsingGET2Params) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetDeploymentExpenseHistoryByIDUsingGET2Reader added in v0.4.0

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

GetDeploymentExpenseHistoryByIDUsingGET2Reader is a Reader for the GetDeploymentExpenseHistoryByIDUsingGET2 structure.

func (*GetDeploymentExpenseHistoryByIDUsingGET2Reader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetDeploymentExpenseHistoryByIDUsingGET2Unauthorized added in v0.4.0

type GetDeploymentExpenseHistoryByIDUsingGET2Unauthorized struct {
}

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

Unauthorized

func NewGetDeploymentExpenseHistoryByIDUsingGET2Unauthorized added in v0.4.0

func NewGetDeploymentExpenseHistoryByIDUsingGET2Unauthorized() *GetDeploymentExpenseHistoryByIDUsingGET2Unauthorized

NewGetDeploymentExpenseHistoryByIDUsingGET2Unauthorized creates a GetDeploymentExpenseHistoryByIDUsingGET2Unauthorized with default headers values

func (*GetDeploymentExpenseHistoryByIDUsingGET2Unauthorized) Error added in v0.4.0

func (*GetDeploymentExpenseHistoryByIDUsingGET2Unauthorized) IsClientError added in v0.5.0

IsClientError returns true when this get deployment expense history by Id using g e t2 unauthorized response has a 4xx status code

func (*GetDeploymentExpenseHistoryByIDUsingGET2Unauthorized) IsCode added in v0.5.0

IsCode returns true when this get deployment expense history by Id using g e t2 unauthorized response a status code equal to that given

func (*GetDeploymentExpenseHistoryByIDUsingGET2Unauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get deployment expense history by Id using g e t2 unauthorized response has a 3xx status code

func (*GetDeploymentExpenseHistoryByIDUsingGET2Unauthorized) IsServerError added in v0.5.0

IsServerError returns true when this get deployment expense history by Id using g e t2 unauthorized response has a 5xx status code

func (*GetDeploymentExpenseHistoryByIDUsingGET2Unauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get deployment expense history by Id using g e t2 unauthorized response has a 2xx status code

func (*GetDeploymentExpenseHistoryByIDUsingGET2Unauthorized) String added in v0.5.0

type GetDeploymentFilterByIDUsingGET2OK added in v0.4.0

type GetDeploymentFilterByIDUsingGET2OK struct {
	Payload *models.PageOfFilterEntry
}

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

OK

func NewGetDeploymentFilterByIDUsingGET2OK added in v0.4.0

func NewGetDeploymentFilterByIDUsingGET2OK() *GetDeploymentFilterByIDUsingGET2OK

NewGetDeploymentFilterByIDUsingGET2OK creates a GetDeploymentFilterByIDUsingGET2OK with default headers values

func (*GetDeploymentFilterByIDUsingGET2OK) Error added in v0.4.0

func (*GetDeploymentFilterByIDUsingGET2OK) GetPayload added in v0.4.0

func (*GetDeploymentFilterByIDUsingGET2OK) IsClientError added in v0.5.0

func (o *GetDeploymentFilterByIDUsingGET2OK) IsClientError() bool

IsClientError returns true when this get deployment filter by Id using g e t2 o k response has a 4xx status code

func (*GetDeploymentFilterByIDUsingGET2OK) IsCode added in v0.5.0

IsCode returns true when this get deployment filter by Id using g e t2 o k response a status code equal to that given

func (*GetDeploymentFilterByIDUsingGET2OK) IsRedirect added in v0.5.0

func (o *GetDeploymentFilterByIDUsingGET2OK) IsRedirect() bool

IsRedirect returns true when this get deployment filter by Id using g e t2 o k response has a 3xx status code

func (*GetDeploymentFilterByIDUsingGET2OK) IsServerError added in v0.5.0

func (o *GetDeploymentFilterByIDUsingGET2OK) IsServerError() bool

IsServerError returns true when this get deployment filter by Id using g e t2 o k response has a 5xx status code

func (*GetDeploymentFilterByIDUsingGET2OK) IsSuccess added in v0.5.0

IsSuccess returns true when this get deployment filter by Id using g e t2 o k response has a 2xx status code

func (*GetDeploymentFilterByIDUsingGET2OK) String added in v0.5.0

type GetDeploymentFilterByIDUsingGET2Params added in v0.4.0

type GetDeploymentFilterByIDUsingGET2Params 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

	/* Projects.

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

	/* Search.

	   Search string for filters
	*/
	Search *string

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

GetDeploymentFilterByIDUsingGET2Params contains all the parameters to send to the API endpoint

for the get deployment filter by Id using g e t 2 operation.

Typically these are written to a http.Request.

func NewGetDeploymentFilterByIDUsingGET2Params added in v0.4.0

func NewGetDeploymentFilterByIDUsingGET2Params() *GetDeploymentFilterByIDUsingGET2Params

NewGetDeploymentFilterByIDUsingGET2Params creates a new GetDeploymentFilterByIDUsingGET2Params 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 NewGetDeploymentFilterByIDUsingGET2ParamsWithContext added in v0.4.0

func NewGetDeploymentFilterByIDUsingGET2ParamsWithContext(ctx context.Context) *GetDeploymentFilterByIDUsingGET2Params

NewGetDeploymentFilterByIDUsingGET2ParamsWithContext creates a new GetDeploymentFilterByIDUsingGET2Params object with the ability to set a context for a request.

func NewGetDeploymentFilterByIDUsingGET2ParamsWithHTTPClient added in v0.4.0

func NewGetDeploymentFilterByIDUsingGET2ParamsWithHTTPClient(client *http.Client) *GetDeploymentFilterByIDUsingGET2Params

NewGetDeploymentFilterByIDUsingGET2ParamsWithHTTPClient creates a new GetDeploymentFilterByIDUsingGET2Params object with the ability to set a custom HTTPClient for a request.

func NewGetDeploymentFilterByIDUsingGET2ParamsWithTimeout added in v0.4.0

func NewGetDeploymentFilterByIDUsingGET2ParamsWithTimeout(timeout time.Duration) *GetDeploymentFilterByIDUsingGET2Params

NewGetDeploymentFilterByIDUsingGET2ParamsWithTimeout creates a new GetDeploymentFilterByIDUsingGET2Params object with the ability to set a timeout on a request.

func (*GetDeploymentFilterByIDUsingGET2Params) SetAPIVersion added in v0.4.0

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

SetAPIVersion adds the apiVersion to the get deployment filter by Id using g e t 2 params

func (*GetDeploymentFilterByIDUsingGET2Params) SetContext added in v0.4.0

SetContext adds the context to the get deployment filter by Id using g e t 2 params

func (*GetDeploymentFilterByIDUsingGET2Params) SetDefaults added in v0.4.0

func (o *GetDeploymentFilterByIDUsingGET2Params) SetDefaults()

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

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

func (*GetDeploymentFilterByIDUsingGET2Params) SetDollarOrderby added in v0.4.0

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

SetDollarOrderby adds the dollarOrderby to the get deployment filter by Id using g e t 2 params

func (*GetDeploymentFilterByIDUsingGET2Params) SetDollarSkip added in v0.4.0

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

SetDollarSkip adds the dollarSkip to the get deployment filter by Id using g e t 2 params

func (*GetDeploymentFilterByIDUsingGET2Params) SetDollarTop added in v0.4.0

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

SetDollarTop adds the dollarTop to the get deployment filter by Id using g e t 2 params

func (*GetDeploymentFilterByIDUsingGET2Params) SetFilterID added in v0.4.0

func (o *GetDeploymentFilterByIDUsingGET2Params) SetFilterID(filterID string)

SetFilterID adds the filterId to the get deployment filter by Id using g e t 2 params

func (*GetDeploymentFilterByIDUsingGET2Params) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get deployment filter by Id using g e t 2 params

func (*GetDeploymentFilterByIDUsingGET2Params) SetProjects added in v0.5.0

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

SetProjects adds the projects to the get deployment filter by Id using g e t 2 params

func (*GetDeploymentFilterByIDUsingGET2Params) SetSearch added in v0.4.0

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

SetSearch adds the search to the get deployment filter by Id using g e t 2 params

func (*GetDeploymentFilterByIDUsingGET2Params) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get deployment filter by Id using g e t 2 params

func (*GetDeploymentFilterByIDUsingGET2Params) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get deployment filter by Id using g e t 2 params

func (*GetDeploymentFilterByIDUsingGET2Params) WithContext added in v0.4.0

WithContext adds the context to the get deployment filter by Id using g e t 2 params

func (*GetDeploymentFilterByIDUsingGET2Params) WithDefaults added in v0.4.0

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

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

func (*GetDeploymentFilterByIDUsingGET2Params) WithDollarOrderby added in v0.4.0

WithDollarOrderby adds the dollarOrderby to the get deployment filter by Id using g e t 2 params

func (*GetDeploymentFilterByIDUsingGET2Params) WithDollarSkip added in v0.4.0

WithDollarSkip adds the dollarSkip to the get deployment filter by Id using g e t 2 params

func (*GetDeploymentFilterByIDUsingGET2Params) WithDollarTop added in v0.4.0

WithDollarTop adds the dollarTop to the get deployment filter by Id using g e t 2 params

func (*GetDeploymentFilterByIDUsingGET2Params) WithFilterID added in v0.4.0

WithFilterID adds the filterID to the get deployment filter by Id using g e t 2 params

func (*GetDeploymentFilterByIDUsingGET2Params) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get deployment filter by Id using g e t 2 params

func (*GetDeploymentFilterByIDUsingGET2Params) WithProjects added in v0.5.0

WithProjects adds the projects to the get deployment filter by Id using g e t 2 params

func (*GetDeploymentFilterByIDUsingGET2Params) WithSearch added in v0.4.0

WithSearch adds the search to the get deployment filter by Id using g e t 2 params

func (*GetDeploymentFilterByIDUsingGET2Params) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get deployment filter by Id using g e t 2 params

func (*GetDeploymentFilterByIDUsingGET2Params) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetDeploymentFilterByIDUsingGET2Reader added in v0.4.0

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

GetDeploymentFilterByIDUsingGET2Reader is a Reader for the GetDeploymentFilterByIDUsingGET2 structure.

func (*GetDeploymentFilterByIDUsingGET2Reader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetDeploymentFilterByIDUsingGET2Unauthorized added in v0.4.0

type GetDeploymentFilterByIDUsingGET2Unauthorized struct {
}

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

Unauthorized

func NewGetDeploymentFilterByIDUsingGET2Unauthorized added in v0.4.0

func NewGetDeploymentFilterByIDUsingGET2Unauthorized() *GetDeploymentFilterByIDUsingGET2Unauthorized

NewGetDeploymentFilterByIDUsingGET2Unauthorized creates a GetDeploymentFilterByIDUsingGET2Unauthorized with default headers values

func (*GetDeploymentFilterByIDUsingGET2Unauthorized) Error added in v0.4.0

func (*GetDeploymentFilterByIDUsingGET2Unauthorized) IsClientError added in v0.5.0

IsClientError returns true when this get deployment filter by Id using g e t2 unauthorized response has a 4xx status code

func (*GetDeploymentFilterByIDUsingGET2Unauthorized) IsCode added in v0.5.0

IsCode returns true when this get deployment filter by Id using g e t2 unauthorized response a status code equal to that given

func (*GetDeploymentFilterByIDUsingGET2Unauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get deployment filter by Id using g e t2 unauthorized response has a 3xx status code

func (*GetDeploymentFilterByIDUsingGET2Unauthorized) IsServerError added in v0.5.0

IsServerError returns true when this get deployment filter by Id using g e t2 unauthorized response has a 5xx status code

func (*GetDeploymentFilterByIDUsingGET2Unauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get deployment filter by Id using g e t2 unauthorized response has a 2xx status code

func (*GetDeploymentFilterByIDUsingGET2Unauthorized) String added in v0.5.0

type GetDeploymentFiltersUsingGET2OK added in v0.4.0

type GetDeploymentFiltersUsingGET2OK struct {
	Payload *models.DeploymentFilterSchema
}

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

OK

func NewGetDeploymentFiltersUsingGET2OK added in v0.4.0

func NewGetDeploymentFiltersUsingGET2OK() *GetDeploymentFiltersUsingGET2OK

NewGetDeploymentFiltersUsingGET2OK creates a GetDeploymentFiltersUsingGET2OK with default headers values

func (*GetDeploymentFiltersUsingGET2OK) Error added in v0.4.0

func (*GetDeploymentFiltersUsingGET2OK) GetPayload added in v0.4.0

func (*GetDeploymentFiltersUsingGET2OK) IsClientError added in v0.5.0

func (o *GetDeploymentFiltersUsingGET2OK) IsClientError() bool

IsClientError returns true when this get deployment filters using g e t2 o k response has a 4xx status code

func (*GetDeploymentFiltersUsingGET2OK) IsCode added in v0.5.0

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

IsCode returns true when this get deployment filters using g e t2 o k response a status code equal to that given

func (*GetDeploymentFiltersUsingGET2OK) IsRedirect added in v0.5.0

func (o *GetDeploymentFiltersUsingGET2OK) IsRedirect() bool

IsRedirect returns true when this get deployment filters using g e t2 o k response has a 3xx status code

func (*GetDeploymentFiltersUsingGET2OK) IsServerError added in v0.5.0

func (o *GetDeploymentFiltersUsingGET2OK) IsServerError() bool

IsServerError returns true when this get deployment filters using g e t2 o k response has a 5xx status code

func (*GetDeploymentFiltersUsingGET2OK) IsSuccess added in v0.5.0

func (o *GetDeploymentFiltersUsingGET2OK) IsSuccess() bool

IsSuccess returns true when this get deployment filters using g e t2 o k response has a 2xx status code

func (*GetDeploymentFiltersUsingGET2OK) String added in v0.5.0

type GetDeploymentFiltersUsingGET2Params added in v0.4.0

type GetDeploymentFiltersUsingGET2Params 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
}

GetDeploymentFiltersUsingGET2Params contains all the parameters to send to the API endpoint

for the get deployment filters using g e t 2 operation.

Typically these are written to a http.Request.

func NewGetDeploymentFiltersUsingGET2Params added in v0.4.0

func NewGetDeploymentFiltersUsingGET2Params() *GetDeploymentFiltersUsingGET2Params

NewGetDeploymentFiltersUsingGET2Params creates a new GetDeploymentFiltersUsingGET2Params 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 NewGetDeploymentFiltersUsingGET2ParamsWithContext added in v0.4.0

func NewGetDeploymentFiltersUsingGET2ParamsWithContext(ctx context.Context) *GetDeploymentFiltersUsingGET2Params

NewGetDeploymentFiltersUsingGET2ParamsWithContext creates a new GetDeploymentFiltersUsingGET2Params object with the ability to set a context for a request.

func NewGetDeploymentFiltersUsingGET2ParamsWithHTTPClient added in v0.4.0

func NewGetDeploymentFiltersUsingGET2ParamsWithHTTPClient(client *http.Client) *GetDeploymentFiltersUsingGET2Params

NewGetDeploymentFiltersUsingGET2ParamsWithHTTPClient creates a new GetDeploymentFiltersUsingGET2Params object with the ability to set a custom HTTPClient for a request.

func NewGetDeploymentFiltersUsingGET2ParamsWithTimeout added in v0.4.0

func NewGetDeploymentFiltersUsingGET2ParamsWithTimeout(timeout time.Duration) *GetDeploymentFiltersUsingGET2Params

NewGetDeploymentFiltersUsingGET2ParamsWithTimeout creates a new GetDeploymentFiltersUsingGET2Params object with the ability to set a timeout on a request.

func (*GetDeploymentFiltersUsingGET2Params) SetAPIVersion added in v0.4.0

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

SetAPIVersion adds the apiVersion to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) SetContext added in v0.4.0

SetContext adds the context to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) SetCountry added in v0.4.0

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

SetCountry adds the country to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) SetDefaults added in v0.4.0

func (o *GetDeploymentFiltersUsingGET2Params) SetDefaults()

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

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

func (*GetDeploymentFiltersUsingGET2Params) SetDisplayCountry added in v0.4.0

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

SetDisplayCountry adds the displayCountry to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) SetDisplayLanguage added in v0.4.0

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

SetDisplayLanguage adds the displayLanguage to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) SetDisplayName added in v0.4.0

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

SetDisplayName adds the displayName to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) SetDisplayScript added in v0.4.0

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

SetDisplayScript adds the displayScript to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) SetDisplayVariant added in v0.4.0

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

SetDisplayVariant adds the displayVariant to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) SetISO3Country added in v0.4.0

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

SetISO3Country adds the iSO3Country to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) SetISO3Language added in v0.4.0

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

SetISO3Language adds the iSO3Language to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) SetLanguage added in v0.4.0

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

SetLanguage adds the language to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) SetScript added in v0.4.0

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

SetScript adds the script to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) SetUnicodeLocaleAttributes added in v0.4.0

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

SetUnicodeLocaleAttributes adds the unicodeLocaleAttributes to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) SetUnicodeLocaleKeys added in v0.4.0

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

SetUnicodeLocaleKeys adds the unicodeLocaleKeys to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) SetVariant added in v0.4.0

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

SetVariant adds the variant to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) WithContext added in v0.4.0

WithContext adds the context to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) WithCountry added in v0.4.0

WithCountry adds the country to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) WithDefaults added in v0.4.0

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

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

func (*GetDeploymentFiltersUsingGET2Params) WithDisplayCountry added in v0.4.0

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

WithDisplayCountry adds the displayCountry to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) WithDisplayLanguage added in v0.4.0

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

WithDisplayLanguage adds the displayLanguage to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) WithDisplayName added in v0.4.0

WithDisplayName adds the displayName to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) WithDisplayScript added in v0.4.0

WithDisplayScript adds the displayScript to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) WithDisplayVariant added in v0.4.0

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

WithDisplayVariant adds the displayVariant to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) WithISO3Country added in v0.4.0

WithISO3Country adds the iSO3Country to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) WithISO3Language added in v0.4.0

WithISO3Language adds the iSO3Language to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) WithLanguage added in v0.4.0

WithLanguage adds the language to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) WithScript added in v0.4.0

WithScript adds the script to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) WithUnicodeLocaleAttributes added in v0.4.0

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

WithUnicodeLocaleAttributes adds the unicodeLocaleAttributes to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) WithUnicodeLocaleKeys added in v0.4.0

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

WithUnicodeLocaleKeys adds the unicodeLocaleKeys to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) WithVariant added in v0.4.0

WithVariant adds the variant to the get deployment filters using g e t 2 params

func (*GetDeploymentFiltersUsingGET2Params) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetDeploymentFiltersUsingGET2Reader added in v0.4.0

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

GetDeploymentFiltersUsingGET2Reader is a Reader for the GetDeploymentFiltersUsingGET2 structure.

func (*GetDeploymentFiltersUsingGET2Reader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetDeploymentFiltersUsingGET2Unauthorized added in v0.4.0

type GetDeploymentFiltersUsingGET2Unauthorized struct {
}

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

Unauthorized

func NewGetDeploymentFiltersUsingGET2Unauthorized added in v0.4.0

func NewGetDeploymentFiltersUsingGET2Unauthorized() *GetDeploymentFiltersUsingGET2Unauthorized

NewGetDeploymentFiltersUsingGET2Unauthorized creates a GetDeploymentFiltersUsingGET2Unauthorized with default headers values

func (*GetDeploymentFiltersUsingGET2Unauthorized) Error added in v0.4.0

func (*GetDeploymentFiltersUsingGET2Unauthorized) IsClientError added in v0.5.0

IsClientError returns true when this get deployment filters using g e t2 unauthorized response has a 4xx status code

func (*GetDeploymentFiltersUsingGET2Unauthorized) IsCode added in v0.5.0

IsCode returns true when this get deployment filters using g e t2 unauthorized response a status code equal to that given

func (*GetDeploymentFiltersUsingGET2Unauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get deployment filters using g e t2 unauthorized response has a 3xx status code

func (*GetDeploymentFiltersUsingGET2Unauthorized) IsServerError added in v0.5.0

IsServerError returns true when this get deployment filters using g e t2 unauthorized response has a 5xx status code

func (*GetDeploymentFiltersUsingGET2Unauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get deployment filters using g e t2 unauthorized response has a 2xx status code

func (*GetDeploymentFiltersUsingGET2Unauthorized) String added in v0.5.0

type GetDeploymentResourcesUsingGET2NotFound added in v0.4.0

type GetDeploymentResourcesUsingGET2NotFound struct {
	Payload *models.Error
}

GetDeploymentResourcesUsingGET2NotFound describes a response with status code 404, with default header values.

Not Found

func NewGetDeploymentResourcesUsingGET2NotFound added in v0.4.0

func NewGetDeploymentResourcesUsingGET2NotFound() *GetDeploymentResourcesUsingGET2NotFound

NewGetDeploymentResourcesUsingGET2NotFound creates a GetDeploymentResourcesUsingGET2NotFound with default headers values

func (*GetDeploymentResourcesUsingGET2NotFound) Error added in v0.4.0

func (*GetDeploymentResourcesUsingGET2NotFound) GetPayload added in v0.4.0

func (*GetDeploymentResourcesUsingGET2NotFound) IsClientError added in v0.5.0

func (o *GetDeploymentResourcesUsingGET2NotFound) IsClientError() bool

IsClientError returns true when this get deployment resources using g e t2 not found response has a 4xx status code

func (*GetDeploymentResourcesUsingGET2NotFound) IsCode added in v0.5.0

IsCode returns true when this get deployment resources using g e t2 not found response a status code equal to that given

func (*GetDeploymentResourcesUsingGET2NotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this get deployment resources using g e t2 not found response has a 3xx status code

func (*GetDeploymentResourcesUsingGET2NotFound) IsServerError added in v0.5.0

func (o *GetDeploymentResourcesUsingGET2NotFound) IsServerError() bool

IsServerError returns true when this get deployment resources using g e t2 not found response has a 5xx status code

func (*GetDeploymentResourcesUsingGET2NotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get deployment resources using g e t2 not found response has a 2xx status code

func (*GetDeploymentResourcesUsingGET2NotFound) String added in v0.5.0

type GetDeploymentResourcesUsingGET2OK added in v0.4.0

type GetDeploymentResourcesUsingGET2OK struct {
	Payload *models.PageOfDeploymentResource
}

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

OK

func NewGetDeploymentResourcesUsingGET2OK added in v0.4.0

func NewGetDeploymentResourcesUsingGET2OK() *GetDeploymentResourcesUsingGET2OK

NewGetDeploymentResourcesUsingGET2OK creates a GetDeploymentResourcesUsingGET2OK with default headers values

func (*GetDeploymentResourcesUsingGET2OK) Error added in v0.4.0

func (*GetDeploymentResourcesUsingGET2OK) GetPayload added in v0.4.0

func (*GetDeploymentResourcesUsingGET2OK) IsClientError added in v0.5.0

func (o *GetDeploymentResourcesUsingGET2OK) IsClientError() bool

IsClientError returns true when this get deployment resources using g e t2 o k response has a 4xx status code

func (*GetDeploymentResourcesUsingGET2OK) IsCode added in v0.5.0

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

IsCode returns true when this get deployment resources using g e t2 o k response a status code equal to that given

func (*GetDeploymentResourcesUsingGET2OK) IsRedirect added in v0.5.0

func (o *GetDeploymentResourcesUsingGET2OK) IsRedirect() bool

IsRedirect returns true when this get deployment resources using g e t2 o k response has a 3xx status code

func (*GetDeploymentResourcesUsingGET2OK) IsServerError added in v0.5.0

func (o *GetDeploymentResourcesUsingGET2OK) IsServerError() bool

IsServerError returns true when this get deployment resources using g e t2 o k response has a 5xx status code

func (*GetDeploymentResourcesUsingGET2OK) IsSuccess added in v0.5.0

func (o *GetDeploymentResourcesUsingGET2OK) IsSuccess() bool

IsSuccess returns true when this get deployment resources using g e t2 o k response has a 2xx status code

func (*GetDeploymentResourcesUsingGET2OK) String added in v0.5.0

type GetDeploymentResourcesUsingGET2Params added in v0.4.0

type GetDeploymentResourcesUsingGET2Params 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
}

GetDeploymentResourcesUsingGET2Params contains all the parameters to send to the API endpoint

for the get deployment resources using g e t 2 operation.

Typically these are written to a http.Request.

func NewGetDeploymentResourcesUsingGET2Params added in v0.4.0

func NewGetDeploymentResourcesUsingGET2Params() *GetDeploymentResourcesUsingGET2Params

NewGetDeploymentResourcesUsingGET2Params creates a new GetDeploymentResourcesUsingGET2Params 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 NewGetDeploymentResourcesUsingGET2ParamsWithContext added in v0.4.0

func NewGetDeploymentResourcesUsingGET2ParamsWithContext(ctx context.Context) *GetDeploymentResourcesUsingGET2Params

NewGetDeploymentResourcesUsingGET2ParamsWithContext creates a new GetDeploymentResourcesUsingGET2Params object with the ability to set a context for a request.

func NewGetDeploymentResourcesUsingGET2ParamsWithHTTPClient added in v0.4.0

func NewGetDeploymentResourcesUsingGET2ParamsWithHTTPClient(client *http.Client) *GetDeploymentResourcesUsingGET2Params

NewGetDeploymentResourcesUsingGET2ParamsWithHTTPClient creates a new GetDeploymentResourcesUsingGET2Params object with the ability to set a custom HTTPClient for a request.

func NewGetDeploymentResourcesUsingGET2ParamsWithTimeout added in v0.4.0

func NewGetDeploymentResourcesUsingGET2ParamsWithTimeout(timeout time.Duration) *GetDeploymentResourcesUsingGET2Params

NewGetDeploymentResourcesUsingGET2ParamsWithTimeout creates a new GetDeploymentResourcesUsingGET2Params object with the ability to set a timeout on a request.

func (*GetDeploymentResourcesUsingGET2Params) SetAPIVersion added in v0.4.0

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

SetAPIVersion adds the apiVersion to the get deployment resources using g e t 2 params

func (*GetDeploymentResourcesUsingGET2Params) SetContext added in v0.4.0

SetContext adds the context to the get deployment resources using g e t 2 params

func (*GetDeploymentResourcesUsingGET2Params) SetDefaults added in v0.4.0

func (o *GetDeploymentResourcesUsingGET2Params) SetDefaults()

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

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

func (*GetDeploymentResourcesUsingGET2Params) SetDeploymentID added in v0.4.0

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

SetDeploymentID adds the deploymentId to the get deployment resources using g e t 2 params

func (*GetDeploymentResourcesUsingGET2Params) SetDollarOrderby added in v0.4.0

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

SetDollarOrderby adds the dollarOrderby to the get deployment resources using g e t 2 params

func (*GetDeploymentResourcesUsingGET2Params) SetDollarSkip added in v0.4.0

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

SetDollarSkip adds the dollarSkip to the get deployment resources using g e t 2 params

func (*GetDeploymentResourcesUsingGET2Params) SetDollarTop added in v0.4.0

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

SetDollarTop adds the dollarTop to the get deployment resources using g e t 2 params

func (*GetDeploymentResourcesUsingGET2Params) SetExpand added in v0.4.0

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

SetExpand adds the expand to the get deployment resources using g e t 2 params

func (*GetDeploymentResourcesUsingGET2Params) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get deployment resources using g e t 2 params

func (*GetDeploymentResourcesUsingGET2Params) SetNames added in v0.4.0

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

SetNames adds the names to the get deployment resources using g e t 2 params

func (*GetDeploymentResourcesUsingGET2Params) SetResourceTypes added in v0.4.0

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

SetResourceTypes adds the resourceTypes to the get deployment resources using g e t 2 params

func (*GetDeploymentResourcesUsingGET2Params) SetTags added in v0.4.0

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

SetTags adds the tags to the get deployment resources using g e t 2 params

func (*GetDeploymentResourcesUsingGET2Params) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get deployment resources using g e t 2 params

func (*GetDeploymentResourcesUsingGET2Params) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get deployment resources using g e t 2 params

func (*GetDeploymentResourcesUsingGET2Params) WithContext added in v0.4.0

WithContext adds the context to the get deployment resources using g e t 2 params

func (*GetDeploymentResourcesUsingGET2Params) WithDefaults added in v0.4.0

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

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

func (*GetDeploymentResourcesUsingGET2Params) WithDeploymentID added in v0.4.0

WithDeploymentID adds the deploymentID to the get deployment resources using g e t 2 params

func (*GetDeploymentResourcesUsingGET2Params) WithDollarOrderby added in v0.4.0

WithDollarOrderby adds the dollarOrderby to the get deployment resources using g e t 2 params

func (*GetDeploymentResourcesUsingGET2Params) WithDollarSkip added in v0.4.0

WithDollarSkip adds the dollarSkip to the get deployment resources using g e t 2 params

func (*GetDeploymentResourcesUsingGET2Params) WithDollarTop added in v0.4.0

WithDollarTop adds the dollarTop to the get deployment resources using g e t 2 params

func (*GetDeploymentResourcesUsingGET2Params) WithExpand added in v0.4.0

WithExpand adds the expand to the get deployment resources using g e t 2 params

func (*GetDeploymentResourcesUsingGET2Params) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get deployment resources using g e t 2 params

func (*GetDeploymentResourcesUsingGET2Params) WithNames added in v0.4.0

WithNames adds the names to the get deployment resources using g e t 2 params

func (*GetDeploymentResourcesUsingGET2Params) WithResourceTypes added in v0.4.0

WithResourceTypes adds the resourceTypes to the get deployment resources using g e t 2 params

func (*GetDeploymentResourcesUsingGET2Params) WithTags added in v0.4.0

WithTags adds the tags to the get deployment resources using g e t 2 params

func (*GetDeploymentResourcesUsingGET2Params) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get deployment resources using g e t 2 params

func (*GetDeploymentResourcesUsingGET2Params) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetDeploymentResourcesUsingGET2Reader added in v0.4.0

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

GetDeploymentResourcesUsingGET2Reader is a Reader for the GetDeploymentResourcesUsingGET2 structure.

func (*GetDeploymentResourcesUsingGET2Reader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetDeploymentResourcesUsingGET2Unauthorized added in v0.4.0

type GetDeploymentResourcesUsingGET2Unauthorized struct {
}

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

Unauthorized

func NewGetDeploymentResourcesUsingGET2Unauthorized added in v0.4.0

func NewGetDeploymentResourcesUsingGET2Unauthorized() *GetDeploymentResourcesUsingGET2Unauthorized

NewGetDeploymentResourcesUsingGET2Unauthorized creates a GetDeploymentResourcesUsingGET2Unauthorized with default headers values

func (*GetDeploymentResourcesUsingGET2Unauthorized) Error added in v0.4.0

func (*GetDeploymentResourcesUsingGET2Unauthorized) IsClientError added in v0.5.0

IsClientError returns true when this get deployment resources using g e t2 unauthorized response has a 4xx status code

func (*GetDeploymentResourcesUsingGET2Unauthorized) IsCode added in v0.5.0

IsCode returns true when this get deployment resources using g e t2 unauthorized response a status code equal to that given

func (*GetDeploymentResourcesUsingGET2Unauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get deployment resources using g e t2 unauthorized response has a 3xx status code

func (*GetDeploymentResourcesUsingGET2Unauthorized) IsServerError added in v0.5.0

IsServerError returns true when this get deployment resources using g e t2 unauthorized response has a 5xx status code

func (*GetDeploymentResourcesUsingGET2Unauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get deployment resources using g e t2 unauthorized response has a 2xx status code

func (*GetDeploymentResourcesUsingGET2Unauthorized) String added in v0.5.0

type GetDeploymentsForProjectUsingGET2OK added in v0.4.0

type GetDeploymentsForProjectUsingGET2OK struct {
	Payload *models.Page
}

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

OK

func NewGetDeploymentsForProjectUsingGET2OK added in v0.4.0

func NewGetDeploymentsForProjectUsingGET2OK() *GetDeploymentsForProjectUsingGET2OK

NewGetDeploymentsForProjectUsingGET2OK creates a GetDeploymentsForProjectUsingGET2OK with default headers values

func (*GetDeploymentsForProjectUsingGET2OK) Error added in v0.4.0

func (*GetDeploymentsForProjectUsingGET2OK) GetPayload added in v0.4.0

func (*GetDeploymentsForProjectUsingGET2OK) IsClientError added in v0.5.0

func (o *GetDeploymentsForProjectUsingGET2OK) IsClientError() bool

IsClientError returns true when this get deployments for project using g e t2 o k response has a 4xx status code

func (*GetDeploymentsForProjectUsingGET2OK) IsCode added in v0.5.0

IsCode returns true when this get deployments for project using g e t2 o k response a status code equal to that given

func (*GetDeploymentsForProjectUsingGET2OK) IsRedirect added in v0.5.0

func (o *GetDeploymentsForProjectUsingGET2OK) IsRedirect() bool

IsRedirect returns true when this get deployments for project using g e t2 o k response has a 3xx status code

func (*GetDeploymentsForProjectUsingGET2OK) IsServerError added in v0.5.0

func (o *GetDeploymentsForProjectUsingGET2OK) IsServerError() bool

IsServerError returns true when this get deployments for project using g e t2 o k response has a 5xx status code

func (*GetDeploymentsForProjectUsingGET2OK) IsSuccess added in v0.5.0

IsSuccess returns true when this get deployments for project using g e t2 o k response has a 2xx status code

func (*GetDeploymentsForProjectUsingGET2OK) String added in v0.5.0

type GetDeploymentsForProjectUsingGET2Params added in v0.4.0

type GetDeploymentsForProjectUsingGET2Params 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
	*/
	ProjectID string

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

GetDeploymentsForProjectUsingGET2Params contains all the parameters to send to the API endpoint

for the get deployments for project using g e t 2 operation.

Typically these are written to a http.Request.

func NewGetDeploymentsForProjectUsingGET2Params added in v0.4.0

func NewGetDeploymentsForProjectUsingGET2Params() *GetDeploymentsForProjectUsingGET2Params

NewGetDeploymentsForProjectUsingGET2Params creates a new GetDeploymentsForProjectUsingGET2Params 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 NewGetDeploymentsForProjectUsingGET2ParamsWithContext added in v0.4.0

func NewGetDeploymentsForProjectUsingGET2ParamsWithContext(ctx context.Context) *GetDeploymentsForProjectUsingGET2Params

NewGetDeploymentsForProjectUsingGET2ParamsWithContext creates a new GetDeploymentsForProjectUsingGET2Params object with the ability to set a context for a request.

func NewGetDeploymentsForProjectUsingGET2ParamsWithHTTPClient added in v0.4.0

func NewGetDeploymentsForProjectUsingGET2ParamsWithHTTPClient(client *http.Client) *GetDeploymentsForProjectUsingGET2Params

NewGetDeploymentsForProjectUsingGET2ParamsWithHTTPClient creates a new GetDeploymentsForProjectUsingGET2Params object with the ability to set a custom HTTPClient for a request.

func NewGetDeploymentsForProjectUsingGET2ParamsWithTimeout added in v0.4.0

func NewGetDeploymentsForProjectUsingGET2ParamsWithTimeout(timeout time.Duration) *GetDeploymentsForProjectUsingGET2Params

NewGetDeploymentsForProjectUsingGET2ParamsWithTimeout creates a new GetDeploymentsForProjectUsingGET2Params object with the ability to set a timeout on a request.

func (*GetDeploymentsForProjectUsingGET2Params) SetAPIVersion added in v0.4.0

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

SetAPIVersion adds the apiVersion to the get deployments for project using g e t 2 params

func (*GetDeploymentsForProjectUsingGET2Params) SetContext added in v0.4.0

SetContext adds the context to the get deployments for project using g e t 2 params

func (*GetDeploymentsForProjectUsingGET2Params) SetDefaults added in v0.4.0

func (o *GetDeploymentsForProjectUsingGET2Params) SetDefaults()

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

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

func (*GetDeploymentsForProjectUsingGET2Params) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get deployments for project using g e t 2 params

func (*GetDeploymentsForProjectUsingGET2Params) SetProjectID added in v0.4.0

func (o *GetDeploymentsForProjectUsingGET2Params) SetProjectID(projectID string)

SetProjectID adds the projectId to the get deployments for project using g e t 2 params

func (*GetDeploymentsForProjectUsingGET2Params) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get deployments for project using g e t 2 params

func (*GetDeploymentsForProjectUsingGET2Params) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get deployments for project using g e t 2 params

func (*GetDeploymentsForProjectUsingGET2Params) WithContext added in v0.4.0

WithContext adds the context to the get deployments for project using g e t 2 params

func (*GetDeploymentsForProjectUsingGET2Params) WithDefaults added in v0.4.0

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

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

func (*GetDeploymentsForProjectUsingGET2Params) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get deployments for project using g e t 2 params

func (*GetDeploymentsForProjectUsingGET2Params) WithProjectID added in v0.4.0

WithProjectID adds the projectID to the get deployments for project using g e t 2 params

func (*GetDeploymentsForProjectUsingGET2Params) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get deployments for project using g e t 2 params

func (*GetDeploymentsForProjectUsingGET2Params) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetDeploymentsForProjectUsingGET2Reader added in v0.4.0

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

GetDeploymentsForProjectUsingGET2Reader is a Reader for the GetDeploymentsForProjectUsingGET2 structure.

func (*GetDeploymentsForProjectUsingGET2Reader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetDeploymentsForProjectUsingGET2Unauthorized added in v0.5.0

type GetDeploymentsForProjectUsingGET2Unauthorized struct {
}

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

Unauthorized

func NewGetDeploymentsForProjectUsingGET2Unauthorized added in v0.5.0

func NewGetDeploymentsForProjectUsingGET2Unauthorized() *GetDeploymentsForProjectUsingGET2Unauthorized

NewGetDeploymentsForProjectUsingGET2Unauthorized creates a GetDeploymentsForProjectUsingGET2Unauthorized with default headers values

func (*GetDeploymentsForProjectUsingGET2Unauthorized) Error added in v0.5.0

func (*GetDeploymentsForProjectUsingGET2Unauthorized) IsClientError added in v0.5.0

IsClientError returns true when this get deployments for project using g e t2 unauthorized response has a 4xx status code

func (*GetDeploymentsForProjectUsingGET2Unauthorized) IsCode added in v0.5.0

IsCode returns true when this get deployments for project using g e t2 unauthorized response a status code equal to that given

func (*GetDeploymentsForProjectUsingGET2Unauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get deployments for project using g e t2 unauthorized response has a 3xx status code

func (*GetDeploymentsForProjectUsingGET2Unauthorized) IsServerError added in v0.5.0

IsServerError returns true when this get deployments for project using g e t2 unauthorized response has a 5xx status code

func (*GetDeploymentsForProjectUsingGET2Unauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get deployments for project using g e t2 unauthorized response has a 2xx status code

func (*GetDeploymentsForProjectUsingGET2Unauthorized) String added in v0.5.0

type GetDeploymentsV3UsingGETOK added in v0.4.0

type GetDeploymentsV3UsingGETOK struct {
	Payload *models.PageOfDeployment
}

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

OK

func NewGetDeploymentsV3UsingGETOK added in v0.4.0

func NewGetDeploymentsV3UsingGETOK() *GetDeploymentsV3UsingGETOK

NewGetDeploymentsV3UsingGETOK creates a GetDeploymentsV3UsingGETOK with default headers values

func (*GetDeploymentsV3UsingGETOK) Error added in v0.4.0

func (*GetDeploymentsV3UsingGETOK) GetPayload added in v0.4.0

func (*GetDeploymentsV3UsingGETOK) IsClientError added in v0.5.0

func (o *GetDeploymentsV3UsingGETOK) IsClientError() bool

IsClientError returns true when this get deployments v3 using g e t o k response has a 4xx status code

func (*GetDeploymentsV3UsingGETOK) IsCode added in v0.5.0

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

IsCode returns true when this get deployments v3 using g e t o k response a status code equal to that given

func (*GetDeploymentsV3UsingGETOK) IsRedirect added in v0.5.0

func (o *GetDeploymentsV3UsingGETOK) IsRedirect() bool

IsRedirect returns true when this get deployments v3 using g e t o k response has a 3xx status code

func (*GetDeploymentsV3UsingGETOK) IsServerError added in v0.5.0

func (o *GetDeploymentsV3UsingGETOK) IsServerError() bool

IsServerError returns true when this get deployments v3 using g e t o k response has a 5xx status code

func (*GetDeploymentsV3UsingGETOK) IsSuccess added in v0.5.0

func (o *GetDeploymentsV3UsingGETOK) IsSuccess() bool

IsSuccess returns true when this get deployments v3 using g e t o k response has a 2xx status code

func (*GetDeploymentsV3UsingGETOK) String added in v0.5.0

func (o *GetDeploymentsV3UsingGETOK) String() string

type GetDeploymentsV3UsingGETParams added in v0.4.0

type GetDeploymentsV3UsingGETParams 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. <br />'resources' option returns resources with summary properties.
	*/
	Expand []string

	/* ExpiresAt.

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

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

GetDeploymentsV3UsingGETParams contains all the parameters to send to the API endpoint

for the get deployments v3 using g e t operation.

Typically these are written to a http.Request.

func NewGetDeploymentsV3UsingGETParams added in v0.4.0

func NewGetDeploymentsV3UsingGETParams() *GetDeploymentsV3UsingGETParams

NewGetDeploymentsV3UsingGETParams creates a new GetDeploymentsV3UsingGETParams 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 NewGetDeploymentsV3UsingGETParamsWithContext added in v0.4.0

func NewGetDeploymentsV3UsingGETParamsWithContext(ctx context.Context) *GetDeploymentsV3UsingGETParams

NewGetDeploymentsV3UsingGETParamsWithContext creates a new GetDeploymentsV3UsingGETParams object with the ability to set a context for a request.

func NewGetDeploymentsV3UsingGETParamsWithHTTPClient added in v0.4.0

func NewGetDeploymentsV3UsingGETParamsWithHTTPClient(client *http.Client) *GetDeploymentsV3UsingGETParams

NewGetDeploymentsV3UsingGETParamsWithHTTPClient creates a new GetDeploymentsV3UsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetDeploymentsV3UsingGETParamsWithTimeout added in v0.4.0

func NewGetDeploymentsV3UsingGETParamsWithTimeout(timeout time.Duration) *GetDeploymentsV3UsingGETParams

NewGetDeploymentsV3UsingGETParamsWithTimeout creates a new GetDeploymentsV3UsingGETParams object with the ability to set a timeout on a request.

func (*GetDeploymentsV3UsingGETParams) SetAPIVersion added in v0.4.0

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

SetAPIVersion adds the apiVersion to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) SetCloudAccounts added in v0.4.0

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

SetCloudAccounts adds the cloudAccounts to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) SetCloudTypes added in v0.4.0

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

SetCloudTypes adds the cloudTypes to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) SetContext added in v0.4.0

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

SetContext adds the context to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) SetCreatedAt added in v0.4.0

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

SetCreatedAt adds the createdAt to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) SetDefaults added in v0.4.0

func (o *GetDeploymentsV3UsingGETParams) SetDefaults()

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

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

func (*GetDeploymentsV3UsingGETParams) SetDeleted added in v0.4.0

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

SetDeleted adds the deleted to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) SetDollarOrderby added in v0.4.0

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

SetDollarOrderby adds the dollarOrderby to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) SetDollarSkip added in v0.4.0

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

SetDollarSkip adds the dollarSkip to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) SetDollarTop added in v0.4.0

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

SetDollarTop adds the dollarTop to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) SetExpand added in v0.4.0

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

SetExpand adds the expand to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) SetExpiresAt added in v0.4.0

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

SetExpiresAt adds the expiresAt to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) SetLastRequestStatus added in v0.4.0

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

SetLastRequestStatus adds the lastRequestStatus to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) SetLastUpdatedAt added in v0.4.0

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

SetLastUpdatedAt adds the lastUpdatedAt to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) SetName added in v0.4.0

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

SetName adds the name to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) SetOwnedBy added in v0.4.0

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

SetOwnedBy adds the ownedBy to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) SetProjects added in v0.4.0

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

SetProjects adds the projects to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) SetRequestedBy added in v0.4.0

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

SetRequestedBy adds the requestedBy to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) SetResourceTypes added in v0.4.0

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

SetResourceTypes adds the resourceTypes to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) SetSearch added in v0.4.0

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

SetSearch adds the search to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) SetStatus added in v0.4.0

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

SetStatus adds the status to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) SetTags added in v0.4.0

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

SetTags adds the tags to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) WithCloudAccounts added in v0.4.0

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

WithCloudAccounts adds the cloudAccounts to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) WithCloudTypes added in v0.4.0

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

WithCloudTypes adds the cloudTypes to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) WithContext added in v0.4.0

WithContext adds the context to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) WithCreatedAt added in v0.4.0

WithCreatedAt adds the createdAt to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) WithDefaults added in v0.4.0

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

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

func (*GetDeploymentsV3UsingGETParams) WithDeleted added in v0.4.0

WithDeleted adds the deleted to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) WithDollarOrderby added in v0.4.0

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

WithDollarOrderby adds the dollarOrderby to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) WithDollarSkip added in v0.4.0

WithDollarSkip adds the dollarSkip to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) WithDollarTop added in v0.4.0

WithDollarTop adds the dollarTop to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) WithExpand added in v0.4.0

WithExpand adds the expand to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) WithExpiresAt added in v0.4.0

WithExpiresAt adds the expiresAt to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) WithLastRequestStatus added in v0.4.0

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

WithLastRequestStatus adds the lastRequestStatus to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) WithLastUpdatedAt added in v0.4.0

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

WithLastUpdatedAt adds the lastUpdatedAt to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) WithName added in v0.4.0

WithName adds the name to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) WithOwnedBy added in v0.4.0

WithOwnedBy adds the ownedBy to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) WithProjects added in v0.4.0

WithProjects adds the projects to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) WithRequestedBy added in v0.4.0

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

WithRequestedBy adds the requestedBy to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) WithResourceTypes added in v0.4.0

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

WithResourceTypes adds the resourceTypes to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) WithSearch added in v0.4.0

WithSearch adds the search to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) WithStatus added in v0.4.0

WithStatus adds the status to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) WithTags added in v0.4.0

WithTags adds the tags to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get deployments v3 using get params

func (*GetDeploymentsV3UsingGETParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetDeploymentsV3UsingGETReader added in v0.4.0

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

GetDeploymentsV3UsingGETReader is a Reader for the GetDeploymentsV3UsingGET structure.

func (*GetDeploymentsV3UsingGETReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetDeploymentsV3UsingGETUnauthorized added in v0.4.0

type GetDeploymentsV3UsingGETUnauthorized struct {
}

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

Unauthorized

func NewGetDeploymentsV3UsingGETUnauthorized added in v0.4.0

func NewGetDeploymentsV3UsingGETUnauthorized() *GetDeploymentsV3UsingGETUnauthorized

NewGetDeploymentsV3UsingGETUnauthorized creates a GetDeploymentsV3UsingGETUnauthorized with default headers values

func (*GetDeploymentsV3UsingGETUnauthorized) Error added in v0.4.0

func (*GetDeploymentsV3UsingGETUnauthorized) IsClientError added in v0.5.0

func (o *GetDeploymentsV3UsingGETUnauthorized) IsClientError() bool

IsClientError returns true when this get deployments v3 using g e t unauthorized response has a 4xx status code

func (*GetDeploymentsV3UsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this get deployments v3 using g e t unauthorized response a status code equal to that given

func (*GetDeploymentsV3UsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get deployments v3 using g e t unauthorized response has a 3xx status code

func (*GetDeploymentsV3UsingGETUnauthorized) IsServerError added in v0.5.0

func (o *GetDeploymentsV3UsingGETUnauthorized) IsServerError() bool

IsServerError returns true when this get deployments v3 using g e t unauthorized response has a 5xx status code

func (*GetDeploymentsV3UsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get deployments v3 using g e t unauthorized response has a 2xx status code

func (*GetDeploymentsV3UsingGETUnauthorized) String added in v0.5.0

type GetResourceByIDUsingGET4NotFound added in v0.4.0

type GetResourceByIDUsingGET4NotFound struct {
	Payload *models.Error
}

GetResourceByIDUsingGET4NotFound describes a response with status code 404, with default header values.

Not Found

func NewGetResourceByIDUsingGET4NotFound added in v0.4.0

func NewGetResourceByIDUsingGET4NotFound() *GetResourceByIDUsingGET4NotFound

NewGetResourceByIDUsingGET4NotFound creates a GetResourceByIDUsingGET4NotFound with default headers values

func (*GetResourceByIDUsingGET4NotFound) Error added in v0.4.0

func (*GetResourceByIDUsingGET4NotFound) GetPayload added in v0.4.0

func (*GetResourceByIDUsingGET4NotFound) IsClientError added in v0.5.0

func (o *GetResourceByIDUsingGET4NotFound) IsClientError() bool

IsClientError returns true when this get resource by Id using g e t4 not found response has a 4xx status code

func (*GetResourceByIDUsingGET4NotFound) IsCode added in v0.5.0

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

IsCode returns true when this get resource by Id using g e t4 not found response a status code equal to that given

func (*GetResourceByIDUsingGET4NotFound) IsRedirect added in v0.5.0

func (o *GetResourceByIDUsingGET4NotFound) IsRedirect() bool

IsRedirect returns true when this get resource by Id using g e t4 not found response has a 3xx status code

func (*GetResourceByIDUsingGET4NotFound) IsServerError added in v0.5.0

func (o *GetResourceByIDUsingGET4NotFound) IsServerError() bool

IsServerError returns true when this get resource by Id using g e t4 not found response has a 5xx status code

func (*GetResourceByIDUsingGET4NotFound) IsSuccess added in v0.5.0

func (o *GetResourceByIDUsingGET4NotFound) IsSuccess() bool

IsSuccess returns true when this get resource by Id using g e t4 not found response has a 2xx status code

func (*GetResourceByIDUsingGET4NotFound) String added in v0.5.0

type GetResourceByIDUsingGET4OK added in v0.4.0

type GetResourceByIDUsingGET4OK struct {
	Payload *models.DeploymentResource
}

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

OK

func NewGetResourceByIDUsingGET4OK added in v0.4.0

func NewGetResourceByIDUsingGET4OK() *GetResourceByIDUsingGET4OK

NewGetResourceByIDUsingGET4OK creates a GetResourceByIDUsingGET4OK with default headers values

func (*GetResourceByIDUsingGET4OK) Error added in v0.4.0

func (*GetResourceByIDUsingGET4OK) GetPayload added in v0.4.0

func (*GetResourceByIDUsingGET4OK) IsClientError added in v0.5.0

func (o *GetResourceByIDUsingGET4OK) IsClientError() bool

IsClientError returns true when this get resource by Id using g e t4 o k response has a 4xx status code

func (*GetResourceByIDUsingGET4OK) IsCode added in v0.5.0

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

IsCode returns true when this get resource by Id using g e t4 o k response a status code equal to that given

func (*GetResourceByIDUsingGET4OK) IsRedirect added in v0.5.0

func (o *GetResourceByIDUsingGET4OK) IsRedirect() bool

IsRedirect returns true when this get resource by Id using g e t4 o k response has a 3xx status code

func (*GetResourceByIDUsingGET4OK) IsServerError added in v0.5.0

func (o *GetResourceByIDUsingGET4OK) IsServerError() bool

IsServerError returns true when this get resource by Id using g e t4 o k response has a 5xx status code

func (*GetResourceByIDUsingGET4OK) IsSuccess added in v0.5.0

func (o *GetResourceByIDUsingGET4OK) IsSuccess() bool

IsSuccess returns true when this get resource by Id using g e t4 o k response has a 2xx status code

func (*GetResourceByIDUsingGET4OK) String added in v0.5.0

func (o *GetResourceByIDUsingGET4OK) String() string

type GetResourceByIDUsingGET4Params added in v0.4.0

type GetResourceByIDUsingGET4Params 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
}

GetResourceByIDUsingGET4Params contains all the parameters to send to the API endpoint

for the get resource by Id using g e t 4 operation.

Typically these are written to a http.Request.

func NewGetResourceByIDUsingGET4Params added in v0.4.0

func NewGetResourceByIDUsingGET4Params() *GetResourceByIDUsingGET4Params

NewGetResourceByIDUsingGET4Params creates a new GetResourceByIDUsingGET4Params 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 NewGetResourceByIDUsingGET4ParamsWithContext added in v0.4.0

func NewGetResourceByIDUsingGET4ParamsWithContext(ctx context.Context) *GetResourceByIDUsingGET4Params

NewGetResourceByIDUsingGET4ParamsWithContext creates a new GetResourceByIDUsingGET4Params object with the ability to set a context for a request.

func NewGetResourceByIDUsingGET4ParamsWithHTTPClient added in v0.4.0

func NewGetResourceByIDUsingGET4ParamsWithHTTPClient(client *http.Client) *GetResourceByIDUsingGET4Params

NewGetResourceByIDUsingGET4ParamsWithHTTPClient creates a new GetResourceByIDUsingGET4Params object with the ability to set a custom HTTPClient for a request.

func NewGetResourceByIDUsingGET4ParamsWithTimeout added in v0.4.0

func NewGetResourceByIDUsingGET4ParamsWithTimeout(timeout time.Duration) *GetResourceByIDUsingGET4Params

NewGetResourceByIDUsingGET4ParamsWithTimeout creates a new GetResourceByIDUsingGET4Params object with the ability to set a timeout on a request.

func (*GetResourceByIDUsingGET4Params) SetAPIVersion added in v0.4.0

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

SetAPIVersion adds the apiVersion to the get resource by Id using g e t 4 params

func (*GetResourceByIDUsingGET4Params) SetContext added in v0.4.0

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

SetContext adds the context to the get resource by Id using g e t 4 params

func (*GetResourceByIDUsingGET4Params) SetDefaults added in v0.4.0

func (o *GetResourceByIDUsingGET4Params) SetDefaults()

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

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

func (*GetResourceByIDUsingGET4Params) SetDeploymentID added in v0.4.0

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

SetDeploymentID adds the deploymentId to the get resource by Id using g e t 4 params

func (*GetResourceByIDUsingGET4Params) SetExpand added in v0.4.0

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

SetExpand adds the expand to the get resource by Id using g e t 4 params

func (*GetResourceByIDUsingGET4Params) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get resource by Id using g e t 4 params

func (*GetResourceByIDUsingGET4Params) SetResourceID added in v0.4.0

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

SetResourceID adds the resourceId to the get resource by Id using g e t 4 params

func (*GetResourceByIDUsingGET4Params) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get resource by Id using g e t 4 params

func (*GetResourceByIDUsingGET4Params) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get resource by Id using g e t 4 params

func (*GetResourceByIDUsingGET4Params) WithContext added in v0.4.0

WithContext adds the context to the get resource by Id using g e t 4 params

func (*GetResourceByIDUsingGET4Params) WithDefaults added in v0.4.0

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

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

func (*GetResourceByIDUsingGET4Params) WithDeploymentID added in v0.4.0

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

WithDeploymentID adds the deploymentID to the get resource by Id using g e t 4 params

func (*GetResourceByIDUsingGET4Params) WithExpand added in v0.4.0

WithExpand adds the expand to the get resource by Id using g e t 4 params

func (*GetResourceByIDUsingGET4Params) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get resource by Id using g e t 4 params

func (*GetResourceByIDUsingGET4Params) WithResourceID added in v0.4.0

WithResourceID adds the resourceID to the get resource by Id using g e t 4 params

func (*GetResourceByIDUsingGET4Params) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get resource by Id using g e t 4 params

func (*GetResourceByIDUsingGET4Params) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetResourceByIDUsingGET4Reader added in v0.4.0

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

GetResourceByIDUsingGET4Reader is a Reader for the GetResourceByIDUsingGET4 structure.

func (*GetResourceByIDUsingGET4Reader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetResourceByIDUsingGET4Unauthorized added in v0.4.0

type GetResourceByIDUsingGET4Unauthorized struct {
}

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

Unauthorized

func NewGetResourceByIDUsingGET4Unauthorized added in v0.4.0

func NewGetResourceByIDUsingGET4Unauthorized() *GetResourceByIDUsingGET4Unauthorized

NewGetResourceByIDUsingGET4Unauthorized creates a GetResourceByIDUsingGET4Unauthorized with default headers values

func (*GetResourceByIDUsingGET4Unauthorized) Error added in v0.4.0

func (*GetResourceByIDUsingGET4Unauthorized) IsClientError added in v0.5.0

func (o *GetResourceByIDUsingGET4Unauthorized) IsClientError() bool

IsClientError returns true when this get resource by Id using g e t4 unauthorized response has a 4xx status code

func (*GetResourceByIDUsingGET4Unauthorized) IsCode added in v0.5.0

IsCode returns true when this get resource by Id using g e t4 unauthorized response a status code equal to that given

func (*GetResourceByIDUsingGET4Unauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get resource by Id using g e t4 unauthorized response has a 3xx status code

func (*GetResourceByIDUsingGET4Unauthorized) IsServerError added in v0.5.0

func (o *GetResourceByIDUsingGET4Unauthorized) IsServerError() bool

IsServerError returns true when this get resource by Id using g e t4 unauthorized response has a 5xx status code

func (*GetResourceByIDUsingGET4Unauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get resource by Id using g e t4 unauthorized response has a 2xx status code

func (*GetResourceByIDUsingGET4Unauthorized) String added in v0.5.0

type PatchDeploymentUsingPATCH2Forbidden added in v0.4.0

type PatchDeploymentUsingPATCH2Forbidden struct {
}

PatchDeploymentUsingPATCH2Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewPatchDeploymentUsingPATCH2Forbidden added in v0.4.0

func NewPatchDeploymentUsingPATCH2Forbidden() *PatchDeploymentUsingPATCH2Forbidden

NewPatchDeploymentUsingPATCH2Forbidden creates a PatchDeploymentUsingPATCH2Forbidden with default headers values

func (*PatchDeploymentUsingPATCH2Forbidden) Error added in v0.4.0

func (*PatchDeploymentUsingPATCH2Forbidden) IsClientError added in v0.5.0

func (o *PatchDeploymentUsingPATCH2Forbidden) IsClientError() bool

IsClientError returns true when this patch deployment using p a t c h2 forbidden response has a 4xx status code

func (*PatchDeploymentUsingPATCH2Forbidden) IsCode added in v0.5.0

IsCode returns true when this patch deployment using p a t c h2 forbidden response a status code equal to that given

func (*PatchDeploymentUsingPATCH2Forbidden) IsRedirect added in v0.5.0

func (o *PatchDeploymentUsingPATCH2Forbidden) IsRedirect() bool

IsRedirect returns true when this patch deployment using p a t c h2 forbidden response has a 3xx status code

func (*PatchDeploymentUsingPATCH2Forbidden) IsServerError added in v0.5.0

func (o *PatchDeploymentUsingPATCH2Forbidden) IsServerError() bool

IsServerError returns true when this patch deployment using p a t c h2 forbidden response has a 5xx status code

func (*PatchDeploymentUsingPATCH2Forbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this patch deployment using p a t c h2 forbidden response has a 2xx status code

func (*PatchDeploymentUsingPATCH2Forbidden) String added in v0.5.0

type PatchDeploymentUsingPATCH2NotFound added in v0.4.0

type PatchDeploymentUsingPATCH2NotFound struct {
	Payload *models.Error
}

PatchDeploymentUsingPATCH2NotFound describes a response with status code 404, with default header values.

Not Found

func NewPatchDeploymentUsingPATCH2NotFound added in v0.4.0

func NewPatchDeploymentUsingPATCH2NotFound() *PatchDeploymentUsingPATCH2NotFound

NewPatchDeploymentUsingPATCH2NotFound creates a PatchDeploymentUsingPATCH2NotFound with default headers values

func (*PatchDeploymentUsingPATCH2NotFound) Error added in v0.4.0

func (*PatchDeploymentUsingPATCH2NotFound) GetPayload added in v0.4.0

func (*PatchDeploymentUsingPATCH2NotFound) IsClientError added in v0.5.0

func (o *PatchDeploymentUsingPATCH2NotFound) IsClientError() bool

IsClientError returns true when this patch deployment using p a t c h2 not found response has a 4xx status code

func (*PatchDeploymentUsingPATCH2NotFound) IsCode added in v0.5.0

IsCode returns true when this patch deployment using p a t c h2 not found response a status code equal to that given

func (*PatchDeploymentUsingPATCH2NotFound) IsRedirect added in v0.5.0

func (o *PatchDeploymentUsingPATCH2NotFound) IsRedirect() bool

IsRedirect returns true when this patch deployment using p a t c h2 not found response has a 3xx status code

func (*PatchDeploymentUsingPATCH2NotFound) IsServerError added in v0.5.0

func (o *PatchDeploymentUsingPATCH2NotFound) IsServerError() bool

IsServerError returns true when this patch deployment using p a t c h2 not found response has a 5xx status code

func (*PatchDeploymentUsingPATCH2NotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this patch deployment using p a t c h2 not found response has a 2xx status code

func (*PatchDeploymentUsingPATCH2NotFound) String added in v0.5.0

type PatchDeploymentUsingPATCH2OK added in v0.4.0

type PatchDeploymentUsingPATCH2OK struct {
	Payload *models.Deployment
}

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

OK

func NewPatchDeploymentUsingPATCH2OK added in v0.4.0

func NewPatchDeploymentUsingPATCH2OK() *PatchDeploymentUsingPATCH2OK

NewPatchDeploymentUsingPATCH2OK creates a PatchDeploymentUsingPATCH2OK with default headers values

func (*PatchDeploymentUsingPATCH2OK) Error added in v0.4.0

func (*PatchDeploymentUsingPATCH2OK) GetPayload added in v0.4.0

func (*PatchDeploymentUsingPATCH2OK) IsClientError added in v0.5.0

func (o *PatchDeploymentUsingPATCH2OK) IsClientError() bool

IsClientError returns true when this patch deployment using p a t c h2 o k response has a 4xx status code

func (*PatchDeploymentUsingPATCH2OK) IsCode added in v0.5.0

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

IsCode returns true when this patch deployment using p a t c h2 o k response a status code equal to that given

func (*PatchDeploymentUsingPATCH2OK) IsRedirect added in v0.5.0

func (o *PatchDeploymentUsingPATCH2OK) IsRedirect() bool

IsRedirect returns true when this patch deployment using p a t c h2 o k response has a 3xx status code

func (*PatchDeploymentUsingPATCH2OK) IsServerError added in v0.5.0

func (o *PatchDeploymentUsingPATCH2OK) IsServerError() bool

IsServerError returns true when this patch deployment using p a t c h2 o k response has a 5xx status code

func (*PatchDeploymentUsingPATCH2OK) IsSuccess added in v0.5.0

func (o *PatchDeploymentUsingPATCH2OK) IsSuccess() bool

IsSuccess returns true when this patch deployment using p a t c h2 o k response has a 2xx status code

func (*PatchDeploymentUsingPATCH2OK) String added in v0.5.0

type PatchDeploymentUsingPATCH2Params added in v0.4.0

type PatchDeploymentUsingPATCH2Params 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
}

PatchDeploymentUsingPATCH2Params contains all the parameters to send to the API endpoint

for the patch deployment using p a t c h 2 operation.

Typically these are written to a http.Request.

func NewPatchDeploymentUsingPATCH2Params added in v0.4.0

func NewPatchDeploymentUsingPATCH2Params() *PatchDeploymentUsingPATCH2Params

NewPatchDeploymentUsingPATCH2Params creates a new PatchDeploymentUsingPATCH2Params 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 NewPatchDeploymentUsingPATCH2ParamsWithContext added in v0.4.0

func NewPatchDeploymentUsingPATCH2ParamsWithContext(ctx context.Context) *PatchDeploymentUsingPATCH2Params

NewPatchDeploymentUsingPATCH2ParamsWithContext creates a new PatchDeploymentUsingPATCH2Params object with the ability to set a context for a request.

func NewPatchDeploymentUsingPATCH2ParamsWithHTTPClient added in v0.4.0

func NewPatchDeploymentUsingPATCH2ParamsWithHTTPClient(client *http.Client) *PatchDeploymentUsingPATCH2Params

NewPatchDeploymentUsingPATCH2ParamsWithHTTPClient creates a new PatchDeploymentUsingPATCH2Params object with the ability to set a custom HTTPClient for a request.

func NewPatchDeploymentUsingPATCH2ParamsWithTimeout added in v0.4.0

func NewPatchDeploymentUsingPATCH2ParamsWithTimeout(timeout time.Duration) *PatchDeploymentUsingPATCH2Params

NewPatchDeploymentUsingPATCH2ParamsWithTimeout creates a new PatchDeploymentUsingPATCH2Params object with the ability to set a timeout on a request.

func (*PatchDeploymentUsingPATCH2Params) SetAPIVersion added in v0.4.0

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

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

func (*PatchDeploymentUsingPATCH2Params) SetContext added in v0.4.0

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

func (*PatchDeploymentUsingPATCH2Params) SetDefaults added in v0.4.0

func (o *PatchDeploymentUsingPATCH2Params) SetDefaults()

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

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

func (*PatchDeploymentUsingPATCH2Params) SetDeploymentID added in v0.4.0

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

SetDeploymentID adds the deploymentId to the patch deployment using p a t c h 2 params

func (*PatchDeploymentUsingPATCH2Params) SetHTTPClient added in v0.4.0

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

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

func (*PatchDeploymentUsingPATCH2Params) SetTimeout added in v0.4.0

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

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

func (*PatchDeploymentUsingPATCH2Params) SetUpdate added in v0.4.0

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

func (*PatchDeploymentUsingPATCH2Params) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the patch deployment using p a t c h 2 params

func (*PatchDeploymentUsingPATCH2Params) WithContext added in v0.4.0

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

func (*PatchDeploymentUsingPATCH2Params) WithDefaults added in v0.4.0

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

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

func (*PatchDeploymentUsingPATCH2Params) WithDeploymentID added in v0.4.0

WithDeploymentID adds the deploymentID to the patch deployment using p a t c h 2 params

func (*PatchDeploymentUsingPATCH2Params) WithHTTPClient added in v0.4.0

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

func (*PatchDeploymentUsingPATCH2Params) WithTimeout added in v0.4.0

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

func (*PatchDeploymentUsingPATCH2Params) WithUpdate added in v0.4.0

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

func (*PatchDeploymentUsingPATCH2Params) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type PatchDeploymentUsingPATCH2Reader added in v0.4.0

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

PatchDeploymentUsingPATCH2Reader is a Reader for the PatchDeploymentUsingPATCH2 structure.

func (*PatchDeploymentUsingPATCH2Reader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type PatchDeploymentUsingPATCH2Unauthorized added in v0.4.0

type PatchDeploymentUsingPATCH2Unauthorized struct {
}

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

Unauthorized

func NewPatchDeploymentUsingPATCH2Unauthorized added in v0.4.0

func NewPatchDeploymentUsingPATCH2Unauthorized() *PatchDeploymentUsingPATCH2Unauthorized

NewPatchDeploymentUsingPATCH2Unauthorized creates a PatchDeploymentUsingPATCH2Unauthorized with default headers values

func (*PatchDeploymentUsingPATCH2Unauthorized) Error added in v0.4.0

func (*PatchDeploymentUsingPATCH2Unauthorized) IsClientError added in v0.5.0

func (o *PatchDeploymentUsingPATCH2Unauthorized) IsClientError() bool

IsClientError returns true when this patch deployment using p a t c h2 unauthorized response has a 4xx status code

func (*PatchDeploymentUsingPATCH2Unauthorized) IsCode added in v0.5.0

IsCode returns true when this patch deployment using p a t c h2 unauthorized response a status code equal to that given

func (*PatchDeploymentUsingPATCH2Unauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this patch deployment using p a t c h2 unauthorized response has a 3xx status code

func (*PatchDeploymentUsingPATCH2Unauthorized) IsServerError added in v0.5.0

func (o *PatchDeploymentUsingPATCH2Unauthorized) IsServerError() bool

IsServerError returns true when this patch deployment using p a t c h2 unauthorized response has a 5xx status code

func (*PatchDeploymentUsingPATCH2Unauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this patch deployment using p a t c h2 unauthorized response has a 2xx status code

func (*PatchDeploymentUsingPATCH2Unauthorized) String added in v0.5.0

Jump to

Keyboard shortcuts

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