Documentation
¶
Index ¶
- type CancelBlueprintRequestUsingPOSTForbidden
- type CancelBlueprintRequestUsingPOSTNotFound
- type CancelBlueprintRequestUsingPOSTOK
- type CancelBlueprintRequestUsingPOSTParams
- func NewCancelBlueprintRequestUsingPOSTParams() *CancelBlueprintRequestUsingPOSTParams
- func NewCancelBlueprintRequestUsingPOSTParamsWithContext(ctx context.Context) *CancelBlueprintRequestUsingPOSTParams
- func NewCancelBlueprintRequestUsingPOSTParamsWithHTTPClient(client *http.Client) *CancelBlueprintRequestUsingPOSTParams
- func NewCancelBlueprintRequestUsingPOSTParamsWithTimeout(timeout time.Duration) *CancelBlueprintRequestUsingPOSTParams
- func (o *CancelBlueprintRequestUsingPOSTParams) SetAPIVersion(aPIVersion *string)
- func (o *CancelBlueprintRequestUsingPOSTParams) SetContext(ctx context.Context)
- func (o *CancelBlueprintRequestUsingPOSTParams) SetDefaults()
- func (o *CancelBlueprintRequestUsingPOSTParams) SetForce(force *bool)
- func (o *CancelBlueprintRequestUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *CancelBlueprintRequestUsingPOSTParams) SetRequestID(requestID strfmt.UUID)
- func (o *CancelBlueprintRequestUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *CancelBlueprintRequestUsingPOSTParams) WithAPIVersion(aPIVersion *string) *CancelBlueprintRequestUsingPOSTParams
- func (o *CancelBlueprintRequestUsingPOSTParams) WithContext(ctx context.Context) *CancelBlueprintRequestUsingPOSTParams
- func (o *CancelBlueprintRequestUsingPOSTParams) WithDefaults() *CancelBlueprintRequestUsingPOSTParams
- func (o *CancelBlueprintRequestUsingPOSTParams) WithForce(force *bool) *CancelBlueprintRequestUsingPOSTParams
- func (o *CancelBlueprintRequestUsingPOSTParams) WithHTTPClient(client *http.Client) *CancelBlueprintRequestUsingPOSTParams
- func (o *CancelBlueprintRequestUsingPOSTParams) WithRequestID(requestID strfmt.UUID) *CancelBlueprintRequestUsingPOSTParams
- func (o *CancelBlueprintRequestUsingPOSTParams) WithTimeout(timeout time.Duration) *CancelBlueprintRequestUsingPOSTParams
- func (o *CancelBlueprintRequestUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CancelBlueprintRequestUsingPOSTReader
- type CancelBlueprintRequestUsingPOSTUnauthorized
- type Client
- func (a *Client) CancelBlueprintRequestUsingPOST(params *CancelBlueprintRequestUsingPOSTParams, opts ...ClientOption) (*CancelBlueprintRequestUsingPOSTOK, error)
- func (a *Client) CreateBlueprintRequestUsingPOST1(params *CreateBlueprintRequestUsingPOST1Params, opts ...ClientOption) (*CreateBlueprintRequestUsingPOST1Created, ...)
- func (a *Client) DeleteBlueprintRequestUsingDELETE1(params *DeleteBlueprintRequestUsingDELETE1Params, opts ...ClientOption) (*DeleteBlueprintRequestUsingDELETE1NoContent, error)
- func (a *Client) GetBlueprintPlanUsingGET1(params *GetBlueprintPlanUsingGET1Params, opts ...ClientOption) (*GetBlueprintPlanUsingGET1OK, error)
- func (a *Client) GetBlueprintRequestUsingGET1(params *GetBlueprintRequestUsingGET1Params, opts ...ClientOption) (*GetBlueprintRequestUsingGET1OK, error)
- func (a *Client) GetBlueprintResourcesPlanUsingGET1(params *GetBlueprintResourcesPlanUsingGET1Params, opts ...ClientOption) (*GetBlueprintResourcesPlanUsingGET1OK, error)
- func (a *Client) ListBlueprintRequestsUsingGET1(params *ListBlueprintRequestsUsingGET1Params, opts ...ClientOption) (*ListBlueprintRequestsUsingGET1OK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type CreateBlueprintRequestUsingPOST1Accepted
- type CreateBlueprintRequestUsingPOST1BadRequest
- type CreateBlueprintRequestUsingPOST1Created
- type CreateBlueprintRequestUsingPOST1Forbidden
- type CreateBlueprintRequestUsingPOST1Params
- func NewCreateBlueprintRequestUsingPOST1Params() *CreateBlueprintRequestUsingPOST1Params
- func NewCreateBlueprintRequestUsingPOST1ParamsWithContext(ctx context.Context) *CreateBlueprintRequestUsingPOST1Params
- func NewCreateBlueprintRequestUsingPOST1ParamsWithHTTPClient(client *http.Client) *CreateBlueprintRequestUsingPOST1Params
- func NewCreateBlueprintRequestUsingPOST1ParamsWithTimeout(timeout time.Duration) *CreateBlueprintRequestUsingPOST1Params
- func (o *CreateBlueprintRequestUsingPOST1Params) SetAPIVersion(aPIVersion *string)
- func (o *CreateBlueprintRequestUsingPOST1Params) SetContext(ctx context.Context)
- func (o *CreateBlueprintRequestUsingPOST1Params) SetDefaults()
- func (o *CreateBlueprintRequestUsingPOST1Params) SetHTTPClient(client *http.Client)
- func (o *CreateBlueprintRequestUsingPOST1Params) SetRequest(request *models.BlueprintRequest)
- func (o *CreateBlueprintRequestUsingPOST1Params) SetTimeout(timeout time.Duration)
- func (o *CreateBlueprintRequestUsingPOST1Params) WithAPIVersion(aPIVersion *string) *CreateBlueprintRequestUsingPOST1Params
- func (o *CreateBlueprintRequestUsingPOST1Params) WithContext(ctx context.Context) *CreateBlueprintRequestUsingPOST1Params
- func (o *CreateBlueprintRequestUsingPOST1Params) WithDefaults() *CreateBlueprintRequestUsingPOST1Params
- func (o *CreateBlueprintRequestUsingPOST1Params) WithHTTPClient(client *http.Client) *CreateBlueprintRequestUsingPOST1Params
- func (o *CreateBlueprintRequestUsingPOST1Params) WithRequest(request *models.BlueprintRequest) *CreateBlueprintRequestUsingPOST1Params
- func (o *CreateBlueprintRequestUsingPOST1Params) WithTimeout(timeout time.Duration) *CreateBlueprintRequestUsingPOST1Params
- func (o *CreateBlueprintRequestUsingPOST1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateBlueprintRequestUsingPOST1Reader
- type CreateBlueprintRequestUsingPOST1Unauthorized
- type DeleteBlueprintRequestUsingDELETE1Forbidden
- type DeleteBlueprintRequestUsingDELETE1NoContent
- type DeleteBlueprintRequestUsingDELETE1NotFound
- type DeleteBlueprintRequestUsingDELETE1Params
- func NewDeleteBlueprintRequestUsingDELETE1Params() *DeleteBlueprintRequestUsingDELETE1Params
- func NewDeleteBlueprintRequestUsingDELETE1ParamsWithContext(ctx context.Context) *DeleteBlueprintRequestUsingDELETE1Params
- func NewDeleteBlueprintRequestUsingDELETE1ParamsWithHTTPClient(client *http.Client) *DeleteBlueprintRequestUsingDELETE1Params
- func NewDeleteBlueprintRequestUsingDELETE1ParamsWithTimeout(timeout time.Duration) *DeleteBlueprintRequestUsingDELETE1Params
- func (o *DeleteBlueprintRequestUsingDELETE1Params) SetAPIVersion(aPIVersion *string)
- func (o *DeleteBlueprintRequestUsingDELETE1Params) SetContext(ctx context.Context)
- func (o *DeleteBlueprintRequestUsingDELETE1Params) SetDefaults()
- func (o *DeleteBlueprintRequestUsingDELETE1Params) SetForce(force *bool)
- func (o *DeleteBlueprintRequestUsingDELETE1Params) SetHTTPClient(client *http.Client)
- func (o *DeleteBlueprintRequestUsingDELETE1Params) SetRequestID(requestID strfmt.UUID)
- func (o *DeleteBlueprintRequestUsingDELETE1Params) SetTimeout(timeout time.Duration)
- func (o *DeleteBlueprintRequestUsingDELETE1Params) WithAPIVersion(aPIVersion *string) *DeleteBlueprintRequestUsingDELETE1Params
- func (o *DeleteBlueprintRequestUsingDELETE1Params) WithContext(ctx context.Context) *DeleteBlueprintRequestUsingDELETE1Params
- func (o *DeleteBlueprintRequestUsingDELETE1Params) WithDefaults() *DeleteBlueprintRequestUsingDELETE1Params
- func (o *DeleteBlueprintRequestUsingDELETE1Params) WithForce(force *bool) *DeleteBlueprintRequestUsingDELETE1Params
- func (o *DeleteBlueprintRequestUsingDELETE1Params) WithHTTPClient(client *http.Client) *DeleteBlueprintRequestUsingDELETE1Params
- func (o *DeleteBlueprintRequestUsingDELETE1Params) WithRequestID(requestID strfmt.UUID) *DeleteBlueprintRequestUsingDELETE1Params
- func (o *DeleteBlueprintRequestUsingDELETE1Params) WithTimeout(timeout time.Duration) *DeleteBlueprintRequestUsingDELETE1Params
- func (o *DeleteBlueprintRequestUsingDELETE1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteBlueprintRequestUsingDELETE1Reader
- type DeleteBlueprintRequestUsingDELETE1Unauthorized
- type GetBlueprintPlanUsingGET1Forbidden
- type GetBlueprintPlanUsingGET1NotFound
- type GetBlueprintPlanUsingGET1OK
- type GetBlueprintPlanUsingGET1Params
- func NewGetBlueprintPlanUsingGET1Params() *GetBlueprintPlanUsingGET1Params
- func NewGetBlueprintPlanUsingGET1ParamsWithContext(ctx context.Context) *GetBlueprintPlanUsingGET1Params
- func NewGetBlueprintPlanUsingGET1ParamsWithHTTPClient(client *http.Client) *GetBlueprintPlanUsingGET1Params
- func NewGetBlueprintPlanUsingGET1ParamsWithTimeout(timeout time.Duration) *GetBlueprintPlanUsingGET1Params
- func (o *GetBlueprintPlanUsingGET1Params) SetAPIVersion(aPIVersion *string)
- func (o *GetBlueprintPlanUsingGET1Params) SetContext(ctx context.Context)
- func (o *GetBlueprintPlanUsingGET1Params) SetDefaults()
- func (o *GetBlueprintPlanUsingGET1Params) SetExpand(expand *bool)
- func (o *GetBlueprintPlanUsingGET1Params) SetHTTPClient(client *http.Client)
- func (o *GetBlueprintPlanUsingGET1Params) SetRequestID(requestID strfmt.UUID)
- func (o *GetBlueprintPlanUsingGET1Params) SetTimeout(timeout time.Duration)
- func (o *GetBlueprintPlanUsingGET1Params) WithAPIVersion(aPIVersion *string) *GetBlueprintPlanUsingGET1Params
- func (o *GetBlueprintPlanUsingGET1Params) WithContext(ctx context.Context) *GetBlueprintPlanUsingGET1Params
- func (o *GetBlueprintPlanUsingGET1Params) WithDefaults() *GetBlueprintPlanUsingGET1Params
- func (o *GetBlueprintPlanUsingGET1Params) WithExpand(expand *bool) *GetBlueprintPlanUsingGET1Params
- func (o *GetBlueprintPlanUsingGET1Params) WithHTTPClient(client *http.Client) *GetBlueprintPlanUsingGET1Params
- func (o *GetBlueprintPlanUsingGET1Params) WithRequestID(requestID strfmt.UUID) *GetBlueprintPlanUsingGET1Params
- func (o *GetBlueprintPlanUsingGET1Params) WithTimeout(timeout time.Duration) *GetBlueprintPlanUsingGET1Params
- func (o *GetBlueprintPlanUsingGET1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetBlueprintPlanUsingGET1Reader
- type GetBlueprintPlanUsingGET1Unauthorized
- type GetBlueprintRequestUsingGET1Forbidden
- type GetBlueprintRequestUsingGET1NotFound
- type GetBlueprintRequestUsingGET1OK
- type GetBlueprintRequestUsingGET1Params
- func NewGetBlueprintRequestUsingGET1Params() *GetBlueprintRequestUsingGET1Params
- func NewGetBlueprintRequestUsingGET1ParamsWithContext(ctx context.Context) *GetBlueprintRequestUsingGET1Params
- func NewGetBlueprintRequestUsingGET1ParamsWithHTTPClient(client *http.Client) *GetBlueprintRequestUsingGET1Params
- func NewGetBlueprintRequestUsingGET1ParamsWithTimeout(timeout time.Duration) *GetBlueprintRequestUsingGET1Params
- func (o *GetBlueprintRequestUsingGET1Params) SetAPIVersion(aPIVersion *string)
- func (o *GetBlueprintRequestUsingGET1Params) SetContext(ctx context.Context)
- func (o *GetBlueprintRequestUsingGET1Params) SetDefaults()
- func (o *GetBlueprintRequestUsingGET1Params) SetHTTPClient(client *http.Client)
- func (o *GetBlueprintRequestUsingGET1Params) SetRequestID(requestID strfmt.UUID)
- func (o *GetBlueprintRequestUsingGET1Params) SetTimeout(timeout time.Duration)
- func (o *GetBlueprintRequestUsingGET1Params) WithAPIVersion(aPIVersion *string) *GetBlueprintRequestUsingGET1Params
- func (o *GetBlueprintRequestUsingGET1Params) WithContext(ctx context.Context) *GetBlueprintRequestUsingGET1Params
- func (o *GetBlueprintRequestUsingGET1Params) WithDefaults() *GetBlueprintRequestUsingGET1Params
- func (o *GetBlueprintRequestUsingGET1Params) WithHTTPClient(client *http.Client) *GetBlueprintRequestUsingGET1Params
- func (o *GetBlueprintRequestUsingGET1Params) WithRequestID(requestID strfmt.UUID) *GetBlueprintRequestUsingGET1Params
- func (o *GetBlueprintRequestUsingGET1Params) WithTimeout(timeout time.Duration) *GetBlueprintRequestUsingGET1Params
- func (o *GetBlueprintRequestUsingGET1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetBlueprintRequestUsingGET1Reader
- type GetBlueprintRequestUsingGET1Unauthorized
- type GetBlueprintResourcesPlanUsingGET1Forbidden
- type GetBlueprintResourcesPlanUsingGET1NotFound
- type GetBlueprintResourcesPlanUsingGET1OK
- type GetBlueprintResourcesPlanUsingGET1Params
- func NewGetBlueprintResourcesPlanUsingGET1Params() *GetBlueprintResourcesPlanUsingGET1Params
- func NewGetBlueprintResourcesPlanUsingGET1ParamsWithContext(ctx context.Context) *GetBlueprintResourcesPlanUsingGET1Params
- func NewGetBlueprintResourcesPlanUsingGET1ParamsWithHTTPClient(client *http.Client) *GetBlueprintResourcesPlanUsingGET1Params
- func NewGetBlueprintResourcesPlanUsingGET1ParamsWithTimeout(timeout time.Duration) *GetBlueprintResourcesPlanUsingGET1Params
- func (o *GetBlueprintResourcesPlanUsingGET1Params) SetAPIVersion(aPIVersion *string)
- func (o *GetBlueprintResourcesPlanUsingGET1Params) SetContext(ctx context.Context)
- func (o *GetBlueprintResourcesPlanUsingGET1Params) SetDefaults()
- func (o *GetBlueprintResourcesPlanUsingGET1Params) SetExpand(expand *bool)
- func (o *GetBlueprintResourcesPlanUsingGET1Params) SetHTTPClient(client *http.Client)
- func (o *GetBlueprintResourcesPlanUsingGET1Params) SetRequestID(requestID strfmt.UUID)
- func (o *GetBlueprintResourcesPlanUsingGET1Params) SetTimeout(timeout time.Duration)
- func (o *GetBlueprintResourcesPlanUsingGET1Params) WithAPIVersion(aPIVersion *string) *GetBlueprintResourcesPlanUsingGET1Params
- func (o *GetBlueprintResourcesPlanUsingGET1Params) WithContext(ctx context.Context) *GetBlueprintResourcesPlanUsingGET1Params
- func (o *GetBlueprintResourcesPlanUsingGET1Params) WithDefaults() *GetBlueprintResourcesPlanUsingGET1Params
- func (o *GetBlueprintResourcesPlanUsingGET1Params) WithExpand(expand *bool) *GetBlueprintResourcesPlanUsingGET1Params
- func (o *GetBlueprintResourcesPlanUsingGET1Params) WithHTTPClient(client *http.Client) *GetBlueprintResourcesPlanUsingGET1Params
- func (o *GetBlueprintResourcesPlanUsingGET1Params) WithRequestID(requestID strfmt.UUID) *GetBlueprintResourcesPlanUsingGET1Params
- func (o *GetBlueprintResourcesPlanUsingGET1Params) WithTimeout(timeout time.Duration) *GetBlueprintResourcesPlanUsingGET1Params
- func (o *GetBlueprintResourcesPlanUsingGET1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetBlueprintResourcesPlanUsingGET1Reader
- type GetBlueprintResourcesPlanUsingGET1Unauthorized
- type ListBlueprintRequestsUsingGET1BadRequest
- type ListBlueprintRequestsUsingGET1Forbidden
- type ListBlueprintRequestsUsingGET1OK
- type ListBlueprintRequestsUsingGET1Params
- func NewListBlueprintRequestsUsingGET1Params() *ListBlueprintRequestsUsingGET1Params
- func NewListBlueprintRequestsUsingGET1ParamsWithContext(ctx context.Context) *ListBlueprintRequestsUsingGET1Params
- func NewListBlueprintRequestsUsingGET1ParamsWithHTTPClient(client *http.Client) *ListBlueprintRequestsUsingGET1Params
- func NewListBlueprintRequestsUsingGET1ParamsWithTimeout(timeout time.Duration) *ListBlueprintRequestsUsingGET1Params
- func (o *ListBlueprintRequestsUsingGET1Params) SetAPIVersion(aPIVersion *string)
- func (o *ListBlueprintRequestsUsingGET1Params) SetContext(ctx context.Context)
- func (o *ListBlueprintRequestsUsingGET1Params) SetDefaults()
- func (o *ListBlueprintRequestsUsingGET1Params) SetDeploymentID(deploymentID *string)
- func (o *ListBlueprintRequestsUsingGET1Params) SetDollarOrderby(dollarOrderby []string)
- func (o *ListBlueprintRequestsUsingGET1Params) SetDollarSelect(dollarSelect []string)
- func (o *ListBlueprintRequestsUsingGET1Params) SetDollarSkip(dollarSkip *int32)
- func (o *ListBlueprintRequestsUsingGET1Params) SetDollarTop(dollarTop *int32)
- func (o *ListBlueprintRequestsUsingGET1Params) SetHTTPClient(client *http.Client)
- func (o *ListBlueprintRequestsUsingGET1Params) SetIncludePlan(includePlan *bool)
- func (o *ListBlueprintRequestsUsingGET1Params) SetTimeout(timeout time.Duration)
- func (o *ListBlueprintRequestsUsingGET1Params) WithAPIVersion(aPIVersion *string) *ListBlueprintRequestsUsingGET1Params
- func (o *ListBlueprintRequestsUsingGET1Params) WithContext(ctx context.Context) *ListBlueprintRequestsUsingGET1Params
- func (o *ListBlueprintRequestsUsingGET1Params) WithDefaults() *ListBlueprintRequestsUsingGET1Params
- func (o *ListBlueprintRequestsUsingGET1Params) WithDeploymentID(deploymentID *string) *ListBlueprintRequestsUsingGET1Params
- func (o *ListBlueprintRequestsUsingGET1Params) WithDollarOrderby(dollarOrderby []string) *ListBlueprintRequestsUsingGET1Params
- func (o *ListBlueprintRequestsUsingGET1Params) WithDollarSelect(dollarSelect []string) *ListBlueprintRequestsUsingGET1Params
- func (o *ListBlueprintRequestsUsingGET1Params) WithDollarSkip(dollarSkip *int32) *ListBlueprintRequestsUsingGET1Params
- func (o *ListBlueprintRequestsUsingGET1Params) WithDollarTop(dollarTop *int32) *ListBlueprintRequestsUsingGET1Params
- func (o *ListBlueprintRequestsUsingGET1Params) WithHTTPClient(client *http.Client) *ListBlueprintRequestsUsingGET1Params
- func (o *ListBlueprintRequestsUsingGET1Params) WithIncludePlan(includePlan *bool) *ListBlueprintRequestsUsingGET1Params
- func (o *ListBlueprintRequestsUsingGET1Params) WithTimeout(timeout time.Duration) *ListBlueprintRequestsUsingGET1Params
- func (o *ListBlueprintRequestsUsingGET1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListBlueprintRequestsUsingGET1Reader
- type ListBlueprintRequestsUsingGET1Unauthorized
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 describes a response with status code 403, 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
func (o *CancelBlueprintRequestUsingPOSTForbidden) Error() string
type CancelBlueprintRequestUsingPOSTNotFound ¶ added in v0.2.0
CancelBlueprintRequestUsingPOSTNotFound describes a response with status code 404, 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
func (o *CancelBlueprintRequestUsingPOSTNotFound) Error() string
func (*CancelBlueprintRequestUsingPOSTNotFound) GetPayload ¶ added in v0.2.9
func (o *CancelBlueprintRequestUsingPOSTNotFound) GetPayload() *models.Error
type CancelBlueprintRequestUsingPOSTOK ¶ added in v0.2.0
type CancelBlueprintRequestUsingPOSTOK struct { }
CancelBlueprintRequestUsingPOSTOK describes a response with status code 200, 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
func (o *CancelBlueprintRequestUsingPOSTOK) Error() string
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 Default: true */ Force *bool /* RequestID. requestId Format: uuid */ 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 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 NewCancelBlueprintRequestUsingPOSTParamsWithContext ¶ added in v0.2.0
func NewCancelBlueprintRequestUsingPOSTParamsWithContext(ctx context.Context) *CancelBlueprintRequestUsingPOSTParams
NewCancelBlueprintRequestUsingPOSTParamsWithContext creates a new CancelBlueprintRequestUsingPOSTParams object with 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 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 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
func (o *CancelBlueprintRequestUsingPOSTParams) SetContext(ctx context.Context)
SetContext adds the context to the cancel blueprint request using p o s t params
func (*CancelBlueprintRequestUsingPOSTParams) SetDefaults ¶ added in v0.2.20
func (o *CancelBlueprintRequestUsingPOSTParams) SetDefaults()
SetDefaults hydrates default values in the cancel blueprint request using p o s t params (not the query body).
All values with no default are reset to their zero value.
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
func (o *CancelBlueprintRequestUsingPOSTParams) WithAPIVersion(aPIVersion *string) *CancelBlueprintRequestUsingPOSTParams
WithAPIVersion adds the aPIVersion to the cancel blueprint request using p o s t params
func (*CancelBlueprintRequestUsingPOSTParams) WithContext ¶ added in v0.2.0
func (o *CancelBlueprintRequestUsingPOSTParams) WithContext(ctx context.Context) *CancelBlueprintRequestUsingPOSTParams
WithContext adds the context to the cancel blueprint request using p o s t params
func (*CancelBlueprintRequestUsingPOSTParams) WithDefaults ¶ added in v0.2.20
func (o *CancelBlueprintRequestUsingPOSTParams) WithDefaults() *CancelBlueprintRequestUsingPOSTParams
WithDefaults hydrates default values in the cancel blueprint request using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*CancelBlueprintRequestUsingPOSTParams) WithForce ¶ added in v0.2.0
func (o *CancelBlueprintRequestUsingPOSTParams) WithForce(force *bool) *CancelBlueprintRequestUsingPOSTParams
WithForce adds the force to the cancel blueprint request using p o s t params
func (*CancelBlueprintRequestUsingPOSTParams) WithHTTPClient ¶ added in v0.2.0
func (o *CancelBlueprintRequestUsingPOSTParams) WithHTTPClient(client *http.Client) *CancelBlueprintRequestUsingPOSTParams
WithHTTPClient adds the HTTPClient to the cancel blueprint request using p o s t params
func (*CancelBlueprintRequestUsingPOSTParams) WithRequestID ¶ added in v0.2.0
func (o *CancelBlueprintRequestUsingPOSTParams) WithRequestID(requestID strfmt.UUID) *CancelBlueprintRequestUsingPOSTParams
WithRequestID adds the requestID to the cancel blueprint request using p o s t params
func (*CancelBlueprintRequestUsingPOSTParams) WithTimeout ¶ added in v0.2.0
func (o *CancelBlueprintRequestUsingPOSTParams) WithTimeout(timeout time.Duration) *CancelBlueprintRequestUsingPOSTParams
WithTimeout adds the timeout to the cancel blueprint request using p o s t params
func (*CancelBlueprintRequestUsingPOSTParams) WriteToRequest ¶ added in v0.2.0
func (o *CancelBlueprintRequestUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 describes a response with status code 401, 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
func (o *CancelBlueprintRequestUsingPOSTUnauthorized) Error() string
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for blueprint requests API
func (*Client) CancelBlueprintRequestUsingPOST ¶ added in v0.2.0
func (a *Client) CancelBlueprintRequestUsingPOST(params *CancelBlueprintRequestUsingPOSTParams, opts ...ClientOption) (*CancelBlueprintRequestUsingPOSTOK, error)
CancelBlueprintRequestUsingPOST cancels request
func (*Client) CreateBlueprintRequestUsingPOST1 ¶ added in v0.2.0
func (a *Client) CreateBlueprintRequestUsingPOST1(params *CreateBlueprintRequestUsingPOST1Params, opts ...ClientOption) (*CreateBlueprintRequestUsingPOST1Created, *CreateBlueprintRequestUsingPOST1Accepted, error)
CreateBlueprintRequestUsingPOST1 creates a blueprint request
func (*Client) DeleteBlueprintRequestUsingDELETE1 ¶ added in v0.2.0
func (a *Client) DeleteBlueprintRequestUsingDELETE1(params *DeleteBlueprintRequestUsingDELETE1Params, opts ...ClientOption) (*DeleteBlueprintRequestUsingDELETE1NoContent, error)
DeleteBlueprintRequestUsingDELETE1 deletes request
func (*Client) GetBlueprintPlanUsingGET1 ¶ added in v0.2.0
func (a *Client) GetBlueprintPlanUsingGET1(params *GetBlueprintPlanUsingGET1Params, opts ...ClientOption) (*GetBlueprintPlanUsingGET1OK, error)
GetBlueprintPlanUsingGET1 returns request plan
func (*Client) GetBlueprintRequestUsingGET1 ¶ added in v0.2.0
func (a *Client) GetBlueprintRequestUsingGET1(params *GetBlueprintRequestUsingGET1Params, opts ...ClientOption) (*GetBlueprintRequestUsingGET1OK, error)
GetBlueprintRequestUsingGET1 returns blueprint request details
func (*Client) GetBlueprintResourcesPlanUsingGET1 ¶ added in v0.2.0
func (a *Client) GetBlueprintResourcesPlanUsingGET1(params *GetBlueprintResourcesPlanUsingGET1Params, opts ...ClientOption) (*GetBlueprintResourcesPlanUsingGET1OK, error)
GetBlueprintResourcesPlanUsingGET1 returns request resources plan
func (*Client) ListBlueprintRequestsUsingGET1 ¶ added in v0.2.0
func (a *Client) ListBlueprintRequestsUsingGET1(params *ListBlueprintRequestsUsingGET1Params, opts ...ClientOption) (*ListBlueprintRequestsUsingGET1OK, error)
ListBlueprintRequestsUsingGET1 lists blueprint requests
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 { CancelBlueprintRequestUsingPOST(params *CancelBlueprintRequestUsingPOSTParams, opts ...ClientOption) (*CancelBlueprintRequestUsingPOSTOK, error) CreateBlueprintRequestUsingPOST1(params *CreateBlueprintRequestUsingPOST1Params, opts ...ClientOption) (*CreateBlueprintRequestUsingPOST1Created, *CreateBlueprintRequestUsingPOST1Accepted, error) DeleteBlueprintRequestUsingDELETE1(params *DeleteBlueprintRequestUsingDELETE1Params, opts ...ClientOption) (*DeleteBlueprintRequestUsingDELETE1NoContent, error) GetBlueprintPlanUsingGET1(params *GetBlueprintPlanUsingGET1Params, opts ...ClientOption) (*GetBlueprintPlanUsingGET1OK, error) GetBlueprintRequestUsingGET1(params *GetBlueprintRequestUsingGET1Params, opts ...ClientOption) (*GetBlueprintRequestUsingGET1OK, error) GetBlueprintResourcesPlanUsingGET1(params *GetBlueprintResourcesPlanUsingGET1Params, opts ...ClientOption) (*GetBlueprintResourcesPlanUsingGET1OK, error) ListBlueprintRequestsUsingGET1(params *ListBlueprintRequestsUsingGET1Params, opts ...ClientOption) (*ListBlueprintRequestsUsingGET1OK, 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 blueprint requests API client.
type CreateBlueprintRequestUsingPOST1Accepted ¶ added in v0.2.0
type CreateBlueprintRequestUsingPOST1Accepted struct {
Payload *models.BlueprintRequest
}
CreateBlueprintRequestUsingPOST1Accepted describes a response with status code 202, 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 (o *CreateBlueprintRequestUsingPOST1Accepted) Error() string
func (*CreateBlueprintRequestUsingPOST1Accepted) GetPayload ¶ added in v0.2.0
func (o *CreateBlueprintRequestUsingPOST1Accepted) GetPayload() *models.BlueprintRequest
type CreateBlueprintRequestUsingPOST1BadRequest ¶ added in v0.2.0
CreateBlueprintRequestUsingPOST1BadRequest describes a response with status code 400, 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
func (o *CreateBlueprintRequestUsingPOST1BadRequest) Error() string
func (*CreateBlueprintRequestUsingPOST1BadRequest) GetPayload ¶ added in v0.2.9
func (o *CreateBlueprintRequestUsingPOST1BadRequest) GetPayload() *models.Error
type CreateBlueprintRequestUsingPOST1Created ¶ added in v0.2.0
type CreateBlueprintRequestUsingPOST1Created struct {
Payload *models.BlueprintRequest
}
CreateBlueprintRequestUsingPOST1Created describes a response with status code 201, 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 (o *CreateBlueprintRequestUsingPOST1Created) Error() string
func (*CreateBlueprintRequestUsingPOST1Created) GetPayload ¶ added in v0.2.0
func (o *CreateBlueprintRequestUsingPOST1Created) GetPayload() *models.BlueprintRequest
type CreateBlueprintRequestUsingPOST1Forbidden ¶ added in v0.2.0
type CreateBlueprintRequestUsingPOST1Forbidden struct { }
CreateBlueprintRequestUsingPOST1Forbidden describes a response with status code 403, 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
func (o *CreateBlueprintRequestUsingPOST1Forbidden) Error() string
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 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 NewCreateBlueprintRequestUsingPOST1ParamsWithContext ¶ added in v0.2.0
func NewCreateBlueprintRequestUsingPOST1ParamsWithContext(ctx context.Context) *CreateBlueprintRequestUsingPOST1Params
NewCreateBlueprintRequestUsingPOST1ParamsWithContext creates a new CreateBlueprintRequestUsingPOST1Params object with 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 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 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
func (o *CreateBlueprintRequestUsingPOST1Params) SetContext(ctx context.Context)
SetContext adds the context to the create blueprint request using p o s t 1 params
func (*CreateBlueprintRequestUsingPOST1Params) SetDefaults ¶ added in v0.2.20
func (o *CreateBlueprintRequestUsingPOST1Params) SetDefaults()
SetDefaults hydrates default values in the create blueprint request using p o s t 1 params (not the query body).
All values with no default are reset to their zero value.
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
func (o *CreateBlueprintRequestUsingPOST1Params) SetRequest(request *models.BlueprintRequest)
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
func (o *CreateBlueprintRequestUsingPOST1Params) WithAPIVersion(aPIVersion *string) *CreateBlueprintRequestUsingPOST1Params
WithAPIVersion adds the aPIVersion to the create blueprint request using p o s t 1 params
func (*CreateBlueprintRequestUsingPOST1Params) WithContext ¶ added in v0.2.0
func (o *CreateBlueprintRequestUsingPOST1Params) WithContext(ctx context.Context) *CreateBlueprintRequestUsingPOST1Params
WithContext adds the context to the create blueprint request using p o s t 1 params
func (*CreateBlueprintRequestUsingPOST1Params) WithDefaults ¶ added in v0.2.20
func (o *CreateBlueprintRequestUsingPOST1Params) WithDefaults() *CreateBlueprintRequestUsingPOST1Params
WithDefaults hydrates default values in the create blueprint request using p o s t 1 params (not the query body).
All values with no default are reset to their zero value.
func (*CreateBlueprintRequestUsingPOST1Params) WithHTTPClient ¶ added in v0.2.0
func (o *CreateBlueprintRequestUsingPOST1Params) WithHTTPClient(client *http.Client) *CreateBlueprintRequestUsingPOST1Params
WithHTTPClient adds the HTTPClient to the create blueprint request using p o s t 1 params
func (*CreateBlueprintRequestUsingPOST1Params) WithRequest ¶ added in v0.2.0
func (o *CreateBlueprintRequestUsingPOST1Params) WithRequest(request *models.BlueprintRequest) *CreateBlueprintRequestUsingPOST1Params
WithRequest adds the request to the create blueprint request using p o s t 1 params
func (*CreateBlueprintRequestUsingPOST1Params) WithTimeout ¶ added in v0.2.0
func (o *CreateBlueprintRequestUsingPOST1Params) WithTimeout(timeout time.Duration) *CreateBlueprintRequestUsingPOST1Params
WithTimeout adds the timeout to the create blueprint request using p o s t 1 params
func (*CreateBlueprintRequestUsingPOST1Params) WriteToRequest ¶ added in v0.2.0
func (o *CreateBlueprintRequestUsingPOST1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 describes a response with status code 401, 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
func (o *CreateBlueprintRequestUsingPOST1Unauthorized) Error() string
type DeleteBlueprintRequestUsingDELETE1Forbidden ¶ added in v0.2.0
type DeleteBlueprintRequestUsingDELETE1Forbidden struct { }
DeleteBlueprintRequestUsingDELETE1Forbidden describes a response with status code 403, 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
func (o *DeleteBlueprintRequestUsingDELETE1Forbidden) Error() string
type DeleteBlueprintRequestUsingDELETE1NoContent ¶ added in v0.2.0
type DeleteBlueprintRequestUsingDELETE1NoContent struct { }
DeleteBlueprintRequestUsingDELETE1NoContent describes a response with status code 204, 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
func (o *DeleteBlueprintRequestUsingDELETE1NoContent) Error() string
type DeleteBlueprintRequestUsingDELETE1NotFound ¶ added in v0.2.0
DeleteBlueprintRequestUsingDELETE1NotFound describes a response with status code 404, 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
func (o *DeleteBlueprintRequestUsingDELETE1NotFound) Error() string
func (*DeleteBlueprintRequestUsingDELETE1NotFound) GetPayload ¶ added in v0.2.9
func (o *DeleteBlueprintRequestUsingDELETE1NotFound) GetPayload() *models.Error
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 Format: uuid */ 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 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 NewDeleteBlueprintRequestUsingDELETE1ParamsWithContext ¶ added in v0.2.0
func NewDeleteBlueprintRequestUsingDELETE1ParamsWithContext(ctx context.Context) *DeleteBlueprintRequestUsingDELETE1Params
NewDeleteBlueprintRequestUsingDELETE1ParamsWithContext creates a new DeleteBlueprintRequestUsingDELETE1Params object with 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 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 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
func (o *DeleteBlueprintRequestUsingDELETE1Params) SetContext(ctx context.Context)
SetContext adds the context to the delete blueprint request using d e l e t e 1 params
func (*DeleteBlueprintRequestUsingDELETE1Params) SetDefaults ¶ added in v0.2.20
func (o *DeleteBlueprintRequestUsingDELETE1Params) SetDefaults()
SetDefaults hydrates default values in the delete blueprint request using d e l e t e 1 params (not the query body).
All values with no default are reset to their zero value.
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
func (o *DeleteBlueprintRequestUsingDELETE1Params) SetTimeout(timeout time.Duration)
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
func (o *DeleteBlueprintRequestUsingDELETE1Params) WithAPIVersion(aPIVersion *string) *DeleteBlueprintRequestUsingDELETE1Params
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
func (o *DeleteBlueprintRequestUsingDELETE1Params) WithContext(ctx context.Context) *DeleteBlueprintRequestUsingDELETE1Params
WithContext adds the context to the delete blueprint request using d e l e t e 1 params
func (*DeleteBlueprintRequestUsingDELETE1Params) WithDefaults ¶ added in v0.2.20
func (o *DeleteBlueprintRequestUsingDELETE1Params) WithDefaults() *DeleteBlueprintRequestUsingDELETE1Params
WithDefaults hydrates default values in the delete blueprint request using d e l e t e 1 params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteBlueprintRequestUsingDELETE1Params) WithForce ¶ added in v0.2.0
func (o *DeleteBlueprintRequestUsingDELETE1Params) WithForce(force *bool) *DeleteBlueprintRequestUsingDELETE1Params
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
func (o *DeleteBlueprintRequestUsingDELETE1Params) WithHTTPClient(client *http.Client) *DeleteBlueprintRequestUsingDELETE1Params
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
func (o *DeleteBlueprintRequestUsingDELETE1Params) WithRequestID(requestID strfmt.UUID) *DeleteBlueprintRequestUsingDELETE1Params
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
func (o *DeleteBlueprintRequestUsingDELETE1Params) WithTimeout(timeout time.Duration) *DeleteBlueprintRequestUsingDELETE1Params
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
func (o *DeleteBlueprintRequestUsingDELETE1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 describes a response with status code 401, 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
func (o *DeleteBlueprintRequestUsingDELETE1Unauthorized) Error() string
type GetBlueprintPlanUsingGET1Forbidden ¶ added in v0.2.0
type GetBlueprintPlanUsingGET1Forbidden struct { }
GetBlueprintPlanUsingGET1Forbidden describes a response with status code 403, 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
func (o *GetBlueprintPlanUsingGET1Forbidden) Error() string
type GetBlueprintPlanUsingGET1NotFound ¶ added in v0.2.0
GetBlueprintPlanUsingGET1NotFound describes a response with status code 404, 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
func (o *GetBlueprintPlanUsingGET1NotFound) Error() string
func (*GetBlueprintPlanUsingGET1NotFound) GetPayload ¶ added in v0.2.9
func (o *GetBlueprintPlanUsingGET1NotFound) GetPayload() *models.Error
type GetBlueprintPlanUsingGET1OK ¶ added in v0.2.0
type GetBlueprintPlanUsingGET1OK struct {
Payload *models.BlueprintPlan
}
GetBlueprintPlanUsingGET1OK describes a response with status code 200, 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 (o *GetBlueprintPlanUsingGET1OK) Error() string
func (*GetBlueprintPlanUsingGET1OK) GetPayload ¶ added in v0.2.0
func (o *GetBlueprintPlanUsingGET1OK) GetPayload() *models.BlueprintPlan
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 Format: uuid */ 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 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 NewGetBlueprintPlanUsingGET1ParamsWithContext ¶ added in v0.2.0
func NewGetBlueprintPlanUsingGET1ParamsWithContext(ctx context.Context) *GetBlueprintPlanUsingGET1Params
NewGetBlueprintPlanUsingGET1ParamsWithContext creates a new GetBlueprintPlanUsingGET1Params object with 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 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 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) SetDefaults ¶ added in v0.2.20
func (o *GetBlueprintPlanUsingGET1Params) SetDefaults()
SetDefaults hydrates default values in the get blueprint plan using get1 params (not the query body).
All values with no default are reset to their zero value.
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
func (o *GetBlueprintPlanUsingGET1Params) WithAPIVersion(aPIVersion *string) *GetBlueprintPlanUsingGET1Params
WithAPIVersion adds the aPIVersion to the get blueprint plan using get1 params
func (*GetBlueprintPlanUsingGET1Params) WithContext ¶ added in v0.2.0
func (o *GetBlueprintPlanUsingGET1Params) WithContext(ctx context.Context) *GetBlueprintPlanUsingGET1Params
WithContext adds the context to the get blueprint plan using get1 params
func (*GetBlueprintPlanUsingGET1Params) WithDefaults ¶ added in v0.2.20
func (o *GetBlueprintPlanUsingGET1Params) WithDefaults() *GetBlueprintPlanUsingGET1Params
WithDefaults hydrates default values in the get blueprint plan using get1 params (not the query body).
All values with no default are reset to their zero value.
func (*GetBlueprintPlanUsingGET1Params) WithExpand ¶ added in v0.2.0
func (o *GetBlueprintPlanUsingGET1Params) WithExpand(expand *bool) *GetBlueprintPlanUsingGET1Params
WithExpand adds the expand to the get blueprint plan using get1 params
func (*GetBlueprintPlanUsingGET1Params) WithHTTPClient ¶ added in v0.2.0
func (o *GetBlueprintPlanUsingGET1Params) WithHTTPClient(client *http.Client) *GetBlueprintPlanUsingGET1Params
WithHTTPClient adds the HTTPClient to the get blueprint plan using get1 params
func (*GetBlueprintPlanUsingGET1Params) WithRequestID ¶ added in v0.2.0
func (o *GetBlueprintPlanUsingGET1Params) WithRequestID(requestID strfmt.UUID) *GetBlueprintPlanUsingGET1Params
WithRequestID adds the requestID to the get blueprint plan using get1 params
func (*GetBlueprintPlanUsingGET1Params) WithTimeout ¶ added in v0.2.0
func (o *GetBlueprintPlanUsingGET1Params) WithTimeout(timeout time.Duration) *GetBlueprintPlanUsingGET1Params
WithTimeout adds the timeout to the get blueprint plan using get1 params
func (*GetBlueprintPlanUsingGET1Params) WriteToRequest ¶ added in v0.2.0
func (o *GetBlueprintPlanUsingGET1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 describes a response with status code 401, 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
func (o *GetBlueprintPlanUsingGET1Unauthorized) Error() string
type GetBlueprintRequestUsingGET1Forbidden ¶ added in v0.2.0
type GetBlueprintRequestUsingGET1Forbidden struct { }
GetBlueprintRequestUsingGET1Forbidden describes a response with status code 403, 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
func (o *GetBlueprintRequestUsingGET1Forbidden) Error() string
type GetBlueprintRequestUsingGET1NotFound ¶ added in v0.2.0
GetBlueprintRequestUsingGET1NotFound describes a response with status code 404, 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
func (o *GetBlueprintRequestUsingGET1NotFound) Error() string
func (*GetBlueprintRequestUsingGET1NotFound) GetPayload ¶ added in v0.2.9
func (o *GetBlueprintRequestUsingGET1NotFound) GetPayload() *models.Error
type GetBlueprintRequestUsingGET1OK ¶ added in v0.2.0
type GetBlueprintRequestUsingGET1OK struct {
Payload *models.BlueprintRequest
}
GetBlueprintRequestUsingGET1OK describes a response with status code 200, 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 (o *GetBlueprintRequestUsingGET1OK) Error() string
func (*GetBlueprintRequestUsingGET1OK) GetPayload ¶ added in v0.2.0
func (o *GetBlueprintRequestUsingGET1OK) GetPayload() *models.BlueprintRequest
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 Format: uuid */ 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 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 NewGetBlueprintRequestUsingGET1ParamsWithContext ¶ added in v0.2.0
func NewGetBlueprintRequestUsingGET1ParamsWithContext(ctx context.Context) *GetBlueprintRequestUsingGET1Params
NewGetBlueprintRequestUsingGET1ParamsWithContext creates a new GetBlueprintRequestUsingGET1Params object with 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 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 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
func (o *GetBlueprintRequestUsingGET1Params) SetContext(ctx context.Context)
SetContext adds the context to the get blueprint request using get1 params
func (*GetBlueprintRequestUsingGET1Params) SetDefaults ¶ added in v0.2.20
func (o *GetBlueprintRequestUsingGET1Params) SetDefaults()
SetDefaults hydrates default values in the get blueprint request using get1 params (not the query body).
All values with no default are reset to their zero value.
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
func (o *GetBlueprintRequestUsingGET1Params) WithAPIVersion(aPIVersion *string) *GetBlueprintRequestUsingGET1Params
WithAPIVersion adds the aPIVersion to the get blueprint request using get1 params
func (*GetBlueprintRequestUsingGET1Params) WithContext ¶ added in v0.2.0
func (o *GetBlueprintRequestUsingGET1Params) WithContext(ctx context.Context) *GetBlueprintRequestUsingGET1Params
WithContext adds the context to the get blueprint request using get1 params
func (*GetBlueprintRequestUsingGET1Params) WithDefaults ¶ added in v0.2.20
func (o *GetBlueprintRequestUsingGET1Params) WithDefaults() *GetBlueprintRequestUsingGET1Params
WithDefaults hydrates default values in the get blueprint request using get1 params (not the query body).
All values with no default are reset to their zero value.
func (*GetBlueprintRequestUsingGET1Params) WithHTTPClient ¶ added in v0.2.0
func (o *GetBlueprintRequestUsingGET1Params) WithHTTPClient(client *http.Client) *GetBlueprintRequestUsingGET1Params
WithHTTPClient adds the HTTPClient to the get blueprint request using get1 params
func (*GetBlueprintRequestUsingGET1Params) WithRequestID ¶ added in v0.2.0
func (o *GetBlueprintRequestUsingGET1Params) WithRequestID(requestID strfmt.UUID) *GetBlueprintRequestUsingGET1Params
WithRequestID adds the requestID to the get blueprint request using get1 params
func (*GetBlueprintRequestUsingGET1Params) WithTimeout ¶ added in v0.2.0
func (o *GetBlueprintRequestUsingGET1Params) WithTimeout(timeout time.Duration) *GetBlueprintRequestUsingGET1Params
WithTimeout adds the timeout to the get blueprint request using get1 params
func (*GetBlueprintRequestUsingGET1Params) WriteToRequest ¶ added in v0.2.0
func (o *GetBlueprintRequestUsingGET1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 describes a response with status code 401, 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
func (o *GetBlueprintRequestUsingGET1Unauthorized) Error() string
type GetBlueprintResourcesPlanUsingGET1Forbidden ¶ added in v0.2.0
type GetBlueprintResourcesPlanUsingGET1Forbidden struct { }
GetBlueprintResourcesPlanUsingGET1Forbidden describes a response with status code 403, 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
func (o *GetBlueprintResourcesPlanUsingGET1Forbidden) Error() string
type GetBlueprintResourcesPlanUsingGET1NotFound ¶ added in v0.2.0
GetBlueprintResourcesPlanUsingGET1NotFound describes a response with status code 404, 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
func (o *GetBlueprintResourcesPlanUsingGET1NotFound) Error() string
func (*GetBlueprintResourcesPlanUsingGET1NotFound) GetPayload ¶ added in v0.2.9
func (o *GetBlueprintResourcesPlanUsingGET1NotFound) GetPayload() *models.Error
type GetBlueprintResourcesPlanUsingGET1OK ¶ added in v0.2.0
type GetBlueprintResourcesPlanUsingGET1OK struct {
Payload *models.BlueprintResourcesPlan
}
GetBlueprintResourcesPlanUsingGET1OK describes a response with status code 200, 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 (o *GetBlueprintResourcesPlanUsingGET1OK) Error() string
func (*GetBlueprintResourcesPlanUsingGET1OK) GetPayload ¶ added in v0.2.0
func (o *GetBlueprintResourcesPlanUsingGET1OK) GetPayload() *models.BlueprintResourcesPlan
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 Format: uuid */ 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 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 NewGetBlueprintResourcesPlanUsingGET1ParamsWithContext ¶ added in v0.2.0
func NewGetBlueprintResourcesPlanUsingGET1ParamsWithContext(ctx context.Context) *GetBlueprintResourcesPlanUsingGET1Params
NewGetBlueprintResourcesPlanUsingGET1ParamsWithContext creates a new GetBlueprintResourcesPlanUsingGET1Params object with 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 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 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
func (o *GetBlueprintResourcesPlanUsingGET1Params) SetContext(ctx context.Context)
SetContext adds the context to the get blueprint resources plan using get1 params
func (*GetBlueprintResourcesPlanUsingGET1Params) SetDefaults ¶ added in v0.2.20
func (o *GetBlueprintResourcesPlanUsingGET1Params) SetDefaults()
SetDefaults hydrates default values in the get blueprint resources plan using get1 params (not the query body).
All values with no default are reset to their zero value.
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
func (o *GetBlueprintResourcesPlanUsingGET1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get blueprint resources plan using get1 params
func (*GetBlueprintResourcesPlanUsingGET1Params) WithAPIVersion ¶ added in v0.2.0
func (o *GetBlueprintResourcesPlanUsingGET1Params) WithAPIVersion(aPIVersion *string) *GetBlueprintResourcesPlanUsingGET1Params
WithAPIVersion adds the aPIVersion to the get blueprint resources plan using get1 params
func (*GetBlueprintResourcesPlanUsingGET1Params) WithContext ¶ added in v0.2.0
func (o *GetBlueprintResourcesPlanUsingGET1Params) WithContext(ctx context.Context) *GetBlueprintResourcesPlanUsingGET1Params
WithContext adds the context to the get blueprint resources plan using get1 params
func (*GetBlueprintResourcesPlanUsingGET1Params) WithDefaults ¶ added in v0.2.20
func (o *GetBlueprintResourcesPlanUsingGET1Params) WithDefaults() *GetBlueprintResourcesPlanUsingGET1Params
WithDefaults hydrates default values in the get blueprint resources plan using get1 params (not the query body).
All values with no default are reset to their zero value.
func (*GetBlueprintResourcesPlanUsingGET1Params) WithExpand ¶ added in v0.2.0
func (o *GetBlueprintResourcesPlanUsingGET1Params) WithExpand(expand *bool) *GetBlueprintResourcesPlanUsingGET1Params
WithExpand adds the expand to the get blueprint resources plan using get1 params
func (*GetBlueprintResourcesPlanUsingGET1Params) WithHTTPClient ¶ added in v0.2.0
func (o *GetBlueprintResourcesPlanUsingGET1Params) WithHTTPClient(client *http.Client) *GetBlueprintResourcesPlanUsingGET1Params
WithHTTPClient adds the HTTPClient to the get blueprint resources plan using get1 params
func (*GetBlueprintResourcesPlanUsingGET1Params) WithRequestID ¶ added in v0.2.0
func (o *GetBlueprintResourcesPlanUsingGET1Params) WithRequestID(requestID strfmt.UUID) *GetBlueprintResourcesPlanUsingGET1Params
WithRequestID adds the requestID to the get blueprint resources plan using get1 params
func (*GetBlueprintResourcesPlanUsingGET1Params) WithTimeout ¶ added in v0.2.0
func (o *GetBlueprintResourcesPlanUsingGET1Params) WithTimeout(timeout time.Duration) *GetBlueprintResourcesPlanUsingGET1Params
WithTimeout adds the timeout to the get blueprint resources plan using get1 params
func (*GetBlueprintResourcesPlanUsingGET1Params) WriteToRequest ¶ added in v0.2.0
func (o *GetBlueprintResourcesPlanUsingGET1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 describes a response with status code 401, 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
func (o *GetBlueprintResourcesPlanUsingGET1Unauthorized) Error() string
type ListBlueprintRequestsUsingGET1BadRequest ¶ added in v0.2.0
ListBlueprintRequestsUsingGET1BadRequest describes a response with status code 400, 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
func (o *ListBlueprintRequestsUsingGET1BadRequest) Error() string
func (*ListBlueprintRequestsUsingGET1BadRequest) GetPayload ¶ added in v0.2.9
func (o *ListBlueprintRequestsUsingGET1BadRequest) GetPayload() *models.Error
type ListBlueprintRequestsUsingGET1Forbidden ¶ added in v0.2.0
type ListBlueprintRequestsUsingGET1Forbidden struct { }
ListBlueprintRequestsUsingGET1Forbidden describes a response with status code 403, 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
func (o *ListBlueprintRequestsUsingGET1Forbidden) Error() string
type ListBlueprintRequestsUsingGET1OK ¶ added in v0.2.0
type ListBlueprintRequestsUsingGET1OK struct {
Payload *models.PageOfBlueprintRequest
}
ListBlueprintRequestsUsingGET1OK describes a response with status code 200, 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 (o *ListBlueprintRequestsUsingGET1OK) Error() string
func (*ListBlueprintRequestsUsingGET1OK) GetPayload ¶ added in v0.2.0
func (o *ListBlueprintRequestsUsingGET1OK) GetPayload() *models.PageOfBlueprintRequest
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 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). 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 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 NewListBlueprintRequestsUsingGET1ParamsWithContext ¶ added in v0.2.0
func NewListBlueprintRequestsUsingGET1ParamsWithContext(ctx context.Context) *ListBlueprintRequestsUsingGET1Params
NewListBlueprintRequestsUsingGET1ParamsWithContext creates a new ListBlueprintRequestsUsingGET1Params object with 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 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 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
func (o *ListBlueprintRequestsUsingGET1Params) SetContext(ctx context.Context)
SetContext adds the context to the list blueprint requests using get1 params
func (*ListBlueprintRequestsUsingGET1Params) SetDefaults ¶ added in v0.2.20
func (o *ListBlueprintRequestsUsingGET1Params) SetDefaults()
SetDefaults hydrates default values in the list blueprint requests using get1 params (not the query body).
All values with no default are reset to their zero value.
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
func (o *ListBlueprintRequestsUsingGET1Params) WithAPIVersion(aPIVersion *string) *ListBlueprintRequestsUsingGET1Params
WithAPIVersion adds the aPIVersion to the list blueprint requests using get1 params
func (*ListBlueprintRequestsUsingGET1Params) WithContext ¶ added in v0.2.0
func (o *ListBlueprintRequestsUsingGET1Params) WithContext(ctx context.Context) *ListBlueprintRequestsUsingGET1Params
WithContext adds the context to the list blueprint requests using get1 params
func (*ListBlueprintRequestsUsingGET1Params) WithDefaults ¶ added in v0.2.20
func (o *ListBlueprintRequestsUsingGET1Params) WithDefaults() *ListBlueprintRequestsUsingGET1Params
WithDefaults hydrates default values in the list blueprint requests using get1 params (not the query body).
All values with no default are reset to their zero value.
func (*ListBlueprintRequestsUsingGET1Params) WithDeploymentID ¶ added in v0.2.0
func (o *ListBlueprintRequestsUsingGET1Params) WithDeploymentID(deploymentID *string) *ListBlueprintRequestsUsingGET1Params
WithDeploymentID adds the deploymentID to the list blueprint requests using get1 params
func (*ListBlueprintRequestsUsingGET1Params) WithDollarOrderby ¶ added in v0.2.0
func (o *ListBlueprintRequestsUsingGET1Params) WithDollarOrderby(dollarOrderby []string) *ListBlueprintRequestsUsingGET1Params
WithDollarOrderby adds the dollarOrderby to the list blueprint requests using get1 params
func (*ListBlueprintRequestsUsingGET1Params) WithDollarSelect ¶ added in v0.2.0
func (o *ListBlueprintRequestsUsingGET1Params) WithDollarSelect(dollarSelect []string) *ListBlueprintRequestsUsingGET1Params
WithDollarSelect adds the dollarSelect to the list blueprint requests using get1 params
func (*ListBlueprintRequestsUsingGET1Params) WithDollarSkip ¶ added in v0.2.0
func (o *ListBlueprintRequestsUsingGET1Params) WithDollarSkip(dollarSkip *int32) *ListBlueprintRequestsUsingGET1Params
WithDollarSkip adds the dollarSkip to the list blueprint requests using get1 params
func (*ListBlueprintRequestsUsingGET1Params) WithDollarTop ¶ added in v0.2.0
func (o *ListBlueprintRequestsUsingGET1Params) WithDollarTop(dollarTop *int32) *ListBlueprintRequestsUsingGET1Params
WithDollarTop adds the dollarTop to the list blueprint requests using get1 params
func (*ListBlueprintRequestsUsingGET1Params) WithHTTPClient ¶ added in v0.2.0
func (o *ListBlueprintRequestsUsingGET1Params) WithHTTPClient(client *http.Client) *ListBlueprintRequestsUsingGET1Params
WithHTTPClient adds the HTTPClient to the list blueprint requests using get1 params
func (*ListBlueprintRequestsUsingGET1Params) WithIncludePlan ¶ added in v0.2.0
func (o *ListBlueprintRequestsUsingGET1Params) WithIncludePlan(includePlan *bool) *ListBlueprintRequestsUsingGET1Params
WithIncludePlan adds the includePlan to the list blueprint requests using get1 params
func (*ListBlueprintRequestsUsingGET1Params) WithTimeout ¶ added in v0.2.0
func (o *ListBlueprintRequestsUsingGET1Params) WithTimeout(timeout time.Duration) *ListBlueprintRequestsUsingGET1Params
WithTimeout adds the timeout to the list blueprint requests using get1 params
func (*ListBlueprintRequestsUsingGET1Params) WriteToRequest ¶ added in v0.2.0
func (o *ListBlueprintRequestsUsingGET1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 describes a response with status code 401, 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
func (o *ListBlueprintRequestsUsingGET1Unauthorized) Error() string
Source Files
¶
- blueprint_requests_client.go
- cancel_blueprint_request_using_post_parameters.go
- cancel_blueprint_request_using_post_responses.go
- create_blueprint_request_using_post1_parameters.go
- create_blueprint_request_using_post1_responses.go
- delete_blueprint_request_using_delete1_parameters.go
- delete_blueprint_request_using_delete1_responses.go
- get_blueprint_plan_using_get1_parameters.go
- get_blueprint_plan_using_get1_responses.go
- get_blueprint_request_using_get1_parameters.go
- get_blueprint_request_using_get1_responses.go
- get_blueprint_resources_plan_using_get1_parameters.go
- get_blueprint_resources_plan_using_get1_responses.go
- list_blueprint_requests_using_get1_parameters.go
- list_blueprint_requests_using_get1_responses.go