StreamPackagingConfigEncryptionNone¶
-
class
oci.media_services.models.
StreamPackagingConfigEncryptionNone
(**kwargs)¶ Bases:
oci.media_services.models.stream_packaging_config_encryption.StreamPackagingConfigEncryption
Disables encryption.
Attributes
ALGORITHM_AES128
str(object=’’) -> str ALGORITHM_NONE
str(object=’’) -> str algorithm
[Required] Gets the algorithm of this StreamPackagingConfigEncryption. Methods
__init__
(**kwargs)Initializes a new StreamPackagingConfigEncryptionNone 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'¶
-
ALGORITHM_NONE
= 'NONE'¶
-
__init__
(**kwargs)¶ Initializes a new StreamPackagingConfigEncryptionNone object with values from keyword arguments. The default value of the
algorithm
attribute of this class isNONE
and it should not be changed. 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 StreamPackagingConfigEncryptionNone. Allowed values for this property are: “NONE”, “AES128”
-
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.
-