Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace OsPatchDetails

Details of an os patch.

Properties

minBdsVersion

minBdsVersion: string

Minimum BDS version required to install current OS patch.

minCompatibleOdhVersionMap

minCompatibleOdhVersionMap: object

Map of major ODH version to minimum ODH version required to install current OS patch. e.g. {ODH0.9: 0.9.1}

Type declaration

  • [key: string]: string

osPatchVersion

osPatchVersion: string

Version of the os patch.

patchType

patchType: PatchType

Type of a specific os patch. REGULAR means standard released os patches. CUSTOM means os patches with some customizations. EMERGENT means os patches with some emergency fixes that should be prioritized.

releaseDate

releaseDate: Date

Released date of the OS patch.

targetPackages

targetPackages: Array<OsPatchPackageSummary>

List of summaries of individual target packages.

Functions

getDeserializedJsonObj

getJsonObj