models_v2.specifies_the_response_of_updation_of_state_of_multiple_protection_groups module

class models_v2.specifies_the_response_of_updation_of_state_of_multiple_protection_groups.SpecifiesTheResponseOfUpdationOfStateOfMultipleProtectionGroups(failed_protection_groups=None, successful_protection_group_ids=None)[source]

Bases: object

Implementation of the ‘Specifies the response of updation of state of multiple Protection Groups.’ model.

TODO: type model description here.

Attributes:
failed_protection_groups (list of FailedProtectionGroupDetails):

Specifies a list of Protection Group ids along with details for which updation of state was failed.

successful_protection_group_ids (list of string): Specifies a list of

Protection Group ids for which updation of state was successful.

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.