Class DistributedDbStorageVault
The Storage Vault for Distributed Database Resource
Inherited Members
Namespace: Oci.DistributeddatabaseService.Models
Assembly: OCI.DotNetSDK.Distributeddatabase.dll
Syntax
public class DistributedDbStorageVault
Properties
AdditionalFlashCacheInPercent
Declaration
[JsonProperty(PropertyName = "additionalFlashCacheInPercent")]
public int? AdditionalFlashCacheInPercent { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The size of additional Flash Cache in percentage of High Capacity database storage. |
DbStorageVaultId
Declaration
[JsonProperty(PropertyName = "dbStorageVaultId")]
public string DbStorageVaultId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the Database Vault Storage. |
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique. |
HighCapacityDatabaseStorage
Declaration
[Required(ErrorMessage = "HighCapacityDatabaseStorage is required.")]
[JsonProperty(PropertyName = "highCapacityDatabaseStorage")]
public int? HighCapacityDatabaseStorage { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | Total storage capacity in GB for vault storage. |
Remarks
Required