1. Packages
  2. Packages
  3. Bytepluscc Provider
  4. API Docs
  5. dns
  6. getBackupSchedule
Viewing docs for bytepluscc v0.0.39
published on Thursday, Jul 9, 2026 by Byteplus
bytepluscc logo
Viewing docs for bytepluscc v0.0.39
published on Thursday, Jul 9, 2026 by Byteplus

    Data Source schema for Byteplus::DNS::BackupSchedule

    Using getBackupSchedule

    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 getBackupSchedule(args: GetBackupScheduleArgs, opts?: InvokeOptions): Promise<GetBackupScheduleResult>
    function getBackupScheduleOutput(args: GetBackupScheduleOutputArgs, opts?: InvokeOptions): Output<GetBackupScheduleResult>
    def get_backup_schedule(id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetBackupScheduleResult
    def get_backup_schedule_output(id: pulumi.Input[Optional[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetBackupScheduleResult]
    func LookupBackupSchedule(ctx *Context, args *LookupBackupScheduleArgs, opts ...InvokeOption) (*LookupBackupScheduleResult, error)
    func LookupBackupScheduleOutput(ctx *Context, args *LookupBackupScheduleOutputArgs, opts ...InvokeOption) LookupBackupScheduleResultOutput

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

    public static class GetBackupSchedule 
    {
        public static Task<GetBackupScheduleResult> InvokeAsync(GetBackupScheduleArgs args, InvokeOptions? opts = null)
        public static Output<GetBackupScheduleResult> Invoke(GetBackupScheduleInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBackupScheduleResult> getBackupSchedule(GetBackupScheduleArgs args, InvokeOptions options)
    public static Output<GetBackupScheduleResult> getBackupSchedule(GetBackupScheduleArgs args, InvokeOptions options)
    
    fn::invoke:
      function: bytepluscc:dns/getBackupSchedule:getBackupSchedule
      arguments:
        # arguments dictionary
    data "bytepluscc_dns_getbackupschedule" "name" {
        # arguments
    }

    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 string
    Uniquely identifies the resource.
    id str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getBackupSchedule Result

    The following output properties are available:

    CountLimit int
    Backup quantity limit.
    Id string
    Uniquely identifies the resource.
    Schedule int
    Backup plan: - 0: Disable automatic backup. - 1: Automatically back up every hour. - 2: Automatically back up every day. - 3: Automatically back up every month.
    Zid string
    You need to obtain the ID of the domain name for the backup plan. You can call the ListZones API to get the domain name ID.
    CountLimit int
    Backup quantity limit.
    Id string
    Uniquely identifies the resource.
    Schedule int
    Backup plan: - 0: Disable automatic backup. - 1: Automatically back up every hour. - 2: Automatically back up every day. - 3: Automatically back up every month.
    Zid string
    You need to obtain the ID of the domain name for the backup plan. You can call the ListZones API to get the domain name ID.
    count_limit number
    Backup quantity limit.
    id string
    Uniquely identifies the resource.
    schedule number
    Backup plan: - 0: Disable automatic backup. - 1: Automatically back up every hour. - 2: Automatically back up every day. - 3: Automatically back up every month.
    zid string
    You need to obtain the ID of the domain name for the backup plan. You can call the ListZones API to get the domain name ID.
    countLimit Integer
    Backup quantity limit.
    id String
    Uniquely identifies the resource.
    schedule Integer
    Backup plan: - 0: Disable automatic backup. - 1: Automatically back up every hour. - 2: Automatically back up every day. - 3: Automatically back up every month.
    zid String
    You need to obtain the ID of the domain name for the backup plan. You can call the ListZones API to get the domain name ID.
    countLimit number
    Backup quantity limit.
    id string
    Uniquely identifies the resource.
    schedule number
    Backup plan: - 0: Disable automatic backup. - 1: Automatically back up every hour. - 2: Automatically back up every day. - 3: Automatically back up every month.
    zid string
    You need to obtain the ID of the domain name for the backup plan. You can call the ListZones API to get the domain name ID.
    count_limit int
    Backup quantity limit.
    id str
    Uniquely identifies the resource.
    schedule int
    Backup plan: - 0: Disable automatic backup. - 1: Automatically back up every hour. - 2: Automatically back up every day. - 3: Automatically back up every month.
    zid str
    You need to obtain the ID of the domain name for the backup plan. You can call the ListZones API to get the domain name ID.
    countLimit Number
    Backup quantity limit.
    id String
    Uniquely identifies the resource.
    schedule Number
    Backup plan: - 0: Disable automatic backup. - 1: Automatically back up every hour. - 2: Automatically back up every day. - 3: Automatically back up every month.
    zid String
    You need to obtain the ID of the domain name for the backup plan. You can call the ListZones API to get the domain name ID.

    Package Details

    Repository
    bytepluscc byteplus-sdk/pulumi-bytepluscc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the bytepluscc Terraform Provider.
    bytepluscc logo
    Viewing docs for bytepluscc v0.0.39
    published on Thursday, Jul 9, 2026 by Byteplus

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial