public class AutoSnapshotPolicyInfo extends Object
| Constructor and Description |
|---|
AutoSnapshotPolicyInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getName() |
List<Integer> |
getRepeatWeekdays() |
Integer |
getRetentionDays() |
String |
getStatus() |
List<Integer> |
getTimePoints() |
AutoSnapshotPolicyInfo |
setId(String id) |
AutoSnapshotPolicyInfo |
setName(String name) |
AutoSnapshotPolicyInfo |
setRepeatWeekdays(List<Integer> repeatWeekdays) |
AutoSnapshotPolicyInfo |
setRetentionDays(Integer retentionDays) |
AutoSnapshotPolicyInfo |
setStatus(String status) |
AutoSnapshotPolicyInfo |
setTimePoints(List<Integer> timePoints) |
String |
toString() |
public AutoSnapshotPolicyInfo setId(String id)
public String getId()
public AutoSnapshotPolicyInfo setName(String name)
public String getName()
public AutoSnapshotPolicyInfo setTimePoints(List<Integer> timePoints)
public AutoSnapshotPolicyInfo setRepeatWeekdays(List<Integer> repeatWeekdays)
public AutoSnapshotPolicyInfo setRetentionDays(Integer retentionDays)
public Integer getRetentionDays()
public AutoSnapshotPolicyInfo setStatus(String status)
public String getStatus()
Copyright © 2026. All rights reserved.