Skip to content

VaultProps

Properties for defining a Vault.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-hbr-vault

Initializer

using AlibabaCloud.SDK.ROS.CDK.Hbr;
new VaultProps {
    object VaultName,
    object VaultType,
    object Description = null,
    object EncryptType = null,
    object KmsKeyId = null,
    object RedundancyType = null,
    object ResourceGroupId = null,
    TagsProperty[] Tags = null,
    object VaultStorageClass = null
};

Properties

Name Type Description
VaultName object Property vaultName: The name of the backup vault.
VaultType object Property vaultType: The type of the backup vault.
Description object Property description: The description of the backup vault.
EncryptType object Property encryptType: The method that is used to encrypt the source data.
KmsKeyId object Property kmsKeyId: The customer master key (CMK) created in KMS or the alias of the key.
RedundancyType object Property redundancyType: The data redundancy type of the backup vault.
ResourceGroupId object Property resourceGroupId: The ID of the resource group.
Tags TagsProperty[] Property tags: Tags of The resource attribute field representing the resource tag..
VaultStorageClass object Property vaultStorageClass: The storage type of the backup vault.

VaultNameRequired

public object VaultName { get; set; }
  • Type: object

Property vaultName: The name of the backup vault.

The name must be 1 to 64 characters in length.


VaultTypeRequired

public object VaultType { get; set; }
  • Type: object

Property vaultType: The type of the backup vault.

Valid values:

  • STANDARD: standard backup vault.
  • OTS_BACKUP: backup vault for Tablestore.

DescriptionOptional

public object Description { get; set; }
  • Type: object

Property description: The description of the backup vault.

The description must be 0 to 255 characters in length.


EncryptTypeOptional

public object EncryptType { get; set; }
  • Type: object

Property encryptType: The method that is used to encrypt the source data.

This parameter is valid only if you set the VaultType parameter to STANDARD or OTS_BACKUP. Valid values:- HBR_PRIVATE: The source data is encrypted by using the built-in encryption method of Hybrid Backup Recovery (HBR).

  • KMS: The source data is encrypted by using Key Management Service (KMS).

KmsKeyIdOptional

public object KmsKeyId { get; set; }
  • Type: object

Property kmsKeyId: The customer master key (CMK) created in KMS or the alias of the key.

This parameter is required only if you set the EncryptType parameter to KMS.


RedundancyTypeOptional

public object RedundancyType { get; set; }
  • Type: object

Property redundancyType: The data redundancy type of the backup vault.

Valid values:

  • LRS: Locally redundant storage (LRS) is enabled for the backup vault. HBR stores the copies of each object on multiple devices of different facilities in the same zone. This way, HBR ensures data durability and availability even if hardware failures occur.
  • ZRS: Zone-redundant storage (ZRS) is enabled for the backup vault. HBR uses the multi-zone mechanism to distribute data across three zones within the same region. If a zone fails, the data that is stored in the other two zones is still accessible.

ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

Property resourceGroupId: The ID of the resource group.


TagsOptional

public TagsProperty[] Tags { get; set; }

Property tags: Tags of The resource attribute field representing the resource tag..


VaultStorageClassOptional

public object VaultStorageClass { get; set; }
  • Type: object

Property vaultStorageClass: The storage type of the backup vault.

The value is only STANDARD, which indicates STANDARD storage.