StreamPackagingConfigEncryption¶
-
class
oci.media_services.models.
StreamPackagingConfigEncryption
(**kwargs)¶ Bases:
object
The encryption used by the stream packaging configuration.
Attributes
ALGORITHM_AES128
A constant which can be used with the algorithm property of a StreamPackagingConfigEncryption. ALGORITHM_NONE
A constant which can be used with the algorithm property of a StreamPackagingConfigEncryption. algorithm
[Required] Gets the algorithm of this StreamPackagingConfigEncryption. Methods
__init__
(**kwargs)Initializes a new StreamPackagingConfigEncryption 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. -
ALGORITHM_AES128
= 'AES128'¶ A constant which can be used with the algorithm property of a StreamPackagingConfigEncryption. This constant has a value of “AES128”
-
ALGORITHM_NONE
= 'NONE'¶ A constant which can be used with the algorithm property of a StreamPackagingConfigEncryption. This constant has a value of “NONE”
-
__init__
(**kwargs)¶ Initializes a new StreamPackagingConfigEncryption 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: algorithm (str) – The value to assign to the algorithm property of this StreamPackagingConfigEncryption. Allowed values for this property are: “NONE”, “AES128”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
algorithm
¶ [Required] Gets the algorithm of this StreamPackagingConfigEncryption. The encryption algorithm for the stream packaging configuration.
Allowed values for this property are: “NONE”, “AES128”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The algorithm of this StreamPackagingConfigEncryption. 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.
-