resource_types

package
v0.2.21 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2021 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 resource types API

func (*Client) GetResourceTypeUsingGET

func (a *Client) GetResourceTypeUsingGET(params *GetResourceTypeUsingGETParams, opts ...ClientOption) (*GetResourceTypeUsingGETOK, error)

GetResourceTypeUsingGET returns resource type details

func (*Client) GetResourceTypeUsingGETMixin1 added in v0.2.8

func (a *Client) GetResourceTypeUsingGETMixin1(params *GetResourceTypeUsingGETMixin1Params, opts ...ClientOption) (*GetResourceTypeUsingGETMixin1OK, error)

GetResourceTypeUsingGETMixin1 fetches a specific resource type

Returns the Resource type with the supplied ID.

func (*Client) ListResourceTypesUsingGET

func (a *Client) ListResourceTypesUsingGET(params *ListResourceTypesUsingGETParams, opts ...ClientOption) (*ListResourceTypesUsingGETOK, error)

ListResourceTypesUsingGET lists resource types

func (*Client) ListResourceTypesUsingGETMixin1 added in v0.2.8

func (a *Client) ListResourceTypesUsingGETMixin1(params *ListResourceTypesUsingGETMixin1Params, opts ...ClientOption) (*ListResourceTypesUsingGETMixin1OK, error)

ListResourceTypesUsingGETMixin1 fetches all resource types

