Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ExternalAsmDiskGroupSummary

The summary of an external ASM disk group.

Properties

Optional databases

databases: Array<string>

The unique names of the databases using the disk group.

Optional dismountingInstanceCount

dismountingInstanceCount: undefined | number

The number of ASM instances that have the disk group in dismounted state. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional isSparse

isSparse: undefined | false | true

Indicates whether the disk group is a sparse disk group or not.

Optional mountingInstanceCount

mountingInstanceCount: undefined | number

The number of ASM instances that have the disk group in mounted state. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

name

name: string

The name of the ASM disk group.

Optional redundancyType

redundancyType: RedundancyType

The redundancy type of the disk group.

Optional totalSizeInMBs

totalSizeInMBs: undefined | number

The total capacity of the disk group (in megabytes). Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional usedPercent

usedPercent: undefined | number

The percentage of used space in the disk group. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional usedSizeInMBs

usedSizeInMBs: undefined | number

The used capacity of the disk group (in megabytes). Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj