InstalledWindowsUpdateSummary¶
-
class
oci.os_management.models.
InstalledWindowsUpdateSummary
(**kwargs)¶ Bases:
object
A Windows update installed on the Windows managed instance.
Attributes
UPDATE_TYPE_BUG
A constant which can be used with the update_type property of a InstalledWindowsUpdateSummary. UPDATE_TYPE_ENHANCEMENT
A constant which can be used with the update_type property of a InstalledWindowsUpdateSummary. UPDATE_TYPE_OTHER
A constant which can be used with the update_type property of a InstalledWindowsUpdateSummary. UPDATE_TYPE_SECURITY
A constant which can be used with the update_type property of a InstalledWindowsUpdateSummary. display_name
[Required] Gets the display_name of this InstalledWindowsUpdateSummary. name
[Required] Gets the name of this InstalledWindowsUpdateSummary. update_type
[Required] Gets the update_type of this InstalledWindowsUpdateSummary. Methods
__init__
(**kwargs)Initializes a new InstalledWindowsUpdateSummary object with values from keyword arguments. -
UPDATE_TYPE_BUG
= 'BUG'¶ A constant which can be used with the update_type property of a InstalledWindowsUpdateSummary. This constant has a value of “BUG”
-
UPDATE_TYPE_ENHANCEMENT
= 'ENHANCEMENT'¶ A constant which can be used with the update_type property of a InstalledWindowsUpdateSummary. This constant has a value of “ENHANCEMENT”
-
UPDATE_TYPE_OTHER
= 'OTHER'¶ A constant which can be used with the update_type property of a InstalledWindowsUpdateSummary. This constant has a value of “OTHER”
-
UPDATE_TYPE_SECURITY
= 'SECURITY'¶ A constant which can be used with the update_type property of a InstalledWindowsUpdateSummary. This constant has a value of “SECURITY”
-
__init__
(**kwargs)¶ Initializes a new InstalledWindowsUpdateSummary 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 InstalledWindowsUpdateSummary.
- name (str) – The value to assign to the name property of this InstalledWindowsUpdateSummary.
- update_type (str) – The value to assign to the update_type property of this InstalledWindowsUpdateSummary. 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’.
-
display_name
¶ [Required] Gets the display_name of this InstalledWindowsUpdateSummary. Windows Update name
Returns: The display_name of this InstalledWindowsUpdateSummary. Return type: str
-
name
¶ [Required] Gets the name of this InstalledWindowsUpdateSummary. 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 InstalledWindowsUpdateSummary. Return type: str
-
update_type
¶ [Required] Gets the update_type of this InstalledWindowsUpdateSummary. 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 InstalledWindowsUpdateSummary. Return type: str
-