models_v2.create_protection_run_response module

class models_v2.create_protection_run_response.CreateProtectionRunResponse(protection_group_id=None)[source]

Bases: object

Implementation of the ‘Create protection run response.’ model.

Specifies the response for create a protection run. On success, the system will accept the request and return the Protection Group id for which the run is supposed to start. The actual run may start at a later time if the system is busy. Consumers must query the Protection Group to see the run.

Attributes:
protection_group_id (string): Specifies id of the Protection Group

which must be polled for seeing the new run.

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.