Returns a paginated list of Resource Types.

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 {
	GetResourceTypeUsingGET(params *GetResourceTypeUsingGETParams, opts ...ClientOption) (*GetResourceTypeUsingGETOK, error)

	GetResourceTypeUsingGETMixin1(params *GetResourceTypeUsingGETMixin1Params, opts ...ClientOption) (*GetResourceTypeUsingGETMixin1OK, error)

	ListResourceTypesUsingGET(params *ListResourceTypesUsingGETParams, opts ...ClientOption) (*ListResourceTypesUsingGETOK, error)

	ListResourceTypesUsingGETMixin1(params *ListResourceTypesUsingGETMixin1Params, opts ...ClientOption) (*ListResourceTypesUsingGETMixin1OK, 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 resource types API client.

type GetResourceTypeUsingGETForbidden

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

Forbidden

func NewGetResourceTypeUsingGETForbidden

func NewGetResourceTypeUsingGETForbidden() *GetResourceTypeUsingGETForbidden

NewGetResourceTypeUsingGETForbidden creates a GetResourceTypeUsingGETForbidden with default headers values

func (*GetResourceTypeUsingGETForbidden) Error

type GetResourceTypeUsingGETMixin1NotFound added in v0.2.8

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

Not Found

func NewGetResourceTypeUsingGETMixin1NotFound added in v0.2.8

func NewGetResourceTypeUsingGETMixin1NotFound() *GetResourceTypeUsingGETMixin1NotFound

NewGetResourceTypeUsingGETMixin1NotFound creates a GetResourceTypeUsingGETMixin1NotFound with default headers values

func (*GetResourceTypeUsingGETMixin1NotFound) Error added in v0.2.8

func (*GetResourceTypeUsingGETMixin1NotFound) GetPayload added in v0.2.9

type GetResourceTypeUsingGETMixin1OK added in v0.2.8

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

OK

func NewGetResourceTypeUsingGETMixin1OK added in v0.2.8

func NewGetResourceTypeUsingGETMixin1OK() *GetResourceTypeUsingGETMixin1OK

NewGetResourceTypeUsingGETMixin1OK creates a GetResourceTypeUsingGETMixin1OK with default headers values

func (*GetResourceTypeUsingGETMixin1OK) Error added in v0.2.8

func (*GetResourceTypeUsingGETMixin1OK) GetPayload added in v0.2.8

type GetResourceTypeUsingGETMixin1Params added in v0.2.8

type GetResourceTypeUsingGETMixin1Params struct {

	/* APIVersion.

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

	/* ResourceTypeID.

	   resourceTypeId
	*/
	ResourceTypeID string

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

GetResourceTypeUsingGETMixin1Params contains all the parameters to send to the API endpoint

for the get resource type using g e t mixin1 operation.

Typically these are written to a http.Request.

func NewGetResourceTypeUsingGETMixin1Params added in v0.2.8

func NewGetResourceTypeUsingGETMixin1Params() *GetResourceTypeUsingGETMixin1Params

NewGetResourceTypeUsingGETMixin1Params creates a new GetResourceTypeUsingGETMixin1Params 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 NewGetResourceTypeUsingGETMixin1ParamsWithContext added in v0.2.8

func NewGetResourceTypeUsingGETMixin1ParamsWithContext(ctx context.Context) *GetResourceTypeUsingGETMixin1Params

NewGetResourceTypeUsingGETMixin1ParamsWithContext creates a new GetResourceTypeUsingGETMixin1Params object with the ability to set a context for a request.

func NewGetResourceTypeUsingGETMixin1ParamsWithHTTPClient added in v0.2.8

func NewGetResourceTypeUsingGETMixin1ParamsWithHTTPClient(client *http.Client) *GetResourceTypeUsingGETMixin1Params

NewGetResourceTypeUsingGETMixin1ParamsWithHTTPClient creates a new GetResourceTypeUsingGETMixin1Params object with the ability to set a custom HTTPClient for a request.

func NewGetResourceTypeUsingGETMixin1ParamsWithTimeout added in v0.2.8

func NewGetResourceTypeUsingGETMixin1ParamsWithTimeout(timeout time.Duration) *GetResourceTypeUsingGETMixin1Params

NewGetResourceTypeUsingGETMixin1ParamsWithTimeout creates a new GetResourceTypeUsingGETMixin1Params object with the ability to set a timeout on a request.

func (*GetResourceTypeUsingGETMixin1Params) SetAPIVersion added in v0.2.9

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

SetAPIVersion adds the apiVersion to the get resource type using g e t mixin1 params

func (*GetResourceTypeUsingGETMixin1Params) SetContext added in v0.2.8

SetContext adds the context to the get resource type using g e t mixin1 params

func (*GetResourceTypeUsingGETMixin1Params) SetDefaults added in v0.2.20

func (o *GetResourceTypeUsingGETMixin1Params) SetDefaults()

SetDefaults hydrates default values in the get resource type using g e t mixin1 params (not the query body).

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

func (*GetResourceTypeUsingGETMixin1Params) SetHTTPClient added in v0.2.8

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

SetHTTPClient adds the HTTPClient to the get resource type using g e t mixin1 params

func (*GetResourceTypeUsingGETMixin1Params) SetResourceTypeID added in v0.2.8

func (o *GetResourceTypeUsingGETMixin1Params) SetResourceTypeID(resourceTypeID string)

SetResourceTypeID adds the resourceTypeId to the get resource type using g e t mixin1 params

func (*GetResourceTypeUsingGETMixin1Params) SetTimeout added in v0.2.8

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

SetTimeout adds the timeout to the get resource type using g e t mixin1 params

func (*GetResourceTypeUsingGETMixin1Params) WithAPIVersion added in v0.2.9

WithAPIVersion adds the aPIVersion to the get resource type using g e t mixin1 params

func (*GetResourceTypeUsingGETMixin1Params) WithContext added in v0.2.8

WithContext adds the context to the get resource type using g e t mixin1 params

func (*GetResourceTypeUsingGETMixin1Params) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the get resource type using g e t mixin1 params (not the query body).

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

func (*GetResourceTypeUsingGETMixin1Params) WithHTTPClient added in v0.2.8

WithHTTPClient adds the HTTPClient to the get resource type using g e t mixin1 params

func (*GetResourceTypeUsingGETMixin1Params) WithResourceTypeID added in v0.2.8

WithResourceTypeID adds the resourceTypeID to the get resource type using g e t mixin1 params

func (*GetResourceTypeUsingGETMixin1Params) WithTimeout added in v0.2.8

WithTimeout adds the timeout to the get resource type using g e t mixin1 params

func (*GetResourceTypeUsingGETMixin1Params) WriteToRequest added in v0.2.8

WriteToRequest writes these params to a swagger request

type GetResourceTypeUsingGETMixin1Reader added in v0.2.8

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

GetResourceTypeUsingGETMixin1Reader is a Reader for the GetResourceTypeUsingGETMixin1 structure.

func (*GetResourceTypeUsingGETMixin1Reader) ReadResponse added in v0.2.8

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

ReadResponse reads a server response into the received o.

type GetResourceTypeUsingGETMixin1Unauthorized added in v0.2.8

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

Unauthorized

func NewGetResourceTypeUsingGETMixin1Unauthorized added in v0.2.8

func NewGetResourceTypeUsingGETMixin1Unauthorized() *GetResourceTypeUsingGETMixin1Unauthorized

NewGetResourceTypeUsingGETMixin1Unauthorized creates a GetResourceTypeUsingGETMixin1Unauthorized with default headers values

func (*GetResourceTypeUsingGETMixin1Unauthorized) Error added in v0.2.8

type GetResourceTypeUsingGETNotFound

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

Not Found

func NewGetResourceTypeUsingGETNotFound

func NewGetResourceTypeUsingGETNotFound() *GetResourceTypeUsingGETNotFound

NewGetResourceTypeUsingGETNotFound creates a GetResourceTypeUsingGETNotFound with default headers values

func (*GetResourceTypeUsingGETNotFound) Error

func (*GetResourceTypeUsingGETNotFound) GetPayload added in v0.2.9

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

type GetResourceTypeUsingGETOK

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

OK

func NewGetResourceTypeUsingGETOK

func NewGetResourceTypeUsingGETOK() *GetResourceTypeUsingGETOK

NewGetResourceTypeUsingGETOK creates a GetResourceTypeUsingGETOK with default headers values

func (*GetResourceTypeUsingGETOK) Error

func (o *GetResourceTypeUsingGETOK) Error() string

func (*GetResourceTypeUsingGETOK) GetPayload

type GetResourceTypeUsingGETParams

type GetResourceTypeUsingGETParams struct {

	/* APIVersion.

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

	/* ResourceTypeID.

	   resourceTypeId
	*/
	ResourceTypeID string

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

GetResourceTypeUsingGETParams contains all the parameters to send to the API endpoint

for the get resource type using g e t operation.

Typically these are written to a http.Request.

func NewGetResourceTypeUsingGETParams

func NewGetResourceTypeUsingGETParams() *GetResourceTypeUsingGETParams

NewGetResourceTypeUsingGETParams creates a new GetResourceTypeUsingGETParams 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 NewGetResourceTypeUsingGETParamsWithContext

func NewGetResourceTypeUsingGETParamsWithContext(ctx context.Context) *GetResourceTypeUsingGETParams

NewGetResourceTypeUsingGETParamsWithContext creates a new GetResourceTypeUsingGETParams object with the ability to set a context for a request.

func NewGetResourceTypeUsingGETParamsWithHTTPClient

func NewGetResourceTypeUsingGETParamsWithHTTPClient(client *http.Client) *GetResourceTypeUsingGETParams

NewGetResourceTypeUsingGETParamsWithHTTPClient creates a new GetResourceTypeUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetResourceTypeUsingGETParamsWithTimeout

func NewGetResourceTypeUsingGETParamsWithTimeout(timeout time.Duration) *GetResourceTypeUsingGETParams

NewGetResourceTypeUsingGETParamsWithTimeout creates a new GetResourceTypeUsingGETParams object with the ability to set a timeout on a request.

func (*GetResourceTypeUsingGETParams) SetAPIVersion

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

SetAPIVersion adds the apiVersion to the get resource type using get params

func (*GetResourceTypeUsingGETParams) SetContext

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

SetContext adds the context to the get resource type using get params

func (*GetResourceTypeUsingGETParams) SetDefaults added in v0.2.20

func (o *GetResourceTypeUsingGETParams) SetDefaults()

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

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

func (*GetResourceTypeUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get resource type using get params

func (*GetResourceTypeUsingGETParams) SetResourceTypeID

func (o *GetResourceTypeUsingGETParams) SetResourceTypeID(resourceTypeID string)

SetResourceTypeID adds the resourceTypeId to the get resource type using get params

func (*GetResourceTypeUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get resource type using get params

func (*GetResourceTypeUsingGETParams) WithAPIVersion

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

WithAPIVersion adds the aPIVersion to the get resource type using get params

func (*GetResourceTypeUsingGETParams) WithContext

WithContext adds the context to the get resource type using get params

func (*GetResourceTypeUsingGETParams) WithDefaults added in v0.2.20

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

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

func (*GetResourceTypeUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get resource type using get params

func (*GetResourceTypeUsingGETParams) WithResourceTypeID

func (o *GetResourceTypeUsingGETParams) WithResourceTypeID(resourceTypeID string) *GetResourceTypeUsingGETParams

WithResourceTypeID adds the resourceTypeID to the get resource type using get params

func (*GetResourceTypeUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get resource type using get params

func (*GetResourceTypeUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetResourceTypeUsingGETReader

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

GetResourceTypeUsingGETReader is a Reader for the GetResourceTypeUsingGET structure.

func (*GetResourceTypeUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetResourceTypeUsingGETUnauthorized

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

Unauthorized

func NewGetResourceTypeUsingGETUnauthorized

func NewGetResourceTypeUsingGETUnauthorized() *GetResourceTypeUsingGETUnauthorized

NewGetResourceTypeUsingGETUnauthorized creates a GetResourceTypeUsingGETUnauthorized with default headers values

func (*GetResourceTypeUsingGETUnauthorized) Error

type ListResourceTypesUsingGETBadRequest

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

Bad Request

func NewListResourceTypesUsingGETBadRequest

func NewListResourceTypesUsingGETBadRequest() *ListResourceTypesUsingGETBadRequest

NewListResourceTypesUsingGETBadRequest creates a ListResourceTypesUsingGETBadRequest with default headers values

func (*ListResourceTypesUsingGETBadRequest) Error

func (*ListResourceTypesUsingGETBadRequest) GetPayload added in v0.2.9

type ListResourceTypesUsingGETForbidden

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

Forbidden

func NewListResourceTypesUsingGETForbidden

func NewListResourceTypesUsingGETForbidden() *ListResourceTypesUsingGETForbidden

NewListResourceTypesUsingGETForbidden creates a ListResourceTypesUsingGETForbidden with default headers values

func (*ListResourceTypesUsingGETForbidden) Error

type ListResourceTypesUsingGETMixin1OK added in v0.2.8

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

OK

func NewListResourceTypesUsingGETMixin1OK added in v0.2.8

func NewListResourceTypesUsingGETMixin1OK() *ListResourceTypesUsingGETMixin1OK

NewListResourceTypesUsingGETMixin1OK creates a ListResourceTypesUsingGETMixin1OK with default headers values

func (*ListResourceTypesUsingGETMixin1OK) Error added in v0.2.8

func (*ListResourceTypesUsingGETMixin1OK) GetPayload added in v0.2.8

type ListResourceTypesUsingGETMixin1Params added in v0.2.8

type ListResourceTypesUsingGETMixin1Params struct {

	/* DollarOrderby.

	   Sorting criteria in the format: property (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
	*/
	DollarOrderby []string

	/* DollarSkip.

	   Number of records you want to skip

	   Format: int32
	*/
	DollarSkip *int32

	/* DollarTop.

	   Number of records you want

	   Format: int32
	*/
	DollarTop *int32

	/* APIVersion.

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

	/* ComposableOnly.

	   Include only composable resource types
	*/
	ComposableOnly *bool

	/* Ids.

	   Filter by list of resource type ids
	*/
	Ids []string

	/* ProjectIds.

	   Filter by list of project ids
	*/
	ProjectIds []string

	/* ProviderID.

	   Filter by provider ID
	*/
	ProviderID *string

	/* Search.

	   Search by name and description
	*/
	Search *string

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

ListResourceTypesUsingGETMixin1Params contains all the parameters to send to the API endpoint

for the list resource types using g e t mixin1 operation.

Typically these are written to a http.Request.

func NewListResourceTypesUsingGETMixin1Params added in v0.2.8

func NewListResourceTypesUsingGETMixin1Params() *ListResourceTypesUsingGETMixin1Params

NewListResourceTypesUsingGETMixin1Params creates a new ListResourceTypesUsingGETMixin1Params 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 NewListResourceTypesUsingGETMixin1ParamsWithContext added in v0.2.8

func NewListResourceTypesUsingGETMixin1ParamsWithContext(ctx context.Context) *ListResourceTypesUsingGETMixin1Params

NewListResourceTypesUsingGETMixin1ParamsWithContext creates a new ListResourceTypesUsingGETMixin1Params object with the ability to set a context for a request.

func NewListResourceTypesUsingGETMixin1ParamsWithHTTPClient added in v0.2.8

func NewListResourceTypesUsingGETMixin1ParamsWithHTTPClient(client *http.Client) *ListResourceTypesUsingGETMixin1Params

NewListResourceTypesUsingGETMixin1ParamsWithHTTPClient creates a new ListResourceTypesUsingGETMixin1Params object with the ability to set a custom HTTPClient for a request.

func NewListResourceTypesUsingGETMixin1ParamsWithTimeout added in v0.2.8

func NewListResourceTypesUsingGETMixin1ParamsWithTimeout(timeout time.Duration) *ListResourceTypesUsingGETMixin1Params

NewListResourceTypesUsingGETMixin1ParamsWithTimeout creates a new ListResourceTypesUsingGETMixin1Params object with the ability to set a timeout on a request.

func (*ListResourceTypesUsingGETMixin1Params) SetAPIVersion added in v0.2.9

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

SetAPIVersion adds the apiVersion to the list resource types using g e t mixin1 params

func (*ListResourceTypesUsingGETMixin1Params) SetComposableOnly added in v0.2.18

func (o *ListResourceTypesUsingGETMixin1Params) SetComposableOnly(composableOnly *bool)

SetComposableOnly adds the composableOnly to the list resource types using g e t mixin1 params

func (*ListResourceTypesUsingGETMixin1Params) SetContext added in v0.2.8

SetContext adds the context to the list resource types using g e t mixin1 params

func (*ListResourceTypesUsingGETMixin1Params) SetDefaults added in v0.2.20

func (o *ListResourceTypesUsingGETMixin1Params) SetDefaults()

SetDefaults hydrates default values in the list resource types using g e t mixin1 params (not the query body).

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

func (*ListResourceTypesUsingGETMixin1Params) SetDollarOrderby added in v0.2.8

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

SetDollarOrderby adds the dollarOrderby to the list resource types using g e t mixin1 params

func (*ListResourceTypesUsingGETMixin1Params) SetDollarSkip added in v0.2.8

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

SetDollarSkip adds the dollarSkip to the list resource types using g e t mixin1 params

func (*ListResourceTypesUsingGETMixin1Params) SetDollarTop added in v0.2.8

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

SetDollarTop adds the dollarTop to the list resource types using g e t mixin1 params

func (*ListResourceTypesUsingGETMixin1Params) SetHTTPClient added in v0.2.8

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

SetHTTPClient adds the HTTPClient to the list resource types using g e t mixin1 params

func (*ListResourceTypesUsingGETMixin1Params) SetIds added in v0.2.8

SetIds adds the ids to the list resource types using g e t mixin1 params

func (*ListResourceTypesUsingGETMixin1Params) SetProjectIds added in v0.2.8

func (o *ListResourceTypesUsingGETMixin1Params) SetProjectIds(projectIds []string)

SetProjectIds adds the projectIds to the list resource types using g e t mixin1 params

func (*ListResourceTypesUsingGETMixin1Params) SetProviderID added in v0.2.8

func (o *ListResourceTypesUsingGETMixin1Params) SetProviderID(providerID *string)

SetProviderID adds the providerId to the list resource types using g e t mixin1 params

func (*ListResourceTypesUsingGETMixin1Params) SetSearch added in v0.2.8

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

SetSearch adds the search to the list resource types using g e t mixin1 params

func (*ListResourceTypesUsingGETMixin1Params) SetTimeout added in v0.2.8

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

SetTimeout adds the timeout to the list resource types using g e t mixin1 params

func (*ListResourceTypesUsingGETMixin1Params) WithAPIVersion added in v0.2.9

WithAPIVersion adds the aPIVersion to the list resource types using g e t mixin1 params

func (*ListResourceTypesUsingGETMixin1Params) WithComposableOnly added in v0.2.18

WithComposableOnly adds the composableOnly to the list resource types using g e t mixin1 params

func (*ListResourceTypesUsingGETMixin1Params) WithContext added in v0.2.8

WithContext adds the context to the list resource types using g e t mixin1 params

func (*ListResourceTypesUsingGETMixin1Params) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the list resource types using g e t mixin1 params (not the query body).

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

func (*ListResourceTypesUsingGETMixin1Params) WithDollarOrderby added in v0.2.8

WithDollarOrderby adds the dollarOrderby to the list resource types using g e t mixin1 params

func (*ListResourceTypesUsingGETMixin1Params) WithDollarSkip added in v0.2.8

WithDollarSkip adds the dollarSkip to the list resource types using g e t mixin1 params

func (*ListResourceTypesUsingGETMixin1Params) WithDollarTop added in v0.2.8

WithDollarTop adds the dollarTop to the list resource types using g e t mixin1 params

func (*ListResourceTypesUsingGETMixin1Params) WithHTTPClient added in v0.2.8

WithHTTPClient adds the HTTPClient to the list resource types using g e t mixin1 params

func (*ListResourceTypesUsingGETMixin1Params) WithIds added in v0.2.8

WithIds adds the ids to the list resource types using g e t mixin1 params

func (*ListResourceTypesUsingGETMixin1Params) WithProjectIds added in v0.2.8

WithProjectIds adds the projectIds to the list resource types using g e t mixin1 params

func (*ListResourceTypesUsingGETMixin1Params) WithProviderID added in v0.2.8

WithProviderID adds the providerID to the list resource types using g e t mixin1 params

func (*ListResourceTypesUsingGETMixin1Params) WithSearch added in v0.2.8

WithSearch adds the search to the list resource types using g e t mixin1 params

func (*ListResourceTypesUsingGETMixin1Params) WithTimeout added in v0.2.8

WithTimeout adds the timeout to the list resource types using g e t mixin1 params

func (*ListResourceTypesUsingGETMixin1Params) WriteToRequest added in v0.2.8

WriteToRequest writes these params to a swagger request

type ListResourceTypesUsingGETMixin1Reader added in v0.2.8

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

ListResourceTypesUsingGETMixin1Reader is a Reader for the ListResourceTypesUsingGETMixin1 structure.

func (*ListResourceTypesUsingGETMixin1Reader) ReadResponse added in v0.2.8

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

ReadResponse reads a server response into the received o.

type ListResourceTypesUsingGETMixin1Unauthorized added in v0.2.8

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

Unauthorized

func NewListResourceTypesUsingGETMixin1Unauthorized added in v0.2.8

func NewListResourceTypesUsingGETMixin1Unauthorized() *ListResourceTypesUsingGETMixin1Unauthorized

NewListResourceTypesUsingGETMixin1Unauthorized creates a ListResourceTypesUsingGETMixin1Unauthorized with default headers values

func (*ListResourceTypesUsingGETMixin1Unauthorized) Error added in v0.2.8

type ListResourceTypesUsingGETOK

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

OK

func NewListResourceTypesUsingGETOK

func NewListResourceTypesUsingGETOK() *ListResourceTypesUsingGETOK

NewListResourceTypesUsingGETOK creates a ListResourceTypesUsingGETOK with default headers values

func (*ListResourceTypesUsingGETOK) Error

func (*ListResourceTypesUsingGETOK) GetPayload

type ListResourceTypesUsingGETParams

type ListResourceTypesUsingGETParams struct {

	/* DollarOrderby.

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

	/* DollarSkip.

	   Number of records you want to skip

	   Format: int32
	*/
	DollarSkip *int32

	/* DollarTop.

	   Number of records you want

	   Format: int32
	*/
	DollarTop *int32

	/* APIVersion.

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

	/* Expand.

	   Expand with content

	   Default: true
	*/
	Expand *bool

	/* Name.

	   Filter by name
	*/
	Name *string

	/* ProviderID.

	   Filter by provider ID
	*/
	ProviderID *string

	/* Search.

	   Search by name and description
	*/
	Search *string

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

ListResourceTypesUsingGETParams contains all the parameters to send to the API endpoint

for the list resource types using g e t operation.

Typically these are written to a http.Request.

func NewListResourceTypesUsingGETParams

func NewListResourceTypesUsingGETParams() *ListResourceTypesUsingGETParams

NewListResourceTypesUsingGETParams creates a new ListResourceTypesUsingGETParams 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 NewListResourceTypesUsingGETParamsWithContext

func NewListResourceTypesUsingGETParamsWithContext(ctx context.Context) *ListResourceTypesUsingGETParams

NewListResourceTypesUsingGETParamsWithContext creates a new ListResourceTypesUsingGETParams object with the ability to set a context for a request.

func NewListResourceTypesUsingGETParamsWithHTTPClient

func NewListResourceTypesUsingGETParamsWithHTTPClient(client *http.Client) *ListResourceTypesUsingGETParams

NewListResourceTypesUsingGETParamsWithHTTPClient creates a new ListResourceTypesUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewListResourceTypesUsingGETParamsWithTimeout

func NewListResourceTypesUsingGETParamsWithTimeout(timeout time.Duration) *ListResourceTypesUsingGETParams

NewListResourceTypesUsingGETParamsWithTimeout creates a new ListResourceTypesUsingGETParams object with the ability to set a timeout on a request.

func (*ListResourceTypesUsingGETParams) SetAPIVersion

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

SetAPIVersion adds the apiVersion to the list resource types using get params

func (*ListResourceTypesUsingGETParams) SetContext

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

SetContext adds the context to the list resource types using get params

func (*ListResourceTypesUsingGETParams) SetDefaults added in v0.2.20

func (o *ListResourceTypesUsingGETParams) SetDefaults()

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

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

func (*ListResourceTypesUsingGETParams) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the list resource types using get params

func (*ListResourceTypesUsingGETParams) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the list resource types using get params

func (*ListResourceTypesUsingGETParams) SetDollarTop

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

SetDollarTop adds the dollarTop to the list resource types using get params

func (*ListResourceTypesUsingGETParams) SetExpand

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

SetExpand adds the expand to the list resource types using get params

func (*ListResourceTypesUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list resource types using get params

func (*ListResourceTypesUsingGETParams) SetName

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

SetName adds the name to the list resource types using get params

func (*ListResourceTypesUsingGETParams) SetProviderID

func (o *ListResourceTypesUsingGETParams) SetProviderID(providerID *string)

SetProviderID adds the providerId to the list resource types using get params

func (*ListResourceTypesUsingGETParams) SetSearch

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

SetSearch adds the search to the list resource types using get params

func (*ListResourceTypesUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the list resource types using get params

func (*ListResourceTypesUsingGETParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the list resource types using get params

func (*ListResourceTypesUsingGETParams) WithContext

WithContext adds the context to the list resource types using get params

func (*ListResourceTypesUsingGETParams) WithDefaults added in v0.2.20

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

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

func (*ListResourceTypesUsingGETParams) WithDollarOrderby

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

WithDollarOrderby adds the dollarOrderby to the list resource types using get params

func (*ListResourceTypesUsingGETParams) WithDollarSkip

WithDollarSkip adds the dollarSkip to the list resource types using get params

func (*ListResourceTypesUsingGETParams) WithDollarTop

WithDollarTop adds the dollarTop to the list resource types using get params

func (*ListResourceTypesUsingGETParams) WithExpand

WithExpand adds the expand to the list resource types using get params

func (*ListResourceTypesUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list resource types using get params

func (*ListResourceTypesUsingGETParams) WithName

WithName adds the name to the list resource types using get params

func (*ListResourceTypesUsingGETParams) WithProviderID

WithProviderID adds the providerID to the list resource types using get params

func (*ListResourceTypesUsingGETParams) WithSearch

WithSearch adds the search to the list resource types using get params

func (*ListResourceTypesUsingGETParams) WithTimeout

WithTimeout adds the timeout to the list resource types using get params

func (*ListResourceTypesUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListResourceTypesUsingGETReader

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

ListResourceTypesUsingGETReader is a Reader for the ListResourceTypesUsingGET structure.

func (*ListResourceTypesUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListResourceTypesUsingGETUnauthorized

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

Unauthorized

func NewListResourceTypesUsingGETUnauthorized

func NewListResourceTypesUsingGETUnauthorized() *ListResourceTypesUsingGETUnauthorized

NewListResourceTypesUsingGETUnauthorized creates a ListResourceTypesUsingGETUnauthorized with default headers values

func (*ListResourceTypesUsingGETUnauthorized) Error

Jump to

Keyboard shortcuts

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