Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 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 dictionaryThe 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:
- Account
Id string - Account ID that created this plan
- Created
Time string - Creation Time
- Id string
- Uniquely identifies the resource.
- Name string
- Backup Plan Name
- Plan
Id string - Backup Plan ID
- Policy
Volcengine.
Get Backup Plan Policy - Backup Policy
- Policy
Id string - Backup Policy ID
- Resource
Lists List<Volcengine.Get Backup Plan Resource List> - Backup Source List
- Updated
Time string - Update Time
- Account
Id string - Account ID that created this plan
- Created
Time string - Creation Time
- Id string
- Uniquely identifies the resource.
- Name string
- Backup Plan Name
- Plan
Id string - Backup Plan ID
- Policy
Get
Backup Plan Policy - Backup Policy
- Policy
Id string - Backup Policy ID
- Resource
Lists []GetBackup Plan Resource List - Backup Source List
- Updated
Time string - Update Time
- account
Id String - Account ID that created this plan
- created
Time String - Creation Time
- id String
- Uniquely identifies the resource.
- name String
- Backup Plan Name
- plan
Id String - Backup Plan ID
- policy
Get
Backup Plan Policy - Backup Policy
- policy
Id String - Backup Policy ID
- resource
Lists List<GetBackup Plan Resource List> - Backup Source List
- updated
Time String - Update Time
- account
Id string - Account ID that created this plan
- created
Time string - Creation Time
- id string
- Uniquely identifies the resource.
- name string
- Backup Plan Name
- plan
Id string - Backup Plan ID
- policy
Get
Backup Plan Policy - Backup Policy
- policy
Id string - Backup Policy ID
- resource
Lists GetBackup Plan Resource List[] - Backup Source List
- updated
Time string - Update Time
- account_
id str - Account ID that created this plan
- created_
time str - Creation Time
- id str
- Uniquely identifies the resource.
- name str
- Backup Plan Name
- plan_
id str - Backup Plan ID
- policy
Get
Backup Plan Policy - Backup Policy
- policy_
id str - Backup Policy ID
- resource_
lists Sequence[GetBackup Plan Resource List] - Backup Source List
- updated_
time str - Update Time
- account
Id String - Account ID that created this plan
- created
Time String - Creation Time
- id String
- Uniquely identifies the resource.
- name String
- Backup Plan Name
- plan
Id String - Backup Plan ID
- policy Property Map
- Backup Policy
- policy
Id String - Backup Policy ID
- resource
Lists List<Property Map> - Backup Source List
- updated
Time String - Update Time
Supporting Types
GetBackupPlanPolicy
- Account
Id string - Account ID that created this policy
- Backup
Type string - Backup type. Options: FULL: Full backup. INCREMENTAL: Incremental backup
- Created
Time string - Creation Time
- Crontab string
- Specifies the backup schedule. Supports standard crontab expressions
- Enable
Policy bool - Whether the policy is enabled. Options: true: Enable policy. false: Disable policy
- Name string
- Policy Name
- Plan
Number int - Number of backup plans associated with this policy
- Policy
Id string - Backup Policy ID
- Retention
Day int - Retention time for recovery points. -1 means retain indefinitely
- Updated
Time string - Update Time
- Account
Id string - Account ID that created this policy
- Backup
Type string - Backup type. Options: FULL: Full backup. INCREMENTAL: Incremental backup
- Created
Time string - Creation Time
- Crontab string
- Specifies the backup schedule. Supports standard crontab expressions
- Enable
Policy bool - Whether the policy is enabled. Options: true: Enable policy. false: Disable policy
- Name string
- Policy Name
- Plan
Number int - Number of backup plans associated with this policy
- Policy
Id string - Backup Policy ID
- Retention
Day int - Retention time for recovery points. -1 means retain indefinitely
- Updated
Time string - Update Time
- account
Id String - Account ID that created this policy
- backup
Type String - Backup type. Options: FULL: Full backup. INCREMENTAL: Incremental backup
- created
Time String - Creation Time
- crontab String
- Specifies the backup schedule. Supports standard crontab expressions
- enable
Policy Boolean - Whether the policy is enabled. Options: true: Enable policy. false: Disable policy
- name String
- Policy Name
- plan
Number Integer - Number of backup plans associated with this policy
- policy
Id String - Backup Policy ID
- retention
Day Integer - Retention time for recovery points. -1 means retain indefinitely
- updated
Time String - Update Time
- account
Id string - Account ID that created this policy
- backup
Type string - Backup type. Options: FULL: Full backup. INCREMENTAL: Incremental backup
- created
Time string - Creation Time
- crontab string
- Specifies the backup schedule. Supports standard crontab expressions
- enable
Policy boolean - Whether the policy is enabled. Options: true: Enable policy. false: Disable policy
- name string
- Policy Name
- plan
Number number - Number of backup plans associated with this policy
- policy
Id string - Backup Policy ID
- retention
Day number - Retention time for recovery points. -1 means retain indefinitely
- updated
Time string - Update Time
- account_
id str - Account ID that created this policy
- backup_
type str - Backup type. Options: FULL: Full backup. INCREMENTAL: Incremental backup
- created_
time str - Creation Time
- crontab str
- Specifies the backup schedule. Supports standard crontab expressions
- enable_
policy bool - Whether the policy is enabled. Options: true: Enable policy. false: Disable policy
- name str
- Policy Name
- plan_
number int - Number of backup plans associated with this policy
- policy_
id str - Backup Policy ID
- retention_
day int - Retention time for recovery points. -1 means retain indefinitely
- updated_
time str - Update Time
- account
Id String - Account ID that created this policy
- backup
Type String - Backup type. Options: FULL: Full backup. INCREMENTAL: Incremental backup
- created
Time String - Creation Time
- crontab String
- Specifies the backup schedule. Supports standard crontab expressions
- enable
Policy Boolean - Whether the policy is enabled. Options: true: Enable policy. false: Disable policy
- name String
- Policy Name
- plan
Number Number - Number of backup plans associated with this policy
- policy
Id String - Backup Policy ID
- retention
Day Number - Retention time for recovery points. -1 means retain indefinitely
- updated
Time String - Update Time
GetBackupPlanResourceList
- Meta
Information Volcengine.Get Backup Plan Resource List Meta Information - Resource meta information, used to store additional configuration when creating a backup plan
- Resource
Id string - Backup Source ID
- Resource
Type string - Backup source type. Options: ECS: ECS full machine backup. vePFS: vePFS file system backup
- Meta
Information GetBackup Plan Resource List Meta Information - Resource meta information, used to store additional configuration when creating a backup plan
- Resource
Id string - Backup Source ID
- Resource
Type string - Backup source type. Options: ECS: ECS full machine backup. vePFS: vePFS file system backup
- meta
Information GetBackup Plan Resource List Meta Information - Resource meta information, used to store additional configuration when creating a backup plan
- resource
Id String - Backup Source ID
- resource
Type String - Backup source type. Options: ECS: ECS full machine backup. vePFS: vePFS file system backup
- meta
Information GetBackup Plan Resource List Meta Information - Resource meta information, used to store additional configuration when creating a backup plan
- resource
Id string - Backup Source ID
- resource
Type string - Backup source type. Options: ECS: ECS full machine backup. vePFS: vePFS file system backup
- meta_
information GetBackup Plan Resource List Meta Information - Resource meta information, used to store additional configuration when creating a backup plan
- resource_
id str - Backup Source ID
- resource_
type str - Backup source type. Options: ECS: ECS full machine backup. vePFS: vePFS file system backup
- meta
Information Property Map - Resource meta information, used to store additional configuration when creating a backup plan
- resource
Id String - Backup Source ID
- resource
Type String - Backup source type. Options: ECS: ECS full machine backup. vePFS: vePFS file system backup
GetBackupPlanResourceListMetaInformation
- ecs_
meta str - ECS metadata, which is a JSON string
- vepfs_
meta str - vePFS backup source metadata, which is a JSON string
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.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
