blueprint_terraform_integrations

package
v0.2.19 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for blueprint terraform integrations API

func (*Client) CreateBlueprintFromMappingUsingPOST1

func (a *Client) CreateBlueprintFromMappingUsingPOST1(params *CreateBlueprintFromMappingUsingPOST1Params) (*CreateBlueprintFromMappingUsingPOST1OK, error)

CreateBlueprintFromMappingUsingPOST1 creates a blueprint from a terraform blueprint configuration obtained from create blueprint mapping

func (*Client) CreateBlueprintMappingUsingPOST1

func (a *Client) CreateBlueprintMappingUsingPOST1(params *CreateBlueprintMappingUsingPOST1Params) (*CreateBlueprintMappingUsingPOST1OK, error)

CreateBlueprintMappingUsingPOST1 retrieves and parses the specified terraform configuration file s and returns relevant information for blueprint construction

func (*Client) CreateTerraformVersionUsingPOST1

func (a *Client) CreateTerraformVersionUsingPOST1(params *CreateTerraformVersionUsingPOST1Params) (*CreateTerraformVersionUsingPOST1Created, error)

CreateTerraformVersionUsingPOST1 creates a version

func (*Client) DeleteTerraformVersionUsingDELETE1

func (a *Client) DeleteTerraformVersionUsingDELETE1(params *DeleteTerraformVersionUsingDELETE1Params) (*DeleteTerraformVersionUsingDELETE1NoContent, error)

DeleteTerraformVersionUsingDELETE1 deletes a terraform version

func (*Client) GetConfigurationSourceTreeUsingGET1

func (a *Client) GetConfigurationSourceTreeUsingGET1(params *GetConfigurationSourceTreeUsingGET1Params) (*GetConfigurationSourceTreeUsingGET1OK, error)

GetConfigurationSourceTreeUsingGET1 shows directories of the configuration source repository that correspond to terraform configurations

func (*Client) GetTerraformConfigurationSourceCommitListUsingGET1

GetTerraformConfigurationSourceCommitListUsingGET1 returns a paginated list of commits for a specified configuration source

func (*Client) GetTerraformConfigurationSourcesUsingGET1

func (a *Client) GetTerraformConfigurationSourcesUsingGET1(params *GetTerraformConfigurationSourcesUsingGET1Params) (*GetTerraformConfigurationSourcesUsingGET1OK, error)

GetTerraformConfigurationSourcesUsingGET1 returns a paginated list of configuration sources configured as storage for terraform configurations

func (*Client) GetTerraformVersionUsingGET1

func (a *Client) GetTerraformVersionUsingGET1(params *GetTerraformVersionUsingGET1Params) (*GetTerraformVersionUsingGET1OK, error)

GetTerraformVersionUsingGET1 returns terraform version details

func (*Client) ListTerraformVersionsUsingGET1

func (a *Client) ListTerraformVersionsUsingGET1(params *ListTerraformVersionsUsingGET1Params) (*ListTerraformVersionsUsingGET1OK, error)

ListTerraformVersionsUsingGET1 lists terraform versions

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateTerraformVersionUsingPATCH1

func (a *Client) UpdateTerraformVersionUsingPATCH1(params *UpdateTerraformVersionUsingPATCH1Params) (*UpdateTerraformVersionUsingPATCH1OK, error)

UpdateTerraformVersionUsingPATCH1 updates a terraform version

type ClientService

