GetBackupPlainArgs

data class GetBackupPlainArgs(val backupVaultId: String, val dataSourceId: String, val location: String, val project: String) : ConvertibleToJava<GetBackupPlainArgs>

A collection of arguments for invoking getBackup.

Constructors

Link copied to clipboard
constructor(backupVaultId: String, dataSourceId: String, location: String, project: String)

Properties

Link copied to clipboard

The ID of the Backup Vault of the Data Source in which the Backup belongs.

Link copied to clipboard

The ID of the Data Source in which the Backup belongs.

Link copied to clipboard

The location in which the Backup belongs.

Link copied to clipboard

The Google Cloud Project in which the Backup belongs.

Functions

Link copied to clipboard
open override fun toJava(): GetBackupPlainArgs