WindowsUpdateSummary¶
-
class
oci.os_management.models.
WindowsUpdateSummary
(**kwargs)¶ Bases:
object
An update available for a Windows managed instance.
Attributes
INSTALLABLE_INSTALLABLE
A constant which can be used with the installable property of a WindowsUpdateSummary. INSTALLABLE_NOT_INSTALLABLE
A constant which can be used with the installable property of a WindowsUpdateSummary. INSTALLABLE_UNKNOWN
A constant which can be used with the installable property of a WindowsUpdateSummary. UPDATE_TYPE_BUG
A constant which can be used with the update_type property of a WindowsUpdateSummary. UPDATE_TYPE_ENHANCEMENT
A constant which can be used with the update_type property of a WindowsUpdateSummary. UPDATE_TYPE_OTHER
A constant which can be used with the update_type property of a WindowsUpdateSummary. UPDATE_TYPE_SECURITY
A constant which can be used with the update_type property of a WindowsUpdateSummary. display_name
[Required] Gets the display_name of this WindowsUpdateSummary. installable
Gets the installable of this WindowsUpdateSummary. is_reboot_required_for_installation
Gets the is_reboot_required_for_installation of this WindowsUpdateSummary. name
[Required] Gets the name of this WindowsUpdateSummary. update_type
[Required] Gets the update_type of this WindowsUpdateSummary. Methods
__init__
(**kwargs)Initializes a new WindowsUpdateSummary object with values from keyword arguments. -
INSTALLABLE_INSTALLABLE
= 'INSTALLABLE'¶ A constant which can be used with the installable property of a WindowsUpdateSummary. This constant has a value of “INSTALLABLE”
-
INSTALLABLE_NOT_INSTALLABLE
= 'NOT_INSTALLABLE'¶ A constant which can be used with the installable property of a WindowsUpdateSummary. This constant has a value of “NOT_INSTALLABLE”
-
INSTALLABLE_UNKNOWN
= 'UNKNOWN'¶ A constant which can be used with the installable property of a WindowsUpdateSummary. This constant has a value of “UNKNOWN”
-
UPDATE_TYPE_BUG
= 'BUG'¶ A constant which can be used with the update_type property of a WindowsUpdateSummary. This constant has a value of “BUG”
-
UPDATE_TYPE_ENHANCEMENT
= 'ENHANCEMENT'¶ A constant which can be used with the update_type property of a WindowsUpdateSummary. This constant has a value of “ENHANCEMENT”
-
UPDATE_TYPE_OTHER
= 'OTHER'¶ A constant which can be used with the update_type property of a WindowsUpdateSummary. This constant has a value of “OTHER”
-
UPDATE_TYPE_SECURITY
= 'SECURITY'¶ A constant which can be used with the update_type property of a WindowsUpdateSummary. This constant has a value of “SECURITY”
-
__init__
(**kwargs)¶ Initializes a new WindowsUpdateSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this WindowsUpdateSummary.
- name (str) – The value to assign to the name property of this WindowsUpdateSummary.
- update_type (str) – The value to assign to the update_type property of this WindowsUpdateSummary. Allowed values for this property are: “SECURITY”, “BUG”, “ENHANCEMENT”, “OTHER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- installable (str) – The value to assign to the installable property of this WindowsUpdateSummary. Allowed values for this property are: “INSTALLABLE”, “NOT_INSTALLABLE”, “UNKNOWN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- is_reboot_required_for_installation (bool) – The value to assign to the is_reboot_required_for_installation property of this WindowsUpdateSummary.
-
display_name
¶ [Required] Gets the display_name of this WindowsUpdateSummary. Windows Update name
Returns: The display_name of this WindowsUpdateSummary. Return type: str
-
installable
¶ Gets the installable of this WindowsUpdateSummary. Indicates whether the update can be installed using OSMS.
Allowed values for this property are: “INSTALLABLE”, “NOT_INSTALLABLE”, “UNKNOWN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The installable of this WindowsUpdateSummary. Return type: str
-
is_reboot_required_for_installation
¶ Gets the is_reboot_required_for_installation of this WindowsUpdateSummary. Indicates whether a reboot may be required to complete installation of this update.
Returns: The is_reboot_required_for_installation of this WindowsUpdateSummary. Return type: bool
-
name
¶ [Required] Gets the name of this WindowsUpdateSummary. Unique identifier for the Windows update. NOTE - This is not an OCID, but is a unique identifier assigned by Microsoft. Example: 6981d463-cd91-4a26-b7c4-ea4ded9183ed
Returns: The name of this WindowsUpdateSummary. Return type: str
-
update_type
¶ [Required] Gets the update_type of this WindowsUpdateSummary. The purpose of this update.
Allowed values for this property are: “SECURITY”, “BUG”, “ENHANCEMENT”, “OTHER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The update_type of this WindowsUpdateSummary. Return type: str
-