vrslcm

package
v0.2.4 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: BSD-2-Clause Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for v r s l c m API

func (*Client) DeployVRSLCM

func (a *Client) DeployVRSLCM(params *DeployVRSLCMParams, opts ...ClientOption) (*DeployVRSLCMAccepted, error)

DeployVRSLCM deploys v realize suite lifecycle manager

Triggers the vRealize Suite Lifecycle Manager deployment operation and returns an URL in the headers to track the operation status.

func (*Client) GetVRSLCM added in v0.1.1

func (a *Client) GetVRSLCM(params *GetVRSLCMParams, opts ...ClientOption) (*GetVRSLCMOK, error)

GetVRSLCM gets the existing v realize suite lifecycle manager

Gets the complete information about the existing vRealize Suite Lifecycle Manager instance.

func (*Client) GetVRSLCMValidation added in v0.1.1

func (a *Client) GetVRSLCMValidation(params *GetVRSLCMValidationParams, opts ...ClientOption) (*GetVRSLCMValidationOK, error)

GetVRSLCMValidation gets the status of the validations for v realize lifecycle manager deployment

Gets the status of given vRealize Suite Lifecycle Manager validation workflow by given validation id

func (*Client) GetVrslcms added in v0.1.1

func (a *Client) GetVrslcms(params *GetVrslcmsParams, opts ...ClientOption) (*GetVrslcmsOK, error)

GetVrslcms gets all existing v realize suite lifecycle manager instances

func (*Client) RollbackVRSLCM

func (a *Client) RollbackVRSLCM(params *RollbackVRSLCMParams, opts ...ClientOption) (*RollbackVRSLCMAccepted, error)

RollbackVRSLCM rollbacks v realize suite lifecycle manager after unsuccessful deployment

Triggers the vRealize Suite Lifecycle Manager rollback operation and returns an URL in the headers to track the operation status.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateVRSLCMVersionByIDInInventory

func (a *Client) UpdateVRSLCMVersionByIDInInventory(params *UpdateVRSLCMVersionByIDInInventoryParams, opts ...ClientOption) (*UpdateVRSLCMVersionByIDInInventoryOK, error)

UpdateVRSLCMVersionByIDInInventory updates v r s l c m version by ID in SDDC manager inventory

Updates Vrealize Suite Lifecycle Manager version

func (*Client) UpdateVRSLCMVersionInInventory

func (a *Client) UpdateVRSLCMVersionInInventory(params *UpdateVRSLCMVersionInInventoryParams, opts ...ClientOption) (*UpdateVRSLCMVersionInInventoryOK, error)

UpdateVRSLCMVersionInInventory updates the version of VRSLCM in SDDC manager inventory

Updates vRealize Suite Lifecycle Manager version in VCF inventory

func (*Client) ValidateVRSLCM

func (a *Client) ValidateVRSLCM(params *ValidateVRSLCMParams, opts ...ClientOption) (*ValidateVRSLCMAccepted, error)

ValidateVRSLCM validates the input specification for v realize suite lifecycle manager deployment

