Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateBlueprintFromMappingUsingPOST(params *CreateBlueprintFromMappingUsingPOSTParams, opts ...ClientOption) (*CreateBlueprintFromMappingUsingPOSTOK, error)
- func (a *Client) CreateBlueprintMappingUsingPOST(params *CreateBlueprintMappingUsingPOSTParams, opts ...ClientOption) (*CreateBlueprintMappingUsingPOSTOK, error)
- func (a *Client) CreateTerraformVersionUsingPOST(params *CreateTerraformVersionUsingPOSTParams, opts ...ClientOption) (*CreateTerraformVersionUsingPOSTCreated, error)
- func (a *Client) DeleteTerraformVersionUsingDELETE(params *DeleteTerraformVersionUsingDELETEParams, opts ...ClientOption) (*DeleteTerraformVersionUsingDELETENoContent, error)
- func (a *Client) GetConfigurationSourceTreeUsingGET(params *GetConfigurationSourceTreeUsingGETParams, opts ...ClientOption) (*GetConfigurationSourceTreeUsingGETOK, error)
- func (a *Client) GetTerraformConfigurationSourceCommitListUsingGET(params *GetTerraformConfigurationSourceCommitListUsingGETParams, ...) (*GetTerraformConfigurationSourceCommitListUsingGETOK, error)
- func (a *Client) GetTerraformConfigurationSourcesUsingGET(params *GetTerraformConfigurationSourcesUsingGETParams, opts ...ClientOption) (*GetTerraformConfigurationSourcesUsingGETOK, error)
- func (a *Client) GetTerraformVersionUsingGET(params *GetTerraformVersionUsingGETParams, opts ...ClientOption) (*GetTerraformVersionUsingGETOK, error)
- func (a *Client) ListTerraformVersionsUsingGET(params *ListTerraformVersionsUsingGETParams, opts ...ClientOption) (*ListTerraformVersionsUsingGETOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateTerraformVersionUsingPATCH(params *UpdateTerraformVersionUsingPATCHParams, opts ...ClientOption) (*UpdateTerraformVersionUsingPATCHOK, error)
- type ClientOption
- type ClientService
- type CreateBlueprintFromMappingUsingPOSTBadRequest
- func (o *CreateBlueprintFromMappingUsingPOSTBadRequest) Error() string
- func (o *CreateBlueprintFromMappingUsingPOSTBadRequest) GetPayload() *models.Error
- func (o *CreateBlueprintFromMappingUsingPOSTBadRequest) IsClientError() bool
- func (o *CreateBlueprintFromMappingUsingPOSTBadRequest) IsCode(code int) bool
- func (o *CreateBlueprintFromMappingUsingPOSTBadRequest) IsRedirect() bool
- func (o *CreateBlueprintFromMappingUsingPOSTBadRequest) IsServerError() bool
- func (o *CreateBlueprintFromMappingUsingPOSTBadRequest) IsSuccess() bool
- func (o *CreateBlueprintFromMappingUsingPOSTBadRequest) String() string
- type CreateBlueprintFromMappingUsingPOSTForbidden
- func (o *CreateBlueprintFromMappingUsingPOSTForbidden) Error() string
- func (o *CreateBlueprintFromMappingUsingPOSTForbidden) IsClientError() bool
- func (o *CreateBlueprintFromMappingUsingPOSTForbidden) IsCode(code int) bool
- func (o *CreateBlueprintFromMappingUsingPOSTForbidden) IsRedirect() bool
- func (o *CreateBlueprintFromMappingUsingPOSTForbidden) IsServerError() bool
- func (o *CreateBlueprintFromMappingUsingPOSTForbidden) IsSuccess() bool
- func (o *CreateBlueprintFromMappingUsingPOSTForbidden) String() string
- type CreateBlueprintFromMappingUsingPOSTOK
- func (o *CreateBlueprintFromMappingUsingPOSTOK) Error() string
- func (o *CreateBlueprintFromMappingUsingPOSTOK) GetPayload() *models.Blueprint
- func (o *CreateBlueprintFromMappingUsingPOSTOK) IsClientError() bool
- func (o *CreateBlueprintFromMappingUsingPOSTOK) IsCode(code int) bool
- func (o *CreateBlueprintFromMappingUsingPOSTOK) IsRedirect() bool
- func (o *CreateBlueprintFromMappingUsingPOSTOK) IsServerError() bool
- func (o *CreateBlueprintFromMappingUsingPOSTOK) IsSuccess() bool
- func (o *CreateBlueprintFromMappingUsingPOSTOK) String() string
- type CreateBlueprintFromMappingUsingPOSTParams
- func NewCreateBlueprintFromMappingUsingPOSTParams() *CreateBlueprintFromMappingUsingPOSTParams
- func NewCreateBlueprintFromMappingUsingPOSTParamsWithContext(ctx context.Context) *CreateBlueprintFromMappingUsingPOSTParams
- func NewCreateBlueprintFromMappingUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateBlueprintFromMappingUsingPOSTParams
- func NewCreateBlueprintFromMappingUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateBlueprintFromMappingUsingPOSTParams
- func (o *CreateBlueprintFromMappingUsingPOSTParams) SetAPIVersion(aPIVersion *string)
- func (o *CreateBlueprintFromMappingUsingPOSTParams) SetContext(ctx context.Context)
- func (o *CreateBlueprintFromMappingUsingPOSTParams) SetDefaults()
- func (o *CreateBlueprintFromMappingUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *CreateBlueprintFromMappingUsingPOSTParams) SetTerraformBlueprintConfig(terraformBlueprintConfig *models.TerraformBlueprintConfig)
- func (o *CreateBlueprintFromMappingUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *CreateBlueprintFromMappingUsingPOSTParams) WithAPIVersion(aPIVersion *string) *CreateBlueprintFromMappingUsingPOSTParams
- func (o *CreateBlueprintFromMappingUsingPOSTParams) WithContext(ctx context.Context) *CreateBlueprintFromMappingUsingPOSTParams
- func (o *CreateBlueprintFromMappingUsingPOSTParams) WithDefaults() *CreateBlueprintFromMappingUsingPOSTParams
- func (o *CreateBlueprintFromMappingUsingPOSTParams) WithHTTPClient(client *http.Client) *CreateBlueprintFromMappingUsingPOSTParams
- func (o *CreateBlueprintFromMappingUsingPOSTParams) WithTerraformBlueprintConfig(terraformBlueprintConfig *models.TerraformBlueprintConfig) *CreateBlueprintFromMappingUsingPOSTParams
- func (o *CreateBlueprintFromMappingUsingPOSTParams) WithTimeout(timeout time.Duration) *CreateBlueprintFromMappingUsingPOSTParams
- func (o *CreateBlueprintFromMappingUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateBlueprintFromMappingUsingPOSTReader
- type CreateBlueprintFromMappingUsingPOSTUnauthorized
- func (o *CreateBlueprintFromMappingUsingPOSTUnauthorized) Error() string
- func (o *CreateBlueprintFromMappingUsingPOSTUnauthorized) IsClientError() bool
- func (o *CreateBlueprintFromMappingUsingPOSTUnauthorized) IsCode(code int) bool
- func (o *CreateBlueprintFromMappingUsingPOSTUnauthorized) IsRedirect() bool
- func (o *CreateBlueprintFromMappingUsingPOSTUnauthorized) IsServerError() bool
- func (o *CreateBlueprintFromMappingUsingPOSTUnauthorized) IsSuccess() bool
- func (o *CreateBlueprintFromMappingUsingPOSTUnauthorized) String() string
- type CreateBlueprintMappingUsingPOSTBadRequest
- func (o *CreateBlueprintMappingUsingPOSTBadRequest) Error() string
- func (o *CreateBlueprintMappingUsingPOSTBadRequest) GetPayload() *models.Error
- func (o *CreateBlueprintMappingUsingPOSTBadRequest) IsClientError() bool
- func (o *CreateBlueprintMappingUsingPOSTBadRequest) IsCode(code int) bool
- func (o *CreateBlueprintMappingUsingPOSTBadRequest) IsRedirect() bool
- func (o *CreateBlueprintMappingUsingPOSTBadRequest) IsServerError() bool
- func (o *CreateBlueprintMappingUsingPOSTBadRequest) IsSuccess() bool
- func (o *CreateBlueprintMappingUsingPOSTBadRequest) String() string
- type CreateBlueprintMappingUsingPOSTForbidden
- func (o *CreateBlueprintMappingUsingPOSTForbidden) Error() string
- func (o *CreateBlueprintMappingUsingPOSTForbidden) IsClientError() bool
- func (o *CreateBlueprintMappingUsingPOSTForbidden) IsCode(code int) bool
- func (o *CreateBlueprintMappingUsingPOSTForbidden) IsRedirect() bool
- func (o *CreateBlueprintMappingUsingPOSTForbidden) IsServerError() bool
- func (o *CreateBlueprintMappingUsingPOSTForbidden) IsSuccess() bool
- func (o *CreateBlueprintMappingUsingPOSTForbidden) String() string
- type CreateBlueprintMappingUsingPOSTOK
- func (o *CreateBlueprintMappingUsingPOSTOK) Error() string
- func (o *CreateBlueprintMappingUsingPOSTOK) GetPayload() *models.TerraformToBlueprintMapping
- func (o *CreateBlueprintMappingUsingPOSTOK) IsClientError() bool
- func (o *CreateBlueprintMappingUsingPOSTOK) IsCode(code int) bool
- func (o *CreateBlueprintMappingUsingPOSTOK) IsRedirect() bool
- func (o *CreateBlueprintMappingUsingPOSTOK) IsServerError() bool
- func (o *CreateBlueprintMappingUsingPOSTOK) IsSuccess() bool
- func (o *CreateBlueprintMappingUsingPOSTOK) String() string
- type CreateBlueprintMappingUsingPOSTParams
- func NewCreateBlueprintMappingUsingPOSTParams() *CreateBlueprintMappingUsingPOSTParams
- func NewCreateBlueprintMappingUsingPOSTParamsWithContext(ctx context.Context) *CreateBlueprintMappingUsingPOSTParams
- func NewCreateBlueprintMappingUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateBlueprintMappingUsingPOSTParams
- func NewCreateBlueprintMappingUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateBlueprintMappingUsingPOSTParams
- func (o *CreateBlueprintMappingUsingPOSTParams) SetAPIVersion(aPIVersion *string)
- func (o *CreateBlueprintMappingUsingPOSTParams) SetConfigurationSourceReference(configurationSourceReference *models.TerraformConfigurationSourceReference)
- func (o *CreateBlueprintMappingUsingPOSTParams) SetContext(ctx context.Context)
- func (o *CreateBlueprintMappingUsingPOSTParams) SetDefaults()
- func (o *CreateBlueprintMappingUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *CreateBlueprintMappingUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *CreateBlueprintMappingUsingPOSTParams) WithAPIVersion(aPIVersion *string) *CreateBlueprintMappingUsingPOSTParams
- func (o *CreateBlueprintMappingUsingPOSTParams) WithConfigurationSourceReference(configurationSourceReference *models.TerraformConfigurationSourceReference) *CreateBlueprintMappingUsingPOSTParams
- func (o *CreateBlueprintMappingUsingPOSTParams) WithContext(ctx context.Context) *CreateBlueprintMappingUsingPOSTParams
- func (o *CreateBlueprintMappingUsingPOSTParams) WithDefaults() *CreateBlueprintMappingUsingPOSTParams
- func (o *CreateBlueprintMappingUsingPOSTParams) WithHTTPClient(client *http.Client) *CreateBlueprintMappingUsingPOSTParams
- func (o *CreateBlueprintMappingUsingPOSTParams) WithTimeout(timeout time.Duration) *CreateBlueprintMappingUsingPOSTParams
- func (o *CreateBlueprintMappingUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateBlueprintMappingUsingPOSTReader
- type CreateBlueprintMappingUsingPOSTUnauthorized
- func (o *CreateBlueprintMappingUsingPOSTUnauthorized) Error() string
- func (o *CreateBlueprintMappingUsingPOSTUnauthorized) IsClientError() bool
- func (o *CreateBlueprintMappingUsingPOSTUnauthorized) IsCode(code int) bool
- func (o *CreateBlueprintMappingUsingPOSTUnauthorized) IsRedirect() bool
- func (o *CreateBlueprintMappingUsingPOSTUnauthorized) IsServerError() bool
- func (o *CreateBlueprintMappingUsingPOSTUnauthorized) IsSuccess() bool
- func (o *CreateBlueprintMappingUsingPOSTUnauthorized) String() string
- type CreateTerraformVersionUsingPOSTBadRequest
- func (o *CreateTerraformVersionUsingPOSTBadRequest) Error() string
- func (o *CreateTerraformVersionUsingPOSTBadRequest) GetPayload() *models.Error
- func (o *CreateTerraformVersionUsingPOSTBadRequest) IsClientError() bool
- func (o *CreateTerraformVersionUsingPOSTBadRequest) IsCode(code int) bool
- func (o *CreateTerraformVersionUsingPOSTBadRequest) IsRedirect() bool
- func (o *CreateTerraformVersionUsingPOSTBadRequest) IsServerError() bool
- func (o *CreateTerraformVersionUsingPOSTBadRequest) IsSuccess() bool
- func (o *CreateTerraformVersionUsingPOSTBadRequest) String() string
- type CreateTerraformVersionUsingPOSTCreated
- func (o *CreateTerraformVersionUsingPOSTCreated) Error() string
- func (o *CreateTerraformVersionUsingPOSTCreated) GetPayload() *models.TerraformVersion
- func (o *CreateTerraformVersionUsingPOSTCreated) IsClientError() bool
- func (o *CreateTerraformVersionUsingPOSTCreated) IsCode(code int) bool
- func (o *CreateTerraformVersionUsingPOSTCreated) IsRedirect() bool
- func (o *CreateTerraformVersionUsingPOSTCreated) IsServerError() bool
- func (o *CreateTerraformVersionUsingPOSTCreated) IsSuccess() bool
- func (o *CreateTerraformVersionUsingPOSTCreated) String() string
- type CreateTerraformVersionUsingPOSTForbidden
- func (o *CreateTerraformVersionUsingPOSTForbidden) Error() string
- func (o *CreateTerraformVersionUsingPOSTForbidden) IsClientError() bool
- func (o *CreateTerraformVersionUsingPOSTForbidden) IsCode(code int) bool
- func (o *CreateTerraformVersionUsingPOSTForbidden) IsRedirect() bool
- func (o *CreateTerraformVersionUsingPOSTForbidden) IsServerError() bool
- func (o *CreateTerraformVersionUsingPOSTForbidden) IsSuccess() bool
- func (o *CreateTerraformVersionUsingPOSTForbidden) String() string
- type CreateTerraformVersionUsingPOSTParams
- func NewCreateTerraformVersionUsingPOSTParams() *CreateTerraformVersionUsingPOSTParams
- func NewCreateTerraformVersionUsingPOSTParamsWithContext(ctx context.Context) *CreateTerraformVersionUsingPOSTParams
- func NewCreateTerraformVersionUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateTerraformVersionUsingPOSTParams
- func NewCreateTerraformVersionUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateTerraformVersionUsingPOSTParams
- func (o *CreateTerraformVersionUsingPOSTParams) SetAPIVersion(aPIVersion *string)
- func (o *CreateTerraformVersionUsingPOSTParams) SetContext(ctx context.Context)
- func (o *CreateTerraformVersionUsingPOSTParams) SetDefaults()
- func (o *CreateTerraformVersionUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *CreateTerraformVersionUsingPOSTParams) SetTerraformVersion(terraformVersion *models.TerraformVersion)
- func (o *CreateTerraformVersionUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *CreateTerraformVersionUsingPOSTParams) WithAPIVersion(aPIVersion *string) *CreateTerraformVersionUsingPOSTParams
- func (o *CreateTerraformVersionUsingPOSTParams) WithContext(ctx context.Context) *CreateTerraformVersionUsingPOSTParams
- func (o *CreateTerraformVersionUsingPOSTParams) WithDefaults() *CreateTerraformVersionUsingPOSTParams
- func (o *CreateTerraformVersionUsingPOSTParams) WithHTTPClient(client *http.Client) *CreateTerraformVersionUsingPOSTParams
- func (o *CreateTerraformVersionUsingPOSTParams) WithTerraformVersion(terraformVersion *models.TerraformVersion) *CreateTerraformVersionUsingPOSTParams
- func (o *CreateTerraformVersionUsingPOSTParams) WithTimeout(timeout time.Duration) *CreateTerraformVersionUsingPOSTParams
- func (o *CreateTerraformVersionUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateTerraformVersionUsingPOSTReader
- type CreateTerraformVersionUsingPOSTUnauthorized
- func (o *CreateTerraformVersionUsingPOSTUnauthorized) Error() string
- func (o *CreateTerraformVersionUsingPOSTUnauthorized) IsClientError() bool
- func (o *CreateTerraformVersionUsingPOSTUnauthorized) IsCode(code int) bool
- func (o *CreateTerraformVersionUsingPOSTUnauthorized) IsRedirect() bool
- func (o *CreateTerraformVersionUsingPOSTUnauthorized) IsServerError() bool
- func (o *CreateTerraformVersionUsingPOSTUnauthorized) IsSuccess() bool
- func (o *CreateTerraformVersionUsingPOSTUnauthorized) String() string
- type DeleteTerraformVersionUsingDELETEForbidden
- func (o *DeleteTerraformVersionUsingDELETEForbidden) Error() string
- func (o *DeleteTerraformVersionUsingDELETEForbidden) IsClientError() bool
- func (o *DeleteTerraformVersionUsingDELETEForbidden) IsCode(code int) bool
- func (o *DeleteTerraformVersionUsingDELETEForbidden) IsRedirect() bool
- func (o *DeleteTerraformVersionUsingDELETEForbidden) IsServerError() bool
- func (o *DeleteTerraformVersionUsingDELETEForbidden) IsSuccess() bool
- func (o *DeleteTerraformVersionUsingDELETEForbidden) String() string
- type DeleteTerraformVersionUsingDELETENoContent
- func (o *DeleteTerraformVersionUsingDELETENoContent) Error() string
- func (o *DeleteTerraformVersionUsingDELETENoContent) IsClientError() bool
- func (o *DeleteTerraformVersionUsingDELETENoContent) IsCode(code int) bool
- func (o *DeleteTerraformVersionUsingDELETENoContent) IsRedirect() bool
- func (o *DeleteTerraformVersionUsingDELETENoContent) IsServerError() bool
- func (o *DeleteTerraformVersionUsingDELETENoContent) IsSuccess() bool
- func (o *DeleteTerraformVersionUsingDELETENoContent) String() string
- type DeleteTerraformVersionUsingDELETENotFound
- func (o *DeleteTerraformVersionUsingDELETENotFound) Error() string
- func (o *DeleteTerraformVersionUsingDELETENotFound) GetPayload() *models.Error
- func (o *DeleteTerraformVersionUsingDELETENotFound) IsClientError() bool
- func (o *DeleteTerraformVersionUsingDELETENotFound) IsCode(code int) bool
- func (o *DeleteTerraformVersionUsingDELETENotFound) IsRedirect() bool
- func (o *DeleteTerraformVersionUsingDELETENotFound) IsServerError() bool
- func (o *DeleteTerraformVersionUsingDELETENotFound) IsSuccess() bool
- func (o *DeleteTerraformVersionUsingDELETENotFound) String() string
- type DeleteTerraformVersionUsingDELETEParams
- func NewDeleteTerraformVersionUsingDELETEParams() *DeleteTerraformVersionUsingDELETEParams
- func NewDeleteTerraformVersionUsingDELETEParamsWithContext(ctx context.Context) *DeleteTerraformVersionUsingDELETEParams
- func NewDeleteTerraformVersionUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteTerraformVersionUsingDELETEParams
- func NewDeleteTerraformVersionUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteTerraformVersionUsingDELETEParams
- func (o *DeleteTerraformVersionUsingDELETEParams) SetAPIVersion(aPIVersion *string)
- func (o *DeleteTerraformVersionUsingDELETEParams) SetContext(ctx context.Context)
- func (o *DeleteTerraformVersionUsingDELETEParams) SetDefaults()
- func (o *DeleteTerraformVersionUsingDELETEParams) SetHTTPClient(client *http.Client)
- func (o *DeleteTerraformVersionUsingDELETEParams) SetTimeout(timeout time.Duration)
- func (o *DeleteTerraformVersionUsingDELETEParams) SetVersionID(versionID strfmt.UUID)
- func (o *DeleteTerraformVersionUsingDELETEParams) WithAPIVersion(aPIVersion *string) *DeleteTerraformVersionUsingDELETEParams
- func (o *DeleteTerraformVersionUsingDELETEParams) WithContext(ctx context.Context) *DeleteTerraformVersionUsingDELETEParams
- func (o *DeleteTerraformVersionUsingDELETEParams) WithDefaults() *DeleteTerraformVersionUsingDELETEParams
- func (o *DeleteTerraformVersionUsingDELETEParams) WithHTTPClient(client *http.Client) *DeleteTerraformVersionUsingDELETEParams
- func (o *DeleteTerraformVersionUsingDELETEParams) WithTimeout(timeout time.Duration) *DeleteTerraformVersionUsingDELETEParams
- func (o *DeleteTerraformVersionUsingDELETEParams) WithVersionID(versionID strfmt.UUID) *DeleteTerraformVersionUsingDELETEParams
- func (o *DeleteTerraformVersionUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteTerraformVersionUsingDELETEReader
- type DeleteTerraformVersionUsingDELETEUnauthorized
- func (o *DeleteTerraformVersionUsingDELETEUnauthorized) Error() string
- func (o *DeleteTerraformVersionUsingDELETEUnauthorized) IsClientError() bool
- func (o *DeleteTerraformVersionUsingDELETEUnauthorized) IsCode(code int) bool
- func (o *DeleteTerraformVersionUsingDELETEUnauthorized) IsRedirect() bool
- func (o *DeleteTerraformVersionUsingDELETEUnauthorized) IsServerError() bool
- func (o *DeleteTerraformVersionUsingDELETEUnauthorized) IsSuccess() bool
- func (o *DeleteTerraformVersionUsingDELETEUnauthorized) String() string
- type GetConfigurationSourceTreeUsingGETBadRequest
- func (o *GetConfigurationSourceTreeUsingGETBadRequest) Error() string
- func (o *GetConfigurationSourceTreeUsingGETBadRequest) GetPayload() *models.Error
- func (o *GetConfigurationSourceTreeUsingGETBadRequest) IsClientError() bool
- func (o *GetConfigurationSourceTreeUsingGETBadRequest) IsCode(code int) bool
- func (o *GetConfigurationSourceTreeUsingGETBadRequest) IsRedirect() bool
- func (o *GetConfigurationSourceTreeUsingGETBadRequest) IsServerError() bool
- func (o *GetConfigurationSourceTreeUsingGETBadRequest) IsSuccess() bool
- func (o *GetConfigurationSourceTreeUsingGETBadRequest) String() string
- type GetConfigurationSourceTreeUsingGETForbidden
- func (o *GetConfigurationSourceTreeUsingGETForbidden) Error() string
- func (o *GetConfigurationSourceTreeUsingGETForbidden) IsClientError() bool
- func (o *GetConfigurationSourceTreeUsingGETForbidden) IsCode(code int) bool
- func (o *GetConfigurationSourceTreeUsingGETForbidden) IsRedirect() bool
- func (o *GetConfigurationSourceTreeUsingGETForbidden) IsServerError() bool
- func (o *GetConfigurationSourceTreeUsingGETForbidden) IsSuccess() bool
- func (o *GetConfigurationSourceTreeUsingGETForbidden) String() string
- type GetConfigurationSourceTreeUsingGETNotFound
- func (o *GetConfigurationSourceTreeUsingGETNotFound) Error() string
- func (o *GetConfigurationSourceTreeUsingGETNotFound) GetPayload() *models.Error
- func (o *GetConfigurationSourceTreeUsingGETNotFound) IsClientError() bool
- func (o *GetConfigurationSourceTreeUsingGETNotFound) IsCode(code int) bool
- func (o *GetConfigurationSourceTreeUsingGETNotFound) IsRedirect() bool
- func (o *GetConfigurationSourceTreeUsingGETNotFound) IsServerError() bool
- func (o *GetConfigurationSourceTreeUsingGETNotFound) IsSuccess() bool
- func (o *GetConfigurationSourceTreeUsingGETNotFound) String() string
- type GetConfigurationSourceTreeUsingGETOK
- func (o *GetConfigurationSourceTreeUsingGETOK) Error() string
- func (o *GetConfigurationSourceTreeUsingGETOK) GetPayload() *models.FileTree
- func (o *GetConfigurationSourceTreeUsingGETOK) IsClientError() bool
- func (o *GetConfigurationSourceTreeUsingGETOK) IsCode(code int) bool
- func (o *GetConfigurationSourceTreeUsingGETOK) IsRedirect() bool
- func (o *GetConfigurationSourceTreeUsingGETOK) IsServerError() bool
- func (o *GetConfigurationSourceTreeUsingGETOK) IsSuccess() bool
- func (o *GetConfigurationSourceTreeUsingGETOK) String() string
- type GetConfigurationSourceTreeUsingGETParams
- func NewGetConfigurationSourceTreeUsingGETParams() *GetConfigurationSourceTreeUsingGETParams
- func NewGetConfigurationSourceTreeUsingGETParamsWithContext(ctx context.Context) *GetConfigurationSourceTreeUsingGETParams
- func NewGetConfigurationSourceTreeUsingGETParamsWithHTTPClient(client *http.Client) *GetConfigurationSourceTreeUsingGETParams
- func NewGetConfigurationSourceTreeUsingGETParamsWithTimeout(timeout time.Duration) *GetConfigurationSourceTreeUsingGETParams
- func (o *GetConfigurationSourceTreeUsingGETParams) SetAPIVersion(aPIVersion *string)
- func (o *GetConfigurationSourceTreeUsingGETParams) SetCommitID(commitID *string)
- func (o *GetConfigurationSourceTreeUsingGETParams) SetConfigurationSourceID(configurationSourceID strfmt.UUID)
- func (o *GetConfigurationSourceTreeUsingGETParams) SetContext(ctx context.Context)
- func (o *GetConfigurationSourceTreeUsingGETParams) SetDefaults()
- func (o *GetConfigurationSourceTreeUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetConfigurationSourceTreeUsingGETParams) SetPath(path *string)
- func (o *GetConfigurationSourceTreeUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetConfigurationSourceTreeUsingGETParams) WithAPIVersion(aPIVersion *string) *GetConfigurationSourceTreeUsingGETParams
- func (o *GetConfigurationSourceTreeUsingGETParams) WithCommitID(commitID *string) *GetConfigurationSourceTreeUsingGETParams
- func (o *GetConfigurationSourceTreeUsingGETParams) WithConfigurationSourceID(configurationSourceID strfmt.UUID) *GetConfigurationSourceTreeUsingGETParams
- func (o *GetConfigurationSourceTreeUsingGETParams) WithContext(ctx context.Context) *GetConfigurationSourceTreeUsingGETParams
- func (o *GetConfigurationSourceTreeUsingGETParams) WithDefaults() *GetConfigurationSourceTreeUsingGETParams
- func (o *GetConfigurationSourceTreeUsingGETParams) WithHTTPClient(client *http.Client) *GetConfigurationSourceTreeUsingGETParams
- func (o *GetConfigurationSourceTreeUsingGETParams) WithPath(path *string) *GetConfigurationSourceTreeUsingGETParams
- func (o *GetConfigurationSourceTreeUsingGETParams) WithTimeout(timeout time.Duration) *GetConfigurationSourceTreeUsingGETParams
- func (o *GetConfigurationSourceTreeUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetConfigurationSourceTreeUsingGETReader
- type GetConfigurationSourceTreeUsingGETUnauthorized
- func (o *GetConfigurationSourceTreeUsingGETUnauthorized) Error() string
- func (o *GetConfigurationSourceTreeUsingGETUnauthorized) IsClientError() bool
- func (o *GetConfigurationSourceTreeUsingGETUnauthorized) IsCode(code int) bool
- func (o *GetConfigurationSourceTreeUsingGETUnauthorized) IsRedirect() bool
- func (o *GetConfigurationSourceTreeUsingGETUnauthorized) IsServerError() bool
- func (o *GetConfigurationSourceTreeUsingGETUnauthorized) IsSuccess() bool
- func (o *GetConfigurationSourceTreeUsingGETUnauthorized) String() string
- type GetTerraformConfigurationSourceCommitListUsingGETBadRequest
- func (o *GetTerraformConfigurationSourceCommitListUsingGETBadRequest) Error() string
- func (o *GetTerraformConfigurationSourceCommitListUsingGETBadRequest) GetPayload() *models.Error
- func (o *GetTerraformConfigurationSourceCommitListUsingGETBadRequest) IsClientError() bool
- func (o *GetTerraformConfigurationSourceCommitListUsingGETBadRequest) IsCode(code int) bool
- func (o *GetTerraformConfigurationSourceCommitListUsingGETBadRequest) IsRedirect() bool
- func (o *GetTerraformConfigurationSourceCommitListUsingGETBadRequest) IsServerError() bool
- func (o *GetTerraformConfigurationSourceCommitListUsingGETBadRequest) IsSuccess() bool
- func (o *GetTerraformConfigurationSourceCommitListUsingGETBadRequest) String() string
- type GetTerraformConfigurationSourceCommitListUsingGETForbidden
- func (o *GetTerraformConfigurationSourceCommitListUsingGETForbidden) Error() string
- func (o *GetTerraformConfigurationSourceCommitListUsingGETForbidden) IsClientError() bool
- func (o *GetTerraformConfigurationSourceCommitListUsingGETForbidden) IsCode(code int) bool
- func (o *GetTerraformConfigurationSourceCommitListUsingGETForbidden) IsRedirect() bool
- func (o *GetTerraformConfigurationSourceCommitListUsingGETForbidden) IsServerError() bool
- func (o *GetTerraformConfigurationSourceCommitListUsingGETForbidden) IsSuccess() bool
- func (o *GetTerraformConfigurationSourceCommitListUsingGETForbidden) String() string
- type GetTerraformConfigurationSourceCommitListUsingGETOK
- func (o *GetTerraformConfigurationSourceCommitListUsingGETOK) Error() string
- func (o *GetTerraformConfigurationSourceCommitListUsingGETOK) GetPayload() *models.PageOfCommitDetails
- func (o *GetTerraformConfigurationSourceCommitListUsingGETOK) IsClientError() bool
- func (o *GetTerraformConfigurationSourceCommitListUsingGETOK) IsCode(code int) bool
- func (o *GetTerraformConfigurationSourceCommitListUsingGETOK) IsRedirect() bool
- func (o *GetTerraformConfigurationSourceCommitListUsingGETOK) IsServerError() bool
- func (o *GetTerraformConfigurationSourceCommitListUsingGETOK) IsSuccess() bool
- func (o *GetTerraformConfigurationSourceCommitListUsingGETOK) String() string
- type GetTerraformConfigurationSourceCommitListUsingGETParams
- func NewGetTerraformConfigurationSourceCommitListUsingGETParams() *GetTerraformConfigurationSourceCommitListUsingGETParams
- func NewGetTerraformConfigurationSourceCommitListUsingGETParamsWithContext(ctx context.Context) *GetTerraformConfigurationSourceCommitListUsingGETParams
- func NewGetTerraformConfigurationSourceCommitListUsingGETParamsWithHTTPClient(client *http.Client) *GetTerraformConfigurationSourceCommitListUsingGETParams
- func NewGetTerraformConfigurationSourceCommitListUsingGETParamsWithTimeout(timeout time.Duration) *GetTerraformConfigurationSourceCommitListUsingGETParams
- func (o *GetTerraformConfigurationSourceCommitListUsingGETParams) SetAPIVersion(aPIVersion *string)
- func (o *GetTerraformConfigurationSourceCommitListUsingGETParams) SetConfigurationSourceID(configurationSourceID string)
- func (o *GetTerraformConfigurationSourceCommitListUsingGETParams) SetContext(ctx context.Context)
- func (o *GetTerraformConfigurationSourceCommitListUsingGETParams) SetDefaults()
- func (o *GetTerraformConfigurationSourceCommitListUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetTerraformConfigurationSourceCommitListUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetTerraformConfigurationSourceCommitListUsingGETParams) WithAPIVersion(aPIVersion *string) *GetTerraformConfigurationSourceCommitListUsingGETParams
- func (o *GetTerraformConfigurationSourceCommitListUsingGETParams) WithConfigurationSourceID(configurationSourceID string) *GetTerraformConfigurationSourceCommitListUsingGETParams
- func (o *GetTerraformConfigurationSourceCommitListUsingGETParams) WithContext(ctx context.Context) *GetTerraformConfigurationSourceCommitListUsingGETParams
- func (o *GetTerraformConfigurationSourceCommitListUsingGETParams) WithDefaults() *GetTerraformConfigurationSourceCommitListUsingGETParams
- func (o *GetTerraformConfigurationSourceCommitListUsingGETParams) WithHTTPClient(client *http.Client) *GetTerraformConfigurationSourceCommitListUsingGETParams
- func (o *GetTerraformConfigurationSourceCommitListUsingGETParams) WithTimeout(timeout time.Duration) *GetTerraformConfigurationSourceCommitListUsingGETParams
- func (o *GetTerraformConfigurationSourceCommitListUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetTerraformConfigurationSourceCommitListUsingGETReader
- type GetTerraformConfigurationSourceCommitListUsingGETUnauthorized
- func (o *GetTerraformConfigurationSourceCommitListUsingGETUnauthorized) Error() string
- func (o *GetTerraformConfigurationSourceCommitListUsingGETUnauthorized) IsClientError() bool
- func (o *GetTerraformConfigurationSourceCommitListUsingGETUnauthorized) IsCode(code int) bool
- func (o *GetTerraformConfigurationSourceCommitListUsingGETUnauthorized) IsRedirect() bool
- func (o *GetTerraformConfigurationSourceCommitListUsingGETUnauthorized) IsServerError() bool
- func (o *GetTerraformConfigurationSourceCommitListUsingGETUnauthorized) IsSuccess() bool
- func (o *GetTerraformConfigurationSourceCommitListUsingGETUnauthorized) String() string
- type GetTerraformConfigurationSourcesUsingGETForbidden
- func (o *GetTerraformConfigurationSourcesUsingGETForbidden) Error() string
- func (o *GetTerraformConfigurationSourcesUsingGETForbidden) IsClientError() bool
- func (o *GetTerraformConfigurationSourcesUsingGETForbidden) IsCode(code int) bool
- func (o *GetTerraformConfigurationSourcesUsingGETForbidden) IsRedirect() bool
- func (o *GetTerraformConfigurationSourcesUsingGETForbidden) IsServerError() bool
- func (o *GetTerraformConfigurationSourcesUsingGETForbidden) IsSuccess() bool
- func (o *GetTerraformConfigurationSourcesUsingGETForbidden) String() string
- type GetTerraformConfigurationSourcesUsingGETOK
- func (o *GetTerraformConfigurationSourcesUsingGETOK) Error() string
- func (o *GetTerraformConfigurationSourcesUsingGETOK) GetPayload() *models.PageOfBlueprintContentSource
- func (o *GetTerraformConfigurationSourcesUsingGETOK) IsClientError() bool
- func (o *GetTerraformConfigurationSourcesUsingGETOK) IsCode(code int) bool
- func (o *GetTerraformConfigurationSourcesUsingGETOK) IsRedirect() bool
- func (o *GetTerraformConfigurationSourcesUsingGETOK) IsServerError() bool
- func (o *GetTerraformConfigurationSourcesUsingGETOK) IsSuccess() bool
- func (o *GetTerraformConfigurationSourcesUsingGETOK) String() string
- type GetTerraformConfigurationSourcesUsingGETParams
- func NewGetTerraformConfigurationSourcesUsingGETParams() *GetTerraformConfigurationSourcesUsingGETParams
- func NewGetTerraformConfigurationSourcesUsingGETParamsWithContext(ctx context.Context) *GetTerraformConfigurationSourcesUsingGETParams
- func NewGetTerraformConfigurationSourcesUsingGETParamsWithHTTPClient(client *http.Client) *GetTerraformConfigurationSourcesUsingGETParams
- func NewGetTerraformConfigurationSourcesUsingGETParamsWithTimeout(timeout time.Duration) *GetTerraformConfigurationSourcesUsingGETParams
- func (o *GetTerraformConfigurationSourcesUsingGETParams) SetAPIVersion(aPIVersion *string)
- func (o *GetTerraformConfigurationSourcesUsingGETParams) SetContext(ctx context.Context)
- func (o *GetTerraformConfigurationSourcesUsingGETParams) SetDefaults()
- func (o *GetTerraformConfigurationSourcesUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetTerraformConfigurationSourcesUsingGETParams) SetProjects(projects []string)
- func (o *GetTerraformConfigurationSourcesUsingGETParams) SetSearch(search *string)
- func (o *GetTerraformConfigurationSourcesUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetTerraformConfigurationSourcesUsingGETParams) WithAPIVersion(aPIVersion *string) *GetTerraformConfigurationSourcesUsingGETParams
- func (o *GetTerraformConfigurationSourcesUsingGETParams) WithContext(ctx context.Context) *GetTerraformConfigurationSourcesUsingGETParams
- func (o *GetTerraformConfigurationSourcesUsingGETParams) WithDefaults() *GetTerraformConfigurationSourcesUsingGETParams
- func (o *GetTerraformConfigurationSourcesUsingGETParams) WithHTTPClient(client *http.Client) *GetTerraformConfigurationSourcesUsingGETParams
- func (o *GetTerraformConfigurationSourcesUsingGETParams) WithProjects(projects []string) *GetTerraformConfigurationSourcesUsingGETParams
- func (o *GetTerraformConfigurationSourcesUsingGETParams) WithSearch(search *string) *GetTerraformConfigurationSourcesUsingGETParams
- func (o *GetTerraformConfigurationSourcesUsingGETParams) WithTimeout(timeout time.Duration) *GetTerraformConfigurationSourcesUsingGETParams
- func (o *GetTerraformConfigurationSourcesUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetTerraformConfigurationSourcesUsingGETReader
- type GetTerraformConfigurationSourcesUsingGETUnauthorized
- func (o *GetTerraformConfigurationSourcesUsingGETUnauthorized) Error() string
- func (o *GetTerraformConfigurationSourcesUsingGETUnauthorized) IsClientError() bool
- func (o *GetTerraformConfigurationSourcesUsingGETUnauthorized) IsCode(code int) bool
- func (o *GetTerraformConfigurationSourcesUsingGETUnauthorized) IsRedirect() bool
- func (o *GetTerraformConfigurationSourcesUsingGETUnauthorized) IsServerError() bool
- func (o *GetTerraformConfigurationSourcesUsingGETUnauthorized) IsSuccess() bool
- func (o *GetTerraformConfigurationSourcesUsingGETUnauthorized) String() string
- type GetTerraformVersionUsingGETForbidden
- func (o *GetTerraformVersionUsingGETForbidden) Error() string
- func (o *GetTerraformVersionUsingGETForbidden) IsClientError() bool
- func (o *GetTerraformVersionUsingGETForbidden) IsCode(code int) bool
- func (o *GetTerraformVersionUsingGETForbidden) IsRedirect() bool
- func (o *GetTerraformVersionUsingGETForbidden) IsServerError() bool
- func (o *GetTerraformVersionUsingGETForbidden) IsSuccess() bool
- func (o *GetTerraformVersionUsingGETForbidden) String() string
- type GetTerraformVersionUsingGETNotFound
- func (o *GetTerraformVersionUsingGETNotFound) Error() string
- func (o *GetTerraformVersionUsingGETNotFound) GetPayload() *models.Error
- func (o *GetTerraformVersionUsingGETNotFound) IsClientError() bool
- func (o *GetTerraformVersionUsingGETNotFound) IsCode(code int) bool
- func (o *GetTerraformVersionUsingGETNotFound) IsRedirect() bool
- func (o *GetTerraformVersionUsingGETNotFound) IsServerError() bool
- func (o *GetTerraformVersionUsingGETNotFound) IsSuccess() bool
- func (o *GetTerraformVersionUsingGETNotFound) String() string
- type GetTerraformVersionUsingGETOK
- func (o *GetTerraformVersionUsingGETOK) Error() string
- func (o *GetTerraformVersionUsingGETOK) GetPayload() *models.TerraformVersion
- func (o *GetTerraformVersionUsingGETOK) IsClientError() bool
- func (o *GetTerraformVersionUsingGETOK) IsCode(code int) bool
- func (o *GetTerraformVersionUsingGETOK) IsRedirect() bool
- func (o *GetTerraformVersionUsingGETOK) IsServerError() bool
- func (o *GetTerraformVersionUsingGETOK) IsSuccess() bool
- func (o *GetTerraformVersionUsingGETOK) String() string
- type GetTerraformVersionUsingGETParams
- func NewGetTerraformVersionUsingGETParams() *GetTerraformVersionUsingGETParams
- func NewGetTerraformVersionUsingGETParamsWithContext(ctx context.Context) *GetTerraformVersionUsingGETParams
- func NewGetTerraformVersionUsingGETParamsWithHTTPClient(client *http.Client) *GetTerraformVersionUsingGETParams
- func NewGetTerraformVersionUsingGETParamsWithTimeout(timeout time.Duration) *GetTerraformVersionUsingGETParams
- func (o *GetTerraformVersionUsingGETParams) SetAPIVersion(aPIVersion *string)
- func (o *GetTerraformVersionUsingGETParams) SetContext(ctx context.Context)
- func (o *GetTerraformVersionUsingGETParams) SetDefaults()
- func (o *GetTerraformVersionUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetTerraformVersionUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetTerraformVersionUsingGETParams) SetVersionID(versionID strfmt.UUID)
- func (o *GetTerraformVersionUsingGETParams) WithAPIVersion(aPIVersion *string) *GetTerraformVersionUsingGETParams
- func (o *GetTerraformVersionUsingGETParams) WithContext(ctx context.Context) *GetTerraformVersionUsingGETParams
- func (o *GetTerraformVersionUsingGETParams) WithDefaults() *GetTerraformVersionUsingGETParams
- func (o *GetTerraformVersionUsingGETParams) WithHTTPClient(client *http.Client) *GetTerraformVersionUsingGETParams
- func (o *GetTerraformVersionUsingGETParams) WithTimeout(timeout time.Duration) *GetTerraformVersionUsingGETParams
- func (o *GetTerraformVersionUsingGETParams) WithVersionID(versionID strfmt.UUID) *GetTerraformVersionUsingGETParams
- func (o *GetTerraformVersionUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetTerraformVersionUsingGETReader
- type GetTerraformVersionUsingGETUnauthorized
- func (o *GetTerraformVersionUsingGETUnauthorized) Error() string
- func (o *GetTerraformVersionUsingGETUnauthorized) IsClientError() bool
- func (o *GetTerraformVersionUsingGETUnauthorized) IsCode(code int) bool
- func (o *GetTerraformVersionUsingGETUnauthorized) IsRedirect() bool
- func (o *GetTerraformVersionUsingGETUnauthorized) IsServerError() bool
- func (o *GetTerraformVersionUsingGETUnauthorized) IsSuccess() bool
- func (o *GetTerraformVersionUsingGETUnauthorized) String() string
- type ListTerraformVersionsUsingGETBadRequest
- func (o *ListTerraformVersionsUsingGETBadRequest) Error() string
- func (o *ListTerraformVersionsUsingGETBadRequest) GetPayload() *models.Error
- func (o *ListTerraformVersionsUsingGETBadRequest) IsClientError() bool
- func (o *ListTerraformVersionsUsingGETBadRequest) IsCode(code int) bool
- func (o *ListTerraformVersionsUsingGETBadRequest) IsRedirect() bool
- func (o *ListTerraformVersionsUsingGETBadRequest) IsServerError() bool
- func (o *ListTerraformVersionsUsingGETBadRequest) IsSuccess() bool
- func (o *ListTerraformVersionsUsingGETBadRequest) String() string
- type ListTerraformVersionsUsingGETForbidden
- func (o *ListTerraformVersionsUsingGETForbidden) Error() string
- func (o *ListTerraformVersionsUsingGETForbidden) IsClientError() bool
- func (o *ListTerraformVersionsUsingGETForbidden) IsCode(code int) bool
- func (o *ListTerraformVersionsUsingGETForbidden) IsRedirect() bool
- func (o *ListTerraformVersionsUsingGETForbidden) IsServerError() bool
- func (o *ListTerraformVersionsUsingGETForbidden) IsSuccess() bool
- func (o *ListTerraformVersionsUsingGETForbidden) String() string
- type ListTerraformVersionsUsingGETOK
- func (o *ListTerraformVersionsUsingGETOK) Error() string
- func (o *ListTerraformVersionsUsingGETOK) GetPayload() *models.PageOfTerraformVersion
- func (o *ListTerraformVersionsUsingGETOK) IsClientError() bool
- func (o *ListTerraformVersionsUsingGETOK) IsCode(code int) bool
- func (o *ListTerraformVersionsUsingGETOK) IsRedirect() bool
- func (o *ListTerraformVersionsUsingGETOK) IsServerError() bool
- func (o *ListTerraformVersionsUsingGETOK) IsSuccess() bool
- func (o *ListTerraformVersionsUsingGETOK) String() string
- type ListTerraformVersionsUsingGETParams
- func NewListTerraformVersionsUsingGETParams() *ListTerraformVersionsUsingGETParams
- func NewListTerraformVersionsUsingGETParamsWithContext(ctx context.Context) *ListTerraformVersionsUsingGETParams
- func NewListTerraformVersionsUsingGETParamsWithHTTPClient(client *http.Client) *ListTerraformVersionsUsingGETParams
- func NewListTerraformVersionsUsingGETParamsWithTimeout(timeout time.Duration) *ListTerraformVersionsUsingGETParams
- func (o *ListTerraformVersionsUsingGETParams) SetContext(ctx context.Context)
- func (o *ListTerraformVersionsUsingGETParams) SetDefaults()
- func (o *ListTerraformVersionsUsingGETParams) SetDollarOrderby(dollarOrderby []string)
- func (o *ListTerraformVersionsUsingGETParams) SetDollarSkip(dollarSkip *int32)
- func (o *ListTerraformVersionsUsingGETParams) SetDollarTop(dollarTop *int32)
- func (o *ListTerraformVersionsUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *ListTerraformVersionsUsingGETParams) SetOnlyEnabled(onlyEnabled *bool)
- func (o *ListTerraformVersionsUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *ListTerraformVersionsUsingGETParams) WithContext(ctx context.Context) *ListTerraformVersionsUsingGETParams
- func (o *ListTerraformVersionsUsingGETParams) WithDefaults() *ListTerraformVersionsUsingGETParams
- func (o *ListTerraformVersionsUsingGETParams) WithDollarOrderby(dollarOrderby []string) *ListTerraformVersionsUsingGETParams
- func (o *ListTerraformVersionsUsingGETParams) WithDollarSkip(dollarSkip *int32) *ListTerraformVersionsUsingGETParams
- func (o *ListTerraformVersionsUsingGETParams) WithDollarTop(dollarTop *int32) *ListTerraformVersionsUsingGETParams
- func (o *ListTerraformVersionsUsingGETParams) WithHTTPClient(client *http.Client) *ListTerraformVersionsUsingGETParams
- func (o *ListTerraformVersionsUsingGETParams) WithOnlyEnabled(onlyEnabled *bool) *ListTerraformVersionsUsingGETParams
- func (o *ListTerraformVersionsUsingGETParams) WithTimeout(timeout time.Duration) *ListTerraformVersionsUsingGETParams
- func (o *ListTerraformVersionsUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListTerraformVersionsUsingGETReader
- type ListTerraformVersionsUsingGETUnauthorized
- func (o *ListTerraformVersionsUsingGETUnauthorized) Error() string
- func (o *ListTerraformVersionsUsingGETUnauthorized) IsClientError() bool
- func (o *ListTerraformVersionsUsingGETUnauthorized) IsCode(code int) bool
- func (o *ListTerraformVersionsUsingGETUnauthorized) IsRedirect() bool
- func (o *ListTerraformVersionsUsingGETUnauthorized) IsServerError() bool
- func (o *ListTerraformVersionsUsingGETUnauthorized) IsSuccess() bool
- func (o *ListTerraformVersionsUsingGETUnauthorized) String() string
- type UpdateTerraformVersionUsingPATCHForbidden
- func (o *UpdateTerraformVersionUsingPATCHForbidden) Error() string
- func (o *UpdateTerraformVersionUsingPATCHForbidden) IsClientError() bool
- func (o *UpdateTerraformVersionUsingPATCHForbidden) IsCode(code int) bool
- func (o *UpdateTerraformVersionUsingPATCHForbidden) IsRedirect() bool
- func (o *UpdateTerraformVersionUsingPATCHForbidden) IsServerError() bool
- func (o *UpdateTerraformVersionUsingPATCHForbidden) IsSuccess() bool
- func (o *UpdateTerraformVersionUsingPATCHForbidden) String() string
- type UpdateTerraformVersionUsingPATCHNotFound
- func (o *UpdateTerraformVersionUsingPATCHNotFound) Error() string
- func (o *UpdateTerraformVersionUsingPATCHNotFound) GetPayload() *models.Error
- func (o *UpdateTerraformVersionUsingPATCHNotFound) IsClientError() bool
- func (o *UpdateTerraformVersionUsingPATCHNotFound) IsCode(code int) bool
- func (o *UpdateTerraformVersionUsingPATCHNotFound) IsRedirect() bool
- func (o *UpdateTerraformVersionUsingPATCHNotFound) IsServerError() bool
- func (o *UpdateTerraformVersionUsingPATCHNotFound) IsSuccess() bool
- func (o *UpdateTerraformVersionUsingPATCHNotFound) String() string
- type UpdateTerraformVersionUsingPATCHOK
- func (o *UpdateTerraformVersionUsingPATCHOK) Error() string
- func (o *UpdateTerraformVersionUsingPATCHOK) GetPayload() *models.TerraformVersion
- func (o *UpdateTerraformVersionUsingPATCHOK) IsClientError() bool
- func (o *UpdateTerraformVersionUsingPATCHOK) IsCode(code int) bool
- func (o *UpdateTerraformVersionUsingPATCHOK) IsRedirect() bool
- func (o *UpdateTerraformVersionUsingPATCHOK) IsServerError() bool
- func (o *UpdateTerraformVersionUsingPATCHOK) IsSuccess() bool
- func (o *UpdateTerraformVersionUsingPATCHOK) String() string
- type UpdateTerraformVersionUsingPATCHParams
- func NewUpdateTerraformVersionUsingPATCHParams() *UpdateTerraformVersionUsingPATCHParams
- func NewUpdateTerraformVersionUsingPATCHParamsWithContext(ctx context.Context) *UpdateTerraformVersionUsingPATCHParams
- func NewUpdateTerraformVersionUsingPATCHParamsWithHTTPClient(client *http.Client) *UpdateTerraformVersionUsingPATCHParams
- func NewUpdateTerraformVersionUsingPATCHParamsWithTimeout(timeout time.Duration) *UpdateTerraformVersionUsingPATCHParams
- func (o *UpdateTerraformVersionUsingPATCHParams) SetAPIVersion(aPIVersion *string)
- func (o *UpdateTerraformVersionUsingPATCHParams) SetContext(ctx context.Context)
- func (o *UpdateTerraformVersionUsingPATCHParams) SetDefaults()
- func (o *UpdateTerraformVersionUsingPATCHParams) SetHTTPClient(client *http.Client)
- func (o *UpdateTerraformVersionUsingPATCHParams) SetTerraformVersion(terraformVersion *models.TerraformVersion)
- func (o *UpdateTerraformVersionUsingPATCHParams) SetTimeout(timeout time.Duration)
- func (o *UpdateTerraformVersionUsingPATCHParams) SetVersionID(versionID strfmt.UUID)
- func (o *UpdateTerraformVersionUsingPATCHParams) WithAPIVersion(aPIVersion *string) *UpdateTerraformVersionUsingPATCHParams
- func (o *UpdateTerraformVersionUsingPATCHParams) WithContext(ctx context.Context) *UpdateTerraformVersionUsingPATCHParams
- func (o *UpdateTerraformVersionUsingPATCHParams) WithDefaults() *UpdateTerraformVersionUsingPATCHParams
- func (o *UpdateTerraformVersionUsingPATCHParams) WithHTTPClient(client *http.Client) *UpdateTerraformVersionUsingPATCHParams
- func (o *UpdateTerraformVersionUsingPATCHParams) WithTerraformVersion(terraformVersion *models.TerraformVersion) *UpdateTerraformVersionUsingPATCHParams
- func (o *UpdateTerraformVersionUsingPATCHParams) WithTimeout(timeout time.Duration) *UpdateTerraformVersionUsingPATCHParams
- func (o *UpdateTerraformVersionUsingPATCHParams) WithVersionID(versionID strfmt.UUID) *UpdateTerraformVersionUsingPATCHParams
- func (o *UpdateTerraformVersionUsingPATCHParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateTerraformVersionUsingPATCHReader
- type UpdateTerraformVersionUsingPATCHUnauthorized
- func (o *UpdateTerraformVersionUsingPATCHUnauthorized) Error() string
- func (o *UpdateTerraformVersionUsingPATCHUnauthorized) IsClientError() bool
- func (o *UpdateTerraformVersionUsingPATCHUnauthorized) IsCode(code int) bool
- func (o *UpdateTerraformVersionUsingPATCHUnauthorized) IsRedirect() bool
- func (o *UpdateTerraformVersionUsingPATCHUnauthorized) IsServerError() bool
- func (o *UpdateTerraformVersionUsingPATCHUnauthorized) IsSuccess() bool
- func (o *UpdateTerraformVersionUsingPATCHUnauthorized) String() string
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) CreateBlueprintFromMappingUsingPOST ¶ added in v0.4.0
func (a *Client) CreateBlueprintFromMappingUsingPOST(params *CreateBlueprintFromMappingUsingPOSTParams, opts ...ClientOption) (*CreateBlueprintFromMappingUsingPOSTOK, error)
CreateBlueprintFromMappingUsingPOST creates a blueprint from a terraform blueprint configuration obtained from create blueprint mapping
func (*Client) CreateBlueprintMappingUsingPOST ¶ added in v0.4.0
func (a *Client) CreateBlueprintMappingUsingPOST(params *CreateBlueprintMappingUsingPOSTParams, opts ...ClientOption) (*CreateBlueprintMappingUsingPOSTOK, error)
CreateBlueprintMappingUsingPOST retrieves and parses the specified terraform configuration file s and returns relevant information for blueprint construction
func (*Client) CreateTerraformVersionUsingPOST ¶ added in v0.4.0
func (a *Client) CreateTerraformVersionUsingPOST(params *CreateTerraformVersionUsingPOSTParams, opts ...ClientOption) (*CreateTerraformVersionUsingPOSTCreated, error)
CreateTerraformVersionUsingPOST creates a version
func (*Client) DeleteTerraformVersionUsingDELETE ¶ added in v0.4.0
func (a *Client) DeleteTerraformVersionUsingDELETE(params *DeleteTerraformVersionUsingDELETEParams, opts ...ClientOption) (*DeleteTerraformVersionUsingDELETENoContent, error)
DeleteTerraformVersionUsingDELETE deletes a terraform version
func (*Client) GetConfigurationSourceTreeUsingGET ¶ added in v0.4.0
func (a *Client) GetConfigurationSourceTreeUsingGET(params *GetConfigurationSourceTreeUsingGETParams, opts ...ClientOption) (*GetConfigurationSourceTreeUsingGETOK, error)
GetConfigurationSourceTreeUsingGET shows directories of the configuration source repository that correspond to terraform configurations
func (*Client) GetTerraformConfigurationSourceCommitListUsingGET ¶ added in v0.4.0
func (a *Client) GetTerraformConfigurationSourceCommitListUsingGET(params *GetTerraformConfigurationSourceCommitListUsingGETParams, opts ...ClientOption) (*GetTerraformConfigurationSourceCommitListUsingGETOK, error)
GetTerraformConfigurationSourceCommitListUsingGET returns a paginated list of commits for a specified configuration source
func (*Client) GetTerraformConfigurationSourcesUsingGET ¶ added in v0.4.0
func (a *Client) GetTerraformConfigurationSourcesUsingGET(params *GetTerraformConfigurationSourcesUsingGETParams, opts ...ClientOption) (*GetTerraformConfigurationSourcesUsingGETOK, error)
GetTerraformConfigurationSourcesUsingGET returns a paginated list of configuration sources configured as storage for terraform configurations
func (*Client) GetTerraformVersionUsingGET ¶ added in v0.4.0
func (a *Client) GetTerraformVersionUsingGET(params *GetTerraformVersionUsingGETParams, opts ...ClientOption) (*GetTerraformVersionUsingGETOK, error)
GetTerraformVersionUsingGET returns terraform version details
func (*Client) ListTerraformVersionsUsingGET ¶ added in v0.4.0
func (a *Client) ListTerraformVersionsUsingGET(params *ListTerraformVersionsUsingGETParams, opts ...ClientOption) (*ListTerraformVersionsUsingGETOK, error)
ListTerraformVersionsUsingGET lists terraform versions
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateTerraformVersionUsingPATCH ¶ added in v0.4.0
func (a *Client) UpdateTerraformVersionUsingPATCH(params *UpdateTerraformVersionUsingPATCHParams, opts ...ClientOption) (*UpdateTerraformVersionUsingPATCHOK, error)
UpdateTerraformVersionUsingPATCH updates a terraform version
type ClientOption ¶ added in v0.2.20
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { CreateBlueprintFromMappingUsingPOST(params *CreateBlueprintFromMappingUsingPOSTParams, opts ...ClientOption) (*CreateBlueprintFromMappingUsingPOSTOK, error) CreateBlueprintMappingUsingPOST(params *CreateBlueprintMappingUsingPOSTParams, opts ...ClientOption) (*CreateBlueprintMappingUsingPOSTOK, error) CreateTerraformVersionUsingPOST(params *CreateTerraformVersionUsingPOSTParams, opts ...ClientOption) (*CreateTerraformVersionUsingPOSTCreated, error) DeleteTerraformVersionUsingDELETE(params *DeleteTerraformVersionUsingDELETEParams, opts ...ClientOption) (*DeleteTerraformVersionUsingDELETENoContent, error) GetConfigurationSourceTreeUsingGET(params *GetConfigurationSourceTreeUsingGETParams, opts ...ClientOption) (*GetConfigurationSourceTreeUsingGETOK, error) GetTerraformConfigurationSourceCommitListUsingGET(params *GetTerraformConfigurationSourceCommitListUsingGETParams, opts ...ClientOption) (*GetTerraformConfigurationSourceCommitListUsingGETOK, error) GetTerraformConfigurationSourcesUsingGET(params *GetTerraformConfigurationSourcesUsingGETParams, opts ...ClientOption) (*GetTerraformConfigurationSourcesUsingGETOK, error) GetTerraformVersionUsingGET(params *GetTerraformVersionUsingGETParams, opts ...ClientOption) (*GetTerraformVersionUsingGETOK, error) ListTerraformVersionsUsingGET(params *ListTerraformVersionsUsingGETParams, opts ...ClientOption) (*ListTerraformVersionsUsingGETOK, error) UpdateTerraformVersionUsingPATCH(params *UpdateTerraformVersionUsingPATCHParams, opts ...ClientOption) (*UpdateTerraformVersionUsingPATCHOK, 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 CreateBlueprintFromMappingUsingPOSTBadRequest ¶ added in v0.4.0
CreateBlueprintFromMappingUsingPOSTBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewCreateBlueprintFromMappingUsingPOSTBadRequest ¶ added in v0.4.0
func NewCreateBlueprintFromMappingUsingPOSTBadRequest() *CreateBlueprintFromMappingUsingPOSTBadRequest
NewCreateBlueprintFromMappingUsingPOSTBadRequest creates a CreateBlueprintFromMappingUsingPOSTBadRequest with default headers values
func (*CreateBlueprintFromMappingUsingPOSTBadRequest) Error ¶ added in v0.4.0
func (o *CreateBlueprintFromMappingUsingPOSTBadRequest) Error() string
func (*CreateBlueprintFromMappingUsingPOSTBadRequest) GetPayload ¶ added in v0.4.0
func (o *CreateBlueprintFromMappingUsingPOSTBadRequest) GetPayload() *models.Error
func (*CreateBlueprintFromMappingUsingPOSTBadRequest) IsClientError ¶ added in v0.5.0
func (o *CreateBlueprintFromMappingUsingPOSTBadRequest) IsClientError() bool
IsClientError returns true when this create blueprint from mapping using p o s t bad request response has a 4xx status code
func (*CreateBlueprintFromMappingUsingPOSTBadRequest) IsCode ¶ added in v0.5.0
func (o *CreateBlueprintFromMappingUsingPOSTBadRequest) IsCode(code int) bool
IsCode returns true when this create blueprint from mapping using p o s t bad request response a status code equal to that given
func (*CreateBlueprintFromMappingUsingPOSTBadRequest) IsRedirect ¶ added in v0.5.0
func (o *CreateBlueprintFromMappingUsingPOSTBadRequest) IsRedirect() bool
IsRedirect returns true when this create blueprint from mapping using p o s t bad request response has a 3xx status code
func (*CreateBlueprintFromMappingUsingPOSTBadRequest) IsServerError ¶ added in v0.5.0
func (o *CreateBlueprintFromMappingUsingPOSTBadRequest) IsServerError() bool
IsServerError returns true when this create blueprint from mapping using p o s t bad request response has a 5xx status code
func (*CreateBlueprintFromMappingUsingPOSTBadRequest) IsSuccess ¶ added in v0.5.0
func (o *CreateBlueprintFromMappingUsingPOSTBadRequest) IsSuccess() bool
IsSuccess returns true when this create blueprint from mapping using p o s t bad request response has a 2xx status code
func (*CreateBlueprintFromMappingUsingPOSTBadRequest) String ¶ added in v0.5.0
func (o *CreateBlueprintFromMappingUsingPOSTBadRequest) String() string
type CreateBlueprintFromMappingUsingPOSTForbidden ¶ added in v0.4.0
type CreateBlueprintFromMappingUsingPOSTForbidden struct { }
CreateBlueprintFromMappingUsingPOSTForbidden describes a response with status code 403, with default header values.
Forbidden
func NewCreateBlueprintFromMappingUsingPOSTForbidden ¶ added in v0.4.0
func NewCreateBlueprintFromMappingUsingPOSTForbidden() *CreateBlueprintFromMappingUsingPOSTForbidden
NewCreateBlueprintFromMappingUsingPOSTForbidden creates a CreateBlueprintFromMappingUsingPOSTForbidden with default headers values
func (*CreateBlueprintFromMappingUsingPOSTForbidden) Error ¶ added in v0.4.0
func (o *CreateBlueprintFromMappingUsingPOSTForbidden) Error() string
func (*CreateBlueprintFromMappingUsingPOSTForbidden) IsClientError ¶ added in v0.5.0
func (o *CreateBlueprintFromMappingUsingPOSTForbidden) IsClientError() bool
IsClientError returns true when this create blueprint from mapping using p o s t forbidden response has a 4xx status code
func (*CreateBlueprintFromMappingUsingPOSTForbidden) IsCode ¶ added in v0.5.0
func (o *CreateBlueprintFromMappingUsingPOSTForbidden) IsCode(code int) bool
IsCode returns true when this create blueprint from mapping using p o s t forbidden response a status code equal to that given
func (*CreateBlueprintFromMappingUsingPOSTForbidden) IsRedirect ¶ added in v0.5.0
func (o *CreateBlueprintFromMappingUsingPOSTForbidden) IsRedirect() bool
IsRedirect returns true when this create blueprint from mapping using p o s t forbidden response has a 3xx status code
func (*CreateBlueprintFromMappingUsingPOSTForbidden) IsServerError ¶ added in v0.5.0
func (o *CreateBlueprintFromMappingUsingPOSTForbidden) IsServerError() bool
IsServerError returns true when this create blueprint from mapping using p o s t forbidden response has a 5xx status code
func (*CreateBlueprintFromMappingUsingPOSTForbidden) IsSuccess ¶ added in v0.5.0
func (o *CreateBlueprintFromMappingUsingPOSTForbidden) IsSuccess() bool
IsSuccess returns true when this create blueprint from mapping using p o s t forbidden response has a 2xx status code
func (*CreateBlueprintFromMappingUsingPOSTForbidden) String ¶ added in v0.5.0
func (o *CreateBlueprintFromMappingUsingPOSTForbidden) String() string
type CreateBlueprintFromMappingUsingPOSTOK ¶ added in v0.4.0
CreateBlueprintFromMappingUsingPOSTOK describes a response with status code 200, with default header values.
OK
func NewCreateBlueprintFromMappingUsingPOSTOK ¶ added in v0.4.0
func NewCreateBlueprintFromMappingUsingPOSTOK() *CreateBlueprintFromMappingUsingPOSTOK
NewCreateBlueprintFromMappingUsingPOSTOK creates a CreateBlueprintFromMappingUsingPOSTOK with default headers values
func (*CreateBlueprintFromMappingUsingPOSTOK) Error ¶ added in v0.4.0
func (o *CreateBlueprintFromMappingUsingPOSTOK) Error() string
func (*CreateBlueprintFromMappingUsingPOSTOK) GetPayload ¶ added in v0.4.0
func (o *CreateBlueprintFromMappingUsingPOSTOK) GetPayload() *models.Blueprint
func (*CreateBlueprintFromMappingUsingPOSTOK) IsClientError ¶ added in v0.5.0
func (o *CreateBlueprintFromMappingUsingPOSTOK) IsClientError() bool
IsClientError returns true when this create blueprint from mapping using p o s t o k response has a 4xx status code
func (*CreateBlueprintFromMappingUsingPOSTOK) IsCode ¶ added in v0.5.0
func (o *CreateBlueprintFromMappingUsingPOSTOK) IsCode(code int) bool
IsCode returns true when this create blueprint from mapping using p o s t o k response a status code equal to that given
func (*CreateBlueprintFromMappingUsingPOSTOK) IsRedirect ¶ added in v0.5.0
func (o *CreateBlueprintFromMappingUsingPOSTOK) IsRedirect() bool
IsRedirect returns true when this create blueprint from mapping using p o s t o k response has a 3xx status code
func (*CreateBlueprintFromMappingUsingPOSTOK) IsServerError ¶ added in v0.5.0
func (o *CreateBlueprintFromMappingUsingPOSTOK) IsServerError() bool
IsServerError returns true when this create blueprint from mapping using p o s t o k response has a 5xx status code
func (*CreateBlueprintFromMappingUsingPOSTOK) IsSuccess ¶ added in v0.5.0
func (o *CreateBlueprintFromMappingUsingPOSTOK) IsSuccess() bool
IsSuccess returns true when this create blueprint from mapping using p o s t o k response has a 2xx status code
func (*CreateBlueprintFromMappingUsingPOSTOK) String ¶ added in v0.5.0
func (o *CreateBlueprintFromMappingUsingPOSTOK) String() string
type CreateBlueprintFromMappingUsingPOSTParams ¶ added in v0.4.0
type CreateBlueprintFromMappingUsingPOSTParams struct { /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about */ APIVersion *string /* TerraformBlueprintConfig. A Terraform blueprint configuration. */ TerraformBlueprintConfig *models.TerraformBlueprintConfig Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateBlueprintFromMappingUsingPOSTParams contains all the parameters to send to the API endpoint
for the create blueprint from mapping using p o s t operation. Typically these are written to a http.Request.
func NewCreateBlueprintFromMappingUsingPOSTParams ¶ added in v0.4.0
func NewCreateBlueprintFromMappingUsingPOSTParams() *CreateBlueprintFromMappingUsingPOSTParams
NewCreateBlueprintFromMappingUsingPOSTParams creates a new CreateBlueprintFromMappingUsingPOSTParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateBlueprintFromMappingUsingPOSTParamsWithContext ¶ added in v0.4.0
func NewCreateBlueprintFromMappingUsingPOSTParamsWithContext(ctx context.Context) *CreateBlueprintFromMappingUsingPOSTParams
NewCreateBlueprintFromMappingUsingPOSTParamsWithContext creates a new CreateBlueprintFromMappingUsingPOSTParams object with the ability to set a context for a request.
func NewCreateBlueprintFromMappingUsingPOSTParamsWithHTTPClient ¶ added in v0.4.0
func NewCreateBlueprintFromMappingUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateBlueprintFromMappingUsingPOSTParams
NewCreateBlueprintFromMappingUsingPOSTParamsWithHTTPClient creates a new CreateBlueprintFromMappingUsingPOSTParams object with the ability to set a custom HTTPClient for a request.
func NewCreateBlueprintFromMappingUsingPOSTParamsWithTimeout ¶ added in v0.4.0
func NewCreateBlueprintFromMappingUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateBlueprintFromMappingUsingPOSTParams
NewCreateBlueprintFromMappingUsingPOSTParamsWithTimeout creates a new CreateBlueprintFromMappingUsingPOSTParams object with the ability to set a timeout on a request.
func (*CreateBlueprintFromMappingUsingPOSTParams) SetAPIVersion ¶ added in v0.4.0
func (o *CreateBlueprintFromMappingUsingPOSTParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the create blueprint from mapping using p o s t params
func (*CreateBlueprintFromMappingUsingPOSTParams) SetContext ¶ added in v0.4.0
func (o *CreateBlueprintFromMappingUsingPOSTParams) SetContext(ctx context.Context)
SetContext adds the context to the create blueprint from mapping using p o s t params
func (*CreateBlueprintFromMappingUsingPOSTParams) SetDefaults ¶ added in v0.4.0
func (o *CreateBlueprintFromMappingUsingPOSTParams) SetDefaults()
SetDefaults hydrates default values in the create blueprint from mapping using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*CreateBlueprintFromMappingUsingPOSTParams) SetHTTPClient ¶ added in v0.4.0
func (o *CreateBlueprintFromMappingUsingPOSTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create blueprint from mapping using p o s t params
func (*CreateBlueprintFromMappingUsingPOSTParams) SetTerraformBlueprintConfig ¶ added in v0.4.0
func (o *CreateBlueprintFromMappingUsingPOSTParams) SetTerraformBlueprintConfig(terraformBlueprintConfig *models.TerraformBlueprintConfig)
SetTerraformBlueprintConfig adds the terraformBlueprintConfig to the create blueprint from mapping using p o s t params
func (*CreateBlueprintFromMappingUsingPOSTParams) SetTimeout ¶ added in v0.4.0
func (o *CreateBlueprintFromMappingUsingPOSTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create blueprint from mapping using p o s t params
func (*CreateBlueprintFromMappingUsingPOSTParams) WithAPIVersion ¶ added in v0.4.0
func (o *CreateBlueprintFromMappingUsingPOSTParams) WithAPIVersion(aPIVersion *string) *CreateBlueprintFromMappingUsingPOSTParams
WithAPIVersion adds the aPIVersion to the create blueprint from mapping using p o s t params
func (*CreateBlueprintFromMappingUsingPOSTParams) WithContext ¶ added in v0.4.0
func (o *CreateBlueprintFromMappingUsingPOSTParams) WithContext(ctx context.Context) *CreateBlueprintFromMappingUsingPOSTParams
WithContext adds the context to the create blueprint from mapping using p o s t params
func (*CreateBlueprintFromMappingUsingPOSTParams) WithDefaults ¶ added in v0.4.0
func (o *CreateBlueprintFromMappingUsingPOSTParams) WithDefaults() *CreateBlueprintFromMappingUsingPOSTParams
WithDefaults hydrates default values in the create blueprint from mapping using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*CreateBlueprintFromMappingUsingPOSTParams) WithHTTPClient ¶ added in v0.4.0
func (o *CreateBlueprintFromMappingUsingPOSTParams) WithHTTPClient(client *http.Client) *CreateBlueprintFromMappingUsingPOSTParams
WithHTTPClient adds the HTTPClient to the create blueprint from mapping using p o s t params
func (*CreateBlueprintFromMappingUsingPOSTParams) WithTerraformBlueprintConfig ¶ added in v0.4.0
func (o *CreateBlueprintFromMappingUsingPOSTParams) WithTerraformBlueprintConfig(terraformBlueprintConfig *models.TerraformBlueprintConfig) *CreateBlueprintFromMappingUsingPOSTParams
WithTerraformBlueprintConfig adds the terraformBlueprintConfig to the create blueprint from mapping using p o s t params
func (*CreateBlueprintFromMappingUsingPOSTParams) WithTimeout ¶ added in v0.4.0
func (o *CreateBlueprintFromMappingUsingPOSTParams) WithTimeout(timeout time.Duration) *CreateBlueprintFromMappingUsingPOSTParams
WithTimeout adds the timeout to the create blueprint from mapping using p o s t params
func (*CreateBlueprintFromMappingUsingPOSTParams) WriteToRequest ¶ added in v0.4.0
func (o *CreateBlueprintFromMappingUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateBlueprintFromMappingUsingPOSTReader ¶ added in v0.4.0
type CreateBlueprintFromMappingUsingPOSTReader struct {
// contains filtered or unexported fields
}
CreateBlueprintFromMappingUsingPOSTReader is a Reader for the CreateBlueprintFromMappingUsingPOST structure.
func (*CreateBlueprintFromMappingUsingPOSTReader) ReadResponse ¶ added in v0.4.0
func (o *CreateBlueprintFromMappingUsingPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateBlueprintFromMappingUsingPOSTUnauthorized ¶ added in v0.4.0
type CreateBlueprintFromMappingUsingPOSTUnauthorized struct { }
CreateBlueprintFromMappingUsingPOSTUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewCreateBlueprintFromMappingUsingPOSTUnauthorized ¶ added in v0.4.0
func NewCreateBlueprintFromMappingUsingPOSTUnauthorized() *CreateBlueprintFromMappingUsingPOSTUnauthorized
NewCreateBlueprintFromMappingUsingPOSTUnauthorized creates a CreateBlueprintFromMappingUsingPOSTUnauthorized with default headers values
func (*CreateBlueprintFromMappingUsingPOSTUnauthorized) Error ¶ added in v0.4.0
func (o *CreateBlueprintFromMappingUsingPOSTUnauthorized) Error() string
func (*CreateBlueprintFromMappingUsingPOSTUnauthorized) IsClientError ¶ added in v0.5.0
func (o *CreateBlueprintFromMappingUsingPOSTUnauthorized) IsClientError() bool
IsClientError returns true when this create blueprint from mapping using p o s t unauthorized response has a 4xx status code
func (*CreateBlueprintFromMappingUsingPOSTUnauthorized) IsCode ¶ added in v0.5.0
func (o *CreateBlueprintFromMappingUsingPOSTUnauthorized) IsCode(code int) bool
IsCode returns true when this create blueprint from mapping using p o s t unauthorized response a status code equal to that given
func (*CreateBlueprintFromMappingUsingPOSTUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *CreateBlueprintFromMappingUsingPOSTUnauthorized) IsRedirect() bool
IsRedirect returns true when this create blueprint from mapping using p o s t unauthorized response has a 3xx status code
func (*CreateBlueprintFromMappingUsingPOSTUnauthorized) IsServerError ¶ added in v0.5.0
func (o *CreateBlueprintFromMappingUsingPOSTUnauthorized) IsServerError() bool
IsServerError returns true when this create blueprint from mapping using p o s t unauthorized response has a 5xx status code
func (*CreateBlueprintFromMappingUsingPOSTUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *CreateBlueprintFromMappingUsingPOSTUnauthorized) IsSuccess() bool
IsSuccess returns true when this create blueprint from mapping using p o s t unauthorized response has a 2xx status code
func (*CreateBlueprintFromMappingUsingPOSTUnauthorized) String ¶ added in v0.5.0
func (o *CreateBlueprintFromMappingUsingPOSTUnauthorized) String() string
type CreateBlueprintMappingUsingPOSTBadRequest ¶ added in v0.4.0
CreateBlueprintMappingUsingPOSTBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewCreateBlueprintMappingUsingPOSTBadRequest ¶ added in v0.4.0
func NewCreateBlueprintMappingUsingPOSTBadRequest() *CreateBlueprintMappingUsingPOSTBadRequest
NewCreateBlueprintMappingUsingPOSTBadRequest creates a CreateBlueprintMappingUsingPOSTBadRequest with default headers values
func (*CreateBlueprintMappingUsingPOSTBadRequest) Error ¶ added in v0.4.0
func (o *CreateBlueprintMappingUsingPOSTBadRequest) Error() string
func (*CreateBlueprintMappingUsingPOSTBadRequest) GetPayload ¶ added in v0.4.0
func (o *CreateBlueprintMappingUsingPOSTBadRequest) GetPayload() *models.Error
func (*CreateBlueprintMappingUsingPOSTBadRequest) IsClientError ¶ added in v0.5.0
func (o *CreateBlueprintMappingUsingPOSTBadRequest) IsClientError() bool
IsClientError returns true when this create blueprint mapping using p o s t bad request response has a 4xx status code
func (*CreateBlueprintMappingUsingPOSTBadRequest) IsCode ¶ added in v0.5.0
func (o *CreateBlueprintMappingUsingPOSTBadRequest) IsCode(code int) bool
IsCode returns true when this create blueprint mapping using p o s t bad request response a status code equal to that given
func (*CreateBlueprintMappingUsingPOSTBadRequest) IsRedirect ¶ added in v0.5.0
func (o *CreateBlueprintMappingUsingPOSTBadRequest) IsRedirect() bool
IsRedirect returns true when this create blueprint mapping using p o s t bad request response has a 3xx status code
func (*CreateBlueprintMappingUsingPOSTBadRequest) IsServerError ¶ added in v0.5.0
func (o *CreateBlueprintMappingUsingPOSTBadRequest) IsServerError() bool
IsServerError returns true when this create blueprint mapping using p o s t bad request response has a 5xx status code
func (*CreateBlueprintMappingUsingPOSTBadRequest) IsSuccess ¶ added in v0.5.0
func (o *CreateBlueprintMappingUsingPOSTBadRequest) IsSuccess() bool
IsSuccess returns true when this create blueprint mapping using p o s t bad request response has a 2xx status code
func (*CreateBlueprintMappingUsingPOSTBadRequest) String ¶ added in v0.5.0
func (o *CreateBlueprintMappingUsingPOSTBadRequest) String() string
type CreateBlueprintMappingUsingPOSTForbidden ¶ added in v0.4.0
type CreateBlueprintMappingUsingPOSTForbidden struct { }
CreateBlueprintMappingUsingPOSTForbidden describes a response with status code 403, with default header values.
Forbidden
func NewCreateBlueprintMappingUsingPOSTForbidden ¶ added in v0.4.0
func NewCreateBlueprintMappingUsingPOSTForbidden() *CreateBlueprintMappingUsingPOSTForbidden
NewCreateBlueprintMappingUsingPOSTForbidden creates a CreateBlueprintMappingUsingPOSTForbidden with default headers values
func (*CreateBlueprintMappingUsingPOSTForbidden) Error ¶ added in v0.4.0
func (o *CreateBlueprintMappingUsingPOSTForbidden) Error() string
func (*CreateBlueprintMappingUsingPOSTForbidden) IsClientError ¶ added in v0.5.0
func (o *CreateBlueprintMappingUsingPOSTForbidden) IsClientError() bool
IsClientError returns true when this create blueprint mapping using p o s t forbidden response has a 4xx status code
func (*CreateBlueprintMappingUsingPOSTForbidden) IsCode ¶ added in v0.5.0
func (o *CreateBlueprintMappingUsingPOSTForbidden) IsCode(code int) bool
IsCode returns true when this create blueprint mapping using p o s t forbidden response a status code equal to that given
func (*CreateBlueprintMappingUsingPOSTForbidden) IsRedirect ¶ added in v0.5.0
func (o *CreateBlueprintMappingUsingPOSTForbidden) IsRedirect() bool
IsRedirect returns true when this create blueprint mapping using p o s t forbidden response has a 3xx status code
func (*CreateBlueprintMappingUsingPOSTForbidden) IsServerError ¶ added in v0.5.0
func (o *CreateBlueprintMappingUsingPOSTForbidden) IsServerError() bool
IsServerError returns true when this create blueprint mapping using p o s t forbidden response has a 5xx status code
func (*CreateBlueprintMappingUsingPOSTForbidden) IsSuccess ¶ added in v0.5.0
func (o *CreateBlueprintMappingUsingPOSTForbidden) IsSuccess() bool
IsSuccess returns true when this create blueprint mapping using p o s t forbidden response has a 2xx status code
func (*CreateBlueprintMappingUsingPOSTForbidden) String ¶ added in v0.5.0
func (o *CreateBlueprintMappingUsingPOSTForbidden) String() string
type CreateBlueprintMappingUsingPOSTOK ¶ added in v0.4.0
type CreateBlueprintMappingUsingPOSTOK struct {
Payload *models.TerraformToBlueprintMapping
}
CreateBlueprintMappingUsingPOSTOK describes a response with status code 200, with default header values.
OK
func NewCreateBlueprintMappingUsingPOSTOK ¶ added in v0.4.0
func NewCreateBlueprintMappingUsingPOSTOK() *CreateBlueprintMappingUsingPOSTOK
NewCreateBlueprintMappingUsingPOSTOK creates a CreateBlueprintMappingUsingPOSTOK with default headers values
func (*CreateBlueprintMappingUsingPOSTOK) Error ¶ added in v0.4.0
func (o *CreateBlueprintMappingUsingPOSTOK) Error() string
func (*CreateBlueprintMappingUsingPOSTOK) GetPayload ¶ added in v0.4.0
func (o *CreateBlueprintMappingUsingPOSTOK) GetPayload() *models.TerraformToBlueprintMapping
func (*CreateBlueprintMappingUsingPOSTOK) IsClientError ¶ added in v0.5.0
func (o *CreateBlueprintMappingUsingPOSTOK) IsClientError() bool
IsClientError returns true when this create blueprint mapping using p o s t o k response has a 4xx status code
func (*CreateBlueprintMappingUsingPOSTOK) IsCode ¶ added in v0.5.0
func (o *CreateBlueprintMappingUsingPOSTOK) IsCode(code int) bool
IsCode returns true when this create blueprint mapping using p o s t o k response a status code equal to that given
func (*CreateBlueprintMappingUsingPOSTOK) IsRedirect ¶ added in v0.5.0
func (o *CreateBlueprintMappingUsingPOSTOK) IsRedirect() bool
IsRedirect returns true when this create blueprint mapping using p o s t o k response has a 3xx status code
func (*CreateBlueprintMappingUsingPOSTOK) IsServerError ¶ added in v0.5.0
func (o *CreateBlueprintMappingUsingPOSTOK) IsServerError() bool
IsServerError returns true when this create blueprint mapping using p o s t o k response has a 5xx status code
func (*CreateBlueprintMappingUsingPOSTOK) IsSuccess ¶ added in v0.5.0
func (o *CreateBlueprintMappingUsingPOSTOK) IsSuccess() bool
IsSuccess returns true when this create blueprint mapping using p o s t o k response has a 2xx status code
func (*CreateBlueprintMappingUsingPOSTOK) String ¶ added in v0.5.0
func (o *CreateBlueprintMappingUsingPOSTOK) String() string
type CreateBlueprintMappingUsingPOSTParams ¶ added in v0.4.0
type CreateBlueprintMappingUsingPOSTParams struct { /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about */ APIVersion *string /* ConfigurationSourceReference. configurationSourceReference */ ConfigurationSourceReference *models.TerraformConfigurationSourceReference Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateBlueprintMappingUsingPOSTParams contains all the parameters to send to the API endpoint
for the create blueprint mapping using p o s t operation. Typically these are written to a http.Request.
func NewCreateBlueprintMappingUsingPOSTParams ¶ added in v0.4.0
func NewCreateBlueprintMappingUsingPOSTParams() *CreateBlueprintMappingUsingPOSTParams
NewCreateBlueprintMappingUsingPOSTParams creates a new CreateBlueprintMappingUsingPOSTParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateBlueprintMappingUsingPOSTParamsWithContext ¶ added in v0.4.0
func NewCreateBlueprintMappingUsingPOSTParamsWithContext(ctx context.Context) *CreateBlueprintMappingUsingPOSTParams
NewCreateBlueprintMappingUsingPOSTParamsWithContext creates a new CreateBlueprintMappingUsingPOSTParams object with the ability to set a context for a request.
func NewCreateBlueprintMappingUsingPOSTParamsWithHTTPClient ¶ added in v0.4.0
func NewCreateBlueprintMappingUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateBlueprintMappingUsingPOSTParams
NewCreateBlueprintMappingUsingPOSTParamsWithHTTPClient creates a new CreateBlueprintMappingUsingPOSTParams object with the ability to set a custom HTTPClient for a request.
func NewCreateBlueprintMappingUsingPOSTParamsWithTimeout ¶ added in v0.4.0
func NewCreateBlueprintMappingUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateBlueprintMappingUsingPOSTParams
NewCreateBlueprintMappingUsingPOSTParamsWithTimeout creates a new CreateBlueprintMappingUsingPOSTParams object with the ability to set a timeout on a request.
func (*CreateBlueprintMappingUsingPOSTParams) SetAPIVersion ¶ added in v0.4.0
func (o *CreateBlueprintMappingUsingPOSTParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the create blueprint mapping using p o s t params
func (*CreateBlueprintMappingUsingPOSTParams) SetConfigurationSourceReference ¶ added in v0.4.0
func (o *CreateBlueprintMappingUsingPOSTParams) SetConfigurationSourceReference(configurationSourceReference *models.TerraformConfigurationSourceReference)
SetConfigurationSourceReference adds the configurationSourceReference to the create blueprint mapping using p o s t params
func (*CreateBlueprintMappingUsingPOSTParams) SetContext ¶ added in v0.4.0
func (o *CreateBlueprintMappingUsingPOSTParams) SetContext(ctx context.Context)
SetContext adds the context to the create blueprint mapping using p o s t params
func (*CreateBlueprintMappingUsingPOSTParams) SetDefaults ¶ added in v0.4.0
func (o *CreateBlueprintMappingUsingPOSTParams) SetDefaults()
SetDefaults hydrates default values in the create blueprint mapping using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*CreateBlueprintMappingUsingPOSTParams) SetHTTPClient ¶ added in v0.4.0
func (o *CreateBlueprintMappingUsingPOSTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create blueprint mapping using p o s t params
func (*CreateBlueprintMappingUsingPOSTParams) SetTimeout ¶ added in v0.4.0
func (o *CreateBlueprintMappingUsingPOSTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create blueprint mapping using p o s t params
func (*CreateBlueprintMappingUsingPOSTParams) WithAPIVersion ¶ added in v0.4.0
func (o *CreateBlueprintMappingUsingPOSTParams) WithAPIVersion(aPIVersion *string) *CreateBlueprintMappingUsingPOSTParams
WithAPIVersion adds the aPIVersion to the create blueprint mapping using p o s t params
func (*CreateBlueprintMappingUsingPOSTParams) WithConfigurationSourceReference ¶ added in v0.4.0
func (o *CreateBlueprintMappingUsingPOSTParams) WithConfigurationSourceReference(configurationSourceReference *models.TerraformConfigurationSourceReference) *CreateBlueprintMappingUsingPOSTParams
WithConfigurationSourceReference adds the configurationSourceReference to the create blueprint mapping using p o s t params
func (*CreateBlueprintMappingUsingPOSTParams) WithContext ¶ added in v0.4.0
func (o *CreateBlueprintMappingUsingPOSTParams) WithContext(ctx context.Context) *CreateBlueprintMappingUsingPOSTParams
WithContext adds the context to the create blueprint mapping using p o s t params
func (*CreateBlueprintMappingUsingPOSTParams) WithDefaults ¶ added in v0.4.0
func (o *CreateBlueprintMappingUsingPOSTParams) WithDefaults() *CreateBlueprintMappingUsingPOSTParams
WithDefaults hydrates default values in the create blueprint mapping using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*CreateBlueprintMappingUsingPOSTParams) WithHTTPClient ¶ added in v0.4.0
func (o *CreateBlueprintMappingUsingPOSTParams) WithHTTPClient(client *http.Client) *CreateBlueprintMappingUsingPOSTParams
WithHTTPClient adds the HTTPClient to the create blueprint mapping using p o s t params
func (*CreateBlueprintMappingUsingPOSTParams) WithTimeout ¶ added in v0.4.0
func (o *CreateBlueprintMappingUsingPOSTParams) WithTimeout(timeout time.Duration) *CreateBlueprintMappingUsingPOSTParams
WithTimeout adds the timeout to the create blueprint mapping using p o s t params
func (*CreateBlueprintMappingUsingPOSTParams) WriteToRequest ¶ added in v0.4.0
func (o *CreateBlueprintMappingUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateBlueprintMappingUsingPOSTReader ¶ added in v0.4.0
type CreateBlueprintMappingUsingPOSTReader struct {
// contains filtered or unexported fields
}
CreateBlueprintMappingUsingPOSTReader is a Reader for the CreateBlueprintMappingUsingPOST structure.
func (*CreateBlueprintMappingUsingPOSTReader) ReadResponse ¶ added in v0.4.0
func (o *CreateBlueprintMappingUsingPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateBlueprintMappingUsingPOSTUnauthorized ¶ added in v0.4.0
type CreateBlueprintMappingUsingPOSTUnauthorized struct { }
CreateBlueprintMappingUsingPOSTUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewCreateBlueprintMappingUsingPOSTUnauthorized ¶ added in v0.4.0
func NewCreateBlueprintMappingUsingPOSTUnauthorized() *CreateBlueprintMappingUsingPOSTUnauthorized
NewCreateBlueprintMappingUsingPOSTUnauthorized creates a CreateBlueprintMappingUsingPOSTUnauthorized with default headers values
func (*CreateBlueprintMappingUsingPOSTUnauthorized) Error ¶ added in v0.4.0
func (o *CreateBlueprintMappingUsingPOSTUnauthorized) Error() string
func (*CreateBlueprintMappingUsingPOSTUnauthorized) IsClientError ¶ added in v0.5.0
func (o *CreateBlueprintMappingUsingPOSTUnauthorized) IsClientError() bool
IsClientError returns true when this create blueprint mapping using p o s t unauthorized response has a 4xx status code
func (*CreateBlueprintMappingUsingPOSTUnauthorized) IsCode ¶ added in v0.5.0
func (o *CreateBlueprintMappingUsingPOSTUnauthorized) IsCode(code int) bool
IsCode returns true when this create blueprint mapping using p o s t unauthorized response a status code equal to that given
func (*CreateBlueprintMappingUsingPOSTUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *CreateBlueprintMappingUsingPOSTUnauthorized) IsRedirect() bool
IsRedirect returns true when this create blueprint mapping using p o s t unauthorized response has a 3xx status code
func (*CreateBlueprintMappingUsingPOSTUnauthorized) IsServerError ¶ added in v0.5.0
func (o *CreateBlueprintMappingUsingPOSTUnauthorized) IsServerError() bool
IsServerError returns true when this create blueprint mapping using p o s t unauthorized response has a 5xx status code
func (*CreateBlueprintMappingUsingPOSTUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *CreateBlueprintMappingUsingPOSTUnauthorized) IsSuccess() bool
IsSuccess returns true when this create blueprint mapping using p o s t unauthorized response has a 2xx status code
func (*CreateBlueprintMappingUsingPOSTUnauthorized) String ¶ added in v0.5.0
func (o *CreateBlueprintMappingUsingPOSTUnauthorized) String() string
type CreateTerraformVersionUsingPOSTBadRequest ¶ added in v0.4.0
CreateTerraformVersionUsingPOSTBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewCreateTerraformVersionUsingPOSTBadRequest ¶ added in v0.4.0
func NewCreateTerraformVersionUsingPOSTBadRequest() *CreateTerraformVersionUsingPOSTBadRequest
NewCreateTerraformVersionUsingPOSTBadRequest creates a CreateTerraformVersionUsingPOSTBadRequest with default headers values
func (*CreateTerraformVersionUsingPOSTBadRequest) Error ¶ added in v0.4.0
func (o *CreateTerraformVersionUsingPOSTBadRequest) Error() string
func (*CreateTerraformVersionUsingPOSTBadRequest) GetPayload ¶ added in v0.4.0
func (o *CreateTerraformVersionUsingPOSTBadRequest) GetPayload() *models.Error
func (*CreateTerraformVersionUsingPOSTBadRequest) IsClientError ¶ added in v0.5.0
func (o *CreateTerraformVersionUsingPOSTBadRequest) IsClientError() bool
IsClientError returns true when this create terraform version using p o s t bad request response has a 4xx status code
func (*CreateTerraformVersionUsingPOSTBadRequest) IsCode ¶ added in v0.5.0
func (o *CreateTerraformVersionUsingPOSTBadRequest) IsCode(code int) bool
IsCode returns true when this create terraform version using p o s t bad request response a status code equal to that given
func (*CreateTerraformVersionUsingPOSTBadRequest) IsRedirect ¶ added in v0.5.0
func (o *CreateTerraformVersionUsingPOSTBadRequest) IsRedirect() bool
IsRedirect returns true when this create terraform version using p o s t bad request response has a 3xx status code
func (*CreateTerraformVersionUsingPOSTBadRequest) IsServerError ¶ added in v0.5.0
func (o *CreateTerraformVersionUsingPOSTBadRequest) IsServerError() bool
IsServerError returns true when this create terraform version using p o s t bad request response has a 5xx status code
func (*CreateTerraformVersionUsingPOSTBadRequest) IsSuccess ¶ added in v0.5.0
func (o *CreateTerraformVersionUsingPOSTBadRequest) IsSuccess() bool
IsSuccess returns true when this create terraform version using p o s t bad request response has a 2xx status code
func (*CreateTerraformVersionUsingPOSTBadRequest) String ¶ added in v0.5.0
func (o *CreateTerraformVersionUsingPOSTBadRequest) String() string
type CreateTerraformVersionUsingPOSTCreated ¶ added in v0.4.0
type CreateTerraformVersionUsingPOSTCreated struct {
Payload *models.TerraformVersion
}
CreateTerraformVersionUsingPOSTCreated describes a response with status code 201, with default header values.
Created
func NewCreateTerraformVersionUsingPOSTCreated ¶ added in v0.4.0
func NewCreateTerraformVersionUsingPOSTCreated() *CreateTerraformVersionUsingPOSTCreated
NewCreateTerraformVersionUsingPOSTCreated creates a CreateTerraformVersionUsingPOSTCreated with default headers values
func (*CreateTerraformVersionUsingPOSTCreated) Error ¶ added in v0.4.0
func (o *CreateTerraformVersionUsingPOSTCreated) Error() string
func (*CreateTerraformVersionUsingPOSTCreated) GetPayload ¶ added in v0.4.0
func (o *CreateTerraformVersionUsingPOSTCreated) GetPayload() *models.TerraformVersion
func (*CreateTerraformVersionUsingPOSTCreated) IsClientError ¶ added in v0.5.0
func (o *CreateTerraformVersionUsingPOSTCreated) IsClientError() bool
IsClientError returns true when this create terraform version using p o s t created response has a 4xx status code
func (*CreateTerraformVersionUsingPOSTCreated) IsCode ¶ added in v0.5.0
func (o *CreateTerraformVersionUsingPOSTCreated) IsCode(code int) bool
IsCode returns true when this create terraform version using p o s t created response a status code equal to that given
func (*CreateTerraformVersionUsingPOSTCreated) IsRedirect ¶ added in v0.5.0
func (o *CreateTerraformVersionUsingPOSTCreated) IsRedirect() bool
IsRedirect returns true when this create terraform version using p o s t created response has a 3xx status code
func (*CreateTerraformVersionUsingPOSTCreated) IsServerError ¶ added in v0.5.0
func (o *CreateTerraformVersionUsingPOSTCreated) IsServerError() bool
IsServerError returns true when this create terraform version using p o s t created response has a 5xx status code
func (*CreateTerraformVersionUsingPOSTCreated) IsSuccess ¶ added in v0.5.0
func (o *CreateTerraformVersionUsingPOSTCreated) IsSuccess() bool
IsSuccess returns true when this create terraform version using p o s t created response has a 2xx status code
func (*CreateTerraformVersionUsingPOSTCreated) String ¶ added in v0.5.0
func (o *CreateTerraformVersionUsingPOSTCreated) String() string
type CreateTerraformVersionUsingPOSTForbidden ¶ added in v0.4.0
type CreateTerraformVersionUsingPOSTForbidden struct { }
CreateTerraformVersionUsingPOSTForbidden describes a response with status code 403, with default header values.
Forbidden
func NewCreateTerraformVersionUsingPOSTForbidden ¶ added in v0.4.0
func NewCreateTerraformVersionUsingPOSTForbidden() *CreateTerraformVersionUsingPOSTForbidden
NewCreateTerraformVersionUsingPOSTForbidden creates a CreateTerraformVersionUsingPOSTForbidden with default headers values
func (*CreateTerraformVersionUsingPOSTForbidden) Error ¶ added in v0.4.0
func (o *CreateTerraformVersionUsingPOSTForbidden) Error() string
func (*CreateTerraformVersionUsingPOSTForbidden) IsClientError ¶ added in v0.5.0
func (o *CreateTerraformVersionUsingPOSTForbidden) IsClientError() bool
IsClientError returns true when this create terraform version using p o s t forbidden response has a 4xx status code
func (*CreateTerraformVersionUsingPOSTForbidden) IsCode ¶ added in v0.5.0
func (o *CreateTerraformVersionUsingPOSTForbidden) IsCode(code int) bool
IsCode returns true when this create terraform version using p o s t forbidden response a status code equal to that given
func (*CreateTerraformVersionUsingPOSTForbidden) IsRedirect ¶ added in v0.5.0
func (o *CreateTerraformVersionUsingPOSTForbidden) IsRedirect() bool
IsRedirect returns true when this create terraform version using p o s t forbidden response has a 3xx status code
func (*CreateTerraformVersionUsingPOSTForbidden) IsServerError ¶ added in v0.5.0
func (o *CreateTerraformVersionUsingPOSTForbidden) IsServerError() bool
IsServerError returns true when this create terraform version using p o s t forbidden response has a 5xx status code
func (*CreateTerraformVersionUsingPOSTForbidden) IsSuccess ¶ added in v0.5.0
func (o *CreateTerraformVersionUsingPOSTForbidden) IsSuccess() bool
IsSuccess returns true when this create terraform version using p o s t forbidden response has a 2xx status code
func (*CreateTerraformVersionUsingPOSTForbidden) String ¶ added in v0.5.0
func (o *CreateTerraformVersionUsingPOSTForbidden) String() string
type CreateTerraformVersionUsingPOSTParams ¶ added in v0.4.0
type CreateTerraformVersionUsingPOSTParams struct { /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about */ APIVersion *string /* TerraformVersion. Terraform version */ TerraformVersion *models.TerraformVersion Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateTerraformVersionUsingPOSTParams contains all the parameters to send to the API endpoint
for the create terraform version using p o s t operation. Typically these are written to a http.Request.
func NewCreateTerraformVersionUsingPOSTParams ¶ added in v0.4.0
func NewCreateTerraformVersionUsingPOSTParams() *CreateTerraformVersionUsingPOSTParams
NewCreateTerraformVersionUsingPOSTParams creates a new CreateTerraformVersionUsingPOSTParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateTerraformVersionUsingPOSTParamsWithContext ¶ added in v0.4.0
func NewCreateTerraformVersionUsingPOSTParamsWithContext(ctx context.Context) *CreateTerraformVersionUsingPOSTParams
NewCreateTerraformVersionUsingPOSTParamsWithContext creates a new CreateTerraformVersionUsingPOSTParams object with the ability to set a context for a request.
func NewCreateTerraformVersionUsingPOSTParamsWithHTTPClient ¶ added in v0.4.0
func NewCreateTerraformVersionUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateTerraformVersionUsingPOSTParams
NewCreateTerraformVersionUsingPOSTParamsWithHTTPClient creates a new CreateTerraformVersionUsingPOSTParams object with the ability to set a custom HTTPClient for a request.
func NewCreateTerraformVersionUsingPOSTParamsWithTimeout ¶ added in v0.4.0
func NewCreateTerraformVersionUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateTerraformVersionUsingPOSTParams
NewCreateTerraformVersionUsingPOSTParamsWithTimeout creates a new CreateTerraformVersionUsingPOSTParams object with the ability to set a timeout on a request.
func (*CreateTerraformVersionUsingPOSTParams) SetAPIVersion ¶ added in v0.4.0
func (o *CreateTerraformVersionUsingPOSTParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the create terraform version using p o s t params
func (*CreateTerraformVersionUsingPOSTParams) SetContext ¶ added in v0.4.0
func (o *CreateTerraformVersionUsingPOSTParams) SetContext(ctx context.Context)
SetContext adds the context to the create terraform version using p o s t params
func (*CreateTerraformVersionUsingPOSTParams) SetDefaults ¶ added in v0.4.0
func (o *CreateTerraformVersionUsingPOSTParams) SetDefaults()
SetDefaults hydrates default values in the create terraform version using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*CreateTerraformVersionUsingPOSTParams) SetHTTPClient ¶ added in v0.4.0
func (o *CreateTerraformVersionUsingPOSTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create terraform version using p o s t params
func (*CreateTerraformVersionUsingPOSTParams) SetTerraformVersion ¶ added in v0.4.0
func (o *CreateTerraformVersionUsingPOSTParams) SetTerraformVersion(terraformVersion *models.TerraformVersion)
SetTerraformVersion adds the terraformVersion to the create terraform version using p o s t params
func (*CreateTerraformVersionUsingPOSTParams) SetTimeout ¶ added in v0.4.0
func (o *CreateTerraformVersionUsingPOSTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create terraform version using p o s t params
func (*CreateTerraformVersionUsingPOSTParams) WithAPIVersion ¶ added in v0.4.0
func (o *CreateTerraformVersionUsingPOSTParams) WithAPIVersion(aPIVersion *string) *CreateTerraformVersionUsingPOSTParams
WithAPIVersion adds the aPIVersion to the create terraform version using p o s t params
func (*CreateTerraformVersionUsingPOSTParams) WithContext ¶ added in v0.4.0
func (o *CreateTerraformVersionUsingPOSTParams) WithContext(ctx context.Context) *CreateTerraformVersionUsingPOSTParams
WithContext adds the context to the create terraform version using p o s t params
func (*CreateTerraformVersionUsingPOSTParams) WithDefaults ¶ added in v0.4.0
func (o *CreateTerraformVersionUsingPOSTParams) WithDefaults() *CreateTerraformVersionUsingPOSTParams
WithDefaults hydrates default values in the create terraform version using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*CreateTerraformVersionUsingPOSTParams) WithHTTPClient ¶ added in v0.4.0
func (o *CreateTerraformVersionUsingPOSTParams) WithHTTPClient(client *http.Client) *CreateTerraformVersionUsingPOSTParams
WithHTTPClient adds the HTTPClient to the create terraform version using p o s t params
func (*CreateTerraformVersionUsingPOSTParams) WithTerraformVersion ¶ added in v0.4.0
func (o *CreateTerraformVersionUsingPOSTParams) WithTerraformVersion(terraformVersion *models.TerraformVersion) *CreateTerraformVersionUsingPOSTParams
WithTerraformVersion adds the terraformVersion to the create terraform version using p o s t params
func (*CreateTerraformVersionUsingPOSTParams) WithTimeout ¶ added in v0.4.0
func (o *CreateTerraformVersionUsingPOSTParams) WithTimeout(timeout time.Duration) *CreateTerraformVersionUsingPOSTParams
WithTimeout adds the timeout to the create terraform version using p o s t params
func (*CreateTerraformVersionUsingPOSTParams) WriteToRequest ¶ added in v0.4.0
func (o *CreateTerraformVersionUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateTerraformVersionUsingPOSTReader ¶ added in v0.4.0
type CreateTerraformVersionUsingPOSTReader struct {
// contains filtered or unexported fields
}
CreateTerraformVersionUsingPOSTReader is a Reader for the CreateTerraformVersionUsingPOST structure.
func (*CreateTerraformVersionUsingPOSTReader) ReadResponse ¶ added in v0.4.0
func (o *CreateTerraformVersionUsingPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateTerraformVersionUsingPOSTUnauthorized ¶ added in v0.4.0
type CreateTerraformVersionUsingPOSTUnauthorized struct { }
CreateTerraformVersionUsingPOSTUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewCreateTerraformVersionUsingPOSTUnauthorized ¶ added in v0.4.0
func NewCreateTerraformVersionUsingPOSTUnauthorized() *CreateTerraformVersionUsingPOSTUnauthorized
NewCreateTerraformVersionUsingPOSTUnauthorized creates a CreateTerraformVersionUsingPOSTUnauthorized with default headers values
func (*CreateTerraformVersionUsingPOSTUnauthorized) Error ¶ added in v0.4.0
func (o *CreateTerraformVersionUsingPOSTUnauthorized) Error() string
func (*CreateTerraformVersionUsingPOSTUnauthorized) IsClientError ¶ added in v0.5.0
func (o *CreateTerraformVersionUsingPOSTUnauthorized) IsClientError() bool
IsClientError returns true when this create terraform version using p o s t unauthorized response has a 4xx status code
func (*CreateTerraformVersionUsingPOSTUnauthorized) IsCode ¶ added in v0.5.0
func (o *CreateTerraformVersionUsingPOSTUnauthorized) IsCode(code int) bool
IsCode returns true when this create terraform version using p o s t unauthorized response a status code equal to that given
func (*CreateTerraformVersionUsingPOSTUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *CreateTerraformVersionUsingPOSTUnauthorized) IsRedirect() bool
IsRedirect returns true when this create terraform version using p o s t unauthorized response has a 3xx status code
func (*CreateTerraformVersionUsingPOSTUnauthorized) IsServerError ¶ added in v0.5.0
func (o *CreateTerraformVersionUsingPOSTUnauthorized) IsServerError() bool
IsServerError returns true when this create terraform version using p o s t unauthorized response has a 5xx status code
func (*CreateTerraformVersionUsingPOSTUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *CreateTerraformVersionUsingPOSTUnauthorized) IsSuccess() bool
IsSuccess returns true when this create terraform version using p o s t unauthorized response has a 2xx status code
func (*CreateTerraformVersionUsingPOSTUnauthorized) String ¶ added in v0.5.0
func (o *CreateTerraformVersionUsingPOSTUnauthorized) String() string
type DeleteTerraformVersionUsingDELETEForbidden ¶ added in v0.4.0
type DeleteTerraformVersionUsingDELETEForbidden struct { }
DeleteTerraformVersionUsingDELETEForbidden describes a response with status code 403, with default header values.
Forbidden
func NewDeleteTerraformVersionUsingDELETEForbidden ¶ added in v0.4.0
func NewDeleteTerraformVersionUsingDELETEForbidden() *DeleteTerraformVersionUsingDELETEForbidden
NewDeleteTerraformVersionUsingDELETEForbidden creates a DeleteTerraformVersionUsingDELETEForbidden with default headers values
func (*DeleteTerraformVersionUsingDELETEForbidden) Error ¶ added in v0.4.0
func (o *DeleteTerraformVersionUsingDELETEForbidden) Error() string
func (*DeleteTerraformVersionUsingDELETEForbidden) IsClientError ¶ added in v0.5.0
func (o *DeleteTerraformVersionUsingDELETEForbidden) IsClientError() bool
IsClientError returns true when this delete terraform version using d e l e t e forbidden response has a 4xx status code
func (*DeleteTerraformVersionUsingDELETEForbidden) IsCode ¶ added in v0.5.0
func (o *DeleteTerraformVersionUsingDELETEForbidden) IsCode(code int) bool
IsCode returns true when this delete terraform version using d e l e t e forbidden response a status code equal to that given
func (*DeleteTerraformVersionUsingDELETEForbidden) IsRedirect ¶ added in v0.5.0
func (o *DeleteTerraformVersionUsingDELETEForbidden) IsRedirect() bool
IsRedirect returns true when this delete terraform version using d e l e t e forbidden response has a 3xx status code
func (*DeleteTerraformVersionUsingDELETEForbidden) IsServerError ¶ added in v0.5.0
func (o *DeleteTerraformVersionUsingDELETEForbidden) IsServerError() bool
IsServerError returns true when this delete terraform version using d e l e t e forbidden response has a 5xx status code
func (*DeleteTerraformVersionUsingDELETEForbidden) IsSuccess ¶ added in v0.5.0
func (o *DeleteTerraformVersionUsingDELETEForbidden) IsSuccess() bool
IsSuccess returns true when this delete terraform version using d e l e t e forbidden response has a 2xx status code
func (*DeleteTerraformVersionUsingDELETEForbidden) String ¶ added in v0.5.0
func (o *DeleteTerraformVersionUsingDELETEForbidden) String() string
type DeleteTerraformVersionUsingDELETENoContent ¶ added in v0.4.0
type DeleteTerraformVersionUsingDELETENoContent struct { }
DeleteTerraformVersionUsingDELETENoContent describes a response with status code 204, with default header values.
No Content
func NewDeleteTerraformVersionUsingDELETENoContent ¶ added in v0.4.0
func NewDeleteTerraformVersionUsingDELETENoContent() *DeleteTerraformVersionUsingDELETENoContent
NewDeleteTerraformVersionUsingDELETENoContent creates a DeleteTerraformVersionUsingDELETENoContent with default headers values
func (*DeleteTerraformVersionUsingDELETENoContent) Error ¶ added in v0.4.0
func (o *DeleteTerraformVersionUsingDELETENoContent) Error() string
func (*DeleteTerraformVersionUsingDELETENoContent) IsClientError ¶ added in v0.5.0
func (o *DeleteTerraformVersionUsingDELETENoContent) IsClientError() bool
IsClientError returns true when this delete terraform version using d e l e t e no content response has a 4xx status code
func (*DeleteTerraformVersionUsingDELETENoContent) IsCode ¶ added in v0.5.0
func (o *DeleteTerraformVersionUsingDELETENoContent) IsCode(code int) bool
IsCode returns true when this delete terraform version using d e l e t e no content response a status code equal to that given
func (*DeleteTerraformVersionUsingDELETENoContent) IsRedirect ¶ added in v0.5.0
func (o *DeleteTerraformVersionUsingDELETENoContent) IsRedirect() bool
IsRedirect returns true when this delete terraform version using d e l e t e no content response has a 3xx status code
func (*DeleteTerraformVersionUsingDELETENoContent) IsServerError ¶ added in v0.5.0
func (o *DeleteTerraformVersionUsingDELETENoContent) IsServerError() bool
IsServerError returns true when this delete terraform version using d e l e t e no content response has a 5xx status code
func (*DeleteTerraformVersionUsingDELETENoContent) IsSuccess ¶ added in v0.5.0
func (o *DeleteTerraformVersionUsingDELETENoContent) IsSuccess() bool
IsSuccess returns true when this delete terraform version using d e l e t e no content response has a 2xx status code
func (*DeleteTerraformVersionUsingDELETENoContent) String ¶ added in v0.5.0
func (o *DeleteTerraformVersionUsingDELETENoContent) String() string
type DeleteTerraformVersionUsingDELETENotFound ¶ added in v0.4.0
DeleteTerraformVersionUsingDELETENotFound describes a response with status code 404, with default header values.
Not Found
func NewDeleteTerraformVersionUsingDELETENotFound ¶ added in v0.4.0
func NewDeleteTerraformVersionUsingDELETENotFound() *DeleteTerraformVersionUsingDELETENotFound
NewDeleteTerraformVersionUsingDELETENotFound creates a DeleteTerraformVersionUsingDELETENotFound with default headers values
func (*DeleteTerraformVersionUsingDELETENotFound) Error ¶ added in v0.4.0
func (o *DeleteTerraformVersionUsingDELETENotFound) Error() string
func (*DeleteTerraformVersionUsingDELETENotFound) GetPayload ¶ added in v0.4.0
func (o *DeleteTerraformVersionUsingDELETENotFound) GetPayload() *models.Error
func (*DeleteTerraformVersionUsingDELETENotFound) IsClientError ¶ added in v0.5.0
func (o *DeleteTerraformVersionUsingDELETENotFound) IsClientError() bool
IsClientError returns true when this delete terraform version using d e l e t e not found response has a 4xx status code
func (*DeleteTerraformVersionUsingDELETENotFound) IsCode ¶ added in v0.5.0
func (o *DeleteTerraformVersionUsingDELETENotFound) IsCode(code int) bool
IsCode returns true when this delete terraform version using d e l e t e not found response a status code equal to that given
func (*DeleteTerraformVersionUsingDELETENotFound) IsRedirect ¶ added in v0.5.0
func (o *DeleteTerraformVersionUsingDELETENotFound) IsRedirect() bool
IsRedirect returns true when this delete terraform version using d e l e t e not found response has a 3xx status code
func (*DeleteTerraformVersionUsingDELETENotFound) IsServerError ¶ added in v0.5.0
func (o *DeleteTerraformVersionUsingDELETENotFound) IsServerError() bool
IsServerError returns true when this delete terraform version using d e l e t e not found response has a 5xx status code
func (*DeleteTerraformVersionUsingDELETENotFound) IsSuccess ¶ added in v0.5.0
func (o *DeleteTerraformVersionUsingDELETENotFound) IsSuccess() bool
IsSuccess returns true when this delete terraform version using d e l e t e not found response has a 2xx status code
func (*DeleteTerraformVersionUsingDELETENotFound) String ¶ added in v0.5.0
func (o *DeleteTerraformVersionUsingDELETENotFound) String() string
type DeleteTerraformVersionUsingDELETEParams ¶ added in v0.4.0
type DeleteTerraformVersionUsingDELETEParams 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 Format: uuid */ VersionID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteTerraformVersionUsingDELETEParams contains all the parameters to send to the API endpoint
for the delete terraform version using d e l e t e operation. Typically these are written to a http.Request.
func NewDeleteTerraformVersionUsingDELETEParams ¶ added in v0.4.0
func NewDeleteTerraformVersionUsingDELETEParams() *DeleteTerraformVersionUsingDELETEParams
NewDeleteTerraformVersionUsingDELETEParams creates a new DeleteTerraformVersionUsingDELETEParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteTerraformVersionUsingDELETEParamsWithContext ¶ added in v0.4.0
func NewDeleteTerraformVersionUsingDELETEParamsWithContext(ctx context.Context) *DeleteTerraformVersionUsingDELETEParams
NewDeleteTerraformVersionUsingDELETEParamsWithContext creates a new DeleteTerraformVersionUsingDELETEParams object with the ability to set a context for a request.
func NewDeleteTerraformVersionUsingDELETEParamsWithHTTPClient ¶ added in v0.4.0
func NewDeleteTerraformVersionUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteTerraformVersionUsingDELETEParams
NewDeleteTerraformVersionUsingDELETEParamsWithHTTPClient creates a new DeleteTerraformVersionUsingDELETEParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteTerraformVersionUsingDELETEParamsWithTimeout ¶ added in v0.4.0
func NewDeleteTerraformVersionUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteTerraformVersionUsingDELETEParams
NewDeleteTerraformVersionUsingDELETEParamsWithTimeout creates a new DeleteTerraformVersionUsingDELETEParams object with the ability to set a timeout on a request.
func (*DeleteTerraformVersionUsingDELETEParams) SetAPIVersion ¶ added in v0.4.0
func (o *DeleteTerraformVersionUsingDELETEParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the delete terraform version using d e l e t e params
func (*DeleteTerraformVersionUsingDELETEParams) SetContext ¶ added in v0.4.0
func (o *DeleteTerraformVersionUsingDELETEParams) SetContext(ctx context.Context)
SetContext adds the context to the delete terraform version using d e l e t e params
func (*DeleteTerraformVersionUsingDELETEParams) SetDefaults ¶ added in v0.4.0
func (o *DeleteTerraformVersionUsingDELETEParams) SetDefaults()
SetDefaults hydrates default values in the delete terraform version using d e l e t e params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteTerraformVersionUsingDELETEParams) SetHTTPClient ¶ added in v0.4.0
func (o *DeleteTerraformVersionUsingDELETEParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete terraform version using d e l e t e params
func (*DeleteTerraformVersionUsingDELETEParams) SetTimeout ¶ added in v0.4.0
func (o *DeleteTerraformVersionUsingDELETEParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete terraform version using d e l e t e params
func (*DeleteTerraformVersionUsingDELETEParams) SetVersionID ¶ added in v0.4.0
func (o *DeleteTerraformVersionUsingDELETEParams) SetVersionID(versionID strfmt.UUID)
SetVersionID adds the versionId to the delete terraform version using d e l e t e params
func (*DeleteTerraformVersionUsingDELETEParams) WithAPIVersion ¶ added in v0.4.0
func (o *DeleteTerraformVersionUsingDELETEParams) WithAPIVersion(aPIVersion *string) *DeleteTerraformVersionUsingDELETEParams
WithAPIVersion adds the aPIVersion to the delete terraform version using d e l e t e params
func (*DeleteTerraformVersionUsingDELETEParams) WithContext ¶ added in v0.4.0
func (o *DeleteTerraformVersionUsingDELETEParams) WithContext(ctx context.Context) *DeleteTerraformVersionUsingDELETEParams
WithContext adds the context to the delete terraform version using d e l e t e params
func (*DeleteTerraformVersionUsingDELETEParams) WithDefaults ¶ added in v0.4.0
func (o *DeleteTerraformVersionUsingDELETEParams) WithDefaults() *DeleteTerraformVersionUsingDELETEParams
WithDefaults hydrates default values in the delete terraform version using d e l e t e params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteTerraformVersionUsingDELETEParams) WithHTTPClient ¶ added in v0.4.0
func (o *DeleteTerraformVersionUsingDELETEParams) WithHTTPClient(client *http.Client) *DeleteTerraformVersionUsingDELETEParams
WithHTTPClient adds the HTTPClient to the delete terraform version using d e l e t e params
func (*DeleteTerraformVersionUsingDELETEParams) WithTimeout ¶ added in v0.4.0
func (o *DeleteTerraformVersionUsingDELETEParams) WithTimeout(timeout time.Duration) *DeleteTerraformVersionUsingDELETEParams
WithTimeout adds the timeout to the delete terraform version using d e l e t e params
func (*DeleteTerraformVersionUsingDELETEParams) WithVersionID ¶ added in v0.4.0
func (o *DeleteTerraformVersionUsingDELETEParams) WithVersionID(versionID strfmt.UUID) *DeleteTerraformVersionUsingDELETEParams
WithVersionID adds the versionID to the delete terraform version using d e l e t e params
func (*DeleteTerraformVersionUsingDELETEParams) WriteToRequest ¶ added in v0.4.0
func (o *DeleteTerraformVersionUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteTerraformVersionUsingDELETEReader ¶ added in v0.4.0
type DeleteTerraformVersionUsingDELETEReader struct {
// contains filtered or unexported fields
}
DeleteTerraformVersionUsingDELETEReader is a Reader for the DeleteTerraformVersionUsingDELETE structure.
func (*DeleteTerraformVersionUsingDELETEReader) ReadResponse ¶ added in v0.4.0
func (o *DeleteTerraformVersionUsingDELETEReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteTerraformVersionUsingDELETEUnauthorized ¶ added in v0.4.0
type DeleteTerraformVersionUsingDELETEUnauthorized struct { }
DeleteTerraformVersionUsingDELETEUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewDeleteTerraformVersionUsingDELETEUnauthorized ¶ added in v0.4.0
func NewDeleteTerraformVersionUsingDELETEUnauthorized() *DeleteTerraformVersionUsingDELETEUnauthorized
NewDeleteTerraformVersionUsingDELETEUnauthorized creates a DeleteTerraformVersionUsingDELETEUnauthorized with default headers values
func (*DeleteTerraformVersionUsingDELETEUnauthorized) Error ¶ added in v0.4.0
func (o *DeleteTerraformVersionUsingDELETEUnauthorized) Error() string
func (*DeleteTerraformVersionUsingDELETEUnauthorized) IsClientError ¶ added in v0.5.0
func (o *DeleteTerraformVersionUsingDELETEUnauthorized) IsClientError() bool
IsClientError returns true when this delete terraform version using d e l e t e unauthorized response has a 4xx status code
func (*DeleteTerraformVersionUsingDELETEUnauthorized) IsCode ¶ added in v0.5.0
func (o *DeleteTerraformVersionUsingDELETEUnauthorized) IsCode(code int) bool
IsCode returns true when this delete terraform version using d e l e t e unauthorized response a status code equal to that given
func (*DeleteTerraformVersionUsingDELETEUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *DeleteTerraformVersionUsingDELETEUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete terraform version using d e l e t e unauthorized response has a 3xx status code
func (*DeleteTerraformVersionUsingDELETEUnauthorized) IsServerError ¶ added in v0.5.0
func (o *DeleteTerraformVersionUsingDELETEUnauthorized) IsServerError() bool
IsServerError returns true when this delete terraform version using d e l e t e unauthorized response has a 5xx status code
func (*DeleteTerraformVersionUsingDELETEUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *DeleteTerraformVersionUsingDELETEUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete terraform version using d e l e t e unauthorized response has a 2xx status code
func (*DeleteTerraformVersionUsingDELETEUnauthorized) String ¶ added in v0.5.0
func (o *DeleteTerraformVersionUsingDELETEUnauthorized) String() string
type GetConfigurationSourceTreeUsingGETBadRequest ¶ added in v0.4.0
GetConfigurationSourceTreeUsingGETBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetConfigurationSourceTreeUsingGETBadRequest ¶ added in v0.4.0
func NewGetConfigurationSourceTreeUsingGETBadRequest() *GetConfigurationSourceTreeUsingGETBadRequest
NewGetConfigurationSourceTreeUsingGETBadRequest creates a GetConfigurationSourceTreeUsingGETBadRequest with default headers values
func (*GetConfigurationSourceTreeUsingGETBadRequest) Error ¶ added in v0.4.0
func (o *GetConfigurationSourceTreeUsingGETBadRequest) Error() string
func (*GetConfigurationSourceTreeUsingGETBadRequest) GetPayload ¶ added in v0.4.0
func (o *GetConfigurationSourceTreeUsingGETBadRequest) GetPayload() *models.Error
func (*GetConfigurationSourceTreeUsingGETBadRequest) IsClientError ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETBadRequest) IsClientError() bool
IsClientError returns true when this get configuration source tree using g e t bad request response has a 4xx status code
func (*GetConfigurationSourceTreeUsingGETBadRequest) IsCode ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETBadRequest) IsCode(code int) bool
IsCode returns true when this get configuration source tree using g e t bad request response a status code equal to that given
func (*GetConfigurationSourceTreeUsingGETBadRequest) IsRedirect ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETBadRequest) IsRedirect() bool
IsRedirect returns true when this get configuration source tree using g e t bad request response has a 3xx status code
func (*GetConfigurationSourceTreeUsingGETBadRequest) IsServerError ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETBadRequest) IsServerError() bool
IsServerError returns true when this get configuration source tree using g e t bad request response has a 5xx status code
func (*GetConfigurationSourceTreeUsingGETBadRequest) IsSuccess ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETBadRequest) IsSuccess() bool
IsSuccess returns true when this get configuration source tree using g e t bad request response has a 2xx status code
func (*GetConfigurationSourceTreeUsingGETBadRequest) String ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETBadRequest) String() string
type GetConfigurationSourceTreeUsingGETForbidden ¶ added in v0.4.0
type GetConfigurationSourceTreeUsingGETForbidden struct { }
GetConfigurationSourceTreeUsingGETForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetConfigurationSourceTreeUsingGETForbidden ¶ added in v0.4.0
func NewGetConfigurationSourceTreeUsingGETForbidden() *GetConfigurationSourceTreeUsingGETForbidden
NewGetConfigurationSourceTreeUsingGETForbidden creates a GetConfigurationSourceTreeUsingGETForbidden with default headers values
func (*GetConfigurationSourceTreeUsingGETForbidden) Error ¶ added in v0.4.0
func (o *GetConfigurationSourceTreeUsingGETForbidden) Error() string
func (*GetConfigurationSourceTreeUsingGETForbidden) IsClientError ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETForbidden) IsClientError() bool
IsClientError returns true when this get configuration source tree using g e t forbidden response has a 4xx status code
func (*GetConfigurationSourceTreeUsingGETForbidden) IsCode ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETForbidden) IsCode(code int) bool
IsCode returns true when this get configuration source tree using g e t forbidden response a status code equal to that given
func (*GetConfigurationSourceTreeUsingGETForbidden) IsRedirect ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETForbidden) IsRedirect() bool
IsRedirect returns true when this get configuration source tree using g e t forbidden response has a 3xx status code
func (*GetConfigurationSourceTreeUsingGETForbidden) IsServerError ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETForbidden) IsServerError() bool
IsServerError returns true when this get configuration source tree using g e t forbidden response has a 5xx status code
func (*GetConfigurationSourceTreeUsingGETForbidden) IsSuccess ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETForbidden) IsSuccess() bool
IsSuccess returns true when this get configuration source tree using g e t forbidden response has a 2xx status code
func (*GetConfigurationSourceTreeUsingGETForbidden) String ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETForbidden) String() string
type GetConfigurationSourceTreeUsingGETNotFound ¶ added in v0.4.0
GetConfigurationSourceTreeUsingGETNotFound describes a response with status code 404, with default header values.
Not Found
func NewGetConfigurationSourceTreeUsingGETNotFound ¶ added in v0.4.0
func NewGetConfigurationSourceTreeUsingGETNotFound() *GetConfigurationSourceTreeUsingGETNotFound
NewGetConfigurationSourceTreeUsingGETNotFound creates a GetConfigurationSourceTreeUsingGETNotFound with default headers values
func (*GetConfigurationSourceTreeUsingGETNotFound) Error ¶ added in v0.4.0
func (o *GetConfigurationSourceTreeUsingGETNotFound) Error() string
func (*GetConfigurationSourceTreeUsingGETNotFound) GetPayload ¶ added in v0.4.0
func (o *GetConfigurationSourceTreeUsingGETNotFound) GetPayload() *models.Error
func (*GetConfigurationSourceTreeUsingGETNotFound) IsClientError ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETNotFound) IsClientError() bool
IsClientError returns true when this get configuration source tree using g e t not found response has a 4xx status code
func (*GetConfigurationSourceTreeUsingGETNotFound) IsCode ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETNotFound) IsCode(code int) bool
IsCode returns true when this get configuration source tree using g e t not found response a status code equal to that given
func (*GetConfigurationSourceTreeUsingGETNotFound) IsRedirect ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETNotFound) IsRedirect() bool
IsRedirect returns true when this get configuration source tree using g e t not found response has a 3xx status code
func (*GetConfigurationSourceTreeUsingGETNotFound) IsServerError ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETNotFound) IsServerError() bool
IsServerError returns true when this get configuration source tree using g e t not found response has a 5xx status code
func (*GetConfigurationSourceTreeUsingGETNotFound) IsSuccess ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETNotFound) IsSuccess() bool
IsSuccess returns true when this get configuration source tree using g e t not found response has a 2xx status code
func (*GetConfigurationSourceTreeUsingGETNotFound) String ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETNotFound) String() string
type GetConfigurationSourceTreeUsingGETOK ¶ added in v0.4.0
GetConfigurationSourceTreeUsingGETOK describes a response with status code 200, with default header values.
OK
func NewGetConfigurationSourceTreeUsingGETOK ¶ added in v0.4.0
func NewGetConfigurationSourceTreeUsingGETOK() *GetConfigurationSourceTreeUsingGETOK
NewGetConfigurationSourceTreeUsingGETOK creates a GetConfigurationSourceTreeUsingGETOK with default headers values
func (*GetConfigurationSourceTreeUsingGETOK) Error ¶ added in v0.4.0
func (o *GetConfigurationSourceTreeUsingGETOK) Error() string
func (*GetConfigurationSourceTreeUsingGETOK) GetPayload ¶ added in v0.4.0
func (o *GetConfigurationSourceTreeUsingGETOK) GetPayload() *models.FileTree
func (*GetConfigurationSourceTreeUsingGETOK) IsClientError ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETOK) IsClientError() bool
IsClientError returns true when this get configuration source tree using g e t o k response has a 4xx status code
func (*GetConfigurationSourceTreeUsingGETOK) IsCode ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETOK) IsCode(code int) bool
IsCode returns true when this get configuration source tree using g e t o k response a status code equal to that given
func (*GetConfigurationSourceTreeUsingGETOK) IsRedirect ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETOK) IsRedirect() bool
IsRedirect returns true when this get configuration source tree using g e t o k response has a 3xx status code
func (*GetConfigurationSourceTreeUsingGETOK) IsServerError ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETOK) IsServerError() bool
IsServerError returns true when this get configuration source tree using g e t o k response has a 5xx status code
func (*GetConfigurationSourceTreeUsingGETOK) IsSuccess ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETOK) IsSuccess() bool
IsSuccess returns true when this get configuration source tree using g e t o k response has a 2xx status code
func (*GetConfigurationSourceTreeUsingGETOK) String ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETOK) String() string
type GetConfigurationSourceTreeUsingGETParams ¶ added in v0.4.0
type GetConfigurationSourceTreeUsingGETParams struct { /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about */ APIVersion *string /* CommitID. The commit ID corresponding to the version of the configuration source. */ CommitID *string /* ConfigurationSourceID. The ID of the configuration source to inspect. Format: uuid */ 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 }
GetConfigurationSourceTreeUsingGETParams contains all the parameters to send to the API endpoint
for the get configuration source tree using g e t operation. Typically these are written to a http.Request.
func NewGetConfigurationSourceTreeUsingGETParams ¶ added in v0.4.0
func NewGetConfigurationSourceTreeUsingGETParams() *GetConfigurationSourceTreeUsingGETParams
NewGetConfigurationSourceTreeUsingGETParams creates a new GetConfigurationSourceTreeUsingGETParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetConfigurationSourceTreeUsingGETParamsWithContext ¶ added in v0.4.0
func NewGetConfigurationSourceTreeUsingGETParamsWithContext(ctx context.Context) *GetConfigurationSourceTreeUsingGETParams
NewGetConfigurationSourceTreeUsingGETParamsWithContext creates a new GetConfigurationSourceTreeUsingGETParams object with the ability to set a context for a request.
func NewGetConfigurationSourceTreeUsingGETParamsWithHTTPClient ¶ added in v0.4.0
func NewGetConfigurationSourceTreeUsingGETParamsWithHTTPClient(client *http.Client) *GetConfigurationSourceTreeUsingGETParams
NewGetConfigurationSourceTreeUsingGETParamsWithHTTPClient creates a new GetConfigurationSourceTreeUsingGETParams object with the ability to set a custom HTTPClient for a request.
func NewGetConfigurationSourceTreeUsingGETParamsWithTimeout ¶ added in v0.4.0
func NewGetConfigurationSourceTreeUsingGETParamsWithTimeout(timeout time.Duration) *GetConfigurationSourceTreeUsingGETParams
NewGetConfigurationSourceTreeUsingGETParamsWithTimeout creates a new GetConfigurationSourceTreeUsingGETParams object with the ability to set a timeout on a request.
func (*GetConfigurationSourceTreeUsingGETParams) SetAPIVersion ¶ added in v0.4.0
func (o *GetConfigurationSourceTreeUsingGETParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the get configuration source tree using get params
func (*GetConfigurationSourceTreeUsingGETParams) SetCommitID ¶ added in v0.4.0
func (o *GetConfigurationSourceTreeUsingGETParams) SetCommitID(commitID *string)
SetCommitID adds the commitId to the get configuration source tree using get params
func (*GetConfigurationSourceTreeUsingGETParams) SetConfigurationSourceID ¶ added in v0.4.0
func (o *GetConfigurationSourceTreeUsingGETParams) SetConfigurationSourceID(configurationSourceID strfmt.UUID)
SetConfigurationSourceID adds the configurationSourceId to the get configuration source tree using get params
func (*GetConfigurationSourceTreeUsingGETParams) SetContext ¶ added in v0.4.0
func (o *GetConfigurationSourceTreeUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the get configuration source tree using get params
func (*GetConfigurationSourceTreeUsingGETParams) SetDefaults ¶ added in v0.4.0
func (o *GetConfigurationSourceTreeUsingGETParams) SetDefaults()
SetDefaults hydrates default values in the get configuration source tree using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetConfigurationSourceTreeUsingGETParams) SetHTTPClient ¶ added in v0.4.0
func (o *GetConfigurationSourceTreeUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get configuration source tree using get params
func (*GetConfigurationSourceTreeUsingGETParams) SetPath ¶ added in v0.4.0
func (o *GetConfigurationSourceTreeUsingGETParams) SetPath(path *string)
SetPath adds the path to the get configuration source tree using get params
func (*GetConfigurationSourceTreeUsingGETParams) SetTimeout ¶ added in v0.4.0
func (o *GetConfigurationSourceTreeUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get configuration source tree using get params
func (*GetConfigurationSourceTreeUsingGETParams) WithAPIVersion ¶ added in v0.4.0
func (o *GetConfigurationSourceTreeUsingGETParams) WithAPIVersion(aPIVersion *string) *GetConfigurationSourceTreeUsingGETParams
WithAPIVersion adds the aPIVersion to the get configuration source tree using get params
func (*GetConfigurationSourceTreeUsingGETParams) WithCommitID ¶ added in v0.4.0
func (o *GetConfigurationSourceTreeUsingGETParams) WithCommitID(commitID *string) *GetConfigurationSourceTreeUsingGETParams
WithCommitID adds the commitID to the get configuration source tree using get params
func (*GetConfigurationSourceTreeUsingGETParams) WithConfigurationSourceID ¶ added in v0.4.0
func (o *GetConfigurationSourceTreeUsingGETParams) WithConfigurationSourceID(configurationSourceID strfmt.UUID) *GetConfigurationSourceTreeUsingGETParams
WithConfigurationSourceID adds the configurationSourceID to the get configuration source tree using get params
func (*GetConfigurationSourceTreeUsingGETParams) WithContext ¶ added in v0.4.0
func (o *GetConfigurationSourceTreeUsingGETParams) WithContext(ctx context.Context) *GetConfigurationSourceTreeUsingGETParams
WithContext adds the context to the get configuration source tree using get params
func (*GetConfigurationSourceTreeUsingGETParams) WithDefaults ¶ added in v0.4.0
func (o *GetConfigurationSourceTreeUsingGETParams) WithDefaults() *GetConfigurationSourceTreeUsingGETParams
WithDefaults hydrates default values in the get configuration source tree using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetConfigurationSourceTreeUsingGETParams) WithHTTPClient ¶ added in v0.4.0
func (o *GetConfigurationSourceTreeUsingGETParams) WithHTTPClient(client *http.Client) *GetConfigurationSourceTreeUsingGETParams
WithHTTPClient adds the HTTPClient to the get configuration source tree using get params
func (*GetConfigurationSourceTreeUsingGETParams) WithPath ¶ added in v0.4.0
func (o *GetConfigurationSourceTreeUsingGETParams) WithPath(path *string) *GetConfigurationSourceTreeUsingGETParams
WithPath adds the path to the get configuration source tree using get params
func (*GetConfigurationSourceTreeUsingGETParams) WithTimeout ¶ added in v0.4.0
func (o *GetConfigurationSourceTreeUsingGETParams) WithTimeout(timeout time.Duration) *GetConfigurationSourceTreeUsingGETParams
WithTimeout adds the timeout to the get configuration source tree using get params
func (*GetConfigurationSourceTreeUsingGETParams) WriteToRequest ¶ added in v0.4.0
func (o *GetConfigurationSourceTreeUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetConfigurationSourceTreeUsingGETReader ¶ added in v0.4.0
type GetConfigurationSourceTreeUsingGETReader struct {
// contains filtered or unexported fields
}
GetConfigurationSourceTreeUsingGETReader is a Reader for the GetConfigurationSourceTreeUsingGET structure.
func (*GetConfigurationSourceTreeUsingGETReader) ReadResponse ¶ added in v0.4.0
func (o *GetConfigurationSourceTreeUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetConfigurationSourceTreeUsingGETUnauthorized ¶ added in v0.4.0
type GetConfigurationSourceTreeUsingGETUnauthorized struct { }
GetConfigurationSourceTreeUsingGETUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewGetConfigurationSourceTreeUsingGETUnauthorized ¶ added in v0.4.0
func NewGetConfigurationSourceTreeUsingGETUnauthorized() *GetConfigurationSourceTreeUsingGETUnauthorized
NewGetConfigurationSourceTreeUsingGETUnauthorized creates a GetConfigurationSourceTreeUsingGETUnauthorized with default headers values
func (*GetConfigurationSourceTreeUsingGETUnauthorized) Error ¶ added in v0.4.0
func (o *GetConfigurationSourceTreeUsingGETUnauthorized) Error() string
func (*GetConfigurationSourceTreeUsingGETUnauthorized) IsClientError ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETUnauthorized) IsClientError() bool
IsClientError returns true when this get configuration source tree using g e t unauthorized response has a 4xx status code
func (*GetConfigurationSourceTreeUsingGETUnauthorized) IsCode ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETUnauthorized) IsCode(code int) bool
IsCode returns true when this get configuration source tree using g e t unauthorized response a status code equal to that given
func (*GetConfigurationSourceTreeUsingGETUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETUnauthorized) IsRedirect() bool
IsRedirect returns true when this get configuration source tree using g e t unauthorized response has a 3xx status code
func (*GetConfigurationSourceTreeUsingGETUnauthorized) IsServerError ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETUnauthorized) IsServerError() bool
IsServerError returns true when this get configuration source tree using g e t unauthorized response has a 5xx status code
func (*GetConfigurationSourceTreeUsingGETUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETUnauthorized) IsSuccess() bool
IsSuccess returns true when this get configuration source tree using g e t unauthorized response has a 2xx status code
func (*GetConfigurationSourceTreeUsingGETUnauthorized) String ¶ added in v0.5.0
func (o *GetConfigurationSourceTreeUsingGETUnauthorized) String() string
type GetTerraformConfigurationSourceCommitListUsingGETBadRequest ¶ added in v0.4.0
GetTerraformConfigurationSourceCommitListUsingGETBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetTerraformConfigurationSourceCommitListUsingGETBadRequest ¶ added in v0.4.0
func NewGetTerraformConfigurationSourceCommitListUsingGETBadRequest() *GetTerraformConfigurationSourceCommitListUsingGETBadRequest
NewGetTerraformConfigurationSourceCommitListUsingGETBadRequest creates a GetTerraformConfigurationSourceCommitListUsingGETBadRequest with default headers values
func (*GetTerraformConfigurationSourceCommitListUsingGETBadRequest) Error ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETBadRequest) Error() string
func (*GetTerraformConfigurationSourceCommitListUsingGETBadRequest) GetPayload ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETBadRequest) GetPayload() *models.Error
func (*GetTerraformConfigurationSourceCommitListUsingGETBadRequest) IsClientError ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETBadRequest) IsClientError() bool
IsClientError returns true when this get terraform configuration source commit list using g e t bad request response has a 4xx status code
func (*GetTerraformConfigurationSourceCommitListUsingGETBadRequest) IsCode ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETBadRequest) IsCode(code int) bool
IsCode returns true when this get terraform configuration source commit list using g e t bad request response a status code equal to that given
func (*GetTerraformConfigurationSourceCommitListUsingGETBadRequest) IsRedirect ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETBadRequest) IsRedirect() bool
IsRedirect returns true when this get terraform configuration source commit list using g e t bad request response has a 3xx status code
func (*GetTerraformConfigurationSourceCommitListUsingGETBadRequest) IsServerError ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETBadRequest) IsServerError() bool
IsServerError returns true when this get terraform configuration source commit list using g e t bad request response has a 5xx status code
func (*GetTerraformConfigurationSourceCommitListUsingGETBadRequest) IsSuccess ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETBadRequest) IsSuccess() bool
IsSuccess returns true when this get terraform configuration source commit list using g e t bad request response has a 2xx status code
func (*GetTerraformConfigurationSourceCommitListUsingGETBadRequest) String ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETBadRequest) String() string
type GetTerraformConfigurationSourceCommitListUsingGETForbidden ¶ added in v0.4.0
type GetTerraformConfigurationSourceCommitListUsingGETForbidden struct { }
GetTerraformConfigurationSourceCommitListUsingGETForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetTerraformConfigurationSourceCommitListUsingGETForbidden ¶ added in v0.4.0
func NewGetTerraformConfigurationSourceCommitListUsingGETForbidden() *GetTerraformConfigurationSourceCommitListUsingGETForbidden
NewGetTerraformConfigurationSourceCommitListUsingGETForbidden creates a GetTerraformConfigurationSourceCommitListUsingGETForbidden with default headers values
func (*GetTerraformConfigurationSourceCommitListUsingGETForbidden) Error ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETForbidden) Error() string
func (*GetTerraformConfigurationSourceCommitListUsingGETForbidden) IsClientError ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETForbidden) IsClientError() bool
IsClientError returns true when this get terraform configuration source commit list using g e t forbidden response has a 4xx status code
func (*GetTerraformConfigurationSourceCommitListUsingGETForbidden) IsCode ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETForbidden) IsCode(code int) bool
IsCode returns true when this get terraform configuration source commit list using g e t forbidden response a status code equal to that given
func (*GetTerraformConfigurationSourceCommitListUsingGETForbidden) IsRedirect ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETForbidden) IsRedirect() bool
IsRedirect returns true when this get terraform configuration source commit list using g e t forbidden response has a 3xx status code
func (*GetTerraformConfigurationSourceCommitListUsingGETForbidden) IsServerError ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETForbidden) IsServerError() bool
IsServerError returns true when this get terraform configuration source commit list using g e t forbidden response has a 5xx status code
func (*GetTerraformConfigurationSourceCommitListUsingGETForbidden) IsSuccess ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETForbidden) IsSuccess() bool
IsSuccess returns true when this get terraform configuration source commit list using g e t forbidden response has a 2xx status code
func (*GetTerraformConfigurationSourceCommitListUsingGETForbidden) String ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETForbidden) String() string
type GetTerraformConfigurationSourceCommitListUsingGETOK ¶ added in v0.4.0
type GetTerraformConfigurationSourceCommitListUsingGETOK struct {
Payload *models.PageOfCommitDetails
}
GetTerraformConfigurationSourceCommitListUsingGETOK describes a response with status code 200, with default header values.
OK
func NewGetTerraformConfigurationSourceCommitListUsingGETOK ¶ added in v0.4.0
func NewGetTerraformConfigurationSourceCommitListUsingGETOK() *GetTerraformConfigurationSourceCommitListUsingGETOK
NewGetTerraformConfigurationSourceCommitListUsingGETOK creates a GetTerraformConfigurationSourceCommitListUsingGETOK with default headers values
func (*GetTerraformConfigurationSourceCommitListUsingGETOK) Error ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETOK) Error() string
func (*GetTerraformConfigurationSourceCommitListUsingGETOK) GetPayload ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETOK) GetPayload() *models.PageOfCommitDetails
func (*GetTerraformConfigurationSourceCommitListUsingGETOK) IsClientError ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETOK) IsClientError() bool
IsClientError returns true when this get terraform configuration source commit list using g e t o k response has a 4xx status code
func (*GetTerraformConfigurationSourceCommitListUsingGETOK) IsCode ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETOK) IsCode(code int) bool
IsCode returns true when this get terraform configuration source commit list using g e t o k response a status code equal to that given
func (*GetTerraformConfigurationSourceCommitListUsingGETOK) IsRedirect ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETOK) IsRedirect() bool
IsRedirect returns true when this get terraform configuration source commit list using g e t o k response has a 3xx status code
func (*GetTerraformConfigurationSourceCommitListUsingGETOK) IsServerError ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETOK) IsServerError() bool
IsServerError returns true when this get terraform configuration source commit list using g e t o k response has a 5xx status code
func (*GetTerraformConfigurationSourceCommitListUsingGETOK) IsSuccess ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETOK) IsSuccess() bool
IsSuccess returns true when this get terraform configuration source commit list using g e t o k response has a 2xx status code
func (*GetTerraformConfigurationSourceCommitListUsingGETOK) String ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETOK) String() string
type GetTerraformConfigurationSourceCommitListUsingGETParams ¶ added in v0.4.0
type GetTerraformConfigurationSourceCommitListUsingGETParams struct { /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about */ APIVersion *string /* ConfigurationSourceID. A Configuration Source ID. */ ConfigurationSourceID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetTerraformConfigurationSourceCommitListUsingGETParams contains all the parameters to send to the API endpoint
for the get terraform configuration source commit list using g e t operation. Typically these are written to a http.Request.
func NewGetTerraformConfigurationSourceCommitListUsingGETParams ¶ added in v0.4.0
func NewGetTerraformConfigurationSourceCommitListUsingGETParams() *GetTerraformConfigurationSourceCommitListUsingGETParams
NewGetTerraformConfigurationSourceCommitListUsingGETParams creates a new GetTerraformConfigurationSourceCommitListUsingGETParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetTerraformConfigurationSourceCommitListUsingGETParamsWithContext ¶ added in v0.4.0
func NewGetTerraformConfigurationSourceCommitListUsingGETParamsWithContext(ctx context.Context) *GetTerraformConfigurationSourceCommitListUsingGETParams
NewGetTerraformConfigurationSourceCommitListUsingGETParamsWithContext creates a new GetTerraformConfigurationSourceCommitListUsingGETParams object with the ability to set a context for a request.
func NewGetTerraformConfigurationSourceCommitListUsingGETParamsWithHTTPClient ¶ added in v0.4.0
func NewGetTerraformConfigurationSourceCommitListUsingGETParamsWithHTTPClient(client *http.Client) *GetTerraformConfigurationSourceCommitListUsingGETParams
NewGetTerraformConfigurationSourceCommitListUsingGETParamsWithHTTPClient creates a new GetTerraformConfigurationSourceCommitListUsingGETParams object with the ability to set a custom HTTPClient for a request.
func NewGetTerraformConfigurationSourceCommitListUsingGETParamsWithTimeout ¶ added in v0.4.0
func NewGetTerraformConfigurationSourceCommitListUsingGETParamsWithTimeout(timeout time.Duration) *GetTerraformConfigurationSourceCommitListUsingGETParams
NewGetTerraformConfigurationSourceCommitListUsingGETParamsWithTimeout creates a new GetTerraformConfigurationSourceCommitListUsingGETParams object with the ability to set a timeout on a request.
func (*GetTerraformConfigurationSourceCommitListUsingGETParams) SetAPIVersion ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the get terraform configuration source commit list using get params
func (*GetTerraformConfigurationSourceCommitListUsingGETParams) SetConfigurationSourceID ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETParams) SetConfigurationSourceID(configurationSourceID string)
SetConfigurationSourceID adds the configurationSourceId to the get terraform configuration source commit list using get params
func (*GetTerraformConfigurationSourceCommitListUsingGETParams) SetContext ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the get terraform configuration source commit list using get params
func (*GetTerraformConfigurationSourceCommitListUsingGETParams) SetDefaults ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETParams) SetDefaults()
SetDefaults hydrates default values in the get terraform configuration source commit list using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetTerraformConfigurationSourceCommitListUsingGETParams) SetHTTPClient ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get terraform configuration source commit list using get params
func (*GetTerraformConfigurationSourceCommitListUsingGETParams) SetTimeout ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get terraform configuration source commit list using get params
func (*GetTerraformConfigurationSourceCommitListUsingGETParams) WithAPIVersion ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETParams) WithAPIVersion(aPIVersion *string) *GetTerraformConfigurationSourceCommitListUsingGETParams
WithAPIVersion adds the aPIVersion to the get terraform configuration source commit list using get params
func (*GetTerraformConfigurationSourceCommitListUsingGETParams) WithConfigurationSourceID ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETParams) WithConfigurationSourceID(configurationSourceID string) *GetTerraformConfigurationSourceCommitListUsingGETParams
WithConfigurationSourceID adds the configurationSourceID to the get terraform configuration source commit list using get params
func (*GetTerraformConfigurationSourceCommitListUsingGETParams) WithContext ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETParams) WithContext(ctx context.Context) *GetTerraformConfigurationSourceCommitListUsingGETParams
WithContext adds the context to the get terraform configuration source commit list using get params
func (*GetTerraformConfigurationSourceCommitListUsingGETParams) WithDefaults ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETParams) WithDefaults() *GetTerraformConfigurationSourceCommitListUsingGETParams
WithDefaults hydrates default values in the get terraform configuration source commit list using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetTerraformConfigurationSourceCommitListUsingGETParams) WithHTTPClient ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETParams) WithHTTPClient(client *http.Client) *GetTerraformConfigurationSourceCommitListUsingGETParams
WithHTTPClient adds the HTTPClient to the get terraform configuration source commit list using get params
func (*GetTerraformConfigurationSourceCommitListUsingGETParams) WithTimeout ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETParams) WithTimeout(timeout time.Duration) *GetTerraformConfigurationSourceCommitListUsingGETParams
WithTimeout adds the timeout to the get terraform configuration source commit list using get params
func (*GetTerraformConfigurationSourceCommitListUsingGETParams) WriteToRequest ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetTerraformConfigurationSourceCommitListUsingGETReader ¶ added in v0.4.0
type GetTerraformConfigurationSourceCommitListUsingGETReader struct {
// contains filtered or unexported fields
}
GetTerraformConfigurationSourceCommitListUsingGETReader is a Reader for the GetTerraformConfigurationSourceCommitListUsingGET structure.
func (*GetTerraformConfigurationSourceCommitListUsingGETReader) ReadResponse ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetTerraformConfigurationSourceCommitListUsingGETUnauthorized ¶ added in v0.4.0
type GetTerraformConfigurationSourceCommitListUsingGETUnauthorized struct { }
GetTerraformConfigurationSourceCommitListUsingGETUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewGetTerraformConfigurationSourceCommitListUsingGETUnauthorized ¶ added in v0.4.0
func NewGetTerraformConfigurationSourceCommitListUsingGETUnauthorized() *GetTerraformConfigurationSourceCommitListUsingGETUnauthorized
NewGetTerraformConfigurationSourceCommitListUsingGETUnauthorized creates a GetTerraformConfigurationSourceCommitListUsingGETUnauthorized with default headers values
func (*GetTerraformConfigurationSourceCommitListUsingGETUnauthorized) Error ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETUnauthorized) Error() string
func (*GetTerraformConfigurationSourceCommitListUsingGETUnauthorized) IsClientError ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETUnauthorized) IsClientError() bool
IsClientError returns true when this get terraform configuration source commit list using g e t unauthorized response has a 4xx status code
func (*GetTerraformConfigurationSourceCommitListUsingGETUnauthorized) IsCode ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETUnauthorized) IsCode(code int) bool
IsCode returns true when this get terraform configuration source commit list using g e t unauthorized response a status code equal to that given
func (*GetTerraformConfigurationSourceCommitListUsingGETUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETUnauthorized) IsRedirect() bool
IsRedirect returns true when this get terraform configuration source commit list using g e t unauthorized response has a 3xx status code
func (*GetTerraformConfigurationSourceCommitListUsingGETUnauthorized) IsServerError ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETUnauthorized) IsServerError() bool
IsServerError returns true when this get terraform configuration source commit list using g e t unauthorized response has a 5xx status code
func (*GetTerraformConfigurationSourceCommitListUsingGETUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETUnauthorized) IsSuccess() bool
IsSuccess returns true when this get terraform configuration source commit list using g e t unauthorized response has a 2xx status code
func (*GetTerraformConfigurationSourceCommitListUsingGETUnauthorized) String ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourceCommitListUsingGETUnauthorized) String() string
type GetTerraformConfigurationSourcesUsingGETForbidden ¶ added in v0.4.0
type GetTerraformConfigurationSourcesUsingGETForbidden struct { }
GetTerraformConfigurationSourcesUsingGETForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetTerraformConfigurationSourcesUsingGETForbidden ¶ added in v0.4.0
func NewGetTerraformConfigurationSourcesUsingGETForbidden() *GetTerraformConfigurationSourcesUsingGETForbidden
NewGetTerraformConfigurationSourcesUsingGETForbidden creates a GetTerraformConfigurationSourcesUsingGETForbidden with default headers values
func (*GetTerraformConfigurationSourcesUsingGETForbidden) Error ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourcesUsingGETForbidden) Error() string
func (*GetTerraformConfigurationSourcesUsingGETForbidden) IsClientError ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourcesUsingGETForbidden) IsClientError() bool
IsClientError returns true when this get terraform configuration sources using g e t forbidden response has a 4xx status code
func (*GetTerraformConfigurationSourcesUsingGETForbidden) IsCode ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourcesUsingGETForbidden) IsCode(code int) bool
IsCode returns true when this get terraform configuration sources using g e t forbidden response a status code equal to that given
func (*GetTerraformConfigurationSourcesUsingGETForbidden) IsRedirect ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourcesUsingGETForbidden) IsRedirect() bool
IsRedirect returns true when this get terraform configuration sources using g e t forbidden response has a 3xx status code
func (*GetTerraformConfigurationSourcesUsingGETForbidden) IsServerError ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourcesUsingGETForbidden) IsServerError() bool
IsServerError returns true when this get terraform configuration sources using g e t forbidden response has a 5xx status code
func (*GetTerraformConfigurationSourcesUsingGETForbidden) IsSuccess ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourcesUsingGETForbidden) IsSuccess() bool
IsSuccess returns true when this get terraform configuration sources using g e t forbidden response has a 2xx status code
func (*GetTerraformConfigurationSourcesUsingGETForbidden) String ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourcesUsingGETForbidden) String() string
type GetTerraformConfigurationSourcesUsingGETOK ¶ added in v0.4.0
type GetTerraformConfigurationSourcesUsingGETOK struct {
Payload *models.PageOfBlueprintContentSource
}
GetTerraformConfigurationSourcesUsingGETOK describes a response with status code 200, with default header values.
OK
func NewGetTerraformConfigurationSourcesUsingGETOK ¶ added in v0.4.0
func NewGetTerraformConfigurationSourcesUsingGETOK() *GetTerraformConfigurationSourcesUsingGETOK
NewGetTerraformConfigurationSourcesUsingGETOK creates a GetTerraformConfigurationSourcesUsingGETOK with default headers values
func (*GetTerraformConfigurationSourcesUsingGETOK) Error ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourcesUsingGETOK) Error() string
func (*GetTerraformConfigurationSourcesUsingGETOK) GetPayload ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourcesUsingGETOK) GetPayload() *models.PageOfBlueprintContentSource
func (*GetTerraformConfigurationSourcesUsingGETOK) IsClientError ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourcesUsingGETOK) IsClientError() bool
IsClientError returns true when this get terraform configuration sources using g e t o k response has a 4xx status code
func (*GetTerraformConfigurationSourcesUsingGETOK) IsCode ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourcesUsingGETOK) IsCode(code int) bool
IsCode returns true when this get terraform configuration sources using g e t o k response a status code equal to that given
func (*GetTerraformConfigurationSourcesUsingGETOK) IsRedirect ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourcesUsingGETOK) IsRedirect() bool
IsRedirect returns true when this get terraform configuration sources using g e t o k response has a 3xx status code
func (*GetTerraformConfigurationSourcesUsingGETOK) IsServerError ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourcesUsingGETOK) IsServerError() bool
IsServerError returns true when this get terraform configuration sources using g e t o k response has a 5xx status code
func (*GetTerraformConfigurationSourcesUsingGETOK) IsSuccess ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourcesUsingGETOK) IsSuccess() bool
IsSuccess returns true when this get terraform configuration sources using g e t o k response has a 2xx status code
func (*GetTerraformConfigurationSourcesUsingGETOK) String ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourcesUsingGETOK) String() string
type GetTerraformConfigurationSourcesUsingGETParams ¶ added in v0.4.0
type GetTerraformConfigurationSourcesUsingGETParams struct { /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about */ APIVersion *string /* 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 }
GetTerraformConfigurationSourcesUsingGETParams contains all the parameters to send to the API endpoint
for the get terraform configuration sources using g e t operation. Typically these are written to a http.Request.
func NewGetTerraformConfigurationSourcesUsingGETParams ¶ added in v0.4.0
func NewGetTerraformConfigurationSourcesUsingGETParams() *GetTerraformConfigurationSourcesUsingGETParams
NewGetTerraformConfigurationSourcesUsingGETParams creates a new GetTerraformConfigurationSourcesUsingGETParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetTerraformConfigurationSourcesUsingGETParamsWithContext ¶ added in v0.4.0
func NewGetTerraformConfigurationSourcesUsingGETParamsWithContext(ctx context.Context) *GetTerraformConfigurationSourcesUsingGETParams
NewGetTerraformConfigurationSourcesUsingGETParamsWithContext creates a new GetTerraformConfigurationSourcesUsingGETParams object with the ability to set a context for a request.
func NewGetTerraformConfigurationSourcesUsingGETParamsWithHTTPClient ¶ added in v0.4.0
func NewGetTerraformConfigurationSourcesUsingGETParamsWithHTTPClient(client *http.Client) *GetTerraformConfigurationSourcesUsingGETParams
NewGetTerraformConfigurationSourcesUsingGETParamsWithHTTPClient creates a new GetTerraformConfigurationSourcesUsingGETParams object with the ability to set a custom HTTPClient for a request.
func NewGetTerraformConfigurationSourcesUsingGETParamsWithTimeout ¶ added in v0.4.0
func NewGetTerraformConfigurationSourcesUsingGETParamsWithTimeout(timeout time.Duration) *GetTerraformConfigurationSourcesUsingGETParams
NewGetTerraformConfigurationSourcesUsingGETParamsWithTimeout creates a new GetTerraformConfigurationSourcesUsingGETParams object with the ability to set a timeout on a request.
func (*GetTerraformConfigurationSourcesUsingGETParams) SetAPIVersion ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourcesUsingGETParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the get terraform configuration sources using get params
func (*GetTerraformConfigurationSourcesUsingGETParams) SetContext ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourcesUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the get terraform configuration sources using get params
func (*GetTerraformConfigurationSourcesUsingGETParams) SetDefaults ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourcesUsingGETParams) SetDefaults()
SetDefaults hydrates default values in the get terraform configuration sources using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetTerraformConfigurationSourcesUsingGETParams) SetHTTPClient ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourcesUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get terraform configuration sources using get params
func (*GetTerraformConfigurationSourcesUsingGETParams) SetProjects ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourcesUsingGETParams) SetProjects(projects []string)
SetProjects adds the projects to the get terraform configuration sources using get params
func (*GetTerraformConfigurationSourcesUsingGETParams) SetSearch ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourcesUsingGETParams) SetSearch(search *string)
SetSearch adds the search to the get terraform configuration sources using get params
func (*GetTerraformConfigurationSourcesUsingGETParams) SetTimeout ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourcesUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get terraform configuration sources using get params
func (*GetTerraformConfigurationSourcesUsingGETParams) WithAPIVersion ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourcesUsingGETParams) WithAPIVersion(aPIVersion *string) *GetTerraformConfigurationSourcesUsingGETParams
WithAPIVersion adds the aPIVersion to the get terraform configuration sources using get params
func (*GetTerraformConfigurationSourcesUsingGETParams) WithContext ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourcesUsingGETParams) WithContext(ctx context.Context) *GetTerraformConfigurationSourcesUsingGETParams
WithContext adds the context to the get terraform configuration sources using get params
func (*GetTerraformConfigurationSourcesUsingGETParams) WithDefaults ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourcesUsingGETParams) WithDefaults() *GetTerraformConfigurationSourcesUsingGETParams
WithDefaults hydrates default values in the get terraform configuration sources using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetTerraformConfigurationSourcesUsingGETParams) WithHTTPClient ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourcesUsingGETParams) WithHTTPClient(client *http.Client) *GetTerraformConfigurationSourcesUsingGETParams
WithHTTPClient adds the HTTPClient to the get terraform configuration sources using get params
func (*GetTerraformConfigurationSourcesUsingGETParams) WithProjects ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourcesUsingGETParams) WithProjects(projects []string) *GetTerraformConfigurationSourcesUsingGETParams
WithProjects adds the projects to the get terraform configuration sources using get params
func (*GetTerraformConfigurationSourcesUsingGETParams) WithSearch ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourcesUsingGETParams) WithSearch(search *string) *GetTerraformConfigurationSourcesUsingGETParams
WithSearch adds the search to the get terraform configuration sources using get params
func (*GetTerraformConfigurationSourcesUsingGETParams) WithTimeout ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourcesUsingGETParams) WithTimeout(timeout time.Duration) *GetTerraformConfigurationSourcesUsingGETParams
WithTimeout adds the timeout to the get terraform configuration sources using get params
func (*GetTerraformConfigurationSourcesUsingGETParams) WriteToRequest ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourcesUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetTerraformConfigurationSourcesUsingGETReader ¶ added in v0.4.0
type GetTerraformConfigurationSourcesUsingGETReader struct {
// contains filtered or unexported fields
}
GetTerraformConfigurationSourcesUsingGETReader is a Reader for the GetTerraformConfigurationSourcesUsingGET structure.
func (*GetTerraformConfigurationSourcesUsingGETReader) ReadResponse ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourcesUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetTerraformConfigurationSourcesUsingGETUnauthorized ¶ added in v0.4.0
type GetTerraformConfigurationSourcesUsingGETUnauthorized struct { }
GetTerraformConfigurationSourcesUsingGETUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewGetTerraformConfigurationSourcesUsingGETUnauthorized ¶ added in v0.4.0
func NewGetTerraformConfigurationSourcesUsingGETUnauthorized() *GetTerraformConfigurationSourcesUsingGETUnauthorized
NewGetTerraformConfigurationSourcesUsingGETUnauthorized creates a GetTerraformConfigurationSourcesUsingGETUnauthorized with default headers values
func (*GetTerraformConfigurationSourcesUsingGETUnauthorized) Error ¶ added in v0.4.0
func (o *GetTerraformConfigurationSourcesUsingGETUnauthorized) Error() string
func (*GetTerraformConfigurationSourcesUsingGETUnauthorized) IsClientError ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourcesUsingGETUnauthorized) IsClientError() bool
IsClientError returns true when this get terraform configuration sources using g e t unauthorized response has a 4xx status code
func (*GetTerraformConfigurationSourcesUsingGETUnauthorized) IsCode ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourcesUsingGETUnauthorized) IsCode(code int) bool
IsCode returns true when this get terraform configuration sources using g e t unauthorized response a status code equal to that given
func (*GetTerraformConfigurationSourcesUsingGETUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourcesUsingGETUnauthorized) IsRedirect() bool
IsRedirect returns true when this get terraform configuration sources using g e t unauthorized response has a 3xx status code
func (*GetTerraformConfigurationSourcesUsingGETUnauthorized) IsServerError ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourcesUsingGETUnauthorized) IsServerError() bool
IsServerError returns true when this get terraform configuration sources using g e t unauthorized response has a 5xx status code
func (*GetTerraformConfigurationSourcesUsingGETUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourcesUsingGETUnauthorized) IsSuccess() bool
IsSuccess returns true when this get terraform configuration sources using g e t unauthorized response has a 2xx status code
func (*GetTerraformConfigurationSourcesUsingGETUnauthorized) String ¶ added in v0.5.0
func (o *GetTerraformConfigurationSourcesUsingGETUnauthorized) String() string
type GetTerraformVersionUsingGETForbidden ¶ added in v0.4.0
type GetTerraformVersionUsingGETForbidden struct { }
GetTerraformVersionUsingGETForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetTerraformVersionUsingGETForbidden ¶ added in v0.4.0
func NewGetTerraformVersionUsingGETForbidden() *GetTerraformVersionUsingGETForbidden
NewGetTerraformVersionUsingGETForbidden creates a GetTerraformVersionUsingGETForbidden with default headers values
func (*GetTerraformVersionUsingGETForbidden) Error ¶ added in v0.4.0
func (o *GetTerraformVersionUsingGETForbidden) Error() string
func (*GetTerraformVersionUsingGETForbidden) IsClientError ¶ added in v0.5.0
func (o *GetTerraformVersionUsingGETForbidden) IsClientError() bool
IsClientError returns true when this get terraform version using g e t forbidden response has a 4xx status code
func (*GetTerraformVersionUsingGETForbidden) IsCode ¶ added in v0.5.0
func (o *GetTerraformVersionUsingGETForbidden) IsCode(code int) bool
IsCode returns true when this get terraform version using g e t forbidden response a status code equal to that given
func (*GetTerraformVersionUsingGETForbidden) IsRedirect ¶ added in v0.5.0
func (o *GetTerraformVersionUsingGETForbidden) IsRedirect() bool
IsRedirect returns true when this get terraform version using g e t forbidden response has a 3xx status code
func (*GetTerraformVersionUsingGETForbidden) IsServerError ¶ added in v0.5.0
func (o *GetTerraformVersionUsingGETForbidden) IsServerError() bool
IsServerError returns true when this get terraform version using g e t forbidden response has a 5xx status code
func (*GetTerraformVersionUsingGETForbidden) IsSuccess ¶ added in v0.5.0
func (o *GetTerraformVersionUsingGETForbidden) IsSuccess() bool
IsSuccess returns true when this get terraform version using g e t forbidden response has a 2xx status code
func (*GetTerraformVersionUsingGETForbidden) String ¶ added in v0.5.0
func (o *GetTerraformVersionUsingGETForbidden) String() string
type GetTerraformVersionUsingGETNotFound ¶ added in v0.4.0
GetTerraformVersionUsingGETNotFound describes a response with status code 404, with default header values.
Not Found
func NewGetTerraformVersionUsingGETNotFound ¶ added in v0.4.0
func NewGetTerraformVersionUsingGETNotFound() *GetTerraformVersionUsingGETNotFound
NewGetTerraformVersionUsingGETNotFound creates a GetTerraformVersionUsingGETNotFound with default headers values
func (*GetTerraformVersionUsingGETNotFound) Error ¶ added in v0.4.0
func (o *GetTerraformVersionUsingGETNotFound) Error() string
func (*GetTerraformVersionUsingGETNotFound) GetPayload ¶ added in v0.4.0
func (o *GetTerraformVersionUsingGETNotFound) GetPayload() *models.Error
func (*GetTerraformVersionUsingGETNotFound) IsClientError ¶ added in v0.5.0
func (o *GetTerraformVersionUsingGETNotFound) IsClientError() bool
IsClientError returns true when this get terraform version using g e t not found response has a 4xx status code
func (*GetTerraformVersionUsingGETNotFound) IsCode ¶ added in v0.5.0
func (o *GetTerraformVersionUsingGETNotFound) IsCode(code int) bool
IsCode returns true when this get terraform version using g e t not found response a status code equal to that given
func (*GetTerraformVersionUsingGETNotFound) IsRedirect ¶ added in v0.5.0
func (o *GetTerraformVersionUsingGETNotFound) IsRedirect() bool
IsRedirect returns true when this get terraform version using g e t not found response has a 3xx status code
func (*GetTerraformVersionUsingGETNotFound) IsServerError ¶ added in v0.5.0
func (o *GetTerraformVersionUsingGETNotFound) IsServerError() bool
IsServerError returns true when this get terraform version using g e t not found response has a 5xx status code
func (*GetTerraformVersionUsingGETNotFound) IsSuccess ¶ added in v0.5.0
func (o *GetTerraformVersionUsingGETNotFound) IsSuccess() bool
IsSuccess returns true when this get terraform version using g e t not found response has a 2xx status code
func (*GetTerraformVersionUsingGETNotFound) String ¶ added in v0.5.0
func (o *GetTerraformVersionUsingGETNotFound) String() string
type GetTerraformVersionUsingGETOK ¶ added in v0.4.0
type GetTerraformVersionUsingGETOK struct {
Payload *models.TerraformVersion
}
GetTerraformVersionUsingGETOK describes a response with status code 200, with default header values.
OK
func NewGetTerraformVersionUsingGETOK ¶ added in v0.4.0
func NewGetTerraformVersionUsingGETOK() *GetTerraformVersionUsingGETOK
NewGetTerraformVersionUsingGETOK creates a GetTerraformVersionUsingGETOK with default headers values
func (*GetTerraformVersionUsingGETOK) Error ¶ added in v0.4.0
func (o *GetTerraformVersionUsingGETOK) Error() string
func (*GetTerraformVersionUsingGETOK) GetPayload ¶ added in v0.4.0
func (o *GetTerraformVersionUsingGETOK) GetPayload() *models.TerraformVersion
func (*GetTerraformVersionUsingGETOK) IsClientError ¶ added in v0.5.0
func (o *GetTerraformVersionUsingGETOK) IsClientError() bool
IsClientError returns true when this get terraform version using g e t o k response has a 4xx status code
func (*GetTerraformVersionUsingGETOK) IsCode ¶ added in v0.5.0
func (o *GetTerraformVersionUsingGETOK) IsCode(code int) bool
IsCode returns true when this get terraform version using g e t o k response a status code equal to that given
func (*GetTerraformVersionUsingGETOK) IsRedirect ¶ added in v0.5.0
func (o *GetTerraformVersionUsingGETOK) IsRedirect() bool
IsRedirect returns true when this get terraform version using g e t o k response has a 3xx status code
func (*GetTerraformVersionUsingGETOK) IsServerError ¶ added in v0.5.0
func (o *GetTerraformVersionUsingGETOK) IsServerError() bool
IsServerError returns true when this get terraform version using g e t o k response has a 5xx status code
func (*GetTerraformVersionUsingGETOK) IsSuccess ¶ added in v0.5.0
func (o *GetTerraformVersionUsingGETOK) IsSuccess() bool
IsSuccess returns true when this get terraform version using g e t o k response has a 2xx status code
func (*GetTerraformVersionUsingGETOK) String ¶ added in v0.5.0
func (o *GetTerraformVersionUsingGETOK) String() string
type GetTerraformVersionUsingGETParams ¶ added in v0.4.0
type GetTerraformVersionUsingGETParams 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 Format: uuid */ VersionID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetTerraformVersionUsingGETParams contains all the parameters to send to the API endpoint
for the get terraform version using g e t operation. Typically these are written to a http.Request.
func NewGetTerraformVersionUsingGETParams ¶ added in v0.4.0
func NewGetTerraformVersionUsingGETParams() *GetTerraformVersionUsingGETParams
NewGetTerraformVersionUsingGETParams creates a new GetTerraformVersionUsingGETParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetTerraformVersionUsingGETParamsWithContext ¶ added in v0.4.0
func NewGetTerraformVersionUsingGETParamsWithContext(ctx context.Context) *GetTerraformVersionUsingGETParams
NewGetTerraformVersionUsingGETParamsWithContext creates a new GetTerraformVersionUsingGETParams object with the ability to set a context for a request.
func NewGetTerraformVersionUsingGETParamsWithHTTPClient ¶ added in v0.4.0
func NewGetTerraformVersionUsingGETParamsWithHTTPClient(client *http.Client) *GetTerraformVersionUsingGETParams
NewGetTerraformVersionUsingGETParamsWithHTTPClient creates a new GetTerraformVersionUsingGETParams object with the ability to set a custom HTTPClient for a request.
func NewGetTerraformVersionUsingGETParamsWithTimeout ¶ added in v0.4.0
func NewGetTerraformVersionUsingGETParamsWithTimeout(timeout time.Duration) *GetTerraformVersionUsingGETParams
NewGetTerraformVersionUsingGETParamsWithTimeout creates a new GetTerraformVersionUsingGETParams object with the ability to set a timeout on a request.
func (*GetTerraformVersionUsingGETParams) SetAPIVersion ¶ added in v0.4.0
func (o *GetTerraformVersionUsingGETParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the get terraform version using get params
func (*GetTerraformVersionUsingGETParams) SetContext ¶ added in v0.4.0
func (o *GetTerraformVersionUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the get terraform version using get params
func (*GetTerraformVersionUsingGETParams) SetDefaults ¶ added in v0.4.0
func (o *GetTerraformVersionUsingGETParams) SetDefaults()
SetDefaults hydrates default values in the get terraform version using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetTerraformVersionUsingGETParams) SetHTTPClient ¶ added in v0.4.0
func (o *GetTerraformVersionUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get terraform version using get params
func (*GetTerraformVersionUsingGETParams) SetTimeout ¶ added in v0.4.0
func (o *GetTerraformVersionUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get terraform version using get params
func (*GetTerraformVersionUsingGETParams) SetVersionID ¶ added in v0.4.0
func (o *GetTerraformVersionUsingGETParams) SetVersionID(versionID strfmt.UUID)
SetVersionID adds the versionId to the get terraform version using get params
func (*GetTerraformVersionUsingGETParams) WithAPIVersion ¶ added in v0.4.0
func (o *GetTerraformVersionUsingGETParams) WithAPIVersion(aPIVersion *string) *GetTerraformVersionUsingGETParams
WithAPIVersion adds the aPIVersion to the get terraform version using get params
func (*GetTerraformVersionUsingGETParams) WithContext ¶ added in v0.4.0
func (o *GetTerraformVersionUsingGETParams) WithContext(ctx context.Context) *GetTerraformVersionUsingGETParams
WithContext adds the context to the get terraform version using get params
func (*GetTerraformVersionUsingGETParams) WithDefaults ¶ added in v0.4.0
func (o *GetTerraformVersionUsingGETParams) WithDefaults() *GetTerraformVersionUsingGETParams
WithDefaults hydrates default values in the get terraform version using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetTerraformVersionUsingGETParams) WithHTTPClient ¶ added in v0.4.0
func (o *GetTerraformVersionUsingGETParams) WithHTTPClient(client *http.Client) *GetTerraformVersionUsingGETParams
WithHTTPClient adds the HTTPClient to the get terraform version using get params
func (*GetTerraformVersionUsingGETParams) WithTimeout ¶ added in v0.4.0
func (o *GetTerraformVersionUsingGETParams) WithTimeout(timeout time.Duration) *GetTerraformVersionUsingGETParams
WithTimeout adds the timeout to the get terraform version using get params
func (*GetTerraformVersionUsingGETParams) WithVersionID ¶ added in v0.4.0
func (o *GetTerraformVersionUsingGETParams) WithVersionID(versionID strfmt.UUID) *GetTerraformVersionUsingGETParams
WithVersionID adds the versionID to the get terraform version using get params
func (*GetTerraformVersionUsingGETParams) WriteToRequest ¶ added in v0.4.0
func (o *GetTerraformVersionUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetTerraformVersionUsingGETReader ¶ added in v0.4.0
type GetTerraformVersionUsingGETReader struct {
// contains filtered or unexported fields
}
GetTerraformVersionUsingGETReader is a Reader for the GetTerraformVersionUsingGET structure.
func (*GetTerraformVersionUsingGETReader) ReadResponse ¶ added in v0.4.0
func (o *GetTerraformVersionUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetTerraformVersionUsingGETUnauthorized ¶ added in v0.4.0
type GetTerraformVersionUsingGETUnauthorized struct { }
GetTerraformVersionUsingGETUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewGetTerraformVersionUsingGETUnauthorized ¶ added in v0.4.0
func NewGetTerraformVersionUsingGETUnauthorized() *GetTerraformVersionUsingGETUnauthorized
NewGetTerraformVersionUsingGETUnauthorized creates a GetTerraformVersionUsingGETUnauthorized with default headers values
func (*GetTerraformVersionUsingGETUnauthorized) Error ¶ added in v0.4.0
func (o *GetTerraformVersionUsingGETUnauthorized) Error() string
func (*GetTerraformVersionUsingGETUnauthorized) IsClientError ¶ added in v0.5.0
func (o *GetTerraformVersionUsingGETUnauthorized) IsClientError() bool
IsClientError returns true when this get terraform version using g e t unauthorized response has a 4xx status code
func (*GetTerraformVersionUsingGETUnauthorized) IsCode ¶ added in v0.5.0
func (o *GetTerraformVersionUsingGETUnauthorized) IsCode(code int) bool
IsCode returns true when this get terraform version using g e t unauthorized response a status code equal to that given
func (*GetTerraformVersionUsingGETUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *GetTerraformVersionUsingGETUnauthorized) IsRedirect() bool
IsRedirect returns true when this get terraform version using g e t unauthorized response has a 3xx status code
func (*GetTerraformVersionUsingGETUnauthorized) IsServerError ¶ added in v0.5.0
func (o *GetTerraformVersionUsingGETUnauthorized) IsServerError() bool
IsServerError returns true when this get terraform version using g e t unauthorized response has a 5xx status code
func (*GetTerraformVersionUsingGETUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *GetTerraformVersionUsingGETUnauthorized) IsSuccess() bool
IsSuccess returns true when this get terraform version using g e t unauthorized response has a 2xx status code
func (*GetTerraformVersionUsingGETUnauthorized) String ¶ added in v0.5.0
func (o *GetTerraformVersionUsingGETUnauthorized) String() string
type ListTerraformVersionsUsingGETBadRequest ¶ added in v0.4.0
ListTerraformVersionsUsingGETBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewListTerraformVersionsUsingGETBadRequest ¶ added in v0.4.0
func NewListTerraformVersionsUsingGETBadRequest() *ListTerraformVersionsUsingGETBadRequest
NewListTerraformVersionsUsingGETBadRequest creates a ListTerraformVersionsUsingGETBadRequest with default headers values
func (*ListTerraformVersionsUsingGETBadRequest) Error ¶ added in v0.4.0
func (o *ListTerraformVersionsUsingGETBadRequest) Error() string
func (*ListTerraformVersionsUsingGETBadRequest) GetPayload ¶ added in v0.4.0
func (o *ListTerraformVersionsUsingGETBadRequest) GetPayload() *models.Error
func (*ListTerraformVersionsUsingGETBadRequest) IsClientError ¶ added in v0.5.0
func (o *ListTerraformVersionsUsingGETBadRequest) IsClientError() bool
IsClientError returns true when this list terraform versions using g e t bad request response has a 4xx status code
func (*ListTerraformVersionsUsingGETBadRequest) IsCode ¶ added in v0.5.0
func (o *ListTerraformVersionsUsingGETBadRequest) IsCode(code int) bool
IsCode returns true when this list terraform versions using g e t bad request response a status code equal to that given
func (*ListTerraformVersionsUsingGETBadRequest) IsRedirect ¶ added in v0.5.0
func (o *ListTerraformVersionsUsingGETBadRequest) IsRedirect() bool
IsRedirect returns true when this list terraform versions using g e t bad request response has a 3xx status code
func (*ListTerraformVersionsUsingGETBadRequest) IsServerError ¶ added in v0.5.0
func (o *ListTerraformVersionsUsingGETBadRequest) IsServerError() bool
IsServerError returns true when this list terraform versions using g e t bad request response has a 5xx status code
func (*ListTerraformVersionsUsingGETBadRequest) IsSuccess ¶ added in v0.5.0
func (o *ListTerraformVersionsUsingGETBadRequest) IsSuccess() bool
IsSuccess returns true when this list terraform versions using g e t bad request response has a 2xx status code
func (*ListTerraformVersionsUsingGETBadRequest) String ¶ added in v0.5.0
func (o *ListTerraformVersionsUsingGETBadRequest) String() string
type ListTerraformVersionsUsingGETForbidden ¶ added in v0.4.0
type ListTerraformVersionsUsingGETForbidden struct { }
ListTerraformVersionsUsingGETForbidden describes a response with status code 403, with default header values.
Forbidden
func NewListTerraformVersionsUsingGETForbidden ¶ added in v0.4.0
func NewListTerraformVersionsUsingGETForbidden() *ListTerraformVersionsUsingGETForbidden
NewListTerraformVersionsUsingGETForbidden creates a ListTerraformVersionsUsingGETForbidden with default headers values
func (*ListTerraformVersionsUsingGETForbidden) Error ¶ added in v0.4.0
func (o *ListTerraformVersionsUsingGETForbidden) Error() string
func (*ListTerraformVersionsUsingGETForbidden) IsClientError ¶ added in v0.5.0
func (o *ListTerraformVersionsUsingGETForbidden) IsClientError() bool
IsClientError returns true when this list terraform versions using g e t forbidden response has a 4xx status code
func (*ListTerraformVersionsUsingGETForbidden) IsCode ¶ added in v0.5.0
func (o *ListTerraformVersionsUsingGETForbidden) IsCode(code int) bool
IsCode returns true when this list terraform versions using g e t forbidden response a status code equal to that given
func (*ListTerraformVersionsUsingGETForbidden) IsRedirect ¶ added in v0.5.0
func (o *ListTerraformVersionsUsingGETForbidden) IsRedirect() bool
IsRedirect returns true when this list terraform versions using g e t forbidden response has a 3xx status code
func (*ListTerraformVersionsUsingGETForbidden) IsServerError ¶ added in v0.5.0
func (o *ListTerraformVersionsUsingGETForbidden) IsServerError() bool
IsServerError returns true when this list terraform versions using g e t forbidden response has a 5xx status code
func (*ListTerraformVersionsUsingGETForbidden) IsSuccess ¶ added in v0.5.0
func (o *ListTerraformVersionsUsingGETForbidden) IsSuccess() bool
IsSuccess returns true when this list terraform versions using g e t forbidden response has a 2xx status code
func (*ListTerraformVersionsUsingGETForbidden) String ¶ added in v0.5.0
func (o *ListTerraformVersionsUsingGETForbidden) String() string
type ListTerraformVersionsUsingGETOK ¶ added in v0.4.0
type ListTerraformVersionsUsingGETOK struct {
Payload *models.PageOfTerraformVersion
}
ListTerraformVersionsUsingGETOK describes a response with status code 200, with default header values.
OK
func NewListTerraformVersionsUsingGETOK ¶ added in v0.4.0
func NewListTerraformVersionsUsingGETOK() *ListTerraformVersionsUsingGETOK
NewListTerraformVersionsUsingGETOK creates a ListTerraformVersionsUsingGETOK with default headers values
func (*ListTerraformVersionsUsingGETOK) Error ¶ added in v0.4.0
func (o *ListTerraformVersionsUsingGETOK) Error() string
func (*ListTerraformVersionsUsingGETOK) GetPayload ¶ added in v0.4.0
func (o *ListTerraformVersionsUsingGETOK) GetPayload() *models.PageOfTerraformVersion
func (*ListTerraformVersionsUsingGETOK) IsClientError ¶ added in v0.5.0
func (o *ListTerraformVersionsUsingGETOK) IsClientError() bool
IsClientError returns true when this list terraform versions using g e t o k response has a 4xx status code
func (*ListTerraformVersionsUsingGETOK) IsCode ¶ added in v0.5.0
func (o *ListTerraformVersionsUsingGETOK) IsCode(code int) bool
IsCode returns true when this list terraform versions using g e t o k response a status code equal to that given
func (*ListTerraformVersionsUsingGETOK) IsRedirect ¶ added in v0.5.0
func (o *ListTerraformVersionsUsingGETOK) IsRedirect() bool
IsRedirect returns true when this list terraform versions using g e t o k response has a 3xx status code
func (*ListTerraformVersionsUsingGETOK) IsServerError ¶ added in v0.5.0
func (o *ListTerraformVersionsUsingGETOK) IsServerError() bool
IsServerError returns true when this list terraform versions using g e t o k response has a 5xx status code
func (*ListTerraformVersionsUsingGETOK) IsSuccess ¶ added in v0.5.0
func (o *ListTerraformVersionsUsingGETOK) IsSuccess() bool
IsSuccess returns true when this list terraform versions using g e t o k response has a 2xx status code
func (*ListTerraformVersionsUsingGETOK) String ¶ added in v0.5.0
func (o *ListTerraformVersionsUsingGETOK) String() string
type ListTerraformVersionsUsingGETParams ¶ added in v0.4.0
type ListTerraformVersionsUsingGETParams 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 Format: int32 */ DollarSkip *int32 /* DollarTop. Number of records you want Format: int32 */ DollarTop *int32 /* OnlyEnabled. Include only enabled versions */ OnlyEnabled *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListTerraformVersionsUsingGETParams contains all the parameters to send to the API endpoint
for the list terraform versions using g e t operation. Typically these are written to a http.Request.
func NewListTerraformVersionsUsingGETParams ¶ added in v0.4.0
func NewListTerraformVersionsUsingGETParams() *ListTerraformVersionsUsingGETParams
NewListTerraformVersionsUsingGETParams creates a new ListTerraformVersionsUsingGETParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewListTerraformVersionsUsingGETParamsWithContext ¶ added in v0.4.0
func NewListTerraformVersionsUsingGETParamsWithContext(ctx context.Context) *ListTerraformVersionsUsingGETParams
NewListTerraformVersionsUsingGETParamsWithContext creates a new ListTerraformVersionsUsingGETParams object with the ability to set a context for a request.
func NewListTerraformVersionsUsingGETParamsWithHTTPClient ¶ added in v0.4.0
func NewListTerraformVersionsUsingGETParamsWithHTTPClient(client *http.Client) *ListTerraformVersionsUsingGETParams
NewListTerraformVersionsUsingGETParamsWithHTTPClient creates a new ListTerraformVersionsUsingGETParams object with the ability to set a custom HTTPClient for a request.
func NewListTerraformVersionsUsingGETParamsWithTimeout ¶ added in v0.4.0
func NewListTerraformVersionsUsingGETParamsWithTimeout(timeout time.Duration) *ListTerraformVersionsUsingGETParams
NewListTerraformVersionsUsingGETParamsWithTimeout creates a new ListTerraformVersionsUsingGETParams object with the ability to set a timeout on a request.
func (*ListTerraformVersionsUsingGETParams) SetContext ¶ added in v0.4.0
func (o *ListTerraformVersionsUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the list terraform versions using get params
func (*ListTerraformVersionsUsingGETParams) SetDefaults ¶ added in v0.4.0
func (o *ListTerraformVersionsUsingGETParams) SetDefaults()
SetDefaults hydrates default values in the list terraform versions using get params (not the query body).
All values with no default are reset to their zero value.
func (*ListTerraformVersionsUsingGETParams) SetDollarOrderby ¶ added in v0.4.0
func (o *ListTerraformVersionsUsingGETParams) SetDollarOrderby(dollarOrderby []string)
SetDollarOrderby adds the dollarOrderby to the list terraform versions using get params
func (*ListTerraformVersionsUsingGETParams) SetDollarSkip ¶ added in v0.4.0
func (o *ListTerraformVersionsUsingGETParams) SetDollarSkip(dollarSkip *int32)
SetDollarSkip adds the dollarSkip to the list terraform versions using get params
func (*ListTerraformVersionsUsingGETParams) SetDollarTop ¶ added in v0.4.0
func (o *ListTerraformVersionsUsingGETParams) SetDollarTop(dollarTop *int32)
SetDollarTop adds the dollarTop to the list terraform versions using get params
func (*ListTerraformVersionsUsingGETParams) SetHTTPClient ¶ added in v0.4.0
func (o *ListTerraformVersionsUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list terraform versions using get params
func (*ListTerraformVersionsUsingGETParams) SetOnlyEnabled ¶ added in v0.4.0
func (o *ListTerraformVersionsUsingGETParams) SetOnlyEnabled(onlyEnabled *bool)
SetOnlyEnabled adds the onlyEnabled to the list terraform versions using get params
func (*ListTerraformVersionsUsingGETParams) SetTimeout ¶ added in v0.4.0
func (o *ListTerraformVersionsUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list terraform versions using get params
func (*ListTerraformVersionsUsingGETParams) WithContext ¶ added in v0.4.0
func (o *ListTerraformVersionsUsingGETParams) WithContext(ctx context.Context) *ListTerraformVersionsUsingGETParams
WithContext adds the context to the list terraform versions using get params
func (*ListTerraformVersionsUsingGETParams) WithDefaults ¶ added in v0.4.0
func (o *ListTerraformVersionsUsingGETParams) WithDefaults() *ListTerraformVersionsUsingGETParams
WithDefaults hydrates default values in the list terraform versions using get params (not the query body).
All values with no default are reset to their zero value.
func (*ListTerraformVersionsUsingGETParams) WithDollarOrderby ¶ added in v0.4.0
func (o *ListTerraformVersionsUsingGETParams) WithDollarOrderby(dollarOrderby []string) *ListTerraformVersionsUsingGETParams
WithDollarOrderby adds the dollarOrderby to the list terraform versions using get params
func (*ListTerraformVersionsUsingGETParams) WithDollarSkip ¶ added in v0.4.0
func (o *ListTerraformVersionsUsingGETParams) WithDollarSkip(dollarSkip *int32) *ListTerraformVersionsUsingGETParams
WithDollarSkip adds the dollarSkip to the list terraform versions using get params
func (*ListTerraformVersionsUsingGETParams) WithDollarTop ¶ added in v0.4.0
func (o *ListTerraformVersionsUsingGETParams) WithDollarTop(dollarTop *int32) *ListTerraformVersionsUsingGETParams
WithDollarTop adds the dollarTop to the list terraform versions using get params
func (*ListTerraformVersionsUsingGETParams) WithHTTPClient ¶ added in v0.4.0
func (o *ListTerraformVersionsUsingGETParams) WithHTTPClient(client *http.Client) *ListTerraformVersionsUsingGETParams
WithHTTPClient adds the HTTPClient to the list terraform versions using get params
func (*ListTerraformVersionsUsingGETParams) WithOnlyEnabled ¶ added in v0.4.0
func (o *ListTerraformVersionsUsingGETParams) WithOnlyEnabled(onlyEnabled *bool) *ListTerraformVersionsUsingGETParams
WithOnlyEnabled adds the onlyEnabled to the list terraform versions using get params
func (*ListTerraformVersionsUsingGETParams) WithTimeout ¶ added in v0.4.0
func (o *ListTerraformVersionsUsingGETParams) WithTimeout(timeout time.Duration) *ListTerraformVersionsUsingGETParams
WithTimeout adds the timeout to the list terraform versions using get params
func (*ListTerraformVersionsUsingGETParams) WriteToRequest ¶ added in v0.4.0
func (o *ListTerraformVersionsUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListTerraformVersionsUsingGETReader ¶ added in v0.4.0
type ListTerraformVersionsUsingGETReader struct {
// contains filtered or unexported fields
}
ListTerraformVersionsUsingGETReader is a Reader for the ListTerraformVersionsUsingGET structure.
func (*ListTerraformVersionsUsingGETReader) ReadResponse ¶ added in v0.4.0
func (o *ListTerraformVersionsUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListTerraformVersionsUsingGETUnauthorized ¶ added in v0.4.0
type ListTerraformVersionsUsingGETUnauthorized struct { }
ListTerraformVersionsUsingGETUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewListTerraformVersionsUsingGETUnauthorized ¶ added in v0.4.0
func NewListTerraformVersionsUsingGETUnauthorized() *ListTerraformVersionsUsingGETUnauthorized
NewListTerraformVersionsUsingGETUnauthorized creates a ListTerraformVersionsUsingGETUnauthorized with default headers values
func (*ListTerraformVersionsUsingGETUnauthorized) Error ¶ added in v0.4.0
func (o *ListTerraformVersionsUsingGETUnauthorized) Error() string
func (*ListTerraformVersionsUsingGETUnauthorized) IsClientError ¶ added in v0.5.0
func (o *ListTerraformVersionsUsingGETUnauthorized) IsClientError() bool
IsClientError returns true when this list terraform versions using g e t unauthorized response has a 4xx status code
func (*ListTerraformVersionsUsingGETUnauthorized) IsCode ¶ added in v0.5.0
func (o *ListTerraformVersionsUsingGETUnauthorized) IsCode(code int) bool
IsCode returns true when this list terraform versions using g e t unauthorized response a status code equal to that given
func (*ListTerraformVersionsUsingGETUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *ListTerraformVersionsUsingGETUnauthorized) IsRedirect() bool
IsRedirect returns true when this list terraform versions using g e t unauthorized response has a 3xx status code
func (*ListTerraformVersionsUsingGETUnauthorized) IsServerError ¶ added in v0.5.0
func (o *ListTerraformVersionsUsingGETUnauthorized) IsServerError() bool
IsServerError returns true when this list terraform versions using g e t unauthorized response has a 5xx status code
func (*ListTerraformVersionsUsingGETUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *ListTerraformVersionsUsingGETUnauthorized) IsSuccess() bool
IsSuccess returns true when this list terraform versions using g e t unauthorized response has a 2xx status code
func (*ListTerraformVersionsUsingGETUnauthorized) String ¶ added in v0.5.0
func (o *ListTerraformVersionsUsingGETUnauthorized) String() string
type UpdateTerraformVersionUsingPATCHForbidden ¶ added in v0.4.0
type UpdateTerraformVersionUsingPATCHForbidden struct { }
UpdateTerraformVersionUsingPATCHForbidden describes a response with status code 403, with default header values.
Forbidden
func NewUpdateTerraformVersionUsingPATCHForbidden ¶ added in v0.4.0
func NewUpdateTerraformVersionUsingPATCHForbidden() *UpdateTerraformVersionUsingPATCHForbidden
NewUpdateTerraformVersionUsingPATCHForbidden creates a UpdateTerraformVersionUsingPATCHForbidden with default headers values
func (*UpdateTerraformVersionUsingPATCHForbidden) Error ¶ added in v0.4.0
func (o *UpdateTerraformVersionUsingPATCHForbidden) Error() string
func (*UpdateTerraformVersionUsingPATCHForbidden) IsClientError ¶ added in v0.5.0
func (o *UpdateTerraformVersionUsingPATCHForbidden) IsClientError() bool
IsClientError returns true when this update terraform version using p a t c h forbidden response has a 4xx status code
func (*UpdateTerraformVersionUsingPATCHForbidden) IsCode ¶ added in v0.5.0
func (o *UpdateTerraformVersionUsingPATCHForbidden) IsCode(code int) bool
IsCode returns true when this update terraform version using p a t c h forbidden response a status code equal to that given
func (*UpdateTerraformVersionUsingPATCHForbidden) IsRedirect ¶ added in v0.5.0
func (o *UpdateTerraformVersionUsingPATCHForbidden) IsRedirect() bool
IsRedirect returns true when this update terraform version using p a t c h forbidden response has a 3xx status code
func (*UpdateTerraformVersionUsingPATCHForbidden) IsServerError ¶ added in v0.5.0
func (o *UpdateTerraformVersionUsingPATCHForbidden) IsServerError() bool
IsServerError returns true when this update terraform version using p a t c h forbidden response has a 5xx status code
func (*UpdateTerraformVersionUsingPATCHForbidden) IsSuccess ¶ added in v0.5.0
func (o *UpdateTerraformVersionUsingPATCHForbidden) IsSuccess() bool
IsSuccess returns true when this update terraform version using p a t c h forbidden response has a 2xx status code
func (*UpdateTerraformVersionUsingPATCHForbidden) String ¶ added in v0.5.0
func (o *UpdateTerraformVersionUsingPATCHForbidden) String() string
type UpdateTerraformVersionUsingPATCHNotFound ¶ added in v0.4.0
UpdateTerraformVersionUsingPATCHNotFound describes a response with status code 404, with default header values.
Not Found
func NewUpdateTerraformVersionUsingPATCHNotFound ¶ added in v0.4.0
func NewUpdateTerraformVersionUsingPATCHNotFound() *UpdateTerraformVersionUsingPATCHNotFound
NewUpdateTerraformVersionUsingPATCHNotFound creates a UpdateTerraformVersionUsingPATCHNotFound with default headers values
func (*UpdateTerraformVersionUsingPATCHNotFound) Error ¶ added in v0.4.0
func (o *UpdateTerraformVersionUsingPATCHNotFound) Error() string
func (*UpdateTerraformVersionUsingPATCHNotFound) GetPayload ¶ added in v0.4.0
func (o *UpdateTerraformVersionUsingPATCHNotFound) GetPayload() *models.Error
func (*UpdateTerraformVersionUsingPATCHNotFound) IsClientError ¶ added in v0.5.0
func (o *UpdateTerraformVersionUsingPATCHNotFound) IsClientError() bool
IsClientError returns true when this update terraform version using p a t c h not found response has a 4xx status code
func (*UpdateTerraformVersionUsingPATCHNotFound) IsCode ¶ added in v0.5.0
func (o *UpdateTerraformVersionUsingPATCHNotFound) IsCode(code int) bool
IsCode returns true when this update terraform version using p a t c h not found response a status code equal to that given
func (*UpdateTerraformVersionUsingPATCHNotFound) IsRedirect ¶ added in v0.5.0
func (o *UpdateTerraformVersionUsingPATCHNotFound) IsRedirect() bool
IsRedirect returns true when this update terraform version using p a t c h not found response has a 3xx status code
func (*UpdateTerraformVersionUsingPATCHNotFound) IsServerError ¶ added in v0.5.0
func (o *UpdateTerraformVersionUsingPATCHNotFound) IsServerError() bool
IsServerError returns true when this update terraform version using p a t c h not found response has a 5xx status code
func (*UpdateTerraformVersionUsingPATCHNotFound) IsSuccess ¶ added in v0.5.0
func (o *UpdateTerraformVersionUsingPATCHNotFound) IsSuccess() bool
IsSuccess returns true when this update terraform version using p a t c h not found response has a 2xx status code
func (*UpdateTerraformVersionUsingPATCHNotFound) String ¶ added in v0.5.0
func (o *UpdateTerraformVersionUsingPATCHNotFound) String() string
type UpdateTerraformVersionUsingPATCHOK ¶ added in v0.4.0
type UpdateTerraformVersionUsingPATCHOK struct {
Payload *models.TerraformVersion
}
UpdateTerraformVersionUsingPATCHOK describes a response with status code 200, with default header values.
OK
func NewUpdateTerraformVersionUsingPATCHOK ¶ added in v0.4.0
func NewUpdateTerraformVersionUsingPATCHOK() *UpdateTerraformVersionUsingPATCHOK
NewUpdateTerraformVersionUsingPATCHOK creates a UpdateTerraformVersionUsingPATCHOK with default headers values
func (*UpdateTerraformVersionUsingPATCHOK) Error ¶ added in v0.4.0
func (o *UpdateTerraformVersionUsingPATCHOK) Error() string
func (*UpdateTerraformVersionUsingPATCHOK) GetPayload ¶ added in v0.4.0
func (o *UpdateTerraformVersionUsingPATCHOK) GetPayload() *models.TerraformVersion
func (*UpdateTerraformVersionUsingPATCHOK) IsClientError ¶ added in v0.5.0
func (o *UpdateTerraformVersionUsingPATCHOK) IsClientError() bool
IsClientError returns true when this update terraform version using p a t c h o k response has a 4xx status code
func (*UpdateTerraformVersionUsingPATCHOK) IsCode ¶ added in v0.5.0
func (o *UpdateTerraformVersionUsingPATCHOK) IsCode(code int) bool
IsCode returns true when this update terraform version using p a t c h o k response a status code equal to that given
func (*UpdateTerraformVersionUsingPATCHOK) IsRedirect ¶ added in v0.5.0
func (o *UpdateTerraformVersionUsingPATCHOK) IsRedirect() bool
IsRedirect returns true when this update terraform version using p a t c h o k response has a 3xx status code
func (*UpdateTerraformVersionUsingPATCHOK) IsServerError ¶ added in v0.5.0
func (o *UpdateTerraformVersionUsingPATCHOK) IsServerError() bool
IsServerError returns true when this update terraform version using p a t c h o k response has a 5xx status code
func (*UpdateTerraformVersionUsingPATCHOK) IsSuccess ¶ added in v0.5.0
func (o *UpdateTerraformVersionUsingPATCHOK) IsSuccess() bool
IsSuccess returns true when this update terraform version using p a t c h o k response has a 2xx status code
func (*UpdateTerraformVersionUsingPATCHOK) String ¶ added in v0.5.0
func (o *UpdateTerraformVersionUsingPATCHOK) String() string
type UpdateTerraformVersionUsingPATCHParams ¶ added in v0.4.0
type UpdateTerraformVersionUsingPATCHParams struct { /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about */ APIVersion *string /* TerraformVersion. Terraform version object */ TerraformVersion *models.TerraformVersion /* VersionID. versionId Format: uuid */ VersionID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateTerraformVersionUsingPATCHParams contains all the parameters to send to the API endpoint
for the update terraform version using p a t c h operation. Typically these are written to a http.Request.
func NewUpdateTerraformVersionUsingPATCHParams ¶ added in v0.4.0
func NewUpdateTerraformVersionUsingPATCHParams() *UpdateTerraformVersionUsingPATCHParams
NewUpdateTerraformVersionUsingPATCHParams creates a new UpdateTerraformVersionUsingPATCHParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUpdateTerraformVersionUsingPATCHParamsWithContext ¶ added in v0.4.0
func NewUpdateTerraformVersionUsingPATCHParamsWithContext(ctx context.Context) *UpdateTerraformVersionUsingPATCHParams
NewUpdateTerraformVersionUsingPATCHParamsWithContext creates a new UpdateTerraformVersionUsingPATCHParams object with the ability to set a context for a request.
func NewUpdateTerraformVersionUsingPATCHParamsWithHTTPClient ¶ added in v0.4.0
func NewUpdateTerraformVersionUsingPATCHParamsWithHTTPClient(client *http.Client) *UpdateTerraformVersionUsingPATCHParams
NewUpdateTerraformVersionUsingPATCHParamsWithHTTPClient creates a new UpdateTerraformVersionUsingPATCHParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateTerraformVersionUsingPATCHParamsWithTimeout ¶ added in v0.4.0
func NewUpdateTerraformVersionUsingPATCHParamsWithTimeout(timeout time.Duration) *UpdateTerraformVersionUsingPATCHParams
NewUpdateTerraformVersionUsingPATCHParamsWithTimeout creates a new UpdateTerraformVersionUsingPATCHParams object with the ability to set a timeout on a request.
func (*UpdateTerraformVersionUsingPATCHParams) SetAPIVersion ¶ added in v0.4.0
func (o *UpdateTerraformVersionUsingPATCHParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the update terraform version using p a t c h params
func (*UpdateTerraformVersionUsingPATCHParams) SetContext ¶ added in v0.4.0
func (o *UpdateTerraformVersionUsingPATCHParams) SetContext(ctx context.Context)
SetContext adds the context to the update terraform version using p a t c h params
func (*UpdateTerraformVersionUsingPATCHParams) SetDefaults ¶ added in v0.4.0
func (o *UpdateTerraformVersionUsingPATCHParams) SetDefaults()
SetDefaults hydrates default values in the update terraform version using p a t c h params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateTerraformVersionUsingPATCHParams) SetHTTPClient ¶ added in v0.4.0
func (o *UpdateTerraformVersionUsingPATCHParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update terraform version using p a t c h params
func (*UpdateTerraformVersionUsingPATCHParams) SetTerraformVersion ¶ added in v0.4.0
func (o *UpdateTerraformVersionUsingPATCHParams) SetTerraformVersion(terraformVersion *models.TerraformVersion)
SetTerraformVersion adds the terraformVersion to the update terraform version using p a t c h params
func (*UpdateTerraformVersionUsingPATCHParams) SetTimeout ¶ added in v0.4.0
func (o *UpdateTerraformVersionUsingPATCHParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update terraform version using p a t c h params
func (*UpdateTerraformVersionUsingPATCHParams) SetVersionID ¶ added in v0.4.0
func (o *UpdateTerraformVersionUsingPATCHParams) SetVersionID(versionID strfmt.UUID)
SetVersionID adds the versionId to the update terraform version using p a t c h params
func (*UpdateTerraformVersionUsingPATCHParams) WithAPIVersion ¶ added in v0.4.0
func (o *UpdateTerraformVersionUsingPATCHParams) WithAPIVersion(aPIVersion *string) *UpdateTerraformVersionUsingPATCHParams
WithAPIVersion adds the aPIVersion to the update terraform version using p a t c h params
func (*UpdateTerraformVersionUsingPATCHParams) WithContext ¶ added in v0.4.0
func (o *UpdateTerraformVersionUsingPATCHParams) WithContext(ctx context.Context) *UpdateTerraformVersionUsingPATCHParams
WithContext adds the context to the update terraform version using p a t c h params
func (*UpdateTerraformVersionUsingPATCHParams) WithDefaults ¶ added in v0.4.0
func (o *UpdateTerraformVersionUsingPATCHParams) WithDefaults() *UpdateTerraformVersionUsingPATCHParams
WithDefaults hydrates default values in the update terraform version using p a t c h params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateTerraformVersionUsingPATCHParams) WithHTTPClient ¶ added in v0.4.0
func (o *UpdateTerraformVersionUsingPATCHParams) WithHTTPClient(client *http.Client) *UpdateTerraformVersionUsingPATCHParams
WithHTTPClient adds the HTTPClient to the update terraform version using p a t c h params
func (*UpdateTerraformVersionUsingPATCHParams) WithTerraformVersion ¶ added in v0.4.0
func (o *UpdateTerraformVersionUsingPATCHParams) WithTerraformVersion(terraformVersion *models.TerraformVersion) *UpdateTerraformVersionUsingPATCHParams
WithTerraformVersion adds the terraformVersion to the update terraform version using p a t c h params
func (*UpdateTerraformVersionUsingPATCHParams) WithTimeout ¶ added in v0.4.0
func (o *UpdateTerraformVersionUsingPATCHParams) WithTimeout(timeout time.Duration) *UpdateTerraformVersionUsingPATCHParams
WithTimeout adds the timeout to the update terraform version using p a t c h params
func (*UpdateTerraformVersionUsingPATCHParams) WithVersionID ¶ added in v0.4.0
func (o *UpdateTerraformVersionUsingPATCHParams) WithVersionID(versionID strfmt.UUID) *UpdateTerraformVersionUsingPATCHParams
WithVersionID adds the versionID to the update terraform version using p a t c h params
func (*UpdateTerraformVersionUsingPATCHParams) WriteToRequest ¶ added in v0.4.0
func (o *UpdateTerraformVersionUsingPATCHParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateTerraformVersionUsingPATCHReader ¶ added in v0.4.0
type UpdateTerraformVersionUsingPATCHReader struct {
// contains filtered or unexported fields
}
UpdateTerraformVersionUsingPATCHReader is a Reader for the UpdateTerraformVersionUsingPATCH structure.
func (*UpdateTerraformVersionUsingPATCHReader) ReadResponse ¶ added in v0.4.0
func (o *UpdateTerraformVersionUsingPATCHReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateTerraformVersionUsingPATCHUnauthorized ¶ added in v0.4.0
type UpdateTerraformVersionUsingPATCHUnauthorized struct { }
UpdateTerraformVersionUsingPATCHUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewUpdateTerraformVersionUsingPATCHUnauthorized ¶ added in v0.4.0
func NewUpdateTerraformVersionUsingPATCHUnauthorized() *UpdateTerraformVersionUsingPATCHUnauthorized
NewUpdateTerraformVersionUsingPATCHUnauthorized creates a UpdateTerraformVersionUsingPATCHUnauthorized with default headers values
func (*UpdateTerraformVersionUsingPATCHUnauthorized) Error ¶ added in v0.4.0
func (o *UpdateTerraformVersionUsingPATCHUnauthorized) Error() string
func (*UpdateTerraformVersionUsingPATCHUnauthorized) IsClientError ¶ added in v0.5.0
func (o *UpdateTerraformVersionUsingPATCHUnauthorized) IsClientError() bool
IsClientError returns true when this update terraform version using p a t c h unauthorized response has a 4xx status code
func (*UpdateTerraformVersionUsingPATCHUnauthorized) IsCode ¶ added in v0.5.0
func (o *UpdateTerraformVersionUsingPATCHUnauthorized) IsCode(code int) bool
IsCode returns true when this update terraform version using p a t c h unauthorized response a status code equal to that given
func (*UpdateTerraformVersionUsingPATCHUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *UpdateTerraformVersionUsingPATCHUnauthorized) IsRedirect() bool
IsRedirect returns true when this update terraform version using p a t c h unauthorized response has a 3xx status code
func (*UpdateTerraformVersionUsingPATCHUnauthorized) IsServerError ¶ added in v0.5.0
func (o *UpdateTerraformVersionUsingPATCHUnauthorized) IsServerError() bool
IsServerError returns true when this update terraform version using p a t c h unauthorized response has a 5xx status code
func (*UpdateTerraformVersionUsingPATCHUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *UpdateTerraformVersionUsingPATCHUnauthorized) IsSuccess() bool
IsSuccess returns true when this update terraform version using p a t c h unauthorized response has a 2xx status code
func (*UpdateTerraformVersionUsingPATCHUnauthorized) String ¶ added in v0.5.0
func (o *UpdateTerraformVersionUsingPATCHUnauthorized) String() string
Source Files ¶
- blueprint_terraform_integrations_client.go
- create_blueprint_from_mapping_using_post_parameters.go
- create_blueprint_from_mapping_using_post_responses.go
- create_blueprint_mapping_using_post_parameters.go
- create_blueprint_mapping_using_post_responses.go
- create_terraform_version_using_post_parameters.go
- create_terraform_version_using_post_responses.go
- delete_terraform_version_using_delete_parameters.go
- delete_terraform_version_using_delete_responses.go
- get_configuration_source_tree_using_get_parameters.go
- get_configuration_source_tree_using_get_responses.go
- get_terraform_configuration_source_commit_list_using_get_parameters.go
- get_terraform_configuration_source_commit_list_using_get_responses.go
- get_terraform_configuration_sources_using_get_parameters.go
- get_terraform_configuration_sources_using_get_responses.go
- get_terraform_version_using_get_parameters.go
- get_terraform_version_using_get_responses.go
- list_terraform_versions_using_get_parameters.go
- list_terraform_versions_using_get_responses.go
- update_terraform_version_using_patch_parameters.go
- update_terraform_version_using_patch_responses.go