Ots Backup Plan Args
data class OtsBackupPlanArgs(val backupType: Output<String>? = null, val crossAccountRoleName: Output<String>? = null, val crossAccountType: Output<String>? = null, val crossAccountUserId: Output<Int>? = null, val disabled: Output<Boolean>? = null, val instanceName: Output<String>? = null, val otsBackupPlanName: Output<String>? = null, val otsDetails: Output<List<OtsBackupPlanOtsDetailArgs>>? = null, val retention: Output<String>? = null, val rules: Output<List<OtsBackupPlanRuleArgs>>? = null, val schedule: Output<String>? = null, val vaultId: Output<String>? = null) : ConvertibleToJava<OtsBackupPlanArgs>
Provides a HBR Ots Backup Plan resource. For information about HBR Ots Backup Plan and how to use it, see What is Ots Backup Plan.
NOTE: Available in v1.163.0+.
Example Usage
Basic Usage No Java example available.
Import
HBR Ots Backup Plan can be imported using the id, e.g.
$ pulumi import alicloud:hbr/otsBackupPlan:OtsBackupPlan example <id>
Content copied to clipboard
Constructors
Link copied to clipboard
fun OtsBackupPlanArgs(backupType: Output<String>? = null, crossAccountRoleName: Output<String>? = null, crossAccountType: Output<String>? = null, crossAccountUserId: Output<Int>? = null, disabled: Output<Boolean>? = null, instanceName: Output<String>? = null, otsBackupPlanName: Output<String>? = null, otsDetails: Output<List<OtsBackupPlanOtsDetailArgs>>? = null, retention: Output<String>? = null, rules: Output<List<OtsBackupPlanRuleArgs>>? = null, schedule: Output<String>? = null, vaultId: Output<String>? = null)