Triggers vRealize Suite Lifecycle Manager deployment specification validation workflow

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	DeployVRSLCM(params *DeployVRSLCMParams, opts ...ClientOption) (*DeployVRSLCMAccepted, error)

	GetVRSLCM(params *GetVRSLCMParams, opts ...ClientOption) (*GetVRSLCMOK, error)

	GetVRSLCMValidation(params *GetVRSLCMValidationParams, opts ...ClientOption) (*GetVRSLCMValidationOK, error)

	GetVrslcms(params *GetVrslcmsParams, opts ...ClientOption) (*GetVrslcmsOK, error)

	RollbackVRSLCM(params *RollbackVRSLCMParams, opts ...ClientOption) (*RollbackVRSLCMAccepted, error)

	UpdateVRSLCMVersionByIDInInventory(params *UpdateVRSLCMVersionByIDInInventoryParams, opts ...ClientOption) (*UpdateVRSLCMVersionByIDInInventoryOK, error)

	UpdateVRSLCMVersionInInventory(params *UpdateVRSLCMVersionInInventoryParams, opts ...ClientOption) (*UpdateVRSLCMVersionInInventoryOK, error)

	ValidateVRSLCM(params *ValidateVRSLCMParams, opts ...ClientOption) (*ValidateVRSLCMAccepted, 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 v r s l c m API client.

type DeployVRSLCMAccepted

type DeployVRSLCMAccepted struct {
	Payload *models.Task
}

DeployVRSLCMAccepted describes a response with status code 202, with default header values.

Accepted

func NewDeployVRSLCMAccepted

func NewDeployVRSLCMAccepted() *DeployVRSLCMAccepted

NewDeployVRSLCMAccepted creates a DeployVRSLCMAccepted with default headers values

func (*DeployVRSLCMAccepted) Error

func (o *DeployVRSLCMAccepted) Error() string

func (*DeployVRSLCMAccepted) GetPayload

func (o *DeployVRSLCMAccepted) GetPayload() *models.Task

func (*DeployVRSLCMAccepted) IsClientError

func (o *DeployVRSLCMAccepted) IsClientError() bool

IsClientError returns true when this deploy Vrslcm accepted response has a 4xx status code

func (*DeployVRSLCMAccepted) IsCode

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

IsCode returns true when this deploy Vrslcm accepted response a status code equal to that given

func (*DeployVRSLCMAccepted) IsRedirect

func (o *DeployVRSLCMAccepted) IsRedirect() bool

IsRedirect returns true when this deploy Vrslcm accepted response has a 3xx status code

func (*DeployVRSLCMAccepted) IsServerError

func (o *DeployVRSLCMAccepted) IsServerError() bool

IsServerError returns true when this deploy Vrslcm accepted response has a 5xx status code

func (*DeployVRSLCMAccepted) IsSuccess

func (o *DeployVRSLCMAccepted) IsSuccess() bool

IsSuccess returns true when this deploy Vrslcm accepted response has a 2xx status code

func (*DeployVRSLCMAccepted) String

func (o *DeployVRSLCMAccepted) String() string

type DeployVRSLCMBadRequest

type DeployVRSLCMBadRequest struct {
	Payload *models.Error
}

DeployVRSLCMBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewDeployVRSLCMBadRequest

func NewDeployVRSLCMBadRequest() *DeployVRSLCMBadRequest

NewDeployVRSLCMBadRequest creates a DeployVRSLCMBadRequest with default headers values

func (*DeployVRSLCMBadRequest) Error

func (o *DeployVRSLCMBadRequest) Error() string

func (*DeployVRSLCMBadRequest) GetPayload

func (o *DeployVRSLCMBadRequest) GetPayload() *models.Error

func (*DeployVRSLCMBadRequest) IsClientError

func (o *DeployVRSLCMBadRequest) IsClientError() bool

IsClientError returns true when this deploy Vrslcm bad request response has a 4xx status code

func (*DeployVRSLCMBadRequest) IsCode

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

IsCode returns true when this deploy Vrslcm bad request response a status code equal to that given

func (*DeployVRSLCMBadRequest) IsRedirect

func (o *DeployVRSLCMBadRequest) IsRedirect() bool

IsRedirect returns true when this deploy Vrslcm bad request response has a 3xx status code

func (*DeployVRSLCMBadRequest) IsServerError

func (o *DeployVRSLCMBadRequest) IsServerError() bool

IsServerError returns true when this deploy Vrslcm bad request response has a 5xx status code

func (*DeployVRSLCMBadRequest) IsSuccess

func (o *DeployVRSLCMBadRequest) IsSuccess() bool

IsSuccess returns true when this deploy Vrslcm bad request response has a 2xx status code

func (*DeployVRSLCMBadRequest) String

func (o *DeployVRSLCMBadRequest) String() string

type DeployVRSLCMInternalServerError

type DeployVRSLCMInternalServerError struct {
	Payload *models.Error
}

DeployVRSLCMInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewDeployVRSLCMInternalServerError

func NewDeployVRSLCMInternalServerError() *DeployVRSLCMInternalServerError

NewDeployVRSLCMInternalServerError creates a DeployVRSLCMInternalServerError with default headers values

func (*DeployVRSLCMInternalServerError) Error

func (*DeployVRSLCMInternalServerError) GetPayload

func (o *DeployVRSLCMInternalServerError) GetPayload() *models.Error

func (*DeployVRSLCMInternalServerError) IsClientError

func (o *DeployVRSLCMInternalServerError) IsClientError() bool

IsClientError returns true when this deploy Vrslcm internal server error response has a 4xx status code

func (*DeployVRSLCMInternalServerError) IsCode

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

IsCode returns true when this deploy Vrslcm internal server error response a status code equal to that given

func (*DeployVRSLCMInternalServerError) IsRedirect

func (o *DeployVRSLCMInternalServerError) IsRedirect() bool

IsRedirect returns true when this deploy Vrslcm internal server error response has a 3xx status code

func (*DeployVRSLCMInternalServerError) IsServerError

func (o *DeployVRSLCMInternalServerError) IsServerError() bool

IsServerError returns true when this deploy Vrslcm internal server error response has a 5xx status code

func (*DeployVRSLCMInternalServerError) IsSuccess

func (o *DeployVRSLCMInternalServerError) IsSuccess() bool

IsSuccess returns true when this deploy Vrslcm internal server error response has a 2xx status code

func (*DeployVRSLCMInternalServerError) String

type DeployVRSLCMMethodNotAllowed

type DeployVRSLCMMethodNotAllowed struct {
	Payload *models.Error
}

DeployVRSLCMMethodNotAllowed describes a response with status code 405, with default header values.

Method Not Allowed

func NewDeployVRSLCMMethodNotAllowed

func NewDeployVRSLCMMethodNotAllowed() *DeployVRSLCMMethodNotAllowed

NewDeployVRSLCMMethodNotAllowed creates a DeployVRSLCMMethodNotAllowed with default headers values

func (*DeployVRSLCMMethodNotAllowed) Error

func (*DeployVRSLCMMethodNotAllowed) GetPayload

func (o *DeployVRSLCMMethodNotAllowed) GetPayload() *models.Error

func (*DeployVRSLCMMethodNotAllowed) IsClientError

func (o *DeployVRSLCMMethodNotAllowed) IsClientError() bool

IsClientError returns true when this deploy Vrslcm method not allowed response has a 4xx status code

func (*DeployVRSLCMMethodNotAllowed) IsCode

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

IsCode returns true when this deploy Vrslcm method not allowed response a status code equal to that given

func (*DeployVRSLCMMethodNotAllowed) IsRedirect

func (o *DeployVRSLCMMethodNotAllowed) IsRedirect() bool

IsRedirect returns true when this deploy Vrslcm method not allowed response has a 3xx status code

func (*DeployVRSLCMMethodNotAllowed) IsServerError

func (o *DeployVRSLCMMethodNotAllowed) IsServerError() bool

IsServerError returns true when this deploy Vrslcm method not allowed response has a 5xx status code

func (*DeployVRSLCMMethodNotAllowed) IsSuccess

func (o *DeployVRSLCMMethodNotAllowed) IsSuccess() bool

IsSuccess returns true when this deploy Vrslcm method not allowed response has a 2xx status code

func (*DeployVRSLCMMethodNotAllowed) String

type DeployVRSLCMParams

type DeployVRSLCMParams struct {

	/* VRSLCMPublicDeploymentSpec.

	   vRealize Suite Lifecycle Manager Deployment Specification
	*/
	VRSLCMPublicDeploymentSpec *models.VRSLCMDeploymentSpec

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

DeployVRSLCMParams contains all the parameters to send to the API endpoint

for the deploy Vrslcm operation.

Typically these are written to a http.Request.

func NewDeployVRSLCMParams

func NewDeployVRSLCMParams() *DeployVRSLCMParams

NewDeployVRSLCMParams creates a new DeployVRSLCMParams 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 NewDeployVRSLCMParamsWithContext

func NewDeployVRSLCMParamsWithContext(ctx context.Context) *DeployVRSLCMParams

NewDeployVRSLCMParamsWithContext creates a new DeployVRSLCMParams object with the ability to set a context for a request.

func NewDeployVRSLCMParamsWithHTTPClient

func NewDeployVRSLCMParamsWithHTTPClient(client *http.Client) *DeployVRSLCMParams

NewDeployVRSLCMParamsWithHTTPClient creates a new DeployVRSLCMParams object with the ability to set a custom HTTPClient for a request.

func NewDeployVRSLCMParamsWithTimeout

func NewDeployVRSLCMParamsWithTimeout(timeout time.Duration) *DeployVRSLCMParams

NewDeployVRSLCMParamsWithTimeout creates a new DeployVRSLCMParams object with the ability to set a timeout on a request.

func (*DeployVRSLCMParams) SetContext

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

SetContext adds the context to the deploy Vrslcm params

func (*DeployVRSLCMParams) SetDefaults

func (o *DeployVRSLCMParams) SetDefaults()

SetDefaults hydrates default values in the deploy Vrslcm params (not the query body).

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

func (*DeployVRSLCMParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the deploy Vrslcm params

func (*DeployVRSLCMParams) SetTimeout

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

SetTimeout adds the timeout to the deploy Vrslcm params

func (*DeployVRSLCMParams) SetVRSLCMPublicDeploymentSpec

func (o *DeployVRSLCMParams) SetVRSLCMPublicDeploymentSpec(vRSLCMPublicDeploymentSpec *models.VRSLCMDeploymentSpec)

SetVRSLCMPublicDeploymentSpec adds the vrslcmPublicDeploymentSpec to the deploy Vrslcm params

func (*DeployVRSLCMParams) WithContext

WithContext adds the context to the deploy Vrslcm params

func (*DeployVRSLCMParams) WithDefaults

func (o *DeployVRSLCMParams) WithDefaults() *DeployVRSLCMParams

WithDefaults hydrates default values in the deploy Vrslcm params (not the query body).

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

func (*DeployVRSLCMParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the deploy Vrslcm params

func (*DeployVRSLCMParams) WithTimeout

func (o *DeployVRSLCMParams) WithTimeout(timeout time.Duration) *DeployVRSLCMParams

WithTimeout adds the timeout to the deploy Vrslcm params

func (*DeployVRSLCMParams) WithVRSLCMPublicDeploymentSpec

func (o *DeployVRSLCMParams) WithVRSLCMPublicDeploymentSpec(vRSLCMPublicDeploymentSpec *models.VRSLCMDeploymentSpec) *DeployVRSLCMParams

WithVRSLCMPublicDeploymentSpec adds the vRSLCMPublicDeploymentSpec to the deploy Vrslcm params

func (*DeployVRSLCMParams) WriteToRequest

func (o *DeployVRSLCMParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeployVRSLCMReader

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

DeployVRSLCMReader is a Reader for the DeployVRSLCM structure.

func (*DeployVRSLCMReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetVRSLCMNotFound added in v0.1.1

type GetVRSLCMNotFound struct {
}

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

Not Found

func NewGetVRSLCMNotFound added in v0.1.1

func NewGetVRSLCMNotFound() *GetVRSLCMNotFound

NewGetVRSLCMNotFound creates a GetVRSLCMNotFound with default headers values

func (*GetVRSLCMNotFound) Error added in v0.1.1

func (o *GetVRSLCMNotFound) Error() string

func (*GetVRSLCMNotFound) IsClientError added in v0.1.1

func (o *GetVRSLCMNotFound) IsClientError() bool

IsClientError returns true when this get Vrslcm not found response has a 4xx status code

func (*GetVRSLCMNotFound) IsCode added in v0.1.1

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

IsCode returns true when this get Vrslcm not found response a status code equal to that given

func (*GetVRSLCMNotFound) IsRedirect added in v0.1.1

func (o *GetVRSLCMNotFound) IsRedirect() bool

IsRedirect returns true when this get Vrslcm not found response has a 3xx status code

func (*GetVRSLCMNotFound) IsServerError added in v0.1.1

func (o *GetVRSLCMNotFound) IsServerError() bool

IsServerError returns true when this get Vrslcm not found response has a 5xx status code

func (*GetVRSLCMNotFound) IsSuccess added in v0.1.1

func (o *GetVRSLCMNotFound) IsSuccess() bool

IsSuccess returns true when this get Vrslcm not found response has a 2xx status code

func (*GetVRSLCMNotFound) String added in v0.1.1

func (o *GetVRSLCMNotFound) String() string

type GetVRSLCMOK added in v0.1.1

type GetVRSLCMOK struct {
	Payload *models.VRSLCM
}

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

OK

func NewGetVRSLCMOK added in v0.1.1

func NewGetVRSLCMOK() *GetVRSLCMOK

NewGetVRSLCMOK creates a GetVRSLCMOK with default headers values

func (*GetVRSLCMOK) Error added in v0.1.1

func (o *GetVRSLCMOK) Error() string

func (*GetVRSLCMOK) GetPayload added in v0.1.1

func (o *GetVRSLCMOK) GetPayload() *models.VRSLCM

func (*GetVRSLCMOK) IsClientError added in v0.1.1

func (o *GetVRSLCMOK) IsClientError() bool

IsClientError returns true when this get Vrslcm o k response has a 4xx status code

func (*GetVRSLCMOK) IsCode added in v0.1.1

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

IsCode returns true when this get Vrslcm o k response a status code equal to that given

func (*GetVRSLCMOK) IsRedirect added in v0.1.1

func (o *GetVRSLCMOK) IsRedirect() bool

IsRedirect returns true when this get Vrslcm o k response has a 3xx status code

func (*GetVRSLCMOK) IsServerError added in v0.1.1

func (o *GetVRSLCMOK) IsServerError() bool

IsServerError returns true when this get Vrslcm o k response has a 5xx status code

func (*GetVRSLCMOK) IsSuccess added in v0.1.1

func (o *GetVRSLCMOK) IsSuccess() bool

IsSuccess returns true when this get Vrslcm o k response has a 2xx status code

func (*GetVRSLCMOK) String added in v0.1.1

func (o *GetVRSLCMOK) String() string

type GetVRSLCMParams added in v0.1.1

type GetVRSLCMParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetVRSLCMParams contains all the parameters to send to the API endpoint

for the get Vrslcm operation.

Typically these are written to a http.Request.

func NewGetVRSLCMParams added in v0.1.1

func NewGetVRSLCMParams() *GetVRSLCMParams

NewGetVRSLCMParams creates a new GetVRSLCMParams 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 NewGetVRSLCMParamsWithContext added in v0.1.1

func NewGetVRSLCMParamsWithContext(ctx context.Context) *GetVRSLCMParams

NewGetVRSLCMParamsWithContext creates a new GetVRSLCMParams object with the ability to set a context for a request.

func NewGetVRSLCMParamsWithHTTPClient added in v0.1.1

func NewGetVRSLCMParamsWithHTTPClient(client *http.Client) *GetVRSLCMParams

NewGetVRSLCMParamsWithHTTPClient creates a new GetVRSLCMParams object with the ability to set a custom HTTPClient for a request.

func NewGetVRSLCMParamsWithTimeout added in v0.1.1

func NewGetVRSLCMParamsWithTimeout(timeout time.Duration) *GetVRSLCMParams

NewGetVRSLCMParamsWithTimeout creates a new GetVRSLCMParams object with the ability to set a timeout on a request.

func (*GetVRSLCMParams) SetContext added in v0.1.1

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

SetContext adds the context to the get Vrslcm params

func (*GetVRSLCMParams) SetDefaults added in v0.1.1

func (o *GetVRSLCMParams) SetDefaults()

SetDefaults hydrates default values in the get Vrslcm params (not the query body).

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

func (*GetVRSLCMParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get Vrslcm params

func (*GetVRSLCMParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get Vrslcm params

func (*GetVRSLCMParams) WithContext added in v0.1.1

func (o *GetVRSLCMParams) WithContext(ctx context.Context) *GetVRSLCMParams

WithContext adds the context to the get Vrslcm params

func (*GetVRSLCMParams) WithDefaults added in v0.1.1

func (o *GetVRSLCMParams) WithDefaults() *GetVRSLCMParams

WithDefaults hydrates default values in the get Vrslcm params (not the query body).

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

func (*GetVRSLCMParams) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the get Vrslcm params

func (*GetVRSLCMParams) WithTimeout added in v0.1.1

func (o *GetVRSLCMParams) WithTimeout(timeout time.Duration) *GetVRSLCMParams

WithTimeout adds the timeout to the get Vrslcm params

func (*GetVRSLCMParams) WriteToRequest added in v0.1.1

func (o *GetVRSLCMParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetVRSLCMReader added in v0.1.1

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

GetVRSLCMReader is a Reader for the GetVRSLCM structure.

func (*GetVRSLCMReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetVRSLCMValidationBadRequest added in v0.1.1

type GetVRSLCMValidationBadRequest struct {
	Payload *models.Error
}

GetVRSLCMValidationBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetVRSLCMValidationBadRequest added in v0.1.1

func NewGetVRSLCMValidationBadRequest() *GetVRSLCMValidationBadRequest

NewGetVRSLCMValidationBadRequest creates a GetVRSLCMValidationBadRequest with default headers values

func (*GetVRSLCMValidationBadRequest) Error added in v0.1.1

func (*GetVRSLCMValidationBadRequest) GetPayload added in v0.1.1

func (o *GetVRSLCMValidationBadRequest) GetPayload() *models.Error

func (*GetVRSLCMValidationBadRequest) IsClientError added in v0.1.1

func (o *GetVRSLCMValidationBadRequest) IsClientError() bool

IsClientError returns true when this get Vrslcm validation bad request response has a 4xx status code

func (*GetVRSLCMValidationBadRequest) IsCode added in v0.1.1

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

IsCode returns true when this get Vrslcm validation bad request response a status code equal to that given

func (*GetVRSLCMValidationBadRequest) IsRedirect added in v0.1.1

func (o *GetVRSLCMValidationBadRequest) IsRedirect() bool

IsRedirect returns true when this get Vrslcm validation bad request response has a 3xx status code

func (*GetVRSLCMValidationBadRequest) IsServerError added in v0.1.1

func (o *GetVRSLCMValidationBadRequest) IsServerError() bool

IsServerError returns true when this get Vrslcm validation bad request response has a 5xx status code

func (*GetVRSLCMValidationBadRequest) IsSuccess added in v0.1.1

func (o *GetVRSLCMValidationBadRequest) IsSuccess() bool

IsSuccess returns true when this get Vrslcm validation bad request response has a 2xx status code

func (*GetVRSLCMValidationBadRequest) String added in v0.1.1

type GetVRSLCMValidationNotFound added in v0.1.1

type GetVRSLCMValidationNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewGetVRSLCMValidationNotFound added in v0.1.1

func NewGetVRSLCMValidationNotFound() *GetVRSLCMValidationNotFound

NewGetVRSLCMValidationNotFound creates a GetVRSLCMValidationNotFound with default headers values

func (*GetVRSLCMValidationNotFound) Error added in v0.1.1

func (*GetVRSLCMValidationNotFound) GetPayload added in v0.1.1

func (o *GetVRSLCMValidationNotFound) GetPayload() *models.Error

func (*GetVRSLCMValidationNotFound) IsClientError added in v0.1.1

func (o *GetVRSLCMValidationNotFound) IsClientError() bool

IsClientError returns true when this get Vrslcm validation not found response has a 4xx status code

func (*GetVRSLCMValidationNotFound) IsCode added in v0.1.1

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

IsCode returns true when this get Vrslcm validation not found response a status code equal to that given

func (*GetVRSLCMValidationNotFound) IsRedirect added in v0.1.1

func (o *GetVRSLCMValidationNotFound) IsRedirect() bool

IsRedirect returns true when this get Vrslcm validation not found response has a 3xx status code

func (*GetVRSLCMValidationNotFound) IsServerError added in v0.1.1

func (o *GetVRSLCMValidationNotFound) IsServerError() bool

IsServerError returns true when this get Vrslcm validation not found response has a 5xx status code

func (*GetVRSLCMValidationNotFound) IsSuccess added in v0.1.1

func (o *GetVRSLCMValidationNotFound) IsSuccess() bool

IsSuccess returns true when this get Vrslcm validation not found response has a 2xx status code

func (*GetVRSLCMValidationNotFound) String added in v0.1.1

func (o *GetVRSLCMValidationNotFound) String() string

type GetVRSLCMValidationOK added in v0.1.1

type GetVRSLCMValidationOK struct {
	Payload *models.Validation
}

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

OK

func NewGetVRSLCMValidationOK added in v0.1.1

func NewGetVRSLCMValidationOK() *GetVRSLCMValidationOK

NewGetVRSLCMValidationOK creates a GetVRSLCMValidationOK with default headers values

func (*GetVRSLCMValidationOK) Error added in v0.1.1

func (o *GetVRSLCMValidationOK) Error() string

func (*GetVRSLCMValidationOK) GetPayload added in v0.1.1

func (o *GetVRSLCMValidationOK) GetPayload() *models.Validation

func (*GetVRSLCMValidationOK) IsClientError added in v0.1.1

func (o *GetVRSLCMValidationOK) IsClientError() bool

IsClientError returns true when this get Vrslcm validation o k response has a 4xx status code

func (*GetVRSLCMValidationOK) IsCode added in v0.1.1

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

IsCode returns true when this get Vrslcm validation o k response a status code equal to that given

func (*GetVRSLCMValidationOK) IsRedirect added in v0.1.1

func (o *GetVRSLCMValidationOK) IsRedirect() bool

IsRedirect returns true when this get Vrslcm validation o k response has a 3xx status code

func (*GetVRSLCMValidationOK) IsServerError added in v0.1.1

func (o *GetVRSLCMValidationOK) IsServerError() bool

IsServerError returns true when this get Vrslcm validation o k response has a 5xx status code

func (*GetVRSLCMValidationOK) IsSuccess added in v0.1.1

func (o *GetVRSLCMValidationOK) IsSuccess() bool

IsSuccess returns true when this get Vrslcm validation o k response has a 2xx status code

func (*GetVRSLCMValidationOK) String added in v0.1.1

func (o *GetVRSLCMValidationOK) String() string

type GetVRSLCMValidationParams added in v0.1.1

type GetVRSLCMValidationParams struct {

	/* ID.

	   vRealize validation id
	*/
	ID string

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

GetVRSLCMValidationParams contains all the parameters to send to the API endpoint

for the get Vrslcm validation operation.

Typically these are written to a http.Request.

func NewGetVRSLCMValidationParams added in v0.1.1

func NewGetVRSLCMValidationParams() *GetVRSLCMValidationParams

NewGetVRSLCMValidationParams creates a new GetVRSLCMValidationParams 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 NewGetVRSLCMValidationParamsWithContext added in v0.1.1

func NewGetVRSLCMValidationParamsWithContext(ctx context.Context) *GetVRSLCMValidationParams

NewGetVRSLCMValidationParamsWithContext creates a new GetVRSLCMValidationParams object with the ability to set a context for a request.

func NewGetVRSLCMValidationParamsWithHTTPClient added in v0.1.1

func NewGetVRSLCMValidationParamsWithHTTPClient(client *http.Client) *GetVRSLCMValidationParams

NewGetVRSLCMValidationParamsWithHTTPClient creates a new GetVRSLCMValidationParams object with the ability to set a custom HTTPClient for a request.

func NewGetVRSLCMValidationParamsWithTimeout added in v0.1.1

func NewGetVRSLCMValidationParamsWithTimeout(timeout time.Duration) *GetVRSLCMValidationParams

NewGetVRSLCMValidationParamsWithTimeout creates a new GetVRSLCMValidationParams object with the ability to set a timeout on a request.

func (*GetVRSLCMValidationParams) SetContext added in v0.1.1

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

SetContext adds the context to the get Vrslcm validation params

func (*GetVRSLCMValidationParams) SetDefaults added in v0.1.1

func (o *GetVRSLCMValidationParams) SetDefaults()

SetDefaults hydrates default values in the get Vrslcm validation params (not the query body).

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

func (*GetVRSLCMValidationParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get Vrslcm validation params

func (*GetVRSLCMValidationParams) SetID added in v0.1.1

func (o *GetVRSLCMValidationParams) SetID(id string)

SetID adds the id to the get Vrslcm validation params

func (*GetVRSLCMValidationParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get Vrslcm validation params

func (*GetVRSLCMValidationParams) WithContext added in v0.1.1

WithContext adds the context to the get Vrslcm validation params

func (*GetVRSLCMValidationParams) WithDefaults added in v0.1.1

WithDefaults hydrates default values in the get Vrslcm validation params (not the query body).

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

func (*GetVRSLCMValidationParams) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the get Vrslcm validation params

func (*GetVRSLCMValidationParams) WithID added in v0.1.1

WithID adds the id to the get Vrslcm validation params

func (*GetVRSLCMValidationParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get Vrslcm validation params

func (*GetVRSLCMValidationParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetVRSLCMValidationReader added in v0.1.1

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

GetVRSLCMValidationReader is a Reader for the GetVRSLCMValidation structure.

func (*GetVRSLCMValidationReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetVrslcmsOK added in v0.1.1

type GetVrslcmsOK struct {
	Payload *models.PageOfVRSLCM
}

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

OK

func NewGetVrslcmsOK added in v0.1.1

func NewGetVrslcmsOK() *GetVrslcmsOK

NewGetVrslcmsOK creates a GetVrslcmsOK with default headers values

func (*GetVrslcmsOK) Error added in v0.1.1

func (o *GetVrslcmsOK) Error() string

func (*GetVrslcmsOK) GetPayload added in v0.1.1

func (o *GetVrslcmsOK) GetPayload() *models.PageOfVRSLCM

func (*GetVrslcmsOK) IsClientError added in v0.1.1

func (o *GetVrslcmsOK) IsClientError() bool

IsClientError returns true when this get vrslcms o k response has a 4xx status code

func (*GetVrslcmsOK) IsCode added in v0.1.1

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

IsCode returns true when this get vrslcms o k response a status code equal to that given

func (*GetVrslcmsOK) IsRedirect added in v0.1.1

func (o *GetVrslcmsOK) IsRedirect() bool

IsRedirect returns true when this get vrslcms o k response has a 3xx status code

func (*GetVrslcmsOK) IsServerError added in v0.1.1

func (o *GetVrslcmsOK) IsServerError() bool

IsServerError returns true when this get vrslcms o k response has a 5xx status code

func (*GetVrslcmsOK) IsSuccess added in v0.1.1

func (o *GetVrslcmsOK) IsSuccess() bool

IsSuccess returns true when this get vrslcms o k response has a 2xx status code

func (*GetVrslcmsOK) String added in v0.1.1

func (o *GetVrslcmsOK) String() string

type GetVrslcmsParams added in v0.1.1

type GetVrslcmsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetVrslcmsParams contains all the parameters to send to the API endpoint

for the get vrslcms operation.

Typically these are written to a http.Request.

func NewGetVrslcmsParams added in v0.1.1

func NewGetVrslcmsParams() *GetVrslcmsParams

NewGetVrslcmsParams creates a new GetVrslcmsParams 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 NewGetVrslcmsParamsWithContext added in v0.1.1

func NewGetVrslcmsParamsWithContext(ctx context.Context) *GetVrslcmsParams

NewGetVrslcmsParamsWithContext creates a new GetVrslcmsParams object with the ability to set a context for a request.

func NewGetVrslcmsParamsWithHTTPClient added in v0.1.1

func NewGetVrslcmsParamsWithHTTPClient(client *http.Client) *GetVrslcmsParams

NewGetVrslcmsParamsWithHTTPClient creates a new GetVrslcmsParams object with the ability to set a custom HTTPClient for a request.

func NewGetVrslcmsParamsWithTimeout added in v0.1.1

func NewGetVrslcmsParamsWithTimeout(timeout time.Duration) *GetVrslcmsParams

NewGetVrslcmsParamsWithTimeout creates a new GetVrslcmsParams object with the ability to set a timeout on a request.

func (*GetVrslcmsParams) SetContext added in v0.1.1

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

SetContext adds the context to the get vrslcms params

func (*GetVrslcmsParams) SetDefaults added in v0.1.1

func (o *GetVrslcmsParams) SetDefaults()

SetDefaults hydrates default values in the get vrslcms params (not the query body).

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

func (*GetVrslcmsParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get vrslcms params

func (*GetVrslcmsParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get vrslcms params

func (*GetVrslcmsParams) WithContext added in v0.1.1

func (o *GetVrslcmsParams) WithContext(ctx context.Context) *GetVrslcmsParams

WithContext adds the context to the get vrslcms params

func (*GetVrslcmsParams) WithDefaults added in v0.1.1

func (o *GetVrslcmsParams) WithDefaults() *GetVrslcmsParams

WithDefaults hydrates default values in the get vrslcms params (not the query body).

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

func (*GetVrslcmsParams) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the get vrslcms params

func (*GetVrslcmsParams) WithTimeout added in v0.1.1

func (o *GetVrslcmsParams) WithTimeout(timeout time.Duration) *GetVrslcmsParams

WithTimeout adds the timeout to the get vrslcms params

func (*GetVrslcmsParams) WriteToRequest added in v0.1.1

func (o *GetVrslcmsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetVrslcmsReader added in v0.1.1

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

GetVrslcmsReader is a Reader for the GetVrslcms structure.

func (*GetVrslcmsReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type RollbackVRSLCMAccepted

type RollbackVRSLCMAccepted struct {
	Payload *models.Task
}

RollbackVRSLCMAccepted describes a response with status code 202, with default header values.

Accepted

func NewRollbackVRSLCMAccepted

func NewRollbackVRSLCMAccepted() *RollbackVRSLCMAccepted

NewRollbackVRSLCMAccepted creates a RollbackVRSLCMAccepted with default headers values

func (*RollbackVRSLCMAccepted) Error

func (o *RollbackVRSLCMAccepted) Error() string

func (*RollbackVRSLCMAccepted) GetPayload

func (o *RollbackVRSLCMAccepted) GetPayload() *models.Task

func (*RollbackVRSLCMAccepted) IsClientError

func (o *RollbackVRSLCMAccepted) IsClientError() bool

IsClientError returns true when this rollback Vrslcm accepted response has a 4xx status code

func (*RollbackVRSLCMAccepted) IsCode

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

IsCode returns true when this rollback Vrslcm accepted response a status code equal to that given

func (*RollbackVRSLCMAccepted) IsRedirect

func (o *RollbackVRSLCMAccepted) IsRedirect() bool

IsRedirect returns true when this rollback Vrslcm accepted response has a 3xx status code

func (*RollbackVRSLCMAccepted) IsServerError

func (o *RollbackVRSLCMAccepted) IsServerError() bool

IsServerError returns true when this rollback Vrslcm accepted response has a 5xx status code

func (*RollbackVRSLCMAccepted) IsSuccess

func (o *RollbackVRSLCMAccepted) IsSuccess() bool

IsSuccess returns true when this rollback Vrslcm accepted response has a 2xx status code

func (*RollbackVRSLCMAccepted) String

func (o *RollbackVRSLCMAccepted) String() string

type RollbackVRSLCMMethodNotAllowed

type RollbackVRSLCMMethodNotAllowed struct {
	Payload *models.Error
}

RollbackVRSLCMMethodNotAllowed describes a response with status code 405, with default header values.

Method Not Allowed

func NewRollbackVRSLCMMethodNotAllowed

func NewRollbackVRSLCMMethodNotAllowed() *RollbackVRSLCMMethodNotAllowed

NewRollbackVRSLCMMethodNotAllowed creates a RollbackVRSLCMMethodNotAllowed with default headers values

func (*RollbackVRSLCMMethodNotAllowed) Error

func (*RollbackVRSLCMMethodNotAllowed) GetPayload

func (o *RollbackVRSLCMMethodNotAllowed) GetPayload() *models.Error

func (*RollbackVRSLCMMethodNotAllowed) IsClientError

func (o *RollbackVRSLCMMethodNotAllowed) IsClientError() bool

IsClientError returns true when this rollback Vrslcm method not allowed response has a 4xx status code

func (*RollbackVRSLCMMethodNotAllowed) IsCode

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

IsCode returns true when this rollback Vrslcm method not allowed response a status code equal to that given

func (*RollbackVRSLCMMethodNotAllowed) IsRedirect

func (o *RollbackVRSLCMMethodNotAllowed) IsRedirect() bool

IsRedirect returns true when this rollback Vrslcm method not allowed response has a 3xx status code

func (*RollbackVRSLCMMethodNotAllowed) IsServerError

func (o *RollbackVRSLCMMethodNotAllowed) IsServerError() bool

IsServerError returns true when this rollback Vrslcm method not allowed response has a 5xx status code

func (*RollbackVRSLCMMethodNotAllowed) IsSuccess

func (o *RollbackVRSLCMMethodNotAllowed) IsSuccess() bool

IsSuccess returns true when this rollback Vrslcm method not allowed response has a 2xx status code

func (*RollbackVRSLCMMethodNotAllowed) String

type RollbackVRSLCMParams

type RollbackVRSLCMParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RollbackVRSLCMParams contains all the parameters to send to the API endpoint

for the rollback Vrslcm operation.

Typically these are written to a http.Request.

func NewRollbackVRSLCMParams

func NewRollbackVRSLCMParams() *RollbackVRSLCMParams

NewRollbackVRSLCMParams creates a new RollbackVRSLCMParams 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 NewRollbackVRSLCMParamsWithContext

func NewRollbackVRSLCMParamsWithContext(ctx context.Context) *RollbackVRSLCMParams

NewRollbackVRSLCMParamsWithContext creates a new RollbackVRSLCMParams object with the ability to set a context for a request.

func NewRollbackVRSLCMParamsWithHTTPClient

func NewRollbackVRSLCMParamsWithHTTPClient(client *http.Client) *RollbackVRSLCMParams

NewRollbackVRSLCMParamsWithHTTPClient creates a new RollbackVRSLCMParams object with the ability to set a custom HTTPClient for a request.

func NewRollbackVRSLCMParamsWithTimeout

func NewRollbackVRSLCMParamsWithTimeout(timeout time.Duration) *RollbackVRSLCMParams

NewRollbackVRSLCMParamsWithTimeout creates a new RollbackVRSLCMParams object with the ability to set a timeout on a request.

func (*RollbackVRSLCMParams) SetContext

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

SetContext adds the context to the rollback Vrslcm params

func (*RollbackVRSLCMParams) SetDefaults

func (o *RollbackVRSLCMParams) SetDefaults()

SetDefaults hydrates default values in the rollback Vrslcm params (not the query body).

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

func (*RollbackVRSLCMParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the rollback Vrslcm params

func (*RollbackVRSLCMParams) SetTimeout

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

SetTimeout adds the timeout to the rollback Vrslcm params

func (*RollbackVRSLCMParams) WithContext

WithContext adds the context to the rollback Vrslcm params

func (*RollbackVRSLCMParams) WithDefaults

func (o *RollbackVRSLCMParams) WithDefaults() *RollbackVRSLCMParams

WithDefaults hydrates default values in the rollback Vrslcm params (not the query body).

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

func (*RollbackVRSLCMParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the rollback Vrslcm params

func (*RollbackVRSLCMParams) WithTimeout

func (o *RollbackVRSLCMParams) WithTimeout(timeout time.Duration) *RollbackVRSLCMParams

WithTimeout adds the timeout to the rollback Vrslcm params

func (*RollbackVRSLCMParams) WriteToRequest

func (o *RollbackVRSLCMParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type RollbackVRSLCMReader

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

RollbackVRSLCMReader is a Reader for the RollbackVRSLCM structure.

func (*RollbackVRSLCMReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateVRSLCMVersionByIDInInventoryBadRequest

type UpdateVRSLCMVersionByIDInInventoryBadRequest struct {
	Payload *models.Error
}

UpdateVRSLCMVersionByIDInInventoryBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewUpdateVRSLCMVersionByIDInInventoryBadRequest

func NewUpdateVRSLCMVersionByIDInInventoryBadRequest() *UpdateVRSLCMVersionByIDInInventoryBadRequest

NewUpdateVRSLCMVersionByIDInInventoryBadRequest creates a UpdateVRSLCMVersionByIDInInventoryBadRequest with default headers values

func (*UpdateVRSLCMVersionByIDInInventoryBadRequest) Error

func (*UpdateVRSLCMVersionByIDInInventoryBadRequest) GetPayload

func (*UpdateVRSLCMVersionByIDInInventoryBadRequest) IsClientError

IsClientError returns true when this update Vrslcm version by Id in inventory bad request response has a 4xx status code

func (*UpdateVRSLCMVersionByIDInInventoryBadRequest) IsCode

IsCode returns true when this update Vrslcm version by Id in inventory bad request response a status code equal to that given

func (*UpdateVRSLCMVersionByIDInInventoryBadRequest) IsRedirect

IsRedirect returns true when this update Vrslcm version by Id in inventory bad request response has a 3xx status code

func (*UpdateVRSLCMVersionByIDInInventoryBadRequest) IsServerError

IsServerError returns true when this update Vrslcm version by Id in inventory bad request response has a 5xx status code

func (*UpdateVRSLCMVersionByIDInInventoryBadRequest) IsSuccess

IsSuccess returns true when this update Vrslcm version by Id in inventory bad request response has a 2xx status code

func (*UpdateVRSLCMVersionByIDInInventoryBadRequest) String

type UpdateVRSLCMVersionByIDInInventoryInternalServerError

type UpdateVRSLCMVersionByIDInInventoryInternalServerError struct {
	Payload *models.Error
}

UpdateVRSLCMVersionByIDInInventoryInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewUpdateVRSLCMVersionByIDInInventoryInternalServerError

func NewUpdateVRSLCMVersionByIDInInventoryInternalServerError() *UpdateVRSLCMVersionByIDInInventoryInternalServerError

NewUpdateVRSLCMVersionByIDInInventoryInternalServerError creates a UpdateVRSLCMVersionByIDInInventoryInternalServerError with default headers values

func (*UpdateVRSLCMVersionByIDInInventoryInternalServerError) Error

func (*UpdateVRSLCMVersionByIDInInventoryInternalServerError) GetPayload

func (*UpdateVRSLCMVersionByIDInInventoryInternalServerError) IsClientError

IsClientError returns true when this update Vrslcm version by Id in inventory internal server error response has a 4xx status code

func (*UpdateVRSLCMVersionByIDInInventoryInternalServerError) IsCode

IsCode returns true when this update Vrslcm version by Id in inventory internal server error response a status code equal to that given

func (*UpdateVRSLCMVersionByIDInInventoryInternalServerError) IsRedirect

IsRedirect returns true when this update Vrslcm version by Id in inventory internal server error response has a 3xx status code

func (*UpdateVRSLCMVersionByIDInInventoryInternalServerError) IsServerError

IsServerError returns true when this update Vrslcm version by Id in inventory internal server error response has a 5xx status code

func (*UpdateVRSLCMVersionByIDInInventoryInternalServerError) IsSuccess

IsSuccess returns true when this update Vrslcm version by Id in inventory internal server error response has a 2xx status code

func (*UpdateVRSLCMVersionByIDInInventoryInternalServerError) String

type UpdateVRSLCMVersionByIDInInventoryMethodNotAllowed

type UpdateVRSLCMVersionByIDInInventoryMethodNotAllowed struct {
	Payload *models.Error
}

UpdateVRSLCMVersionByIDInInventoryMethodNotAllowed describes a response with status code 405, with default header values.

Method Not Allowed

func NewUpdateVRSLCMVersionByIDInInventoryMethodNotAllowed

func NewUpdateVRSLCMVersionByIDInInventoryMethodNotAllowed() *UpdateVRSLCMVersionByIDInInventoryMethodNotAllowed

NewUpdateVRSLCMVersionByIDInInventoryMethodNotAllowed creates a UpdateVRSLCMVersionByIDInInventoryMethodNotAllowed with default headers values

func (*UpdateVRSLCMVersionByIDInInventoryMethodNotAllowed) Error

func (*UpdateVRSLCMVersionByIDInInventoryMethodNotAllowed) GetPayload

func (*UpdateVRSLCMVersionByIDInInventoryMethodNotAllowed) IsClientError

IsClientError returns true when this update Vrslcm version by Id in inventory method not allowed response has a 4xx status code

func (*UpdateVRSLCMVersionByIDInInventoryMethodNotAllowed) IsCode

IsCode returns true when this update Vrslcm version by Id in inventory method not allowed response a status code equal to that given

func (*UpdateVRSLCMVersionByIDInInventoryMethodNotAllowed) IsRedirect

IsRedirect returns true when this update Vrslcm version by Id in inventory method not allowed response has a 3xx status code

func (*UpdateVRSLCMVersionByIDInInventoryMethodNotAllowed) IsServerError

IsServerError returns true when this update Vrslcm version by Id in inventory method not allowed response has a 5xx status code

func (*UpdateVRSLCMVersionByIDInInventoryMethodNotAllowed) IsSuccess

IsSuccess returns true when this update Vrslcm version by Id in inventory method not allowed response has a 2xx status code

func (*UpdateVRSLCMVersionByIDInInventoryMethodNotAllowed) String

type UpdateVRSLCMVersionByIDInInventoryNotFound

type UpdateVRSLCMVersionByIDInInventoryNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewUpdateVRSLCMVersionByIDInInventoryNotFound

func NewUpdateVRSLCMVersionByIDInInventoryNotFound() *UpdateVRSLCMVersionByIDInInventoryNotFound

NewUpdateVRSLCMVersionByIDInInventoryNotFound creates a UpdateVRSLCMVersionByIDInInventoryNotFound with default headers values

func (*UpdateVRSLCMVersionByIDInInventoryNotFound) Error

func (*UpdateVRSLCMVersionByIDInInventoryNotFound) GetPayload

func (*UpdateVRSLCMVersionByIDInInventoryNotFound) IsClientError

IsClientError returns true when this update Vrslcm version by Id in inventory not found response has a 4xx status code

func (*UpdateVRSLCMVersionByIDInInventoryNotFound) IsCode

IsCode returns true when this update Vrslcm version by Id in inventory not found response a status code equal to that given

func (*UpdateVRSLCMVersionByIDInInventoryNotFound) IsRedirect

IsRedirect returns true when this update Vrslcm version by Id in inventory not found response has a 3xx status code

func (*UpdateVRSLCMVersionByIDInInventoryNotFound) IsServerError

IsServerError returns true when this update Vrslcm version by Id in inventory not found response has a 5xx status code

func (*UpdateVRSLCMVersionByIDInInventoryNotFound) IsSuccess

IsSuccess returns true when this update Vrslcm version by Id in inventory not found response has a 2xx status code

func (*UpdateVRSLCMVersionByIDInInventoryNotFound) String

type UpdateVRSLCMVersionByIDInInventoryOK

type UpdateVRSLCMVersionByIDInInventoryOK struct {
	Payload string
}

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

OK

func NewUpdateVRSLCMVersionByIDInInventoryOK

func NewUpdateVRSLCMVersionByIDInInventoryOK() *UpdateVRSLCMVersionByIDInInventoryOK

NewUpdateVRSLCMVersionByIDInInventoryOK creates a UpdateVRSLCMVersionByIDInInventoryOK with default headers values

func (*UpdateVRSLCMVersionByIDInInventoryOK) Error

func (*UpdateVRSLCMVersionByIDInInventoryOK) GetPayload

func (*UpdateVRSLCMVersionByIDInInventoryOK) IsClientError

func (o *UpdateVRSLCMVersionByIDInInventoryOK) IsClientError() bool

IsClientError returns true when this update Vrslcm version by Id in inventory o k response has a 4xx status code

func (*UpdateVRSLCMVersionByIDInInventoryOK) IsCode

IsCode returns true when this update Vrslcm version by Id in inventory o k response a status code equal to that given

func (*UpdateVRSLCMVersionByIDInInventoryOK) IsRedirect

IsRedirect returns true when this update Vrslcm version by Id in inventory o k response has a 3xx status code

func (*UpdateVRSLCMVersionByIDInInventoryOK) IsServerError

func (o *UpdateVRSLCMVersionByIDInInventoryOK) IsServerError() bool

IsServerError returns true when this update Vrslcm version by Id in inventory o k response has a 5xx status code

func (*UpdateVRSLCMVersionByIDInInventoryOK) IsSuccess

IsSuccess returns true when this update Vrslcm version by Id in inventory o k response has a 2xx status code

func (*UpdateVRSLCMVersionByIDInInventoryOK) String

type UpdateVRSLCMVersionByIDInInventoryParams

type UpdateVRSLCMVersionByIDInInventoryParams struct {

	/* ID.

	   the ID of vRealize Suite Lifecycle Manager instance
	*/
	ID string

	/* VRSLCMDto.

	   vrslcmDto
	*/
	VRSLCMDto *models.VRSLCM

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

UpdateVRSLCMVersionByIDInInventoryParams contains all the parameters to send to the API endpoint

for the update Vrslcm version by Id in inventory operation.

Typically these are written to a http.Request.

func NewUpdateVRSLCMVersionByIDInInventoryParams

func NewUpdateVRSLCMVersionByIDInInventoryParams() *UpdateVRSLCMVersionByIDInInventoryParams

NewUpdateVRSLCMVersionByIDInInventoryParams creates a new UpdateVRSLCMVersionByIDInInventoryParams 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 NewUpdateVRSLCMVersionByIDInInventoryParamsWithContext

func NewUpdateVRSLCMVersionByIDInInventoryParamsWithContext(ctx context.Context) *UpdateVRSLCMVersionByIDInInventoryParams

NewUpdateVRSLCMVersionByIDInInventoryParamsWithContext creates a new UpdateVRSLCMVersionByIDInInventoryParams object with the ability to set a context for a request.

func NewUpdateVRSLCMVersionByIDInInventoryParamsWithHTTPClient

func NewUpdateVRSLCMVersionByIDInInventoryParamsWithHTTPClient(client *http.Client) *UpdateVRSLCMVersionByIDInInventoryParams

NewUpdateVRSLCMVersionByIDInInventoryParamsWithHTTPClient creates a new UpdateVRSLCMVersionByIDInInventoryParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateVRSLCMVersionByIDInInventoryParamsWithTimeout

func NewUpdateVRSLCMVersionByIDInInventoryParamsWithTimeout(timeout time.Duration) *UpdateVRSLCMVersionByIDInInventoryParams

NewUpdateVRSLCMVersionByIDInInventoryParamsWithTimeout creates a new UpdateVRSLCMVersionByIDInInventoryParams object with the ability to set a timeout on a request.

func (*UpdateVRSLCMVersionByIDInInventoryParams) SetContext

SetContext adds the context to the update Vrslcm version by Id in inventory params

func (*UpdateVRSLCMVersionByIDInInventoryParams) SetDefaults

SetDefaults hydrates default values in the update Vrslcm version by Id in inventory params (not the query body).

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

func (*UpdateVRSLCMVersionByIDInInventoryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update Vrslcm version by Id in inventory params

func (*UpdateVRSLCMVersionByIDInInventoryParams) SetID

SetID adds the id to the update Vrslcm version by Id in inventory params

func (*UpdateVRSLCMVersionByIDInInventoryParams) SetTimeout

SetTimeout adds the timeout to the update Vrslcm version by Id in inventory params

func (*UpdateVRSLCMVersionByIDInInventoryParams) SetVRSLCMDto

func (o *UpdateVRSLCMVersionByIDInInventoryParams) SetVRSLCMDto(vRSLCMDto *models.VRSLCM)

SetVRSLCMDto adds the vrslcmDto to the update Vrslcm version by Id in inventory params

func (*UpdateVRSLCMVersionByIDInInventoryParams) WithContext

WithContext adds the context to the update Vrslcm version by Id in inventory params

func (*UpdateVRSLCMVersionByIDInInventoryParams) WithDefaults

WithDefaults hydrates default values in the update Vrslcm version by Id in inventory params (not the query body).

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

func (*UpdateVRSLCMVersionByIDInInventoryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update Vrslcm version by Id in inventory params

func (*UpdateVRSLCMVersionByIDInInventoryParams) WithID

WithID adds the id to the update Vrslcm version by Id in inventory params

func (*UpdateVRSLCMVersionByIDInInventoryParams) WithTimeout

WithTimeout adds the timeout to the update Vrslcm version by Id in inventory params

func (*UpdateVRSLCMVersionByIDInInventoryParams) WithVRSLCMDto

WithVRSLCMDto adds the vRSLCMDto to the update Vrslcm version by Id in inventory params

func (*UpdateVRSLCMVersionByIDInInventoryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateVRSLCMVersionByIDInInventoryReader

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

UpdateVRSLCMVersionByIDInInventoryReader is a Reader for the UpdateVRSLCMVersionByIDInInventory structure.

func (*UpdateVRSLCMVersionByIDInInventoryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateVRSLCMVersionInInventoryBadRequest

type UpdateVRSLCMVersionInInventoryBadRequest struct {
	Payload *models.Error
}

UpdateVRSLCMVersionInInventoryBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewUpdateVRSLCMVersionInInventoryBadRequest

func NewUpdateVRSLCMVersionInInventoryBadRequest() *UpdateVRSLCMVersionInInventoryBadRequest

NewUpdateVRSLCMVersionInInventoryBadRequest creates a UpdateVRSLCMVersionInInventoryBadRequest with default headers values

func (*UpdateVRSLCMVersionInInventoryBadRequest) Error

func (*UpdateVRSLCMVersionInInventoryBadRequest) GetPayload

func (*UpdateVRSLCMVersionInInventoryBadRequest) IsClientError

IsClientError returns true when this update Vrslcm version in inventory bad request response has a 4xx status code

func (*UpdateVRSLCMVersionInInventoryBadRequest) IsCode

IsCode returns true when this update Vrslcm version in inventory bad request response a status code equal to that given

func (*UpdateVRSLCMVersionInInventoryBadRequest) IsRedirect

IsRedirect returns true when this update Vrslcm version in inventory bad request response has a 3xx status code

func (*UpdateVRSLCMVersionInInventoryBadRequest) IsServerError

IsServerError returns true when this update Vrslcm version in inventory bad request response has a 5xx status code

func (*UpdateVRSLCMVersionInInventoryBadRequest) IsSuccess

IsSuccess returns true when this update Vrslcm version in inventory bad request response has a 2xx status code

func (*UpdateVRSLCMVersionInInventoryBadRequest) String

type UpdateVRSLCMVersionInInventoryInternalServerError

type UpdateVRSLCMVersionInInventoryInternalServerError struct {
	Payload *models.Error
}

UpdateVRSLCMVersionInInventoryInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewUpdateVRSLCMVersionInInventoryInternalServerError

func NewUpdateVRSLCMVersionInInventoryInternalServerError() *UpdateVRSLCMVersionInInventoryInternalServerError

NewUpdateVRSLCMVersionInInventoryInternalServerError creates a UpdateVRSLCMVersionInInventoryInternalServerError with default headers values

func (*UpdateVRSLCMVersionInInventoryInternalServerError) Error

func (*UpdateVRSLCMVersionInInventoryInternalServerError) GetPayload

func (*UpdateVRSLCMVersionInInventoryInternalServerError) IsClientError

IsClientError returns true when this update Vrslcm version in inventory internal server error response has a 4xx status code

func (*UpdateVRSLCMVersionInInventoryInternalServerError) IsCode

IsCode returns true when this update Vrslcm version in inventory internal server error response a status code equal to that given

func (*UpdateVRSLCMVersionInInventoryInternalServerError) IsRedirect

IsRedirect returns true when this update Vrslcm version in inventory internal server error response has a 3xx status code

func (*UpdateVRSLCMVersionInInventoryInternalServerError) IsServerError

IsServerError returns true when this update Vrslcm version in inventory internal server error response has a 5xx status code

func (*UpdateVRSLCMVersionInInventoryInternalServerError) IsSuccess

IsSuccess returns true when this update Vrslcm version in inventory internal server error response has a 2xx status code

func (*UpdateVRSLCMVersionInInventoryInternalServerError) String

type UpdateVRSLCMVersionInInventoryMethodNotAllowed

type UpdateVRSLCMVersionInInventoryMethodNotAllowed struct {
	Payload *models.Error
}

UpdateVRSLCMVersionInInventoryMethodNotAllowed describes a response with status code 405, with default header values.

Method Not Allowed

func NewUpdateVRSLCMVersionInInventoryMethodNotAllowed

func NewUpdateVRSLCMVersionInInventoryMethodNotAllowed() *UpdateVRSLCMVersionInInventoryMethodNotAllowed

NewUpdateVRSLCMVersionInInventoryMethodNotAllowed creates a UpdateVRSLCMVersionInInventoryMethodNotAllowed with default headers values

func (*UpdateVRSLCMVersionInInventoryMethodNotAllowed) Error

func (*UpdateVRSLCMVersionInInventoryMethodNotAllowed) GetPayload

func (*UpdateVRSLCMVersionInInventoryMethodNotAllowed) IsClientError

IsClientError returns true when this update Vrslcm version in inventory method not allowed response has a 4xx status code

func (*UpdateVRSLCMVersionInInventoryMethodNotAllowed) IsCode

IsCode returns true when this update Vrslcm version in inventory method not allowed response a status code equal to that given

func (*UpdateVRSLCMVersionInInventoryMethodNotAllowed) IsRedirect

IsRedirect returns true when this update Vrslcm version in inventory method not allowed response has a 3xx status code

func (*UpdateVRSLCMVersionInInventoryMethodNotAllowed) IsServerError

IsServerError returns true when this update Vrslcm version in inventory method not allowed response has a 5xx status code

func (*UpdateVRSLCMVersionInInventoryMethodNotAllowed) IsSuccess

IsSuccess returns true when this update Vrslcm version in inventory method not allowed response has a 2xx status code

func (*UpdateVRSLCMVersionInInventoryMethodNotAllowed) String

type UpdateVRSLCMVersionInInventoryNotFound

type UpdateVRSLCMVersionInInventoryNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewUpdateVRSLCMVersionInInventoryNotFound

func NewUpdateVRSLCMVersionInInventoryNotFound() *UpdateVRSLCMVersionInInventoryNotFound

NewUpdateVRSLCMVersionInInventoryNotFound creates a UpdateVRSLCMVersionInInventoryNotFound with default headers values

func (*UpdateVRSLCMVersionInInventoryNotFound) Error

func (*UpdateVRSLCMVersionInInventoryNotFound) GetPayload

func (*UpdateVRSLCMVersionInInventoryNotFound) IsClientError

func (o *UpdateVRSLCMVersionInInventoryNotFound) IsClientError() bool

IsClientError returns true when this update Vrslcm version in inventory not found response has a 4xx status code

func (*UpdateVRSLCMVersionInInventoryNotFound) IsCode

IsCode returns true when this update Vrslcm version in inventory not found response a status code equal to that given

func (*UpdateVRSLCMVersionInInventoryNotFound) IsRedirect

IsRedirect returns true when this update Vrslcm version in inventory not found response has a 3xx status code

func (*UpdateVRSLCMVersionInInventoryNotFound) IsServerError

func (o *UpdateVRSLCMVersionInInventoryNotFound) IsServerError() bool

IsServerError returns true when this update Vrslcm version in inventory not found response has a 5xx status code

func (*UpdateVRSLCMVersionInInventoryNotFound) IsSuccess

IsSuccess returns true when this update Vrslcm version in inventory not found response has a 2xx status code

func (*UpdateVRSLCMVersionInInventoryNotFound) String

type UpdateVRSLCMVersionInInventoryOK

type UpdateVRSLCMVersionInInventoryOK struct {
	Payload string
}

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

OK

func NewUpdateVRSLCMVersionInInventoryOK

func NewUpdateVRSLCMVersionInInventoryOK() *UpdateVRSLCMVersionInInventoryOK

NewUpdateVRSLCMVersionInInventoryOK creates a UpdateVRSLCMVersionInInventoryOK with default headers values

func (*UpdateVRSLCMVersionInInventoryOK) Error

func (*UpdateVRSLCMVersionInInventoryOK) GetPayload

func (o *UpdateVRSLCMVersionInInventoryOK) GetPayload() string

func (*UpdateVRSLCMVersionInInventoryOK) IsClientError

func (o *UpdateVRSLCMVersionInInventoryOK) IsClientError() bool

IsClientError returns true when this update Vrslcm version in inventory o k response has a 4xx status code

func (*UpdateVRSLCMVersionInInventoryOK) IsCode

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

IsCode returns true when this update Vrslcm version in inventory o k response a status code equal to that given

func (*UpdateVRSLCMVersionInInventoryOK) IsRedirect

func (o *UpdateVRSLCMVersionInInventoryOK) IsRedirect() bool

IsRedirect returns true when this update Vrslcm version in inventory o k response has a 3xx status code

func (*UpdateVRSLCMVersionInInventoryOK) IsServerError

func (o *UpdateVRSLCMVersionInInventoryOK) IsServerError() bool

IsServerError returns true when this update Vrslcm version in inventory o k response has a 5xx status code

func (*UpdateVRSLCMVersionInInventoryOK) IsSuccess

func (o *UpdateVRSLCMVersionInInventoryOK) IsSuccess() bool

IsSuccess returns true when this update Vrslcm version in inventory o k response has a 2xx status code

func (*UpdateVRSLCMVersionInInventoryOK) String

type UpdateVRSLCMVersionInInventoryParams

type UpdateVRSLCMVersionInInventoryParams struct {

	/* VRSLCMDto.

	   vrslcmDto
	*/
	VRSLCMDto *models.VRSLCM

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

UpdateVRSLCMVersionInInventoryParams contains all the parameters to send to the API endpoint

for the update Vrslcm version in inventory operation.

Typically these are written to a http.Request.

func NewUpdateVRSLCMVersionInInventoryParams

func NewUpdateVRSLCMVersionInInventoryParams() *UpdateVRSLCMVersionInInventoryParams

NewUpdateVRSLCMVersionInInventoryParams creates a new UpdateVRSLCMVersionInInventoryParams 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 NewUpdateVRSLCMVersionInInventoryParamsWithContext

func NewUpdateVRSLCMVersionInInventoryParamsWithContext(ctx context.Context) *UpdateVRSLCMVersionInInventoryParams

NewUpdateVRSLCMVersionInInventoryParamsWithContext creates a new UpdateVRSLCMVersionInInventoryParams object with the ability to set a context for a request.

func NewUpdateVRSLCMVersionInInventoryParamsWithHTTPClient

func NewUpdateVRSLCMVersionInInventoryParamsWithHTTPClient(client *http.Client) *UpdateVRSLCMVersionInInventoryParams

NewUpdateVRSLCMVersionInInventoryParamsWithHTTPClient creates a new UpdateVRSLCMVersionInInventoryParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateVRSLCMVersionInInventoryParamsWithTimeout

func NewUpdateVRSLCMVersionInInventoryParamsWithTimeout(timeout time.Duration) *UpdateVRSLCMVersionInInventoryParams

NewUpdateVRSLCMVersionInInventoryParamsWithTimeout creates a new UpdateVRSLCMVersionInInventoryParams object with the ability to set a timeout on a request.

func (*UpdateVRSLCMVersionInInventoryParams) SetContext

SetContext adds the context to the update Vrslcm version in inventory params

func (*UpdateVRSLCMVersionInInventoryParams) SetDefaults

func (o *UpdateVRSLCMVersionInInventoryParams) SetDefaults()

SetDefaults hydrates default values in the update Vrslcm version in inventory params (not the query body).

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

func (*UpdateVRSLCMVersionInInventoryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update Vrslcm version in inventory params

func (*UpdateVRSLCMVersionInInventoryParams) SetTimeout

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

SetTimeout adds the timeout to the update Vrslcm version in inventory params

func (*UpdateVRSLCMVersionInInventoryParams) SetVRSLCMDto

func (o *UpdateVRSLCMVersionInInventoryParams) SetVRSLCMDto(vRSLCMDto *models.VRSLCM)

SetVRSLCMDto adds the vrslcmDto to the update Vrslcm version in inventory params

func (*UpdateVRSLCMVersionInInventoryParams) WithContext

WithContext adds the context to the update Vrslcm version in inventory params

func (*UpdateVRSLCMVersionInInventoryParams) WithDefaults

WithDefaults hydrates default values in the update Vrslcm version in inventory params (not the query body).

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

func (*UpdateVRSLCMVersionInInventoryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update Vrslcm version in inventory params

func (*UpdateVRSLCMVersionInInventoryParams) WithTimeout

WithTimeout adds the timeout to the update Vrslcm version in inventory params

func (*UpdateVRSLCMVersionInInventoryParams) WithVRSLCMDto

WithVRSLCMDto adds the vRSLCMDto to the update Vrslcm version in inventory params

func (*UpdateVRSLCMVersionInInventoryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateVRSLCMVersionInInventoryReader

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

UpdateVRSLCMVersionInInventoryReader is a Reader for the UpdateVRSLCMVersionInInventory structure.

func (*UpdateVRSLCMVersionInInventoryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ValidateVRSLCMAccepted

type ValidateVRSLCMAccepted struct {
	Payload *models.Validation
}

ValidateVRSLCMAccepted describes a response with status code 202, with default header values.

Accepted

func NewValidateVRSLCMAccepted

func NewValidateVRSLCMAccepted() *ValidateVRSLCMAccepted

NewValidateVRSLCMAccepted creates a ValidateVRSLCMAccepted with default headers values

func (*ValidateVRSLCMAccepted) Error

func (o *ValidateVRSLCMAccepted) Error() string

func (*ValidateVRSLCMAccepted) GetPayload

func (o *ValidateVRSLCMAccepted) GetPayload() *models.Validation

func (*ValidateVRSLCMAccepted) IsClientError

func (o *ValidateVRSLCMAccepted) IsClientError() bool

IsClientError returns true when this validate Vrslcm accepted response has a 4xx status code

func (*ValidateVRSLCMAccepted) IsCode

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

IsCode returns true when this validate Vrslcm accepted response a status code equal to that given

func (*ValidateVRSLCMAccepted) IsRedirect

func (o *ValidateVRSLCMAccepted) IsRedirect() bool

IsRedirect returns true when this validate Vrslcm accepted response has a 3xx status code

func (*ValidateVRSLCMAccepted) IsServerError

func (o *ValidateVRSLCMAccepted) IsServerError() bool

IsServerError returns true when this validate Vrslcm accepted response has a 5xx status code

func (*ValidateVRSLCMAccepted) IsSuccess

func (o *ValidateVRSLCMAccepted) IsSuccess() bool

IsSuccess returns true when this validate Vrslcm accepted response has a 2xx status code

func (*ValidateVRSLCMAccepted) String

func (o *ValidateVRSLCMAccepted) String() string

type ValidateVRSLCMBadRequest

type ValidateVRSLCMBadRequest struct {
	Payload *models.Error
}

ValidateVRSLCMBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewValidateVRSLCMBadRequest

func NewValidateVRSLCMBadRequest() *ValidateVRSLCMBadRequest

NewValidateVRSLCMBadRequest creates a ValidateVRSLCMBadRequest with default headers values

func (*ValidateVRSLCMBadRequest) Error

func (o *ValidateVRSLCMBadRequest) Error() string

func (*ValidateVRSLCMBadRequest) GetPayload

func (o *ValidateVRSLCMBadRequest) GetPayload() *models.Error

func (*ValidateVRSLCMBadRequest) IsClientError

func (o *ValidateVRSLCMBadRequest) IsClientError() bool

IsClientError returns true when this validate Vrslcm bad request response has a 4xx status code

func (*ValidateVRSLCMBadRequest) IsCode

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

IsCode returns true when this validate Vrslcm bad request response a status code equal to that given

func (*ValidateVRSLCMBadRequest) IsRedirect

func (o *ValidateVRSLCMBadRequest) IsRedirect() bool

IsRedirect returns true when this validate Vrslcm bad request response has a 3xx status code

func (*ValidateVRSLCMBadRequest) IsServerError

func (o *ValidateVRSLCMBadRequest) IsServerError() bool

IsServerError returns true when this validate Vrslcm bad request response has a 5xx status code

func (*ValidateVRSLCMBadRequest) IsSuccess

func (o *ValidateVRSLCMBadRequest) IsSuccess() bool

IsSuccess returns true when this validate Vrslcm bad request response has a 2xx status code

func (*ValidateVRSLCMBadRequest) String

func (o *ValidateVRSLCMBadRequest) String() string

type ValidateVRSLCMParams

type ValidateVRSLCMParams struct {

	/* VRSLCMPublicDeploymentSpec.

	   vRealize Suite Lifecycle Manager Deployment Specification
	*/
	VRSLCMPublicDeploymentSpec *models.VRSLCMDeploymentSpec

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

ValidateVRSLCMParams contains all the parameters to send to the API endpoint

for the validate Vrslcm operation.

Typically these are written to a http.Request.

func NewValidateVRSLCMParams

func NewValidateVRSLCMParams() *ValidateVRSLCMParams

NewValidateVRSLCMParams creates a new ValidateVRSLCMParams 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 NewValidateVRSLCMParamsWithContext

func NewValidateVRSLCMParamsWithContext(ctx context.Context) *ValidateVRSLCMParams

NewValidateVRSLCMParamsWithContext creates a new ValidateVRSLCMParams object with the ability to set a context for a request.

func NewValidateVRSLCMParamsWithHTTPClient

func NewValidateVRSLCMParamsWithHTTPClient(client *http.Client) *ValidateVRSLCMParams

NewValidateVRSLCMParamsWithHTTPClient creates a new ValidateVRSLCMParams object with the ability to set a custom HTTPClient for a request.

func NewValidateVRSLCMParamsWithTimeout

func NewValidateVRSLCMParamsWithTimeout(timeout time.Duration) *ValidateVRSLCMParams

NewValidateVRSLCMParamsWithTimeout creates a new ValidateVRSLCMParams object with the ability to set a timeout on a request.

func (*ValidateVRSLCMParams) SetContext

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

SetContext adds the context to the validate Vrslcm params

func (*ValidateVRSLCMParams) SetDefaults

func (o *ValidateVRSLCMParams) SetDefaults()

SetDefaults hydrates default values in the validate Vrslcm params (not the query body).

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

func (*ValidateVRSLCMParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the validate Vrslcm params

func (*ValidateVRSLCMParams) SetTimeout

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

SetTimeout adds the timeout to the validate Vrslcm params

func (*ValidateVRSLCMParams) SetVRSLCMPublicDeploymentSpec

func (o *ValidateVRSLCMParams) SetVRSLCMPublicDeploymentSpec(vRSLCMPublicDeploymentSpec *models.VRSLCMDeploymentSpec)

SetVRSLCMPublicDeploymentSpec adds the vrslcmPublicDeploymentSpec to the validate Vrslcm params

func (*ValidateVRSLCMParams) WithContext

WithContext adds the context to the validate Vrslcm params

func (*ValidateVRSLCMParams) WithDefaults

func (o *ValidateVRSLCMParams) WithDefaults() *ValidateVRSLCMParams

WithDefaults hydrates default values in the validate Vrslcm params (not the query body).

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

func (*ValidateVRSLCMParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the validate Vrslcm params

func (*ValidateVRSLCMParams) WithTimeout

func (o *ValidateVRSLCMParams) WithTimeout(timeout time.Duration) *ValidateVRSLCMParams

WithTimeout adds the timeout to the validate Vrslcm params

func (*ValidateVRSLCMParams) WithVRSLCMPublicDeploymentSpec

func (o *ValidateVRSLCMParams) WithVRSLCMPublicDeploymentSpec(vRSLCMPublicDeploymentSpec *models.VRSLCMDeploymentSpec) *ValidateVRSLCMParams

WithVRSLCMPublicDeploymentSpec adds the vRSLCMPublicDeploymentSpec to the validate Vrslcm params

func (*ValidateVRSLCMParams) WriteToRequest

func (o *ValidateVRSLCMParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ValidateVRSLCMReader

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

ValidateVRSLCMReader is a Reader for the ValidateVRSLCM structure.

func (*ValidateVRSLCMReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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