MiddlewareBinaryBackupContent

class oci.wlms.models.MiddlewareBinaryBackupContent(**kwargs)

Bases: object

The content of the middleware binaries included in a backup.

Methods

__init__(**kwargs) Initializes a new MiddlewareBinaryBackupContent object with values from keyword arguments.

Attributes

patches Gets the patches of this MiddlewareBinaryBackupContent.
version Gets the version of this MiddlewareBinaryBackupContent.
__init__(**kwargs)

Initializes a new MiddlewareBinaryBackupContent object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • version (str) – The value to assign to the version property of this MiddlewareBinaryBackupContent.
  • patches (list[oci.wlms.models.MiddlewareBackupPatch]) – The value to assign to the patches property of this MiddlewareBinaryBackupContent.
patches

Gets the patches of this MiddlewareBinaryBackupContent. The list of patches installed in the middleware included in the backup.

Returns:The patches of this MiddlewareBinaryBackupContent.
Return type:list[oci.wlms.models.MiddlewareBackupPatch]
version

Gets the version of this MiddlewareBinaryBackupContent. The version of the middleware binaries included in the backup.

Returns:The version of this MiddlewareBinaryBackupContent.
Return type:str