BinaryBackupContent¶
-
class
oci.wlms.models.
BinaryBackupContent
(**kwargs)¶ Bases:
oci.wlms.models.backup_content.BackupContent
Information of the content of a binary backup. A binary backup contains middleware binaries.
Attributes
CONTENT_TYPE_BINARY
str(object=’’) -> str content_type
[Required] Gets the content_type of this BackupContent. middleware
[Required] Gets the middleware of this BinaryBackupContent. Methods
__init__
(**kwargs)Initializes a new BinaryBackupContent object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
CONTENT_TYPE_BINARY
= 'BINARY'¶
-
__init__
(**kwargs)¶ Initializes a new BinaryBackupContent object with values from keyword arguments. The default value of the
content_type
attribute of this class isBINARY
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - content_type (str) – The value to assign to the content_type property of this BinaryBackupContent. Allowed values for this property are: “BINARY”
- middleware (oci.wlms.models.MiddlewareBinaryBackupContent) – The value to assign to the middleware property of this BinaryBackupContent.
-
content_type
¶ [Required] Gets the content_type of this BackupContent. The type of content of the backup.
Allowed values for this property are: “BINARY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The content_type of this BackupContent. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
middleware
¶ [Required] Gets the middleware of this BinaryBackupContent.
Returns: The middleware of this BinaryBackupContent. Return type: oci.wlms.models.MiddlewareBinaryBackupContent
-