models_v2.patch_operation module¶
-
class
models_v2.patch_operation.
PatchOperation
(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 ‘Patch Operation.’ model.
Specifies a patch operation.
- 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.