Viewing docs for volcenginecc v0.0.50
published on Monday, Jul 20, 2026 by Volcengine
published on Monday, Jul 20, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.50
published on Monday, Jul 20, 2026 by Volcengine
published on Monday, Jul 20, 2026 by Volcengine
Plural Data Source schema for Volcengine::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: volcenginecc:dns/getBackupSchedules:getBackupSchedules
arguments:
# arguments dictionarydata "volcenginecc_dns_get_backup_schedules" "name" {
# arguments
}getBackupSchedules Result
The following output properties are available:
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.50
published on Monday, Jul 20, 2026 by Volcengine
published on Monday, Jul 20, 2026 by Volcengine