blueprint_requests

package
v0.2.3 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CancelBlueprintRequestUsingPOSTForbidden added in v0.2.0

type CancelBlueprintRequestUsingPOSTForbidden struct {
}

CancelBlueprintRequestUsingPOSTForbidden handles this case with default header values.

Forbidden

func NewCancelBlueprintRequestUsingPOSTForbidden added in v0.2.0

func NewCancelBlueprintRequestUsingPOSTForbidden() *CancelBlueprintRequestUsingPOSTForbidden

NewCancelBlueprintRequestUsingPOSTForbidden creates a CancelBlueprintRequestUsingPOSTForbidden with default headers values

func (*CancelBlueprintRequestUsingPOSTForbidden) Error added in v0.2.0

type CancelBlueprintRequestUsingPOSTNotFound added in v0.2.0

type CancelBlueprintRequestUsingPOSTNotFound struct {
}

CancelBlueprintRequestUsingPOSTNotFound handles this case with default header values.

Not Found

func NewCancelBlueprintRequestUsingPOSTNotFound added in v0.2.0

func NewCancelBlueprintRequestUsingPOSTNotFound() *CancelBlueprintRequestUsingPOSTNotFound

NewCancelBlueprintRequestUsingPOSTNotFound creates a CancelBlueprintRequestUsingPOSTNotFound with default headers values

func (*CancelBlueprintRequestUsingPOSTNotFound) Error added in v0.2.0

type CancelBlueprintRequestUsingPOSTOK added in v0.2.0

type CancelBlueprintRequestUsingPOSTOK struct {
}

CancelBlueprintRequestUsingPOSTOK handles this case with default header values.

OK

func NewCancelBlueprintRequestUsingPOSTOK added in v0.2.0

func NewCancelBlueprintRequestUsingPOSTOK() *CancelBlueprintRequestUsingPOSTOK

NewCancelBlueprintRequestUsingPOSTOK creates a CancelBlueprintRequestUsingPOSTOK with default headers values

func (*CancelBlueprintRequestUsingPOSTOK) Error added in v0.2.0

type CancelBlueprintRequestUsingPOSTParams added in v0.2.0

