Class DistributedDbStorageVault
The Storage Vault for Distributed Database Resource.
Inherited Members
Namespace: Oci.Distributeddatabasev26Service.Models
Assembly: OCI.DotNetSDK.Distributeddatabasev26.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. |
AutoscaleLimitInGBs
Declaration
[JsonProperty(PropertyName = "autoscaleLimitInGBs")]
public int? AutoscaleLimitInGBs { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The maximum limit, in gigabytes, to which the Vault storage size can automatically scale when auto scaling is enabled for the Database Storage Vault. |
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the compartment for Db Storage Vault. |
Remarks
Required
DbStorageVaultId
Declaration
[JsonProperty(PropertyName = "dbStorageVaultId")]
public string DbStorageVaultId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the Exadata Database Storage Vault. |
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
IsAutoscaleEnabled
Declaration
[JsonProperty(PropertyName = "isAutoscaleEnabled")]
public bool? IsAutoscaleEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | Indicates if autoscale feature is enabled for the Database Storage Vault. The default value is |
SubscriptionId
Declaration
[JsonProperty(PropertyName = "subscriptionId")]
public string SubscriptionId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the subscription with which resource needs to be associated with. |