# Functions
NewClient creates a new ClientWithResponses, which wraps Client with return type handling.
NewCreateCloneRequest calls the generic CreateClone builder with application/json body.
NewCreateCloneRequestWithBody generates requests for CreateClone with any type of body.
NewCreateRequest calls the generic Create builder with application/json body.
NewCreateRequestWithBody generates requests for Create with any type of body.
NewDeleteRequest generates requests for Delete.
NewGetRequest generates requests for Get.
NewListRequest generates requests for List.
NewPatchRequest calls the generic Patch builder with application/json body.
NewPatchRequestWithBody generates requests for Patch with any type of body.
NewPutRequest calls the generic Put builder with application/json body.
NewPutRequestWithBody generates requests for Put with any type of body.
NewRawClient Creates a new Client, with reasonable defaults.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
Instance status options.
# Structs
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on rawClientInterface to offer response payloads.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
InstanceACL defines model for instance.ACL.
InstanceCreateCloneInstanceRequest defines model for instance.CreateCloneInstanceRequest.
InstanceCreateCloneInstanceResponse defines model for instance.CreateCloneInstanceResponse.
InstanceCreateInstanceRequest defines model for instance.CreateInstanceRequest.
InstanceCreateInstanceResponse defines model for instance.CreateInstanceResponse.
InstanceError defines model for instance.Error.
InstanceFlavor defines model for instance.Flavor.
InstanceGetInstanceResponse defines model for instance.GetInstanceResponse.
InstanceListInstance defines model for instance.ListInstance.
InstanceListInstanceResponse defines model for instance.ListInstanceResponse.
InstanceSingleInstance defines model for instance.SingleInstance.
InstanceStorage defines model for instance.Storage.
InstanceUpdateInstanceRequest defines model for instance.UpdateInstanceRequest.
InstanceUpdateInstanceResponse defines model for instance.UpdateInstanceResponse.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
ClientWithResponsesInterface is the interface specification for the client with responses above.
# Type aliases
CreateCloneJSONRequestBody defines body for CreateClone for application/json ContentType.
CreateJSONRequestBody defines body for Create for application/json ContentType.
PatchJSONRequestBody defines body for Patch for application/json ContentType.
PutJSONRequestBody defines body for Put for application/json ContentType.
RequestEditorFn is the function signature for the RequestEditor callback function.