Backup Plan Args
data class BackupPlanArgs(val backupGatewayId: Output<String>? = null, val backupLogIntervalSeconds: Output<Int>? = null, val backupMethod: Output<String>? = null, val backupObjects: Output<String>? = null, val backupPeriod: Output<String>? = null, val backupPlanName: Output<String>? = null, val backupRateLimit: Output<String>? = null, val backupRetentionPeriod: Output<Int>? = null, val backupSpeedLimit: Output<String>? = null, val backupStartTime: Output<String>? = null, val backupStorageType: Output<String>? = null, val backupStrategyType: Output<String>? = null, val crossAliyunId: Output<String>? = null, val crossRoleName: Output<String>? = null, val databaseRegion: Output<String>? = null, val databaseType: Output<String>? = null, val duplicationArchivePeriod: Output<Int>? = null, val duplicationInfrequentAccessPeriod: Output<Int>? = null, val enableBackupLog: Output<Boolean>? = null, val instanceClass: Output<String>? = null, val instanceType: Output<String>? = null, val ossBucketName: Output<String>? = null, val paymentType: Output<String>? = null, val period: Output<String>? = null, val resourceGroupId: Output<String>? = null, val sourceEndpointDatabaseName: Output<String>? = null, val sourceEndpointInstanceId: Output<String>? = null, val sourceEndpointInstanceType: Output<String>? = null, val sourceEndpointIp: Output<String>? = null, val sourceEndpointOracleSid: Output<String>? = null, val sourceEndpointPassword: Output<String>? = null, val sourceEndpointPort: Output<Int>? = null, val sourceEndpointRegion: Output<String>? = null, val sourceEndpointSid: Output<String>? = null, val sourceEndpointUserName: Output<String>? = null, val status: Output<String>? = null, val storageRegion: Output<String>? = null, val usedTime: Output<Int>? = null) : ConvertibleToJava<BackupPlanArgs>
Provides a DBS Backup Plan resource. For information about DBS Backup Plan and how to use it, see What is Backup Plan.
NOTE: Available since v1.185.0.
Import
DBS Backup Plan can be imported using the id, e.g.
$ pulumi import alicloud:dbs/backupPlan:BackupPlan example <id>
Content copied to clipboard
Constructors
Link copied to clipboard
fun BackupPlanArgs(backupGatewayId: Output<String>? = null, backupLogIntervalSeconds: Output<Int>? = null, backupMethod: Output<String>? = null, backupObjects: Output<String>? = null, backupPeriod: Output<String>? = null, backupPlanName: Output<String>? = null, backupRateLimit: Output<String>? = null, backupRetentionPeriod: Output<Int>? = null, backupSpeedLimit: Output<String>? = null, backupStartTime: Output<String>? = null, backupStorageType: Output<String>? = null, backupStrategyType: Output<String>? = null, crossAliyunId: Output<String>? = null, crossRoleName: Output<String>? = null, databaseRegion: Output<String>? = null, databaseType: Output<String>? = null, duplicationArchivePeriod: Output<Int>? = null, duplicationInfrequentAccessPeriod: Output<Int>? = null, enableBackupLog: Output<Boolean>? = null, instanceClass: Output<String>? = null, instanceType: Output<String>? = null, ossBucketName: Output<String>? = null, paymentType: Output<String>? = null, period: Output<String>? = null, resourceGroupId: Output<String>? = null, sourceEndpointDatabaseName: Output<String>? = null, sourceEndpointInstanceId: Output<String>? = null, sourceEndpointInstanceType: Output<String>? = null, sourceEndpointIp: Output<String>? = null, sourceEndpointOracleSid: Output<String>? = null, sourceEndpointPassword: Output<String>? = null, sourceEndpointPort: Output<Int>? = null, sourceEndpointRegion: Output<String>? = null, sourceEndpointSid: Output<String>? = null, sourceEndpointUserName: Output<String>? = null, status: Output<String>? = null, storageRegion: Output<String>? = null, usedTime: Output<Int>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard