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: - is_dry_run (bool) – The value to assign to the is_dry_run property of this ManageModuleStreamsOnManagedInstanceDetails.
- enable (list[oci.os_management.models.ModuleStreamDetails]) – The value to assign to the enable property of this ManageModuleStreamsOnManagedInstanceDetails.
- disable (list[oci.os_management.models.ModuleStreamDetails]) – The value to assign to the disable property of this ManageModuleStreamsOnManagedInstanceDetails.
- install (list[oci.os_management.models.ModuleStreamProfileDetails]) – The value to assign to the install property of this ManageModuleStreamsOnManagedInstanceDetails.
- remove (list[oci.os_management.models.ModuleStreamProfileDetails]) – The value to assign to the remove property of this ManageModuleStreamsOnManagedInstanceDetails.
-
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]
-