Get Auto Snapshot Policies Policy
data class GetAutoSnapshotPoliciesPolicy(val autoSnapshotPolicyId: String, val copiedSnapshotsRetentionDays: Int, val diskNums: Int, val enableCrossRegionCopy: Boolean, val id: String, val name: String, val repeatWeekdays: List<String>, val retentionDays: Int, val status: String, val tags: Map<String, Any>, val targetCopyRegions: List<String>, val timePoints: List<String>, val volumeNums: Int)
Constructors
Link copied to clipboard
fun GetAutoSnapshotPoliciesPolicy(autoSnapshotPolicyId: String, copiedSnapshotsRetentionDays: Int, diskNums: Int, enableCrossRegionCopy: Boolean, id: String, name: String, repeatWeekdays: List<String>, retentionDays: Int, status: String, tags: Map<String, Any>, targetCopyRegions: List<String>, timePoints: List<String>, volumeNums: Int)