models_v2.applied_patch_1 module

class models_v2.applied_patch_1.AppliedPatch1(service=None, component=None, version=None, version_replaced=None, operation=None, operation_time_msecs=None, user=None, domain=None)[source]

Bases: object

Implementation of the ‘Applied Patch.1’ model.

Specifies the description of an applied patch.

Attributes:

service (string): Specifies the name of the service. component (string): Specifies the description of the service. version (string): Specifies the version of the patch. version_replaced (string): Specifies the version it replaced. operation (string): Specifies what patch management operation was

performed

operation_time_msecs (long|int): Specifies the time when the patch

operation was done in Unix epoch in milliseconds.

user (string): Specifies the user who performed the operation. domain (string): Specifies the domain of the user.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.