InstallWindowsUpdatesOnManagedInstanceGroupDetails¶
-
class
oci.os_management_hub.models.
InstallWindowsUpdatesOnManagedInstanceGroupDetails
(**kwargs)¶ Bases:
object
Provides the details for the Windows update installed on the managed instance group.
Attributes
WINDOWS_UPDATE_TYPES_ALL
A constant which can be used with the windows_update_types property of a InstallWindowsUpdatesOnManagedInstanceGroupDetails. WINDOWS_UPDATE_TYPES_BUGFIX
A constant which can be used with the windows_update_types property of a InstallWindowsUpdatesOnManagedInstanceGroupDetails. WINDOWS_UPDATE_TYPES_ENHANCEMENT
A constant which can be used with the windows_update_types property of a InstallWindowsUpdatesOnManagedInstanceGroupDetails. WINDOWS_UPDATE_TYPES_OTHER
A constant which can be used with the windows_update_types property of a InstallWindowsUpdatesOnManagedInstanceGroupDetails. WINDOWS_UPDATE_TYPES_SECURITY
A constant which can be used with the windows_update_types property of a InstallWindowsUpdatesOnManagedInstanceGroupDetails. windows_update_types
[Required] Gets the windows_update_types of this InstallWindowsUpdatesOnManagedInstanceGroupDetails. work_request_details
Gets the work_request_details of this InstallWindowsUpdatesOnManagedInstanceGroupDetails. Methods
__init__
(**kwargs)Initializes a new InstallWindowsUpdatesOnManagedInstanceGroupDetails object with values from keyword arguments. -
WINDOWS_UPDATE_TYPES_ALL
= 'ALL'¶ A constant which can be used with the windows_update_types property of a InstallWindowsUpdatesOnManagedInstanceGroupDetails. This constant has a value of “ALL”
-
WINDOWS_UPDATE_TYPES_BUGFIX
= 'BUGFIX'¶ A constant which can be used with the windows_update_types property of a InstallWindowsUpdatesOnManagedInstanceGroupDetails. This constant has a value of “BUGFIX”
-
WINDOWS_UPDATE_TYPES_ENHANCEMENT
= 'ENHANCEMENT'¶ A constant which can be used with the windows_update_types property of a InstallWindowsUpdatesOnManagedInstanceGroupDetails. This constant has a value of “ENHANCEMENT”
-
WINDOWS_UPDATE_TYPES_OTHER
= 'OTHER'¶ A constant which can be used with the windows_update_types property of a InstallWindowsUpdatesOnManagedInstanceGroupDetails. This constant has a value of “OTHER”
-
WINDOWS_UPDATE_TYPES_SECURITY
= 'SECURITY'¶ A constant which can be used with the windows_update_types property of a InstallWindowsUpdatesOnManagedInstanceGroupDetails. This constant has a value of “SECURITY”
-
__init__
(**kwargs)¶ Initializes a new InstallWindowsUpdatesOnManagedInstanceGroupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - windows_update_types (list[str]) – The value to assign to the windows_update_types property of this InstallWindowsUpdatesOnManagedInstanceGroupDetails. Allowed values for items in this list are: “SECURITY”, “BUGFIX”, “ENHANCEMENT”, “OTHER”, “ALL”
- work_request_details (oci.os_management_hub.models.WorkRequestDetails) – The value to assign to the work_request_details property of this InstallWindowsUpdatesOnManagedInstanceGroupDetails.
-
windows_update_types
¶ [Required] Gets the windows_update_types of this InstallWindowsUpdatesOnManagedInstanceGroupDetails. The type of Windows updates to be applied.
Allowed values for items in this list are: “SECURITY”, “BUGFIX”, “ENHANCEMENT”, “OTHER”, “ALL”
Returns: The windows_update_types of this InstallWindowsUpdatesOnManagedInstanceGroupDetails. Return type: list[str]
-
work_request_details
¶ Gets the work_request_details of this InstallWindowsUpdatesOnManagedInstanceGroupDetails.
Returns: The work_request_details of this InstallWindowsUpdatesOnManagedInstanceGroupDetails. Return type: oci.os_management_hub.models.WorkRequestDetails
-