-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdemo_SQLdatavol.json
More file actions
55 lines (55 loc) · 1.19 KB
/
demo_SQLdatavol.json
File metadata and controls
55 lines (55 loc) · 1.19 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"context": {
"id": "c2698d47-ec20-4109-b31c-91a764b14e9c",
"name": "flasharray1",
"resource_type": "remote-arrays"
},
"description": "SQL workload with 2 20GB data volumes, with snapshots every 4 hours, kept for 7 days.",
"id": "56acd7fc-9b56-4591-a25f-c071fd4d8243",
"name": "dc1:SQLdatavol",
"placement_configurations": [
{
"name": "default-placement",
"storage_class": {
"name": "flasharray-x",
"resource_type": "storage-classes"
}
}
],
"platform_features": [
"fa_block"
],
"revision": 1,
"snapshot_configurations": [
{
"name": "snap-4hours-7days",
"naming_patterns": [
{
"template": "4hours-7days"
}
],
"policy_action": "create_or_reuse",
"rules": [
{
"every": "14400000",
"keep_for": "604800000"
}
]
}
],
"type": 43,
"volume_configurations": [
{
"count": "2",
"name": "datavol",
"placement_configurations": [
"default-placement"
],
"provisioned_size": "21474836480",
"snapshot_configurations": [
"snap-4hours-7days"
]
}
],
"workload_type": "MsSQL"
}