models.scheduling_policy_proto_rpo_schedule module

class models.scheduling_policy_proto_rpo_schedule.SchedulingPolicyProtoRPOSchedule(rpo_interval_mins=None)[source]

Bases: object

Implementation of the ‘SchedulingPolicyProto_RPOSchedule’ model.

TODO: type model description here.

Attributes:
rpo_interval_mins (long|int): If this field is set, then at any point,

a recovery point should be available not older than the given interval mins.

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.