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. |
DbPlanName
Required
public object DbPlanName { get; set; }
- Type: object
HostUuid
Required
public object HostUuid { get; set; }
- Type: object
SourceType
Required
public object SourceType { get; set; }
- Type: object
VaultId
Required
public object VaultId { get; set; }
- Type: object
ContinuousPlan
Optional
public object ContinuousPlan { get; set; }
- Type: object
CumulativePlan
Optional
public object CumulativePlan { get; set; }
- Type: object
FullPlan
Optional
public object FullPlan { get; set; }
- Type: object
IncPlan
Optional
public object IncPlan { get; set; }
- Type: object
InstanceUuid
Optional
public object InstanceUuid { get; set; }
- Type: object
LogPlan
Optional
public object LogPlan { get; set; }
- Type: object
MaxRateLimit
Optional
public object MaxRateLimit { get; set; }
- Type: object
MaxRetrySeconds
Optional
public object MaxRetrySeconds { get; set; }
- Type: object
Options
Optional
public object Options { get; set; }
- Type: object
Source
Optional
public object Source { get; set; }
- Type: object