alicloud.cassandra.BackupPlan
Explore with Pulumi AI
Provides a Cassandra Backup Plan resource.
For information about Cassandra Backup Plan and how to use it, see What is Backup Plan.
NOTE: Available in v1.128.0+.
DEPRECATED: This resource has been deprecated from version
1.220.0
.
Create BackupPlan Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new BackupPlan(name: string, args: BackupPlanArgs, opts?: CustomResourceOptions);
@overload
def BackupPlan(resource_name: str,
args: BackupPlanArgs,
opts: Optional[ResourceOptions] = None)
@overload
def BackupPlan(resource_name: str,
opts: Optional[ResourceOptions] = None,
backup_time: Optional[str] = None,
cluster_id: Optional[str] = None,
data_center_id: Optional[str] = None,
active: Optional[bool] = None,
backup_period: Optional[str] = None,
retention_period: Optional[int] = None)
func NewBackupPlan(ctx *Context, name string, args BackupPlanArgs, opts ...ResourceOption) (*BackupPlan, error)
public BackupPlan(string name, BackupPlanArgs args, CustomResourceOptions? opts = null)
public BackupPlan(String name, BackupPlanArgs args)
public BackupPlan(String name, BackupPlanArgs args, CustomResourceOptions options)
type: alicloud:cassandra:BackupPlan
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args BackupPlanArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args BackupPlanArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args BackupPlanArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args BackupPlanArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args BackupPlanArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var backupPlanResource = new AliCloud.Cassandra.BackupPlan("backupPlanResource", new()
{
BackupTime = "string",
ClusterId = "string",
DataCenterId = "string",
Active = false,
BackupPeriod = "string",
RetentionPeriod = 0,
});
example, err := cassandra.NewBackupPlan(ctx, "backupPlanResource", &cassandra.BackupPlanArgs{
BackupTime: pulumi.String("string"),
ClusterId: pulumi.String("string"),
DataCenterId: pulumi.String("string"),
Active: pulumi.Bool(false),
BackupPeriod: pulumi.String("string"),
RetentionPeriod: pulumi.Int(0),
})
var backupPlanResource = new BackupPlan("backupPlanResource", BackupPlanArgs.builder()
.backupTime("string")
.clusterId("string")
.dataCenterId("string")
.active(false)
.backupPeriod("string")
.retentionPeriod(0)
.build());
backup_plan_resource = alicloud.cassandra.BackupPlan("backupPlanResource",
backup_time="string",
cluster_id="string",
data_center_id="string",
active=False,
backup_period="string",
retention_period=0)
const backupPlanResource = new alicloud.cassandra.BackupPlan("backupPlanResource", {
backupTime: "string",
clusterId: "string",
dataCenterId: "string",
active: false,
backupPeriod: "string",
retentionPeriod: 0,
});
type: alicloud:cassandra:BackupPlan
properties:
active: false
backupPeriod: string
backupTime: string
clusterId: string
dataCenterId: string
retentionPeriod: 0
BackupPlan Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The BackupPlan resource accepts the following input properties:
- Backup
Time string - The start time of the backup task each day. The time is displayed in UTC and denoted by Z.
- Cluster
Id string - The ID of the cluster for the backup.
- Data
Center stringId - The ID of the data center for the backup in the cluster.
- Active bool
- Specifies whether to activate the backup plan. Valid values:
True
,False
. Default value:True
. - Backup
Period string - The backup cycle. Valid values:
Friday
,Monday
,Saturday
,Sunday
,Thursday
,Tuesday
,Wednesday
. - Retention
Period int - The duration for which you want to retain the backup. Valid values: 1 to 30. Unit: days. Default value:
30
.
- Backup
Time string - The start time of the backup task each day. The time is displayed in UTC and denoted by Z.
- Cluster
Id string - The ID of the cluster for the backup.
- Data
Center stringId - The ID of the data center for the backup in the cluster.
- Active bool
- Specifies whether to activate the backup plan. Valid values:
True
,False
. Default value:True
. - Backup
Period string - The backup cycle. Valid values:
Friday
,Monday
,Saturday
,Sunday
,Thursday
,Tuesday
,Wednesday
. - Retention
Period int - The duration for which you want to retain the backup. Valid values: 1 to 30. Unit: days. Default value:
30
.
- backup
Time String - The start time of the backup task each day. The time is displayed in UTC and denoted by Z.
- cluster
Id String - The ID of the cluster for the backup.
- data
Center StringId - The ID of the data center for the backup in the cluster.
- active Boolean
- Specifies whether to activate the backup plan. Valid values:
True
,False
. Default value:True
. - backup
Period String - The backup cycle. Valid values:
Friday
,Monday
,Saturday
,Sunday
,Thursday
,Tuesday
,Wednesday
. - retention
Period Integer - The duration for which you want to retain the backup. Valid values: 1 to 30. Unit: days. Default value:
30
.
- backup
Time string - The start time of the backup task each day. The time is displayed in UTC and denoted by Z.
- cluster
Id string - The ID of the cluster for the backup.
- data
Center stringId - The ID of the data center for the backup in the cluster.
- active boolean
- Specifies whether to activate the backup plan. Valid values:
True
,False
. Default value:True
. - backup
Period string - The backup cycle. Valid values:
Friday
,Monday
,Saturday
,Sunday
,Thursday
,Tuesday
,Wednesday
. - retention
Period number - The duration for which you want to retain the backup. Valid values: 1 to 30. Unit: days. Default value:
30
.
- backup_
time str - The start time of the backup task each day. The time is displayed in UTC and denoted by Z.
- cluster_
id str - The ID of the cluster for the backup.
- data_
center_ strid - The ID of the data center for the backup in the cluster.
- active bool
- Specifies whether to activate the backup plan. Valid values:
True
,False
. Default value:True
. - backup_
period str - The backup cycle. Valid values:
Friday
,Monday
,Saturday
,Sunday
,Thursday
,Tuesday
,Wednesday
. - retention_
period int - The duration for which you want to retain the backup. Valid values: 1 to 30. Unit: days. Default value:
30
.
- backup
Time String - The start time of the backup task each day. The time is displayed in UTC and denoted by Z.
- cluster
Id String - The ID of the cluster for the backup.
- data
Center StringId - The ID of the data center for the backup in the cluster.
- active Boolean
- Specifies whether to activate the backup plan. Valid values:
True
,False
. Default value:True
. - backup
Period String - The backup cycle. Valid values:
Friday
,Monday
,Saturday
,Sunday
,Thursday
,Tuesday
,Wednesday
. - retention
Period Number - The duration for which you want to retain the backup. Valid values: 1 to 30. Unit: days. Default value:
30
.
Outputs
All input properties are implicitly available as output properties. Additionally, the BackupPlan resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing BackupPlan Resource
Get an existing BackupPlan resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: BackupPlanState, opts?: CustomResourceOptions): BackupPlan
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
active: Optional[bool] = None,
backup_period: Optional[str] = None,
backup_time: Optional[str] = None,
cluster_id: Optional[str] = None,
data_center_id: Optional[str] = None,
retention_period: Optional[int] = None) -> BackupPlan
func GetBackupPlan(ctx *Context, name string, id IDInput, state *BackupPlanState, opts ...ResourceOption) (*BackupPlan, error)
public static BackupPlan Get(string name, Input<string> id, BackupPlanState? state, CustomResourceOptions? opts = null)
public static BackupPlan get(String name, Output<String> id, BackupPlanState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Active bool
- Specifies whether to activate the backup plan. Valid values:
True
,False
. Default value:True
. - Backup
Period string - The backup cycle. Valid values:
Friday
,Monday
,Saturday
,Sunday
,Thursday
,Tuesday
,Wednesday
. - Backup
Time string - The start time of the backup task each day. The time is displayed in UTC and denoted by Z.
- Cluster
Id string - The ID of the cluster for the backup.
- Data
Center stringId - The ID of the data center for the backup in the cluster.
- Retention
Period int - The duration for which you want to retain the backup. Valid values: 1 to 30. Unit: days. Default value:
30
.
- Active bool
- Specifies whether to activate the backup plan. Valid values:
True
,False
. Default value:True
. - Backup
Period string - The backup cycle. Valid values:
Friday
,Monday
,Saturday
,Sunday
,Thursday
,Tuesday
,Wednesday
. - Backup
Time string - The start time of the backup task each day. The time is displayed in UTC and denoted by Z.
- Cluster
Id string - The ID of the cluster for the backup.
- Data
Center stringId - The ID of the data center for the backup in the cluster.
- Retention
Period int - The duration for which you want to retain the backup. Valid values: 1 to 30. Unit: days. Default value:
30
.
- active Boolean
- Specifies whether to activate the backup plan. Valid values:
True
,False
. Default value:True
. - backup
Period String - The backup cycle. Valid values:
Friday
,Monday
,Saturday
,Sunday
,Thursday
,Tuesday
,Wednesday
. - backup
Time String - The start time of the backup task each day. The time is displayed in UTC and denoted by Z.
- cluster
Id String - The ID of the cluster for the backup.
- data
Center StringId - The ID of the data center for the backup in the cluster.
- retention
Period Integer - The duration for which you want to retain the backup. Valid values: 1 to 30. Unit: days. Default value:
30
.
- active boolean
- Specifies whether to activate the backup plan. Valid values:
True
,False
. Default value:True
. - backup
Period string - The backup cycle. Valid values:
Friday
,Monday
,Saturday
,Sunday
,Thursday
,Tuesday
,Wednesday
. - backup
Time string - The start time of the backup task each day. The time is displayed in UTC and denoted by Z.
- cluster
Id string - The ID of the cluster for the backup.
- data
Center stringId - The ID of the data center for the backup in the cluster.
- retention
Period number - The duration for which you want to retain the backup. Valid values: 1 to 30. Unit: days. Default value:
30
.
- active bool
- Specifies whether to activate the backup plan. Valid values:
True
,False
. Default value:True
. - backup_
period str - The backup cycle. Valid values:
Friday
,Monday
,Saturday
,Sunday
,Thursday
,Tuesday
,Wednesday
. - backup_
time str - The start time of the backup task each day. The time is displayed in UTC and denoted by Z.
- cluster_
id str - The ID of the cluster for the backup.
- data_
center_ strid - The ID of the data center for the backup in the cluster.
- retention_
period int - The duration for which you want to retain the backup. Valid values: 1 to 30. Unit: days. Default value:
30
.
- active Boolean
- Specifies whether to activate the backup plan. Valid values:
True
,False
. Default value:True
. - backup
Period String - The backup cycle. Valid values:
Friday
,Monday
,Saturday
,Sunday
,Thursday
,Tuesday
,Wednesday
. - backup
Time String - The start time of the backup task each day. The time is displayed in UTC and denoted by Z.
- cluster
Id String - The ID of the cluster for the backup.
- data
Center StringId - The ID of the data center for the backup in the cluster.
- retention
Period Number - The duration for which you want to retain the backup. Valid values: 1 to 30. Unit: days. Default value:
30
.
Import
Cassandra Backup Plan can be imported using the id, e.g.
$ pulumi import alicloud:cassandra/backupPlan:BackupPlan example <cluster_id>:<data_center_id>
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloud
Terraform Provider.