Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ManageModuleStreamsOnManagedInstanceDetails

The set of changes to make to the state of the modules, streams, and profiles on a managed instance

Properties

Optional disable

The set of module streams to disable. Any profiles that are installed for the module stream will be removed as part of the operation. Once complete, the streams will be in 'DISABLED' status.

Optional enable

The set of module streams to enable. If any streams of a module are already enabled, the service switches from the current stream to the new stream. Once complete, the streams will be in 'ENABLED' status.

Optional install

The set of module stream profiles to install. Any packages that are part of the profile are installed on the managed instance. Once complete, the profile will be in 'INSTALLED' status. The operation will return an error if you attempt to install a profile from a disabled stream, unless enabling the new module stream is included in this operation.

Optional isDryRun

isDryRun: undefined | false | true

Indicates if this operation is a dry run or if the operation should be committed. If set to true, the result of the operation will be evaluated but not committed. If set to false, the operation is committed to the managed instance. The default is false.

Optional remove

The set of module stream profiles to remove. Once complete, the profile will be in 'AVAILABLE' status. The status of packages within the profile after the operation is complete is defined by the package manager on the managed instance group.

Optional workRequestDetails

workRequestDetails: model.WorkRequestDetails

Functions

getDeserializedJsonObj

getJsonObj