ManageModuleStreamsOnManagedInstanceGroupDetails¶
-
class
oci.os_management_hub.models.
ManageModuleStreamsOnManagedInstanceGroupDetails
(**kwargs)¶ Bases:
object
The set of changes to make to the state of the modules, streams, and profiles on a managed instance group.
Methods
__init__
(**kwargs)Initializes a new ManageModuleStreamsOnManagedInstanceGroupDetails object with values from keyword arguments. Attributes
disable
Gets the disable of this ManageModuleStreamsOnManagedInstanceGroupDetails. enable
Gets the enable of this ManageModuleStreamsOnManagedInstanceGroupDetails. install
Gets the install of this ManageModuleStreamsOnManagedInstanceGroupDetails. is_dry_run
Gets the is_dry_run of this ManageModuleStreamsOnManagedInstanceGroupDetails. remove
Gets the remove of this ManageModuleStreamsOnManagedInstanceGroupDetails. work_request_details
Gets the work_request_details of this ManageModuleStreamsOnManagedInstanceGroupDetails. -
__init__
(**kwargs)¶ Initializes a new ManageModuleStreamsOnManagedInstanceGroupDetails 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 ManageModuleStreamsOnManagedInstanceGroupDetails.
- enable (list[oci.os_management_hub.models.ModuleStreamDetails]) – The value to assign to the enable property of this ManageModuleStreamsOnManagedInstanceGroupDetails.
- disable (list[oci.os_management_hub.models.ModuleStreamDetails]) – The value to assign to the disable property of this ManageModuleStreamsOnManagedInstanceGroupDetails.
- install (list[oci.os_management_hub.models.ModuleStreamProfileDetails]) – The value to assign to the install property of this ManageModuleStreamsOnManagedInstanceGroupDetails.
- remove (list[oci.os_management_hub.models.ModuleStreamProfileDetails]) – The value to assign to the remove property of this ManageModuleStreamsOnManagedInstanceGroupDetails.
- work_request_details (oci.os_management_hub.models.WorkRequestDetails) – The value to assign to the work_request_details property of this ManageModuleStreamsOnManagedInstanceGroupDetails.
-
disable
¶ Gets the disable of this ManageModuleStreamsOnManagedInstanceGroupDetails. The set of module streams to disable.
Returns: The disable of this ManageModuleStreamsOnManagedInstanceGroupDetails. Return type: list[oci.os_management_hub.models.ModuleStreamDetails]
-
enable
¶ Gets the enable of this ManageModuleStreamsOnManagedInstanceGroupDetails. The set of module streams to enable.
Returns: The enable of this ManageModuleStreamsOnManagedInstanceGroupDetails. Return type: list[oci.os_management_hub.models.ModuleStreamDetails]
-
install
¶ Gets the install of this ManageModuleStreamsOnManagedInstanceGroupDetails. The set of module stream profiles to install.
Returns: The install of this ManageModuleStreamsOnManagedInstanceGroupDetails. Return type: list[oci.os_management_hub.models.ModuleStreamProfileDetails]
-
is_dry_run
¶ Gets the is_dry_run of this ManageModuleStreamsOnManagedInstanceGroupDetails. 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(s). The default is false.
Returns: The is_dry_run of this ManageModuleStreamsOnManagedInstanceGroupDetails. Return type: bool
-
remove
¶ Gets the remove of this ManageModuleStreamsOnManagedInstanceGroupDetails. The set of module stream profiles to remove.
Returns: The remove of this ManageModuleStreamsOnManagedInstanceGroupDetails. Return type: list[oci.os_management_hub.models.ModuleStreamProfileDetails]
-
work_request_details
¶ Gets the work_request_details of this ManageModuleStreamsOnManagedInstanceGroupDetails.
Returns: The work_request_details of this ManageModuleStreamsOnManagedInstanceGroupDetails. Return type: oci.os_management_hub.models.WorkRequestDetails
-