models_v2.response_with_two_lists_a_list_of_enabled_ciphers_and_a_list_of_disabled_ciphers module

class models_v2.response_with_two_lists_a_list_of_enabled_ciphers_and_a_list_of_disabled_ciphers.ResponseWithTwoListsAListOfEnabledCiphersAndAListOfDisabledCiphers(enabled_ciphers=None, disabled_ciphers=None)[source]

Bases: object

Implementation of the ‘Response with two lists: a list of enabled ciphers and a list of disabled ciphers.’ model.

Specifies a list of enabled/disabled ciphers on the cluster.

Attributes:

enabled_ciphers (list of string): Enabled ciphers. disabled_ciphers (list of string): Disabled ciphers.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.