type ClientService interface {
	CreateBlueprintFromMappingUsingPOST1(params *CreateBlueprintFromMappingUsingPOST1Params) (*CreateBlueprintFromMappingUsingPOST1OK, error)

	CreateBlueprintMappingUsingPOST1(params *CreateBlueprintMappingUsingPOST1Params) (*CreateBlueprintMappingUsingPOST1OK, error)

	CreateTerraformVersionUsingPOST1(params *CreateTerraformVersionUsingPOST1Params) (*CreateTerraformVersionUsingPOST1Created, error)

	DeleteTerraformVersionUsingDELETE1(params *DeleteTerraformVersionUsingDELETE1Params) (*DeleteTerraformVersionUsingDELETE1NoContent, error)

	GetConfigurationSourceTreeUsingGET1(params *GetConfigurationSourceTreeUsingGET1Params) (*GetConfigurationSourceTreeUsingGET1OK, error)

	GetTerraformConfigurationSourceCommitListUsingGET1(params *GetTerraformConfigurationSourceCommitListUsingGET1Params) (*GetTerraformConfigurationSourceCommitListUsingGET1OK, error)

	GetTerraformConfigurationSourcesUsingGET1(params *GetTerraformConfigurationSourcesUsingGET1Params) (*GetTerraformConfigurationSourcesUsingGET1OK, error)

	GetTerraformVersionUsingGET1(params *GetTerraformVersionUsingGET1Params) (*GetTerraformVersionUsingGET1OK, error)

	ListTerraformVersionsUsingGET1(params *ListTerraformVersionsUsingGET1Params) (*ListTerraformVersionsUsingGET1OK, error)

	UpdateTerraformVersionUsingPATCH1(params *UpdateTerraformVersionUsingPATCH1Params) (*UpdateTerraformVersionUsingPATCH1OK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new blueprint terraform integrations API client.

type CreateBlueprintFromMappingUsingPOST1BadRequest

type CreateBlueprintFromMappingUsingPOST1BadRequest struct {
	Payload *models.Error
}

CreateBlueprintFromMappingUsingPOST1BadRequest handles this case with default header values.

Bad Request

func NewCreateBlueprintFromMappingUsingPOST1BadRequest

func NewCreateBlueprintFromMappingUsingPOST1BadRequest() *CreateBlueprintFromMappingUsingPOST1BadRequest

NewCreateBlueprintFromMappingUsingPOST1BadRequest creates a CreateBlueprintFromMappingUsingPOST1BadRequest with default headers values

func (*CreateBlueprintFromMappingUsingPOST1BadRequest) Error

func (*CreateBlueprintFromMappingUsingPOST1BadRequest) GetPayload

type CreateBlueprintFromMappingUsingPOST1Forbidden

type CreateBlueprintFromMappingUsingPOST1Forbidden struct {
}

CreateBlueprintFromMappingUsingPOST1Forbidden handles this case with default header values.

Forbidden

func NewCreateBlueprintFromMappingUsingPOST1Forbidden

func NewCreateBlueprintFromMappingUsingPOST1Forbidden() *CreateBlueprintFromMappingUsingPOST1Forbidden

NewCreateBlueprintFromMappingUsingPOST1Forbidden creates a CreateBlueprintFromMappingUsingPOST1Forbidden with default headers values

func (*CreateBlueprintFromMappingUsingPOST1Forbidden) Error

type CreateBlueprintFromMappingUsingPOST1OK

type CreateBlueprintFromMappingUsingPOST1OK struct {
	Payload *models.Blueprint
}

CreateBlueprintFromMappingUsingPOST1OK handles this case with default header values.

OK

func NewCreateBlueprintFromMappingUsingPOST1OK

func NewCreateBlueprintFromMappingUsingPOST1OK() *CreateBlueprintFromMappingUsingPOST1OK

NewCreateBlueprintFromMappingUsingPOST1OK creates a CreateBlueprintFromMappingUsingPOST1OK with default headers values

func (*CreateBlueprintFromMappingUsingPOST1OK) Error

func (*CreateBlueprintFromMappingUsingPOST1OK) GetPayload

type CreateBlueprintFromMappingUsingPOST1Params

type CreateBlueprintFromMappingUsingPOST1Params struct {

	/*TerraformBlueprintConfig
	  A Terraform blueprint configuration.

	*/
	TerraformBlueprintConfig *models.TerraformBlueprintConfig

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

CreateBlueprintFromMappingUsingPOST1Params contains all the parameters to send to the API endpoint for the create blueprint from mapping using p o s t 1 operation typically these are written to a http.Request

func NewCreateBlueprintFromMappingUsingPOST1Params

func NewCreateBlueprintFromMappingUsingPOST1Params() *CreateBlueprintFromMappingUsingPOST1Params

NewCreateBlueprintFromMappingUsingPOST1Params creates a new CreateBlueprintFromMappingUsingPOST1Params object with the default values initialized.

func NewCreateBlueprintFromMappingUsingPOST1ParamsWithContext

func NewCreateBlueprintFromMappingUsingPOST1ParamsWithContext(ctx context.Context) *CreateBlueprintFromMappingUsingPOST1Params

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

func NewCreateBlueprintFromMappingUsingPOST1ParamsWithHTTPClient

func NewCreateBlueprintFromMappingUsingPOST1ParamsWithHTTPClient(client *http.Client) *CreateBlueprintFromMappingUsingPOST1Params

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

func NewCreateBlueprintFromMappingUsingPOST1ParamsWithTimeout

func NewCreateBlueprintFromMappingUsingPOST1ParamsWithTimeout(timeout time.Duration) *CreateBlueprintFromMappingUsingPOST1Params

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

func (*CreateBlueprintFromMappingUsingPOST1Params) SetContext

SetContext adds the context to the create blueprint from mapping using p o s t 1 params

func (*CreateBlueprintFromMappingUsingPOST1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create blueprint from mapping using p o s t 1 params

func (*CreateBlueprintFromMappingUsingPOST1Params) SetTerraformBlueprintConfig

func (o *CreateBlueprintFromMappingUsingPOST1Params) SetTerraformBlueprintConfig(terraformBlueprintConfig *models.TerraformBlueprintConfig)

SetTerraformBlueprintConfig adds the terraformBlueprintConfig to the create blueprint from mapping using p o s t 1 params

func (*CreateBlueprintFromMappingUsingPOST1Params) SetTimeout

SetTimeout adds the timeout to the create blueprint from mapping using p o s t 1 params

func (*CreateBlueprintFromMappingUsingPOST1Params) WithContext

WithContext adds the context to the create blueprint from mapping using p o s t 1 params

func (*CreateBlueprintFromMappingUsingPOST1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create blueprint from mapping using p o s t 1 params

func (*CreateBlueprintFromMappingUsingPOST1Params) WithTerraformBlueprintConfig

WithTerraformBlueprintConfig adds the terraformBlueprintConfig to the create blueprint from mapping using p o s t 1 params

func (*CreateBlueprintFromMappingUsingPOST1Params) WithTimeout

WithTimeout adds the timeout to the create blueprint from mapping using p o s t 1 params

func (*CreateBlueprintFromMappingUsingPOST1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateBlueprintFromMappingUsingPOST1Reader

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

CreateBlueprintFromMappingUsingPOST1Reader is a Reader for the CreateBlueprintFromMappingUsingPOST1 structure.

func (*CreateBlueprintFromMappingUsingPOST1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateBlueprintFromMappingUsingPOST1Unauthorized

type CreateBlueprintFromMappingUsingPOST1Unauthorized struct {
}

CreateBlueprintFromMappingUsingPOST1Unauthorized handles this case with default header values.

Unauthorized

func NewCreateBlueprintFromMappingUsingPOST1Unauthorized

func NewCreateBlueprintFromMappingUsingPOST1Unauthorized() *CreateBlueprintFromMappingUsingPOST1Unauthorized

NewCreateBlueprintFromMappingUsingPOST1Unauthorized creates a CreateBlueprintFromMappingUsingPOST1Unauthorized with default headers values

func (*CreateBlueprintFromMappingUsingPOST1Unauthorized) Error

type CreateBlueprintMappingUsingPOST1BadRequest

type CreateBlueprintMappingUsingPOST1BadRequest struct {
	Payload *models.Error
}

CreateBlueprintMappingUsingPOST1BadRequest handles this case with default header values.

Bad Request

func NewCreateBlueprintMappingUsingPOST1BadRequest

func NewCreateBlueprintMappingUsingPOST1BadRequest() *CreateBlueprintMappingUsingPOST1BadRequest

NewCreateBlueprintMappingUsingPOST1BadRequest creates a CreateBlueprintMappingUsingPOST1BadRequest with default headers values

func (*CreateBlueprintMappingUsingPOST1BadRequest) Error

func (*CreateBlueprintMappingUsingPOST1BadRequest) GetPayload

type CreateBlueprintMappingUsingPOST1Forbidden

type CreateBlueprintMappingUsingPOST1Forbidden struct {
}

CreateBlueprintMappingUsingPOST1Forbidden handles this case with default header values.

Forbidden

func NewCreateBlueprintMappingUsingPOST1Forbidden

func NewCreateBlueprintMappingUsingPOST1Forbidden() *CreateBlueprintMappingUsingPOST1Forbidden

NewCreateBlueprintMappingUsingPOST1Forbidden creates a CreateBlueprintMappingUsingPOST1Forbidden with default headers values

func (*CreateBlueprintMappingUsingPOST1Forbidden) Error

type CreateBlueprintMappingUsingPOST1OK

type CreateBlueprintMappingUsingPOST1OK struct {
	Payload *models.TerraformToBlueprintMapping
}

CreateBlueprintMappingUsingPOST1OK handles this case with default header values.

OK

func NewCreateBlueprintMappingUsingPOST1OK

func NewCreateBlueprintMappingUsingPOST1OK() *CreateBlueprintMappingUsingPOST1OK

NewCreateBlueprintMappingUsingPOST1OK creates a CreateBlueprintMappingUsingPOST1OK with default headers values

func (*CreateBlueprintMappingUsingPOST1OK) Error

func (*CreateBlueprintMappingUsingPOST1OK) GetPayload

type CreateBlueprintMappingUsingPOST1Params

type CreateBlueprintMappingUsingPOST1Params struct {

	/*ConfigurationSourceReference
	  configurationSourceReference

	*/
	ConfigurationSourceReference *models.TerraformConfigurationSourceReference

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

CreateBlueprintMappingUsingPOST1Params contains all the parameters to send to the API endpoint for the create blueprint mapping using p o s t 1 operation typically these are written to a http.Request

func NewCreateBlueprintMappingUsingPOST1Params

func NewCreateBlueprintMappingUsingPOST1Params() *CreateBlueprintMappingUsingPOST1Params

NewCreateBlueprintMappingUsingPOST1Params creates a new CreateBlueprintMappingUsingPOST1Params object with the default values initialized.

func NewCreateBlueprintMappingUsingPOST1ParamsWithContext

func NewCreateBlueprintMappingUsingPOST1ParamsWithContext(ctx context.Context) *CreateBlueprintMappingUsingPOST1Params

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

func NewCreateBlueprintMappingUsingPOST1ParamsWithHTTPClient

func NewCreateBlueprintMappingUsingPOST1ParamsWithHTTPClient(client *http.Client) *CreateBlueprintMappingUsingPOST1Params

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

func NewCreateBlueprintMappingUsingPOST1ParamsWithTimeout

func NewCreateBlueprintMappingUsingPOST1ParamsWithTimeout(timeout time.Duration) *CreateBlueprintMappingUsingPOST1Params

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

func (*CreateBlueprintMappingUsingPOST1Params) SetConfigurationSourceReference

func (o *CreateBlueprintMappingUsingPOST1Params) SetConfigurationSourceReference(configurationSourceReference *models.TerraformConfigurationSourceReference)

SetConfigurationSourceReference adds the configurationSourceReference to the create blueprint mapping using p o s t 1 params

func (*CreateBlueprintMappingUsingPOST1Params) SetContext

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

func (*CreateBlueprintMappingUsingPOST1Params) SetHTTPClient

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

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

func (*CreateBlueprintMappingUsingPOST1Params) SetTimeout

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

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

func (*CreateBlueprintMappingUsingPOST1Params) WithConfigurationSourceReference

func (o *CreateBlueprintMappingUsingPOST1Params) WithConfigurationSourceReference(configurationSourceReference *models.TerraformConfigurationSourceReference) *CreateBlueprintMappingUsingPOST1Params

WithConfigurationSourceReference adds the configurationSourceReference to the create blueprint mapping using p o s t 1 params

func (*CreateBlueprintMappingUsingPOST1Params) WithContext

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

func (*CreateBlueprintMappingUsingPOST1Params) WithHTTPClient

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

func (*CreateBlueprintMappingUsingPOST1Params) WithTimeout

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

func (*CreateBlueprintMappingUsingPOST1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateBlueprintMappingUsingPOST1Reader

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

CreateBlueprintMappingUsingPOST1Reader is a Reader for the CreateBlueprintMappingUsingPOST1 structure.

func (*CreateBlueprintMappingUsingPOST1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateBlueprintMappingUsingPOST1Unauthorized

type CreateBlueprintMappingUsingPOST1Unauthorized struct {
}

CreateBlueprintMappingUsingPOST1Unauthorized handles this case with default header values.

Unauthorized

func NewCreateBlueprintMappingUsingPOST1Unauthorized

func NewCreateBlueprintMappingUsingPOST1Unauthorized() *CreateBlueprintMappingUsingPOST1Unauthorized

NewCreateBlueprintMappingUsingPOST1Unauthorized creates a CreateBlueprintMappingUsingPOST1Unauthorized with default headers values

func (*CreateBlueprintMappingUsingPOST1Unauthorized) Error

type CreateTerraformVersionUsingPOST1BadRequest

type CreateTerraformVersionUsingPOST1BadRequest struct {
	Payload *models.Error
}

CreateTerraformVersionUsingPOST1BadRequest handles this case with default header values.

Bad Request

func NewCreateTerraformVersionUsingPOST1BadRequest

func NewCreateTerraformVersionUsingPOST1BadRequest() *CreateTerraformVersionUsingPOST1BadRequest

NewCreateTerraformVersionUsingPOST1BadRequest creates a CreateTerraformVersionUsingPOST1BadRequest with default headers values

func (*CreateTerraformVersionUsingPOST1BadRequest) Error

func (*CreateTerraformVersionUsingPOST1BadRequest) GetPayload

type CreateTerraformVersionUsingPOST1Created

type CreateTerraformVersionUsingPOST1Created struct {
	Payload *models.TerraformVersion
}

CreateTerraformVersionUsingPOST1Created handles this case with default header values.

Created

func NewCreateTerraformVersionUsingPOST1Created

func NewCreateTerraformVersionUsingPOST1Created() *CreateTerraformVersionUsingPOST1Created

NewCreateTerraformVersionUsingPOST1Created creates a CreateTerraformVersionUsingPOST1Created with default headers values

func (*CreateTerraformVersionUsingPOST1Created) Error

func (*CreateTerraformVersionUsingPOST1Created) GetPayload

type CreateTerraformVersionUsingPOST1Forbidden

type CreateTerraformVersionUsingPOST1Forbidden struct {
}

CreateTerraformVersionUsingPOST1Forbidden handles this case with default header values.

Forbidden

func NewCreateTerraformVersionUsingPOST1Forbidden

func NewCreateTerraformVersionUsingPOST1Forbidden() *CreateTerraformVersionUsingPOST1Forbidden

NewCreateTerraformVersionUsingPOST1Forbidden creates a CreateTerraformVersionUsingPOST1Forbidden with default headers values

func (*CreateTerraformVersionUsingPOST1Forbidden) Error

type CreateTerraformVersionUsingPOST1Params

type CreateTerraformVersionUsingPOST1Params struct {

	/*TerraformVersion
	  Terraform version

	*/
	TerraformVersion *models.TerraformVersion

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

CreateTerraformVersionUsingPOST1Params contains all the parameters to send to the API endpoint for the create terraform version using p o s t 1 operation typically these are written to a http.Request

func NewCreateTerraformVersionUsingPOST1Params

func NewCreateTerraformVersionUsingPOST1Params() *CreateTerraformVersionUsingPOST1Params

NewCreateTerraformVersionUsingPOST1Params creates a new CreateTerraformVersionUsingPOST1Params object with the default values initialized.

func NewCreateTerraformVersionUsingPOST1ParamsWithContext

func NewCreateTerraformVersionUsingPOST1ParamsWithContext(ctx context.Context) *CreateTerraformVersionUsingPOST1Params

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

func NewCreateTerraformVersionUsingPOST1ParamsWithHTTPClient

func NewCreateTerraformVersionUsingPOST1ParamsWithHTTPClient(client *http.Client) *CreateTerraformVersionUsingPOST1Params

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

func NewCreateTerraformVersionUsingPOST1ParamsWithTimeout

func NewCreateTerraformVersionUsingPOST1ParamsWithTimeout(timeout time.Duration) *CreateTerraformVersionUsingPOST1Params

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

func (*CreateTerraformVersionUsingPOST1Params) SetContext

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

func (*CreateTerraformVersionUsingPOST1Params) SetHTTPClient

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

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

func (*CreateTerraformVersionUsingPOST1Params) SetTerraformVersion

func (o *CreateTerraformVersionUsingPOST1Params) SetTerraformVersion(terraformVersion *models.TerraformVersion)

SetTerraformVersion adds the terraformVersion to the create terraform version using p o s t 1 params

func (*CreateTerraformVersionUsingPOST1Params) SetTimeout

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

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

func (*CreateTerraformVersionUsingPOST1Params) WithContext

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

func (*CreateTerraformVersionUsingPOST1Params) WithHTTPClient

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

func (*CreateTerraformVersionUsingPOST1Params) WithTerraformVersion

WithTerraformVersion adds the terraformVersion to the create terraform version using p o s t 1 params

func (*CreateTerraformVersionUsingPOST1Params) WithTimeout

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

func (*CreateTerraformVersionUsingPOST1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateTerraformVersionUsingPOST1Reader

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

CreateTerraformVersionUsingPOST1Reader is a Reader for the CreateTerraformVersionUsingPOST1 structure.

func (*CreateTerraformVersionUsingPOST1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateTerraformVersionUsingPOST1Unauthorized

type CreateTerraformVersionUsingPOST1Unauthorized struct {
}

CreateTerraformVersionUsingPOST1Unauthorized handles this case with default header values.

Unauthorized

func NewCreateTerraformVersionUsingPOST1Unauthorized

func NewCreateTerraformVersionUsingPOST1Unauthorized() *CreateTerraformVersionUsingPOST1Unauthorized

NewCreateTerraformVersionUsingPOST1Unauthorized creates a CreateTerraformVersionUsingPOST1Unauthorized with default headers values

func (*CreateTerraformVersionUsingPOST1Unauthorized) Error

type DeleteTerraformVersionUsingDELETE1Forbidden

type DeleteTerraformVersionUsingDELETE1Forbidden struct {
}

DeleteTerraformVersionUsingDELETE1Forbidden handles this case with default header values.

Forbidden

func NewDeleteTerraformVersionUsingDELETE1Forbidden

func NewDeleteTerraformVersionUsingDELETE1Forbidden() *DeleteTerraformVersionUsingDELETE1Forbidden

NewDeleteTerraformVersionUsingDELETE1Forbidden creates a DeleteTerraformVersionUsingDELETE1Forbidden with default headers values

func (*DeleteTerraformVersionUsingDELETE1Forbidden) Error

type DeleteTerraformVersionUsingDELETE1NoContent

type DeleteTerraformVersionUsingDELETE1NoContent struct {
}

DeleteTerraformVersionUsingDELETE1NoContent handles this case with default header values.

No Content

func NewDeleteTerraformVersionUsingDELETE1NoContent

func NewDeleteTerraformVersionUsingDELETE1NoContent() *DeleteTerraformVersionUsingDELETE1NoContent

NewDeleteTerraformVersionUsingDELETE1NoContent creates a DeleteTerraformVersionUsingDELETE1NoContent with default headers values

func (*DeleteTerraformVersionUsingDELETE1NoContent) Error

type DeleteTerraformVersionUsingDELETE1NotFound

type DeleteTerraformVersionUsingDELETE1NotFound struct {
	Payload *models.Error
}

DeleteTerraformVersionUsingDELETE1NotFound handles this case with default header values.

Not Found

func NewDeleteTerraformVersionUsingDELETE1NotFound

func NewDeleteTerraformVersionUsingDELETE1NotFound() *DeleteTerraformVersionUsingDELETE1NotFound

NewDeleteTerraformVersionUsingDELETE1NotFound creates a DeleteTerraformVersionUsingDELETE1NotFound with default headers values

func (*DeleteTerraformVersionUsingDELETE1NotFound) Error

func (*DeleteTerraformVersionUsingDELETE1NotFound) GetPayload

type DeleteTerraformVersionUsingDELETE1Params

type DeleteTerraformVersionUsingDELETE1Params struct {

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

	*/
	APIVersion *string
	/*VersionID
	  versionId

	*/
	VersionID strfmt.UUID

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

DeleteTerraformVersionUsingDELETE1Params contains all the parameters to send to the API endpoint for the delete terraform version using d e l e t e 1 operation typically these are written to a http.Request

func NewDeleteTerraformVersionUsingDELETE1Params

func NewDeleteTerraformVersionUsingDELETE1Params() *DeleteTerraformVersionUsingDELETE1Params

NewDeleteTerraformVersionUsingDELETE1Params creates a new DeleteTerraformVersionUsingDELETE1Params object with the default values initialized.

func NewDeleteTerraformVersionUsingDELETE1ParamsWithContext

func NewDeleteTerraformVersionUsingDELETE1ParamsWithContext(ctx context.Context) *DeleteTerraformVersionUsingDELETE1Params

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

func NewDeleteTerraformVersionUsingDELETE1ParamsWithHTTPClient

func NewDeleteTerraformVersionUsingDELETE1ParamsWithHTTPClient(client *http.Client) *DeleteTerraformVersionUsingDELETE1Params

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

func NewDeleteTerraformVersionUsingDELETE1ParamsWithTimeout

func NewDeleteTerraformVersionUsingDELETE1ParamsWithTimeout(timeout time.Duration) *DeleteTerraformVersionUsingDELETE1Params

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

func (*DeleteTerraformVersionUsingDELETE1Params) SetAPIVersion

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

SetAPIVersion adds the apiVersion to the delete terraform version using d e l e t e 1 params

func (*DeleteTerraformVersionUsingDELETE1Params) SetContext

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

func (*DeleteTerraformVersionUsingDELETE1Params) SetHTTPClient

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

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

func (*DeleteTerraformVersionUsingDELETE1Params) SetTimeout

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

func (*DeleteTerraformVersionUsingDELETE1Params) SetVersionID

func (o *DeleteTerraformVersionUsingDELETE1Params) SetVersionID(versionID strfmt.UUID)

SetVersionID adds the versionId to the delete terraform version using d e l e t e 1 params

func (*DeleteTerraformVersionUsingDELETE1Params) WithAPIVersion

WithAPIVersion adds the aPIVersion to the delete terraform version using d e l e t e 1 params

func (*DeleteTerraformVersionUsingDELETE1Params) WithContext

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

func (*DeleteTerraformVersionUsingDELETE1Params) WithHTTPClient

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

func (*DeleteTerraformVersionUsingDELETE1Params) WithTimeout

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

func (*DeleteTerraformVersionUsingDELETE1Params) WithVersionID

WithVersionID adds the versionID to the delete terraform version using d e l e t e 1 params

func (*DeleteTerraformVersionUsingDELETE1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteTerraformVersionUsingDELETE1Reader

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

DeleteTerraformVersionUsingDELETE1Reader is a Reader for the DeleteTerraformVersionUsingDELETE1 structure.

func (*DeleteTerraformVersionUsingDELETE1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteTerraformVersionUsingDELETE1Unauthorized

type DeleteTerraformVersionUsingDELETE1Unauthorized struct {
}

DeleteTerraformVersionUsingDELETE1Unauthorized handles this case with default header values.

Unauthorized

func NewDeleteTerraformVersionUsingDELETE1Unauthorized

func NewDeleteTerraformVersionUsingDELETE1Unauthorized() *DeleteTerraformVersionUsingDELETE1Unauthorized

NewDeleteTerraformVersionUsingDELETE1Unauthorized creates a DeleteTerraformVersionUsingDELETE1Unauthorized with default headers values

func (*DeleteTerraformVersionUsingDELETE1Unauthorized) Error

type GetConfigurationSourceTreeUsingGET1BadRequest

type GetConfigurationSourceTreeUsingGET1BadRequest struct {
	Payload *models.Error
}

GetConfigurationSourceTreeUsingGET1BadRequest handles this case with default header values.

Bad Request

func NewGetConfigurationSourceTreeUsingGET1BadRequest

func NewGetConfigurationSourceTreeUsingGET1BadRequest() *GetConfigurationSourceTreeUsingGET1BadRequest

NewGetConfigurationSourceTreeUsingGET1BadRequest creates a GetConfigurationSourceTreeUsingGET1BadRequest with default headers values

func (*GetConfigurationSourceTreeUsingGET1BadRequest) Error

func (*GetConfigurationSourceTreeUsingGET1BadRequest) GetPayload

type GetConfigurationSourceTreeUsingGET1Forbidden

type GetConfigurationSourceTreeUsingGET1Forbidden struct {
}

GetConfigurationSourceTreeUsingGET1Forbidden handles this case with default header values.

Forbidden

func NewGetConfigurationSourceTreeUsingGET1Forbidden

func NewGetConfigurationSourceTreeUsingGET1Forbidden() *GetConfigurationSourceTreeUsingGET1Forbidden

NewGetConfigurationSourceTreeUsingGET1Forbidden creates a GetConfigurationSourceTreeUsingGET1Forbidden with default headers values

func (*GetConfigurationSourceTreeUsingGET1Forbidden) Error

type GetConfigurationSourceTreeUsingGET1NotFound

type GetConfigurationSourceTreeUsingGET1NotFound struct {
	Payload *models.Error
}

GetConfigurationSourceTreeUsingGET1NotFound handles this case with default header values.

Not Found

func NewGetConfigurationSourceTreeUsingGET1NotFound

func NewGetConfigurationSourceTreeUsingGET1NotFound() *GetConfigurationSourceTreeUsingGET1NotFound

NewGetConfigurationSourceTreeUsingGET1NotFound creates a GetConfigurationSourceTreeUsingGET1NotFound with default headers values

func (*GetConfigurationSourceTreeUsingGET1NotFound) Error

func (*GetConfigurationSourceTreeUsingGET1NotFound) GetPayload

type GetConfigurationSourceTreeUsingGET1OK

type GetConfigurationSourceTreeUsingGET1OK struct {
	Payload *models.FileTree
}

GetConfigurationSourceTreeUsingGET1OK handles this case with default header values.

OK

func NewGetConfigurationSourceTreeUsingGET1OK

func NewGetConfigurationSourceTreeUsingGET1OK() *GetConfigurationSourceTreeUsingGET1OK

NewGetConfigurationSourceTreeUsingGET1OK creates a GetConfigurationSourceTreeUsingGET1OK with default headers values

func (*GetConfigurationSourceTreeUsingGET1OK) Error

func (*GetConfigurationSourceTreeUsingGET1OK) GetPayload

type GetConfigurationSourceTreeUsingGET1Params

type GetConfigurationSourceTreeUsingGET1Params struct {

	/*CommitID
	  The commit ID corresponding to the version of the configuration source.

	*/
	CommitID *string
	/*ConfigurationSourceID
	  The ID of the configuration source to inspect.

	*/
	ConfigurationSourceID strfmt.UUID
	/*Path
	  A file path prefix. The prefix is interpreted in the context of the configuration source's path prefix. Results will only include directories under this path.

	*/
	Path *string

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

GetConfigurationSourceTreeUsingGET1Params contains all the parameters to send to the API endpoint for the get configuration source tree using get1 operation typically these are written to a http.Request

func NewGetConfigurationSourceTreeUsingGET1Params

func NewGetConfigurationSourceTreeUsingGET1Params() *GetConfigurationSourceTreeUsingGET1Params

NewGetConfigurationSourceTreeUsingGET1Params creates a new GetConfigurationSourceTreeUsingGET1Params object with the default values initialized.

func NewGetConfigurationSourceTreeUsingGET1ParamsWithContext

func NewGetConfigurationSourceTreeUsingGET1ParamsWithContext(ctx context.Context) *GetConfigurationSourceTreeUsingGET1Params

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

func NewGetConfigurationSourceTreeUsingGET1ParamsWithHTTPClient

func NewGetConfigurationSourceTreeUsingGET1ParamsWithHTTPClient(client *http.Client) *GetConfigurationSourceTreeUsingGET1Params

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

func NewGetConfigurationSourceTreeUsingGET1ParamsWithTimeout

func NewGetConfigurationSourceTreeUsingGET1ParamsWithTimeout(timeout time.Duration) *GetConfigurationSourceTreeUsingGET1Params

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

func (*GetConfigurationSourceTreeUsingGET1Params) SetCommitID

func (o *GetConfigurationSourceTreeUsingGET1Params) SetCommitID(commitID *string)

SetCommitID adds the commitId to the get configuration source tree using get1 params

func (*GetConfigurationSourceTreeUsingGET1Params) SetConfigurationSourceID

func (o *GetConfigurationSourceTreeUsingGET1Params) SetConfigurationSourceID(configurationSourceID strfmt.UUID)

SetConfigurationSourceID adds the configurationSourceId to the get configuration source tree using get1 params

func (*GetConfigurationSourceTreeUsingGET1Params) SetContext

SetContext adds the context to the get configuration source tree using get1 params

func (*GetConfigurationSourceTreeUsingGET1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get configuration source tree using get1 params

func (*GetConfigurationSourceTreeUsingGET1Params) SetPath

SetPath adds the path to the get configuration source tree using get1 params

func (*GetConfigurationSourceTreeUsingGET1Params) SetTimeout

SetTimeout adds the timeout to the get configuration source tree using get1 params

func (*GetConfigurationSourceTreeUsingGET1Params) WithCommitID

WithCommitID adds the commitID to the get configuration source tree using get1 params

func (*GetConfigurationSourceTreeUsingGET1Params) WithConfigurationSourceID

func (o *GetConfigurationSourceTreeUsingGET1Params) WithConfigurationSourceID(configurationSourceID strfmt.UUID) *GetConfigurationSourceTreeUsingGET1Params

WithConfigurationSourceID adds the configurationSourceID to the get configuration source tree using get1 params

func (*GetConfigurationSourceTreeUsingGET1Params) WithContext

WithContext adds the context to the get configuration source tree using get1 params

func (*GetConfigurationSourceTreeUsingGET1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get configuration source tree using get1 params

func (*GetConfigurationSourceTreeUsingGET1Params) WithPath

WithPath adds the path to the get configuration source tree using get1 params

func (*GetConfigurationSourceTreeUsingGET1Params) WithTimeout

WithTimeout adds the timeout to the get configuration source tree using get1 params

func (*GetConfigurationSourceTreeUsingGET1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetConfigurationSourceTreeUsingGET1Reader

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

GetConfigurationSourceTreeUsingGET1Reader is a Reader for the GetConfigurationSourceTreeUsingGET1 structure.

func (*GetConfigurationSourceTreeUsingGET1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetConfigurationSourceTreeUsingGET1Unauthorized

type GetConfigurationSourceTreeUsingGET1Unauthorized struct {
}

GetConfigurationSourceTreeUsingGET1Unauthorized handles this case with default header values.

Unauthorized

func NewGetConfigurationSourceTreeUsingGET1Unauthorized

func NewGetConfigurationSourceTreeUsingGET1Unauthorized() *GetConfigurationSourceTreeUsingGET1Unauthorized

NewGetConfigurationSourceTreeUsingGET1Unauthorized creates a GetConfigurationSourceTreeUsingGET1Unauthorized with default headers values

func (*GetConfigurationSourceTreeUsingGET1Unauthorized) Error

type GetTerraformConfigurationSourceCommitListUsingGET1BadRequest

type GetTerraformConfigurationSourceCommitListUsingGET1BadRequest struct {
	Payload *models.Error
}

GetTerraformConfigurationSourceCommitListUsingGET1BadRequest handles this case with default header values.

Bad Request

func NewGetTerraformConfigurationSourceCommitListUsingGET1BadRequest

func NewGetTerraformConfigurationSourceCommitListUsingGET1BadRequest() *GetTerraformConfigurationSourceCommitListUsingGET1BadRequest

NewGetTerraformConfigurationSourceCommitListUsingGET1BadRequest creates a GetTerraformConfigurationSourceCommitListUsingGET1BadRequest with default headers values

func (*GetTerraformConfigurationSourceCommitListUsingGET1BadRequest) Error

func (*GetTerraformConfigurationSourceCommitListUsingGET1BadRequest) GetPayload

type GetTerraformConfigurationSourceCommitListUsingGET1Forbidden

type GetTerraformConfigurationSourceCommitListUsingGET1Forbidden struct {
}

GetTerraformConfigurationSourceCommitListUsingGET1Forbidden handles this case with default header values.

Forbidden

func NewGetTerraformConfigurationSourceCommitListUsingGET1Forbidden

func NewGetTerraformConfigurationSourceCommitListUsingGET1Forbidden() *GetTerraformConfigurationSourceCommitListUsingGET1Forbidden

NewGetTerraformConfigurationSourceCommitListUsingGET1Forbidden creates a GetTerraformConfigurationSourceCommitListUsingGET1Forbidden with default headers values

func (*GetTerraformConfigurationSourceCommitListUsingGET1Forbidden) Error

type GetTerraformConfigurationSourceCommitListUsingGET1OK

type GetTerraformConfigurationSourceCommitListUsingGET1OK struct {
	Payload *models.PageOfCommitDetails
}

GetTerraformConfigurationSourceCommitListUsingGET1OK handles this case with default header values.

OK

func NewGetTerraformConfigurationSourceCommitListUsingGET1OK

func NewGetTerraformConfigurationSourceCommitListUsingGET1OK() *GetTerraformConfigurationSourceCommitListUsingGET1OK

NewGetTerraformConfigurationSourceCommitListUsingGET1OK creates a GetTerraformConfigurationSourceCommitListUsingGET1OK with default headers values

func (*GetTerraformConfigurationSourceCommitListUsingGET1OK) Error

func (*GetTerraformConfigurationSourceCommitListUsingGET1OK) GetPayload

type GetTerraformConfigurationSourceCommitListUsingGET1Params

type GetTerraformConfigurationSourceCommitListUsingGET1Params struct {

	/*ConfigurationSourceID
	  A Configuration Source ID.

	*/
	ConfigurationSourceID string

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

GetTerraformConfigurationSourceCommitListUsingGET1Params contains all the parameters to send to the API endpoint for the get terraform configuration source commit list using get1 operation typically these are written to a http.Request

func NewGetTerraformConfigurationSourceCommitListUsingGET1Params

func NewGetTerraformConfigurationSourceCommitListUsingGET1Params() *GetTerraformConfigurationSourceCommitListUsingGET1Params

NewGetTerraformConfigurationSourceCommitListUsingGET1Params creates a new GetTerraformConfigurationSourceCommitListUsingGET1Params object with the default values initialized.

func NewGetTerraformConfigurationSourceCommitListUsingGET1ParamsWithContext

func NewGetTerraformConfigurationSourceCommitListUsingGET1ParamsWithContext(ctx context.Context) *GetTerraformConfigurationSourceCommitListUsingGET1Params

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

func NewGetTerraformConfigurationSourceCommitListUsingGET1ParamsWithHTTPClient

func NewGetTerraformConfigurationSourceCommitListUsingGET1ParamsWithHTTPClient(client *http.Client) *GetTerraformConfigurationSourceCommitListUsingGET1Params

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

func NewGetTerraformConfigurationSourceCommitListUsingGET1ParamsWithTimeout

func NewGetTerraformConfigurationSourceCommitListUsingGET1ParamsWithTimeout(timeout time.Duration) *GetTerraformConfigurationSourceCommitListUsingGET1Params

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

func (*GetTerraformConfigurationSourceCommitListUsingGET1Params) SetConfigurationSourceID

func (o *GetTerraformConfigurationSourceCommitListUsingGET1Params) SetConfigurationSourceID(configurationSourceID string)

SetConfigurationSourceID adds the configurationSourceId to the get terraform configuration source commit list using get1 params

func (*GetTerraformConfigurationSourceCommitListUsingGET1Params) SetContext

SetContext adds the context to the get terraform configuration source commit list using get1 params

func (*GetTerraformConfigurationSourceCommitListUsingGET1Params) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get terraform configuration source commit list using get1 params

func (*GetTerraformConfigurationSourceCommitListUsingGET1Params) SetTimeout

SetTimeout adds the timeout to the get terraform configuration source commit list using get1 params

func (*GetTerraformConfigurationSourceCommitListUsingGET1Params) WithConfigurationSourceID

WithConfigurationSourceID adds the configurationSourceID to the get terraform configuration source commit list using get1 params

func (*GetTerraformConfigurationSourceCommitListUsingGET1Params) WithContext

WithContext adds the context to the get terraform configuration source commit list using get1 params

func (*GetTerraformConfigurationSourceCommitListUsingGET1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get terraform configuration source commit list using get1 params

func (*GetTerraformConfigurationSourceCommitListUsingGET1Params) WithTimeout

WithTimeout adds the timeout to the get terraform configuration source commit list using get1 params

func (*GetTerraformConfigurationSourceCommitListUsingGET1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetTerraformConfigurationSourceCommitListUsingGET1Reader

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

GetTerraformConfigurationSourceCommitListUsingGET1Reader is a Reader for the GetTerraformConfigurationSourceCommitListUsingGET1 structure.

func (*GetTerraformConfigurationSourceCommitListUsingGET1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTerraformConfigurationSourceCommitListUsingGET1Unauthorized

type GetTerraformConfigurationSourceCommitListUsingGET1Unauthorized struct {
}

GetTerraformConfigurationSourceCommitListUsingGET1Unauthorized handles this case with default header values.

Unauthorized

func NewGetTerraformConfigurationSourceCommitListUsingGET1Unauthorized

func NewGetTerraformConfigurationSourceCommitListUsingGET1Unauthorized() *GetTerraformConfigurationSourceCommitListUsingGET1Unauthorized

NewGetTerraformConfigurationSourceCommitListUsingGET1Unauthorized creates a GetTerraformConfigurationSourceCommitListUsingGET1Unauthorized with default headers values

func (*GetTerraformConfigurationSourceCommitListUsingGET1Unauthorized) Error

type GetTerraformConfigurationSourcesUsingGET1Forbidden

type GetTerraformConfigurationSourcesUsingGET1Forbidden struct {
}

GetTerraformConfigurationSourcesUsingGET1Forbidden handles this case with default header values.

Forbidden

func NewGetTerraformConfigurationSourcesUsingGET1Forbidden

func NewGetTerraformConfigurationSourcesUsingGET1Forbidden() *GetTerraformConfigurationSourcesUsingGET1Forbidden

NewGetTerraformConfigurationSourcesUsingGET1Forbidden creates a GetTerraformConfigurationSourcesUsingGET1Forbidden with default headers values

func (*GetTerraformConfigurationSourcesUsingGET1Forbidden) Error

type GetTerraformConfigurationSourcesUsingGET1OK

type GetTerraformConfigurationSourcesUsingGET1OK struct {
	Payload *models.PageOfBlueprintContentSource
}

GetTerraformConfigurationSourcesUsingGET1OK handles this case with default header values.

OK

func NewGetTerraformConfigurationSourcesUsingGET1OK

func NewGetTerraformConfigurationSourcesUsingGET1OK() *GetTerraformConfigurationSourcesUsingGET1OK

NewGetTerraformConfigurationSourcesUsingGET1OK creates a GetTerraformConfigurationSourcesUsingGET1OK with default headers values

func (*GetTerraformConfigurationSourcesUsingGET1OK) Error

func (*GetTerraformConfigurationSourcesUsingGET1OK) GetPayload

type GetTerraformConfigurationSourcesUsingGET1Params

type GetTerraformConfigurationSourcesUsingGET1Params struct {

	/*Projects
	  A comma-separated list of project IDs. Results will be filtered so only configuration sources accessible from one or more of these projects will be returned.

	*/
	Projects []string
	/*Search
	  A search parameter to search based on configuration source name or repository.

	*/
	Search *string

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

GetTerraformConfigurationSourcesUsingGET1Params contains all the parameters to send to the API endpoint for the get terraform configuration sources using get1 operation typically these are written to a http.Request

func NewGetTerraformConfigurationSourcesUsingGET1Params

func NewGetTerraformConfigurationSourcesUsingGET1Params() *GetTerraformConfigurationSourcesUsingGET1Params

NewGetTerraformConfigurationSourcesUsingGET1Params creates a new GetTerraformConfigurationSourcesUsingGET1Params object with the default values initialized.

func NewGetTerraformConfigurationSourcesUsingGET1ParamsWithContext

func NewGetTerraformConfigurationSourcesUsingGET1ParamsWithContext(ctx context.Context) *GetTerraformConfigurationSourcesUsingGET1Params

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

func NewGetTerraformConfigurationSourcesUsingGET1ParamsWithHTTPClient

func NewGetTerraformConfigurationSourcesUsingGET1ParamsWithHTTPClient(client *http.Client) *GetTerraformConfigurationSourcesUsingGET1Params

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

func NewGetTerraformConfigurationSourcesUsingGET1ParamsWithTimeout

func NewGetTerraformConfigurationSourcesUsingGET1ParamsWithTimeout(timeout time.Duration) *GetTerraformConfigurationSourcesUsingGET1Params

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

func (*GetTerraformConfigurationSourcesUsingGET1Params) SetContext

SetContext adds the context to the get terraform configuration sources using get1 params

func (*GetTerraformConfigurationSourcesUsingGET1Params) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get terraform configuration sources using get1 params

func (*GetTerraformConfigurationSourcesUsingGET1Params) SetProjects

func (o *GetTerraformConfigurationSourcesUsingGET1Params) SetProjects(projects []string)

SetProjects adds the projects to the get terraform configuration sources using get1 params

func (*GetTerraformConfigurationSourcesUsingGET1Params) SetSearch

SetSearch adds the search to the get terraform configuration sources using get1 params

func (*GetTerraformConfigurationSourcesUsingGET1Params) SetTimeout

SetTimeout adds the timeout to the get terraform configuration sources using get1 params

func (*GetTerraformConfigurationSourcesUsingGET1Params) WithContext

WithContext adds the context to the get terraform configuration sources using get1 params

func (*GetTerraformConfigurationSourcesUsingGET1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get terraform configuration sources using get1 params

func (*GetTerraformConfigurationSourcesUsingGET1Params) WithProjects

WithProjects adds the projects to the get terraform configuration sources using get1 params

func (*GetTerraformConfigurationSourcesUsingGET1Params) WithSearch

WithSearch adds the search to the get terraform configuration sources using get1 params

func (*GetTerraformConfigurationSourcesUsingGET1Params) WithTimeout

WithTimeout adds the timeout to the get terraform configuration sources using get1 params

func (*GetTerraformConfigurationSourcesUsingGET1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetTerraformConfigurationSourcesUsingGET1Reader

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

GetTerraformConfigurationSourcesUsingGET1Reader is a Reader for the GetTerraformConfigurationSourcesUsingGET1 structure.

func (*GetTerraformConfigurationSourcesUsingGET1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTerraformConfigurationSourcesUsingGET1Unauthorized

type GetTerraformConfigurationSourcesUsingGET1Unauthorized struct {
}

GetTerraformConfigurationSourcesUsingGET1Unauthorized handles this case with default header values.

Unauthorized

func NewGetTerraformConfigurationSourcesUsingGET1Unauthorized

func NewGetTerraformConfigurationSourcesUsingGET1Unauthorized() *GetTerraformConfigurationSourcesUsingGET1Unauthorized

NewGetTerraformConfigurationSourcesUsingGET1Unauthorized creates a GetTerraformConfigurationSourcesUsingGET1Unauthorized with default headers values

func (*GetTerraformConfigurationSourcesUsingGET1Unauthorized) Error

type GetTerraformVersionUsingGET1Forbidden

type GetTerraformVersionUsingGET1Forbidden struct {
}

GetTerraformVersionUsingGET1Forbidden handles this case with default header values.

Forbidden

func NewGetTerraformVersionUsingGET1Forbidden

func NewGetTerraformVersionUsingGET1Forbidden() *GetTerraformVersionUsingGET1Forbidden

NewGetTerraformVersionUsingGET1Forbidden creates a GetTerraformVersionUsingGET1Forbidden with default headers values

func (*GetTerraformVersionUsingGET1Forbidden) Error

type GetTerraformVersionUsingGET1NotFound

type GetTerraformVersionUsingGET1NotFound struct {
	Payload *models.Error
}

GetTerraformVersionUsingGET1NotFound handles this case with default header values.

Not Found

func NewGetTerraformVersionUsingGET1NotFound

func NewGetTerraformVersionUsingGET1NotFound() *GetTerraformVersionUsingGET1NotFound

NewGetTerraformVersionUsingGET1NotFound creates a GetTerraformVersionUsingGET1NotFound with default headers values

func (*GetTerraformVersionUsingGET1NotFound) Error

func (*GetTerraformVersionUsingGET1NotFound) GetPayload

type GetTerraformVersionUsingGET1OK

type GetTerraformVersionUsingGET1OK struct {
	Payload *models.TerraformVersion
}

GetTerraformVersionUsingGET1OK handles this case with default header values.

OK

func NewGetTerraformVersionUsingGET1OK

func NewGetTerraformVersionUsingGET1OK() *GetTerraformVersionUsingGET1OK

NewGetTerraformVersionUsingGET1OK creates a GetTerraformVersionUsingGET1OK with default headers values

func (*GetTerraformVersionUsingGET1OK) Error

func (*GetTerraformVersionUsingGET1OK) GetPayload

type GetTerraformVersionUsingGET1Params

type GetTerraformVersionUsingGET1Params struct {

	/*VersionID
	  versionId

	*/
	VersionID strfmt.UUID

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

GetTerraformVersionUsingGET1Params contains all the parameters to send to the API endpoint for the get terraform version using get1 operation typically these are written to a http.Request

func NewGetTerraformVersionUsingGET1Params

func NewGetTerraformVersionUsingGET1Params() *GetTerraformVersionUsingGET1Params

NewGetTerraformVersionUsingGET1Params creates a new GetTerraformVersionUsingGET1Params object with the default values initialized.

func NewGetTerraformVersionUsingGET1ParamsWithContext

func NewGetTerraformVersionUsingGET1ParamsWithContext(ctx context.Context) *GetTerraformVersionUsingGET1Params

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

func NewGetTerraformVersionUsingGET1ParamsWithHTTPClient

func NewGetTerraformVersionUsingGET1ParamsWithHTTPClient(client *http.Client) *GetTerraformVersionUsingGET1Params

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

func NewGetTerraformVersionUsingGET1ParamsWithTimeout

func NewGetTerraformVersionUsingGET1ParamsWithTimeout(timeout time.Duration) *GetTerraformVersionUsingGET1Params

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

func (*GetTerraformVersionUsingGET1Params) SetContext

SetContext adds the context to the get terraform version using get1 params

func (*GetTerraformVersionUsingGET1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get terraform version using get1 params

func (*GetTerraformVersionUsingGET1Params) SetTimeout

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

SetTimeout adds the timeout to the get terraform version using get1 params

func (*GetTerraformVersionUsingGET1Params) SetVersionID

func (o *GetTerraformVersionUsingGET1Params) SetVersionID(versionID strfmt.UUID)

SetVersionID adds the versionId to the get terraform version using get1 params

func (*GetTerraformVersionUsingGET1Params) WithContext

WithContext adds the context to the get terraform version using get1 params

func (*GetTerraformVersionUsingGET1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get terraform version using get1 params

func (*GetTerraformVersionUsingGET1Params) WithTimeout

WithTimeout adds the timeout to the get terraform version using get1 params

func (*GetTerraformVersionUsingGET1Params) WithVersionID

WithVersionID adds the versionID to the get terraform version using get1 params

func (*GetTerraformVersionUsingGET1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetTerraformVersionUsingGET1Reader

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

GetTerraformVersionUsingGET1Reader is a Reader for the GetTerraformVersionUsingGET1 structure.

func (*GetTerraformVersionUsingGET1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTerraformVersionUsingGET1Unauthorized

type GetTerraformVersionUsingGET1Unauthorized struct {
}

GetTerraformVersionUsingGET1Unauthorized handles this case with default header values.

Unauthorized

func NewGetTerraformVersionUsingGET1Unauthorized

func NewGetTerraformVersionUsingGET1Unauthorized() *GetTerraformVersionUsingGET1Unauthorized

NewGetTerraformVersionUsingGET1Unauthorized creates a GetTerraformVersionUsingGET1Unauthorized with default headers values

func (*GetTerraformVersionUsingGET1Unauthorized) Error

type ListTerraformVersionsUsingGET1BadRequest

type ListTerraformVersionsUsingGET1BadRequest struct {
	Payload *models.Error
}

ListTerraformVersionsUsingGET1BadRequest handles this case with default header values.

Bad Request

func NewListTerraformVersionsUsingGET1BadRequest

func NewListTerraformVersionsUsingGET1BadRequest() *ListTerraformVersionsUsingGET1BadRequest

NewListTerraformVersionsUsingGET1BadRequest creates a ListTerraformVersionsUsingGET1BadRequest with default headers values

func (*ListTerraformVersionsUsingGET1BadRequest) Error

func (*ListTerraformVersionsUsingGET1BadRequest) GetPayload

type ListTerraformVersionsUsingGET1Forbidden

type ListTerraformVersionsUsingGET1Forbidden struct {
}

ListTerraformVersionsUsingGET1Forbidden handles this case with default header values.

Forbidden

func NewListTerraformVersionsUsingGET1Forbidden

func NewListTerraformVersionsUsingGET1Forbidden() *ListTerraformVersionsUsingGET1Forbidden

NewListTerraformVersionsUsingGET1Forbidden creates a ListTerraformVersionsUsingGET1Forbidden with default headers values

func (*ListTerraformVersionsUsingGET1Forbidden) Error

type ListTerraformVersionsUsingGET1OK

type ListTerraformVersionsUsingGET1OK struct {
	Payload *models.PageOfTerraformVersion
}

ListTerraformVersionsUsingGET1OK handles this case with default header values.

OK

func NewListTerraformVersionsUsingGET1OK

func NewListTerraformVersionsUsingGET1OK() *ListTerraformVersionsUsingGET1OK

NewListTerraformVersionsUsingGET1OK creates a ListTerraformVersionsUsingGET1OK with default headers values

func (*ListTerraformVersionsUsingGET1OK) Error

func (*ListTerraformVersionsUsingGET1OK) GetPayload

type ListTerraformVersionsUsingGET1Params

type ListTerraformVersionsUsingGET1Params struct {

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

	*/
	DollarOrderby []string
	/*DollarSkip
	  Number of records you want to skip

	*/
	DollarSkip *int32
	/*DollarTop
	  Number of records you want

	*/
	DollarTop *int32
	/*OnlyEnabled
	  Include only enabled versions

	*/
	OnlyEnabled *bool

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

ListTerraformVersionsUsingGET1Params contains all the parameters to send to the API endpoint for the list terraform versions using get1 operation typically these are written to a http.Request

func NewListTerraformVersionsUsingGET1Params

func NewListTerraformVersionsUsingGET1Params() *ListTerraformVersionsUsingGET1Params

NewListTerraformVersionsUsingGET1Params creates a new ListTerraformVersionsUsingGET1Params object with the default values initialized.

func NewListTerraformVersionsUsingGET1ParamsWithContext

func NewListTerraformVersionsUsingGET1ParamsWithContext(ctx context.Context) *ListTerraformVersionsUsingGET1Params

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

func NewListTerraformVersionsUsingGET1ParamsWithHTTPClient

func NewListTerraformVersionsUsingGET1ParamsWithHTTPClient(client *http.Client) *ListTerraformVersionsUsingGET1Params

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

func NewListTerraformVersionsUsingGET1ParamsWithTimeout

func NewListTerraformVersionsUsingGET1ParamsWithTimeout(timeout time.Duration) *ListTerraformVersionsUsingGET1Params

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

func (*ListTerraformVersionsUsingGET1Params) SetContext

SetContext adds the context to the list terraform versions using get1 params

func (*ListTerraformVersionsUsingGET1Params) SetDollarOrderby

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

SetDollarOrderby adds the dollarOrderby to the list terraform versions using get1 params

func (*ListTerraformVersionsUsingGET1Params) SetDollarSkip

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

SetDollarSkip adds the dollarSkip to the list terraform versions using get1 params

func (*ListTerraformVersionsUsingGET1Params) SetDollarTop

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

SetDollarTop adds the dollarTop to the list terraform versions using get1 params

func (*ListTerraformVersionsUsingGET1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list terraform versions using get1 params

func (*ListTerraformVersionsUsingGET1Params) SetOnlyEnabled

func (o *ListTerraformVersionsUsingGET1Params) SetOnlyEnabled(onlyEnabled *bool)

SetOnlyEnabled adds the onlyEnabled to the list terraform versions using get1 params

func (*ListTerraformVersionsUsingGET1Params) SetTimeout

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

SetTimeout adds the timeout to the list terraform versions using get1 params

func (*ListTerraformVersionsUsingGET1Params) WithContext

WithContext adds the context to the list terraform versions using get1 params

func (*ListTerraformVersionsUsingGET1Params) WithDollarOrderby

WithDollarOrderby adds the dollarOrderby to the list terraform versions using get1 params

func (*ListTerraformVersionsUsingGET1Params) WithDollarSkip

WithDollarSkip adds the dollarSkip to the list terraform versions using get1 params

func (*ListTerraformVersionsUsingGET1Params) WithDollarTop

WithDollarTop adds the dollarTop to the list terraform versions using get1 params

func (*ListTerraformVersionsUsingGET1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list terraform versions using get1 params

func (*ListTerraformVersionsUsingGET1Params) WithOnlyEnabled

WithOnlyEnabled adds the onlyEnabled to the list terraform versions using get1 params

func (*ListTerraformVersionsUsingGET1Params) WithTimeout

WithTimeout adds the timeout to the list terraform versions using get1 params

func (*ListTerraformVersionsUsingGET1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListTerraformVersionsUsingGET1Reader

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

ListTerraformVersionsUsingGET1Reader is a Reader for the ListTerraformVersionsUsingGET1 structure.

func (*ListTerraformVersionsUsingGET1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListTerraformVersionsUsingGET1Unauthorized

type ListTerraformVersionsUsingGET1Unauthorized struct {
}

ListTerraformVersionsUsingGET1Unauthorized handles this case with default header values.

Unauthorized

func NewListTerraformVersionsUsingGET1Unauthorized

func NewListTerraformVersionsUsingGET1Unauthorized() *ListTerraformVersionsUsingGET1Unauthorized

NewListTerraformVersionsUsingGET1Unauthorized creates a ListTerraformVersionsUsingGET1Unauthorized with default headers values

func (*ListTerraformVersionsUsingGET1Unauthorized) Error

type UpdateTerraformVersionUsingPATCH1Forbidden

type UpdateTerraformVersionUsingPATCH1Forbidden struct {
}

UpdateTerraformVersionUsingPATCH1Forbidden handles this case with default header values.

Forbidden

func NewUpdateTerraformVersionUsingPATCH1Forbidden

func NewUpdateTerraformVersionUsingPATCH1Forbidden() *UpdateTerraformVersionUsingPATCH1Forbidden

NewUpdateTerraformVersionUsingPATCH1Forbidden creates a UpdateTerraformVersionUsingPATCH1Forbidden with default headers values

func (*UpdateTerraformVersionUsingPATCH1Forbidden) Error

type UpdateTerraformVersionUsingPATCH1NotFound

type UpdateTerraformVersionUsingPATCH1NotFound struct {
	Payload *models.Error
}

UpdateTerraformVersionUsingPATCH1NotFound handles this case with default header values.

Not Found

func NewUpdateTerraformVersionUsingPATCH1NotFound

func NewUpdateTerraformVersionUsingPATCH1NotFound() *UpdateTerraformVersionUsingPATCH1NotFound

NewUpdateTerraformVersionUsingPATCH1NotFound creates a UpdateTerraformVersionUsingPATCH1NotFound with default headers values

func (*UpdateTerraformVersionUsingPATCH1NotFound) Error

func (*UpdateTerraformVersionUsingPATCH1NotFound) GetPayload

type UpdateTerraformVersionUsingPATCH1OK

type UpdateTerraformVersionUsingPATCH1OK struct {
	Payload *models.TerraformVersion
}

UpdateTerraformVersionUsingPATCH1OK handles this case with default header values.

OK

func NewUpdateTerraformVersionUsingPATCH1OK

func NewUpdateTerraformVersionUsingPATCH1OK() *UpdateTerraformVersionUsingPATCH1OK

NewUpdateTerraformVersionUsingPATCH1OK creates a UpdateTerraformVersionUsingPATCH1OK with default headers values

func (*UpdateTerraformVersionUsingPATCH1OK) Error

func (*UpdateTerraformVersionUsingPATCH1OK) GetPayload

type UpdateTerraformVersionUsingPATCH1Params

type UpdateTerraformVersionUsingPATCH1Params struct {

	/*TerraformVersion
	  Terraform version object

	*/
	TerraformVersion *models.TerraformVersion
	/*VersionID
	  versionId

	*/
	VersionID strfmt.UUID

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

UpdateTerraformVersionUsingPATCH1Params contains all the parameters to send to the API endpoint for the update terraform version using p a t c h 1 operation typically these are written to a http.Request

func NewUpdateTerraformVersionUsingPATCH1Params

func NewUpdateTerraformVersionUsingPATCH1Params() *UpdateTerraformVersionUsingPATCH1Params

NewUpdateTerraformVersionUsingPATCH1Params creates a new UpdateTerraformVersionUsingPATCH1Params object with the default values initialized.

func NewUpdateTerraformVersionUsingPATCH1ParamsWithContext

func NewUpdateTerraformVersionUsingPATCH1ParamsWithContext(ctx context.Context) *UpdateTerraformVersionUsingPATCH1Params

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

func NewUpdateTerraformVersionUsingPATCH1ParamsWithHTTPClient

func NewUpdateTerraformVersionUsingPATCH1ParamsWithHTTPClient(client *http.Client) *UpdateTerraformVersionUsingPATCH1Params

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

func NewUpdateTerraformVersionUsingPATCH1ParamsWithTimeout

func NewUpdateTerraformVersionUsingPATCH1ParamsWithTimeout(timeout time.Duration) *UpdateTerraformVersionUsingPATCH1Params

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

func (*UpdateTerraformVersionUsingPATCH1Params) SetContext

SetContext adds the context to the update terraform version using p a t c h 1 params

func (*UpdateTerraformVersionUsingPATCH1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update terraform version using p a t c h 1 params

func (*UpdateTerraformVersionUsingPATCH1Params) SetTerraformVersion

func (o *UpdateTerraformVersionUsingPATCH1Params) SetTerraformVersion(terraformVersion *models.TerraformVersion)

SetTerraformVersion adds the terraformVersion to the update terraform version using p a t c h 1 params

func (*UpdateTerraformVersionUsingPATCH1Params) SetTimeout

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

SetTimeout adds the timeout to the update terraform version using p a t c h 1 params

func (*UpdateTerraformVersionUsingPATCH1Params) SetVersionID

func (o *UpdateTerraformVersionUsingPATCH1Params) SetVersionID(versionID strfmt.UUID)

SetVersionID adds the versionId to the update terraform version using p a t c h 1 params

func (*UpdateTerraformVersionUsingPATCH1Params) WithContext

WithContext adds the context to the update terraform version using p a t c h 1 params

func (*UpdateTerraformVersionUsingPATCH1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update terraform version using p a t c h 1 params

func (*UpdateTerraformVersionUsingPATCH1Params) WithTerraformVersion

WithTerraformVersion adds the terraformVersion to the update terraform version using p a t c h 1 params

func (*UpdateTerraformVersionUsingPATCH1Params) WithTimeout

WithTimeout adds the timeout to the update terraform version using p a t c h 1 params

func (*UpdateTerraformVersionUsingPATCH1Params) WithVersionID

WithVersionID adds the versionID to the update terraform version using p a t c h 1 params

func (*UpdateTerraformVersionUsingPATCH1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateTerraformVersionUsingPATCH1Reader

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

UpdateTerraformVersionUsingPATCH1Reader is a Reader for the UpdateTerraformVersionUsingPATCH1 structure.

func (*UpdateTerraformVersionUsingPATCH1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateTerraformVersionUsingPATCH1Unauthorized

type UpdateTerraformVersionUsingPATCH1Unauthorized struct {
}

UpdateTerraformVersionUsingPATCH1Unauthorized handles this case with default header values.

Unauthorized

func NewUpdateTerraformVersionUsingPATCH1Unauthorized

func NewUpdateTerraformVersionUsingPATCH1Unauthorized() *UpdateTerraformVersionUsingPATCH1Unauthorized

NewUpdateTerraformVersionUsingPATCH1Unauthorized creates a UpdateTerraformVersionUsingPATCH1Unauthorized with default headers values

func (*UpdateTerraformVersionUsingPATCH1Unauthorized) Error

Jump to

Keyboard shortcuts

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