forked from EMC-Underground/kubernetes_powerprotect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprotection_policy.json
36 lines (36 loc) · 908 Bytes
/
protection_policy.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"id" : "${id}",
"name" : "${name}",
"description" : "",
"assetType" : "KUBERNETES",
"type" : "ACTIVE",
"targetStorageProvisionStrategy" : "AUTO_PROVISION",
"enabled" : true,
"passive" : false,
"priority" : 1,
"encrypted" : false,
"dataConsistency" : "CRASH_CONSISTENT",
"stages" : [ {
"id" : "${stages_id}",
"type" : "PROTECTION",
"passive" : false,
"retention" : {
"interval" : 3,
"unit" : "DAY",
"storageSystemRetentionLock" : false
},
"target" : {
"storageSystemId" : "dc15f88b-b4e6-4c01-8001-b039b5d6a65f",
"preferredInterface" : "192.168.1.30"
},
"operations" : [ {
"type" : "AUTO_FULL",
"schedule" : {
"frequency" : "DAILY",
"startTime" : "2020-10-07T20:00:00Z",
"duration" : "PT10H"
}
} ]
}
]
}