v3_organization_id_imagecatalogs

package
v2.8.0-rc.30+incompatible Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2018 License: Apache-2.0, BSD-2-Clause 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 v3 organization id imagecatalogs API

func New

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

New creates a new v3 organization id imagecatalogs API client.

func (*Client) CreateImageCatalogInOrganization

func (a *Client) CreateImageCatalogInOrganization(params *CreateImageCatalogInOrganizationParams) (*CreateImageCatalogInOrganizationOK, error)

CreateImageCatalogInOrganization creates image catalog in organization

Provides an interface to determine available Virtual Machine images for the given version of Cloudbreak.

func (*Client) DeleteImageCatalogInOrganization

func (a *Client) DeleteImageCatalogInOrganization(params *DeleteImageCatalogInOrganizationParams) (*DeleteImageCatalogInOrganizationOK, error)

DeleteImageCatalogInOrganization deletes image catalog by name in organization

Provides an interface to determine available Virtual Machine images for the given version of Cloudbreak.

func (*Client) GetImageCatalogInOrganization

func (a *Client) GetImageCatalogInOrganization(params *GetImageCatalogInOrganizationParams) (*GetImageCatalogInOrganizationOK, error)

GetImageCatalogInOrganization gets image catalog by name in organization

Provides an interface to determine available Virtual Machine images for the given version of Cloudbreak.

func (*Client) GetImageCatalogRequestFromNameInOrganization

func (a *Client) GetImageCatalogRequestFromNameInOrganization(params *GetImageCatalogRequestFromNameInOrganizationParams) (*GetImageCatalogRequestFromNameInOrganizationOK, error)

GetImageCatalogRequestFromNameInOrganization retrieves imagecatalog request by imagecatalog name

Provides an interface to determine available Virtual Machine images for the given version of Cloudbreak.

func (*Client) GetImagesByProviderAndCustomImageCatalogInOrganization

GetImagesByProviderAndCustomImageCatalogInOrganization determines available images for the cloudbreak version by the given provider and given image catalog url

Provides an interface to determine available Virtual Machine images for the given version of Cloudbreak.

func (*Client) GetImagesByProviderInOrganization

func (a *Client) GetImagesByProviderInOrganization(params *GetImagesByProviderInOrganizationParams) (*GetImagesByProviderInOrganizationOK, error)

GetImagesByProviderInOrganization determines available images for the cloudbreak version by the given provider and default image catalog url

Provides an interface to determine available Virtual Machine images for the given version of Cloudbreak.

func (*Client) GetImagesByStackNameAndCustomImageCatalogInOrganization

GetImagesByStackNameAndCustomImageCatalogInOrganization determines available images for the given stackfrom the given imagecatalog name

Provides an interface to determine available Virtual Machine images for the given stack.Please consider running sync beforehand

func (*Client) GetImagesByStackNameAndDefaultImageCatalogInOrganization

GetImagesByStackNameAndDefaultImageCatalogInOrganization determines available images for the given stackfrom the default image catalog

Provides an interface to determine available Virtual Machine images for the given stack.Please consider running sync beforehand

func (*Client) ListImageCatalogsByOrganization

func (a *Client) ListImageCatalogsByOrganization(params *ListImageCatalogsByOrganizationParams) (*ListImageCatalogsByOrganizationOK, error)

ListImageCatalogsByOrganization lists image catalogs for the given organization

Provides an interface to determine available Virtual Machine images for the given version of Cloudbreak.

func (*Client) PutPublicImageCatalogInOrganization

func (a *Client) PutPublicImageCatalogInOrganization(params *PutPublicImageCatalogInOrganizationParams) (*PutPublicImageCatalogInOrganizationOK, error)

PutPublicImageCatalogInOrganization updates public owned or private image catalog by id

Provides an interface to determine available Virtual Machine images for the given version of Cloudbreak.

func (*Client) PutSetDefaultImageCatalogByNameInOrganization

func (a *Client) PutSetDefaultImageCatalogByNameInOrganization(params *PutSetDefaultImageCatalogByNameInOrganizationParams) (*PutSetDefaultImageCatalogByNameInOrganizationOK, error)

PutSetDefaultImageCatalogByNameInOrganization updates public owned or private image catalog by id

Provides an interface to determine available Virtual Machine images for the given version of Cloudbreak.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type CreateImageCatalogInOrganizationOK

type CreateImageCatalogInOrganizationOK struct {
	Payload *models_cloudbreak.ImageCatalogResponse
}

CreateImageCatalogInOrganizationOK handles this case with default header values.

successful operation

func NewCreateImageCatalogInOrganizationOK

func NewCreateImageCatalogInOrganizationOK() *CreateImageCatalogInOrganizationOK

NewCreateImageCatalogInOrganizationOK creates a CreateImageCatalogInOrganizationOK with default headers values

func (*CreateImageCatalogInOrganizationOK) Error

type CreateImageCatalogInOrganizationParams

