Skip to content

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.

DbPlanNameRequired

DbPlanName interface{}
  • Type: interface{}

HostUuidRequired

HostUuid interface{}
  • Type: interface{}

SourceTypeRequired

SourceType interface{}
  • Type: interface{}

VaultIdRequired

VaultId interface{}
  • Type: interface{}

ContinuousPlanOptional

ContinuousPlan interface{}
  • Type: interface{}

CumulativePlanOptional

CumulativePlan interface{}
  • Type: interface{}

FullPlanOptional

FullPlan interface{}
  • Type: interface{}

IncPlanOptional

IncPlan interface{}
  • Type: interface{}

InstanceUuidOptional

InstanceUuid interface{}
  • Type: interface{}

LogPlanOptional

LogPlan interface{}
  • Type: interface{}

MaxRateLimitOptional

MaxRateLimit interface{}
  • Type: interface{}

MaxRetrySecondsOptional

MaxRetrySeconds interface{}
  • Type: interface{}

OptionsOptional

Options interface{}
  • Type: interface{}

SourceOptional

Source interface{}
  • Type: interface{}