Class StorageDetails
Storage details of the database system.
Inherited Members
Namespace: Oci.PsqlService.Models
Assembly: OCI.DotNetSDK.Psql.dll
Syntax
[JsonConverter(typeof(StorageDetailsModelConverter))]
public class StorageDetails
Properties
AvailabilityDomain
Declaration
[JsonProperty(PropertyName = "availabilityDomain")]
public string AvailabilityDomain { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Specifies the availability domain of AD-local storage.
If |
IsRegionallyDurable
Declaration
[Required(ErrorMessage = "IsRegionallyDurable is required.")]
[JsonProperty(PropertyName = "isRegionallyDurable")]
public bool? IsRegionallyDurable { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | Specifies if the block volume used for the database system is regional or AD-local.
If not specified, it will be set to false.
If |
Remarks
Required
KmsKeyId
Declaration
[JsonProperty(PropertyName = "kmsKeyId")]
public string KmsKeyId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the Vault service key to assign as the master encryption key for the database system. |