type CreateImageCatalogInOrganizationParams struct {

	/*Body*/
	Body *models_cloudbreak.ImageCatalogRequest
	/*OrganizationID*/
	OrganizationID int64

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

CreateImageCatalogInOrganizationParams contains all the parameters to send to the API endpoint for the create image catalog in organization operation typically these are written to a http.Request

func NewCreateImageCatalogInOrganizationParams

func NewCreateImageCatalogInOrganizationParams() *CreateImageCatalogInOrganizationParams

NewCreateImageCatalogInOrganizationParams creates a new CreateImageCatalogInOrganizationParams object with the default values initialized.

func NewCreateImageCatalogInOrganizationParamsWithContext

func NewCreateImageCatalogInOrganizationParamsWithContext(ctx context.Context) *CreateImageCatalogInOrganizationParams

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

func NewCreateImageCatalogInOrganizationParamsWithHTTPClient

func NewCreateImageCatalogInOrganizationParamsWithHTTPClient(client *http.Client) *CreateImageCatalogInOrganizationParams

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

func NewCreateImageCatalogInOrganizationParamsWithTimeout

func NewCreateImageCatalogInOrganizationParamsWithTimeout(timeout time.Duration) *CreateImageCatalogInOrganizationParams

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

func (*CreateImageCatalogInOrganizationParams) SetBody

SetBody adds the body to the create image catalog in organization params

func (*CreateImageCatalogInOrganizationParams) SetContext

SetContext adds the context to the create image catalog in organization params

func (*CreateImageCatalogInOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create image catalog in organization params

func (*CreateImageCatalogInOrganizationParams) SetOrganizationID

func (o *CreateImageCatalogInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the create image catalog in organization params

func (*CreateImageCatalogInOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the create image catalog in organization params

func (*CreateImageCatalogInOrganizationParams) WithBody

WithBody adds the body to the create image catalog in organization params

func (*CreateImageCatalogInOrganizationParams) WithContext

WithContext adds the context to the create image catalog in organization params

func (*CreateImageCatalogInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create image catalog in organization params

func (*CreateImageCatalogInOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the create image catalog in organization params

func (*CreateImageCatalogInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the create image catalog in organization params

func (*CreateImageCatalogInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateImageCatalogInOrganizationReader

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

CreateImageCatalogInOrganizationReader is a Reader for the CreateImageCatalogInOrganization structure.

func (*CreateImageCatalogInOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteImageCatalogInOrganizationOK

type DeleteImageCatalogInOrganizationOK struct {
	Payload *models_cloudbreak.ImageCatalogResponse
}

DeleteImageCatalogInOrganizationOK handles this case with default header values.

successful operation

func NewDeleteImageCatalogInOrganizationOK

func NewDeleteImageCatalogInOrganizationOK() *DeleteImageCatalogInOrganizationOK

NewDeleteImageCatalogInOrganizationOK creates a DeleteImageCatalogInOrganizationOK with default headers values

func (*DeleteImageCatalogInOrganizationOK) Error

type DeleteImageCatalogInOrganizationParams

type DeleteImageCatalogInOrganizationParams struct {

	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64

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

DeleteImageCatalogInOrganizationParams contains all the parameters to send to the API endpoint for the delete image catalog in organization operation typically these are written to a http.Request

func NewDeleteImageCatalogInOrganizationParams

func NewDeleteImageCatalogInOrganizationParams() *DeleteImageCatalogInOrganizationParams

NewDeleteImageCatalogInOrganizationParams creates a new DeleteImageCatalogInOrganizationParams object with the default values initialized.

func NewDeleteImageCatalogInOrganizationParamsWithContext

func NewDeleteImageCatalogInOrganizationParamsWithContext(ctx context.Context) *DeleteImageCatalogInOrganizationParams

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

func NewDeleteImageCatalogInOrganizationParamsWithHTTPClient

func NewDeleteImageCatalogInOrganizationParamsWithHTTPClient(client *http.Client) *DeleteImageCatalogInOrganizationParams

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

func NewDeleteImageCatalogInOrganizationParamsWithTimeout

func NewDeleteImageCatalogInOrganizationParamsWithTimeout(timeout time.Duration) *DeleteImageCatalogInOrganizationParams

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

func (*DeleteImageCatalogInOrganizationParams) SetContext

SetContext adds the context to the delete image catalog in organization params

func (*DeleteImageCatalogInOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete image catalog in organization params

func (*DeleteImageCatalogInOrganizationParams) SetName

SetName adds the name to the delete image catalog in organization params

func (*DeleteImageCatalogInOrganizationParams) SetOrganizationID

func (o *DeleteImageCatalogInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the delete image catalog in organization params

func (*DeleteImageCatalogInOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the delete image catalog in organization params

func (*DeleteImageCatalogInOrganizationParams) WithContext

WithContext adds the context to the delete image catalog in organization params

func (*DeleteImageCatalogInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete image catalog in organization params

func (*DeleteImageCatalogInOrganizationParams) WithName

WithName adds the name to the delete image catalog in organization params

func (*DeleteImageCatalogInOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the delete image catalog in organization params

func (*DeleteImageCatalogInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the delete image catalog in organization params

func (*DeleteImageCatalogInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteImageCatalogInOrganizationReader

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

DeleteImageCatalogInOrganizationReader is a Reader for the DeleteImageCatalogInOrganization structure.

func (*DeleteImageCatalogInOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetImageCatalogInOrganizationOK

type GetImageCatalogInOrganizationOK struct {
	Payload *models_cloudbreak.ImageCatalogResponse
}

GetImageCatalogInOrganizationOK handles this case with default header values.

successful operation

func NewGetImageCatalogInOrganizationOK

func NewGetImageCatalogInOrganizationOK() *GetImageCatalogInOrganizationOK

NewGetImageCatalogInOrganizationOK creates a GetImageCatalogInOrganizationOK with default headers values

func (*GetImageCatalogInOrganizationOK) Error

type GetImageCatalogInOrganizationParams

type GetImageCatalogInOrganizationParams struct {

	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64
	/*WithImages*/
	WithImages *bool

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

GetImageCatalogInOrganizationParams contains all the parameters to send to the API endpoint for the get image catalog in organization operation typically these are written to a http.Request

func NewGetImageCatalogInOrganizationParams

func NewGetImageCatalogInOrganizationParams() *GetImageCatalogInOrganizationParams

NewGetImageCatalogInOrganizationParams creates a new GetImageCatalogInOrganizationParams object with the default values initialized.

func NewGetImageCatalogInOrganizationParamsWithContext

func NewGetImageCatalogInOrganizationParamsWithContext(ctx context.Context) *GetImageCatalogInOrganizationParams

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

func NewGetImageCatalogInOrganizationParamsWithHTTPClient

func NewGetImageCatalogInOrganizationParamsWithHTTPClient(client *http.Client) *GetImageCatalogInOrganizationParams

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

func NewGetImageCatalogInOrganizationParamsWithTimeout

func NewGetImageCatalogInOrganizationParamsWithTimeout(timeout time.Duration) *GetImageCatalogInOrganizationParams

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

func (*GetImageCatalogInOrganizationParams) SetContext

SetContext adds the context to the get image catalog in organization params

func (*GetImageCatalogInOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get image catalog in organization params

func (*GetImageCatalogInOrganizationParams) SetName

SetName adds the name to the get image catalog in organization params

func (*GetImageCatalogInOrganizationParams) SetOrganizationID

func (o *GetImageCatalogInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the get image catalog in organization params

func (*GetImageCatalogInOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the get image catalog in organization params

func (*GetImageCatalogInOrganizationParams) SetWithImages

func (o *GetImageCatalogInOrganizationParams) SetWithImages(withImages *bool)

SetWithImages adds the withImages to the get image catalog in organization params

func (*GetImageCatalogInOrganizationParams) WithContext

WithContext adds the context to the get image catalog in organization params

func (*GetImageCatalogInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get image catalog in organization params

func (*GetImageCatalogInOrganizationParams) WithName

WithName adds the name to the get image catalog in organization params

func (*GetImageCatalogInOrganizationParams) WithOrganizationID

func (o *GetImageCatalogInOrganizationParams) WithOrganizationID(organizationID int64) *GetImageCatalogInOrganizationParams

WithOrganizationID adds the organizationID to the get image catalog in organization params

func (*GetImageCatalogInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the get image catalog in organization params

func (*GetImageCatalogInOrganizationParams) WithWithImages

WithWithImages adds the withImages to the get image catalog in organization params

func (*GetImageCatalogInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetImageCatalogInOrganizationReader

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

GetImageCatalogInOrganizationReader is a Reader for the GetImageCatalogInOrganization structure.

func (*GetImageCatalogInOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetImageCatalogRequestFromNameInOrganizationOK

type GetImageCatalogRequestFromNameInOrganizationOK struct {
	Payload *models_cloudbreak.ImageCatalogRequest
}

GetImageCatalogRequestFromNameInOrganizationOK handles this case with default header values.

successful operation

func NewGetImageCatalogRequestFromNameInOrganizationOK

func NewGetImageCatalogRequestFromNameInOrganizationOK() *GetImageCatalogRequestFromNameInOrganizationOK

NewGetImageCatalogRequestFromNameInOrganizationOK creates a GetImageCatalogRequestFromNameInOrganizationOK with default headers values

func (*GetImageCatalogRequestFromNameInOrganizationOK) Error

type GetImageCatalogRequestFromNameInOrganizationParams

type GetImageCatalogRequestFromNameInOrganizationParams struct {

	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64

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

GetImageCatalogRequestFromNameInOrganizationParams contains all the parameters to send to the API endpoint for the get image catalog request from name in organization operation typically these are written to a http.Request

func NewGetImageCatalogRequestFromNameInOrganizationParams

func NewGetImageCatalogRequestFromNameInOrganizationParams() *GetImageCatalogRequestFromNameInOrganizationParams

NewGetImageCatalogRequestFromNameInOrganizationParams creates a new GetImageCatalogRequestFromNameInOrganizationParams object with the default values initialized.

func NewGetImageCatalogRequestFromNameInOrganizationParamsWithContext

func NewGetImageCatalogRequestFromNameInOrganizationParamsWithContext(ctx context.Context) *GetImageCatalogRequestFromNameInOrganizationParams

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

func NewGetImageCatalogRequestFromNameInOrganizationParamsWithHTTPClient

func NewGetImageCatalogRequestFromNameInOrganizationParamsWithHTTPClient(client *http.Client) *GetImageCatalogRequestFromNameInOrganizationParams

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

func NewGetImageCatalogRequestFromNameInOrganizationParamsWithTimeout

func NewGetImageCatalogRequestFromNameInOrganizationParamsWithTimeout(timeout time.Duration) *GetImageCatalogRequestFromNameInOrganizationParams

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

func (*GetImageCatalogRequestFromNameInOrganizationParams) SetContext

SetContext adds the context to the get image catalog request from name in organization params

func (*GetImageCatalogRequestFromNameInOrganizationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get image catalog request from name in organization params

func (*GetImageCatalogRequestFromNameInOrganizationParams) SetName

SetName adds the name to the get image catalog request from name in organization params

func (*GetImageCatalogRequestFromNameInOrganizationParams) SetOrganizationID

func (o *GetImageCatalogRequestFromNameInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the get image catalog request from name in organization params

func (*GetImageCatalogRequestFromNameInOrganizationParams) SetTimeout

SetTimeout adds the timeout to the get image catalog request from name in organization params

func (*GetImageCatalogRequestFromNameInOrganizationParams) WithContext

WithContext adds the context to the get image catalog request from name in organization params

func (*GetImageCatalogRequestFromNameInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get image catalog request from name in organization params

func (*GetImageCatalogRequestFromNameInOrganizationParams) WithName

WithName adds the name to the get image catalog request from name in organization params

func (*GetImageCatalogRequestFromNameInOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the get image catalog request from name in organization params

func (*GetImageCatalogRequestFromNameInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the get image catalog request from name in organization params

func (*GetImageCatalogRequestFromNameInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetImageCatalogRequestFromNameInOrganizationReader

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

GetImageCatalogRequestFromNameInOrganizationReader is a Reader for the GetImageCatalogRequestFromNameInOrganization structure.

func (*GetImageCatalogRequestFromNameInOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetImagesByProviderAndCustomImageCatalogInOrganizationOK

type GetImagesByProviderAndCustomImageCatalogInOrganizationOK struct {
	Payload *models_cloudbreak.ImagesResponse
}

GetImagesByProviderAndCustomImageCatalogInOrganizationOK handles this case with default header values.

successful operation

func NewGetImagesByProviderAndCustomImageCatalogInOrganizationOK

func NewGetImagesByProviderAndCustomImageCatalogInOrganizationOK() *GetImagesByProviderAndCustomImageCatalogInOrganizationOK

NewGetImagesByProviderAndCustomImageCatalogInOrganizationOK creates a GetImagesByProviderAndCustomImageCatalogInOrganizationOK with default headers values

func (*GetImagesByProviderAndCustomImageCatalogInOrganizationOK) Error

type GetImagesByProviderAndCustomImageCatalogInOrganizationParams

type GetImagesByProviderAndCustomImageCatalogInOrganizationParams struct {

	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64
	/*Platform*/
	Platform string

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

GetImagesByProviderAndCustomImageCatalogInOrganizationParams contains all the parameters to send to the API endpoint for the get images by provider and custom image catalog in organization operation typically these are written to a http.Request

func NewGetImagesByProviderAndCustomImageCatalogInOrganizationParams

func NewGetImagesByProviderAndCustomImageCatalogInOrganizationParams() *GetImagesByProviderAndCustomImageCatalogInOrganizationParams

NewGetImagesByProviderAndCustomImageCatalogInOrganizationParams creates a new GetImagesByProviderAndCustomImageCatalogInOrganizationParams object with the default values initialized.

func NewGetImagesByProviderAndCustomImageCatalogInOrganizationParamsWithContext

func NewGetImagesByProviderAndCustomImageCatalogInOrganizationParamsWithContext(ctx context.Context) *GetImagesByProviderAndCustomImageCatalogInOrganizationParams

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

func NewGetImagesByProviderAndCustomImageCatalogInOrganizationParamsWithHTTPClient

func NewGetImagesByProviderAndCustomImageCatalogInOrganizationParamsWithHTTPClient(client *http.Client) *GetImagesByProviderAndCustomImageCatalogInOrganizationParams

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

func NewGetImagesByProviderAndCustomImageCatalogInOrganizationParamsWithTimeout

func NewGetImagesByProviderAndCustomImageCatalogInOrganizationParamsWithTimeout(timeout time.Duration) *GetImagesByProviderAndCustomImageCatalogInOrganizationParams

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

func (*GetImagesByProviderAndCustomImageCatalogInOrganizationParams) SetContext

SetContext adds the context to the get images by provider and custom image catalog in organization params

func (*GetImagesByProviderAndCustomImageCatalogInOrganizationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get images by provider and custom image catalog in organization params

func (*GetImagesByProviderAndCustomImageCatalogInOrganizationParams) SetName

SetName adds the name to the get images by provider and custom image catalog in organization params

func (*GetImagesByProviderAndCustomImageCatalogInOrganizationParams) SetOrganizationID

func (o *GetImagesByProviderAndCustomImageCatalogInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the get images by provider and custom image catalog in organization params

func (*GetImagesByProviderAndCustomImageCatalogInOrganizationParams) SetPlatform

SetPlatform adds the platform to the get images by provider and custom image catalog in organization params

func (*GetImagesByProviderAndCustomImageCatalogInOrganizationParams) SetTimeout

SetTimeout adds the timeout to the get images by provider and custom image catalog in organization params

func (*GetImagesByProviderAndCustomImageCatalogInOrganizationParams) WithContext

WithContext adds the context to the get images by provider and custom image catalog in organization params

func (*GetImagesByProviderAndCustomImageCatalogInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get images by provider and custom image catalog in organization params

func (*GetImagesByProviderAndCustomImageCatalogInOrganizationParams) WithName

WithName adds the name to the get images by provider and custom image catalog in organization params

func (*GetImagesByProviderAndCustomImageCatalogInOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the get images by provider and custom image catalog in organization params

func (*GetImagesByProviderAndCustomImageCatalogInOrganizationParams) WithPlatform

WithPlatform adds the platform to the get images by provider and custom image catalog in organization params

func (*GetImagesByProviderAndCustomImageCatalogInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the get images by provider and custom image catalog in organization params

func (*GetImagesByProviderAndCustomImageCatalogInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetImagesByProviderAndCustomImageCatalogInOrganizationReader

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

GetImagesByProviderAndCustomImageCatalogInOrganizationReader is a Reader for the GetImagesByProviderAndCustomImageCatalogInOrganization structure.

func (*GetImagesByProviderAndCustomImageCatalogInOrganizationReader) ReadResponse

ReadResponse reads a server response into the received o.

type GetImagesByProviderInOrganizationOK

type GetImagesByProviderInOrganizationOK struct {
	Payload *models_cloudbreak.ImagesResponse
}

GetImagesByProviderInOrganizationOK handles this case with default header values.

successful operation

func NewGetImagesByProviderInOrganizationOK

func NewGetImagesByProviderInOrganizationOK() *GetImagesByProviderInOrganizationOK

NewGetImagesByProviderInOrganizationOK creates a GetImagesByProviderInOrganizationOK with default headers values

func (*GetImagesByProviderInOrganizationOK) Error

type GetImagesByProviderInOrganizationParams

type GetImagesByProviderInOrganizationParams struct {

	/*OrganizationID*/
	OrganizationID int64
	/*Platform*/
	Platform string

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

GetImagesByProviderInOrganizationParams contains all the parameters to send to the API endpoint for the get images by provider in organization operation typically these are written to a http.Request

func NewGetImagesByProviderInOrganizationParams

func NewGetImagesByProviderInOrganizationParams() *GetImagesByProviderInOrganizationParams

NewGetImagesByProviderInOrganizationParams creates a new GetImagesByProviderInOrganizationParams object with the default values initialized.

func NewGetImagesByProviderInOrganizationParamsWithContext

func NewGetImagesByProviderInOrganizationParamsWithContext(ctx context.Context) *GetImagesByProviderInOrganizationParams

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

func NewGetImagesByProviderInOrganizationParamsWithHTTPClient

func NewGetImagesByProviderInOrganizationParamsWithHTTPClient(client *http.Client) *GetImagesByProviderInOrganizationParams

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

func NewGetImagesByProviderInOrganizationParamsWithTimeout

func NewGetImagesByProviderInOrganizationParamsWithTimeout(timeout time.Duration) *GetImagesByProviderInOrganizationParams

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

func (*GetImagesByProviderInOrganizationParams) SetContext

SetContext adds the context to the get images by provider in organization params

func (*GetImagesByProviderInOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get images by provider in organization params

func (*GetImagesByProviderInOrganizationParams) SetOrganizationID

func (o *GetImagesByProviderInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the get images by provider in organization params

func (*GetImagesByProviderInOrganizationParams) SetPlatform

func (o *GetImagesByProviderInOrganizationParams) SetPlatform(platform string)

SetPlatform adds the platform to the get images by provider in organization params

func (*GetImagesByProviderInOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the get images by provider in organization params

func (*GetImagesByProviderInOrganizationParams) WithContext

WithContext adds the context to the get images by provider in organization params

func (*GetImagesByProviderInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get images by provider in organization params

func (*GetImagesByProviderInOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the get images by provider in organization params

func (*GetImagesByProviderInOrganizationParams) WithPlatform

WithPlatform adds the platform to the get images by provider in organization params

func (*GetImagesByProviderInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the get images by provider in organization params

func (*GetImagesByProviderInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetImagesByProviderInOrganizationReader

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

GetImagesByProviderInOrganizationReader is a Reader for the GetImagesByProviderInOrganization structure.

func (*GetImagesByProviderInOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetImagesByStackNameAndCustomImageCatalogInOrganizationOK

type GetImagesByStackNameAndCustomImageCatalogInOrganizationOK struct {
	Payload *models_cloudbreak.ImagesResponse
}

GetImagesByStackNameAndCustomImageCatalogInOrganizationOK handles this case with default header values.

successful operation

func NewGetImagesByStackNameAndCustomImageCatalogInOrganizationOK

func NewGetImagesByStackNameAndCustomImageCatalogInOrganizationOK() *GetImagesByStackNameAndCustomImageCatalogInOrganizationOK

NewGetImagesByStackNameAndCustomImageCatalogInOrganizationOK creates a GetImagesByStackNameAndCustomImageCatalogInOrganizationOK with default headers values

func (*GetImagesByStackNameAndCustomImageCatalogInOrganizationOK) Error

type GetImagesByStackNameAndCustomImageCatalogInOrganizationParams

type GetImagesByStackNameAndCustomImageCatalogInOrganizationParams struct {

	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64
	/*StackName*/
	StackName string

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

GetImagesByStackNameAndCustomImageCatalogInOrganizationParams contains all the parameters to send to the API endpoint for the get images by stack name and custom image catalog in organization operation typically these are written to a http.Request

func NewGetImagesByStackNameAndCustomImageCatalogInOrganizationParams

func NewGetImagesByStackNameAndCustomImageCatalogInOrganizationParams() *GetImagesByStackNameAndCustomImageCatalogInOrganizationParams

NewGetImagesByStackNameAndCustomImageCatalogInOrganizationParams creates a new GetImagesByStackNameAndCustomImageCatalogInOrganizationParams object with the default values initialized.

func NewGetImagesByStackNameAndCustomImageCatalogInOrganizationParamsWithContext

func NewGetImagesByStackNameAndCustomImageCatalogInOrganizationParamsWithContext(ctx context.Context) *GetImagesByStackNameAndCustomImageCatalogInOrganizationParams

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

func NewGetImagesByStackNameAndCustomImageCatalogInOrganizationParamsWithHTTPClient

func NewGetImagesByStackNameAndCustomImageCatalogInOrganizationParamsWithHTTPClient(client *http.Client) *GetImagesByStackNameAndCustomImageCatalogInOrganizationParams

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

func NewGetImagesByStackNameAndCustomImageCatalogInOrganizationParamsWithTimeout

func NewGetImagesByStackNameAndCustomImageCatalogInOrganizationParamsWithTimeout(timeout time.Duration) *GetImagesByStackNameAndCustomImageCatalogInOrganizationParams

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

func (*GetImagesByStackNameAndCustomImageCatalogInOrganizationParams) SetContext

SetContext adds the context to the get images by stack name and custom image catalog in organization params

func (*GetImagesByStackNameAndCustomImageCatalogInOrganizationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get images by stack name and custom image catalog in organization params

func (*GetImagesByStackNameAndCustomImageCatalogInOrganizationParams) SetName

SetName adds the name to the get images by stack name and custom image catalog in organization params

func (*GetImagesByStackNameAndCustomImageCatalogInOrganizationParams) SetOrganizationID

func (o *GetImagesByStackNameAndCustomImageCatalogInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the get images by stack name and custom image catalog in organization params

func (*GetImagesByStackNameAndCustomImageCatalogInOrganizationParams) SetStackName

SetStackName adds the stackName to the get images by stack name and custom image catalog in organization params

func (*GetImagesByStackNameAndCustomImageCatalogInOrganizationParams) SetTimeout

SetTimeout adds the timeout to the get images by stack name and custom image catalog in organization params

func (*GetImagesByStackNameAndCustomImageCatalogInOrganizationParams) WithContext

WithContext adds the context to the get images by stack name and custom image catalog in organization params

func (*GetImagesByStackNameAndCustomImageCatalogInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get images by stack name and custom image catalog in organization params

func (*GetImagesByStackNameAndCustomImageCatalogInOrganizationParams) WithName

WithName adds the name to the get images by stack name and custom image catalog in organization params

func (*GetImagesByStackNameAndCustomImageCatalogInOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the get images by stack name and custom image catalog in organization params

func (*GetImagesByStackNameAndCustomImageCatalogInOrganizationParams) WithStackName

WithStackName adds the stackName to the get images by stack name and custom image catalog in organization params

func (*GetImagesByStackNameAndCustomImageCatalogInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the get images by stack name and custom image catalog in organization params

func (*GetImagesByStackNameAndCustomImageCatalogInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetImagesByStackNameAndCustomImageCatalogInOrganizationReader

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

GetImagesByStackNameAndCustomImageCatalogInOrganizationReader is a Reader for the GetImagesByStackNameAndCustomImageCatalogInOrganization structure.

func (*GetImagesByStackNameAndCustomImageCatalogInOrganizationReader) ReadResponse

ReadResponse reads a server response into the received o.

type GetImagesByStackNameAndDefaultImageCatalogInOrganizationOK

type GetImagesByStackNameAndDefaultImageCatalogInOrganizationOK struct {
	Payload *models_cloudbreak.ImagesResponse
}

GetImagesByStackNameAndDefaultImageCatalogInOrganizationOK handles this case with default header values.

successful operation

func NewGetImagesByStackNameAndDefaultImageCatalogInOrganizationOK

func NewGetImagesByStackNameAndDefaultImageCatalogInOrganizationOK() *GetImagesByStackNameAndDefaultImageCatalogInOrganizationOK

NewGetImagesByStackNameAndDefaultImageCatalogInOrganizationOK creates a GetImagesByStackNameAndDefaultImageCatalogInOrganizationOK with default headers values

func (*GetImagesByStackNameAndDefaultImageCatalogInOrganizationOK) Error

type GetImagesByStackNameAndDefaultImageCatalogInOrganizationParams

type GetImagesByStackNameAndDefaultImageCatalogInOrganizationParams struct {

	/*OrganizationID*/
	OrganizationID int64
	/*StackName*/
	StackName string

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

GetImagesByStackNameAndDefaultImageCatalogInOrganizationParams contains all the parameters to send to the API endpoint for the get images by stack name and default image catalog in organization operation typically these are written to a http.Request

func NewGetImagesByStackNameAndDefaultImageCatalogInOrganizationParams

func NewGetImagesByStackNameAndDefaultImageCatalogInOrganizationParams() *GetImagesByStackNameAndDefaultImageCatalogInOrganizationParams

NewGetImagesByStackNameAndDefaultImageCatalogInOrganizationParams creates a new GetImagesByStackNameAndDefaultImageCatalogInOrganizationParams object with the default values initialized.

func NewGetImagesByStackNameAndDefaultImageCatalogInOrganizationParamsWithContext

func NewGetImagesByStackNameAndDefaultImageCatalogInOrganizationParamsWithContext(ctx context.Context) *GetImagesByStackNameAndDefaultImageCatalogInOrganizationParams

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

func NewGetImagesByStackNameAndDefaultImageCatalogInOrganizationParamsWithHTTPClient

func NewGetImagesByStackNameAndDefaultImageCatalogInOrganizationParamsWithHTTPClient(client *http.Client) *GetImagesByStackNameAndDefaultImageCatalogInOrganizationParams

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

func NewGetImagesByStackNameAndDefaultImageCatalogInOrganizationParamsWithTimeout

func NewGetImagesByStackNameAndDefaultImageCatalogInOrganizationParamsWithTimeout(timeout time.Duration) *GetImagesByStackNameAndDefaultImageCatalogInOrganizationParams

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

func (*GetImagesByStackNameAndDefaultImageCatalogInOrganizationParams) SetContext

SetContext adds the context to the get images by stack name and default image catalog in organization params

func (*GetImagesByStackNameAndDefaultImageCatalogInOrganizationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get images by stack name and default image catalog in organization params

func (*GetImagesByStackNameAndDefaultImageCatalogInOrganizationParams) SetOrganizationID

func (o *GetImagesByStackNameAndDefaultImageCatalogInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the get images by stack name and default image catalog in organization params

func (*GetImagesByStackNameAndDefaultImageCatalogInOrganizationParams) SetStackName

SetStackName adds the stackName to the get images by stack name and default image catalog in organization params

func (*GetImagesByStackNameAndDefaultImageCatalogInOrganizationParams) SetTimeout

SetTimeout adds the timeout to the get images by stack name and default image catalog in organization params

func (*GetImagesByStackNameAndDefaultImageCatalogInOrganizationParams) WithContext

WithContext adds the context to the get images by stack name and default image catalog in organization params

func (*GetImagesByStackNameAndDefaultImageCatalogInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get images by stack name and default image catalog in organization params

func (*GetImagesByStackNameAndDefaultImageCatalogInOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the get images by stack name and default image catalog in organization params

func (*GetImagesByStackNameAndDefaultImageCatalogInOrganizationParams) WithStackName

WithStackName adds the stackName to the get images by stack name and default image catalog in organization params

func (*GetImagesByStackNameAndDefaultImageCatalogInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the get images by stack name and default image catalog in organization params

func (*GetImagesByStackNameAndDefaultImageCatalogInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetImagesByStackNameAndDefaultImageCatalogInOrganizationReader

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

GetImagesByStackNameAndDefaultImageCatalogInOrganizationReader is a Reader for the GetImagesByStackNameAndDefaultImageCatalogInOrganization structure.

func (*GetImagesByStackNameAndDefaultImageCatalogInOrganizationReader) ReadResponse

ReadResponse reads a server response into the received o.

type ListImageCatalogsByOrganizationOK

type ListImageCatalogsByOrganizationOK struct {
	Payload []*models_cloudbreak.ImageCatalogResponse
}

ListImageCatalogsByOrganizationOK handles this case with default header values.

successful operation

func NewListImageCatalogsByOrganizationOK

func NewListImageCatalogsByOrganizationOK() *ListImageCatalogsByOrganizationOK

NewListImageCatalogsByOrganizationOK creates a ListImageCatalogsByOrganizationOK with default headers values

func (*ListImageCatalogsByOrganizationOK) Error

type ListImageCatalogsByOrganizationParams

type ListImageCatalogsByOrganizationParams struct {

	/*OrganizationID*/
	OrganizationID int64

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

ListImageCatalogsByOrganizationParams contains all the parameters to send to the API endpoint for the list image catalogs by organization operation typically these are written to a http.Request

func NewListImageCatalogsByOrganizationParams

func NewListImageCatalogsByOrganizationParams() *ListImageCatalogsByOrganizationParams

NewListImageCatalogsByOrganizationParams creates a new ListImageCatalogsByOrganizationParams object with the default values initialized.

func NewListImageCatalogsByOrganizationParamsWithContext

func NewListImageCatalogsByOrganizationParamsWithContext(ctx context.Context) *ListImageCatalogsByOrganizationParams

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

func NewListImageCatalogsByOrganizationParamsWithHTTPClient

func NewListImageCatalogsByOrganizationParamsWithHTTPClient(client *http.Client) *ListImageCatalogsByOrganizationParams

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

func NewListImageCatalogsByOrganizationParamsWithTimeout

func NewListImageCatalogsByOrganizationParamsWithTimeout(timeout time.Duration) *ListImageCatalogsByOrganizationParams

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

func (*ListImageCatalogsByOrganizationParams) SetContext

SetContext adds the context to the list image catalogs by organization params

func (*ListImageCatalogsByOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list image catalogs by organization params

func (*ListImageCatalogsByOrganizationParams) SetOrganizationID

func (o *ListImageCatalogsByOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the list image catalogs by organization params

func (*ListImageCatalogsByOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the list image catalogs by organization params

func (*ListImageCatalogsByOrganizationParams) WithContext

WithContext adds the context to the list image catalogs by organization params

func (*ListImageCatalogsByOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list image catalogs by organization params

func (*ListImageCatalogsByOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the list image catalogs by organization params

func (*ListImageCatalogsByOrganizationParams) WithTimeout

WithTimeout adds the timeout to the list image catalogs by organization params

func (*ListImageCatalogsByOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListImageCatalogsByOrganizationReader

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

ListImageCatalogsByOrganizationReader is a Reader for the ListImageCatalogsByOrganization structure.

func (*ListImageCatalogsByOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutPublicImageCatalogInOrganizationOK

type PutPublicImageCatalogInOrganizationOK struct {
	Payload *models_cloudbreak.ImageCatalogResponse
}

PutPublicImageCatalogInOrganizationOK handles this case with default header values.

successful operation

func NewPutPublicImageCatalogInOrganizationOK

func NewPutPublicImageCatalogInOrganizationOK() *PutPublicImageCatalogInOrganizationOK

NewPutPublicImageCatalogInOrganizationOK creates a PutPublicImageCatalogInOrganizationOK with default headers values

func (*PutPublicImageCatalogInOrganizationOK) Error

type PutPublicImageCatalogInOrganizationParams

type PutPublicImageCatalogInOrganizationParams struct {

	/*Body*/
	Body *models_cloudbreak.UpdateImageCatalogRequest
	/*OrganizationID*/
	OrganizationID int64

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

PutPublicImageCatalogInOrganizationParams contains all the parameters to send to the API endpoint for the put public image catalog in organization operation typically these are written to a http.Request

func NewPutPublicImageCatalogInOrganizationParams

func NewPutPublicImageCatalogInOrganizationParams() *PutPublicImageCatalogInOrganizationParams

NewPutPublicImageCatalogInOrganizationParams creates a new PutPublicImageCatalogInOrganizationParams object with the default values initialized.

func NewPutPublicImageCatalogInOrganizationParamsWithContext

func NewPutPublicImageCatalogInOrganizationParamsWithContext(ctx context.Context) *PutPublicImageCatalogInOrganizationParams

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

func NewPutPublicImageCatalogInOrganizationParamsWithHTTPClient

func NewPutPublicImageCatalogInOrganizationParamsWithHTTPClient(client *http.Client) *PutPublicImageCatalogInOrganizationParams

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

func NewPutPublicImageCatalogInOrganizationParamsWithTimeout

func NewPutPublicImageCatalogInOrganizationParamsWithTimeout(timeout time.Duration) *PutPublicImageCatalogInOrganizationParams

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

func (*PutPublicImageCatalogInOrganizationParams) SetBody

SetBody adds the body to the put public image catalog in organization params

func (*PutPublicImageCatalogInOrganizationParams) SetContext

SetContext adds the context to the put public image catalog in organization params

func (*PutPublicImageCatalogInOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put public image catalog in organization params

func (*PutPublicImageCatalogInOrganizationParams) SetOrganizationID

func (o *PutPublicImageCatalogInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the put public image catalog in organization params

func (*PutPublicImageCatalogInOrganizationParams) SetTimeout

SetTimeout adds the timeout to the put public image catalog in organization params

func (*PutPublicImageCatalogInOrganizationParams) WithBody

WithBody adds the body to the put public image catalog in organization params

func (*PutPublicImageCatalogInOrganizationParams) WithContext

WithContext adds the context to the put public image catalog in organization params

func (*PutPublicImageCatalogInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put public image catalog in organization params

func (*PutPublicImageCatalogInOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the put public image catalog in organization params

func (*PutPublicImageCatalogInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the put public image catalog in organization params

func (*PutPublicImageCatalogInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutPublicImageCatalogInOrganizationReader

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

PutPublicImageCatalogInOrganizationReader is a Reader for the PutPublicImageCatalogInOrganization structure.

func (*PutPublicImageCatalogInOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutSetDefaultImageCatalogByNameInOrganizationOK

type PutSetDefaultImageCatalogByNameInOrganizationOK struct {
	Payload *models_cloudbreak.ImageCatalogResponse
}

PutSetDefaultImageCatalogByNameInOrganizationOK handles this case with default header values.

successful operation

func NewPutSetDefaultImageCatalogByNameInOrganizationOK

func NewPutSetDefaultImageCatalogByNameInOrganizationOK() *PutSetDefaultImageCatalogByNameInOrganizationOK

NewPutSetDefaultImageCatalogByNameInOrganizationOK creates a PutSetDefaultImageCatalogByNameInOrganizationOK with default headers values

func (*PutSetDefaultImageCatalogByNameInOrganizationOK) Error

type PutSetDefaultImageCatalogByNameInOrganizationParams

type PutSetDefaultImageCatalogByNameInOrganizationParams struct {

	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64

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

PutSetDefaultImageCatalogByNameInOrganizationParams contains all the parameters to send to the API endpoint for the put set default image catalog by name in organization operation typically these are written to a http.Request

func NewPutSetDefaultImageCatalogByNameInOrganizationParams

func NewPutSetDefaultImageCatalogByNameInOrganizationParams() *PutSetDefaultImageCatalogByNameInOrganizationParams

NewPutSetDefaultImageCatalogByNameInOrganizationParams creates a new PutSetDefaultImageCatalogByNameInOrganizationParams object with the default values initialized.

func NewPutSetDefaultImageCatalogByNameInOrganizationParamsWithContext

func NewPutSetDefaultImageCatalogByNameInOrganizationParamsWithContext(ctx context.Context) *PutSetDefaultImageCatalogByNameInOrganizationParams

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

func NewPutSetDefaultImageCatalogByNameInOrganizationParamsWithHTTPClient

func NewPutSetDefaultImageCatalogByNameInOrganizationParamsWithHTTPClient(client *http.Client) *PutSetDefaultImageCatalogByNameInOrganizationParams

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

func NewPutSetDefaultImageCatalogByNameInOrganizationParamsWithTimeout

func NewPutSetDefaultImageCatalogByNameInOrganizationParamsWithTimeout(timeout time.Duration) *PutSetDefaultImageCatalogByNameInOrganizationParams

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

func (*PutSetDefaultImageCatalogByNameInOrganizationParams) SetContext

SetContext adds the context to the put set default image catalog by name in organization params

func (*PutSetDefaultImageCatalogByNameInOrganizationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the put set default image catalog by name in organization params

func (*PutSetDefaultImageCatalogByNameInOrganizationParams) SetName

SetName adds the name to the put set default image catalog by name in organization params

func (*PutSetDefaultImageCatalogByNameInOrganizationParams) SetOrganizationID

func (o *PutSetDefaultImageCatalogByNameInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the put set default image catalog by name in organization params

func (*PutSetDefaultImageCatalogByNameInOrganizationParams) SetTimeout

SetTimeout adds the timeout to the put set default image catalog by name in organization params

func (*PutSetDefaultImageCatalogByNameInOrganizationParams) WithContext

WithContext adds the context to the put set default image catalog by name in organization params

func (*PutSetDefaultImageCatalogByNameInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put set default image catalog by name in organization params

func (*PutSetDefaultImageCatalogByNameInOrganizationParams) WithName

WithName adds the name to the put set default image catalog by name in organization params

func (*PutSetDefaultImageCatalogByNameInOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the put set default image catalog by name in organization params

func (*PutSetDefaultImageCatalogByNameInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the put set default image catalog by name in organization params

func (*PutSetDefaultImageCatalogByNameInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutSetDefaultImageCatalogByNameInOrganizationReader

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

PutSetDefaultImageCatalogByNameInOrganizationReader is a Reader for the PutSetDefaultImageCatalogByNameInOrganization structure.

func (*PutSetDefaultImageCatalogByNameInOrganizationReader) ReadResponse

func (o *PutSetDefaultImageCatalogByNameInOrganizationReader) 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