service_catalogs

package
v1.0.86 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2022 License: MIT Imports: 13 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 service catalogs API

func New

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

New creates a new service catalogs API client.

func (*Client) CreateServiceCatalog

CreateServiceCatalog Create a new Service Catalog

func (*Client) DeleteServiceCatalog

DeleteServiceCatalog Delete the service catalog.

func (*Client) GetServiceCatalog

func (a *Client) GetServiceCatalog(params *GetServiceCatalogParams, authInfo runtime.ClientAuthInfoWriter) (*GetServiceCatalogOK, error)

GetServiceCatalog Get the information of the service catalog

func (*Client) GetServiceCatalogConfig

func (a *Client) GetServiceCatalogConfig(params *GetServiceCatalogConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetServiceCatalogConfigOK, error)

GetServiceCatalogConfig Get the config of the service catalog

func (*Client) GetServiceCatalogTerraform

func (a *Client) GetServiceCatalogTerraform(params *GetServiceCatalogTerraformParams, authInfo runtime.ClientAuthInfoWriter) (*GetServiceCatalogTerraformOK, error)

GetServiceCatalogTerraform Get the information of the service catalog Terraform config

func (*Client) GetServiceCatalogTerraformDiagram

GetServiceCatalogTerraformDiagram Get the information of the service catalog Terraform diagram

func (*Client) GetServiceCatalogTerraformImage

func (a *Client) GetServiceCatalogTerraformImage(params *GetServiceCatalogTerraformImageParams, authInfo runtime.ClientAuthInfoWriter) (*GetServiceCatalogTerraformImageOK, error)

GetServiceCatalogTerraformImage Get the SC TF Image

func (*Client) GetServiceCatalogs added in v1.0.49

func (a *Client) GetServiceCatalogs(params *GetServiceCatalogsParams, authInfo runtime.ClientAuthInfoWriter) (*GetServiceCatalogsOK, error)

GetServiceCatalogs Return all the service catalogs

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateServiceCatalog

func (a *Client) UpdateServiceCatalog(params *UpdateServiceCatalogParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateServiceCatalogOK, error)

UpdateServiceCatalog Update the information of the service catalog

func (*Client) UpdateServiceCatalogTerraform

UpdateServiceCatalogTerraform Update/Create the information of the service catalog Terraform config

func (*Client) UpdateServiceCatalogTerraformDiagram

UpdateServiceCatalogTerraformDiagram Update/Create the information of the service catalog Terraform diagram

func (*Client) UpdateServiceCatalogTerraformImage

UpdateServiceCatalogTerraformImage Update/Create the Image for the SC TF Image

func (*Client) ValidateServiceCatalogDependencies

ValidateServiceCatalogDependencies Validates the dependencies of a Service Catalog

type CreateServiceCatalogAccepted added in v1.0.49

type CreateServiceCatalogAccepted struct {
	Payload *CreateServiceCatalogAcceptedBody
}

CreateServiceCatalogAccepted handles this case with default header values.

The information of the service catalog.

func NewCreateServiceCatalogAccepted added in v1.0.49

func NewCreateServiceCatalogAccepted() *CreateServiceCatalogAccepted

NewCreateServiceCatalogAccepted creates a CreateServiceCatalogAccepted with default headers values

func (*CreateServiceCatalogAccepted) Error added in v1.0.49

func (*CreateServiceCatalogAccepted) GetPayload added in v1.0.49

type CreateServiceCatalogAcceptedBody added in v1.0.49

type CreateServiceCatalogAcceptedBody struct {

	// data
	// Required: true
	Data *models.ServiceCatalog `json:"data"`
}

CreateServiceCatalogAcceptedBody create service catalog accepted body swagger:model CreateServiceCatalogAcceptedBody

func (*CreateServiceCatalogAcceptedBody) MarshalBinary added in v1.0.49

func (o *CreateServiceCatalogAcceptedBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateServiceCatalogAcceptedBody) UnmarshalBinary added in v1.0.49

func (o *CreateServiceCatalogAcceptedBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateServiceCatalogAcceptedBody) Validate added in v1.0.49

Validate validates this create service catalog accepted body

type CreateServiceCatalogDefault

