ManageModuleStreamsOnManagedInstanceDetails

class oci.os_management.models.ManageModuleStreamsOnManagedInstanceDetails(**kwargs)

Bases: object

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

Methods

__init__(**kwargs) Initializes a new ManageModuleStreamsOnManagedInstanceDetails object with values from keyword arguments.

Attributes

disable Gets the disable of this ManageModuleStreamsOnManagedInstanceDetails.
enable Gets the enable of this ManageModuleStreamsOnManagedInstanceDetails.
install Gets the install of this ManageModuleStreamsOnManagedInstanceDetails.
is_dry_run Gets the is_dry_run of this ManageModuleStreamsOnManagedInstanceDetails.
remove Gets the remove of this ManageModuleStreamsOnManagedInstanceDetails.
__init__(**kwargs)

Initializes a new ManageModuleStreamsOnManagedInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
disable

Gets the disable of this ManageModuleStreamsOnManagedInstanceDetails. The set of module streams to disable.

Returns:The disable of this ManageModuleStreamsOnManagedInstanceDetails.
Return type:list[oci.os_management.models.ModuleStreamDetails]
enable

Gets the enable of this ManageModuleStreamsOnManagedInstanceDetails. The set of module streams to enable.

Returns:The enable of this ManageModuleStreamsOnManagedInstanceDetails.
Return type:list[oci.os_management.models.ModuleStreamDetails]
install

Gets the install of this ManageModuleStreamsOnManagedInstanceDetails. The set of module stream profiles to install.

Returns:The install of this ManageModuleStreamsOnManagedInstanceDetails.
Return type:list[oci.os_management.models.ModuleStreamProfileDetails]
is_dry_run

Gets the is_dry_run of this ManageModuleStreamsOnManagedInstanceDetails. Indicates if this operation is a dry run or if the operation should be commited. 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.

Returns:The is_dry_run of this ManageModuleStreamsOnManagedInstanceDetails.
Return type:bool
remove

Gets the remove of this ManageModuleStreamsOnManagedInstanceDetails. The set of module stream profiles to remove.

Returns:The remove of this ManageModuleStreamsOnManagedInstanceDetails.
Return type:list[oci.os_management.models.ModuleStreamProfileDetails]