type CancelBlueprintRequestUsingPOSTParams struct {

	/*APIVersion
	  The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about

	*/
	APIVersion *string
	/*Force
	  Force cancellation of in progress tasks

	*/
	Force *bool
	/*RequestID
	  requestId

	*/
	RequestID strfmt.UUID

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

CancelBlueprintRequestUsingPOSTParams contains all the parameters to send to the API endpoint for the cancel blueprint request using p o s t operation typically these are written to a http.Request

func NewCancelBlueprintRequestUsingPOSTParams added in v0.2.0

func NewCancelBlueprintRequestUsingPOSTParams() *CancelBlueprintRequestUsingPOSTParams

NewCancelBlueprintRequestUsingPOSTParams creates a new CancelBlueprintRequestUsingPOSTParams object with the default values initialized.

func NewCancelBlueprintRequestUsingPOSTParamsWithContext added in v0.2.0

func NewCancelBlueprintRequestUsingPOSTParamsWithContext(ctx context.Context) *CancelBlueprintRequestUsingPOSTParams

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

func NewCancelBlueprintRequestUsingPOSTParamsWithHTTPClient added in v0.2.0

func NewCancelBlueprintRequestUsingPOSTParamsWithHTTPClient(client *http.Client) *CancelBlueprintRequestUsingPOSTParams

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

func NewCancelBlueprintRequestUsingPOSTParamsWithTimeout added in v0.2.0

func NewCancelBlueprintRequestUsingPOSTParamsWithTimeout(timeout time.Duration) *CancelBlueprintRequestUsingPOSTParams

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

func (*CancelBlueprintRequestUsingPOSTParams) SetAPIVersion added in v0.2.0

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

SetAPIVersion adds the apiVersion to the cancel blueprint request using p o s t params

func (*CancelBlueprintRequestUsingPOSTParams) SetContext added in v0.2.0

SetContext adds the context to the cancel blueprint request using p o s t params

func (*CancelBlueprintRequestUsingPOSTParams) SetForce added in v0.2.0

func (o *CancelBlueprintRequestUsingPOSTParams) SetForce(force *bool)

SetForce adds the force to the cancel blueprint request using p o s t params

func (*CancelBlueprintRequestUsingPOSTParams) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the cancel blueprint request using p o s t params

func (*CancelBlueprintRequestUsingPOSTParams) SetRequestID added in v0.2.0

func (o *CancelBlueprintRequestUsingPOSTParams) SetRequestID(requestID strfmt.UUID)

SetRequestID adds the requestId to the cancel blueprint request using p o s t params

func (*CancelBlueprintRequestUsingPOSTParams) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the cancel blueprint request using p o s t params

func (*CancelBlueprintRequestUsingPOSTParams) WithAPIVersion added in v0.2.0

WithAPIVersion adds the aPIVersion to the cancel blueprint request using p o s t params

func (*CancelBlueprintRequestUsingPOSTParams) WithContext added in v0.2.0

WithContext adds the context to the cancel blueprint request using p o s t params

func (*CancelBlueprintRequestUsingPOSTParams) WithForce added in v0.2.0

WithForce adds the force to the cancel blueprint request using p o s t params

func (*CancelBlueprintRequestUsingPOSTParams) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the cancel blueprint request using p o s t params

func (*CancelBlueprintRequestUsingPOSTParams) WithRequestID added in v0.2.0

WithRequestID adds the requestID to the cancel blueprint request using p o s t params

func (*CancelBlueprintRequestUsingPOSTParams) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the cancel blueprint request using p o s t params

func (*CancelBlueprintRequestUsingPOSTParams) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type CancelBlueprintRequestUsingPOSTReader added in v0.2.0

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

CancelBlueprintRequestUsingPOSTReader is a Reader for the CancelBlueprintRequestUsingPOST structure.

func (*CancelBlueprintRequestUsingPOSTReader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type CancelBlueprintRequestUsingPOSTUnauthorized added in v0.2.0

type CancelBlueprintRequestUsingPOSTUnauthorized struct {
}

CancelBlueprintRequestUsingPOSTUnauthorized handles this case with default header values.

Unauthorized

func NewCancelBlueprintRequestUsingPOSTUnauthorized added in v0.2.0

func NewCancelBlueprintRequestUsingPOSTUnauthorized() *CancelBlueprintRequestUsingPOSTUnauthorized

NewCancelBlueprintRequestUsingPOSTUnauthorized creates a CancelBlueprintRequestUsingPOSTUnauthorized with default headers values

func (*CancelBlueprintRequestUsingPOSTUnauthorized) Error added in v0.2.0

type Client

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

Client for blueprint requests API

func New

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

New creates a new blueprint requests API client.

func (*Client) CancelBlueprintRequestUsingPOST added in v0.2.0

func (a *Client) CancelBlueprintRequestUsingPOST(params *CancelBlueprintRequestUsingPOSTParams) (*CancelBlueprintRequestUsingPOSTOK, error)

CancelBlueprintRequestUsingPOST cancels request

func (*Client) CreateBlueprintRequestUsingPOST1 added in v0.2.0

CreateBlueprintRequestUsingPOST1 creates a blueprint request

func (*Client) DeleteBlueprintRequestUsingDELETE1 added in v0.2.0

func (a *Client) DeleteBlueprintRequestUsingDELETE1(params *DeleteBlueprintRequestUsingDELETE1Params) (*DeleteBlueprintRequestUsingDELETE1NoContent, error)

DeleteBlueprintRequestUsingDELETE1 deletes request

func (*Client) GetBlueprintPlanUsingGET1 added in v0.2.0

func (a *Client) GetBlueprintPlanUsingGET1(params *GetBlueprintPlanUsingGET1Params) (*GetBlueprintPlanUsingGET1OK, error)

GetBlueprintPlanUsingGET1 returns request plan

func (*Client) GetBlueprintRequestUsingGET1 added in v0.2.0

func (a *Client) GetBlueprintRequestUsingGET1(params *GetBlueprintRequestUsingGET1Params) (*GetBlueprintRequestUsingGET1OK, error)

GetBlueprintRequestUsingGET1 returns blueprint request details

func (*Client) GetBlueprintResourcesPlanUsingGET1 added in v0.2.0

func (a *Client) GetBlueprintResourcesPlanUsingGET1(params *GetBlueprintResourcesPlanUsingGET1Params) (*GetBlueprintResourcesPlanUsingGET1OK, error)

GetBlueprintResourcesPlanUsingGET1 returns request resources plan

func (*Client) ListBlueprintRequestsUsingGET1 added in v0.2.0

func (a *Client) ListBlueprintRequestsUsingGET1(params *ListBlueprintRequestsUsingGET1Params) (*ListBlueprintRequestsUsingGET1OK, error)

ListBlueprintRequestsUsingGET1 lists blueprint requests

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type CreateBlueprintRequestUsingPOST1Accepted added in v0.2.0

type CreateBlueprintRequestUsingPOST1Accepted struct {
	Payload *models.BlueprintRequest
}

CreateBlueprintRequestUsingPOST1Accepted handles this case with default header values.

Accepted

func NewCreateBlueprintRequestUsingPOST1Accepted added in v0.2.0

func NewCreateBlueprintRequestUsingPOST1Accepted() *CreateBlueprintRequestUsingPOST1Accepted

NewCreateBlueprintRequestUsingPOST1Accepted creates a CreateBlueprintRequestUsingPOST1Accepted with default headers values

func (*CreateBlueprintRequestUsingPOST1Accepted) Error added in v0.2.0

func (*CreateBlueprintRequestUsingPOST1Accepted) GetPayload added in v0.2.0

type CreateBlueprintRequestUsingPOST1BadRequest added in v0.2.0

type CreateBlueprintRequestUsingPOST1BadRequest struct {
}

CreateBlueprintRequestUsingPOST1BadRequest handles this case with default header values.

Bad Request

func NewCreateBlueprintRequestUsingPOST1BadRequest added in v0.2.0

func NewCreateBlueprintRequestUsingPOST1BadRequest() *CreateBlueprintRequestUsingPOST1BadRequest

NewCreateBlueprintRequestUsingPOST1BadRequest creates a CreateBlueprintRequestUsingPOST1BadRequest with default headers values

func (*CreateBlueprintRequestUsingPOST1BadRequest) Error added in v0.2.0

type CreateBlueprintRequestUsingPOST1Created added in v0.2.0

type CreateBlueprintRequestUsingPOST1Created struct {
	Payload *models.BlueprintRequest
}

CreateBlueprintRequestUsingPOST1Created handles this case with default header values.

Created

func NewCreateBlueprintRequestUsingPOST1Created added in v0.2.0

func NewCreateBlueprintRequestUsingPOST1Created() *CreateBlueprintRequestUsingPOST1Created

NewCreateBlueprintRequestUsingPOST1Created creates a CreateBlueprintRequestUsingPOST1Created with default headers values

func (*CreateBlueprintRequestUsingPOST1Created) Error added in v0.2.0

func (*CreateBlueprintRequestUsingPOST1Created) GetPayload added in v0.2.0

type CreateBlueprintRequestUsingPOST1Forbidden added in v0.2.0

type CreateBlueprintRequestUsingPOST1Forbidden struct {
}

CreateBlueprintRequestUsingPOST1Forbidden handles this case with default header values.

Forbidden

func NewCreateBlueprintRequestUsingPOST1Forbidden added in v0.2.0

func NewCreateBlueprintRequestUsingPOST1Forbidden() *CreateBlueprintRequestUsingPOST1Forbidden

NewCreateBlueprintRequestUsingPOST1Forbidden creates a CreateBlueprintRequestUsingPOST1Forbidden with default headers values

func (*CreateBlueprintRequestUsingPOST1Forbidden) Error added in v0.2.0

type CreateBlueprintRequestUsingPOST1Params added in v0.2.0

type CreateBlueprintRequestUsingPOST1Params struct {

	/*APIVersion
	  The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about

	*/
	APIVersion *string
	/*Request
	  request

	*/
	Request *models.BlueprintRequest

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

CreateBlueprintRequestUsingPOST1Params contains all the parameters to send to the API endpoint for the create blueprint request using p o s t 1 operation typically these are written to a http.Request

func NewCreateBlueprintRequestUsingPOST1Params added in v0.2.0

func NewCreateBlueprintRequestUsingPOST1Params() *CreateBlueprintRequestUsingPOST1Params

NewCreateBlueprintRequestUsingPOST1Params creates a new CreateBlueprintRequestUsingPOST1Params object with the default values initialized.

func NewCreateBlueprintRequestUsingPOST1ParamsWithContext added in v0.2.0

func NewCreateBlueprintRequestUsingPOST1ParamsWithContext(ctx context.Context) *CreateBlueprintRequestUsingPOST1Params

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

func NewCreateBlueprintRequestUsingPOST1ParamsWithHTTPClient added in v0.2.0

func NewCreateBlueprintRequestUsingPOST1ParamsWithHTTPClient(client *http.Client) *CreateBlueprintRequestUsingPOST1Params

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

func NewCreateBlueprintRequestUsingPOST1ParamsWithTimeout added in v0.2.0

func NewCreateBlueprintRequestUsingPOST1ParamsWithTimeout(timeout time.Duration) *CreateBlueprintRequestUsingPOST1Params

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

func (*CreateBlueprintRequestUsingPOST1Params) SetAPIVersion added in v0.2.0

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

SetAPIVersion adds the apiVersion to the create blueprint request using p o s t 1 params

func (*CreateBlueprintRequestUsingPOST1Params) SetContext added in v0.2.0

SetContext adds the context to the create blueprint request using p o s t 1 params

func (*CreateBlueprintRequestUsingPOST1Params) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the create blueprint request using p o s t 1 params

func (*CreateBlueprintRequestUsingPOST1Params) SetRequest added in v0.2.0

SetRequest adds the request to the create blueprint request using p o s t 1 params

func (*CreateBlueprintRequestUsingPOST1Params) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the create blueprint request using p o s t 1 params

func (*CreateBlueprintRequestUsingPOST1Params) WithAPIVersion added in v0.2.0

WithAPIVersion adds the aPIVersion to the create blueprint request using p o s t 1 params

func (*CreateBlueprintRequestUsingPOST1Params) WithContext added in v0.2.0

WithContext adds the context to the create blueprint request using p o s t 1 params

func (*CreateBlueprintRequestUsingPOST1Params) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the create blueprint request using p o s t 1 params

func (*CreateBlueprintRequestUsingPOST1Params) WithRequest added in v0.2.0

WithRequest adds the request to the create blueprint request using p o s t 1 params

func (*CreateBlueprintRequestUsingPOST1Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the create blueprint request using p o s t 1 params

func (*CreateBlueprintRequestUsingPOST1Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type CreateBlueprintRequestUsingPOST1Reader added in v0.2.0

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

CreateBlueprintRequestUsingPOST1Reader is a Reader for the CreateBlueprintRequestUsingPOST1 structure.

func (*CreateBlueprintRequestUsingPOST1Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type CreateBlueprintRequestUsingPOST1Unauthorized added in v0.2.0

type CreateBlueprintRequestUsingPOST1Unauthorized struct {
}

CreateBlueprintRequestUsingPOST1Unauthorized handles this case with default header values.

Unauthorized

func NewCreateBlueprintRequestUsingPOST1Unauthorized added in v0.2.0

func NewCreateBlueprintRequestUsingPOST1Unauthorized() *CreateBlueprintRequestUsingPOST1Unauthorized

NewCreateBlueprintRequestUsingPOST1Unauthorized creates a CreateBlueprintRequestUsingPOST1Unauthorized with default headers values

func (*CreateBlueprintRequestUsingPOST1Unauthorized) Error added in v0.2.0

type DeleteBlueprintRequestUsingDELETE1Forbidden added in v0.2.0

type DeleteBlueprintRequestUsingDELETE1Forbidden struct {
}

DeleteBlueprintRequestUsingDELETE1Forbidden handles this case with default header values.

Forbidden

func NewDeleteBlueprintRequestUsingDELETE1Forbidden added in v0.2.0

func NewDeleteBlueprintRequestUsingDELETE1Forbidden() *DeleteBlueprintRequestUsingDELETE1Forbidden

NewDeleteBlueprintRequestUsingDELETE1Forbidden creates a DeleteBlueprintRequestUsingDELETE1Forbidden with default headers values

func (*DeleteBlueprintRequestUsingDELETE1Forbidden) Error added in v0.2.0

type DeleteBlueprintRequestUsingDELETE1NoContent added in v0.2.0

type DeleteBlueprintRequestUsingDELETE1NoContent struct {
}

DeleteBlueprintRequestUsingDELETE1NoContent handles this case with default header values.

No Content

func NewDeleteBlueprintRequestUsingDELETE1NoContent added in v0.2.0

func NewDeleteBlueprintRequestUsingDELETE1NoContent() *DeleteBlueprintRequestUsingDELETE1NoContent

NewDeleteBlueprintRequestUsingDELETE1NoContent creates a DeleteBlueprintRequestUsingDELETE1NoContent with default headers values

func (*DeleteBlueprintRequestUsingDELETE1NoContent) Error added in v0.2.0

type DeleteBlueprintRequestUsingDELETE1NotFound added in v0.2.0

type DeleteBlueprintRequestUsingDELETE1NotFound struct {
}

DeleteBlueprintRequestUsingDELETE1NotFound handles this case with default header values.

Not Found

func NewDeleteBlueprintRequestUsingDELETE1NotFound added in v0.2.0

func NewDeleteBlueprintRequestUsingDELETE1NotFound() *DeleteBlueprintRequestUsingDELETE1NotFound

NewDeleteBlueprintRequestUsingDELETE1NotFound creates a DeleteBlueprintRequestUsingDELETE1NotFound with default headers values

func (*DeleteBlueprintRequestUsingDELETE1NotFound) Error added in v0.2.0

type DeleteBlueprintRequestUsingDELETE1Params added in v0.2.0

type DeleteBlueprintRequestUsingDELETE1Params struct {

	/*APIVersion
	  The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about

	*/
	APIVersion *string
	/*Force
	  Force delete if not in final stage

	*/
	Force *bool
	/*RequestID
	  requestId

	*/
	RequestID strfmt.UUID

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

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

func NewDeleteBlueprintRequestUsingDELETE1Params added in v0.2.0

func NewDeleteBlueprintRequestUsingDELETE1Params() *DeleteBlueprintRequestUsingDELETE1Params

NewDeleteBlueprintRequestUsingDELETE1Params creates a new DeleteBlueprintRequestUsingDELETE1Params object with the default values initialized.

func NewDeleteBlueprintRequestUsingDELETE1ParamsWithContext added in v0.2.0

func NewDeleteBlueprintRequestUsingDELETE1ParamsWithContext(ctx context.Context) *DeleteBlueprintRequestUsingDELETE1Params

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

func NewDeleteBlueprintRequestUsingDELETE1ParamsWithHTTPClient added in v0.2.0

func NewDeleteBlueprintRequestUsingDELETE1ParamsWithHTTPClient(client *http.Client) *DeleteBlueprintRequestUsingDELETE1Params

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

func NewDeleteBlueprintRequestUsingDELETE1ParamsWithTimeout added in v0.2.0

func NewDeleteBlueprintRequestUsingDELETE1ParamsWithTimeout(timeout time.Duration) *DeleteBlueprintRequestUsingDELETE1Params

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

func (*DeleteBlueprintRequestUsingDELETE1Params) SetAPIVersion added in v0.2.0

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

SetAPIVersion adds the apiVersion to the delete blueprint request using d e l e t e 1 params

func (*DeleteBlueprintRequestUsingDELETE1Params) SetContext added in v0.2.0

SetContext adds the context to the delete blueprint request using d e l e t e 1 params

func (*DeleteBlueprintRequestUsingDELETE1Params) SetForce added in v0.2.0

func (o *DeleteBlueprintRequestUsingDELETE1Params) SetForce(force *bool)

SetForce adds the force to the delete blueprint request using d e l e t e 1 params

func (*DeleteBlueprintRequestUsingDELETE1Params) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the delete blueprint request using d e l e t e 1 params

func (*DeleteBlueprintRequestUsingDELETE1Params) SetRequestID added in v0.2.0

func (o *DeleteBlueprintRequestUsingDELETE1Params) SetRequestID(requestID strfmt.UUID)

SetRequestID adds the requestId to the delete blueprint request using d e l e t e 1 params

func (*DeleteBlueprintRequestUsingDELETE1Params) SetTimeout added in v0.2.0

SetTimeout adds the timeout to the delete blueprint request using d e l e t e 1 params

func (*DeleteBlueprintRequestUsingDELETE1Params) WithAPIVersion added in v0.2.0

WithAPIVersion adds the aPIVersion to the delete blueprint request using d e l e t e 1 params

func (*DeleteBlueprintRequestUsingDELETE1Params) WithContext added in v0.2.0

WithContext adds the context to the delete blueprint request using d e l e t e 1 params

func (*DeleteBlueprintRequestUsingDELETE1Params) WithForce added in v0.2.0

WithForce adds the force to the delete blueprint request using d e l e t e 1 params

func (*DeleteBlueprintRequestUsingDELETE1Params) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the delete blueprint request using d e l e t e 1 params

func (*DeleteBlueprintRequestUsingDELETE1Params) WithRequestID added in v0.2.0

WithRequestID adds the requestID to the delete blueprint request using d e l e t e 1 params

func (*DeleteBlueprintRequestUsingDELETE1Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the delete blueprint request using d e l e t e 1 params

func (*DeleteBlueprintRequestUsingDELETE1Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type DeleteBlueprintRequestUsingDELETE1Reader added in v0.2.0

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

DeleteBlueprintRequestUsingDELETE1Reader is a Reader for the DeleteBlueprintRequestUsingDELETE1 structure.

func (*DeleteBlueprintRequestUsingDELETE1Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type DeleteBlueprintRequestUsingDELETE1Unauthorized added in v0.2.0

type DeleteBlueprintRequestUsingDELETE1Unauthorized struct {
}

DeleteBlueprintRequestUsingDELETE1Unauthorized handles this case with default header values.

Unauthorized

func NewDeleteBlueprintRequestUsingDELETE1Unauthorized added in v0.2.0

func NewDeleteBlueprintRequestUsingDELETE1Unauthorized() *DeleteBlueprintRequestUsingDELETE1Unauthorized

NewDeleteBlueprintRequestUsingDELETE1Unauthorized creates a DeleteBlueprintRequestUsingDELETE1Unauthorized with default headers values

func (*DeleteBlueprintRequestUsingDELETE1Unauthorized) Error added in v0.2.0

type GetBlueprintPlanUsingGET1Forbidden added in v0.2.0

type GetBlueprintPlanUsingGET1Forbidden struct {
}

GetBlueprintPlanUsingGET1Forbidden handles this case with default header values.

Forbidden

func NewGetBlueprintPlanUsingGET1Forbidden added in v0.2.0

func NewGetBlueprintPlanUsingGET1Forbidden() *GetBlueprintPlanUsingGET1Forbidden

NewGetBlueprintPlanUsingGET1Forbidden creates a GetBlueprintPlanUsingGET1Forbidden with default headers values

func (*GetBlueprintPlanUsingGET1Forbidden) Error added in v0.2.0

type GetBlueprintPlanUsingGET1NotFound added in v0.2.0

type GetBlueprintPlanUsingGET1NotFound struct {
}

GetBlueprintPlanUsingGET1NotFound handles this case with default header values.

Not Found

func NewGetBlueprintPlanUsingGET1NotFound added in v0.2.0

func NewGetBlueprintPlanUsingGET1NotFound() *GetBlueprintPlanUsingGET1NotFound

NewGetBlueprintPlanUsingGET1NotFound creates a GetBlueprintPlanUsingGET1NotFound with default headers values

func (*GetBlueprintPlanUsingGET1NotFound) Error added in v0.2.0

type GetBlueprintPlanUsingGET1OK added in v0.2.0

type GetBlueprintPlanUsingGET1OK struct {
	Payload *models.BlueprintPlan
}

GetBlueprintPlanUsingGET1OK handles this case with default header values.

OK

func NewGetBlueprintPlanUsingGET1OK added in v0.2.0

func NewGetBlueprintPlanUsingGET1OK() *GetBlueprintPlanUsingGET1OK

NewGetBlueprintPlanUsingGET1OK creates a GetBlueprintPlanUsingGET1OK with default headers values

func (*GetBlueprintPlanUsingGET1OK) Error added in v0.2.0

func (*GetBlueprintPlanUsingGET1OK) GetPayload added in v0.2.0

type GetBlueprintPlanUsingGET1Params added in v0.2.0

type GetBlueprintPlanUsingGET1Params struct {

	/*APIVersion
	  The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about

	*/
	APIVersion *string
	/*Expand
	  Detailed plan

	*/
	Expand *bool
	/*RequestID
	  requestId

	*/
	RequestID strfmt.UUID

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

GetBlueprintPlanUsingGET1Params contains all the parameters to send to the API endpoint for the get blueprint plan using get1 operation typically these are written to a http.Request

func NewGetBlueprintPlanUsingGET1Params added in v0.2.0

func NewGetBlueprintPlanUsingGET1Params() *GetBlueprintPlanUsingGET1Params

NewGetBlueprintPlanUsingGET1Params creates a new GetBlueprintPlanUsingGET1Params object with the default values initialized.

func NewGetBlueprintPlanUsingGET1ParamsWithContext added in v0.2.0

func NewGetBlueprintPlanUsingGET1ParamsWithContext(ctx context.Context) *GetBlueprintPlanUsingGET1Params

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

func NewGetBlueprintPlanUsingGET1ParamsWithHTTPClient added in v0.2.0

func NewGetBlueprintPlanUsingGET1ParamsWithHTTPClient(client *http.Client) *GetBlueprintPlanUsingGET1Params

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

func NewGetBlueprintPlanUsingGET1ParamsWithTimeout added in v0.2.0

func NewGetBlueprintPlanUsingGET1ParamsWithTimeout(timeout time.Duration) *GetBlueprintPlanUsingGET1Params

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

func (*GetBlueprintPlanUsingGET1Params) SetAPIVersion added in v0.2.0

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

SetAPIVersion adds the apiVersion to the get blueprint plan using get1 params

func (*GetBlueprintPlanUsingGET1Params) SetContext added in v0.2.0

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

SetContext adds the context to the get blueprint plan using get1 params

func (*GetBlueprintPlanUsingGET1Params) SetExpand added in v0.2.0

func (o *GetBlueprintPlanUsingGET1Params) SetExpand(expand *bool)

SetExpand adds the expand to the get blueprint plan using get1 params

func (*GetBlueprintPlanUsingGET1Params) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the get blueprint plan using get1 params

func (*GetBlueprintPlanUsingGET1Params) SetRequestID added in v0.2.0

func (o *GetBlueprintPlanUsingGET1Params) SetRequestID(requestID strfmt.UUID)

SetRequestID adds the requestId to the get blueprint plan using get1 params

func (*GetBlueprintPlanUsingGET1Params) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the get blueprint plan using get1 params

func (*GetBlueprintPlanUsingGET1Params) WithAPIVersion added in v0.2.0

WithAPIVersion adds the aPIVersion to the get blueprint plan using get1 params

func (*GetBlueprintPlanUsingGET1Params) WithContext added in v0.2.0

WithContext adds the context to the get blueprint plan using get1 params

func (*GetBlueprintPlanUsingGET1Params) WithExpand added in v0.2.0

WithExpand adds the expand to the get blueprint plan using get1 params

func (*GetBlueprintPlanUsingGET1Params) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the get blueprint plan using get1 params

func (*GetBlueprintPlanUsingGET1Params) WithRequestID added in v0.2.0

WithRequestID adds the requestID to the get blueprint plan using get1 params

func (*GetBlueprintPlanUsingGET1Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the get blueprint plan using get1 params

func (*GetBlueprintPlanUsingGET1Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type GetBlueprintPlanUsingGET1Reader added in v0.2.0

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

GetBlueprintPlanUsingGET1Reader is a Reader for the GetBlueprintPlanUsingGET1 structure.

func (*GetBlueprintPlanUsingGET1Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type GetBlueprintPlanUsingGET1Unauthorized added in v0.2.0

type GetBlueprintPlanUsingGET1Unauthorized struct {
}

GetBlueprintPlanUsingGET1Unauthorized handles this case with default header values.

Unauthorized

func NewGetBlueprintPlanUsingGET1Unauthorized added in v0.2.0

func NewGetBlueprintPlanUsingGET1Unauthorized() *GetBlueprintPlanUsingGET1Unauthorized

NewGetBlueprintPlanUsingGET1Unauthorized creates a GetBlueprintPlanUsingGET1Unauthorized with default headers values

func (*GetBlueprintPlanUsingGET1Unauthorized) Error added in v0.2.0

type GetBlueprintRequestUsingGET1Forbidden added in v0.2.0

type GetBlueprintRequestUsingGET1Forbidden struct {
}

GetBlueprintRequestUsingGET1Forbidden handles this case with default header values.

Forbidden

func NewGetBlueprintRequestUsingGET1Forbidden added in v0.2.0

func NewGetBlueprintRequestUsingGET1Forbidden() *GetBlueprintRequestUsingGET1Forbidden

NewGetBlueprintRequestUsingGET1Forbidden creates a GetBlueprintRequestUsingGET1Forbidden with default headers values

func (*GetBlueprintRequestUsingGET1Forbidden) Error added in v0.2.0

type GetBlueprintRequestUsingGET1NotFound added in v0.2.0

type GetBlueprintRequestUsingGET1NotFound struct {
}

GetBlueprintRequestUsingGET1NotFound handles this case with default header values.

Not Found

func NewGetBlueprintRequestUsingGET1NotFound added in v0.2.0

func NewGetBlueprintRequestUsingGET1NotFound() *GetBlueprintRequestUsingGET1NotFound

NewGetBlueprintRequestUsingGET1NotFound creates a GetBlueprintRequestUsingGET1NotFound with default headers values

func (*GetBlueprintRequestUsingGET1NotFound) Error added in v0.2.0

type GetBlueprintRequestUsingGET1OK added in v0.2.0

type GetBlueprintRequestUsingGET1OK struct {
	Payload *models.BlueprintRequest
}

GetBlueprintRequestUsingGET1OK handles this case with default header values.

OK

func NewGetBlueprintRequestUsingGET1OK added in v0.2.0

func NewGetBlueprintRequestUsingGET1OK() *GetBlueprintRequestUsingGET1OK

NewGetBlueprintRequestUsingGET1OK creates a GetBlueprintRequestUsingGET1OK with default headers values

func (*GetBlueprintRequestUsingGET1OK) Error added in v0.2.0

func (*GetBlueprintRequestUsingGET1OK) GetPayload added in v0.2.0

type GetBlueprintRequestUsingGET1Params added in v0.2.0

type GetBlueprintRequestUsingGET1Params struct {

	/*APIVersion
	  The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about

	*/
	APIVersion *string
	/*RequestID
	  requestId

	*/
	RequestID strfmt.UUID

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

GetBlueprintRequestUsingGET1Params contains all the parameters to send to the API endpoint for the get blueprint request using get1 operation typically these are written to a http.Request

func NewGetBlueprintRequestUsingGET1Params added in v0.2.0

func NewGetBlueprintRequestUsingGET1Params() *GetBlueprintRequestUsingGET1Params

NewGetBlueprintRequestUsingGET1Params creates a new GetBlueprintRequestUsingGET1Params object with the default values initialized.

func NewGetBlueprintRequestUsingGET1ParamsWithContext added in v0.2.0

func NewGetBlueprintRequestUsingGET1ParamsWithContext(ctx context.Context) *GetBlueprintRequestUsingGET1Params

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

func NewGetBlueprintRequestUsingGET1ParamsWithHTTPClient added in v0.2.0

func NewGetBlueprintRequestUsingGET1ParamsWithHTTPClient(client *http.Client) *GetBlueprintRequestUsingGET1Params

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

func NewGetBlueprintRequestUsingGET1ParamsWithTimeout added in v0.2.0

func NewGetBlueprintRequestUsingGET1ParamsWithTimeout(timeout time.Duration) *GetBlueprintRequestUsingGET1Params

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

func (*GetBlueprintRequestUsingGET1Params) SetAPIVersion added in v0.2.0

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

SetAPIVersion adds the apiVersion to the get blueprint request using get1 params

func (*GetBlueprintRequestUsingGET1Params) SetContext added in v0.2.0

SetContext adds the context to the get blueprint request using get1 params

func (*GetBlueprintRequestUsingGET1Params) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the get blueprint request using get1 params

func (*GetBlueprintRequestUsingGET1Params) SetRequestID added in v0.2.0

func (o *GetBlueprintRequestUsingGET1Params) SetRequestID(requestID strfmt.UUID)

SetRequestID adds the requestId to the get blueprint request using get1 params

func (*GetBlueprintRequestUsingGET1Params) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the get blueprint request using get1 params

func (*GetBlueprintRequestUsingGET1Params) WithAPIVersion added in v0.2.0

WithAPIVersion adds the aPIVersion to the get blueprint request using get1 params

func (*GetBlueprintRequestUsingGET1Params) WithContext added in v0.2.0

WithContext adds the context to the get blueprint request using get1 params

func (*GetBlueprintRequestUsingGET1Params) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the get blueprint request using get1 params

func (*GetBlueprintRequestUsingGET1Params) WithRequestID added in v0.2.0

WithRequestID adds the requestID to the get blueprint request using get1 params

func (*GetBlueprintRequestUsingGET1Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the get blueprint request using get1 params

func (*GetBlueprintRequestUsingGET1Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type GetBlueprintRequestUsingGET1Reader added in v0.2.0

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

GetBlueprintRequestUsingGET1Reader is a Reader for the GetBlueprintRequestUsingGET1 structure.

func (*GetBlueprintRequestUsingGET1Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type GetBlueprintRequestUsingGET1Unauthorized added in v0.2.0

type GetBlueprintRequestUsingGET1Unauthorized struct {
}

GetBlueprintRequestUsingGET1Unauthorized handles this case with default header values.

Unauthorized

func NewGetBlueprintRequestUsingGET1Unauthorized added in v0.2.0

func NewGetBlueprintRequestUsingGET1Unauthorized() *GetBlueprintRequestUsingGET1Unauthorized

NewGetBlueprintRequestUsingGET1Unauthorized creates a GetBlueprintRequestUsingGET1Unauthorized with default headers values

func (*GetBlueprintRequestUsingGET1Unauthorized) Error added in v0.2.0

type GetBlueprintResourcesPlanUsingGET1Forbidden added in v0.2.0

type GetBlueprintResourcesPlanUsingGET1Forbidden struct {
}

GetBlueprintResourcesPlanUsingGET1Forbidden handles this case with default header values.

Forbidden

func NewGetBlueprintResourcesPlanUsingGET1Forbidden added in v0.2.0

func NewGetBlueprintResourcesPlanUsingGET1Forbidden() *GetBlueprintResourcesPlanUsingGET1Forbidden

NewGetBlueprintResourcesPlanUsingGET1Forbidden creates a GetBlueprintResourcesPlanUsingGET1Forbidden with default headers values

func (*GetBlueprintResourcesPlanUsingGET1Forbidden) Error added in v0.2.0

type GetBlueprintResourcesPlanUsingGET1NotFound added in v0.2.0

type GetBlueprintResourcesPlanUsingGET1NotFound struct {
}

GetBlueprintResourcesPlanUsingGET1NotFound handles this case with default header values.

Not Found

func NewGetBlueprintResourcesPlanUsingGET1NotFound added in v0.2.0

func NewGetBlueprintResourcesPlanUsingGET1NotFound() *GetBlueprintResourcesPlanUsingGET1NotFound

NewGetBlueprintResourcesPlanUsingGET1NotFound creates a GetBlueprintResourcesPlanUsingGET1NotFound with default headers values

func (*GetBlueprintResourcesPlanUsingGET1NotFound) Error added in v0.2.0

type GetBlueprintResourcesPlanUsingGET1OK added in v0.2.0

type GetBlueprintResourcesPlanUsingGET1OK struct {
	Payload *models.BlueprintResourcesPlan
}

GetBlueprintResourcesPlanUsingGET1OK handles this case with default header values.

OK

func NewGetBlueprintResourcesPlanUsingGET1OK added in v0.2.0

func NewGetBlueprintResourcesPlanUsingGET1OK() *GetBlueprintResourcesPlanUsingGET1OK

NewGetBlueprintResourcesPlanUsingGET1OK creates a GetBlueprintResourcesPlanUsingGET1OK with default headers values

func (*GetBlueprintResourcesPlanUsingGET1OK) Error added in v0.2.0

func (*GetBlueprintResourcesPlanUsingGET1OK) GetPayload added in v0.2.0

type GetBlueprintResourcesPlanUsingGET1Params added in v0.2.0

type GetBlueprintResourcesPlanUsingGET1Params struct {

	/*APIVersion
	  The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about

	*/
	APIVersion *string
	/*Expand
	  Detailed plan

	*/
	Expand *bool
	/*RequestID
	  requestId

	*/
	RequestID strfmt.UUID

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

GetBlueprintResourcesPlanUsingGET1Params contains all the parameters to send to the API endpoint for the get blueprint resources plan using get1 operation typically these are written to a http.Request

func NewGetBlueprintResourcesPlanUsingGET1Params added in v0.2.0

func NewGetBlueprintResourcesPlanUsingGET1Params() *GetBlueprintResourcesPlanUsingGET1Params

NewGetBlueprintResourcesPlanUsingGET1Params creates a new GetBlueprintResourcesPlanUsingGET1Params object with the default values initialized.

func NewGetBlueprintResourcesPlanUsingGET1ParamsWithContext added in v0.2.0

func NewGetBlueprintResourcesPlanUsingGET1ParamsWithContext(ctx context.Context) *GetBlueprintResourcesPlanUsingGET1Params

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

func NewGetBlueprintResourcesPlanUsingGET1ParamsWithHTTPClient added in v0.2.0

func NewGetBlueprintResourcesPlanUsingGET1ParamsWithHTTPClient(client *http.Client) *GetBlueprintResourcesPlanUsingGET1Params

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

func NewGetBlueprintResourcesPlanUsingGET1ParamsWithTimeout added in v0.2.0

func NewGetBlueprintResourcesPlanUsingGET1ParamsWithTimeout(timeout time.Duration) *GetBlueprintResourcesPlanUsingGET1Params

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

func (*GetBlueprintResourcesPlanUsingGET1Params) SetAPIVersion added in v0.2.0

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

SetAPIVersion adds the apiVersion to the get blueprint resources plan using get1 params

func (*GetBlueprintResourcesPlanUsingGET1Params) SetContext added in v0.2.0

SetContext adds the context to the get blueprint resources plan using get1 params

func (*GetBlueprintResourcesPlanUsingGET1Params) SetExpand added in v0.2.0

func (o *GetBlueprintResourcesPlanUsingGET1Params) SetExpand(expand *bool)

SetExpand adds the expand to the get blueprint resources plan using get1 params

func (*GetBlueprintResourcesPlanUsingGET1Params) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the get blueprint resources plan using get1 params

func (*GetBlueprintResourcesPlanUsingGET1Params) SetRequestID added in v0.2.0

func (o *GetBlueprintResourcesPlanUsingGET1Params) SetRequestID(requestID strfmt.UUID)

SetRequestID adds the requestId to the get blueprint resources plan using get1 params

func (*GetBlueprintResourcesPlanUsingGET1Params) SetTimeout added in v0.2.0

SetTimeout adds the timeout to the get blueprint resources plan using get1 params

func (*GetBlueprintResourcesPlanUsingGET1Params) WithAPIVersion added in v0.2.0

WithAPIVersion adds the aPIVersion to the get blueprint resources plan using get1 params

func (*GetBlueprintResourcesPlanUsingGET1Params) WithContext added in v0.2.0

WithContext adds the context to the get blueprint resources plan using get1 params

func (*GetBlueprintResourcesPlanUsingGET1Params) WithExpand added in v0.2.0

WithExpand adds the expand to the get blueprint resources plan using get1 params

func (*GetBlueprintResourcesPlanUsingGET1Params) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the get blueprint resources plan using get1 params

func (*GetBlueprintResourcesPlanUsingGET1Params) WithRequestID added in v0.2.0

WithRequestID adds the requestID to the get blueprint resources plan using get1 params

func (*GetBlueprintResourcesPlanUsingGET1Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the get blueprint resources plan using get1 params

func (*GetBlueprintResourcesPlanUsingGET1Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type GetBlueprintResourcesPlanUsingGET1Reader added in v0.2.0

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

GetBlueprintResourcesPlanUsingGET1Reader is a Reader for the GetBlueprintResourcesPlanUsingGET1 structure.

func (*GetBlueprintResourcesPlanUsingGET1Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type GetBlueprintResourcesPlanUsingGET1Unauthorized added in v0.2.0

type GetBlueprintResourcesPlanUsingGET1Unauthorized struct {
}

GetBlueprintResourcesPlanUsingGET1Unauthorized handles this case with default header values.

Unauthorized

func NewGetBlueprintResourcesPlanUsingGET1Unauthorized added in v0.2.0

func NewGetBlueprintResourcesPlanUsingGET1Unauthorized() *GetBlueprintResourcesPlanUsingGET1Unauthorized

NewGetBlueprintResourcesPlanUsingGET1Unauthorized creates a GetBlueprintResourcesPlanUsingGET1Unauthorized with default headers values

func (*GetBlueprintResourcesPlanUsingGET1Unauthorized) Error added in v0.2.0

type ListBlueprintRequestsUsingGET1BadRequest added in v0.2.0

type ListBlueprintRequestsUsingGET1BadRequest struct {
}

ListBlueprintRequestsUsingGET1BadRequest handles this case with default header values.

Bad Request

func NewListBlueprintRequestsUsingGET1BadRequest added in v0.2.0

func NewListBlueprintRequestsUsingGET1BadRequest() *ListBlueprintRequestsUsingGET1BadRequest

NewListBlueprintRequestsUsingGET1BadRequest creates a ListBlueprintRequestsUsingGET1BadRequest with default headers values

func (*ListBlueprintRequestsUsingGET1BadRequest) Error added in v0.2.0

type ListBlueprintRequestsUsingGET1Forbidden added in v0.2.0

type ListBlueprintRequestsUsingGET1Forbidden struct {
}

ListBlueprintRequestsUsingGET1Forbidden handles this case with default header values.

Forbidden

func NewListBlueprintRequestsUsingGET1Forbidden added in v0.2.0

func NewListBlueprintRequestsUsingGET1Forbidden() *ListBlueprintRequestsUsingGET1Forbidden

NewListBlueprintRequestsUsingGET1Forbidden creates a ListBlueprintRequestsUsingGET1Forbidden with default headers values

func (*ListBlueprintRequestsUsingGET1Forbidden) Error added in v0.2.0

type ListBlueprintRequestsUsingGET1OK added in v0.2.0

type ListBlueprintRequestsUsingGET1OK struct {
	Payload *models.PageOfBlueprintRequest
}

ListBlueprintRequestsUsingGET1OK handles this case with default header values.

OK

func NewListBlueprintRequestsUsingGET1OK added in v0.2.0

func NewListBlueprintRequestsUsingGET1OK() *ListBlueprintRequestsUsingGET1OK

NewListBlueprintRequestsUsingGET1OK creates a ListBlueprintRequestsUsingGET1OK with default headers values

func (*ListBlueprintRequestsUsingGET1OK) Error added in v0.2.0

func (*ListBlueprintRequestsUsingGET1OK) GetPayload added in v0.2.0

type ListBlueprintRequestsUsingGET1Params added in v0.2.0

type ListBlueprintRequestsUsingGET1Params struct {

	/*DollarOrderby
	  Sorting criteria in the format: property (asc|desc). Default sort order is descending on updatedAt. Sorting is supported on fields createdAt, updatedAt, createdBy, updatedBy.

	*/
	DollarOrderby []string
	/*DollarSelect
	  Fields to include in content. Use * to get all fields.

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

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

	*/
	DollarTop *int32
	/*APIVersion
	  The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about

	*/
	APIVersion *string
	/*DeploymentID
	  Deployment Id filter

	*/
	DeploymentID *string
	/*IncludePlan
	  Plan Requests filter

	*/
	IncludePlan *bool

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

ListBlueprintRequestsUsingGET1Params contains all the parameters to send to the API endpoint for the list blueprint requests using get1 operation typically these are written to a http.Request

func NewListBlueprintRequestsUsingGET1Params added in v0.2.0

func NewListBlueprintRequestsUsingGET1Params() *ListBlueprintRequestsUsingGET1Params

NewListBlueprintRequestsUsingGET1Params creates a new ListBlueprintRequestsUsingGET1Params object with the default values initialized.

func NewListBlueprintRequestsUsingGET1ParamsWithContext added in v0.2.0

func NewListBlueprintRequestsUsingGET1ParamsWithContext(ctx context.Context) *ListBlueprintRequestsUsingGET1Params

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

func NewListBlueprintRequestsUsingGET1ParamsWithHTTPClient added in v0.2.0

func NewListBlueprintRequestsUsingGET1ParamsWithHTTPClient(client *http.Client) *ListBlueprintRequestsUsingGET1Params

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

func NewListBlueprintRequestsUsingGET1ParamsWithTimeout added in v0.2.0

func NewListBlueprintRequestsUsingGET1ParamsWithTimeout(timeout time.Duration) *ListBlueprintRequestsUsingGET1Params

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

func (*ListBlueprintRequestsUsingGET1Params) SetAPIVersion added in v0.2.0

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

SetAPIVersion adds the apiVersion to the list blueprint requests using get1 params

func (*ListBlueprintRequestsUsingGET1Params) SetContext added in v0.2.0

SetContext adds the context to the list blueprint requests using get1 params

func (*ListBlueprintRequestsUsingGET1Params) SetDeploymentID added in v0.2.0

func (o *ListBlueprintRequestsUsingGET1Params) SetDeploymentID(deploymentID *string)

SetDeploymentID adds the deploymentId to the list blueprint requests using get1 params

func (*ListBlueprintRequestsUsingGET1Params) SetDollarOrderby added in v0.2.0

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

SetDollarOrderby adds the dollarOrderby to the list blueprint requests using get1 params

func (*ListBlueprintRequestsUsingGET1Params) SetDollarSelect added in v0.2.0

func (o *ListBlueprintRequestsUsingGET1Params) SetDollarSelect(dollarSelect []string)

SetDollarSelect adds the dollarSelect to the list blueprint requests using get1 params

func (*ListBlueprintRequestsUsingGET1Params) SetDollarSkip added in v0.2.0

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

SetDollarSkip adds the dollarSkip to the list blueprint requests using get1 params

func (*ListBlueprintRequestsUsingGET1Params) SetDollarTop added in v0.2.0

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

SetDollarTop adds the dollarTop to the list blueprint requests using get1 params

func (*ListBlueprintRequestsUsingGET1Params) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the list blueprint requests using get1 params

func (*ListBlueprintRequestsUsingGET1Params) SetIncludePlan added in v0.2.0

func (o *ListBlueprintRequestsUsingGET1Params) SetIncludePlan(includePlan *bool)

SetIncludePlan adds the includePlan to the list blueprint requests using get1 params

func (*ListBlueprintRequestsUsingGET1Params) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the list blueprint requests using get1 params

func (*ListBlueprintRequestsUsingGET1Params) WithAPIVersion added in v0.2.0

WithAPIVersion adds the aPIVersion to the list blueprint requests using get1 params

func (*ListBlueprintRequestsUsingGET1Params) WithContext added in v0.2.0

WithContext adds the context to the list blueprint requests using get1 params

func (*ListBlueprintRequestsUsingGET1Params) WithDeploymentID added in v0.2.0

WithDeploymentID adds the deploymentID to the list blueprint requests using get1 params

func (*ListBlueprintRequestsUsingGET1Params) WithDollarOrderby added in v0.2.0

WithDollarOrderby adds the dollarOrderby to the list blueprint requests using get1 params

func (*ListBlueprintRequestsUsingGET1Params) WithDollarSelect added in v0.2.0

WithDollarSelect adds the dollarSelect to the list blueprint requests using get1 params

func (*ListBlueprintRequestsUsingGET1Params) WithDollarSkip added in v0.2.0

WithDollarSkip adds the dollarSkip to the list blueprint requests using get1 params

func (*ListBlueprintRequestsUsingGET1Params) WithDollarTop added in v0.2.0

WithDollarTop adds the dollarTop to the list blueprint requests using get1 params

func (*ListBlueprintRequestsUsingGET1Params) WithHTTPClient added in v0.2.0

WithHTTPClient adds the HTTPClient to the list blueprint requests using get1 params

func (*ListBlueprintRequestsUsingGET1Params) WithIncludePlan added in v0.2.0

WithIncludePlan adds the includePlan to the list blueprint requests using get1 params

func (*ListBlueprintRequestsUsingGET1Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the list blueprint requests using get1 params

func (*ListBlueprintRequestsUsingGET1Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type ListBlueprintRequestsUsingGET1Reader added in v0.2.0

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

ListBlueprintRequestsUsingGET1Reader is a Reader for the ListBlueprintRequestsUsingGET1 structure.

func (*ListBlueprintRequestsUsingGET1Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type ListBlueprintRequestsUsingGET1Unauthorized added in v0.2.0

type ListBlueprintRequestsUsingGET1Unauthorized struct {
}

ListBlueprintRequestsUsingGET1Unauthorized handles this case with default header values.

Unauthorized

func NewListBlueprintRequestsUsingGET1Unauthorized added in v0.2.0

func NewListBlueprintRequestsUsingGET1Unauthorized() *ListBlueprintRequestsUsingGET1Unauthorized

NewListBlueprintRequestsUsingGET1Unauthorized creates a ListBlueprintRequestsUsingGET1Unauthorized with default headers values

func (*ListBlueprintRequestsUsingGET1Unauthorized) Error added in v0.2.0

Jump to

Keyboard shortcuts

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