type CreateServiceCatalogDefault struct {

	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

CreateServiceCatalogDefault handles this case with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewCreateServiceCatalogDefault

func NewCreateServiceCatalogDefault(code int) *CreateServiceCatalogDefault

NewCreateServiceCatalogDefault creates a CreateServiceCatalogDefault with default headers values

func (*CreateServiceCatalogDefault) Code

func (o *CreateServiceCatalogDefault) Code() int

Code gets the status code for the create service catalog default response

func (*CreateServiceCatalogDefault) Error

func (*CreateServiceCatalogDefault) GetPayload

type CreateServiceCatalogForbidden

type CreateServiceCatalogForbidden struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

CreateServiceCatalogForbidden handles this case with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewCreateServiceCatalogForbidden

func NewCreateServiceCatalogForbidden() *CreateServiceCatalogForbidden

NewCreateServiceCatalogForbidden creates a CreateServiceCatalogForbidden with default headers values

func (*CreateServiceCatalogForbidden) Error

func (*CreateServiceCatalogForbidden) GetPayload

type CreateServiceCatalogNotFound

type CreateServiceCatalogNotFound struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

CreateServiceCatalogNotFound handles this case with default header values.

The response sent when any of the entities present in the path is not found.

func NewCreateServiceCatalogNotFound

func NewCreateServiceCatalogNotFound() *CreateServiceCatalogNotFound

NewCreateServiceCatalogNotFound creates a CreateServiceCatalogNotFound with default headers values

func (*CreateServiceCatalogNotFound) Error

func (*CreateServiceCatalogNotFound) GetPayload

type CreateServiceCatalogParams

type CreateServiceCatalogParams struct {

	/*Body
	  The information of the ServiceCatalog.

	*/
	Body *models.NewServiceCatalog
	/*OrganizationCanonical
	  A canonical of an organization.

	*/
	OrganizationCanonical string

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

CreateServiceCatalogParams contains all the parameters to send to the API endpoint for the create service catalog operation typically these are written to a http.Request

func NewCreateServiceCatalogParams

func NewCreateServiceCatalogParams() *CreateServiceCatalogParams

NewCreateServiceCatalogParams creates a new CreateServiceCatalogParams object with the default values initialized.

func NewCreateServiceCatalogParamsWithContext

func NewCreateServiceCatalogParamsWithContext(ctx context.Context) *CreateServiceCatalogParams

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

func NewCreateServiceCatalogParamsWithHTTPClient

func NewCreateServiceCatalogParamsWithHTTPClient(client *http.Client) *CreateServiceCatalogParams

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

func NewCreateServiceCatalogParamsWithTimeout

func NewCreateServiceCatalogParamsWithTimeout(timeout time.Duration) *CreateServiceCatalogParams

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

func (*CreateServiceCatalogParams) SetBody

SetBody adds the body to the create service catalog params

func (*CreateServiceCatalogParams) SetContext

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

SetContext adds the context to the create service catalog params

func (*CreateServiceCatalogParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create service catalog params

func (*CreateServiceCatalogParams) SetOrganizationCanonical

func (o *CreateServiceCatalogParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the create service catalog params

func (*CreateServiceCatalogParams) SetTimeout

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

SetTimeout adds the timeout to the create service catalog params

func (*CreateServiceCatalogParams) WithBody

WithBody adds the body to the create service catalog params

func (*CreateServiceCatalogParams) WithContext

WithContext adds the context to the create service catalog params

func (*CreateServiceCatalogParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create service catalog params

func (*CreateServiceCatalogParams) WithOrganizationCanonical

func (o *CreateServiceCatalogParams) WithOrganizationCanonical(organizationCanonical string) *CreateServiceCatalogParams

WithOrganizationCanonical adds the organizationCanonical to the create service catalog params

func (*CreateServiceCatalogParams) WithTimeout

WithTimeout adds the timeout to the create service catalog params

func (*CreateServiceCatalogParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateServiceCatalogReader

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

CreateServiceCatalogReader is a Reader for the CreateServiceCatalog structure.

func (*CreateServiceCatalogReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateServiceCatalogUnprocessableEntity

type CreateServiceCatalogUnprocessableEntity struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

CreateServiceCatalogUnprocessableEntity handles this case with default header values.

All the custom errors that are generated from the Cycloid API

func NewCreateServiceCatalogUnprocessableEntity

func NewCreateServiceCatalogUnprocessableEntity() *CreateServiceCatalogUnprocessableEntity

NewCreateServiceCatalogUnprocessableEntity creates a CreateServiceCatalogUnprocessableEntity with default headers values

func (*CreateServiceCatalogUnprocessableEntity) Error

func (*CreateServiceCatalogUnprocessableEntity) GetPayload

type DeleteServiceCatalogConflict

type DeleteServiceCatalogConflict struct {
}

DeleteServiceCatalogConflict handles this case with default header values.

Service Catalog deletion has internal conflict

func NewDeleteServiceCatalogConflict

func NewDeleteServiceCatalogConflict() *DeleteServiceCatalogConflict

NewDeleteServiceCatalogConflict creates a DeleteServiceCatalogConflict with default headers values

func (*DeleteServiceCatalogConflict) Error

type DeleteServiceCatalogForbidden

type DeleteServiceCatalogForbidden struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

DeleteServiceCatalogForbidden handles this case with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewDeleteServiceCatalogForbidden

func NewDeleteServiceCatalogForbidden() *DeleteServiceCatalogForbidden

NewDeleteServiceCatalogForbidden creates a DeleteServiceCatalogForbidden with default headers values

func (*DeleteServiceCatalogForbidden) Error

func (*DeleteServiceCatalogForbidden) GetPayload

type DeleteServiceCatalogNoContent

type DeleteServiceCatalogNoContent struct {
}

DeleteServiceCatalogNoContent handles this case with default header values.

Service Catalog has been deleted.

func NewDeleteServiceCatalogNoContent

func NewDeleteServiceCatalogNoContent() *DeleteServiceCatalogNoContent

NewDeleteServiceCatalogNoContent creates a DeleteServiceCatalogNoContent with default headers values

func (*DeleteServiceCatalogNoContent) Error

type DeleteServiceCatalogNotFound

type DeleteServiceCatalogNotFound struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

DeleteServiceCatalogNotFound handles this case with default header values.

The response sent when any of the entities present in the path is not found.

func NewDeleteServiceCatalogNotFound

func NewDeleteServiceCatalogNotFound() *DeleteServiceCatalogNotFound

NewDeleteServiceCatalogNotFound creates a DeleteServiceCatalogNotFound with default headers values

func (*DeleteServiceCatalogNotFound) Error

func (*DeleteServiceCatalogNotFound) GetPayload

type DeleteServiceCatalogParams

type DeleteServiceCatalogParams struct {

	/*OrganizationCanonical
	  A canonical of an organization.

	*/
	OrganizationCanonical string
	/*ServiceCatalogRef
	  A Service Catalog name

	*/
	ServiceCatalogRef string

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

DeleteServiceCatalogParams contains all the parameters to send to the API endpoint for the delete service catalog operation typically these are written to a http.Request

func NewDeleteServiceCatalogParams

func NewDeleteServiceCatalogParams() *DeleteServiceCatalogParams

NewDeleteServiceCatalogParams creates a new DeleteServiceCatalogParams object with the default values initialized.

func NewDeleteServiceCatalogParamsWithContext

func NewDeleteServiceCatalogParamsWithContext(ctx context.Context) *DeleteServiceCatalogParams

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

func NewDeleteServiceCatalogParamsWithHTTPClient

func NewDeleteServiceCatalogParamsWithHTTPClient(client *http.Client) *DeleteServiceCatalogParams

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

func NewDeleteServiceCatalogParamsWithTimeout

func NewDeleteServiceCatalogParamsWithTimeout(timeout time.Duration) *DeleteServiceCatalogParams

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

func (*DeleteServiceCatalogParams) SetContext

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

SetContext adds the context to the delete service catalog params

func (*DeleteServiceCatalogParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete service catalog params

func (*DeleteServiceCatalogParams) SetOrganizationCanonical

func (o *DeleteServiceCatalogParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the delete service catalog params

func (*DeleteServiceCatalogParams) SetServiceCatalogRef

func (o *DeleteServiceCatalogParams) SetServiceCatalogRef(serviceCatalogRef string)

SetServiceCatalogRef adds the serviceCatalogRef to the delete service catalog params

func (*DeleteServiceCatalogParams) SetTimeout

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

SetTimeout adds the timeout to the delete service catalog params

func (*DeleteServiceCatalogParams) WithContext

WithContext adds the context to the delete service catalog params

func (*DeleteServiceCatalogParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete service catalog params

func (*DeleteServiceCatalogParams) WithOrganizationCanonical

func (o *DeleteServiceCatalogParams) WithOrganizationCanonical(organizationCanonical string) *DeleteServiceCatalogParams

WithOrganizationCanonical adds the organizationCanonical to the delete service catalog params

func (*DeleteServiceCatalogParams) WithServiceCatalogRef

func (o *DeleteServiceCatalogParams) WithServiceCatalogRef(serviceCatalogRef string) *DeleteServiceCatalogParams

WithServiceCatalogRef adds the serviceCatalogRef to the delete service catalog params

func (*DeleteServiceCatalogParams) WithTimeout

WithTimeout adds the timeout to the delete service catalog params

func (*DeleteServiceCatalogParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteServiceCatalogReader

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

DeleteServiceCatalogReader is a Reader for the DeleteServiceCatalog structure.

func (*DeleteServiceCatalogReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetServiceCatalogConfigDefault

type GetServiceCatalogConfigDefault struct {

	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

GetServiceCatalogConfigDefault handles this case with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewGetServiceCatalogConfigDefault

func NewGetServiceCatalogConfigDefault(code int) *GetServiceCatalogConfigDefault

NewGetServiceCatalogConfigDefault creates a GetServiceCatalogConfigDefault with default headers values

func (*GetServiceCatalogConfigDefault) Code

Code gets the status code for the get service catalog config default response

func (*GetServiceCatalogConfigDefault) Error

func (*GetServiceCatalogConfigDefault) GetPayload

type GetServiceCatalogConfigForbidden

type GetServiceCatalogConfigForbidden struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

GetServiceCatalogConfigForbidden handles this case with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewGetServiceCatalogConfigForbidden

func NewGetServiceCatalogConfigForbidden() *GetServiceCatalogConfigForbidden

NewGetServiceCatalogConfigForbidden creates a GetServiceCatalogConfigForbidden with default headers values

func (*GetServiceCatalogConfigForbidden) Error

func (*GetServiceCatalogConfigForbidden) GetPayload

type GetServiceCatalogConfigNotFound

type GetServiceCatalogConfigNotFound struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

GetServiceCatalogConfigNotFound handles this case with default header values.

The response sent when any of the entities present in the path is not found.

func NewGetServiceCatalogConfigNotFound

func NewGetServiceCatalogConfigNotFound() *GetServiceCatalogConfigNotFound

NewGetServiceCatalogConfigNotFound creates a GetServiceCatalogConfigNotFound with default headers values

func (*GetServiceCatalogConfigNotFound) Error

func (*GetServiceCatalogConfigNotFound) GetPayload

type GetServiceCatalogConfigOK

type GetServiceCatalogConfigOK struct {
	Payload *GetServiceCatalogConfigOKBody
}

GetServiceCatalogConfigOK handles this case with default header values.

The config of the service catalog.

func NewGetServiceCatalogConfigOK

func NewGetServiceCatalogConfigOK() *GetServiceCatalogConfigOK

NewGetServiceCatalogConfigOK creates a GetServiceCatalogConfigOK with default headers values

func (*GetServiceCatalogConfigOK) Error

func (o *GetServiceCatalogConfigOK) Error() string

func (*GetServiceCatalogConfigOK) GetPayload

type GetServiceCatalogConfigOKBody

type GetServiceCatalogConfigOKBody struct {

	// data
	// Required: true
	Data interface{} `json:"data"`
}

GetServiceCatalogConfigOKBody get service catalog config o k body swagger:model GetServiceCatalogConfigOKBody

func (*GetServiceCatalogConfigOKBody) MarshalBinary

func (o *GetServiceCatalogConfigOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetServiceCatalogConfigOKBody) UnmarshalBinary

func (o *GetServiceCatalogConfigOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetServiceCatalogConfigOKBody) Validate

func (o *GetServiceCatalogConfigOKBody) Validate(formats strfmt.Registry) error

Validate validates this get service catalog config o k body

type GetServiceCatalogConfigParams

type GetServiceCatalogConfigParams struct {

	/*OrganizationCanonical
	  A canonical of an organization.

	*/
	OrganizationCanonical string
	/*ServiceCatalogRef
	  A Service Catalog name

	*/
	ServiceCatalogRef string

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

GetServiceCatalogConfigParams contains all the parameters to send to the API endpoint for the get service catalog config operation typically these are written to a http.Request

func NewGetServiceCatalogConfigParams

func NewGetServiceCatalogConfigParams() *GetServiceCatalogConfigParams

NewGetServiceCatalogConfigParams creates a new GetServiceCatalogConfigParams object with the default values initialized.

func NewGetServiceCatalogConfigParamsWithContext

func NewGetServiceCatalogConfigParamsWithContext(ctx context.Context) *GetServiceCatalogConfigParams

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

func NewGetServiceCatalogConfigParamsWithHTTPClient

func NewGetServiceCatalogConfigParamsWithHTTPClient(client *http.Client) *GetServiceCatalogConfigParams

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

func NewGetServiceCatalogConfigParamsWithTimeout

func NewGetServiceCatalogConfigParamsWithTimeout(timeout time.Duration) *GetServiceCatalogConfigParams

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

func (*GetServiceCatalogConfigParams) SetContext

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

SetContext adds the context to the get service catalog config params

func (*GetServiceCatalogConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get service catalog config params

func (*GetServiceCatalogConfigParams) SetOrganizationCanonical

func (o *GetServiceCatalogConfigParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the get service catalog config params

func (*GetServiceCatalogConfigParams) SetServiceCatalogRef

func (o *GetServiceCatalogConfigParams) SetServiceCatalogRef(serviceCatalogRef string)

SetServiceCatalogRef adds the serviceCatalogRef to the get service catalog config params

func (*GetServiceCatalogConfigParams) SetTimeout

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

SetTimeout adds the timeout to the get service catalog config params

func (*GetServiceCatalogConfigParams) WithContext

WithContext adds the context to the get service catalog config params

func (*GetServiceCatalogConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get service catalog config params

func (*GetServiceCatalogConfigParams) WithOrganizationCanonical

func (o *GetServiceCatalogConfigParams) WithOrganizationCanonical(organizationCanonical string) *GetServiceCatalogConfigParams

WithOrganizationCanonical adds the organizationCanonical to the get service catalog config params

func (*GetServiceCatalogConfigParams) WithServiceCatalogRef

func (o *GetServiceCatalogConfigParams) WithServiceCatalogRef(serviceCatalogRef string) *GetServiceCatalogConfigParams

WithServiceCatalogRef adds the serviceCatalogRef to the get service catalog config params

func (*GetServiceCatalogConfigParams) WithTimeout

WithTimeout adds the timeout to the get service catalog config params

func (*GetServiceCatalogConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetServiceCatalogConfigReader

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

GetServiceCatalogConfigReader is a Reader for the GetServiceCatalogConfig structure.

func (*GetServiceCatalogConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetServiceCatalogDefault

type GetServiceCatalogDefault struct {

	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

GetServiceCatalogDefault handles this case with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewGetServiceCatalogDefault

func NewGetServiceCatalogDefault(code int) *GetServiceCatalogDefault

NewGetServiceCatalogDefault creates a GetServiceCatalogDefault with default headers values

func (*GetServiceCatalogDefault) Code

func (o *GetServiceCatalogDefault) Code() int

Code gets the status code for the get service catalog default response

func (*GetServiceCatalogDefault) Error

func (o *GetServiceCatalogDefault) Error() string

func (*GetServiceCatalogDefault) GetPayload

func (o *GetServiceCatalogDefault) GetPayload() *models.ErrorPayload

type GetServiceCatalogForbidden

type GetServiceCatalogForbidden struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

GetServiceCatalogForbidden handles this case with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewGetServiceCatalogForbidden

func NewGetServiceCatalogForbidden() *GetServiceCatalogForbidden

NewGetServiceCatalogForbidden creates a GetServiceCatalogForbidden with default headers values

func (*GetServiceCatalogForbidden) Error

func (*GetServiceCatalogForbidden) GetPayload

type GetServiceCatalogNotFound

type GetServiceCatalogNotFound struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

GetServiceCatalogNotFound handles this case with default header values.

The response sent when any of the entities present in the path is not found.

func NewGetServiceCatalogNotFound

func NewGetServiceCatalogNotFound() *GetServiceCatalogNotFound

NewGetServiceCatalogNotFound creates a GetServiceCatalogNotFound with default headers values

func (*GetServiceCatalogNotFound) Error

func (o *GetServiceCatalogNotFound) Error() string

func (*GetServiceCatalogNotFound) GetPayload

type GetServiceCatalogOK

type GetServiceCatalogOK struct {
	Payload *GetServiceCatalogOKBody
}

GetServiceCatalogOK handles this case with default header values.

The information of the service catalog.

func NewGetServiceCatalogOK

func NewGetServiceCatalogOK() *GetServiceCatalogOK

NewGetServiceCatalogOK creates a GetServiceCatalogOK with default headers values

func (*GetServiceCatalogOK) Error

func (o *GetServiceCatalogOK) Error() string

func (*GetServiceCatalogOK) GetPayload

type GetServiceCatalogOKBody

type GetServiceCatalogOKBody struct {

	// data
	// Required: true
	Data *models.ServiceCatalog `json:"data"`
}

GetServiceCatalogOKBody get service catalog o k body swagger:model GetServiceCatalogOKBody

func (*GetServiceCatalogOKBody) MarshalBinary

func (o *GetServiceCatalogOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetServiceCatalogOKBody) UnmarshalBinary

func (o *GetServiceCatalogOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetServiceCatalogOKBody) Validate

func (o *GetServiceCatalogOKBody) Validate(formats strfmt.Registry) error

Validate validates this get service catalog o k body

type GetServiceCatalogParams

type GetServiceCatalogParams struct {

	/*OrganizationCanonical
	  A canonical of an organization.

	*/
	OrganizationCanonical string
	/*ServiceCatalogRef
	  A Service Catalog name

	*/
	ServiceCatalogRef string

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

GetServiceCatalogParams contains all the parameters to send to the API endpoint for the get service catalog operation typically these are written to a http.Request

func NewGetServiceCatalogParams

func NewGetServiceCatalogParams() *GetServiceCatalogParams

NewGetServiceCatalogParams creates a new GetServiceCatalogParams object with the default values initialized.

func NewGetServiceCatalogParamsWithContext

func NewGetServiceCatalogParamsWithContext(ctx context.Context) *GetServiceCatalogParams

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

func NewGetServiceCatalogParamsWithHTTPClient

func NewGetServiceCatalogParamsWithHTTPClient(client *http.Client) *GetServiceCatalogParams

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

func NewGetServiceCatalogParamsWithTimeout

func NewGetServiceCatalogParamsWithTimeout(timeout time.Duration) *GetServiceCatalogParams

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

func (*GetServiceCatalogParams) SetContext

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

SetContext adds the context to the get service catalog params

func (*GetServiceCatalogParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get service catalog params

func (*GetServiceCatalogParams) SetOrganizationCanonical

func (o *GetServiceCatalogParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the get service catalog params

func (*GetServiceCatalogParams) SetServiceCatalogRef

func (o *GetServiceCatalogParams) SetServiceCatalogRef(serviceCatalogRef string)

SetServiceCatalogRef adds the serviceCatalogRef to the get service catalog params

func (*GetServiceCatalogParams) SetTimeout

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

SetTimeout adds the timeout to the get service catalog params

func (*GetServiceCatalogParams) WithContext

WithContext adds the context to the get service catalog params

func (*GetServiceCatalogParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get service catalog params

func (*GetServiceCatalogParams) WithOrganizationCanonical

func (o *GetServiceCatalogParams) WithOrganizationCanonical(organizationCanonical string) *GetServiceCatalogParams

WithOrganizationCanonical adds the organizationCanonical to the get service catalog params

func (*GetServiceCatalogParams) WithServiceCatalogRef

func (o *GetServiceCatalogParams) WithServiceCatalogRef(serviceCatalogRef string) *GetServiceCatalogParams

WithServiceCatalogRef adds the serviceCatalogRef to the get service catalog params

func (*GetServiceCatalogParams) WithTimeout

WithTimeout adds the timeout to the get service catalog params

func (*GetServiceCatalogParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetServiceCatalogReader

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

GetServiceCatalogReader is a Reader for the GetServiceCatalog structure.

func (*GetServiceCatalogReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetServiceCatalogTerraformDefault

type GetServiceCatalogTerraformDefault struct {

	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

GetServiceCatalogTerraformDefault handles this case with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewGetServiceCatalogTerraformDefault

func NewGetServiceCatalogTerraformDefault(code int) *GetServiceCatalogTerraformDefault

NewGetServiceCatalogTerraformDefault creates a GetServiceCatalogTerraformDefault with default headers values

func (*GetServiceCatalogTerraformDefault) Code

Code gets the status code for the get service catalog terraform default response

func (*GetServiceCatalogTerraformDefault) Error

func (*GetServiceCatalogTerraformDefault) GetPayload

type GetServiceCatalogTerraformDiagramDefault

type GetServiceCatalogTerraformDiagramDefault struct {

	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

GetServiceCatalogTerraformDiagramDefault handles this case with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewGetServiceCatalogTerraformDiagramDefault

func NewGetServiceCatalogTerraformDiagramDefault(code int) *GetServiceCatalogTerraformDiagramDefault

NewGetServiceCatalogTerraformDiagramDefault creates a GetServiceCatalogTerraformDiagramDefault with default headers values

func (*GetServiceCatalogTerraformDiagramDefault) Code

Code gets the status code for the get service catalog terraform diagram default response

func (*GetServiceCatalogTerraformDiagramDefault) Error

func (*GetServiceCatalogTerraformDiagramDefault) GetPayload

type GetServiceCatalogTerraformDiagramForbidden

type GetServiceCatalogTerraformDiagramForbidden struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

GetServiceCatalogTerraformDiagramForbidden handles this case with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewGetServiceCatalogTerraformDiagramForbidden

func NewGetServiceCatalogTerraformDiagramForbidden() *GetServiceCatalogTerraformDiagramForbidden

NewGetServiceCatalogTerraformDiagramForbidden creates a GetServiceCatalogTerraformDiagramForbidden with default headers values

func (*GetServiceCatalogTerraformDiagramForbidden) Error

func (*GetServiceCatalogTerraformDiagramForbidden) GetPayload

type GetServiceCatalogTerraformDiagramNotFound

type GetServiceCatalogTerraformDiagramNotFound struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

GetServiceCatalogTerraformDiagramNotFound handles this case with default header values.

The response sent when any of the entities present in the path is not found.

func NewGetServiceCatalogTerraformDiagramNotFound

func NewGetServiceCatalogTerraformDiagramNotFound() *GetServiceCatalogTerraformDiagramNotFound

NewGetServiceCatalogTerraformDiagramNotFound creates a GetServiceCatalogTerraformDiagramNotFound with default headers values

func (*GetServiceCatalogTerraformDiagramNotFound) Error

func (*GetServiceCatalogTerraformDiagramNotFound) GetPayload

type GetServiceCatalogTerraformDiagramOK

type GetServiceCatalogTerraformDiagramOK struct {
	Payload *GetServiceCatalogTerraformDiagramOKBody
}

GetServiceCatalogTerraformDiagramOK handles this case with default header values.

The information of Terraform Diagram

func NewGetServiceCatalogTerraformDiagramOK

func NewGetServiceCatalogTerraformDiagramOK() *GetServiceCatalogTerraformDiagramOK

NewGetServiceCatalogTerraformDiagramOK creates a GetServiceCatalogTerraformDiagramOK with default headers values

func (*GetServiceCatalogTerraformDiagramOK) Error

func (*GetServiceCatalogTerraformDiagramOK) GetPayload

type GetServiceCatalogTerraformDiagramOKBody

type GetServiceCatalogTerraformDiagramOKBody struct {

	// data
	// Required: true
	Data models.TerraformJSONDiagram `json:"data"`
}

GetServiceCatalogTerraformDiagramOKBody get service catalog terraform diagram o k body swagger:model GetServiceCatalogTerraformDiagramOKBody

func (*GetServiceCatalogTerraformDiagramOKBody) MarshalBinary

func (o *GetServiceCatalogTerraformDiagramOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetServiceCatalogTerraformDiagramOKBody) UnmarshalBinary

func (o *GetServiceCatalogTerraformDiagramOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetServiceCatalogTerraformDiagramOKBody) Validate

Validate validates this get service catalog terraform diagram o k body

type GetServiceCatalogTerraformDiagramParams

type GetServiceCatalogTerraformDiagramParams struct {

	/*OrganizationCanonical
	  A canonical of an organization.

	*/
	OrganizationCanonical string
	/*ServiceCatalogRef
	  A Service Catalog name

	*/
	ServiceCatalogRef string

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

GetServiceCatalogTerraformDiagramParams contains all the parameters to send to the API endpoint for the get service catalog terraform diagram operation typically these are written to a http.Request

func NewGetServiceCatalogTerraformDiagramParams

func NewGetServiceCatalogTerraformDiagramParams() *GetServiceCatalogTerraformDiagramParams

NewGetServiceCatalogTerraformDiagramParams creates a new GetServiceCatalogTerraformDiagramParams object with the default values initialized.

func NewGetServiceCatalogTerraformDiagramParamsWithContext

func NewGetServiceCatalogTerraformDiagramParamsWithContext(ctx context.Context) *GetServiceCatalogTerraformDiagramParams

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

func NewGetServiceCatalogTerraformDiagramParamsWithHTTPClient

func NewGetServiceCatalogTerraformDiagramParamsWithHTTPClient(client *http.Client) *GetServiceCatalogTerraformDiagramParams

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

func NewGetServiceCatalogTerraformDiagramParamsWithTimeout

func NewGetServiceCatalogTerraformDiagramParamsWithTimeout(timeout time.Duration) *GetServiceCatalogTerraformDiagramParams

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

func (*GetServiceCatalogTerraformDiagramParams) SetContext

SetContext adds the context to the get service catalog terraform diagram params

func (*GetServiceCatalogTerraformDiagramParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get service catalog terraform diagram params

func (*GetServiceCatalogTerraformDiagramParams) SetOrganizationCanonical

func (o *GetServiceCatalogTerraformDiagramParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the get service catalog terraform diagram params

func (*GetServiceCatalogTerraformDiagramParams) SetServiceCatalogRef

func (o *GetServiceCatalogTerraformDiagramParams) SetServiceCatalogRef(serviceCatalogRef string)

SetServiceCatalogRef adds the serviceCatalogRef to the get service catalog terraform diagram params

func (*GetServiceCatalogTerraformDiagramParams) SetTimeout

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

SetTimeout adds the timeout to the get service catalog terraform diagram params

func (*GetServiceCatalogTerraformDiagramParams) WithContext

WithContext adds the context to the get service catalog terraform diagram params

func (*GetServiceCatalogTerraformDiagramParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get service catalog terraform diagram params

func (*GetServiceCatalogTerraformDiagramParams) WithOrganizationCanonical

func (o *GetServiceCatalogTerraformDiagramParams) WithOrganizationCanonical(organizationCanonical string) *GetServiceCatalogTerraformDiagramParams

WithOrganizationCanonical adds the organizationCanonical to the get service catalog terraform diagram params

func (*GetServiceCatalogTerraformDiagramParams) WithServiceCatalogRef

func (o *GetServiceCatalogTerraformDiagramParams) WithServiceCatalogRef(serviceCatalogRef string) *GetServiceCatalogTerraformDiagramParams

WithServiceCatalogRef adds the serviceCatalogRef to the get service catalog terraform diagram params

func (*GetServiceCatalogTerraformDiagramParams) WithTimeout

WithTimeout adds the timeout to the get service catalog terraform diagram params

func (*GetServiceCatalogTerraformDiagramParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetServiceCatalogTerraformDiagramReader

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

GetServiceCatalogTerraformDiagramReader is a Reader for the GetServiceCatalogTerraformDiagram structure.

func (*GetServiceCatalogTerraformDiagramReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetServiceCatalogTerraformForbidden

type GetServiceCatalogTerraformForbidden struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

GetServiceCatalogTerraformForbidden handles this case with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewGetServiceCatalogTerraformForbidden

func NewGetServiceCatalogTerraformForbidden() *GetServiceCatalogTerraformForbidden

NewGetServiceCatalogTerraformForbidden creates a GetServiceCatalogTerraformForbidden with default headers values

func (*GetServiceCatalogTerraformForbidden) Error

func (*GetServiceCatalogTerraformForbidden) GetPayload

type GetServiceCatalogTerraformImageDefault

type GetServiceCatalogTerraformImageDefault struct {

	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

GetServiceCatalogTerraformImageDefault handles this case with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewGetServiceCatalogTerraformImageDefault

func NewGetServiceCatalogTerraformImageDefault(code int) *GetServiceCatalogTerraformImageDefault

NewGetServiceCatalogTerraformImageDefault creates a GetServiceCatalogTerraformImageDefault with default headers values

func (*GetServiceCatalogTerraformImageDefault) Code

Code gets the status code for the get service catalog terraform image default response

func (*GetServiceCatalogTerraformImageDefault) Error

func (*GetServiceCatalogTerraformImageDefault) GetPayload

type GetServiceCatalogTerraformImageForbidden

type GetServiceCatalogTerraformImageForbidden struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

GetServiceCatalogTerraformImageForbidden handles this case with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewGetServiceCatalogTerraformImageForbidden

func NewGetServiceCatalogTerraformImageForbidden() *GetServiceCatalogTerraformImageForbidden

NewGetServiceCatalogTerraformImageForbidden creates a GetServiceCatalogTerraformImageForbidden with default headers values

func (*GetServiceCatalogTerraformImageForbidden) Error

func (*GetServiceCatalogTerraformImageForbidden) GetPayload

type GetServiceCatalogTerraformImageNotFound

type GetServiceCatalogTerraformImageNotFound struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

GetServiceCatalogTerraformImageNotFound handles this case with default header values.

The response sent when any of the entities present in the path is not found.

func NewGetServiceCatalogTerraformImageNotFound

func NewGetServiceCatalogTerraformImageNotFound() *GetServiceCatalogTerraformImageNotFound

NewGetServiceCatalogTerraformImageNotFound creates a GetServiceCatalogTerraformImageNotFound with default headers values

func (*GetServiceCatalogTerraformImageNotFound) Error

func (*GetServiceCatalogTerraformImageNotFound) GetPayload

type GetServiceCatalogTerraformImageOK

type GetServiceCatalogTerraformImageOK struct {
	Payload *GetServiceCatalogTerraformImageOKBody
}

GetServiceCatalogTerraformImageOK handles this case with default header values.

The SC TF Image

func NewGetServiceCatalogTerraformImageOK

func NewGetServiceCatalogTerraformImageOK() *GetServiceCatalogTerraformImageOK

NewGetServiceCatalogTerraformImageOK creates a GetServiceCatalogTerraformImageOK with default headers values

func (*GetServiceCatalogTerraformImageOK) Error

func (*GetServiceCatalogTerraformImageOK) GetPayload

type GetServiceCatalogTerraformImageOKBody

type GetServiceCatalogTerraformImageOKBody struct {

	// data
	// Required: true
	Data *models.TerraformImage `json:"data"`
}

GetServiceCatalogTerraformImageOKBody get service catalog terraform image o k body swagger:model GetServiceCatalogTerraformImageOKBody

func (*GetServiceCatalogTerraformImageOKBody) MarshalBinary

func (o *GetServiceCatalogTerraformImageOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetServiceCatalogTerraformImageOKBody) UnmarshalBinary

func (o *GetServiceCatalogTerraformImageOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetServiceCatalogTerraformImageOKBody) Validate

Validate validates this get service catalog terraform image o k body

type GetServiceCatalogTerraformImageParams

type GetServiceCatalogTerraformImageParams struct {

	/*OrganizationCanonical
	  A canonical of an organization.

	*/
	OrganizationCanonical string
	/*ServiceCatalogRef
	  A Service Catalog name

	*/
	ServiceCatalogRef string

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

GetServiceCatalogTerraformImageParams contains all the parameters to send to the API endpoint for the get service catalog terraform image operation typically these are written to a http.Request

func NewGetServiceCatalogTerraformImageParams

func NewGetServiceCatalogTerraformImageParams() *GetServiceCatalogTerraformImageParams

NewGetServiceCatalogTerraformImageParams creates a new GetServiceCatalogTerraformImageParams object with the default values initialized.

func NewGetServiceCatalogTerraformImageParamsWithContext

func NewGetServiceCatalogTerraformImageParamsWithContext(ctx context.Context) *GetServiceCatalogTerraformImageParams

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

func NewGetServiceCatalogTerraformImageParamsWithHTTPClient

func NewGetServiceCatalogTerraformImageParamsWithHTTPClient(client *http.Client) *GetServiceCatalogTerraformImageParams

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

func NewGetServiceCatalogTerraformImageParamsWithTimeout

func NewGetServiceCatalogTerraformImageParamsWithTimeout(timeout time.Duration) *GetServiceCatalogTerraformImageParams

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

func (*GetServiceCatalogTerraformImageParams) SetContext

SetContext adds the context to the get service catalog terraform image params

func (*GetServiceCatalogTerraformImageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get service catalog terraform image params

func (*GetServiceCatalogTerraformImageParams) SetOrganizationCanonical

func (o *GetServiceCatalogTerraformImageParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the get service catalog terraform image params

func (*GetServiceCatalogTerraformImageParams) SetServiceCatalogRef

func (o *GetServiceCatalogTerraformImageParams) SetServiceCatalogRef(serviceCatalogRef string)

SetServiceCatalogRef adds the serviceCatalogRef to the get service catalog terraform image params

func (*GetServiceCatalogTerraformImageParams) SetTimeout

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

SetTimeout adds the timeout to the get service catalog terraform image params

func (*GetServiceCatalogTerraformImageParams) WithContext

WithContext adds the context to the get service catalog terraform image params

func (*GetServiceCatalogTerraformImageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get service catalog terraform image params

func (*GetServiceCatalogTerraformImageParams) WithOrganizationCanonical

func (o *GetServiceCatalogTerraformImageParams) WithOrganizationCanonical(organizationCanonical string) *GetServiceCatalogTerraformImageParams

WithOrganizationCanonical adds the organizationCanonical to the get service catalog terraform image params

func (*GetServiceCatalogTerraformImageParams) WithServiceCatalogRef

func (o *GetServiceCatalogTerraformImageParams) WithServiceCatalogRef(serviceCatalogRef string) *GetServiceCatalogTerraformImageParams

WithServiceCatalogRef adds the serviceCatalogRef to the get service catalog terraform image params

func (*GetServiceCatalogTerraformImageParams) WithTimeout

WithTimeout adds the timeout to the get service catalog terraform image params

func (*GetServiceCatalogTerraformImageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetServiceCatalogTerraformImageReader

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

GetServiceCatalogTerraformImageReader is a Reader for the GetServiceCatalogTerraformImage structure.

func (*GetServiceCatalogTerraformImageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetServiceCatalogTerraformNotFound

type GetServiceCatalogTerraformNotFound struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

GetServiceCatalogTerraformNotFound handles this case with default header values.

The response sent when any of the entities present in the path is not found.

func NewGetServiceCatalogTerraformNotFound

func NewGetServiceCatalogTerraformNotFound() *GetServiceCatalogTerraformNotFound

NewGetServiceCatalogTerraformNotFound creates a GetServiceCatalogTerraformNotFound with default headers values

func (*GetServiceCatalogTerraformNotFound) Error

func (*GetServiceCatalogTerraformNotFound) GetPayload

type GetServiceCatalogTerraformOK

type GetServiceCatalogTerraformOK struct {
	Payload *GetServiceCatalogTerraformOKBody
}

GetServiceCatalogTerraformOK handles this case with default header values.

The information of Terraform

func NewGetServiceCatalogTerraformOK

func NewGetServiceCatalogTerraformOK() *GetServiceCatalogTerraformOK

NewGetServiceCatalogTerraformOK creates a GetServiceCatalogTerraformOK with default headers values

func (*GetServiceCatalogTerraformOK) Error

func (*GetServiceCatalogTerraformOK) GetPayload

type GetServiceCatalogTerraformOKBody

type GetServiceCatalogTerraformOKBody struct {

	// data
	// Required: true
	Data *models.TerraformJSONConfig `json:"data"`
}

GetServiceCatalogTerraformOKBody get service catalog terraform o k body swagger:model GetServiceCatalogTerraformOKBody

func (*GetServiceCatalogTerraformOKBody) MarshalBinary

func (o *GetServiceCatalogTerraformOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetServiceCatalogTerraformOKBody) UnmarshalBinary

func (o *GetServiceCatalogTerraformOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetServiceCatalogTerraformOKBody) Validate

Validate validates this get service catalog terraform o k body

type GetServiceCatalogTerraformParams

type GetServiceCatalogTerraformParams struct {

	/*OrganizationCanonical
	  A canonical of an organization.

	*/
	OrganizationCanonical string
	/*ServiceCatalogRef
	  A Service Catalog name

	*/
	ServiceCatalogRef string
	/*UseCaseCanonical
	  A use case canonical

	*/
	UseCaseCanonical string

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

GetServiceCatalogTerraformParams contains all the parameters to send to the API endpoint for the get service catalog terraform operation typically these are written to a http.Request

func NewGetServiceCatalogTerraformParams

func NewGetServiceCatalogTerraformParams() *GetServiceCatalogTerraformParams

NewGetServiceCatalogTerraformParams creates a new GetServiceCatalogTerraformParams object with the default values initialized.

func NewGetServiceCatalogTerraformParamsWithContext

func NewGetServiceCatalogTerraformParamsWithContext(ctx context.Context) *GetServiceCatalogTerraformParams

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

func NewGetServiceCatalogTerraformParamsWithHTTPClient

func NewGetServiceCatalogTerraformParamsWithHTTPClient(client *http.Client) *GetServiceCatalogTerraformParams

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

func NewGetServiceCatalogTerraformParamsWithTimeout

func NewGetServiceCatalogTerraformParamsWithTimeout(timeout time.Duration) *GetServiceCatalogTerraformParams

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

func (*GetServiceCatalogTerraformParams) SetContext

SetContext adds the context to the get service catalog terraform params

func (*GetServiceCatalogTerraformParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get service catalog terraform params

func (*GetServiceCatalogTerraformParams) SetOrganizationCanonical

func (o *GetServiceCatalogTerraformParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the get service catalog terraform params

func (*GetServiceCatalogTerraformParams) SetServiceCatalogRef

func (o *GetServiceCatalogTerraformParams) SetServiceCatalogRef(serviceCatalogRef string)

SetServiceCatalogRef adds the serviceCatalogRef to the get service catalog terraform params

func (*GetServiceCatalogTerraformParams) SetTimeout

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

SetTimeout adds the timeout to the get service catalog terraform params

func (*GetServiceCatalogTerraformParams) SetUseCaseCanonical

func (o *GetServiceCatalogTerraformParams) SetUseCaseCanonical(useCaseCanonical string)

SetUseCaseCanonical adds the useCaseCanonical to the get service catalog terraform params

func (*GetServiceCatalogTerraformParams) WithContext

WithContext adds the context to the get service catalog terraform params

func (*GetServiceCatalogTerraformParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get service catalog terraform params

func (*GetServiceCatalogTerraformParams) WithOrganizationCanonical

func (o *GetServiceCatalogTerraformParams) WithOrganizationCanonical(organizationCanonical string) *GetServiceCatalogTerraformParams

WithOrganizationCanonical adds the organizationCanonical to the get service catalog terraform params

func (*GetServiceCatalogTerraformParams) WithServiceCatalogRef

func (o *GetServiceCatalogTerraformParams) WithServiceCatalogRef(serviceCatalogRef string) *GetServiceCatalogTerraformParams

WithServiceCatalogRef adds the serviceCatalogRef to the get service catalog terraform params

func (*GetServiceCatalogTerraformParams) WithTimeout

WithTimeout adds the timeout to the get service catalog terraform params

func (*GetServiceCatalogTerraformParams) WithUseCaseCanonical

func (o *GetServiceCatalogTerraformParams) WithUseCaseCanonical(useCaseCanonical string) *GetServiceCatalogTerraformParams

WithUseCaseCanonical adds the useCaseCanonical to the get service catalog terraform params

func (*GetServiceCatalogTerraformParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetServiceCatalogTerraformReader

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

GetServiceCatalogTerraformReader is a Reader for the GetServiceCatalogTerraform structure.

func (*GetServiceCatalogTerraformReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetServiceCatalogsDefault added in v1.0.49

type GetServiceCatalogsDefault struct {

	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

GetServiceCatalogsDefault handles this case with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewGetServiceCatalogsDefault added in v1.0.49

func NewGetServiceCatalogsDefault(code int) *GetServiceCatalogsDefault

NewGetServiceCatalogsDefault creates a GetServiceCatalogsDefault with default headers values

func (*GetServiceCatalogsDefault) Code added in v1.0.49

func (o *GetServiceCatalogsDefault) Code() int

Code gets the status code for the get service catalogs default response

func (*GetServiceCatalogsDefault) Error added in v1.0.49

func (o *GetServiceCatalogsDefault) Error() string

func (*GetServiceCatalogsDefault) GetPayload added in v1.0.49

type GetServiceCatalogsForbidden added in v1.0.49

type GetServiceCatalogsForbidden struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

GetServiceCatalogsForbidden handles this case with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewGetServiceCatalogsForbidden added in v1.0.49

func NewGetServiceCatalogsForbidden() *GetServiceCatalogsForbidden

NewGetServiceCatalogsForbidden creates a GetServiceCatalogsForbidden with default headers values

func (*GetServiceCatalogsForbidden) Error added in v1.0.49

func (*GetServiceCatalogsForbidden) GetPayload added in v1.0.49

type GetServiceCatalogsOK added in v1.0.49

type GetServiceCatalogsOK struct {
	Payload *GetServiceCatalogsOKBody
}

GetServiceCatalogsOK handles this case with default header values.

List of the service catalogs.

func NewGetServiceCatalogsOK added in v1.0.49

func NewGetServiceCatalogsOK() *GetServiceCatalogsOK

NewGetServiceCatalogsOK creates a GetServiceCatalogsOK with default headers values

func (*GetServiceCatalogsOK) Error added in v1.0.49

func (o *GetServiceCatalogsOK) Error() string

func (*GetServiceCatalogsOK) GetPayload added in v1.0.49

type GetServiceCatalogsOKBody added in v1.0.49

type GetServiceCatalogsOKBody struct {

	// data
	// Required: true
	Data []*models.ServiceCatalog `json:"data"`

	// pagination
	// Required: true
	Pagination *models.Pagination `json:"pagination"`
}

GetServiceCatalogsOKBody get service catalogs o k body swagger:model GetServiceCatalogsOKBody

func (*GetServiceCatalogsOKBody) MarshalBinary added in v1.0.49

func (o *GetServiceCatalogsOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetServiceCatalogsOKBody) UnmarshalBinary added in v1.0.49

func (o *GetServiceCatalogsOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetServiceCatalogsOKBody) Validate added in v1.0.49

func (o *GetServiceCatalogsOKBody) Validate(formats strfmt.Registry) error

Validate validates this get service catalogs o k body

type GetServiceCatalogsParams added in v1.0.49

type GetServiceCatalogsParams struct {

	/*OrganizationCanonical
	  A canonical of an organization.

	*/
	OrganizationCanonical string
	/*PageIndex
	  The page number to request. The first page is 1.

	*/
	PageIndex *uint32
	/*PageSize
	  The number of items at most which the response can have.

	*/
	PageSize *uint32
	/*ServiceCatalogOwn
	  Filters the Service Catalogs to only show the ones owned by the User Organization


	*/
	ServiceCatalogOwn *bool
	/*ServiceCatalogStatus
	  The status of the catalogservice used for filtering.

	*/
	ServiceCatalogStatus *string
	/*ServiceCatalogTrusted
	  Filters the Service Catalogs to only show the ones that are from trusted source (Cycloid)


	*/
	ServiceCatalogTrusted *bool

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

GetServiceCatalogsParams contains all the parameters to send to the API endpoint for the get service catalogs operation typically these are written to a http.Request

func NewGetServiceCatalogsParams added in v1.0.49

func NewGetServiceCatalogsParams() *GetServiceCatalogsParams

NewGetServiceCatalogsParams creates a new GetServiceCatalogsParams object with the default values initialized.

func NewGetServiceCatalogsParamsWithContext added in v1.0.49

func NewGetServiceCatalogsParamsWithContext(ctx context.Context) *GetServiceCatalogsParams

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

func NewGetServiceCatalogsParamsWithHTTPClient added in v1.0.49

func NewGetServiceCatalogsParamsWithHTTPClient(client *http.Client) *GetServiceCatalogsParams

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

func NewGetServiceCatalogsParamsWithTimeout added in v1.0.49

func NewGetServiceCatalogsParamsWithTimeout(timeout time.Duration) *GetServiceCatalogsParams

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

func (*GetServiceCatalogsParams) SetContext added in v1.0.49

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

SetContext adds the context to the get service catalogs params

func (*GetServiceCatalogsParams) SetHTTPClient added in v1.0.49

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

SetHTTPClient adds the HTTPClient to the get service catalogs params

func (*GetServiceCatalogsParams) SetOrganizationCanonical added in v1.0.49

func (o *GetServiceCatalogsParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the get service catalogs params

func (*GetServiceCatalogsParams) SetPageIndex added in v1.0.49

func (o *GetServiceCatalogsParams) SetPageIndex(pageIndex *uint32)

SetPageIndex adds the pageIndex to the get service catalogs params

func (*GetServiceCatalogsParams) SetPageSize added in v1.0.49

func (o *GetServiceCatalogsParams) SetPageSize(pageSize *uint32)

SetPageSize adds the pageSize to the get service catalogs params

func (*GetServiceCatalogsParams) SetServiceCatalogOwn added in v1.0.49

func (o *GetServiceCatalogsParams) SetServiceCatalogOwn(serviceCatalogOwn *bool)

SetServiceCatalogOwn adds the serviceCatalogOwn to the get service catalogs params

func (*GetServiceCatalogsParams) SetServiceCatalogStatus added in v1.0.49

func (o *GetServiceCatalogsParams) SetServiceCatalogStatus(serviceCatalogStatus *string)

SetServiceCatalogStatus adds the serviceCatalogStatus to the get service catalogs params

func (*GetServiceCatalogsParams) SetServiceCatalogTrusted added in v1.0.49

func (o *GetServiceCatalogsParams) SetServiceCatalogTrusted(serviceCatalogTrusted *bool)

SetServiceCatalogTrusted adds the serviceCatalogTrusted to the get service catalogs params

func (*GetServiceCatalogsParams) SetTimeout added in v1.0.49

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

SetTimeout adds the timeout to the get service catalogs params

func (*GetServiceCatalogsParams) WithContext added in v1.0.49

WithContext adds the context to the get service catalogs params

func (*GetServiceCatalogsParams) WithHTTPClient added in v1.0.49

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

WithHTTPClient adds the HTTPClient to the get service catalogs params

func (*GetServiceCatalogsParams) WithOrganizationCanonical added in v1.0.49

func (o *GetServiceCatalogsParams) WithOrganizationCanonical(organizationCanonical string) *GetServiceCatalogsParams

WithOrganizationCanonical adds the organizationCanonical to the get service catalogs params

func (*GetServiceCatalogsParams) WithPageIndex added in v1.0.49

func (o *GetServiceCatalogsParams) WithPageIndex(pageIndex *uint32) *GetServiceCatalogsParams

WithPageIndex adds the pageIndex to the get service catalogs params

func (*GetServiceCatalogsParams) WithPageSize added in v1.0.49

func (o *GetServiceCatalogsParams) WithPageSize(pageSize *uint32) *GetServiceCatalogsParams

WithPageSize adds the pageSize to the get service catalogs params

func (*GetServiceCatalogsParams) WithServiceCatalogOwn added in v1.0.49

func (o *GetServiceCatalogsParams) WithServiceCatalogOwn(serviceCatalogOwn *bool) *GetServiceCatalogsParams

WithServiceCatalogOwn adds the serviceCatalogOwn to the get service catalogs params

func (*GetServiceCatalogsParams) WithServiceCatalogStatus added in v1.0.49

func (o *GetServiceCatalogsParams) WithServiceCatalogStatus(serviceCatalogStatus *string) *GetServiceCatalogsParams

WithServiceCatalogStatus adds the serviceCatalogStatus to the get service catalogs params

func (*GetServiceCatalogsParams) WithServiceCatalogTrusted added in v1.0.49

func (o *GetServiceCatalogsParams) WithServiceCatalogTrusted(serviceCatalogTrusted *bool) *GetServiceCatalogsParams

WithServiceCatalogTrusted adds the serviceCatalogTrusted to the get service catalogs params

func (*GetServiceCatalogsParams) WithTimeout added in v1.0.49

WithTimeout adds the timeout to the get service catalogs params

func (*GetServiceCatalogsParams) WriteToRequest added in v1.0.49

WriteToRequest writes these params to a swagger request

type GetServiceCatalogsReader added in v1.0.49

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

GetServiceCatalogsReader is a Reader for the GetServiceCatalogs structure.

func (*GetServiceCatalogsReader) ReadResponse added in v1.0.49

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

ReadResponse reads a server response into the received o.

type UpdateServiceCatalogDefault

type UpdateServiceCatalogDefault struct {

	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

UpdateServiceCatalogDefault handles this case with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewUpdateServiceCatalogDefault

func NewUpdateServiceCatalogDefault(code int) *UpdateServiceCatalogDefault

NewUpdateServiceCatalogDefault creates a UpdateServiceCatalogDefault with default headers values

func (*UpdateServiceCatalogDefault) Code

func (o *UpdateServiceCatalogDefault) Code() int

Code gets the status code for the update service catalog default response

func (*UpdateServiceCatalogDefault) Error

func (*UpdateServiceCatalogDefault) GetPayload

type UpdateServiceCatalogForbidden

type UpdateServiceCatalogForbidden struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

UpdateServiceCatalogForbidden handles this case with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewUpdateServiceCatalogForbidden

func NewUpdateServiceCatalogForbidden() *UpdateServiceCatalogForbidden

NewUpdateServiceCatalogForbidden creates a UpdateServiceCatalogForbidden with default headers values

func (*UpdateServiceCatalogForbidden) Error

func (*UpdateServiceCatalogForbidden) GetPayload

type UpdateServiceCatalogNotFound

type UpdateServiceCatalogNotFound struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

UpdateServiceCatalogNotFound handles this case with default header values.

The response sent when any of the entities present in the path is not found.

func NewUpdateServiceCatalogNotFound

func NewUpdateServiceCatalogNotFound() *UpdateServiceCatalogNotFound

NewUpdateServiceCatalogNotFound creates a UpdateServiceCatalogNotFound with default headers values

func (*UpdateServiceCatalogNotFound) Error

func (*UpdateServiceCatalogNotFound) GetPayload

type UpdateServiceCatalogOK

type UpdateServiceCatalogOK struct {
	Payload *UpdateServiceCatalogOKBody
}

UpdateServiceCatalogOK handles this case with default header values.

Updated the Service Catalog

func NewUpdateServiceCatalogOK

func NewUpdateServiceCatalogOK() *UpdateServiceCatalogOK

NewUpdateServiceCatalogOK creates a UpdateServiceCatalogOK with default headers values

func (*UpdateServiceCatalogOK) Error

func (o *UpdateServiceCatalogOK) Error() string

func (*UpdateServiceCatalogOK) GetPayload

type UpdateServiceCatalogOKBody

type UpdateServiceCatalogOKBody struct {

	// data
	// Required: true
	Data *models.ServiceCatalog `json:"data"`
}

UpdateServiceCatalogOKBody update service catalog o k body swagger:model UpdateServiceCatalogOKBody

func (*UpdateServiceCatalogOKBody) MarshalBinary

func (o *UpdateServiceCatalogOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateServiceCatalogOKBody) UnmarshalBinary

func (o *UpdateServiceCatalogOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateServiceCatalogOKBody) Validate

func (o *UpdateServiceCatalogOKBody) Validate(formats strfmt.Registry) error

Validate validates this update service catalog o k body

type UpdateServiceCatalogParams

type UpdateServiceCatalogParams struct {

	/*Body
	  The information of the ServiceCatalog Terraform.

	*/
	Body *models.NewServiceCatalog
	/*OrganizationCanonical
	  A canonical of an organization.

	*/
	OrganizationCanonical string
	/*ServiceCatalogRef
	  A Service Catalog name

	*/
	ServiceCatalogRef string

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

UpdateServiceCatalogParams contains all the parameters to send to the API endpoint for the update service catalog operation typically these are written to a http.Request

func NewUpdateServiceCatalogParams

func NewUpdateServiceCatalogParams() *UpdateServiceCatalogParams

NewUpdateServiceCatalogParams creates a new UpdateServiceCatalogParams object with the default values initialized.

func NewUpdateServiceCatalogParamsWithContext

func NewUpdateServiceCatalogParamsWithContext(ctx context.Context) *UpdateServiceCatalogParams

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

func NewUpdateServiceCatalogParamsWithHTTPClient

func NewUpdateServiceCatalogParamsWithHTTPClient(client *http.Client) *UpdateServiceCatalogParams

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

func NewUpdateServiceCatalogParamsWithTimeout

func NewUpdateServiceCatalogParamsWithTimeout(timeout time.Duration) *UpdateServiceCatalogParams

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

func (*UpdateServiceCatalogParams) SetBody

SetBody adds the body to the update service catalog params

func (*UpdateServiceCatalogParams) SetContext

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

SetContext adds the context to the update service catalog params

func (*UpdateServiceCatalogParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update service catalog params

func (*UpdateServiceCatalogParams) SetOrganizationCanonical

func (o *UpdateServiceCatalogParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the update service catalog params

func (*UpdateServiceCatalogParams) SetServiceCatalogRef

func (o *UpdateServiceCatalogParams) SetServiceCatalogRef(serviceCatalogRef string)

SetServiceCatalogRef adds the serviceCatalogRef to the update service catalog params

func (*UpdateServiceCatalogParams) SetTimeout

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

SetTimeout adds the timeout to the update service catalog params

func (*UpdateServiceCatalogParams) WithBody

WithBody adds the body to the update service catalog params

func (*UpdateServiceCatalogParams) WithContext

WithContext adds the context to the update service catalog params

func (*UpdateServiceCatalogParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update service catalog params

func (*UpdateServiceCatalogParams) WithOrganizationCanonical

func (o *UpdateServiceCatalogParams) WithOrganizationCanonical(organizationCanonical string) *UpdateServiceCatalogParams

WithOrganizationCanonical adds the organizationCanonical to the update service catalog params

func (*UpdateServiceCatalogParams) WithServiceCatalogRef

func (o *UpdateServiceCatalogParams) WithServiceCatalogRef(serviceCatalogRef string) *UpdateServiceCatalogParams

WithServiceCatalogRef adds the serviceCatalogRef to the update service catalog params

func (*UpdateServiceCatalogParams) WithTimeout

WithTimeout adds the timeout to the update service catalog params

func (*UpdateServiceCatalogParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateServiceCatalogReader

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

UpdateServiceCatalogReader is a Reader for the UpdateServiceCatalog structure.

func (*UpdateServiceCatalogReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateServiceCatalogTerraformDefault

type UpdateServiceCatalogTerraformDefault struct {

	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

UpdateServiceCatalogTerraformDefault handles this case with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewUpdateServiceCatalogTerraformDefault

func NewUpdateServiceCatalogTerraformDefault(code int) *UpdateServiceCatalogTerraformDefault

NewUpdateServiceCatalogTerraformDefault creates a UpdateServiceCatalogTerraformDefault with default headers values

func (*UpdateServiceCatalogTerraformDefault) Code

Code gets the status code for the update service catalog terraform default response

func (*UpdateServiceCatalogTerraformDefault) Error

func (*UpdateServiceCatalogTerraformDefault) GetPayload

type UpdateServiceCatalogTerraformDiagramDefault

type UpdateServiceCatalogTerraformDiagramDefault struct {

	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

UpdateServiceCatalogTerraformDiagramDefault handles this case with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewUpdateServiceCatalogTerraformDiagramDefault

func NewUpdateServiceCatalogTerraformDiagramDefault(code int) *UpdateServiceCatalogTerraformDiagramDefault

NewUpdateServiceCatalogTerraformDiagramDefault creates a UpdateServiceCatalogTerraformDiagramDefault with default headers values

func (*UpdateServiceCatalogTerraformDiagramDefault) Code

Code gets the status code for the update service catalog terraform diagram default response

func (*UpdateServiceCatalogTerraformDiagramDefault) Error

func (*UpdateServiceCatalogTerraformDiagramDefault) GetPayload

type UpdateServiceCatalogTerraformDiagramForbidden

type UpdateServiceCatalogTerraformDiagramForbidden struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

UpdateServiceCatalogTerraformDiagramForbidden handles this case with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewUpdateServiceCatalogTerraformDiagramForbidden

func NewUpdateServiceCatalogTerraformDiagramForbidden() *UpdateServiceCatalogTerraformDiagramForbidden

NewUpdateServiceCatalogTerraformDiagramForbidden creates a UpdateServiceCatalogTerraformDiagramForbidden with default headers values

func (*UpdateServiceCatalogTerraformDiagramForbidden) Error

func (*UpdateServiceCatalogTerraformDiagramForbidden) GetPayload

type UpdateServiceCatalogTerraformDiagramNoContent

type UpdateServiceCatalogTerraformDiagramNoContent struct {
}

UpdateServiceCatalogTerraformDiagramNoContent handles this case with default header values.

Configuration has been updated

func NewUpdateServiceCatalogTerraformDiagramNoContent

func NewUpdateServiceCatalogTerraformDiagramNoContent() *UpdateServiceCatalogTerraformDiagramNoContent

NewUpdateServiceCatalogTerraformDiagramNoContent creates a UpdateServiceCatalogTerraformDiagramNoContent with default headers values

func (*UpdateServiceCatalogTerraformDiagramNoContent) Error

type UpdateServiceCatalogTerraformDiagramNotFound

type UpdateServiceCatalogTerraformDiagramNotFound struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

UpdateServiceCatalogTerraformDiagramNotFound handles this case with default header values.

The response sent when any of the entities present in the path is not found.

func NewUpdateServiceCatalogTerraformDiagramNotFound

func NewUpdateServiceCatalogTerraformDiagramNotFound() *UpdateServiceCatalogTerraformDiagramNotFound

NewUpdateServiceCatalogTerraformDiagramNotFound creates a UpdateServiceCatalogTerraformDiagramNotFound with default headers values

func (*UpdateServiceCatalogTerraformDiagramNotFound) Error

func (*UpdateServiceCatalogTerraformDiagramNotFound) GetPayload

type UpdateServiceCatalogTerraformDiagramParams

type UpdateServiceCatalogTerraformDiagramParams struct {

	/*Body
	  The information of the ServiceCatalog Terraform Diagram

	*/
	Body models.TerraformJSONDiagram
	/*OrganizationCanonical
	  A canonical of an organization.

	*/
	OrganizationCanonical string
	/*ServiceCatalogRef
	  A Service Catalog name

	*/
	ServiceCatalogRef string

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

UpdateServiceCatalogTerraformDiagramParams contains all the parameters to send to the API endpoint for the update service catalog terraform diagram operation typically these are written to a http.Request

func NewUpdateServiceCatalogTerraformDiagramParams

func NewUpdateServiceCatalogTerraformDiagramParams() *UpdateServiceCatalogTerraformDiagramParams

NewUpdateServiceCatalogTerraformDiagramParams creates a new UpdateServiceCatalogTerraformDiagramParams object with the default values initialized.

func NewUpdateServiceCatalogTerraformDiagramParamsWithContext

func NewUpdateServiceCatalogTerraformDiagramParamsWithContext(ctx context.Context) *UpdateServiceCatalogTerraformDiagramParams

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

func NewUpdateServiceCatalogTerraformDiagramParamsWithHTTPClient

func NewUpdateServiceCatalogTerraformDiagramParamsWithHTTPClient(client *http.Client) *UpdateServiceCatalogTerraformDiagramParams

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

func NewUpdateServiceCatalogTerraformDiagramParamsWithTimeout

func NewUpdateServiceCatalogTerraformDiagramParamsWithTimeout(timeout time.Duration) *UpdateServiceCatalogTerraformDiagramParams

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

func (*UpdateServiceCatalogTerraformDiagramParams) SetBody

SetBody adds the body to the update service catalog terraform diagram params

func (*UpdateServiceCatalogTerraformDiagramParams) SetContext

SetContext adds the context to the update service catalog terraform diagram params

func (*UpdateServiceCatalogTerraformDiagramParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update service catalog terraform diagram params

func (*UpdateServiceCatalogTerraformDiagramParams) SetOrganizationCanonical

func (o *UpdateServiceCatalogTerraformDiagramParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the update service catalog terraform diagram params

func (*UpdateServiceCatalogTerraformDiagramParams) SetServiceCatalogRef

func (o *UpdateServiceCatalogTerraformDiagramParams) SetServiceCatalogRef(serviceCatalogRef string)

SetServiceCatalogRef adds the serviceCatalogRef to the update service catalog terraform diagram params

func (*UpdateServiceCatalogTerraformDiagramParams) SetTimeout

SetTimeout adds the timeout to the update service catalog terraform diagram params

func (*UpdateServiceCatalogTerraformDiagramParams) WithBody

WithBody adds the body to the update service catalog terraform diagram params

func (*UpdateServiceCatalogTerraformDiagramParams) WithContext

WithContext adds the context to the update service catalog terraform diagram params

func (*UpdateServiceCatalogTerraformDiagramParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update service catalog terraform diagram params

func (*UpdateServiceCatalogTerraformDiagramParams) WithOrganizationCanonical

func (o *UpdateServiceCatalogTerraformDiagramParams) WithOrganizationCanonical(organizationCanonical string) *UpdateServiceCatalogTerraformDiagramParams

WithOrganizationCanonical adds the organizationCanonical to the update service catalog terraform diagram params

func (*UpdateServiceCatalogTerraformDiagramParams) WithServiceCatalogRef

WithServiceCatalogRef adds the serviceCatalogRef to the update service catalog terraform diagram params

func (*UpdateServiceCatalogTerraformDiagramParams) WithTimeout

WithTimeout adds the timeout to the update service catalog terraform diagram params

func (*UpdateServiceCatalogTerraformDiagramParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateServiceCatalogTerraformDiagramReader

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

UpdateServiceCatalogTerraformDiagramReader is a Reader for the UpdateServiceCatalogTerraformDiagram structure.

func (*UpdateServiceCatalogTerraformDiagramReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateServiceCatalogTerraformDiagramUnprocessableEntity

type UpdateServiceCatalogTerraformDiagramUnprocessableEntity struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

UpdateServiceCatalogTerraformDiagramUnprocessableEntity handles this case with default header values.

All the custom errors that are generated from the Cycloid API

func NewUpdateServiceCatalogTerraformDiagramUnprocessableEntity

func NewUpdateServiceCatalogTerraformDiagramUnprocessableEntity() *UpdateServiceCatalogTerraformDiagramUnprocessableEntity

NewUpdateServiceCatalogTerraformDiagramUnprocessableEntity creates a UpdateServiceCatalogTerraformDiagramUnprocessableEntity with default headers values

func (*UpdateServiceCatalogTerraformDiagramUnprocessableEntity) Error

func (*UpdateServiceCatalogTerraformDiagramUnprocessableEntity) GetPayload

type UpdateServiceCatalogTerraformForbidden

type UpdateServiceCatalogTerraformForbidden struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

UpdateServiceCatalogTerraformForbidden handles this case with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewUpdateServiceCatalogTerraformForbidden

func NewUpdateServiceCatalogTerraformForbidden() *UpdateServiceCatalogTerraformForbidden

NewUpdateServiceCatalogTerraformForbidden creates a UpdateServiceCatalogTerraformForbidden with default headers values

func (*UpdateServiceCatalogTerraformForbidden) Error

func (*UpdateServiceCatalogTerraformForbidden) GetPayload

type UpdateServiceCatalogTerraformImageDefault

type UpdateServiceCatalogTerraformImageDefault struct {

	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

UpdateServiceCatalogTerraformImageDefault handles this case with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewUpdateServiceCatalogTerraformImageDefault

func NewUpdateServiceCatalogTerraformImageDefault(code int) *UpdateServiceCatalogTerraformImageDefault

NewUpdateServiceCatalogTerraformImageDefault creates a UpdateServiceCatalogTerraformImageDefault with default headers values

func (*UpdateServiceCatalogTerraformImageDefault) Code

Code gets the status code for the update service catalog terraform image default response

func (*UpdateServiceCatalogTerraformImageDefault) Error

func (*UpdateServiceCatalogTerraformImageDefault) GetPayload

type UpdateServiceCatalogTerraformImageForbidden

type UpdateServiceCatalogTerraformImageForbidden struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

UpdateServiceCatalogTerraformImageForbidden handles this case with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewUpdateServiceCatalogTerraformImageForbidden

func NewUpdateServiceCatalogTerraformImageForbidden() *UpdateServiceCatalogTerraformImageForbidden

NewUpdateServiceCatalogTerraformImageForbidden creates a UpdateServiceCatalogTerraformImageForbidden with default headers values

func (*UpdateServiceCatalogTerraformImageForbidden) Error

func (*UpdateServiceCatalogTerraformImageForbidden) GetPayload

type UpdateServiceCatalogTerraformImageNoContent

type UpdateServiceCatalogTerraformImageNoContent struct {
}

UpdateServiceCatalogTerraformImageNoContent handles this case with default header values.

Configuration has been updated

func NewUpdateServiceCatalogTerraformImageNoContent

func NewUpdateServiceCatalogTerraformImageNoContent() *UpdateServiceCatalogTerraformImageNoContent

NewUpdateServiceCatalogTerraformImageNoContent creates a UpdateServiceCatalogTerraformImageNoContent with default headers values

func (*UpdateServiceCatalogTerraformImageNoContent) Error

type UpdateServiceCatalogTerraformImageParams

type UpdateServiceCatalogTerraformImageParams struct {

	/*Body
	  The information of the ServiceCatalog Terraform Diagram

	*/
	Body *models.TerraformImage
	/*OrganizationCanonical
	  A canonical of an organization.

	*/
	OrganizationCanonical string
	/*ServiceCatalogRef
	  A Service Catalog name

	*/
	ServiceCatalogRef string

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

UpdateServiceCatalogTerraformImageParams contains all the parameters to send to the API endpoint for the update service catalog terraform image operation typically these are written to a http.Request

func NewUpdateServiceCatalogTerraformImageParams

func NewUpdateServiceCatalogTerraformImageParams() *UpdateServiceCatalogTerraformImageParams

NewUpdateServiceCatalogTerraformImageParams creates a new UpdateServiceCatalogTerraformImageParams object with the default values initialized.

func NewUpdateServiceCatalogTerraformImageParamsWithContext

func NewUpdateServiceCatalogTerraformImageParamsWithContext(ctx context.Context) *UpdateServiceCatalogTerraformImageParams

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

func NewUpdateServiceCatalogTerraformImageParamsWithHTTPClient

func NewUpdateServiceCatalogTerraformImageParamsWithHTTPClient(client *http.Client) *UpdateServiceCatalogTerraformImageParams

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

func NewUpdateServiceCatalogTerraformImageParamsWithTimeout

func NewUpdateServiceCatalogTerraformImageParamsWithTimeout(timeout time.Duration) *UpdateServiceCatalogTerraformImageParams

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

func (*UpdateServiceCatalogTerraformImageParams) SetBody

SetBody adds the body to the update service catalog terraform image params

func (*UpdateServiceCatalogTerraformImageParams) SetContext

SetContext adds the context to the update service catalog terraform image params

func (*UpdateServiceCatalogTerraformImageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update service catalog terraform image params

func (*UpdateServiceCatalogTerraformImageParams) SetOrganizationCanonical

func (o *UpdateServiceCatalogTerraformImageParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the update service catalog terraform image params

func (*UpdateServiceCatalogTerraformImageParams) SetServiceCatalogRef

func (o *UpdateServiceCatalogTerraformImageParams) SetServiceCatalogRef(serviceCatalogRef string)

SetServiceCatalogRef adds the serviceCatalogRef to the update service catalog terraform image params

func (*UpdateServiceCatalogTerraformImageParams) SetTimeout

SetTimeout adds the timeout to the update service catalog terraform image params

func (*UpdateServiceCatalogTerraformImageParams) WithBody

WithBody adds the body to the update service catalog terraform image params

func (*UpdateServiceCatalogTerraformImageParams) WithContext

WithContext adds the context to the update service catalog terraform image params

func (*UpdateServiceCatalogTerraformImageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update service catalog terraform image params

func (*UpdateServiceCatalogTerraformImageParams) WithOrganizationCanonical

func (o *UpdateServiceCatalogTerraformImageParams) WithOrganizationCanonical(organizationCanonical string) *UpdateServiceCatalogTerraformImageParams

WithOrganizationCanonical adds the organizationCanonical to the update service catalog terraform image params

func (*UpdateServiceCatalogTerraformImageParams) WithServiceCatalogRef

WithServiceCatalogRef adds the serviceCatalogRef to the update service catalog terraform image params

func (*UpdateServiceCatalogTerraformImageParams) WithTimeout

WithTimeout adds the timeout to the update service catalog terraform image params

func (*UpdateServiceCatalogTerraformImageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateServiceCatalogTerraformImageReader

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

UpdateServiceCatalogTerraformImageReader is a Reader for the UpdateServiceCatalogTerraformImage structure.

func (*UpdateServiceCatalogTerraformImageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateServiceCatalogTerraformImageUnprocessableEntity

type UpdateServiceCatalogTerraformImageUnprocessableEntity struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

UpdateServiceCatalogTerraformImageUnprocessableEntity handles this case with default header values.

All the custom errors that are generated from the Cycloid API

func NewUpdateServiceCatalogTerraformImageUnprocessableEntity

func NewUpdateServiceCatalogTerraformImageUnprocessableEntity() *UpdateServiceCatalogTerraformImageUnprocessableEntity

NewUpdateServiceCatalogTerraformImageUnprocessableEntity creates a UpdateServiceCatalogTerraformImageUnprocessableEntity with default headers values

func (*UpdateServiceCatalogTerraformImageUnprocessableEntity) Error

func (*UpdateServiceCatalogTerraformImageUnprocessableEntity) GetPayload

type UpdateServiceCatalogTerraformNoContent

type UpdateServiceCatalogTerraformNoContent struct {
}

UpdateServiceCatalogTerraformNoContent handles this case with default header values.

Configuration has been updated

func NewUpdateServiceCatalogTerraformNoContent

func NewUpdateServiceCatalogTerraformNoContent() *UpdateServiceCatalogTerraformNoContent

NewUpdateServiceCatalogTerraformNoContent creates a UpdateServiceCatalogTerraformNoContent with default headers values

func (*UpdateServiceCatalogTerraformNoContent) Error

type UpdateServiceCatalogTerraformNotFound

type UpdateServiceCatalogTerraformNotFound struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

UpdateServiceCatalogTerraformNotFound handles this case with default header values.

The response sent when any of the entities present in the path is not found.

func NewUpdateServiceCatalogTerraformNotFound

func NewUpdateServiceCatalogTerraformNotFound() *UpdateServiceCatalogTerraformNotFound

NewUpdateServiceCatalogTerraformNotFound creates a UpdateServiceCatalogTerraformNotFound with default headers values

func (*UpdateServiceCatalogTerraformNotFound) Error

func (*UpdateServiceCatalogTerraformNotFound) GetPayload

type UpdateServiceCatalogTerraformParams

type UpdateServiceCatalogTerraformParams struct {

	/*Body
	  The information of the ServiceCatalog Terraform.

	*/
	Body *models.TerraformJSONConfig
	/*OrganizationCanonical
	  A canonical of an organization.

	*/
	OrganizationCanonical string
	/*ServiceCatalogRef
	  A Service Catalog name

	*/
	ServiceCatalogRef string
	/*UseCaseCanonical
	  A use case canonical

	*/
	UseCaseCanonical string

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

UpdateServiceCatalogTerraformParams contains all the parameters to send to the API endpoint for the update service catalog terraform operation typically these are written to a http.Request

func NewUpdateServiceCatalogTerraformParams

func NewUpdateServiceCatalogTerraformParams() *UpdateServiceCatalogTerraformParams

NewUpdateServiceCatalogTerraformParams creates a new UpdateServiceCatalogTerraformParams object with the default values initialized.

func NewUpdateServiceCatalogTerraformParamsWithContext

func NewUpdateServiceCatalogTerraformParamsWithContext(ctx context.Context) *UpdateServiceCatalogTerraformParams

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

func NewUpdateServiceCatalogTerraformParamsWithHTTPClient

func NewUpdateServiceCatalogTerraformParamsWithHTTPClient(client *http.Client) *UpdateServiceCatalogTerraformParams

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

func NewUpdateServiceCatalogTerraformParamsWithTimeout

func NewUpdateServiceCatalogTerraformParamsWithTimeout(timeout time.Duration) *UpdateServiceCatalogTerraformParams

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

func (*UpdateServiceCatalogTerraformParams) SetBody

SetBody adds the body to the update service catalog terraform params

func (*UpdateServiceCatalogTerraformParams) SetContext

SetContext adds the context to the update service catalog terraform params

func (*UpdateServiceCatalogTerraformParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update service catalog terraform params

func (*UpdateServiceCatalogTerraformParams) SetOrganizationCanonical

func (o *UpdateServiceCatalogTerraformParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the update service catalog terraform params

func (*UpdateServiceCatalogTerraformParams) SetServiceCatalogRef

func (o *UpdateServiceCatalogTerraformParams) SetServiceCatalogRef(serviceCatalogRef string)

SetServiceCatalogRef adds the serviceCatalogRef to the update service catalog terraform params

func (*UpdateServiceCatalogTerraformParams) SetTimeout

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

SetTimeout adds the timeout to the update service catalog terraform params

func (*UpdateServiceCatalogTerraformParams) SetUseCaseCanonical

func (o *UpdateServiceCatalogTerraformParams) SetUseCaseCanonical(useCaseCanonical string)

SetUseCaseCanonical adds the useCaseCanonical to the update service catalog terraform params

func (*UpdateServiceCatalogTerraformParams) WithBody

WithBody adds the body to the update service catalog terraform params

func (*UpdateServiceCatalogTerraformParams) WithContext

WithContext adds the context to the update service catalog terraform params

func (*UpdateServiceCatalogTerraformParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update service catalog terraform params

func (*UpdateServiceCatalogTerraformParams) WithOrganizationCanonical

func (o *UpdateServiceCatalogTerraformParams) WithOrganizationCanonical(organizationCanonical string) *UpdateServiceCatalogTerraformParams

WithOrganizationCanonical adds the organizationCanonical to the update service catalog terraform params

func (*UpdateServiceCatalogTerraformParams) WithServiceCatalogRef

func (o *UpdateServiceCatalogTerraformParams) WithServiceCatalogRef(serviceCatalogRef string) *UpdateServiceCatalogTerraformParams

WithServiceCatalogRef adds the serviceCatalogRef to the update service catalog terraform params

func (*UpdateServiceCatalogTerraformParams) WithTimeout

WithTimeout adds the timeout to the update service catalog terraform params

func (*UpdateServiceCatalogTerraformParams) WithUseCaseCanonical

func (o *UpdateServiceCatalogTerraformParams) WithUseCaseCanonical(useCaseCanonical string) *UpdateServiceCatalogTerraformParams

WithUseCaseCanonical adds the useCaseCanonical to the update service catalog terraform params

func (*UpdateServiceCatalogTerraformParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateServiceCatalogTerraformReader

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

UpdateServiceCatalogTerraformReader is a Reader for the UpdateServiceCatalogTerraform structure.

func (*UpdateServiceCatalogTerraformReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateServiceCatalogTerraformUnprocessableEntity

type UpdateServiceCatalogTerraformUnprocessableEntity struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

UpdateServiceCatalogTerraformUnprocessableEntity handles this case with default header values.

All the custom errors that are generated from the Cycloid API

func NewUpdateServiceCatalogTerraformUnprocessableEntity

func NewUpdateServiceCatalogTerraformUnprocessableEntity() *UpdateServiceCatalogTerraformUnprocessableEntity

NewUpdateServiceCatalogTerraformUnprocessableEntity creates a UpdateServiceCatalogTerraformUnprocessableEntity with default headers values

func (*UpdateServiceCatalogTerraformUnprocessableEntity) Error

func (*UpdateServiceCatalogTerraformUnprocessableEntity) GetPayload

type UpdateServiceCatalogUnprocessableEntity

type UpdateServiceCatalogUnprocessableEntity struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

UpdateServiceCatalogUnprocessableEntity handles this case with default header values.

All the custom errors that are generated from the Cycloid API

func NewUpdateServiceCatalogUnprocessableEntity

func NewUpdateServiceCatalogUnprocessableEntity() *UpdateServiceCatalogUnprocessableEntity

NewUpdateServiceCatalogUnprocessableEntity creates a UpdateServiceCatalogUnprocessableEntity with default headers values

func (*UpdateServiceCatalogUnprocessableEntity) Error

func (*UpdateServiceCatalogUnprocessableEntity) GetPayload

type ValidateServiceCatalogDependenciesDefault

type ValidateServiceCatalogDependenciesDefault struct {

	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

ValidateServiceCatalogDependenciesDefault handles this case with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewValidateServiceCatalogDependenciesDefault

func NewValidateServiceCatalogDependenciesDefault(code int) *ValidateServiceCatalogDependenciesDefault

NewValidateServiceCatalogDependenciesDefault creates a ValidateServiceCatalogDependenciesDefault with default headers values

func (*ValidateServiceCatalogDependenciesDefault) Code

Code gets the status code for the validate service catalog dependencies default response

func (*ValidateServiceCatalogDependenciesDefault) Error

func (*ValidateServiceCatalogDependenciesDefault) GetPayload

type ValidateServiceCatalogDependenciesForbidden

type ValidateServiceCatalogDependenciesForbidden struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

ValidateServiceCatalogDependenciesForbidden handles this case with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewValidateServiceCatalogDependenciesForbidden

func NewValidateServiceCatalogDependenciesForbidden() *ValidateServiceCatalogDependenciesForbidden

NewValidateServiceCatalogDependenciesForbidden creates a ValidateServiceCatalogDependenciesForbidden with default headers values

func (*ValidateServiceCatalogDependenciesForbidden) Error

func (*ValidateServiceCatalogDependenciesForbidden) GetPayload

type ValidateServiceCatalogDependenciesOK

type ValidateServiceCatalogDependenciesOK struct {
	Payload *ValidateServiceCatalogDependenciesOKBody
}

ValidateServiceCatalogDependenciesOK handles this case with default header values.

The result of the service catalog's dependencies validation

func NewValidateServiceCatalogDependenciesOK

func NewValidateServiceCatalogDependenciesOK() *ValidateServiceCatalogDependenciesOK

NewValidateServiceCatalogDependenciesOK creates a ValidateServiceCatalogDependenciesOK with default headers values

func (*ValidateServiceCatalogDependenciesOK) Error

func (*ValidateServiceCatalogDependenciesOK) GetPayload

type ValidateServiceCatalogDependenciesOKBody

type ValidateServiceCatalogDependenciesOKBody struct {

	// data
	// Required: true
	Data *models.ServiceCatalogDependenciesValidationResult `json:"data"`
}

ValidateServiceCatalogDependenciesOKBody validate service catalog dependencies o k body swagger:model ValidateServiceCatalogDependenciesOKBody

func (*ValidateServiceCatalogDependenciesOKBody) MarshalBinary

func (o *ValidateServiceCatalogDependenciesOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ValidateServiceCatalogDependenciesOKBody) UnmarshalBinary

func (o *ValidateServiceCatalogDependenciesOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ValidateServiceCatalogDependenciesOKBody) Validate

Validate validates this validate service catalog dependencies o k body

type ValidateServiceCatalogDependenciesParams

type ValidateServiceCatalogDependenciesParams struct {

	/*OrganizationCanonical
	  A canonical of an organization.

	*/
	OrganizationCanonical string
	/*ServiceCatalogRef
	  A Service Catalog name

	*/
	ServiceCatalogRef string

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

ValidateServiceCatalogDependenciesParams contains all the parameters to send to the API endpoint for the validate service catalog dependencies operation typically these are written to a http.Request

func NewValidateServiceCatalogDependenciesParams

func NewValidateServiceCatalogDependenciesParams() *ValidateServiceCatalogDependenciesParams

NewValidateServiceCatalogDependenciesParams creates a new ValidateServiceCatalogDependenciesParams object with the default values initialized.

func NewValidateServiceCatalogDependenciesParamsWithContext

func NewValidateServiceCatalogDependenciesParamsWithContext(ctx context.Context) *ValidateServiceCatalogDependenciesParams

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

func NewValidateServiceCatalogDependenciesParamsWithHTTPClient

func NewValidateServiceCatalogDependenciesParamsWithHTTPClient(client *http.Client) *ValidateServiceCatalogDependenciesParams

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

func NewValidateServiceCatalogDependenciesParamsWithTimeout

func NewValidateServiceCatalogDependenciesParamsWithTimeout(timeout time.Duration) *ValidateServiceCatalogDependenciesParams

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

func (*ValidateServiceCatalogDependenciesParams) SetContext

SetContext adds the context to the validate service catalog dependencies params

func (*ValidateServiceCatalogDependenciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the validate service catalog dependencies params

func (*ValidateServiceCatalogDependenciesParams) SetOrganizationCanonical

func (o *ValidateServiceCatalogDependenciesParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the validate service catalog dependencies params

func (*ValidateServiceCatalogDependenciesParams) SetServiceCatalogRef

func (o *ValidateServiceCatalogDependenciesParams) SetServiceCatalogRef(serviceCatalogRef string)

SetServiceCatalogRef adds the serviceCatalogRef to the validate service catalog dependencies params

func (*ValidateServiceCatalogDependenciesParams) SetTimeout

SetTimeout adds the timeout to the validate service catalog dependencies params

func (*ValidateServiceCatalogDependenciesParams) WithContext

WithContext adds the context to the validate service catalog dependencies params

func (*ValidateServiceCatalogDependenciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the validate service catalog dependencies params

func (*ValidateServiceCatalogDependenciesParams) WithOrganizationCanonical

func (o *ValidateServiceCatalogDependenciesParams) WithOrganizationCanonical(organizationCanonical string) *ValidateServiceCatalogDependenciesParams

WithOrganizationCanonical adds the organizationCanonical to the validate service catalog dependencies params

func (*ValidateServiceCatalogDependenciesParams) WithServiceCatalogRef

WithServiceCatalogRef adds the serviceCatalogRef to the validate service catalog dependencies params

func (*ValidateServiceCatalogDependenciesParams) WithTimeout

WithTimeout adds the timeout to the validate service catalog dependencies params

func (*ValidateServiceCatalogDependenciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ValidateServiceCatalogDependenciesReader

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

ValidateServiceCatalogDependenciesReader is a Reader for the ValidateServiceCatalogDependencies structure.

func (*ValidateServiceCatalogDependenciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ValidateServiceCatalogDependenciesUnprocessableEntity

type ValidateServiceCatalogDependenciesUnprocessableEntity struct {
	/*The length of the response body in octets (8-bit bytes).
	 */
	ContentLength uint64

	Payload *models.ErrorPayload
}

ValidateServiceCatalogDependenciesUnprocessableEntity handles this case with default header values.

All the custom errors that are generated from the Cycloid API

func NewValidateServiceCatalogDependenciesUnprocessableEntity

func NewValidateServiceCatalogDependenciesUnprocessableEntity() *ValidateServiceCatalogDependenciesUnprocessableEntity

NewValidateServiceCatalogDependenciesUnprocessableEntity creates a ValidateServiceCatalogDependenciesUnprocessableEntity with default headers values

func (*ValidateServiceCatalogDependenciesUnprocessableEntity) Error

func (*ValidateServiceCatalogDependenciesUnprocessableEntity) GetPayload

Jump to

Keyboard shortcuts

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