MonthlySchedule Class

Monthly Schedule properties.

Inheritance
MonthlySchedule

Constructor

MonthlySchedule(*, snapshots_to_keep: Optional[int] = None, days_of_month: Optional[str] = None, hour: Optional[int] = None, minute: Optional[int] = None, used_bytes: Optional[int] = None, **kwargs)

Parameters

snapshots_to_keep
int
Required

Monthly snapshot count to keep.

days_of_month
str
Required

Indicates which days of the month snapshot should be taken. A comma delimited string.

hour
int
Required

Indicates which hour in UTC timezone a snapshot should be taken.

minute
int
Required

Indicates which minute snapshot should be taken.

used_bytes
<xref:long>
Required

Resource size in bytes, current storage usage for the volume in bytes.