Home | Trees | Indices | Help |
---|
|
object --+ | BaseApiObject --+ | ApiSnapshotPolicy
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
_ATTRIBUTES =
|
|||
Inherited from |
|
|||
alert_on_abort whether to generate alerts on abort of snapshot creation/deletion activity. |
|||
alert_on_fail whether to generate alerts on failure of snapshot creation/deletion activity. |
|||
alert_on_start whether to generate alerts on start of snapshot creation/deletion activity. |
|||
alert_on_success whether to generate alerts on successful completion of snapshot creation/deletion activity. |
|||
int |
daily_snapshots Number of daily snapshots to be retained (default: 0). |
||
int |
day_of_month Day of the month that monthly and yearly snapshots should be created. |
||
int |
day_of_week Day of the week that weekly snapshots should be created. |
||
str |
description Description of the snapshot policy. |
||
ApiHBaseSnapshotPolicyArguments |
hbaseArguments HBase specific arguments for the replication job. |
||
ApiHdfsSnapshotPolicyArguments |
hdfsArguments HDFS specific arguments for the replication job. |
||
int |
hour_of_day Hour in the day that daily, weekly, monthly and yearly snapshots should be created. |
||
int |
hourly_snapshots Number of hourly snapshots to be retained (default: 0). |
||
list of int |
hours_for_hourly_snapshots Hours of the day that hourly snapshots should be created. |
||
int |
minute_of_hour Minute in the hour that hourly, daily, weekly, monthly and yearly snapshots should be created. |
||
int |
month_of_year Month of the year that yearly snapshots should be created. |
||
int |
monthly_snapshots Number of monthly snapshots to be retained (default: 0). |
||
str |
name Name of the snapshot policy. |
||
paused whether to run the policy on schedule |
|||
int |
weekly_snapshots Number of weekly snapshots to be retained (default: 0). |
||
int |
yearly_snapshots Number of yearly snapshots to be retained (default: 0). |
|
|||
Inherited from |
|
_ATTRIBUTES
|
|
day_of_monthDay of the month that monthly and yearly snapshots should be created. Values from 1 to 31 are allowed. Additionally 0 to -30 can be used to specify offsets from the last day of the month (default: 1).
|
day_of_weekDay of the week that weekly snapshots should be created. Valid values are 1 to 7, 1 representing Sunday (default: 1).
|
hour_of_dayHour in the day that daily, weekly, monthly and yearly snapshots should be created. Valid values are 0 to 23 (default: 0).
|
hours_for_hourly_snapshotsHours of the day that hourly snapshots should be created. Valid values are 0 to 23. If this list is empty, then hourly snapshots are created for every hour.
|
minute_of_hourMinute in the hour that hourly, daily, weekly, monthly and yearly snapshots should be created. Valid values are 0 to 59 (default: 0).
|
month_of_yearMonth of the year that yearly snapshots should be created. Valid values are 1 to 12, 1 representing January (default: 1).
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Jan 31 10:52:18 2017 | http://epydoc.sourceforge.net |