1. Packages
  2. Alibaba Cloud
  3. API Docs
  4. cassandra
  5. BackupPlan
Alibaba Cloud v3.53.0 published on Wednesday, Apr 17, 2024 by Pulumi

alicloud.cassandra.BackupPlan

Explore with Pulumi AI

alicloud logo
Alibaba Cloud v3.53.0 published on Wednesday, Apr 17, 2024 by Pulumi

    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.

    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:

    BackupTime string
    The start time of the backup task each day. The time is displayed in UTC and denoted by Z.
    ClusterId string
    The ID of the cluster for the backup.
    DataCenterId string
    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.
    BackupPeriod string
    The backup cycle. Valid values: Friday, Monday, Saturday, Sunday, Thursday, Tuesday, Wednesday.
    RetentionPeriod int
    The duration for which you want to retain the backup. Valid values: 1 to 30. Unit: days. Default value: 30.
    BackupTime string
    The start time of the backup task each day. The time is displayed in UTC and denoted by Z.
    ClusterId string
    The ID of the cluster for the backup.
    DataCenterId string
    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.
    BackupPeriod string
    The backup cycle. Valid values: Friday, Monday, Saturday, Sunday, Thursday, Tuesday, Wednesday.
    RetentionPeriod int
    The duration for which you want to retain the backup. Valid values: 1 to 30. Unit: days. Default value: 30.
    backupTime String
    The start time of the backup task each day. The time is displayed in UTC and denoted by Z.
    clusterId String
    The ID of the cluster for the backup.
    dataCenterId String
    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.
    backupPeriod String
    The backup cycle. Valid values: Friday, Monday, Saturday, Sunday, Thursday, Tuesday, Wednesday.
    retentionPeriod Integer
    The duration for which you want to retain the backup. Valid values: 1 to 30. Unit: days. Default value: 30.
    backupTime string
    The start time of the backup task each day. The time is displayed in UTC and denoted by Z.
    clusterId string
    The ID of the cluster for the backup.
    dataCenterId string
    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.
    backupPeriod string
    The backup cycle. Valid values: Friday, Monday, Saturday, Sunday, Thursday, Tuesday, Wednesday.
    retentionPeriod 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_id str
    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.
    backupTime String
    The start time of the backup task each day. The time is displayed in UTC and denoted by Z.
    clusterId String
    The ID of the cluster for the backup.
    dataCenterId String
    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.
    backupPeriod String
    The backup cycle. Valid values: Friday, Monday, Saturday, Sunday, Thursday, Tuesday, Wednesday.
    retentionPeriod 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.
    The following state arguments are supported:
    Active bool
    Specifies whether to activate the backup plan. Valid values: True, False. Default value: True.
    BackupPeriod string
    The backup cycle. Valid values: Friday, Monday, Saturday, Sunday, Thursday, Tuesday, Wednesday.
    BackupTime string
    The start time of the backup task each day. The time is displayed in UTC and denoted by Z.
    ClusterId string
    The ID of the cluster for the backup.
    DataCenterId string
    The ID of the data center for the backup in the cluster.
    RetentionPeriod 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.
    BackupPeriod string
    The backup cycle. Valid values: Friday, Monday, Saturday, Sunday, Thursday, Tuesday, Wednesday.
    BackupTime string
    The start time of the backup task each day. The time is displayed in UTC and denoted by Z.
    ClusterId string
    The ID of the cluster for the backup.
    DataCenterId string
    The ID of the data center for the backup in the cluster.
    RetentionPeriod 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.
    backupPeriod String
    The backup cycle. Valid values: Friday, Monday, Saturday, Sunday, Thursday, Tuesday, Wednesday.
    backupTime String
    The start time of the backup task each day. The time is displayed in UTC and denoted by Z.
    clusterId String
    The ID of the cluster for the backup.
    dataCenterId String
    The ID of the data center for the backup in the cluster.
    retentionPeriod 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.
    backupPeriod string
    The backup cycle. Valid values: Friday, Monday, Saturday, Sunday, Thursday, Tuesday, Wednesday.
    backupTime string
    The start time of the backup task each day. The time is displayed in UTC and denoted by Z.
    clusterId string
    The ID of the cluster for the backup.
    dataCenterId string
    The ID of the data center for the backup in the cluster.
    retentionPeriod 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_id str
    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.
    backupPeriod String
    The backup cycle. Valid values: Friday, Monday, Saturday, Sunday, Thursday, Tuesday, Wednesday.
    backupTime String
    The start time of the backup task each day. The time is displayed in UTC and denoted by Z.
    clusterId String
    The ID of the cluster for the backup.
    dataCenterId String
    The ID of the data center for the backup in the cluster.
    retentionPeriod 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.
    alicloud logo
    Alibaba Cloud v3.53.0 published on Wednesday, Apr 17, 2024 by Pulumi