Viewing docs for bytepluscc v0.0.42
published on Monday, Jul 20, 2026 by Byteplus
published on Monday, Jul 20, 2026 by Byteplus
Viewing docs for bytepluscc v0.0.42
published on Monday, Jul 20, 2026 by Byteplus
published on Monday, Jul 20, 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 dictionarydata "bytepluscc_dns_get_backup_schedule" "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:
- Count
Limit 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 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.
- count
Limit 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.
- 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.
- 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.
- 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.
Package Details
- Repository
- bytepluscc byteplus-sdk/pulumi-bytepluscc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
byteplusccTerraform Provider.
Viewing docs for bytepluscc v0.0.42
published on Monday, Jul 20, 2026 by Byteplus
published on Monday, Jul 20, 2026 by Byteplus