File_v1Functions
object File_v1Functions
Functions
Link copied to clipboard
Gets the details of a specific backup.
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