GetDataSourcePlainArgs

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

A collection of arguments for invoking getDataSource.

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 in which the Data Source belongs.

Link copied to clipboard

The ID of the Data Source.

Link copied to clipboard

The location in which the Data Source belongs.

Link copied to clipboard

The Google Cloud Project in which the Data Source belongs.

Functions

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