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
Plural Data Source schema for Byteplus::DNS::BackupSchedule
Using getBackupSchedules
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 getBackupSchedules(opts?: InvokeOptions): Promise<GetBackupSchedulesResult>
function getBackupSchedulesOutput(opts?: InvokeOptions): Output<GetBackupSchedulesResult>def get_backup_schedules(opts: Optional[InvokeOptions] = None) -> GetBackupSchedulesResult
def get_backup_schedules_output(opts: Optional[InvokeOptions] = None) -> Output[GetBackupSchedulesResult]func GetBackupSchedules(ctx *Context, opts ...InvokeOption) (*GetBackupSchedulesResult, error)
func GetBackupSchedulesOutput(ctx *Context, opts ...InvokeOption) GetBackupSchedulesResultOutput> Note: This function is named GetBackupSchedules in the Go SDK.
public static class GetBackupSchedules
{
public static Task<GetBackupSchedulesResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetBackupSchedulesResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetBackupSchedulesResult> getBackupSchedules(InvokeOptions options)
public static Output<GetBackupSchedulesResult> getBackupSchedules(InvokeOptions options)
fn::invoke:
function: bytepluscc:dns/getBackupSchedules:getBackupSchedules
arguments:
# arguments dictionarydata "bytepluscc_dns_get_backup_schedules" "name" {
# arguments
}getBackupSchedules Result
The following output properties are available:
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