Skip to content

RosBackupPlanProps

Properties for defining a RosBackupPlan.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-dbs-backupplan

Initializer

using AlibabaCloud.SDK.ROS.CDK.Dbs;
new RosBackupPlanProps {
    object BackupPlanId,
    object RefreshOptions = null
};

Properties

Name Type Description
BackupPlanId object No description.
RefreshOptions object No description.

BackupPlanIdRequired

public object BackupPlanId { get; set; }
  • Type: object

RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object