BackupContent¶
-
class
oci.wlms.models.
BackupContent
(**kwargs)¶ Bases:
object
The information of a backup for the server.
Attributes
CONTENT_TYPE_BINARY
A constant which can be used with the content_type property of a BackupContent. content_type
[Required] Gets the content_type of this BackupContent. Methods
__init__
(**kwargs)Initializes a new BackupContent 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'¶ A constant which can be used with the content_type property of a BackupContent. This constant has a value of “BINARY”
-
__init__
(**kwargs)¶ Initializes a new BackupContent object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
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 BackupContent. Allowed values for this property are: “BINARY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
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.
-