Show / Hide Table of Contents

Class CreateExascaleDbStorageVaultDetails

Details to create a Exadata Database Storage Vault.

Inheritance
object
CreateExascaleDbStorageVaultDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class CreateExascaleDbStorageVaultDetails

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

AvailabilityDomain

Declaration
[Required(ErrorMessage = "AvailabilityDomain is required.")]
[JsonProperty(PropertyName = "availabilityDomain")]
public string AvailabilityDomain { get; set; }
Property Value
Type Description
string

The name of the availability domain in which the Exadata Database Storage Vault is located.

Remarks

Required

ClusterPlacementGroupId

Declaration
[JsonProperty(PropertyName = "clusterPlacementGroupId")]
public string ClusterPlacementGroupId { get; set; }
Property Value
Type Description
string

The OCID of the cluster placement group of the Exadata Infrastructure or Db System.

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.

Remarks

Required

DefinedTags

Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Type Description
Dictionary<string, Dictionary<string, object>>

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Description

Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type Description
string

Exadata Database Storage Vault description.

DisplayName

Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[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.

Remarks

Required

ExadataInfrastructureId

Declaration
[JsonProperty(PropertyName = "exadataInfrastructureId")]
public string ExadataInfrastructureId { get; set; }
Property Value
Type Description
string

The OCID of the Exadata infrastructure.

FreeformTags

Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type Description
Dictionary<string, string>

Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}

HighCapacityDatabaseStorage

Declaration
[Required(ErrorMessage = "HighCapacityDatabaseStorage is required.")]
[JsonProperty(PropertyName = "highCapacityDatabaseStorage")]
public ExascaleDbStorageInputDetails HighCapacityDatabaseStorage { get; set; }
Property Value
Type Description
ExascaleDbStorageInputDetails
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 FALSE.

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.

TimeZone

Declaration
[JsonProperty(PropertyName = "timeZone")]
public string TimeZone { get; set; }
Property Value
Type Description
string

The time zone that you want to use for the Exadata Database Storage Vault. For details, see Time Zones.

In this article
Back to top