dk.sdu.cloud.file.orchestrator.api.FileCollection

UCloud Developer Guide / Orchestration of Resources / Storage / Drives (FileCollection)

FileCollection

A Resource is the core data model used to synchronize tasks between UCloud and Provider.

data class FileCollection(
    val id: String,
    val specification: FileCollection.Spec,
    val createdAt: Long,
    val status: FileCollection.Status,
    val updates: List<FileCollection.Update>,
    val owner: ResourceOwner,
    val permissions: ResourcePermissions?,
    val providerGeneratedId: String?,
)

For more information go here.

Properties

Last updated