1. Packages
  2. Volcenginecc Provider
  3. API Docs
  4. cbr
  5. getBackupPlan
volcenginecc v0.0.20 published on Thursday, Jan 22, 2026 by Volcengine
volcenginecc logo
volcenginecc v0.0.20 published on Thursday, Jan 22, 2026 by Volcengine

    Data Source schema for Volcengine::CBR::BackupPlan

    Using getBackupPlan

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getBackupPlan(args: GetBackupPlanArgs, opts?: InvokeOptions): Promise<GetBackupPlanResult>
    function getBackupPlanOutput(args: GetBackupPlanOutputArgs, opts?: InvokeOptions): Output<GetBackupPlanResult>
    def get_backup_plan(id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetBackupPlanResult
    def get_backup_plan_output(id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetBackupPlanResult]
    func LookupBackupPlan(ctx *Context, args *LookupBackupPlanArgs, opts ...InvokeOption) (*LookupBackupPlanResult, error)
    func LookupBackupPlanOutput(ctx *Context, args *LookupBackupPlanOutputArgs, opts ...InvokeOption) LookupBackupPlanResultOutput

    > Note: This function is named LookupBackupPlan in the Go SDK.

    public static class GetBackupPlan 
    {
        public static Task<GetBackupPlanResult> InvokeAsync(GetBackupPlanArgs args, InvokeOptions? opts = null)
        public static Output<GetBackupPlanResult> Invoke(GetBackupPlanInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBackupPlanResult> getBackupPlan(GetBackupPlanArgs args, InvokeOptions options)
    public static Output<GetBackupPlanResult> getBackupPlan(GetBackupPlanArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:cbr/getBackupPlan:getBackupPlan
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Uniquely identifies the resource.
    Id string
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getBackupPlan Result

    The following output properties are available:

    AccountId string
    创建此计划的账户 ID。
    CreatedTime string
    创建时间。
    Id string
    Uniquely identifies the resource.
    Name string
    备份计划名称。
    PlanId string
    备份计划 ID。
    Policy Volcengine.GetBackupPlanPolicy
    备份策略。
    PolicyId string
    备份策略 ID。
    ResourceLists List<Volcengine.GetBackupPlanResourceList>
    备份源列表。
    UpdatedTime string
    更新时间。
    AccountId string
    创建此计划的账户 ID。
    CreatedTime string
    创建时间。
    Id string
    Uniquely identifies the resource.
    Name string
    备份计划名称。
    PlanId string
    备份计划 ID。
    Policy GetBackupPlanPolicy
    备份策略。
    PolicyId string
    备份策略 ID。
    ResourceLists []GetBackupPlanResourceList
    备份源列表。
    UpdatedTime string
    更新时间。
    accountId String
    创建此计划的账户 ID。
    createdTime String
    创建时间。
    id String
    Uniquely identifies the resource.
    name String
    备份计划名称。
    planId String
    备份计划 ID。
    policy GetBackupPlanPolicy
    备份策略。
    policyId String
    备份策略 ID。
    resourceLists List<GetBackupPlanResourceList>
    备份源列表。
    updatedTime String
    更新时间。
    accountId string
    创建此计划的账户 ID。
    createdTime string
    创建时间。
    id string
    Uniquely identifies the resource.
    name string
    备份计划名称。
    planId string
    备份计划 ID。
    policy GetBackupPlanPolicy
    备份策略。
    policyId string
    备份策略 ID。
    resourceLists GetBackupPlanResourceList[]
    备份源列表。
    updatedTime string
    更新时间。
    account_id str
    创建此计划的账户 ID。
    created_time str
    创建时间。
    id str
    Uniquely identifies the resource.
    name str
    备份计划名称。
    plan_id str
    备份计划 ID。
    policy GetBackupPlanPolicy
    备份策略。
    policy_id str
    备份策略 ID。
    resource_lists Sequence[GetBackupPlanResourceList]
    备份源列表。
    updated_time str
    更新时间。
    accountId String
    创建此计划的账户 ID。
    createdTime String
    创建时间。
    id String
    Uniquely identifies the resource.
    name String
    备份计划名称。
    planId String
    备份计划 ID。
    policy Property Map
    备份策略。
    policyId String
    备份策略 ID。
    resourceLists List<Property Map>
    备份源列表。
    updatedTime String
    更新时间。

    Supporting Types

    GetBackupPlanPolicy

    AccountId string
    创建此策略的账户 ID。
    BackupType string
    备份类型,取值说明如下:FULL:全量备份。INCREMENTAL:增量备份。
    CreatedTime string
    创建时间。
    Crontab string
    用于指定备份周期,支持标准 crontab 表达式配置。
    EnablePolicy bool
    是否启用策略,取值说明如下:true:启用策略。false:禁用策略。
    Name string
    策略名称。
    PlanNumber int
    该策略已关联的备份计划数量。
    PolicyId string
    备份策略 ID。
    RetentionDay int
    恢复点保留时间,-1 表示持续保留。
    UpdatedTime string
    更新时间。
    AccountId string
    创建此策略的账户 ID。
    BackupType string
    备份类型,取值说明如下:FULL:全量备份。INCREMENTAL:增量备份。
    CreatedTime string
    创建时间。
    Crontab string
    用于指定备份周期,支持标准 crontab 表达式配置。
    EnablePolicy bool
    是否启用策略,取值说明如下:true:启用策略。false:禁用策略。
    Name string
    策略名称。
    PlanNumber int
    该策略已关联的备份计划数量。
    PolicyId string
    备份策略 ID。
    RetentionDay int
    恢复点保留时间,-1 表示持续保留。
    UpdatedTime string
    更新时间。
    accountId String
    创建此策略的账户 ID。
    backupType String
    备份类型,取值说明如下:FULL:全量备份。INCREMENTAL:增量备份。
    createdTime String
    创建时间。
    crontab String
    用于指定备份周期,支持标准 crontab 表达式配置。
    enablePolicy Boolean
    是否启用策略,取值说明如下:true:启用策略。false:禁用策略。
    name String
    策略名称。
    planNumber Integer
    该策略已关联的备份计划数量。
    policyId String
    备份策略 ID。
    retentionDay Integer
    恢复点保留时间,-1 表示持续保留。
    updatedTime String
    更新时间。
    accountId string
    创建此策略的账户 ID。
    backupType string
    备份类型,取值说明如下:FULL:全量备份。INCREMENTAL:增量备份。
    createdTime string
    创建时间。
    crontab string
    用于指定备份周期,支持标准 crontab 表达式配置。
    enablePolicy boolean
    是否启用策略,取值说明如下:true:启用策略。false:禁用策略。
    name string
    策略名称。
    planNumber number
    该策略已关联的备份计划数量。
    policyId string
    备份策略 ID。
    retentionDay number
    恢复点保留时间,-1 表示持续保留。
    updatedTime string
    更新时间。
    account_id str
    创建此策略的账户 ID。
    backup_type str
    备份类型,取值说明如下:FULL:全量备份。INCREMENTAL:增量备份。
    created_time str
    创建时间。
    crontab str
    用于指定备份周期,支持标准 crontab 表达式配置。
    enable_policy bool
    是否启用策略,取值说明如下:true:启用策略。false:禁用策略。
    name str
    策略名称。
    plan_number int
    该策略已关联的备份计划数量。
    policy_id str
    备份策略 ID。
    retention_day int
    恢复点保留时间,-1 表示持续保留。
    updated_time str
    更新时间。
    accountId String
    创建此策略的账户 ID。
    backupType String
    备份类型,取值说明如下:FULL:全量备份。INCREMENTAL:增量备份。
    createdTime String
    创建时间。
    crontab String
    用于指定备份周期,支持标准 crontab 表达式配置。
    enablePolicy Boolean
    是否启用策略,取值说明如下:true:启用策略。false:禁用策略。
    name String
    策略名称。
    planNumber Number
    该策略已关联的备份计划数量。
    policyId String
    备份策略 ID。
    retentionDay Number
    恢复点保留时间,-1 表示持续保留。
    updatedTime String
    更新时间。

    GetBackupPlanResourceList

    MetaInformation Volcengine.GetBackupPlanResourceListMetaInformation
    资源的meta信息,创建备份计划时,用于存储额外的配置。
    ResourceId string
    备份源 ID。
    ResourceType string
    备份源类型,取值如下:ECS:ECS 整机备份。vePFS:vePFS 文件系统备份。
    MetaInformation GetBackupPlanResourceListMetaInformation
    资源的meta信息,创建备份计划时,用于存储额外的配置。
    ResourceId string
    备份源 ID。
    ResourceType string
    备份源类型,取值如下:ECS:ECS 整机备份。vePFS:vePFS 文件系统备份。
    metaInformation GetBackupPlanResourceListMetaInformation
    资源的meta信息,创建备份计划时,用于存储额外的配置。
    resourceId String
    备份源 ID。
    resourceType String
    备份源类型,取值如下:ECS:ECS 整机备份。vePFS:vePFS 文件系统备份。
    metaInformation GetBackupPlanResourceListMetaInformation
    资源的meta信息,创建备份计划时,用于存储额外的配置。
    resourceId string
    备份源 ID。
    resourceType string
    备份源类型,取值如下:ECS:ECS 整机备份。vePFS:vePFS 文件系统备份。
    meta_information GetBackupPlanResourceListMetaInformation
    资源的meta信息,创建备份计划时,用于存储额外的配置。
    resource_id str
    备份源 ID。
    resource_type str
    备份源类型,取值如下:ECS:ECS 整机备份。vePFS:vePFS 文件系统备份。
    metaInformation Property Map
    资源的meta信息,创建备份计划时,用于存储额外的配置。
    resourceId String
    备份源 ID。
    resourceType String
    备份源类型,取值如下:ECS:ECS 整机备份。vePFS:vePFS 文件系统备份。

    GetBackupPlanResourceListMetaInformation

    EcsMeta string
    ECS 的元数据,是一个 JSON string。
    VepfsMeta string
    vePFS 备份源元数据,是一个 JSON string。
    EcsMeta string
    ECS 的元数据,是一个 JSON string。
    VepfsMeta string
    vePFS 备份源元数据,是一个 JSON string。
    ecsMeta String
    ECS 的元数据,是一个 JSON string。
    vepfsMeta String
    vePFS 备份源元数据,是一个 JSON string。
    ecsMeta string
    ECS 的元数据,是一个 JSON string。
    vepfsMeta string
    vePFS 备份源元数据,是一个 JSON string。
    ecs_meta str
    ECS 的元数据,是一个 JSON string。
    vepfs_meta str
    vePFS 备份源元数据,是一个 JSON string。
    ecsMeta String
    ECS 的元数据,是一个 JSON string。
    vepfsMeta String
    vePFS 备份源元数据,是一个 JSON string。

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    volcenginecc v0.0.20 published on Thursday, Jan 22, 2026 by Volcengine
      Meet Neo: Your AI Platform Teammate