Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace OciOptimizedStorageDetails

Storage details of the database system.

Properties

Optional availabilityDomain

availabilityDomain: undefined | string

Specifies the availability domain of AD-local storage. If {@code isRegionallyDurable} is set to true, {@code availabilityDomain} should not be specified. If {@code isRegionallyDurable} is set to false, {@code availabilityDomain} must be specified.

Optional iops

iops: undefined | number

Guaranteed input/output storage requests per second (IOPS) available to the database system. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

isRegionallyDurable

isRegionallyDurable: boolean

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 {@code isRegionallyDurable} is set to true, {@code availabilityDomain} should not be specified. If {@code isRegionallyDurable} is set to false, {@code availabilityDomain} must be specified.

Const systemType

systemType: string = "OCI_OPTIMIZED_STORAGE"

Methods

getDeserializedJsonObj

getJsonObj