BackupInstanceArgs

data class BackupInstanceArgs(val dataSourceInfo: Output<DatasourceArgs>, val dataSourceSetInfo: Output<DatasourceSetArgs>? = null, val friendlyName: Output<String>? = null, val objectType: Output<String>, val policyInfo: Output<PolicyInfoArgs>) : ConvertibleToJava<BackupInstanceArgs>

Backup Instance

Constructors

Link copied to clipboard
constructor(dataSourceInfo: Output<DatasourceArgs>, dataSourceSetInfo: Output<DatasourceSetArgs>? = null, friendlyName: Output<String>? = null, objectType: Output<String>, policyInfo: Output<PolicyInfoArgs>)

Properties

Link copied to clipboard

Gets or sets the data source information.

Link copied to clipboard

Gets or sets the data source set information.

Link copied to clipboard
val friendlyName: Output<String>? = null

Gets or sets the Backup Instance friendly name.

Link copied to clipboard
val objectType: Output<String>
Link copied to clipboard

Gets or sets the policy information.

Functions

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