Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ModuleStream

An object that defines a module stream provided by a software source.

Properties

Optional archType

archType: model.ArchType

The architecture for which the packages in this module stream were built.

Optional description

description: undefined | string

A description of the contents of the module stream.

Optional isDefault

isDefault: undefined | false | true

Indicates if this stream is the default for its module.

Optional isLatest

isLatest: undefined | false | true

Indicates whether this module stream is the latest.

moduleName

moduleName: string

The name of the module that contains the stream.

name

name: string

The name of the stream.

Optional packages

packages: Array<string>

A list of packages that are contained by the stream. Each element in the list is the name of a package. The name is suitable to use as an argument to other OS Management Hub APIs that interact directly with packages.

Optional profiles

profiles: Array<string>

A list of profiles that are part of the stream. Each element in the list is the name of a profile. The name is suitable to use as an argument to other OS Management Hub APIs that interact directly with module stream profiles. However, it is not URL encoded.

Optional softwareSourceId

softwareSourceId: undefined | string

The OCID of the software source that provides this module stream.

Functions

getDeserializedJsonObj

getJsonObj