cluster_plans

package
v0.6.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for cluster plans API

func (*Client) CreateUsingPOST added in v0.5.0

func (a *Client) CreateUsingPOST(params *CreateUsingPOSTParams, opts ...ClientOption) (*CreateUsingPOSTOK, error)

CreateUsingPOST creates a cluster plan

The body shall contain a cluster plan entity.

func (*Client) DeleteUsingDELETE

func (a *Client) DeleteUsingDELETE(params *DeleteUsingDELETEParams, opts ...ClientOption) (*DeleteUsingDELETEOK, error)

DeleteUsingDELETE deletes a cluster plan by Id

Delete a Cluster Plan identified by id string

func (*Client) GetUsingGET added in v0.5.0

func (a *Client) GetUsingGET(params *GetUsingGETParams, opts ...ClientOption) (*GetUsingGETOK, error)

GetUsingGET gets a cluster plan by Id

Get a Cluster Plan by Id

func (*Client) SearchClusterPlanAggregationsUsingGET added in v0.5.0

func (a *Client) SearchClusterPlanAggregationsUsingGET(params *SearchClusterPlanAggregationsUsingGETParams, opts ...ClientOption) (*SearchClusterPlanAggregationsUsingGETOK, error)

SearchClusterPlanAggregationsUsingGET searches for cluster plan aggregations

Search for cluster plan aggregations by name and cloud account document self link id.

func (*Client) SearchClusterPlansUsingGET

func (a *Client) SearchClusterPlansUsingGET(params *SearchClusterPlansUsingGETParams, opts ...ClientOption) (*SearchClusterPlansUsingGETOK, error)

SearchClusterPlansUsingGET searches a cluster plan instance

Search a cluster plan by name and cloud account document self link id.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateUsingPUT

func (a *Client) UpdateUsingPUT(params *UpdateUsingPUTParams, opts ...ClientOption) (*UpdateUsingPUTOK, error)

UpdateUsingPUT updates a cluster plan

