File_v1Functions

Functions

Link copied to clipboard

Gets the details of a specific backup.

suspend fun getBackup(argument: suspend GetBackupPlainArgsBuilder.() -> Unit): GetBackupResult
suspend fun getBackup(backupId: String, location: String, project: String? = null): GetBackupResult
Link copied to clipboard

Gets the details of a specific instance.

suspend fun getInstance(argument: suspend GetInstancePlainArgsBuilder.() -> Unit): GetInstanceResult
suspend fun getInstance(instanceId: String, location: String, project: String? = null): GetInstanceResult
Link copied to clipboard

Gets the details of a specific snapshot.

suspend fun getSnapshot(argument: suspend GetSnapshotPlainArgsBuilder.() -> Unit): GetSnapshotResult
suspend fun getSnapshot(instanceId: String, location: String, project: String? = null, snapshotId: String): GetSnapshotResult