# 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.
NewCreateRestoreRequest calls the generic CreateRestore builder with application/json body.
NewCreateRestoreRequestWithBody generates requests for CreateRestore with any type of body.
NewGetRequest generates requests for Get.
NewListRequest generates requests for List.
NewRawClient Creates a new Client, with reasonable defaults.
NewUpdateRequest calls the generic Update builder with application/json body.
NewUpdateRequestWithBody generates requests for Update with any type of body.
# Constants
No description provided by the author
# 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
InstanceBackup defines model for instance.Backup.
InstanceCreateCloneInstanceRequest defines model for instance.CreateCloneInstanceRequest.
InstanceCreateCloneInstanceResponse defines model for instance.CreateCloneInstanceResponse.
InstanceCreateRestoreInstanceRequest defines model for instance.CreateRestoreInstanceRequest.
InstanceCreateRestoreInstanceResponse defines model for instance.CreateRestoreInstanceResponse.
InstanceError defines model for instance.Error.
InstanceGetBackupResponse defines model for instance.GetBackupResponse.
InstanceListBackupResponse defines model for instance.ListBackupResponse.
No description provided by the author
OpsmanagerUpdateScheduleRequest defines model for opsmanager.UpdateScheduleRequest.
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.
CreateRestoreJSONRequestBody defines body for CreateRestore for application/json ContentType.
RequestEditorFn is the function signature for the RequestEditor callback function.
UpdateJSONRequestBody defines body for Update for application/json ContentType.