RosDbPlanProps
Properties for defining a RosDbPlan
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-hbr-dbplan
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkhbr"
&alicloudroscdkhbr.RosDbPlanProps {
DbPlanName: interface{},
HostUuid: interface{},
SourceType: interface{},
VaultId: interface{},
ContinuousPlan: interface{},
CumulativePlan: interface{},
FullPlan: interface{},
IncPlan: interface{},
InstanceUuid: interface{},
LogPlan: interface{},
MaxRateLimit: interface{},
MaxRetrySeconds: interface{},
Options: interface{},
Source: interface{},
}
Properties
Name | Type | Description |
---|---|---|
DbPlanName |
interface{} |
No description. |
HostUuid |
interface{} |
No description. |
SourceType |
interface{} |
No description. |
VaultId |
interface{} |
No description. |
ContinuousPlan |
interface{} |
No description. |
CumulativePlan |
interface{} |
No description. |
FullPlan |
interface{} |
No description. |
IncPlan |
interface{} |
No description. |
InstanceUuid |
interface{} |
No description. |
LogPlan |
interface{} |
No description. |
MaxRateLimit |
interface{} |
No description. |
MaxRetrySeconds |
interface{} |
No description. |
Options |
interface{} |
No description. |
Source |
interface{} |
No description. |
DbPlanName
Required
DbPlanName interface{}
- Type: interface{}
HostUuid
Required
HostUuid interface{}
- Type: interface{}
SourceType
Required
SourceType interface{}
- Type: interface{}
VaultId
Required
VaultId interface{}
- Type: interface{}
ContinuousPlan
Optional
ContinuousPlan interface{}
- Type: interface{}
CumulativePlan
Optional
CumulativePlan interface{}
- Type: interface{}
FullPlan
Optional
FullPlan interface{}
- Type: interface{}
IncPlan
Optional
IncPlan interface{}
- Type: interface{}
InstanceUuid
Optional
InstanceUuid interface{}
- Type: interface{}
LogPlan
Optional
LogPlan interface{}
- Type: interface{}
MaxRateLimit
Optional
MaxRateLimit interface{}
- Type: interface{}
MaxRetrySeconds
Optional
MaxRetrySeconds interface{}
- Type: interface{}
Options
Optional
Options interface{}
- Type: interface{}
Source
Optional
Source interface{}
- Type: interface{}