NasVolumeSnapshotConfigurationHistory

Prev Next

Available in Classic

This is a NAS volume snapshot configuration history.

Syntax

The syntax is as follows.

private String nasVolumeInstanceNo;
private String historySequenceNo;
private CommonCode historyType;
private String ip;
private Date registerDate;
private Float snapshotVolumeConfigurationRatio;
private CommonCode snapshotVolumeConfigPeriodType;
private CommonCode snapshotVolumeConfigDayOfWeekType;
private Integer snapshotVolumeConfigTime;

Field

The following describes the fields.

Field Type Required Description
nasVolumeInstanceNo String Required NAS volume instance number
historySequenceNo String Required Snapshot configuration history serial number
historyType CommonCode Required Snapshot configuration history type
  • CREAT | DEL | CHG
    • CREAT: create
    • DEL: delete
    • CHG: change
ip String Required Snapshot configuration place IP address
registerDate Date Required Snapshot configuration execution date and time (YYYY-MM-DDThh:mm:ssZ)
snapshotVolumeConfigurationRatio Float Required Snapshot volume configuration ratio (%)
  • 0.0 - 99.0
snapshotVolumeConfigPeriodType CommonCode Optional Snapshot volume configuration period type
  • DAY | WEEK
    • DAY: daily
    • WEEK: weekly
snapshotVolumeConfigDayOfWeekType CommonCode Optional Days of the week that snapshots are automatically created
  • -1 | 0 | 1 | 2 | 3 | 4 | 5 | 6
    • --1: daily
    • 0: Sunday
    • 1: Monday
    • 2: Tuesday
    • 3: Wednesday
    • 4: Thursday
    • 5: Friday
    • 6: Saturday
snapshotVolumeConfigTime Integer Optional Snapshot volume configuration time
  • 0 - 23 (hour)