models.backup_policy_proto_monthly_schedule module

class models.backup_policy_proto_monthly_schedule.BackupPolicyProtoMonthlySchedule(count=None, day=None, time=None)[source]

Bases: object

Implementation of the ‘BackupPolicyProto_MonthlySchedule’ model.

TODO: type model description here.

Attributes:
count (int): Count of the day on which to perform the backup (look

above for a more detailed description).

day (int): The day of the month the backup is to be performed. time (Time): A message to encapusulate time of a day. Users of this

proto will have to store the timezone information separately. For example, when this proto is part of a backup job, timezone of the backup job is applied to get the absolute time.

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.