package
0.6.2
Repository: https://github.com/vmware/vra-sdk-go.git
Documentation: pkg.go.dev

# Functions

New creates a new deployment API client.
NewCreateDeploymentBadRequest creates a CreateDeploymentBadRequest with default headers values.
NewCreateDeploymentCreated creates a CreateDeploymentCreated with default headers values.
NewCreateDeploymentForbidden creates a CreateDeploymentForbidden with default headers values.
NewCreateDeploymentParams creates a new CreateDeploymentParams object, with the default timeout for this client.
NewCreateDeploymentParamsWithContext creates a new CreateDeploymentParams object with the ability to set a context for a request.
NewCreateDeploymentParamsWithHTTPClient creates a new CreateDeploymentParams object with the ability to set a custom HTTPClient for a request.
NewCreateDeploymentParamsWithTimeout creates a new CreateDeploymentParams object with the ability to set a timeout on a request.
NewDeleteDeploymentAccepted creates a DeleteDeploymentAccepted with default headers values.
NewDeleteDeploymentForbidden creates a DeleteDeploymentForbidden with default headers values.
NewDeleteDeploymentParams creates a new DeleteDeploymentParams object, with the default timeout for this client.
NewDeleteDeploymentParamsWithContext creates a new DeleteDeploymentParams object with the ability to set a context for a request.
NewDeleteDeploymentParamsWithHTTPClient creates a new DeleteDeploymentParams object with the ability to set a custom HTTPClient for a request.
NewDeleteDeploymentParamsWithTimeout creates a new DeleteDeploymentParams object with the ability to set a timeout on a request.
NewGetDeploymentsForbidden creates a GetDeploymentsForbidden with default headers values.
NewGetDeploymentsOK creates a GetDeploymentsOK with default headers values.
NewGetDeploymentsParams creates a new GetDeploymentsParams object, with the default timeout for this client.
NewGetDeploymentsParamsWithContext creates a new GetDeploymentsParams object with the ability to set a context for a request.
NewGetDeploymentsParamsWithHTTPClient creates a new GetDeploymentsParams object with the ability to set a custom HTTPClient for a request.
NewGetDeploymentsParamsWithTimeout creates a new GetDeploymentsParams object with the ability to set a timeout on a request.
NewGetSingleDeploymentForbidden creates a GetSingleDeploymentForbidden with default headers values.
NewGetSingleDeploymentNotFound creates a GetSingleDeploymentNotFound with default headers values.
NewGetSingleDeploymentOK creates a GetSingleDeploymentOK with default headers values.
NewGetSingleDeploymentParams creates a new GetSingleDeploymentParams object, with the default timeout for this client.
NewGetSingleDeploymentParamsWithContext creates a new GetSingleDeploymentParams object with the ability to set a context for a request.
NewGetSingleDeploymentParamsWithHTTPClient creates a new GetSingleDeploymentParams object with the ability to set a custom HTTPClient for a request.
NewGetSingleDeploymentParamsWithTimeout creates a new GetSingleDeploymentParams object with the ability to set a timeout on a request.

# Structs

Client for deployment API */.
CreateDeploymentBadRequest describes a response with status code 400, with default header values.
CreateDeploymentCreated describes a response with status code 201, with default header values.
CreateDeploymentForbidden describes a response with status code 403, with default header values.
CreateDeploymentParams contains all the parameters to send to the API endpoint for the create deployment operation.
CreateDeploymentReader is a Reader for the CreateDeployment structure.
DeleteDeploymentAccepted describes a response with status code 202, with default header values.
DeleteDeploymentForbidden describes a response with status code 403, with default header values.
DeleteDeploymentParams contains all the parameters to send to the API endpoint for the delete deployment operation.
DeleteDeploymentReader is a Reader for the DeleteDeployment structure.
GetDeploymentsForbidden describes a response with status code 403, with default header values.
GetDeploymentsOK describes a response with status code 200, with default header values.
GetDeploymentsParams contains all the parameters to send to the API endpoint for the get deployments operation.
GetDeploymentsReader is a Reader for the GetDeployments structure.
GetSingleDeploymentForbidden describes a response with status code 403, with default header values.
GetSingleDeploymentNotFound describes a response with status code 404, with default header values.
GetSingleDeploymentOK describes a response with status code 200, with default header values.
GetSingleDeploymentParams contains all the parameters to send to the API endpoint for the get single deployment operation.
GetSingleDeploymentReader is a Reader for the GetSingleDeployment structure.

# Interfaces

ClientService is the interface for Client methods.

# Type aliases

ClientOption is the option for Client methods.