RosVaultProps
Properties for defining a RosVault.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-hbr-vault
Initializer
using AlibabaCloud.SDK.ROS.CDK.Hbr;
new RosVaultProps {
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 |
No description. |
VaultType |
object |
No description. |
Description |
object |
No description. |
EncryptType |
object |
No description. |
KmsKeyId |
object |
No description. |
RedundancyType |
object |
No description. |
ResourceGroupId |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
VaultStorageClass |
object |
No description. |
VaultNameRequired
public object VaultName { get; set; }
- Type: object
VaultTypeRequired
public object VaultType { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
EncryptTypeOptional
public object EncryptType { get; set; }
- Type: object
KmsKeyIdOptional
public object KmsKeyId { get; set; }
- Type: object
RedundancyTypeOptional
public object RedundancyType { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
VaultStorageClassOptional
public object VaultStorageClass { get; set; }
- Type: object