RosDbVaultProps
Properties for defining a RosDbVault
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-hbr-dbvault
Initializer
using AlibabaCloud.SDK.ROS.CDK.Hbr;
new RosDbVaultProps {
object RetentionDays,
object VaultName,
object VaultRegionId,
object Description = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
RetentionDays |
object |
No description. |
VaultName |
object |
No description. |
VaultRegionId |
object |
No description. |
Description |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
RetentionDays
Required
public object RetentionDays { get; set; }
- Type: object
VaultName
Required
public object VaultName { get; set; }
- Type: object
VaultRegionId
Required
public object VaultRegionId { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]