Versions in this module Expand all Collapse all v1 v1.0.0 Oct 21, 2019 Changes in this version + var ContextAPIKey = contextKey("apikey") + var ContextAccessToken = contextKey("accesstoken") + var ContextBasicAuth = contextKey("basic") + var ContextOAuth2 = contextKey("token") + func CacheExpires(r *http.Response) time.Time + type APIClient struct + CloudBucketsApi *CloudBucketsApiService + CloudConnectorsApi *CloudConnectorsApiService + CloudPoolsApi *CloudPoolsApiService + ContainersApi *ContainersApiService + FilesApi *FilesApiService + MountPointsApi *MountPointsApiService + MountsApi *MountsApiService + NasApi *NasApiService + NasPoolsApi *NasPoolsApiService + NasSharesApi *NasSharesApiService + TapeDrivesApi *TapeDrivesApiService + TapeLibrariesApi *TapeLibrariesApiService + TapePoolsApi *TapePoolsApiService + TapesApi *TapesApiService + TaskDestinationsApi *TaskDestinationsApiService + TaskExecutionsApi *TaskExecutionsApiService + TaskMetadataApi *TaskMetadataApiService + TaskOptionsApi *TaskOptionsApiService + TaskSourcesApi *TaskSourcesApiService + TasksApi *TasksApiService + UsersApi *UsersApiService + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) ChangeBasePath(path string) + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type ActiveJobStatus struct + JobId string + Progress int32 + Status string + Total int32 + type ApiKey struct + Id int32 + Key string + Name string + type ApiKeyCollection struct + ApiKeys []ApiKey + Count int32 + type ApiKeyFull struct + ApiKeyScopes []ApiKeyScope + Id int32 + Key string + Name string + type ApiKeyScope struct + Action string + Controller string + type AttributeError struct + Error_ string + type BasicAuth struct + Password string + UserName string + type Blank struct + Error_ string + type CloudBucket struct + CloudConnectorId int32 + CloudPoolId int32 + FilesCount int32 + FilesSize int32 + Id int32 + Location string + Name string + Price string + type CloudBucketCollection struct + CloudBuckets []CloudBucket + Count int32 + type CloudBucketSimpleCollection struct + CloudBuckets []CloudBucket + type CloudBucketsApiService service + func (a *CloudBucketsApiService) IndexCloudBuckets(ctx context.Context, localVarOptionals *IndexCloudBucketsOpts) (CloudBucketCollection, *http.Response, error) + func (a *CloudBucketsApiService) IndexCloudBucketsByCloudConnector(ctx context.Context, cloudConnectorId string, ...) (CloudBucketCollection, *http.Response, error) + func (a *CloudBucketsApiService) IndexCloudBucketsByCloudPool(ctx context.Context, cloudPoolId string, ...) (CloudBucketCollection, *http.Response, error) + func (a *CloudBucketsApiService) MountStatusCloudBucket(ctx context.Context, cloudBucketId string) (MountStatus, *http.Response, error) + func (a *CloudBucketsApiService) MountStatusCloudBucketByCloudConnector(ctx context.Context, cloudConnectorId string, cloudBucketId string) (MountStatus, *http.Response, error) + func (a *CloudBucketsApiService) MountStatusCloudBucketByCloudPool(ctx context.Context, cloudPoolId string, cloudBucketId string) (MountStatus, *http.Response, error) + func (a *CloudBucketsApiService) ShowCloudBucket(ctx context.Context, cloudBucketId string) (CloudBucket, *http.Response, error) + func (a *CloudBucketsApiService) ShowCloudBucketByCloudConnector(ctx context.Context, cloudConnectorId string, cloudBucketId string) (CloudBucket, *http.Response, error) + func (a *CloudBucketsApiService) ShowCloudBucketByCloudPool(ctx context.Context, cloudPoolId string, cloudBucketId string) (CloudBucket, *http.Response, error) + func (a *CloudBucketsApiService) SyncCloudBuckets(ctx context.Context, cloudConnectorId string) (ActiveJobStatus, *http.Response, error) + func (a *CloudBucketsApiService) SyncResultCloudBuckets(ctx context.Context, cloudConnectorId string, ...) (CloudBucketSimpleCollection, *http.Response, error) + type CloudConnector struct + AccessKey string + Id int32 + Name string + Provider string + Region string + SecretKey string + Url string + UrlProxy string + type CloudConnectorCollection struct + CloudConnectors []CloudConnector + Count int32 + type CloudConnectorsApiService service + func (a *CloudConnectorsApiService) CreateCloudConnector(ctx context.Context, cloudConnectorBody CloudConnector) (CloudConnector, *http.Response, error) + func (a *CloudConnectorsApiService) DestroyCloudConnector(ctx context.Context, cloudConnectorId string) (*http.Response, error) + func (a *CloudConnectorsApiService) IndexCloudConnectors(ctx context.Context, localVarOptionals *IndexCloudConnectorsOpts) (CloudConnectorCollection, *http.Response, error) + func (a *CloudConnectorsApiService) ShowCloudConnector(ctx context.Context, cloudConnectorId string) (CloudConnector, *http.Response, error) + func (a *CloudConnectorsApiService) TestCloudConnector(ctx context.Context, cloudConnectorBody CloudConnector) (ActiveJobStatus, *http.Response, error) + func (a *CloudConnectorsApiService) TestResultCloudConnector(ctx context.Context, localVarOptionals *TestResultCloudConnectorOpts) (CloudBucketSimpleCollection, *http.Response, error) + func (a *CloudConnectorsApiService) UpdateCloudConnector(ctx context.Context, cloudConnectorId string, ...) (CloudConnector, *http.Response, error) + type CloudPool struct + Comment string + Id int32 + Name string + Type_ string + type CloudPoolCollection struct + CloudPools []CloudPool + Count int32 + type CloudPoolUp struct + CloudBucketIds []int32 + Comment string + Id int32 + Name string + Type_ string + type CloudPoolsApiService service + func (a *CloudPoolsApiService) CreateCloudPool(ctx context.Context, cloudPoolBody CloudPoolUp) (CloudPool, *http.Response, error) + func (a *CloudPoolsApiService) DestroyCloudPool(ctx context.Context, cloudPoolId string) (*http.Response, error) + func (a *CloudPoolsApiService) IndexCloudPools(ctx context.Context, localVarOptionals *IndexCloudPoolsOpts) (CloudPoolCollection, *http.Response, error) + func (a *CloudPoolsApiService) MountStatusCloudPool(ctx context.Context, cloudPoolId string) (MountStatus, *http.Response, error) + func (a *CloudPoolsApiService) ShowCloudPool(ctx context.Context, cloudPoolId string) (CloudPool, *http.Response, error) + func (a *CloudPoolsApiService) UpdateCloudPool(ctx context.Context, cloudPoolId string, cloudPoolBody CloudPoolUp) (CloudPool, *http.Response, error) + type Configuration struct + BasePath string + DefaultHeader map[string]string + HTTPClient *http.Client + Host string + Scheme string + UserAgent string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + type Container struct + Comment string + GuestRight string + Id int32 + LastUpdate string + Name string + QuotaOnCache int32 + QuotaTotalSize int32 + StatSizeOnCache int32 + StatTotalFiles int32 + StatTotalSize int32 + type ContainerCollection struct + Containers []Container + Count int32 + type ContainerPrivilege struct + Id int32 + Name string + Privilege string + Type_ string + type ContainerPrivilegeCollection struct + ContainerPrivileges []ContainerPrivilege + Count int32 + type ContainersApiService service + func (a *ContainersApiService) CreateContainer(ctx context.Context, containerBody Container) (Container, *http.Response, error) + func (a *ContainersApiService) CreateContainerPrivilege(ctx context.Context, containerId string, ...) (ContainerPrivilege, *http.Response, error) + func (a *ContainersApiService) DestroyContainer(ctx context.Context, containerId string) (*http.Response, error) + func (a *ContainersApiService) DestroyContainerPrivilege(ctx context.Context, containerId string, containerPrivilegeId int32) (*http.Response, error) + func (a *ContainersApiService) IndexContainerPrivileges(ctx context.Context, containerId string, ...) (ContainerPrivilegeCollection, *http.Response, error) + func (a *ContainersApiService) IndexContainers(ctx context.Context, localVarOptionals *IndexContainersOpts) (ContainerCollection, *http.Response, error) + func (a *ContainersApiService) ShowContainer(ctx context.Context, containerId string) (Container, *http.Response, error) + func (a *ContainersApiService) ShowContainerPrivilege(ctx context.Context, containerId string, containerPrivilegeId int32) (ContainerPrivilege, *http.Response, error) + func (a *ContainersApiService) UpdateContainer(ctx context.Context, containerId string, containerBody Container) (Container, *http.Response, error) + func (a *ContainersApiService) UpdateContainerPrivilege(ctx context.Context, containerId string, containerPrivilegeId int32, ...) (ContainerPrivilege, *http.Response, error) + type FilesApiService service + func (a *FilesApiService) FilesChildren(ctx context.Context, fileParentId int32, localVarOptionals *FilesChildrenOpts) (NodeumFileCollection, *http.Response, error) + func (a *FilesApiService) FilesChildrenByCloudPool(ctx context.Context, cloudPoolId string, fileParentId int32, ...) (NodeumFileCollection, *http.Response, error) + func (a *FilesApiService) FilesChildrenByContainer(ctx context.Context, containerId string, fileParentId int32, ...) (NodeumFileCollection, *http.Response, error) + func (a *FilesApiService) FilesChildrenByNasPool(ctx context.Context, nasPoolId string, fileParentId int32, ...) (NodeumFileCollection, *http.Response, error) + func (a *FilesApiService) FilesChildrenByTapePool(ctx context.Context, tapePoolId string, fileParentId int32, ...) (NodeumFileCollection, *http.Response, error) + func (a *FilesApiService) FilesChildrenByTask(ctx context.Context, taskId string, fileParentId int32, ...) (NodeumFileCollection, *http.Response, error) + func (a *FilesApiService) FilesChildrenByTaskExecution(ctx context.Context, taskExecutionId int64, fileParentId int32, ...) (NodeumFileCollection, *http.Response, error) + func (a *FilesApiService) FilesChildrenByTaskExecutionByTask(ctx context.Context, taskId string, taskExecutionId int64, fileParentId int32, ...) (NodeumFileCollection, *http.Response, error) + func (a *FilesApiService) IndexFiles(ctx context.Context, localVarOptionals *IndexFilesOpts) (NodeumFileCollection, *http.Response, error) + func (a *FilesApiService) IndexFilesByCloudPool(ctx context.Context, cloudPoolId string, ...) (NodeumFileCollection, *http.Response, error) + func (a *FilesApiService) IndexFilesByContainer(ctx context.Context, containerId string, ...) (NodeumFileCollection, *http.Response, error) + func (a *FilesApiService) IndexFilesByNasPool(ctx context.Context, nasPoolId string, ...) (NodeumFileCollection, *http.Response, error) + func (a *FilesApiService) IndexFilesByTapePool(ctx context.Context, tapePoolId string, ...) (NodeumFileCollection, *http.Response, error) + func (a *FilesApiService) IndexFilesByTask(ctx context.Context, taskId string, localVarOptionals *IndexFilesByTaskOpts) (NodeumFileCollection, *http.Response, error) + func (a *FilesApiService) IndexFilesByTaskExecution(ctx context.Context, taskExecutionId int64, ...) (NodeumFileCollection, *http.Response, error) + func (a *FilesApiService) IndexFilesByTaskExecutionByTask(ctx context.Context, taskId string, taskExecutionId int64, ...) (NodeumFileCollection, *http.Response, error) + func (a *FilesApiService) ShowFile(ctx context.Context, fileId int32) (NodeumFileWithPath, *http.Response, error) + func (a *FilesApiService) ShowFileByCloudPool(ctx context.Context, cloudPoolId string, fileId int32) (NodeumFileWithPath, *http.Response, error) + func (a *FilesApiService) ShowFileByContainer(ctx context.Context, containerId string, fileId int32) (NodeumFileWithPath, *http.Response, error) + func (a *FilesApiService) ShowFileByNasPool(ctx context.Context, nasPoolId string, fileId int32) (NodeumFileWithPath, *http.Response, error) + func (a *FilesApiService) ShowFileByTapePool(ctx context.Context, tapePoolId string, fileId int32) (NodeumFileWithPath, *http.Response, error) + func (a *FilesApiService) ShowFileByTask(ctx context.Context, taskId string, fileId int32) (NodeumFileWithPath, *http.Response, error) + func (a *FilesApiService) ShowFileByTaskExecution(ctx context.Context, taskExecutionId int64, fileId int32) (NodeumFileWithPath, *http.Response, error) + func (a *FilesApiService) ShowFileByTaskExecutionByTask(ctx context.Context, taskId string, taskExecutionId int64, fileId int32) (NodeumFileWithPath, *http.Response, error) + type FilesChildrenByCloudPoolOpts struct + AccessDate optional.String + ChangeDate optional.String + FileId optional.String + Gid optional.String + Limit optional.Int32 + ModificationDate optional.String + Name optional.String + Offset optional.Int32 + Permission optional.String + Size optional.String + Type_ optional.String + Uid optional.String + type FilesChildrenByContainerOpts struct + AccessDate optional.String + ChangeDate optional.String + FileId optional.String + Gid optional.String + Limit optional.Int32 + ModificationDate optional.String + Name optional.String + Offset optional.Int32 + Permission optional.String + Size optional.String + Type_ optional.String + Uid optional.String + type FilesChildrenByNasPoolOpts struct + AccessDate optional.String + ChangeDate optional.String + FileId optional.String + Gid optional.String + Limit optional.Int32 + ModificationDate optional.String + Name optional.String + Offset optional.Int32 + Permission optional.String + Size optional.String + Type_ optional.String + Uid optional.String + type FilesChildrenByTapePoolOpts struct + AccessDate optional.String + ChangeDate optional.String + FileId optional.String + Gid optional.String + Limit optional.Int32 + ModificationDate optional.String + Name optional.String + Offset optional.Int32 + Permission optional.String + Size optional.String + Type_ optional.String + Uid optional.String + type FilesChildrenByTaskExecutionByTaskOpts struct + AccessDate optional.String + ChangeDate optional.String + FileId optional.String + Gid optional.String + Limit optional.Int32 + ModificationDate optional.String + Name optional.String + Offset optional.Int32 + Permission optional.String + Size optional.String + Type_ optional.String + Uid optional.String + type FilesChildrenByTaskExecutionOpts struct + AccessDate optional.String + ChangeDate optional.String + FileId optional.String + Gid optional.String + Limit optional.Int32 + ModificationDate optional.String + Name optional.String + Offset optional.Int32 + Permission optional.String + Size optional.String + Type_ optional.String + Uid optional.String + type FilesChildrenByTaskOpts struct + AccessDate optional.String + ChangeDate optional.String + FileId optional.String + Gid optional.String + Limit optional.Int32 + ModificationDate optional.String + Name optional.String + Offset optional.Int32 + Permission optional.String + Size optional.String + Type_ optional.String + Uid optional.String + type FilesChildrenOpts struct + AccessDate optional.String + ChangeDate optional.String + FileId optional.String + Gid optional.String + Limit optional.Int32 + ModificationDate optional.String + Name optional.String + Offset optional.Int32 + Permission optional.String + Size optional.String + Type_ optional.String + Uid optional.String + type Frozen struct + Error_ string + type GenericSwaggerError struct + func (e GenericSwaggerError) Body() []byte + func (e GenericSwaggerError) Error() string + func (e GenericSwaggerError) Model() interface{} + type GreaterThan struct + Count int32 + Error_ string + Value int32 + type GreaterThanOrEqualTo struct + Count int32 + Error_ string + Value int32 + type ImportFile struct + AccessDate string + ChangeDate string + Gid int32 + Id int32 + ModificationDate string + Name string + Parent int32 + Permission int32 + Size int32 + Type_ string + Uid int32 + type IndexApiKeysOpts struct + Limit optional.Int32 + Offset optional.Int32 + type IndexCloudBucketsByCloudConnectorOpts struct + CloudPoolId optional.String + Id optional.String + Limit optional.Int32 + Location optional.String + Name optional.String + Offset optional.Int32 + Price optional.String + SortBy optional.Interface + type IndexCloudBucketsByCloudPoolOpts struct + CloudConnectorId optional.String + Id optional.String + Limit optional.Int32 + Location optional.String + Name optional.String + Offset optional.Int32 + Price optional.String + SortBy optional.Interface + type IndexCloudBucketsOpts struct + CloudConnectorId optional.String + CloudPoolId optional.String + Id optional.String + Limit optional.Int32 + Location optional.String + Name optional.String + Offset optional.Int32 + Price optional.String + SortBy optional.Interface + type IndexCloudConnectorsOpts struct + AccessKey optional.String + Id optional.String + Limit optional.Int32 + Name optional.String + Offset optional.Int32 + Provider optional.String + Region optional.String + SortBy optional.Interface + Url optional.String + UrlProxy optional.String + type IndexCloudPoolsOpts struct + Comment optional.String + Id optional.String + Limit optional.Int32 + Name optional.String + Offset optional.Int32 + SortBy optional.Interface + Type_ optional.String + type IndexContainerPrivilegesOpts struct + Id optional.String + Limit optional.Int32 + Name optional.String + Offset optional.Int32 + Privilege optional.String + SortBy optional.Interface + Type_ optional.String + type IndexContainersOpts struct + Comment optional.String + GuestRight optional.String + Id optional.String + LastUpdate optional.String + Limit optional.Int32 + Name optional.String + Offset optional.Int32 + QuotaOnCache optional.String + QuotaTotalSize optional.String + SortBy optional.Interface + StatSizeOnCache optional.String + StatTotalFiles optional.String + StatTotalSize optional.String + type IndexFilesByCloudPoolOpts struct + AccessDate optional.String + ChangeDate optional.String + FileId optional.String + Gid optional.String + Limit optional.Int32 + ModificationDate optional.String + Name optional.String + Offset optional.Int32 + Permission optional.String + Size optional.String + Type_ optional.String + Uid optional.String + type IndexFilesByContainerOpts struct + AccessDate optional.String + ChangeDate optional.String + FileId optional.String + Gid optional.String + Limit optional.Int32 + ModificationDate optional.String + Name optional.String + Offset optional.Int32 + Permission optional.String + Size optional.String + Type_ optional.String + Uid optional.String + type IndexFilesByNasPoolOpts struct + AccessDate optional.String + ChangeDate optional.String + FileId optional.String + Gid optional.String + Limit optional.Int32 + ModificationDate optional.String + Name optional.String + Offset optional.Int32 + Permission optional.String + Size optional.String + Type_ optional.String + Uid optional.String + type IndexFilesByTapePoolOpts struct + AccessDate optional.String + ChangeDate optional.String + FileId optional.String + Gid optional.String + Limit optional.Int32 + ModificationDate optional.String + Name optional.String + Offset optional.Int32 + Permission optional.String + Size optional.String + Type_ optional.String + Uid optional.String + type IndexFilesByTaskExecutionByTaskOpts struct + AccessDate optional.String + ChangeDate optional.String + FileId optional.String + Gid optional.String + Limit optional.Int32 + ModificationDate optional.String + Name optional.String + Offset optional.Int32 + Permission optional.String + Size optional.String + Type_ optional.String + Uid optional.String + type IndexFilesByTaskExecutionOpts struct + AccessDate optional.String + ChangeDate optional.String + FileId optional.String + Gid optional.String + Limit optional.Int32 + ModificationDate optional.String + Name optional.String + Offset optional.Int32 + Permission optional.String + Size optional.String + Type_ optional.String + Uid optional.String + type IndexFilesByTaskOpts struct + AccessDate optional.String + ChangeDate optional.String + FileId optional.String + Gid optional.String + Limit optional.Int32 + ModificationDate optional.String + Name optional.String + Offset optional.Int32 + Permission optional.String + Size optional.String + Type_ optional.String + Uid optional.String + type IndexFilesOpts struct + AccessDate optional.String + ChangeDate optional.String + FileId optional.String + Gid optional.String + Limit optional.Int32 + ModificationDate optional.String + Name optional.String + Offset optional.Int32 + Permission optional.String + Size optional.String + Type_ optional.String + Uid optional.String + type IndexMountPointsOpts struct + Comment optional.String + Id optional.String + Limit optional.Int32 + Name optional.String + Offset optional.Int32 + Options optional.String + Price optional.String + ScanInterval optional.String + SortBy optional.Interface + Target optional.String + Type_ optional.String + Username optional.String + type IndexNasOpts struct + Comment optional.String + Host optional.String + Id optional.String + Limit optional.Int32 + Name optional.String + Offset optional.Int32 + Price optional.String + SortBy optional.Interface + Type_ optional.String + type IndexNasPoolsOpts struct + Comment optional.String + Id optional.String + Limit optional.Int32 + Name optional.String + Offset optional.Int32 + SortBy optional.Interface + Type_ optional.String + type IndexNasSharesByNasOpts struct + Id optional.String + Limit optional.Int32 + NasPoolId optional.String + Offset optional.Int32 + Options optional.String + Path optional.String + SortBy optional.Interface + Username optional.String + type IndexNasSharesByNasPoolOpts struct + Id optional.String + Limit optional.Int32 + NasId optional.String + Offset optional.Int32 + Options optional.String + Path optional.String + SortBy optional.Interface + Username optional.String + type IndexNasSharesOpts struct + Id optional.String + Limit optional.Int32 + NasId optional.String + NasPoolId optional.String + Offset optional.Int32 + Options optional.String + Path optional.String + SortBy optional.Interface + Username optional.String + type IndexTapeDriveDevicesOpts struct + JobId optional.String + type IndexTapeDrivesByTapeLibraryOpts struct + Acs optional.String + Bandwidth optional.String + Comment optional.String + Device optional.String + Firmware optional.String + Full optional.String + Id optional.String + Libso optional.String + Limit optional.Int32 + Lsm optional.String + MountCount optional.String + Name optional.String + Offset optional.Int32 + Panel optional.String + Product optional.String + ScsiAddress optional.String + Serial optional.String + Sgdevice optional.String + SortBy optional.Interface + Status optional.String + Transport optional.String + UseBy optional.String + UseFileNameProcessed optional.String + UseFileProcessedSize optional.String + UseFileSizeToProcess optional.String + UseTo optional.String + Vendor optional.String + type IndexTapeDrivesOpts struct + Acs optional.String + Bandwidth optional.String + Comment optional.String + Device optional.String + Firmware optional.String + Full optional.String + Id optional.String + Libso optional.String + Limit optional.Int32 + Lsm optional.String + MountCount optional.String + Name optional.String + Offset optional.Int32 + Panel optional.String + Product optional.String + ScsiAddress optional.String + Serial optional.String + Sgdevice optional.String + SortBy optional.Interface + Status optional.String + TapeLibraryId optional.String + Transport optional.String + UseBy optional.String + UseFileNameProcessed optional.String + UseFileProcessedSize optional.String + UseFileSizeToProcess optional.String + UseTo optional.String + Vendor optional.String + type IndexTapeLibrariesOpts struct + Acs optional.String + Comment optional.String + Device optional.String + Firmware optional.String + Id optional.String + IoSlots optional.String + IoSlotsAddress optional.String + Libso optional.String + Limit optional.Int32 + Name optional.String + Offset optional.Int32 + Price optional.String + Product optional.String + Protocol optional.String + Serial optional.String + SortBy optional.Interface + Status optional.String + StorageSlots optional.String + StorageSlotsAddress optional.String + Vendor optional.String + type IndexTapeLibraryDevicesOpts struct + JobId optional.String + type IndexTapePoolsOpts struct + Comment optional.String + Id optional.String + Limit optional.Int32 + Name optional.String + Offset optional.Int32 + SortBy optional.Interface + Type_ optional.String + type IndexTapesByTapeLibraryOpts struct + Barcode optional.String + Cleaning optional.String + DateIn optional.String + DateMove optional.String + Ejected optional.String + ForceImportType optional.String + Free optional.String + Hash optional.String + Id optional.String + Known optional.String + LastMaintenance optional.String + LastRepack optional.String + LastSizeUpdate optional.String + Limit optional.Int32 + Location optional.String + Locked optional.String + Max optional.String + MountCount optional.String + Mounted optional.String + NeedToCheck optional.String + Offset optional.Int32 + RepackStatus optional.String + Scratch optional.String + SortBy optional.Interface + TapePoolId optional.String + Type_ optional.String + WriteProtect optional.String + type IndexTapesByTapePoolOpts struct + Barcode optional.String + Cleaning optional.String + DateIn optional.String + DateMove optional.String + Ejected optional.String + ForceImportType optional.String + Free optional.String + Hash optional.String + Id optional.String + Known optional.String + LastMaintenance optional.String + LastRepack optional.String + LastSizeUpdate optional.String + Limit optional.Int32 + Location optional.String + Locked optional.String + Max optional.String + MountCount optional.String + Mounted optional.String + NeedToCheck optional.String + Offset optional.Int32 + RepackStatus optional.String + Scratch optional.String + SortBy optional.Interface + TapeLibraryId optional.String + Type_ optional.String + WriteProtect optional.String + type IndexTapesOpts struct + Barcode optional.String + Cleaning optional.String + DateIn optional.String + DateMove optional.String + Ejected optional.String + ForceImportType optional.String + Free optional.String + Hash optional.String + Id optional.String + Known optional.String + LastMaintenance optional.String + LastRepack optional.String + LastSizeUpdate optional.String + Limit optional.Int32 + Location optional.String + Locked optional.String + Max optional.String + MountCount optional.String + Mounted optional.String + NeedToCheck optional.String + Offset optional.Int32 + RepackStatus optional.String + Scratch optional.String + SortBy optional.Interface + TapeLibraryId optional.String + TapePoolId optional.String + Type_ optional.String + WriteProtect optional.String + type IndexTaskExecutionsOpts struct + Bandwidth optional.String + EstimationTime optional.String + FinalizedFiles optional.String + Id optional.String + JobFinished optional.String + JobStarted optional.String + Limit optional.Int32 + LogTime optional.String + Name optional.String + Offset optional.Int32 + ProcessedFiles optional.String + ProcessedSize optional.String + SortBy optional.Interface + Status optional.String + TaskId optional.String + ToProcessFiles optional.String + ToProcessSize optional.String + Type_ optional.String + type IndexTaskMetadataOpts struct + Id optional.String + Key optional.String + Limit optional.Int32 + Offset optional.Int32 + SortBy optional.Interface + Value optional.String + type IndexTaskOptionsOpts struct + Id optional.String + Limit optional.Int32 + Offset optional.Int32 + SortBy optional.Interface + Type_ optional.String + Value optional.String + type IndexTaskSourcesOpts struct + CloudPoolId optional.String + FileId optional.String + Id optional.String + ImportFileId optional.String + Limit optional.Int32 + NasPoolId optional.String + Offset optional.Int32 + SortBy optional.Interface + TapeId optional.String + TapePoolId optional.String + type IndexTasksOpts struct + Action optional.String + Activate optional.String + Comment optional.String + ConflictResolution optional.String + CreationDate optional.String + CreationUsername optional.String + Id optional.String + JobFinished optional.String + JobStarted optional.String + Limit optional.Int32 + ModificationDate optional.String + ModificationUsername optional.String + Name optional.String + Offset optional.Int32 + Priority optional.String + ProcessedSize optional.String + SortBy optional.Interface + Status optional.String + ToProcessSize optional.String + Type_ optional.String + type Invalid struct + Error_ string + Value string + type LessThan struct + Count int32 + Error_ string + Value int32 + type LessThanOrEqualTo struct + Count int32 + Error_ string + Value int32 + type ModelError struct + Details map[string][]AttributeError + Messages []string + type MountCollection struct + Mounts []MountInfo + type MountInfo struct + CloudBucketId int32 + CloudBucketName string + CloudConnectorId int32 + CloudConnectorName string + CloudPoolId int32 + CloudPoolName string + Id int32 + MajorMinor string + MountPointId int32 + MountPointName string + NasId int32 + NasName string + NasPoolId int32 + NasPoolName string + NasShareId int32 + Options string + Source string + TapeBarcode string + TapeId int32 + TapeLibraryId int32 + TapeLibraryName string + TapeLibrarySerial string + Target string + Type_ string + type MountNotification struct + Action string + Info *MountInfo + type MountPoint struct + Comment string + Id int32 + Name string + Options string + Password string + Price string + ScanInterval string + Target string + Type_ string + Username string + type MountPointCollection struct + Count int32 + MountPoints []MountPoint + type MountPointsApiService service + func (a *MountPointsApiService) CreateMountPoint(ctx context.Context, mountPointBody MountPoint) (MountPoint, *http.Response, error) + func (a *MountPointsApiService) DestroyMountPoint(ctx context.Context, mountPointId string) (*http.Response, error) + func (a *MountPointsApiService) IndexMountPoints(ctx context.Context, localVarOptionals *IndexMountPointsOpts) (MountPointCollection, *http.Response, error) + func (a *MountPointsApiService) MountMountPoint(ctx context.Context, mountPointId string) (MountStatus, *http.Response, error) + func (a *MountPointsApiService) MountStatusMountPoint(ctx context.Context, mountPointId string) (MountStatus, *http.Response, error) + func (a *MountPointsApiService) ShowMountPoint(ctx context.Context, mountPointId string) (MountPoint, *http.Response, error) + func (a *MountPointsApiService) UnmountMountPoint(ctx context.Context, mountPointId string) (MountStatus, *http.Response, error) + func (a *MountPointsApiService) UpdateMountPoint(ctx context.Context, mountPointId string, mountPointBody MountPoint) (MountPoint, *http.Response, error) + type MountStatus struct + Message string + Mounted bool + Status *MountInfo + type MountsApiService service + func (a *MountsApiService) IndexMounts(ctx context.Context) (MountCollection, *http.Response, error) + type Nas struct + Comment string + Host string + Id int32 + Name string + Price string + Type_ string + type NasApiService service + func (a *NasApiService) CreateNas(ctx context.Context, nasBody Nas) (Nas, *http.Response, error) + func (a *NasApiService) DestroyNas(ctx context.Context, nasId string) (*http.Response, error) + func (a *NasApiService) IndexNas(ctx context.Context, localVarOptionals *IndexNasOpts) (NasCollection, *http.Response, error) + func (a *NasApiService) ShowNas(ctx context.Context, nasId string) (Nas, *http.Response, error) + func (a *NasApiService) UpdateNas(ctx context.Context, nasId string, nasBody Nas) (Nas, *http.Response, error) + type NasCollection struct + Count int32 + Nas []Nas + type NasPool struct + Comment string + Id int32 + Name string + Type_ string + type NasPoolCollection struct + Count int32 + NasPools []NasPool + type NasPoolUp struct + Comment string + Id int32 + Name string + NasShareIds []int32 + Type_ string + type NasPoolsApiService service + func (a *NasPoolsApiService) CreateNasPool(ctx context.Context, nasPoolBody NasPoolUp) (NasPool, *http.Response, error) + func (a *NasPoolsApiService) DestroyNasPool(ctx context.Context, nasPoolId string) (*http.Response, error) + func (a *NasPoolsApiService) IndexNasPools(ctx context.Context, localVarOptionals *IndexNasPoolsOpts) (NasPoolCollection, *http.Response, error) + func (a *NasPoolsApiService) MountStatusNasPool(ctx context.Context, nasPoolId string) (MountStatus, *http.Response, error) + func (a *NasPoolsApiService) ShowNasPool(ctx context.Context, nasPoolId string) (NasPool, *http.Response, error) + func (a *NasPoolsApiService) UpdateNasPool(ctx context.Context, nasPoolId string, nasPoolBody NasPoolUp) (NasPool, *http.Response, error) + type NasShare struct + Id int32 + NasId int32 + NasPoolId int32 + Options string + Password string + Path string + Username string + type NasShareCollection struct + Count int32 + NasShares []NasShare + type NasSharesApiService service + func (a *NasSharesApiService) CreateNasShareByNas(ctx context.Context, nasId string, nasShareBody NasShare) (NasShare, *http.Response, error) + func (a *NasSharesApiService) DestroyNasShare(ctx context.Context, nasShareId int32) (*http.Response, error) + func (a *NasSharesApiService) DestroyNasShareByNas(ctx context.Context, nasId string, nasShareId int32) (*http.Response, error) + func (a *NasSharesApiService) DestroyNasShareByNasPool(ctx context.Context, nasPoolId string, nasShareId int32) (*http.Response, error) + func (a *NasSharesApiService) IndexNasShares(ctx context.Context, localVarOptionals *IndexNasSharesOpts) (NasShareCollection, *http.Response, error) + func (a *NasSharesApiService) IndexNasSharesByNas(ctx context.Context, nasId string, localVarOptionals *IndexNasSharesByNasOpts) (NasShareCollection, *http.Response, error) + func (a *NasSharesApiService) IndexNasSharesByNasPool(ctx context.Context, nasPoolId string, ...) (NasShareCollection, *http.Response, error) + func (a *NasSharesApiService) MountStatusNasShare(ctx context.Context, nasShareId int32) (MountStatus, *http.Response, error) + func (a *NasSharesApiService) MountStatusNasShareByNas(ctx context.Context, nasId string, nasShareId int32) (MountStatus, *http.Response, error) + func (a *NasSharesApiService) MountStatusNasShareByNasPool(ctx context.Context, nasPoolId string, nasShareId int32) (MountStatus, *http.Response, error) + func (a *NasSharesApiService) ShowNasShareByNas(ctx context.Context, nasId string, nasShareId int32) (NasShare, *http.Response, error) + func (a *NasSharesApiService) ShowNasShares(ctx context.Context, nasShareId int32) (NasShare, *http.Response, error) + func (a *NasSharesApiService) ShowNasSharesByNasPool(ctx context.Context, nasPoolId string, nasShareId int32) (NasShare, *http.Response, error) + func (a *NasSharesApiService) TestNasShare(ctx context.Context, nasId string, nasShareBody NasShare) (ActiveJobStatus, *http.Response, error) + func (a *NasSharesApiService) TestResultNasShare(ctx context.Context, nasId string, localVarOptionals *TestResultNasShareOpts) (ActiveJobStatus, *http.Response, error) + func (a *NasSharesApiService) UpdateNasShare(ctx context.Context, nasShareId int32, nasShareBody NasShare) (NasShare, *http.Response, error) + func (a *NasSharesApiService) UpdateNasShareByNas(ctx context.Context, nasId string, nasShareId int32, nasShareBody NasShare) (NasShare, *http.Response, error) + func (a *NasSharesApiService) UpdateNasShareByNasPool(ctx context.Context, nasPoolId string, nasShareId int32, nasShareBody NasShare) (NasShare, *http.Response, error) + type NodeumFile struct + AccessDate string + ChangeDate string + Gid int32 + Id int32 + ModificationDate string + Name string + Parent int32 + Permission int32 + Size int32 + Type_ string + Uid int32 + type NodeumFileCollection struct + Count int32 + Files []NodeumFile + type NodeumFileWithPath struct + AccessDate string + ChangeDate string + FilePath string + Gid int32 + Id int32 + ModificationDate string + Name string + Parent int32 + Permission int32 + Size int32 + Type_ string + Uid int32 + type OccurrenceLessThan struct + Count int32 + Error_ string + Value int32 + type OccurrenceLessThanOrEqualTo struct + Count int32 + Error_ string + Value int32 + type QuotaOnCache struct + Error_ string + type SyncResultCloudBucketsOpts struct + JobId optional.String + type Taken struct + Error_ string + Value string + type Tape struct + Barcode string + Cleaning bool + DateIn string + DateMove string + Ejected bool + ForceImportType bool + Free int32 + Hash string + Id int32 + Known bool + LastMaintenance string + LastRepack string + LastSizeUpdate string + Location string + Locked bool + Max int32 + MountCount int32 + Mounted bool + NeedToCheck bool + RepackStatus bool + Scratch bool + TapeLibraryId int32 + TapePoolId int32 + Type_ string + WriteProtect bool + type TapeCollection struct + Count int32 + Tapes []Tape + type TapeDrive struct + Acs int32 + Bandwidth int32 + Comment string + Device string + Firmware string + Full int32 + Id int32 + Libso string + Lsm int32 + MountCount int32 + Name string + Panel int32 + Product string + ScsiAddress int32 + Serial string + Sgdevice string + Status string + TapeLibraryId int32 + Transport int32 + UseBy string + UseFileNameProcessed string + UseFileProcessedSize int32 + UseFileSizeToProcess int32 + UseTo string + Vendor string + type TapeDriveCollection struct + Count int32 + TapeDrives []TapeDrive + type TapeDriveDevice struct + Device string + Firmware string + Product string + ScsiAddress int32 + Serial string + Sgdevice string + Vendor string + type TapeDriveDeviceCollection struct + TapeDrives []TapeDriveDevice + type TapeDrivesApiService service + func (a *TapeDrivesApiService) CreateTapeDriveByTapeLibrary(ctx context.Context, tapeLibraryId string, tapeDriveBody TapeDrive) (TapeDrive, *http.Response, error) + func (a *TapeDrivesApiService) DestroyTapeDrive(ctx context.Context, tapeDriveId string) (*http.Response, error) + func (a *TapeDrivesApiService) DestroyTapeDriveByTapeLibrary(ctx context.Context, tapeLibraryId string, tapeDriveId string) (*http.Response, error) + func (a *TapeDrivesApiService) IndexTapeDriveDevices(ctx context.Context, tapeLibraryId string, ...) (TapeDriveDeviceCollection, *http.Response, error) + func (a *TapeDrivesApiService) IndexTapeDrives(ctx context.Context, localVarOptionals *IndexTapeDrivesOpts) (TapeDriveCollection, *http.Response, error) + func (a *TapeDrivesApiService) IndexTapeDrivesByTapeLibrary(ctx context.Context, tapeLibraryId string, ...) (TapeDriveCollection, *http.Response, error) + func (a *TapeDrivesApiService) ShowTapeDrive(ctx context.Context, tapeDriveId string) (TapeDrive, *http.Response, error) + func (a *TapeDrivesApiService) ShowTapeDriveByTapeLibrary(ctx context.Context, tapeLibraryId string, tapeDriveId string) (TapeDrive, *http.Response, error) + func (a *TapeDrivesApiService) UpdateTapeDrive(ctx context.Context, tapeDriveId string, tapeDriveBody TapeDrive) (TapeDrive, *http.Response, error) + func (a *TapeDrivesApiService) UpdateTapeDriveByTapeLibrary(ctx context.Context, tapeLibraryId string, tapeDriveId string, ...) (TapeDrive, *http.Response, error) + type TapeLibrariesApiService service + func (a *TapeLibrariesApiService) CreateTapeLibrary(ctx context.Context, tapeLibraryBody TapeLibrary) (TapeLibrary, *http.Response, error) + func (a *TapeLibrariesApiService) DestroyTapeLibrary(ctx context.Context, tapeLibraryId string) (*http.Response, error) + func (a *TapeLibrariesApiService) IndexTapeLibraries(ctx context.Context, localVarOptionals *IndexTapeLibrariesOpts) (TapeLibraryCollection, *http.Response, error) + func (a *TapeLibrariesApiService) IndexTapeLibraryDevices(ctx context.Context, localVarOptionals *IndexTapeLibraryDevicesOpts) (TapeLibraryDeviceCollection, *http.Response, error) + func (a *TapeLibrariesApiService) ShowTapeLibrary(ctx context.Context, tapeLibraryId string) (TapeLibrary, *http.Response, error) + func (a *TapeLibrariesApiService) UpdateTapeLibrary(ctx context.Context, tapeLibraryId string, tapeLibraryBody TapeLibrary) (TapeLibrary, *http.Response, error) + type TapeLibrary struct + Acs int32 + Comment string + Device string + Firmware string + Id int32 + IoSlots int32 + IoSlotsAddress int32 + Libso string + Name string + Price string + Product string + Protocol string + Serial string + Status string + StorageSlots int32 + StorageSlotsAddress int32 + Vendor string + type TapeLibraryCollection struct + Count int32 + TapeLibraries []TapeLibrary + type TapeLibraryDevice struct + Acs int32 + Device string + Firmware string + IoSlots int32 + IoSlotsAddress int32 + Product string + Protocol string + Serial string + StorageSlots int32 + StorageSlotsAddress int32 + Vendor string + type TapeLibraryDeviceCollection struct + TapeLibraries []TapeLibraryDevice + type TapePool struct + Comment string + Id int32 + Name string + Type_ string + type TapePoolCollection struct + Count int32 + TapePools []TapePool + type TapePoolUp struct + Comment string + Id int32 + Name string + TapeIds []int32 + Type_ string + type TapePoolsApiService service + func (a *TapePoolsApiService) CreateTapePool(ctx context.Context, tapePoolBody TapePoolUp) (TapePool, *http.Response, error) + func (a *TapePoolsApiService) DestroyTapePool(ctx context.Context, tapePoolId string) (*http.Response, error) + func (a *TapePoolsApiService) IndexTapePools(ctx context.Context, localVarOptionals *IndexTapePoolsOpts) (TapePoolCollection, *http.Response, error) + func (a *TapePoolsApiService) ShowTapePool(ctx context.Context, tapePoolId string) (TapePool, *http.Response, error) + func (a *TapePoolsApiService) UpdateTapePool(ctx context.Context, tapePoolId string, tapePoolBody TapePoolUp) (TapePool, *http.Response, error) + type TapesApiService service + func (a *TapesApiService) IndexTapes(ctx context.Context, localVarOptionals *IndexTapesOpts) (TapeCollection, *http.Response, error) + func (a *TapesApiService) IndexTapesByTapeLibrary(ctx context.Context, tapeLibraryId string, ...) (TapeCollection, *http.Response, error) + func (a *TapesApiService) IndexTapesByTapePool(ctx context.Context, tapePoolId string, ...) (TapeCollection, *http.Response, error) + func (a *TapesApiService) MountStatusTape(ctx context.Context, tapeId string) (MountStatus, *http.Response, error) + func (a *TapesApiService) MountStatusTapeByTapeLibrary(ctx context.Context, tapeLibraryId string, tapeId string) (MountStatus, *http.Response, error) + func (a *TapesApiService) MountStatusTapeByTapePool(ctx context.Context, tapePoolId string, tapeId string) (MountStatus, *http.Response, error) + func (a *TapesApiService) ShowTape(ctx context.Context, tapeId string) (Tape, *http.Response, error) + func (a *TapesApiService) ShowTapeByTapeLibrary(ctx context.Context, tapeLibraryId string, tapeId string) (Tape, *http.Response, error) + func (a *TapesApiService) ShowTapeByTapePool(ctx context.Context, tapePoolId string, tapeId string) (Tape, *http.Response, error) + type Task struct + Action string + Activate bool + Comment string + ConflictResolution string + CreationDate string + CreationUsername string + Id int32 + JobFinished string + JobStarted string + ModificationDate string + ModificationUsername string + Name string + Priority int32 + ProcessedSize int32 + Status string + ToProcessSize int32 + Type_ string + WorkflowAction string + WorkflowType string + type TaskCollection struct + Count int32 + Tasks []Task + type TaskDestinationCollection struct + Count int32 + TaskDestinations []TaskDestinationDown + type TaskDestinationDown struct + CloudPoolId int32 + Folder *NodeumFile + Id int32 + NasPoolId int32 + TapeId int32 + TapePoolId int32 + type TaskDestinationUp struct + CloudPoolId int32 + CloudPoolName string + FolderId int32 + FolderPath string + NasPoolId int32 + NasPoolName string + TapeBarcode string + TapeId int32 + TapePoolId int32 + TapePoolName string + type TaskDestinationsApiService service + func (a *TaskDestinationsApiService) CreateTaskDestination(ctx context.Context, taskId string, taskDestinationBody TaskDestinationUp) (TaskDestinationDown, *http.Response, error) + func (a *TaskDestinationsApiService) DestroyTaskDestination(ctx context.Context, taskId string, taskDestinationId int32) (*http.Response, error) + func (a *TaskDestinationsApiService) IndexTaskDestinations(ctx context.Context, taskId string) (TaskDestinationCollection, *http.Response, error) + func (a *TaskDestinationsApiService) ShowTaskDestination(ctx context.Context, taskId string, taskDestinationId int32) (TaskDestinationDown, *http.Response, error) + func (a *TaskDestinationsApiService) UpdateTaskDestination(ctx context.Context, taskId string, taskDestinationId int32, ...) (TaskDestinationDown, *http.Response, error) + type TaskExecution struct + Bandwidth int32 + EstimationTime int32 + FinalizedFiles int32 + Id string + JobFinished string + JobStarted string + LogTime string + Name string + ProcessedFiles int32 + ProcessedSize int32 + Status string + TaskId int32 + ToProcessFiles int32 + ToProcessSize int32 + Type_ string + type TaskExecutionCollection struct + Count int32 + TaskExecutions []TaskExecution + type TaskExecutionsApiService service + func (a *TaskExecutionsApiService) IndexTaskExecutions(ctx context.Context, localVarOptionals *IndexTaskExecutionsOpts) (TaskExecutionCollection, *http.Response, error) + func (a *TaskExecutionsApiService) IndexTaskExecutionsByTask(ctx context.Context, taskId string) (TaskExecutionCollection, *http.Response, error) + func (a *TaskExecutionsApiService) ShowTaskExecution(ctx context.Context, taskExecutionId int64) (TaskExecution, *http.Response, error) + func (a *TaskExecutionsApiService) ShowTaskExecutionByTask(ctx context.Context, taskId string, taskExecutionId int64) (TaskExecution, *http.Response, error) + type TaskMetadataApiService service + func (a *TaskMetadataApiService) CreateTaskMetadatum(ctx context.Context, taskId string, taskMetadatumBody TaskMetadatum) (TaskMetadatum, *http.Response, error) + func (a *TaskMetadataApiService) DestroyTaskMetadatum(ctx context.Context, taskId string, taskMetadatumId int32) (*http.Response, error) + func (a *TaskMetadataApiService) IndexTaskMetadata(ctx context.Context, taskId string, localVarOptionals *IndexTaskMetadataOpts) (TaskMetadatumCollection, *http.Response, error) + func (a *TaskMetadataApiService) ShowTaskMetadat(ctx context.Context, taskId string, taskMetadatumId int32) (TaskMetadatum, *http.Response, error) + func (a *TaskMetadataApiService) UpdateTaskMetadatum(ctx context.Context, taskId string, taskMetadatumId int32, ...) (TaskMetadatum, *http.Response, error) + type TaskMetadatum struct + Id int32 + Key string + Value string + type TaskMetadatumCollection struct + Count int32 + TaskMetadata []TaskMetadatum + type TaskOption struct + Id int32 + Type_ string + Value string + type TaskOptionCollection struct + Count int32 + TaskOptions []TaskOption + type TaskOptionsApiService service + func (a *TaskOptionsApiService) CreateTaskOption(ctx context.Context, taskId string, taskOptionBody TaskOption) (TaskOption, *http.Response, error) + func (a *TaskOptionsApiService) DestroyTaskOption(ctx context.Context, taskId string, taskOptionId int32) (*http.Response, error) + func (a *TaskOptionsApiService) IndexTaskOptions(ctx context.Context, taskId string, localVarOptionals *IndexTaskOptionsOpts) (TaskOptionCollection, *http.Response, error) + func (a *TaskOptionsApiService) ShowTaskOption(ctx context.Context, taskId string, taskOptionId int32) (TaskOption, *http.Response, error) + func (a *TaskOptionsApiService) UpdateTaskOption(ctx context.Context, taskId string, taskOptionId int32, ...) (TaskOption, *http.Response, error) + type TaskSourceCollection struct + Count int32 + TaskSources []TaskSourceDown + type TaskSourceDown struct + CloudPoolId int32 + File *NodeumFile + Id int32 + ImportFile *ImportFile + NasPoolId int32 + TapeId int32 + TapePoolId int32 + type TaskSourceUp struct + CloudPoolId int32 + CloudPoolName string + FileId int32 + FilePath string + ImportFileId int32 + ImportFilePath string + NasPoolId int32 + NasPoolName string + TapeBarcode string + TapeId int32 + TapePoolId int32 + TapePoolName string + type TaskSourcesApiService service + func (a *TaskSourcesApiService) CreateTaskSource(ctx context.Context, taskId string, taskSourceBody TaskSourceUp) (TaskSourceDown, *http.Response, error) + func (a *TaskSourcesApiService) DestroyTaskSource(ctx context.Context, taskId string, taskSourceId int32) (*http.Response, error) + func (a *TaskSourcesApiService) IndexTaskSources(ctx context.Context, taskId string, localVarOptionals *IndexTaskSourcesOpts) (TaskSourceCollection, *http.Response, error) + func (a *TaskSourcesApiService) ShowTaskSource(ctx context.Context, taskId string, taskSourceId int32) (TaskSourceDown, *http.Response, error) + func (a *TaskSourcesApiService) UpdateTaskSource(ctx context.Context, taskId string, taskSourceId int32, ...) (TaskSourceDown, *http.Response, error) + type TasksApiService service + func (a *TasksApiService) CreateTask(ctx context.Context, taskBody Task) (Task, *http.Response, error) + func (a *TasksApiService) DestroyTask(ctx context.Context, taskId string) (*http.Response, error) + func (a *TasksApiService) IndexTasks(ctx context.Context, localVarOptionals *IndexTasksOpts) (TaskCollection, *http.Response, error) + func (a *TasksApiService) ShowTask(ctx context.Context, taskId string) (Task, *http.Response, error) + func (a *TasksApiService) UpdateTask(ctx context.Context, taskId string, taskBody Task) (Task, *http.Response, error) + type TestResultCloudConnectorOpts struct + JobId optional.String + type TestResultNasShareOpts struct + JobId optional.String + type TooLong struct + Count int32 + Error_ string + type TooShort struct + Count int32 + Error_ string + type UsersApiService service + func (a *UsersApiService) CreateApiKey(ctx context.Context, apiKeyBody ApiKeyFull) (ApiKeyFull, *http.Response, error) + func (a *UsersApiService) DestroyApiKey(ctx context.Context, apiKeyId int32) (*http.Response, error) + func (a *UsersApiService) IndexApiKeys(ctx context.Context, localVarOptionals *IndexApiKeysOpts) (ApiKeyCollection, *http.Response, error) + func (a *UsersApiService) ShowApiKey(ctx context.Context, apiKeyId int32) (ApiKeyFull, *http.Response, error) + func (a *UsersApiService) UpdateApiKey(ctx context.Context, apiKeyId int32, apiKeyBody ApiKeyFull) (ApiKeyFull, *http.Response, error)