The body shall contains the cluster plan mutation entity.

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateUsingPOST(params *CreateUsingPOSTParams, opts ...ClientOption) (*CreateUsingPOSTOK, error)

	DeleteUsingDELETE(params *DeleteUsingDELETEParams, opts ...ClientOption) (*DeleteUsingDELETEOK, error)

	GetUsingGET(params *GetUsingGETParams, opts ...ClientOption) (*GetUsingGETOK, error)

	SearchClusterPlanAggregationsUsingGET(params *SearchClusterPlanAggregationsUsingGETParams, opts ...ClientOption) (*SearchClusterPlanAggregationsUsingGETOK, error)

	SearchClusterPlansUsingGET(params *SearchClusterPlansUsingGETParams, opts ...ClientOption) (*SearchClusterPlansUsingGETOK, error)

	UpdateUsingPUT(params *UpdateUsingPUTParams, opts ...ClientOption) (*UpdateUsingPUTOK, 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 cluster plans API client.

type CreateUsingPOSTForbidden added in v0.5.0

type CreateUsingPOSTForbidden struct {
}

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

Forbidden, the user lacks permissions

func NewCreateUsingPOSTForbidden added in v0.5.0

func NewCreateUsingPOSTForbidden() *CreateUsingPOSTForbidden

NewCreateUsingPOSTForbidden creates a CreateUsingPOSTForbidden with default headers values

func (*CreateUsingPOSTForbidden) Error added in v0.5.0

func (o *CreateUsingPOSTForbidden) Error() string

func (*CreateUsingPOSTForbidden) IsClientError added in v0.5.0

func (o *CreateUsingPOSTForbidden) IsClientError() bool

IsClientError returns true when this create using p o s t forbidden response has a 4xx status code

func (*CreateUsingPOSTForbidden) IsCode added in v0.5.0

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

IsCode returns true when this create using p o s t forbidden response a status code equal to that given

func (*CreateUsingPOSTForbidden) IsRedirect added in v0.5.0

func (o *CreateUsingPOSTForbidden) IsRedirect() bool

IsRedirect returns true when this create using p o s t forbidden response has a 3xx status code

func (*CreateUsingPOSTForbidden) IsServerError added in v0.5.0

func (o *CreateUsingPOSTForbidden) IsServerError() bool

IsServerError returns true when this create using p o s t forbidden response has a 5xx status code

func (*CreateUsingPOSTForbidden) IsSuccess added in v0.5.0

func (o *CreateUsingPOSTForbidden) IsSuccess() bool

IsSuccess returns true when this create using p o s t forbidden response has a 2xx status code

func (*CreateUsingPOSTForbidden) String added in v0.5.0

func (o *CreateUsingPOSTForbidden) String() string

type CreateUsingPOSTOK added in v0.5.0

type CreateUsingPOSTOK struct {
	Payload *models.ClusterPlan
}

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

OK

func NewCreateUsingPOSTOK added in v0.5.0

func NewCreateUsingPOSTOK() *CreateUsingPOSTOK

NewCreateUsingPOSTOK creates a CreateUsingPOSTOK with default headers values

func (*CreateUsingPOSTOK) Error added in v0.5.0

func (o *CreateUsingPOSTOK) Error() string

func (*CreateUsingPOSTOK) GetPayload added in v0.5.0

func (o *CreateUsingPOSTOK) GetPayload() *models.ClusterPlan

func (*CreateUsingPOSTOK) IsClientError added in v0.5.0

func (o *CreateUsingPOSTOK) IsClientError() bool

IsClientError returns true when this create using p o s t o k response has a 4xx status code

func (*CreateUsingPOSTOK) IsCode added in v0.5.0

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

IsCode returns true when this create using p o s t o k response a status code equal to that given

func (*CreateUsingPOSTOK) IsRedirect added in v0.5.0

func (o *CreateUsingPOSTOK) IsRedirect() bool

IsRedirect returns true when this create using p o s t o k response has a 3xx status code

func (*CreateUsingPOSTOK) IsServerError added in v0.5.0

func (o *CreateUsingPOSTOK) IsServerError() bool

IsServerError returns true when this create using p o s t o k response has a 5xx status code

func (*CreateUsingPOSTOK) IsSuccess added in v0.5.0

func (o *CreateUsingPOSTOK) IsSuccess() bool

IsSuccess returns true when this create using p o s t o k response has a 2xx status code

func (*CreateUsingPOSTOK) String added in v0.5.0

func (o *CreateUsingPOSTOK) String() string

type CreateUsingPOSTParams added in v0.5.0

type CreateUsingPOSTParams struct {

	/* Plan.

	   plan
	*/
	Plan *models.ClusterPlan

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

CreateUsingPOSTParams contains all the parameters to send to the API endpoint

for the create using p o s t operation.

Typically these are written to a http.Request.

func NewCreateUsingPOSTParams added in v0.5.0

func NewCreateUsingPOSTParams() *CreateUsingPOSTParams

NewCreateUsingPOSTParams creates a new CreateUsingPOSTParams 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 NewCreateUsingPOSTParamsWithContext added in v0.5.0

func NewCreateUsingPOSTParamsWithContext(ctx context.Context) *CreateUsingPOSTParams

NewCreateUsingPOSTParamsWithContext creates a new CreateUsingPOSTParams object with the ability to set a context for a request.

func NewCreateUsingPOSTParamsWithHTTPClient added in v0.5.0

func NewCreateUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateUsingPOSTParams

NewCreateUsingPOSTParamsWithHTTPClient creates a new CreateUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewCreateUsingPOSTParamsWithTimeout added in v0.5.0

func NewCreateUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateUsingPOSTParams

NewCreateUsingPOSTParamsWithTimeout creates a new CreateUsingPOSTParams object with the ability to set a timeout on a request.

func (*CreateUsingPOSTParams) SetContext added in v0.5.0

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

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

func (*CreateUsingPOSTParams) SetDefaults added in v0.5.0

func (o *CreateUsingPOSTParams) SetDefaults()

SetDefaults hydrates default values in the create using p o s t params (not the query body).

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

func (*CreateUsingPOSTParams) SetHTTPClient added in v0.5.0

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

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

func (*CreateUsingPOSTParams) SetPlan added in v0.5.0

func (o *CreateUsingPOSTParams) SetPlan(plan *models.ClusterPlan)

SetPlan adds the plan to the create using p o s t params

func (*CreateUsingPOSTParams) SetTimeout added in v0.5.0

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

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

func (*CreateUsingPOSTParams) WithContext added in v0.5.0

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

func (*CreateUsingPOSTParams) WithDefaults added in v0.5.0

func (o *CreateUsingPOSTParams) WithDefaults() *CreateUsingPOSTParams

WithDefaults hydrates default values in the create using p o s t params (not the query body).

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

func (*CreateUsingPOSTParams) WithHTTPClient added in v0.5.0

func (o *CreateUsingPOSTParams) WithHTTPClient(client *http.Client) *CreateUsingPOSTParams

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

func (*CreateUsingPOSTParams) WithPlan added in v0.5.0

WithPlan adds the plan to the create using p o s t params

func (*CreateUsingPOSTParams) WithTimeout added in v0.5.0

func (o *CreateUsingPOSTParams) WithTimeout(timeout time.Duration) *CreateUsingPOSTParams

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

func (*CreateUsingPOSTParams) WriteToRequest added in v0.5.0

func (o *CreateUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateUsingPOSTReader added in v0.5.0

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

CreateUsingPOSTReader is a Reader for the CreateUsingPOST structure.

func (*CreateUsingPOSTReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type DeleteUsingDELETEForbidden added in v0.5.0

type DeleteUsingDELETEForbidden struct {
}

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

Forbidden, the user lacks permissions

func NewDeleteUsingDELETEForbidden added in v0.5.0

func NewDeleteUsingDELETEForbidden() *DeleteUsingDELETEForbidden

NewDeleteUsingDELETEForbidden creates a DeleteUsingDELETEForbidden with default headers values

func (*DeleteUsingDELETEForbidden) Error added in v0.5.0

func (*DeleteUsingDELETEForbidden) IsClientError added in v0.5.0

func (o *DeleteUsingDELETEForbidden) IsClientError() bool

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

func (*DeleteUsingDELETEForbidden) IsCode added in v0.5.0

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

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

func (*DeleteUsingDELETEForbidden) IsRedirect added in v0.5.0

func (o *DeleteUsingDELETEForbidden) IsRedirect() bool

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

func (*DeleteUsingDELETEForbidden) IsServerError added in v0.5.0

func (o *DeleteUsingDELETEForbidden) IsServerError() bool

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

func (*DeleteUsingDELETEForbidden) IsSuccess added in v0.5.0

func (o *DeleteUsingDELETEForbidden) IsSuccess() bool

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

func (*DeleteUsingDELETEForbidden) String added in v0.5.0

func (o *DeleteUsingDELETEForbidden) String() string

type DeleteUsingDELETEOK

type DeleteUsingDELETEOK struct {
}

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

OK

func NewDeleteUsingDELETEOK

func NewDeleteUsingDELETEOK() *DeleteUsingDELETEOK

NewDeleteUsingDELETEOK creates a DeleteUsingDELETEOK with default headers values

func (*DeleteUsingDELETEOK) Error

func (o *DeleteUsingDELETEOK) Error() string

func (*DeleteUsingDELETEOK) IsClientError added in v0.5.0

func (o *DeleteUsingDELETEOK) IsClientError() bool

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

func (*DeleteUsingDELETEOK) IsCode added in v0.5.0

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

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

func (*DeleteUsingDELETEOK) IsRedirect added in v0.5.0

func (o *DeleteUsingDELETEOK) IsRedirect() bool

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

func (*DeleteUsingDELETEOK) IsServerError added in v0.5.0

func (o *DeleteUsingDELETEOK) IsServerError() bool

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

func (*DeleteUsingDELETEOK) IsSuccess added in v0.5.0

func (o *DeleteUsingDELETEOK) IsSuccess() bool

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

func (*DeleteUsingDELETEOK) String added in v0.5.0

func (o *DeleteUsingDELETEOK) String() string

type DeleteUsingDELETEParams

type DeleteUsingDELETEParams struct {

	/* ID.

	   id

	   Format: uuid
	*/
	ID strfmt.UUID

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

DeleteUsingDELETEParams contains all the parameters to send to the API endpoint

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

Typically these are written to a http.Request.

func NewDeleteUsingDELETEParams

func NewDeleteUsingDELETEParams() *DeleteUsingDELETEParams

NewDeleteUsingDELETEParams creates a new DeleteUsingDELETEParams 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 NewDeleteUsingDELETEParamsWithContext

func NewDeleteUsingDELETEParamsWithContext(ctx context.Context) *DeleteUsingDELETEParams

NewDeleteUsingDELETEParamsWithContext creates a new DeleteUsingDELETEParams object with the ability to set a context for a request.

func NewDeleteUsingDELETEParamsWithHTTPClient

func NewDeleteUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteUsingDELETEParams

NewDeleteUsingDELETEParamsWithHTTPClient creates a new DeleteUsingDELETEParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteUsingDELETEParamsWithTimeout

func NewDeleteUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteUsingDELETEParams

NewDeleteUsingDELETEParamsWithTimeout creates a new DeleteUsingDELETEParams object with the ability to set a timeout on a request.

func (*DeleteUsingDELETEParams) SetContext

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

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

func (*DeleteUsingDELETEParams) SetDefaults

func (o *DeleteUsingDELETEParams) SetDefaults()

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

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

func (*DeleteUsingDELETEParams) SetHTTPClient

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

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

func (*DeleteUsingDELETEParams) SetID

func (o *DeleteUsingDELETEParams) SetID(id strfmt.UUID)

SetID adds the id to the delete using d e l e t e params

func (*DeleteUsingDELETEParams) SetTimeout

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

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

func (*DeleteUsingDELETEParams) WithContext

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

func (*DeleteUsingDELETEParams) WithDefaults

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

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

func (*DeleteUsingDELETEParams) WithHTTPClient

func (o *DeleteUsingDELETEParams) WithHTTPClient(client *http.Client) *DeleteUsingDELETEParams

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

func (*DeleteUsingDELETEParams) WithID

WithID adds the id to the delete using d e l e t e params

func (*DeleteUsingDELETEParams) WithTimeout

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

func (*DeleteUsingDELETEParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUsingDELETEReader

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

DeleteUsingDELETEReader is a Reader for the DeleteUsingDELETE structure.

func (*DeleteUsingDELETEReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUsingGETForbidden added in v0.5.0

type GetUsingGETForbidden struct {
}

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

Forbidden, the user lacks permissions

func NewGetUsingGETForbidden added in v0.5.0

func NewGetUsingGETForbidden() *GetUsingGETForbidden

NewGetUsingGETForbidden creates a GetUsingGETForbidden with default headers values

func (*GetUsingGETForbidden) Error added in v0.5.0

func (o *GetUsingGETForbidden) Error() string

func (*GetUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetUsingGETForbidden) IsClientError() bool

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

func (*GetUsingGETForbidden) IsCode added in v0.5.0

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

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

func (*GetUsingGETForbidden) IsRedirect added in v0.5.0

func (o *GetUsingGETForbidden) IsRedirect() bool

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

func (*GetUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetUsingGETForbidden) IsServerError() bool

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

func (*GetUsingGETForbidden) IsSuccess added in v0.5.0

func (o *GetUsingGETForbidden) IsSuccess() bool

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

func (*GetUsingGETForbidden) String added in v0.5.0

func (o *GetUsingGETForbidden) String() string

type GetUsingGETOK added in v0.5.0

type GetUsingGETOK struct {
	Payload *models.ClusterPlan
}

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

OK

func NewGetUsingGETOK added in v0.5.0

func NewGetUsingGETOK() *GetUsingGETOK

NewGetUsingGETOK creates a GetUsingGETOK with default headers values

func (*GetUsingGETOK) Error added in v0.5.0

func (o *GetUsingGETOK) Error() string

func (*GetUsingGETOK) GetPayload added in v0.5.0

func (o *GetUsingGETOK) GetPayload() *models.ClusterPlan

func (*GetUsingGETOK) IsClientError added in v0.5.0

func (o *GetUsingGETOK) IsClientError() bool

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

func (*GetUsingGETOK) IsCode added in v0.5.0

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

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

func (*GetUsingGETOK) IsRedirect added in v0.5.0

func (o *GetUsingGETOK) IsRedirect() bool

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

func (*GetUsingGETOK) IsServerError added in v0.5.0

func (o *GetUsingGETOK) IsServerError() bool

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

func (*GetUsingGETOK) IsSuccess added in v0.5.0

func (o *GetUsingGETOK) IsSuccess() bool

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

func (*GetUsingGETOK) String added in v0.5.0

func (o *GetUsingGETOK) String() string

type GetUsingGETParams added in v0.5.0

type GetUsingGETParams struct {

	/* ID.

	   id

	   Format: uuid
	*/
	ID strfmt.UUID

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

GetUsingGETParams contains all the parameters to send to the API endpoint

for the get using g e t operation.

Typically these are written to a http.Request.

func NewGetUsingGETParams added in v0.5.0

func NewGetUsingGETParams() *GetUsingGETParams

NewGetUsingGETParams creates a new GetUsingGETParams 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 NewGetUsingGETParamsWithContext added in v0.5.0

func NewGetUsingGETParamsWithContext(ctx context.Context) *GetUsingGETParams

NewGetUsingGETParamsWithContext creates a new GetUsingGETParams object with the ability to set a context for a request.

func NewGetUsingGETParamsWithHTTPClient added in v0.5.0

func NewGetUsingGETParamsWithHTTPClient(client *http.Client) *GetUsingGETParams

NewGetUsingGETParamsWithHTTPClient creates a new GetUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetUsingGETParamsWithTimeout added in v0.5.0

func NewGetUsingGETParamsWithTimeout(timeout time.Duration) *GetUsingGETParams

NewGetUsingGETParamsWithTimeout creates a new GetUsingGETParams object with the ability to set a timeout on a request.

func (*GetUsingGETParams) SetContext added in v0.5.0

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

SetContext adds the context to the get using get params

func (*GetUsingGETParams) SetDefaults added in v0.5.0

func (o *GetUsingGETParams) SetDefaults()

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

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

func (*GetUsingGETParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the get using get params

func (*GetUsingGETParams) SetID added in v0.5.0

func (o *GetUsingGETParams) SetID(id strfmt.UUID)

SetID adds the id to the get using get params

func (*GetUsingGETParams) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the get using get params

func (*GetUsingGETParams) WithContext added in v0.5.0

func (o *GetUsingGETParams) WithContext(ctx context.Context) *GetUsingGETParams

WithContext adds the context to the get using get params

func (*GetUsingGETParams) WithDefaults added in v0.5.0

func (o *GetUsingGETParams) WithDefaults() *GetUsingGETParams

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

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

func (*GetUsingGETParams) WithHTTPClient added in v0.5.0

func (o *GetUsingGETParams) WithHTTPClient(client *http.Client) *GetUsingGETParams

WithHTTPClient adds the HTTPClient to the get using get params

func (*GetUsingGETParams) WithID added in v0.5.0

WithID adds the id to the get using get params

func (*GetUsingGETParams) WithTimeout added in v0.5.0

func (o *GetUsingGETParams) WithTimeout(timeout time.Duration) *GetUsingGETParams

WithTimeout adds the timeout to the get using get params

func (*GetUsingGETParams) WriteToRequest added in v0.5.0

func (o *GetUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetUsingGETReader added in v0.5.0

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

GetUsingGETReader is a Reader for the GetUsingGET structure.

func (*GetUsingGETReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type SearchClusterPlanAggregationsUsingGETForbidden added in v0.5.0

type SearchClusterPlanAggregationsUsingGETForbidden struct {
}

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

Forbidden, the user lacks permissions

func NewSearchClusterPlanAggregationsUsingGETForbidden added in v0.5.0

func NewSearchClusterPlanAggregationsUsingGETForbidden() *SearchClusterPlanAggregationsUsingGETForbidden

NewSearchClusterPlanAggregationsUsingGETForbidden creates a SearchClusterPlanAggregationsUsingGETForbidden with default headers values

func (*SearchClusterPlanAggregationsUsingGETForbidden) Error added in v0.5.0

func (*SearchClusterPlanAggregationsUsingGETForbidden) IsClientError added in v0.5.0

IsClientError returns true when this search cluster plan aggregations using g e t forbidden response has a 4xx status code

func (*SearchClusterPlanAggregationsUsingGETForbidden) IsCode added in v0.5.0

IsCode returns true when this search cluster plan aggregations using g e t forbidden response a status code equal to that given

func (*SearchClusterPlanAggregationsUsingGETForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this search cluster plan aggregations using g e t forbidden response has a 3xx status code

func (*SearchClusterPlanAggregationsUsingGETForbidden) IsServerError added in v0.5.0

IsServerError returns true when this search cluster plan aggregations using g e t forbidden response has a 5xx status code

func (*SearchClusterPlanAggregationsUsingGETForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this search cluster plan aggregations using g e t forbidden response has a 2xx status code

func (*SearchClusterPlanAggregationsUsingGETForbidden) String added in v0.5.0

type SearchClusterPlanAggregationsUsingGETOK added in v0.5.0

type SearchClusterPlanAggregationsUsingGETOK struct {
	Payload *models.PageOfClusterPlanAggregation
}

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

OK

func NewSearchClusterPlanAggregationsUsingGETOK added in v0.5.0

func NewSearchClusterPlanAggregationsUsingGETOK() *SearchClusterPlanAggregationsUsingGETOK

NewSearchClusterPlanAggregationsUsingGETOK creates a SearchClusterPlanAggregationsUsingGETOK with default headers values

func (*SearchClusterPlanAggregationsUsingGETOK) Error added in v0.5.0

func (*SearchClusterPlanAggregationsUsingGETOK) GetPayload added in v0.5.0

func (*SearchClusterPlanAggregationsUsingGETOK) IsClientError added in v0.5.0

func (o *SearchClusterPlanAggregationsUsingGETOK) IsClientError() bool

IsClientError returns true when this search cluster plan aggregations using g e t o k response has a 4xx status code

func (*SearchClusterPlanAggregationsUsingGETOK) IsCode added in v0.5.0

IsCode returns true when this search cluster plan aggregations using g e t o k response a status code equal to that given

func (*SearchClusterPlanAggregationsUsingGETOK) IsRedirect added in v0.5.0

IsRedirect returns true when this search cluster plan aggregations using g e t o k response has a 3xx status code

func (*SearchClusterPlanAggregationsUsingGETOK) IsServerError added in v0.5.0

func (o *SearchClusterPlanAggregationsUsingGETOK) IsServerError() bool

IsServerError returns true when this search cluster plan aggregations using g e t o k response has a 5xx status code

func (*SearchClusterPlanAggregationsUsingGETOK) IsSuccess added in v0.5.0

IsSuccess returns true when this search cluster plan aggregations using g e t o k response has a 2xx status code

func (*SearchClusterPlanAggregationsUsingGETOK) String added in v0.5.0

type SearchClusterPlanAggregationsUsingGETParams added in v0.5.0

type SearchClusterPlanAggregationsUsingGETParams struct {

	/* CloudAccountSelfLinkID.

	   cloudAccountSelfLinkId
	*/
	CloudAccountSelfLinkID *string

	/* GroupBy.

	   groupBy
	*/
	GroupBy string

	/* Name.

	   name
	*/
	Name *string

	// Offset.
	//
	// Format: int64
	Offset *int64

	// PageNumber.
	//
	// Format: int32
	PageNumber *int32

	// PageSize.
	//
	// Format: int32
	PageSize *int32

	// Paged.
	Paged *bool

	// SortSorted.
	SortSorted *bool

	// SortUnsorted.
	SortUnsorted *bool

	// Unpaged.
	Unpaged *bool

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

SearchClusterPlanAggregationsUsingGETParams contains all the parameters to send to the API endpoint

for the search cluster plan aggregations using g e t operation.

Typically these are written to a http.Request.

func NewSearchClusterPlanAggregationsUsingGETParams added in v0.5.0

func NewSearchClusterPlanAggregationsUsingGETParams() *SearchClusterPlanAggregationsUsingGETParams

NewSearchClusterPlanAggregationsUsingGETParams creates a new SearchClusterPlanAggregationsUsingGETParams 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 NewSearchClusterPlanAggregationsUsingGETParamsWithContext added in v0.5.0

func NewSearchClusterPlanAggregationsUsingGETParamsWithContext(ctx context.Context) *SearchClusterPlanAggregationsUsingGETParams

NewSearchClusterPlanAggregationsUsingGETParamsWithContext creates a new SearchClusterPlanAggregationsUsingGETParams object with the ability to set a context for a request.

func NewSearchClusterPlanAggregationsUsingGETParamsWithHTTPClient added in v0.5.0

func NewSearchClusterPlanAggregationsUsingGETParamsWithHTTPClient(client *http.Client) *SearchClusterPlanAggregationsUsingGETParams

NewSearchClusterPlanAggregationsUsingGETParamsWithHTTPClient creates a new SearchClusterPlanAggregationsUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewSearchClusterPlanAggregationsUsingGETParamsWithTimeout added in v0.5.0

func NewSearchClusterPlanAggregationsUsingGETParamsWithTimeout(timeout time.Duration) *SearchClusterPlanAggregationsUsingGETParams

NewSearchClusterPlanAggregationsUsingGETParamsWithTimeout creates a new SearchClusterPlanAggregationsUsingGETParams object with the ability to set a timeout on a request.

func (*SearchClusterPlanAggregationsUsingGETParams) SetCloudAccountSelfLinkID added in v0.5.0

func (o *SearchClusterPlanAggregationsUsingGETParams) SetCloudAccountSelfLinkID(cloudAccountSelfLinkID *string)

SetCloudAccountSelfLinkID adds the cloudAccountSelfLinkId to the search cluster plan aggregations using get params

func (*SearchClusterPlanAggregationsUsingGETParams) SetContext added in v0.5.0

SetContext adds the context to the search cluster plan aggregations using get params

func (*SearchClusterPlanAggregationsUsingGETParams) SetDefaults added in v0.5.0

SetDefaults hydrates default values in the search cluster plan aggregations using get params (not the query body).

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

func (*SearchClusterPlanAggregationsUsingGETParams) SetGroupBy added in v0.5.0

func (o *SearchClusterPlanAggregationsUsingGETParams) SetGroupBy(groupBy string)

SetGroupBy adds the groupBy to the search cluster plan aggregations using get params

func (*SearchClusterPlanAggregationsUsingGETParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the search cluster plan aggregations using get params

func (*SearchClusterPlanAggregationsUsingGETParams) SetName added in v0.5.0

SetName adds the name to the search cluster plan aggregations using get params

func (*SearchClusterPlanAggregationsUsingGETParams) SetOffset added in v0.5.0

func (o *SearchClusterPlanAggregationsUsingGETParams) SetOffset(offset *int64)

SetOffset adds the offset to the search cluster plan aggregations using get params

func (*SearchClusterPlanAggregationsUsingGETParams) SetPageNumber added in v0.5.0

func (o *SearchClusterPlanAggregationsUsingGETParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the search cluster plan aggregations using get params

func (*SearchClusterPlanAggregationsUsingGETParams) SetPageSize added in v0.5.0

func (o *SearchClusterPlanAggregationsUsingGETParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the search cluster plan aggregations using get params

func (*SearchClusterPlanAggregationsUsingGETParams) SetPaged added in v0.5.0

SetPaged adds the paged to the search cluster plan aggregations using get params

func (*SearchClusterPlanAggregationsUsingGETParams) SetSortSorted added in v0.5.0

func (o *SearchClusterPlanAggregationsUsingGETParams) SetSortSorted(sortSorted *bool)

SetSortSorted adds the sortSorted to the search cluster plan aggregations using get params

func (*SearchClusterPlanAggregationsUsingGETParams) SetSortUnsorted added in v0.5.0

func (o *SearchClusterPlanAggregationsUsingGETParams) SetSortUnsorted(sortUnsorted *bool)

SetSortUnsorted adds the sortUnsorted to the search cluster plan aggregations using get params

func (*SearchClusterPlanAggregationsUsingGETParams) SetTimeout added in v0.5.0

SetTimeout adds the timeout to the search cluster plan aggregations using get params

func (*SearchClusterPlanAggregationsUsingGETParams) SetUnpaged added in v0.5.0

func (o *SearchClusterPlanAggregationsUsingGETParams) SetUnpaged(unpaged *bool)

SetUnpaged adds the unpaged to the search cluster plan aggregations using get params

func (*SearchClusterPlanAggregationsUsingGETParams) WithCloudAccountSelfLinkID added in v0.5.0

func (o *SearchClusterPlanAggregationsUsingGETParams) WithCloudAccountSelfLinkID(cloudAccountSelfLinkID *string) *SearchClusterPlanAggregationsUsingGETParams

WithCloudAccountSelfLinkID adds the cloudAccountSelfLinkID to the search cluster plan aggregations using get params

func (*SearchClusterPlanAggregationsUsingGETParams) WithContext added in v0.5.0

WithContext adds the context to the search cluster plan aggregations using get params

func (*SearchClusterPlanAggregationsUsingGETParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the search cluster plan aggregations using get params (not the query body).

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

func (*SearchClusterPlanAggregationsUsingGETParams) WithGroupBy added in v0.5.0

WithGroupBy adds the groupBy to the search cluster plan aggregations using get params

func (*SearchClusterPlanAggregationsUsingGETParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the search cluster plan aggregations using get params

func (*SearchClusterPlanAggregationsUsingGETParams) WithName added in v0.5.0

WithName adds the name to the search cluster plan aggregations using get params

func (*SearchClusterPlanAggregationsUsingGETParams) WithOffset added in v0.5.0

WithOffset adds the offset to the search cluster plan aggregations using get params

func (*SearchClusterPlanAggregationsUsingGETParams) WithPageNumber added in v0.5.0

WithPageNumber adds the pageNumber to the search cluster plan aggregations using get params

func (*SearchClusterPlanAggregationsUsingGETParams) WithPageSize added in v0.5.0

WithPageSize adds the pageSize to the search cluster plan aggregations using get params

func (*SearchClusterPlanAggregationsUsingGETParams) WithPaged added in v0.5.0

WithPaged adds the paged to the search cluster plan aggregations using get params

func (*SearchClusterPlanAggregationsUsingGETParams) WithSortSorted added in v0.5.0

WithSortSorted adds the sortSorted to the search cluster plan aggregations using get params

func (*SearchClusterPlanAggregationsUsingGETParams) WithSortUnsorted added in v0.5.0

WithSortUnsorted adds the sortUnsorted to the search cluster plan aggregations using get params

func (*SearchClusterPlanAggregationsUsingGETParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the search cluster plan aggregations using get params

func (*SearchClusterPlanAggregationsUsingGETParams) WithUnpaged added in v0.5.0

WithUnpaged adds the unpaged to the search cluster plan aggregations using get params

func (*SearchClusterPlanAggregationsUsingGETParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type SearchClusterPlanAggregationsUsingGETReader added in v0.5.0

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

SearchClusterPlanAggregationsUsingGETReader is a Reader for the SearchClusterPlanAggregationsUsingGET structure.

func (*SearchClusterPlanAggregationsUsingGETReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type SearchClusterPlansUsingGETForbidden added in v0.5.0

type SearchClusterPlansUsingGETForbidden struct {
}

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

Forbidden, the user lacks permissions

func NewSearchClusterPlansUsingGETForbidden added in v0.5.0

func NewSearchClusterPlansUsingGETForbidden() *SearchClusterPlansUsingGETForbidden

NewSearchClusterPlansUsingGETForbidden creates a SearchClusterPlansUsingGETForbidden with default headers values

func (*SearchClusterPlansUsingGETForbidden) Error added in v0.5.0

func (*SearchClusterPlansUsingGETForbidden) IsClientError added in v0.5.0

func (o *SearchClusterPlansUsingGETForbidden) IsClientError() bool

IsClientError returns true when this search cluster plans using g e t forbidden response has a 4xx status code

func (*SearchClusterPlansUsingGETForbidden) IsCode added in v0.5.0

IsCode returns true when this search cluster plans using g e t forbidden response a status code equal to that given

func (*SearchClusterPlansUsingGETForbidden) IsRedirect added in v0.5.0

func (o *SearchClusterPlansUsingGETForbidden) IsRedirect() bool

IsRedirect returns true when this search cluster plans using g e t forbidden response has a 3xx status code

func (*SearchClusterPlansUsingGETForbidden) IsServerError added in v0.5.0

func (o *SearchClusterPlansUsingGETForbidden) IsServerError() bool

IsServerError returns true when this search cluster plans using g e t forbidden response has a 5xx status code

func (*SearchClusterPlansUsingGETForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this search cluster plans using g e t forbidden response has a 2xx status code

func (*SearchClusterPlansUsingGETForbidden) String added in v0.5.0

type SearchClusterPlansUsingGETOK

type SearchClusterPlansUsingGETOK struct {
	Payload *models.PageOfClusterPlan
}

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

OK

func NewSearchClusterPlansUsingGETOK

func NewSearchClusterPlansUsingGETOK() *SearchClusterPlansUsingGETOK

NewSearchClusterPlansUsingGETOK creates a SearchClusterPlansUsingGETOK with default headers values

func (*SearchClusterPlansUsingGETOK) Error

func (*SearchClusterPlansUsingGETOK) GetPayload

func (*SearchClusterPlansUsingGETOK) IsClientError added in v0.5.0

func (o *SearchClusterPlansUsingGETOK) IsClientError() bool

IsClientError returns true when this search cluster plans using g e t o k response has a 4xx status code

func (*SearchClusterPlansUsingGETOK) IsCode added in v0.5.0

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

IsCode returns true when this search cluster plans using g e t o k response a status code equal to that given

func (*SearchClusterPlansUsingGETOK) IsRedirect added in v0.5.0

func (o *SearchClusterPlansUsingGETOK) IsRedirect() bool

IsRedirect returns true when this search cluster plans using g e t o k response has a 3xx status code

func (*SearchClusterPlansUsingGETOK) IsServerError added in v0.5.0

func (o *SearchClusterPlansUsingGETOK) IsServerError() bool

IsServerError returns true when this search cluster plans using g e t o k response has a 5xx status code

func (*SearchClusterPlansUsingGETOK) IsSuccess added in v0.5.0

func (o *SearchClusterPlansUsingGETOK) IsSuccess() bool

IsSuccess returns true when this search cluster plans using g e t o k response has a 2xx status code

func (*SearchClusterPlansUsingGETOK) String added in v0.5.0

type SearchClusterPlansUsingGETParams

type SearchClusterPlansUsingGETParams struct {

	/* CloudAccountSelfLinkID.

	   cloudAccountSelfLinkId
	*/
	CloudAccountSelfLinkID *string

	/* Name.

	   name
	*/
	Name *string

	// Offset.
	//
	// Format: int64
	Offset *int64

	// PageNumber.
	//
	// Format: int32
	PageNumber *int32

	// PageSize.
	//
	// Format: int32
	PageSize *int32

	// Paged.
	Paged *bool

	// SortSorted.
	SortSorted *bool

	// SortUnsorted.
	SortUnsorted *bool

	// Unpaged.
	Unpaged *bool

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

SearchClusterPlansUsingGETParams contains all the parameters to send to the API endpoint

for the search cluster plans using g e t operation.

Typically these are written to a http.Request.

func NewSearchClusterPlansUsingGETParams

func NewSearchClusterPlansUsingGETParams() *SearchClusterPlansUsingGETParams

NewSearchClusterPlansUsingGETParams creates a new SearchClusterPlansUsingGETParams 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 NewSearchClusterPlansUsingGETParamsWithContext

func NewSearchClusterPlansUsingGETParamsWithContext(ctx context.Context) *SearchClusterPlansUsingGETParams

NewSearchClusterPlansUsingGETParamsWithContext creates a new SearchClusterPlansUsingGETParams object with the ability to set a context for a request.

func NewSearchClusterPlansUsingGETParamsWithHTTPClient

func NewSearchClusterPlansUsingGETParamsWithHTTPClient(client *http.Client) *SearchClusterPlansUsingGETParams

NewSearchClusterPlansUsingGETParamsWithHTTPClient creates a new SearchClusterPlansUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewSearchClusterPlansUsingGETParamsWithTimeout

func NewSearchClusterPlansUsingGETParamsWithTimeout(timeout time.Duration) *SearchClusterPlansUsingGETParams

NewSearchClusterPlansUsingGETParamsWithTimeout creates a new SearchClusterPlansUsingGETParams object with the ability to set a timeout on a request.

func (*SearchClusterPlansUsingGETParams) SetCloudAccountSelfLinkID

func (o *SearchClusterPlansUsingGETParams) SetCloudAccountSelfLinkID(cloudAccountSelfLinkID *string)

SetCloudAccountSelfLinkID adds the cloudAccountSelfLinkId to the search cluster plans using get params

func (*SearchClusterPlansUsingGETParams) SetContext

SetContext adds the context to the search cluster plans using get params

func (*SearchClusterPlansUsingGETParams) SetDefaults

func (o *SearchClusterPlansUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the search cluster plans using get params (not the query body).

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

func (*SearchClusterPlansUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the search cluster plans using get params

func (*SearchClusterPlansUsingGETParams) SetName

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

SetName adds the name to the search cluster plans using get params

func (*SearchClusterPlansUsingGETParams) SetOffset

func (o *SearchClusterPlansUsingGETParams) SetOffset(offset *int64)

SetOffset adds the offset to the search cluster plans using get params

func (*SearchClusterPlansUsingGETParams) SetPageNumber

func (o *SearchClusterPlansUsingGETParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the search cluster plans using get params

func (*SearchClusterPlansUsingGETParams) SetPageSize

func (o *SearchClusterPlansUsingGETParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the search cluster plans using get params

func (*SearchClusterPlansUsingGETParams) SetPaged

func (o *SearchClusterPlansUsingGETParams) SetPaged(paged *bool)

SetPaged adds the paged to the search cluster plans using get params

func (*SearchClusterPlansUsingGETParams) SetSortSorted

func (o *SearchClusterPlansUsingGETParams) SetSortSorted(sortSorted *bool)

SetSortSorted adds the sortSorted to the search cluster plans using get params

func (*SearchClusterPlansUsingGETParams) SetSortUnsorted

func (o *SearchClusterPlansUsingGETParams) SetSortUnsorted(sortUnsorted *bool)

SetSortUnsorted adds the sortUnsorted to the search cluster plans using get params

func (*SearchClusterPlansUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the search cluster plans using get params

func (*SearchClusterPlansUsingGETParams) SetUnpaged

func (o *SearchClusterPlansUsingGETParams) SetUnpaged(unpaged *bool)

SetUnpaged adds the unpaged to the search cluster plans using get params

func (*SearchClusterPlansUsingGETParams) WithCloudAccountSelfLinkID

func (o *SearchClusterPlansUsingGETParams) WithCloudAccountSelfLinkID(cloudAccountSelfLinkID *string) *SearchClusterPlansUsingGETParams

WithCloudAccountSelfLinkID adds the cloudAccountSelfLinkID to the search cluster plans using get params

func (*SearchClusterPlansUsingGETParams) WithContext

WithContext adds the context to the search cluster plans using get params

func (*SearchClusterPlansUsingGETParams) WithDefaults

WithDefaults hydrates default values in the search cluster plans using get params (not the query body).

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

func (*SearchClusterPlansUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the search cluster plans using get params

func (*SearchClusterPlansUsingGETParams) WithName

WithName adds the name to the search cluster plans using get params

func (*SearchClusterPlansUsingGETParams) WithOffset

WithOffset adds the offset to the search cluster plans using get params

func (*SearchClusterPlansUsingGETParams) WithPageNumber

WithPageNumber adds the pageNumber to the search cluster plans using get params

func (*SearchClusterPlansUsingGETParams) WithPageSize

WithPageSize adds the pageSize to the search cluster plans using get params

func (*SearchClusterPlansUsingGETParams) WithPaged

WithPaged adds the paged to the search cluster plans using get params

func (*SearchClusterPlansUsingGETParams) WithSortSorted

WithSortSorted adds the sortSorted to the search cluster plans using get params

func (*SearchClusterPlansUsingGETParams) WithSortUnsorted

func (o *SearchClusterPlansUsingGETParams) WithSortUnsorted(sortUnsorted *bool) *SearchClusterPlansUsingGETParams

WithSortUnsorted adds the sortUnsorted to the search cluster plans using get params

func (*SearchClusterPlansUsingGETParams) WithTimeout

WithTimeout adds the timeout to the search cluster plans using get params

func (*SearchClusterPlansUsingGETParams) WithUnpaged

WithUnpaged adds the unpaged to the search cluster plans using get params

func (*SearchClusterPlansUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SearchClusterPlansUsingGETReader

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

SearchClusterPlansUsingGETReader is a Reader for the SearchClusterPlansUsingGET structure.

func (*SearchClusterPlansUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateUsingPUTForbidden added in v0.5.0

type UpdateUsingPUTForbidden struct {
}

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

Forbidden, the user lacks permissions

func NewUpdateUsingPUTForbidden added in v0.5.0

func NewUpdateUsingPUTForbidden() *UpdateUsingPUTForbidden

NewUpdateUsingPUTForbidden creates a UpdateUsingPUTForbidden with default headers values

func (*UpdateUsingPUTForbidden) Error added in v0.5.0

func (o *UpdateUsingPUTForbidden) Error() string

func (*UpdateUsingPUTForbidden) IsClientError added in v0.5.0

func (o *UpdateUsingPUTForbidden) IsClientError() bool

IsClientError returns true when this update using p u t forbidden response has a 4xx status code

func (*UpdateUsingPUTForbidden) IsCode added in v0.5.0

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

IsCode returns true when this update using p u t forbidden response a status code equal to that given

func (*UpdateUsingPUTForbidden) IsRedirect added in v0.5.0

func (o *UpdateUsingPUTForbidden) IsRedirect() bool

IsRedirect returns true when this update using p u t forbidden response has a 3xx status code

func (*UpdateUsingPUTForbidden) IsServerError added in v0.5.0

func (o *UpdateUsingPUTForbidden) IsServerError() bool

IsServerError returns true when this update using p u t forbidden response has a 5xx status code

func (*UpdateUsingPUTForbidden) IsSuccess added in v0.5.0

func (o *UpdateUsingPUTForbidden) IsSuccess() bool

IsSuccess returns true when this update using p u t forbidden response has a 2xx status code

func (*UpdateUsingPUTForbidden) String added in v0.5.0

func (o *UpdateUsingPUTForbidden) String() string

type UpdateUsingPUTOK

type UpdateUsingPUTOK struct {
	Payload *models.ClusterPlan
}

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

OK

func NewUpdateUsingPUTOK

func NewUpdateUsingPUTOK() *UpdateUsingPUTOK

NewUpdateUsingPUTOK creates a UpdateUsingPUTOK with default headers values

func (*UpdateUsingPUTOK) Error

func (o *UpdateUsingPUTOK) Error() string

func (*UpdateUsingPUTOK) GetPayload

func (o *UpdateUsingPUTOK) GetPayload() *models.ClusterPlan

func (*UpdateUsingPUTOK) IsClientError added in v0.5.0

func (o *UpdateUsingPUTOK) IsClientError() bool

IsClientError returns true when this update using p u t o k response has a 4xx status code

func (*UpdateUsingPUTOK) IsCode added in v0.5.0

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

IsCode returns true when this update using p u t o k response a status code equal to that given

func (*UpdateUsingPUTOK) IsRedirect added in v0.5.0

func (o *UpdateUsingPUTOK) IsRedirect() bool

IsRedirect returns true when this update using p u t o k response has a 3xx status code

func (*UpdateUsingPUTOK) IsServerError added in v0.5.0

func (o *UpdateUsingPUTOK) IsServerError() bool

IsServerError returns true when this update using p u t o k response has a 5xx status code

func (*UpdateUsingPUTOK) IsSuccess added in v0.5.0

func (o *UpdateUsingPUTOK) IsSuccess() bool

IsSuccess returns true when this update using p u t o k response has a 2xx status code

func (*UpdateUsingPUTOK) String added in v0.5.0

func (o *UpdateUsingPUTOK) String() string

type UpdateUsingPUTParams

type UpdateUsingPUTParams struct {

	/* ID.

	   id

	   Format: uuid
	*/
	ID strfmt.UUID

	/* Plan.

	   plan
	*/
	Plan *models.ClusterPlan

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

UpdateUsingPUTParams contains all the parameters to send to the API endpoint

for the update using p u t operation.

Typically these are written to a http.Request.

func NewUpdateUsingPUTParams

func NewUpdateUsingPUTParams() *UpdateUsingPUTParams

NewUpdateUsingPUTParams creates a new UpdateUsingPUTParams 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 NewUpdateUsingPUTParamsWithContext

func NewUpdateUsingPUTParamsWithContext(ctx context.Context) *UpdateUsingPUTParams

NewUpdateUsingPUTParamsWithContext creates a new UpdateUsingPUTParams object with the ability to set a context for a request.

func NewUpdateUsingPUTParamsWithHTTPClient

func NewUpdateUsingPUTParamsWithHTTPClient(client *http.Client) *UpdateUsingPUTParams

NewUpdateUsingPUTParamsWithHTTPClient creates a new UpdateUsingPUTParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateUsingPUTParamsWithTimeout

func NewUpdateUsingPUTParamsWithTimeout(timeout time.Duration) *UpdateUsingPUTParams

NewUpdateUsingPUTParamsWithTimeout creates a new UpdateUsingPUTParams object with the ability to set a timeout on a request.

func (*UpdateUsingPUTParams) SetContext

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

SetContext adds the context to the update using p u t params

func (*UpdateUsingPUTParams) SetDefaults

func (o *UpdateUsingPUTParams) SetDefaults()

SetDefaults hydrates default values in the update using p u t params (not the query body).

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

func (*UpdateUsingPUTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update using p u t params

func (*UpdateUsingPUTParams) SetID

func (o *UpdateUsingPUTParams) SetID(id strfmt.UUID)

SetID adds the id to the update using p u t params

func (*UpdateUsingPUTParams) SetPlan

func (o *UpdateUsingPUTParams) SetPlan(plan *models.ClusterPlan)

SetPlan adds the plan to the update using p u t params

func (*UpdateUsingPUTParams) SetTimeout

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

SetTimeout adds the timeout to the update using p u t params

func (*UpdateUsingPUTParams) WithContext

WithContext adds the context to the update using p u t params

func (*UpdateUsingPUTParams) WithDefaults

func (o *UpdateUsingPUTParams) WithDefaults() *UpdateUsingPUTParams

WithDefaults hydrates default values in the update using p u t params (not the query body).

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

func (*UpdateUsingPUTParams) WithHTTPClient

func (o *UpdateUsingPUTParams) WithHTTPClient(client *http.Client) *UpdateUsingPUTParams

WithHTTPClient adds the HTTPClient to the update using p u t params

func (*UpdateUsingPUTParams) WithID

WithID adds the id to the update using p u t params

func (*UpdateUsingPUTParams) WithPlan

WithPlan adds the plan to the update using p u t params

func (*UpdateUsingPUTParams) WithTimeout

func (o *UpdateUsingPUTParams) WithTimeout(timeout time.Duration) *UpdateUsingPUTParams

WithTimeout adds the timeout to the update using p u t params

func (*UpdateUsingPUTParams) WriteToRequest

func (o *UpdateUsingPUTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateUsingPUTReader

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

UpdateUsingPUTReader is a Reader for the UpdateUsingPUT structure.

func (*UpdateUsingPUTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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