RosDbPlanProps
Properties for defining a RosDbPlan.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-hbr-dbplan
Initializer
using AlibabaCloud.SDK.ROS.CDK.Hbr;
new RosDbPlanProps {
object DbPlanName,
object HostUuid,
object SourceType,
object VaultId,
object ContinuousPlan = null,
object CumulativePlan = null,
object FullPlan = null,
object IncPlan = null,
object InstanceUuid = null,
object LogPlan = null,
object MaxRateLimit = null,
object MaxRetrySeconds = null,
object Options = null,
object Source = null
};
Properties
| Name | Type | Description |
|---|---|---|
DbPlanName |
object |
No description. |
HostUuid |
object |
No description. |
SourceType |
object |
No description. |
VaultId |
object |
No description. |
ContinuousPlan |
object |
No description. |
CumulativePlan |
object |
No description. |
FullPlan |
object |
No description. |
IncPlan |
object |
No description. |
InstanceUuid |
object |
No description. |
LogPlan |
object |
No description. |
MaxRateLimit |
object |
No description. |
MaxRetrySeconds |
object |
No description. |
Options |
object |
No description. |
Source |
object |
No description. |
DbPlanNameRequired
public object DbPlanName { get; set; }
- Type: object
HostUuidRequired
public object HostUuid { get; set; }
- Type: object
SourceTypeRequired
public object SourceType { get; set; }
- Type: object
VaultIdRequired
public object VaultId { get; set; }
- Type: object
ContinuousPlanOptional
public object ContinuousPlan { get; set; }
- Type: object
CumulativePlanOptional
public object CumulativePlan { get; set; }
- Type: object
FullPlanOptional
public object FullPlan { get; set; }
- Type: object
IncPlanOptional
public object IncPlan { get; set; }
- Type: object
InstanceUuidOptional
public object InstanceUuid { get; set; }
- Type: object
LogPlanOptional
public object LogPlan { get; set; }
- Type: object
MaxRateLimitOptional
public object MaxRateLimit { get; set; }
- Type: object
MaxRetrySecondsOptional
public object MaxRetrySeconds { get; set; }
- Type: object
OptionsOptional
public object Options { get; set; }
- Type: object
SourceOptional
public object Source { get; set; }
- Type: object