Свойство | Тип | Описание | |
---|---|---|---|
options |
Метод | Описание | |
---|---|---|
Backup ( string name, string description, string volumeid, string volumename, string instancename, string expires ) : void | ||
CheckForExpiredSnapshots ( ) : void |
Check for any snapshots set to expire -- that have a tag key of "expires" with a value that is in the past.
|
|
CheckForScheduledSnapshots ( ) : void |
Check for any volumes that have a snapshot scheduled based on the schedule in the snapshotSchedule tag key.
|
|
GetAfterTheHour ( string p, int def ) : int | ||
GetDow ( string p, DayOfWeek def = DayOfWeek.Sunday ) : DayOfWeek | ||
GetExpireHours ( string p, int def ) : int | ||
GetInt ( string p, int def ) : int | ||
GetTime ( string p, System.DateTime def = null ) : System.DateTime | ||
ListVolumes ( ) : void |
List all volumes found in region
|
|
Main ( string args ) : void | ||
RegisterKeys ( string access, string secret ) : void |
Метод | Описание | |
---|---|---|
SendMessageTimeout ( |
public static Backup ( string name, string description, string volumeid, string volumename, string instancename, string expires ) : void | ||
name | string | |
description | string | |
volumeid | string | |
volumename | string | |
instancename | string | |
expires | string | |
Результат | void |
public static CheckForExpiredSnapshots ( ) : void | ||
Результат | void |
public static CheckForScheduledSnapshots ( ) : void | ||
Результат | void |
public static GetAfterTheHour ( string p, int def ) : int | ||
p | string | |
def | int | |
Результат | int |
public static GetDow ( string p, DayOfWeek def = DayOfWeek.Sunday ) : DayOfWeek | ||
p | string | |
def | DayOfWeek | |
Результат | DayOfWeek |
public static GetExpireHours ( string p, int def ) : int | ||
p | string | |
def | int | |
Результат | int |
public static GetInt ( string p, int def ) : int | ||
p | string | |
def | int | |
Результат | int |
public static GetTime ( string p, System.DateTime def = null ) : System.DateTime | ||
p | string | |
def | System.DateTime | |
Результат | System.DateTime |
public static Main ( string args ) : void | ||
args | string | |
Результат | void |
public static RegisterKeys ( string access, string secret ) : void | ||
access | string | |
secret | string | |
Результат | void |