resource_types

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 resource types API

func (*Client) GetResourceTypeUsingGET

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

GetResourceTypeUsingGET returns resource type details

func (*Client) GetResourceTypeUsingGET2 added in v0.4.0

func (a *Client) GetResourceTypeUsingGET2(params *GetResourceTypeUsingGET2Params, opts ...ClientOption) (*GetResourceTypeUsingGET2OK, error)

GetResourceTypeUsingGET2 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) ListResourceTypesUsingGET2 added in v0.4.0

func (a *Client) ListResourceTypesUsingGET2(params *ListResourceTypesUsingGET2Params, opts ...ClientOption) (*ListResourceTypesUsingGET2OK, error)

ListResourceTypesUsingGET2 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)

	GetResourceTypeUsingGET2(params *GetResourceTypeUsingGET2Params, opts ...ClientOption) (*GetResourceTypeUsingGET2OK, error)

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

	ListResourceTypesUsingGET2(params *ListResourceTypesUsingGET2Params, opts ...ClientOption) (*ListResourceTypesUsingGET2OK, 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 GetResourceTypeUsingGET2NotFound added in v0.4.0

type GetResourceTypeUsingGET2NotFound struct {
	Payload *models.Error
}

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

Not Found

func NewGetResourceTypeUsingGET2NotFound added in v0.4.0

func NewGetResourceTypeUsingGET2NotFound() *GetResourceTypeUsingGET2NotFound

NewGetResourceTypeUsingGET2NotFound creates a GetResourceTypeUsingGET2NotFound with default headers values

func (*GetResourceTypeUsingGET2NotFound) Error added in v0.4.0

func (*GetResourceTypeUsingGET2NotFound) GetPayload added in v0.4.0

func (*GetResourceTypeUsingGET2NotFound) IsClientError added in v0.5.0

func (o *GetResourceTypeUsingGET2NotFound) IsClientError() bool

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

func (*GetResourceTypeUsingGET2NotFound) IsCode added in v0.5.0

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

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

func (*GetResourceTypeUsingGET2NotFound) IsRedirect added in v0.5.0

func (o *GetResourceTypeUsingGET2NotFound) IsRedirect() bool

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

func (*GetResourceTypeUsingGET2NotFound) IsServerError added in v0.5.0

func (o *GetResourceTypeUsingGET2NotFound) IsServerError() bool

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

func (*GetResourceTypeUsingGET2NotFound) IsSuccess added in v0.5.0

func (o *GetResourceTypeUsingGET2NotFound) IsSuccess() bool

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

func (*GetResourceTypeUsingGET2NotFound) String added in v0.5.0

type GetResourceTypeUsingGET2OK added in v0.4.0

type GetResourceTypeUsingGET2OK struct {
	Payload *models.DeploymentResourceType
}

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

OK

func NewGetResourceTypeUsingGET2OK added in v0.4.0

func NewGetResourceTypeUsingGET2OK() *GetResourceTypeUsingGET2OK

NewGetResourceTypeUsingGET2OK creates a GetResourceTypeUsingGET2OK with default headers values

func (*GetResourceTypeUsingGET2OK) Error added in v0.4.0

func (*GetResourceTypeUsingGET2OK) GetPayload added in v0.4.0

func (*GetResourceTypeUsingGET2OK) IsClientError added in v0.5.0

func (o *GetResourceTypeUsingGET2OK) IsClientError() bool

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

func (*GetResourceTypeUsingGET2OK) IsCode added in v0.5.0

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

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

func (*GetResourceTypeUsingGET2OK) IsRedirect added in v0.5.0

func (o *GetResourceTypeUsingGET2OK) IsRedirect() bool

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

func (*GetResourceTypeUsingGET2OK) IsServerError added in v0.5.0

func (o *GetResourceTypeUsingGET2OK) IsServerError() bool

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

func (*GetResourceTypeUsingGET2OK) IsSuccess added in v0.5.0

func (o *GetResourceTypeUsingGET2OK) IsSuccess() bool

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

func (*GetResourceTypeUsingGET2OK) String added in v0.5.0

func (o *GetResourceTypeUsingGET2OK) String() string

type GetResourceTypeUsingGET2Params added in v0.4.0

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

GetResourceTypeUsingGET2Params contains all the parameters to send to the API endpoint

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

Typically these are written to a http.Request.

func NewGetResourceTypeUsingGET2Params added in v0.4.0

func NewGetResourceTypeUsingGET2Params() *GetResourceTypeUsingGET2Params

NewGetResourceTypeUsingGET2Params creates a new GetResourceTypeUsingGET2Params 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 NewGetResourceTypeUsingGET2ParamsWithContext added in v0.4.0

func NewGetResourceTypeUsingGET2ParamsWithContext(ctx context.Context) *GetResourceTypeUsingGET2Params

NewGetResourceTypeUsingGET2ParamsWithContext creates a new GetResourceTypeUsingGET2Params object with the ability to set a context for a request.

func NewGetResourceTypeUsingGET2ParamsWithHTTPClient added in v0.4.0

func NewGetResourceTypeUsingGET2ParamsWithHTTPClient(client *http.Client) *GetResourceTypeUsingGET2Params

NewGetResourceTypeUsingGET2ParamsWithHTTPClient creates a new GetResourceTypeUsingGET2Params object with the ability to set a custom HTTPClient for a request.

func NewGetResourceTypeUsingGET2ParamsWithTimeout added in v0.4.0

func NewGetResourceTypeUsingGET2ParamsWithTimeout(timeout time.Duration) *GetResourceTypeUsingGET2Params

NewGetResourceTypeUsingGET2ParamsWithTimeout creates a new GetResourceTypeUsingGET2Params object with the ability to set a timeout on a request.

func (*GetResourceTypeUsingGET2Params) SetAPIVersion added in v0.4.0

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

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

func (*GetResourceTypeUsingGET2Params) SetContext added in v0.4.0

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

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

func (*GetResourceTypeUsingGET2Params) SetDefaults added in v0.4.0

func (o *GetResourceTypeUsingGET2Params) SetDefaults()

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

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

func (*GetResourceTypeUsingGET2Params) SetHTTPClient added in v0.4.0

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

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

func (*GetResourceTypeUsingGET2Params) SetResourceTypeID added in v0.4.0

func (o *GetResourceTypeUsingGET2Params) SetResourceTypeID(resourceTypeID string)

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

func (*GetResourceTypeUsingGET2Params) SetTimeout added in v0.4.0

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

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

func (*GetResourceTypeUsingGET2Params) WithAPIVersion added in v0.4.0

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

func (*GetResourceTypeUsingGET2Params) WithContext added in v0.4.0

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

func (*GetResourceTypeUsingGET2Params) WithDefaults added in v0.4.0

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

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

func (*GetResourceTypeUsingGET2Params) WithHTTPClient added in v0.4.0

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

func (*GetResourceTypeUsingGET2Params) WithResourceTypeID added in v0.4.0

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

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

func (*GetResourceTypeUsingGET2Params) WithTimeout added in v0.4.0

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

func (*GetResourceTypeUsingGET2Params) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetResourceTypeUsingGET2Reader added in v0.4.0

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

GetResourceTypeUsingGET2Reader is a Reader for the GetResourceTypeUsingGET2 structure.

func (*GetResourceTypeUsingGET2Reader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetResourceTypeUsingGET2Unauthorized added in v0.4.0

type GetResourceTypeUsingGET2Unauthorized struct {
}

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

Unauthorized

func NewGetResourceTypeUsingGET2Unauthorized added in v0.4.0

func NewGetResourceTypeUsingGET2Unauthorized() *GetResourceTypeUsingGET2Unauthorized

NewGetResourceTypeUsingGET2Unauthorized creates a GetResourceTypeUsingGET2Unauthorized with default headers values

func (*GetResourceTypeUsingGET2Unauthorized) Error added in v0.4.0

func (*GetResourceTypeUsingGET2Unauthorized) IsClientError added in v0.5.0

func (o *GetResourceTypeUsingGET2Unauthorized) IsClientError() bool

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

func (*GetResourceTypeUsingGET2Unauthorized) IsCode added in v0.5.0

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

func (*GetResourceTypeUsingGET2Unauthorized) IsRedirect added in v0.5.0

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

func (*GetResourceTypeUsingGET2Unauthorized) IsServerError added in v0.5.0

func (o *GetResourceTypeUsingGET2Unauthorized) IsServerError() bool

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

func (*GetResourceTypeUsingGET2Unauthorized) IsSuccess added in v0.5.0

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

func (*GetResourceTypeUsingGET2Unauthorized) String added in v0.5.0

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

func (*GetResourceTypeUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetResourceTypeUsingGETForbidden) IsClientError() bool

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

func (*GetResourceTypeUsingGETForbidden) IsCode added in v0.5.0

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

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

func (*GetResourceTypeUsingGETForbidden) IsRedirect added in v0.5.0

func (o *GetResourceTypeUsingGETForbidden) IsRedirect() bool

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

func (*GetResourceTypeUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetResourceTypeUsingGETForbidden) IsServerError() bool

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

func (*GetResourceTypeUsingGETForbidden) IsSuccess added in v0.5.0

func (o *GetResourceTypeUsingGETForbidden) IsSuccess() bool

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

func (*GetResourceTypeUsingGETForbidden) String added in v0.5.0

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

func (*GetResourceTypeUsingGETNotFound) IsClientError added in v0.5.0

func (o *GetResourceTypeUsingGETNotFound) IsClientError() bool

IsClientError returns true when this get resource type using g e t not found response has a 4xx status code

func (*GetResourceTypeUsingGETNotFound) IsCode added in v0.5.0

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

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

func (*GetResourceTypeUsingGETNotFound) IsRedirect added in v0.5.0

func (o *GetResourceTypeUsingGETNotFound) IsRedirect() bool

IsRedirect returns true when this get resource type using g e t not found response has a 3xx status code

func (*GetResourceTypeUsingGETNotFound) IsServerError added in v0.5.0

func (o *GetResourceTypeUsingGETNotFound) IsServerError() bool

IsServerError returns true when this get resource type using g e t not found response has a 5xx status code

func (*GetResourceTypeUsingGETNotFound) IsSuccess added in v0.5.0

func (o *GetResourceTypeUsingGETNotFound) IsSuccess() bool

IsSuccess returns true when this get resource type using g e t not found response has a 2xx status code

func (*GetResourceTypeUsingGETNotFound) String added in v0.5.0

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

func (*GetResourceTypeUsingGETOK) IsClientError added in v0.5.0

func (o *GetResourceTypeUsingGETOK) IsClientError() bool

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

func (*GetResourceTypeUsingGETOK) IsCode added in v0.5.0

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

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

func (*GetResourceTypeUsingGETOK) IsRedirect added in v0.5.0

func (o *GetResourceTypeUsingGETOK) IsRedirect() bool

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

func (*GetResourceTypeUsingGETOK) IsServerError added in v0.5.0

func (o *GetResourceTypeUsingGETOK) IsServerError() bool

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

func (*GetResourceTypeUsingGETOK) IsSuccess added in v0.5.0

func (o *GetResourceTypeUsingGETOK) IsSuccess() bool

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

func (*GetResourceTypeUsingGETOK) String added in v0.5.0

func (o *GetResourceTypeUsingGETOK) String() string

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

func (*GetResourceTypeUsingGETUnauthorized) IsClientError added in v0.5.0

func (o *GetResourceTypeUsingGETUnauthorized) IsClientError() bool

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

func (*GetResourceTypeUsingGETUnauthorized) IsCode added in v0.5.0

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

func (*GetResourceTypeUsingGETUnauthorized) IsRedirect added in v0.5.0

func (o *GetResourceTypeUsingGETUnauthorized) IsRedirect() bool

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

func (*GetResourceTypeUsingGETUnauthorized) IsServerError added in v0.5.0

func (o *GetResourceTypeUsingGETUnauthorized) IsServerError() bool

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

func (*GetResourceTypeUsingGETUnauthorized) IsSuccess added in v0.5.0

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

func (*GetResourceTypeUsingGETUnauthorized) String added in v0.5.0

type ListResourceTypesUsingGET2OK added in v0.4.0

type ListResourceTypesUsingGET2OK struct {
	Payload *models.PageOfDeploymentResourceType
}

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

OK

func NewListResourceTypesUsingGET2OK added in v0.4.0

func NewListResourceTypesUsingGET2OK() *ListResourceTypesUsingGET2OK

NewListResourceTypesUsingGET2OK creates a ListResourceTypesUsingGET2OK with default headers values

func (*ListResourceTypesUsingGET2OK) Error added in v0.4.0

func (*ListResourceTypesUsingGET2OK) GetPayload added in v0.4.0

func (*ListResourceTypesUsingGET2OK) IsClientError added in v0.5.0

func (o *ListResourceTypesUsingGET2OK) IsClientError() bool

IsClientError returns true when this list resource types using g e t2 o k response has a 4xx status code

func (*ListResourceTypesUsingGET2OK) IsCode added in v0.5.0

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

IsCode returns true when this list resource types using g e t2 o k response a status code equal to that given

func (*ListResourceTypesUsingGET2OK) IsRedirect added in v0.5.0

func (o *ListResourceTypesUsingGET2OK) IsRedirect() bool

IsRedirect returns true when this list resource types using g e t2 o k response has a 3xx status code

func (*ListResourceTypesUsingGET2OK) IsServerError added in v0.5.0

func (o *ListResourceTypesUsingGET2OK) IsServerError() bool

IsServerError returns true when this list resource types using g e t2 o k response has a 5xx status code

func (*ListResourceTypesUsingGET2OK) IsSuccess added in v0.5.0

func (o *ListResourceTypesUsingGET2OK) IsSuccess() bool

IsSuccess returns true when this list resource types using g e t2 o k response has a 2xx status code

func (*ListResourceTypesUsingGET2OK) String added in v0.5.0

type ListResourceTypesUsingGET2Params added in v0.4.0

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

ListResourceTypesUsingGET2Params contains all the parameters to send to the API endpoint

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

Typically these are written to a http.Request.

func NewListResourceTypesUsingGET2Params added in v0.4.0

func NewListResourceTypesUsingGET2Params() *ListResourceTypesUsingGET2Params

NewListResourceTypesUsingGET2Params creates a new ListResourceTypesUsingGET2Params 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 NewListResourceTypesUsingGET2ParamsWithContext added in v0.4.0

func NewListResourceTypesUsingGET2ParamsWithContext(ctx context.Context) *ListResourceTypesUsingGET2Params

NewListResourceTypesUsingGET2ParamsWithContext creates a new ListResourceTypesUsingGET2Params object with the ability to set a context for a request.

func NewListResourceTypesUsingGET2ParamsWithHTTPClient added in v0.4.0

func NewListResourceTypesUsingGET2ParamsWithHTTPClient(client *http.Client) *ListResourceTypesUsingGET2Params

NewListResourceTypesUsingGET2ParamsWithHTTPClient creates a new ListResourceTypesUsingGET2Params object with the ability to set a custom HTTPClient for a request.

func NewListResourceTypesUsingGET2ParamsWithTimeout added in v0.4.0

func NewListResourceTypesUsingGET2ParamsWithTimeout(timeout time.Duration) *ListResourceTypesUsingGET2Params

NewListResourceTypesUsingGET2ParamsWithTimeout creates a new ListResourceTypesUsingGET2Params object with the ability to set a timeout on a request.

func (*ListResourceTypesUsingGET2Params) SetAPIVersion added in v0.4.0

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

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

func (*ListResourceTypesUsingGET2Params) SetComposableOnly added in v0.4.0

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

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

func (*ListResourceTypesUsingGET2Params) SetContext added in v0.4.0

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

func (*ListResourceTypesUsingGET2Params) SetDefaults added in v0.4.0

func (o *ListResourceTypesUsingGET2Params) SetDefaults()

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

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

func (*ListResourceTypesUsingGET2Params) SetDollarOrderby added in v0.4.0

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

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

func (*ListResourceTypesUsingGET2Params) SetDollarSkip added in v0.4.0

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

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

func (*ListResourceTypesUsingGET2Params) SetDollarTop added in v0.4.0

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

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

func (*ListResourceTypesUsingGET2Params) SetHTTPClient added in v0.4.0

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

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

func (*ListResourceTypesUsingGET2Params) SetIds added in v0.4.0

func (o *ListResourceTypesUsingGET2Params) SetIds(ids []string)

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

func (*ListResourceTypesUsingGET2Params) SetProjectIds added in v0.4.0

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

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

func (*ListResourceTypesUsingGET2Params) SetProviderID added in v0.4.0

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

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

func (*ListResourceTypesUsingGET2Params) SetSearch added in v0.4.0

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

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

func (*ListResourceTypesUsingGET2Params) SetTimeout added in v0.4.0

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

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

func (*ListResourceTypesUsingGET2Params) WithAPIVersion added in v0.4.0

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

func (*ListResourceTypesUsingGET2Params) WithComposableOnly added in v0.4.0

func (o *ListResourceTypesUsingGET2Params) WithComposableOnly(composableOnly *bool) *ListResourceTypesUsingGET2Params

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

func (*ListResourceTypesUsingGET2Params) WithContext added in v0.4.0

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

func (*ListResourceTypesUsingGET2Params) WithDefaults added in v0.4.0

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

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

func (*ListResourceTypesUsingGET2Params) WithDollarOrderby added in v0.4.0

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

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

func (*ListResourceTypesUsingGET2Params) WithDollarSkip added in v0.4.0

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

func (*ListResourceTypesUsingGET2Params) WithDollarTop added in v0.4.0

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

func (*ListResourceTypesUsingGET2Params) WithHTTPClient added in v0.4.0

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

func (*ListResourceTypesUsingGET2Params) WithIds added in v0.4.0

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

func (*ListResourceTypesUsingGET2Params) WithProjectIds added in v0.4.0

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

func (*ListResourceTypesUsingGET2Params) WithProviderID added in v0.4.0

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

func (*ListResourceTypesUsingGET2Params) WithSearch added in v0.4.0

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

func (*ListResourceTypesUsingGET2Params) WithTimeout added in v0.4.0

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

func (*ListResourceTypesUsingGET2Params) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type ListResourceTypesUsingGET2Reader added in v0.4.0

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

ListResourceTypesUsingGET2Reader is a Reader for the ListResourceTypesUsingGET2 structure.

func (*ListResourceTypesUsingGET2Reader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type ListResourceTypesUsingGET2Unauthorized added in v0.4.0

type ListResourceTypesUsingGET2Unauthorized struct {
}

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

Unauthorized

func NewListResourceTypesUsingGET2Unauthorized added in v0.4.0

func NewListResourceTypesUsingGET2Unauthorized() *ListResourceTypesUsingGET2Unauthorized

NewListResourceTypesUsingGET2Unauthorized creates a ListResourceTypesUsingGET2Unauthorized with default headers values

func (*ListResourceTypesUsingGET2Unauthorized) Error added in v0.4.0

func (*ListResourceTypesUsingGET2Unauthorized) IsClientError added in v0.5.0

func (o *ListResourceTypesUsingGET2Unauthorized) IsClientError() bool

IsClientError returns true when this list resource types using g e t2 unauthorized response has a 4xx status code

func (*ListResourceTypesUsingGET2Unauthorized) IsCode added in v0.5.0

IsCode returns true when this list resource types using g e t2 unauthorized response a status code equal to that given

func (*ListResourceTypesUsingGET2Unauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this list resource types using g e t2 unauthorized response has a 3xx status code

func (*ListResourceTypesUsingGET2Unauthorized) IsServerError added in v0.5.0

func (o *ListResourceTypesUsingGET2Unauthorized) IsServerError() bool

IsServerError returns true when this list resource types using g e t2 unauthorized response has a 5xx status code

func (*ListResourceTypesUsingGET2Unauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this list resource types using g e t2 unauthorized response has a 2xx status code

func (*ListResourceTypesUsingGET2Unauthorized) String added in v0.5.0

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

func (*ListResourceTypesUsingGETBadRequest) IsClientError added in v0.5.0

func (o *ListResourceTypesUsingGETBadRequest) IsClientError() bool

IsClientError returns true when this list resource types using g e t bad request response has a 4xx status code

func (*ListResourceTypesUsingGETBadRequest) IsCode added in v0.5.0

IsCode returns true when this list resource types using g e t bad request response a status code equal to that given

func (*ListResourceTypesUsingGETBadRequest) IsRedirect added in v0.5.0

func (o *ListResourceTypesUsingGETBadRequest) IsRedirect() bool

IsRedirect returns true when this list resource types using g e t bad request response has a 3xx status code

func (*ListResourceTypesUsingGETBadRequest) IsServerError added in v0.5.0

func (o *ListResourceTypesUsingGETBadRequest) IsServerError() bool

IsServerError returns true when this list resource types using g e t bad request response has a 5xx status code

func (*ListResourceTypesUsingGETBadRequest) IsSuccess added in v0.5.0

IsSuccess returns true when this list resource types using g e t bad request response has a 2xx status code

func (*ListResourceTypesUsingGETBadRequest) String added in v0.5.0

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

func (*ListResourceTypesUsingGETForbidden) IsClientError added in v0.5.0

func (o *ListResourceTypesUsingGETForbidden) IsClientError() bool

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

func (*ListResourceTypesUsingGETForbidden) IsCode added in v0.5.0

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

func (*ListResourceTypesUsingGETForbidden) IsRedirect added in v0.5.0

func (o *ListResourceTypesUsingGETForbidden) IsRedirect() bool

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

func (*ListResourceTypesUsingGETForbidden) IsServerError added in v0.5.0

func (o *ListResourceTypesUsingGETForbidden) IsServerError() bool

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

func (*ListResourceTypesUsingGETForbidden) IsSuccess added in v0.5.0

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

func (*ListResourceTypesUsingGETForbidden) String added in v0.5.0

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

func (*ListResourceTypesUsingGETOK) IsClientError added in v0.5.0

func (o *ListResourceTypesUsingGETOK) IsClientError() bool

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

func (*ListResourceTypesUsingGETOK) IsCode added in v0.5.0

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

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

func (*ListResourceTypesUsingGETOK) IsRedirect added in v0.5.0

func (o *ListResourceTypesUsingGETOK) IsRedirect() bool

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

func (*ListResourceTypesUsingGETOK) IsServerError added in v0.5.0

func (o *ListResourceTypesUsingGETOK) IsServerError() bool

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

func (*ListResourceTypesUsingGETOK) IsSuccess added in v0.5.0

func (o *ListResourceTypesUsingGETOK) IsSuccess() bool

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

func (*ListResourceTypesUsingGETOK) String added in v0.5.0

func (o *ListResourceTypesUsingGETOK) String() string

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

func (*ListResourceTypesUsingGETUnauthorized) IsClientError added in v0.5.0

func (o *ListResourceTypesUsingGETUnauthorized) IsClientError() bool

IsClientError returns true when this list resource types using g e t unauthorized response has a 4xx status code

func (*ListResourceTypesUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this list resource types using g e t unauthorized response a status code equal to that given

func (*ListResourceTypesUsingGETUnauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this list resource types using g e t unauthorized response has a 3xx status code

func (*ListResourceTypesUsingGETUnauthorized) IsServerError added in v0.5.0

func (o *ListResourceTypesUsingGETUnauthorized) IsServerError() bool

IsServerError returns true when this list resource types using g e t unauthorized response has a 5xx status code

func (*ListResourceTypesUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this list resource types using g e t unauthorized response has a 2xx status code

func (*ListResourceTypesUsingGETUnauthorized) String added in v0.5.0

Jump to

Keyboard shortcuts

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