DbVaultProps
Properties for defining a DbVault
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-hbr-dbvault
Initializer
using AlibabaCloud.SDK.ROS.CDK.Hbr;
new DbVaultProps {
object RetentionDays,
object VaultName,
object VaultRegionId,
object Description = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
RetentionDays |
object |
Property retentionDays: Data retention days of the vault. |
VaultName |
object |
Property vaultName: Display name of the vault. |
VaultRegionId |
object |
Property vaultRegionId: The region ID to create the vault. |
Description |
object |
Property description: Description of the vault. |
Tags |
TagsProperty[] |
Property tags: Tags to attach to instance. |
RetentionDays
Required
public object RetentionDays { get; set; }
- Type: object
Property retentionDays: Data retention days of the vault.
Data will be deleted when it's older than this time.
VaultName
Required
public object VaultName { get; set; }
- Type: object
Property vaultName: Display name of the vault.
VaultRegionId
Required
public object VaultRegionId { get; set; }
- Type: object
Property vaultRegionId: The region ID to create the vault.
Description
Optional
public object Description { get; set; }
- Type: object
Property description: Description of the vault.
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
Property tags: Tags to attach to instance.
Max support 20 tags to add during create instance. Each tag with two properties Key and Value, and Key is required.