Class UpdateStorageDetailsParams
Storage details of the database system.
Inherited Members
Namespace: Oci.PsqlService.Models
Assembly: OCI.DotNetSDK.Psql.dll
Syntax
public class UpdateStorageDetailsParams
Properties
Iops
Declaration
[JsonProperty(PropertyName = "iops")]
public long? Iops { get; set; }
Property Value
| Type | Description |
|---|---|
| long? | Guaranteed input/output storage requests per second (IOPS) available to the database system.
Only valid for |
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. |