Skip to content

Commit 4fc875d

Browse files
tatlushDataUI VCS Robot
andauthored
Release 21.02.2025 (#12604)
Co-authored-by: DataUI VCS Robot <[email protected]>
1 parent 14b57d1 commit 4fc875d

File tree

860 files changed

+59389
-2756
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

860 files changed

+59389
-2756
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
_Model tuning based on the {{ lora }} method is at the [Preview](../../overview/concepts/launch-stages.md) stage and available upon request. You can fill out the form in the [management console]({{ link-console-main }}/link/foundation-models/)._
1+
_Model tuning based on the {{ lora }} method is at the [Preview](../../overview/concepts/launch-stages.md) stage._

en/backup/backup/api-ref/Policy/create.md

Lines changed: 48 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,15 @@ POST https://backup.{{ api-host }}/backup/v1/policies
137137
},
138138
"cbt": "string",
139139
"fastBackupEnabled": "boolean",
140-
"quiesceSnapshottingEnabled": "boolean"
140+
"quiesceSnapshottingEnabled": "boolean",
141+
"fileFilters": {
142+
"exclusionMasks": [
143+
"string"
144+
],
145+
"inclusionMasks": [
146+
"string"
147+
]
148+
}
141149
}
142150
}
143151
```
@@ -227,6 +235,9 @@ If true, determines whether a file has changed by the file size and timestamp. O
227235
|| quiesceSnapshottingEnabled | **boolean**
228236

229237
If true, a quiesced snapshot of the virtual machine will be taken. ||
238+
|| fileFilters | **[FileFilters](#yandex.cloud.backup.v1.PolicySettings.FileFilters)**
239+
240+
File filters to specify masks of files to backup or to exclude of backuping ||
230241
|#
231242

232243
## RetriesConfiguration {#yandex.cloud.backup.v1.PolicySettings.RetriesConfiguration}
@@ -485,6 +496,18 @@ Minutes. ||
485496
Required field. The interval between backups. ||
486497
|#
487498

499+
## FileFilters {#yandex.cloud.backup.v1.PolicySettings.FileFilters}
500+
501+
#|
502+
||Field | Description ||
503+
|| exclusionMasks[] | **string**
504+
505+
Do not backup files that match the following criteria ||
506+
|| inclusionMasks[] | **string**
507+
508+
Backup only files that match the following criteria ||
509+
|#
510+
488511
## Response {#yandex.cloud.operation.Operation}
489512

490513
**HTTP Code: 200 - OK**
@@ -630,7 +653,15 @@ Required field. The interval between backups. ||
630653
},
631654
"cbt": "string",
632655
"fastBackupEnabled": "boolean",
633-
"quiesceSnapshottingEnabled": "boolean"
656+
"quiesceSnapshottingEnabled": "boolean",
657+
"fileFilters": {
658+
"exclusionMasks": [
659+
"string"
660+
],
661+
"inclusionMasks": [
662+
"string"
663+
]
664+
}
634665
},
635666
"folderId": "string"
636667
}
@@ -842,6 +873,9 @@ If true, determines whether a file has changed by the file size and timestamp. O
842873
|| quiesceSnapshottingEnabled | **boolean**
843874

844875
If true, a quiesced snapshot of the virtual machine will be taken. ||
876+
|| fileFilters | **[FileFilters](#yandex.cloud.backup.v1.PolicySettings.FileFilters2)**
877+
878+
File filters to specify masks of files to backup or to exclude of backuping ||
845879
|#
846880

847881
## RetriesConfiguration {#yandex.cloud.backup.v1.PolicySettings.RetriesConfiguration2}
@@ -1098,4 +1132,16 @@ Minutes. ||
10981132
|| delay | **[Interval](#yandex.cloud.backup.v1.PolicySettings.Interval2)**
10991133

11001134
Required field. The interval between backups. ||
1135+
|#
1136+
1137+
## FileFilters {#yandex.cloud.backup.v1.PolicySettings.FileFilters2}
1138+
1139+
#|
1140+
||Field | Description ||
1141+
|| exclusionMasks[] | **string**
1142+
1143+
Do not backup files that match the following criteria ||
1144+
|| inclusionMasks[] | **string**
1145+
1146+
Backup only files that match the following criteria ||
11011147
|#

en/backup/backup/api-ref/Policy/get.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,15 @@ Required field. Policy ID. ||
149149
},
150150
"cbt": "string",
151151
"fastBackupEnabled": "boolean",
152-
"quiesceSnapshottingEnabled": "boolean"
152+
"quiesceSnapshottingEnabled": "boolean",
153+
"fileFilters": {
154+
"exclusionMasks": [
155+
"string"
156+
],
157+
"inclusionMasks": [
158+
"string"
159+
]
160+
}
153161
},
154162
"folderId": "string"
155163
}
@@ -262,6 +270,9 @@ If true, determines whether a file has changed by the file size and timestamp. O
262270
|| quiesceSnapshottingEnabled | **boolean**
263271

264272
If true, a quiesced snapshot of the virtual machine will be taken. ||
273+
|| fileFilters | **[FileFilters](#yandex.cloud.backup.v1.PolicySettings.FileFilters)**
274+
275+
File filters to specify masks of files to backup or to exclude of backuping ||
265276
|#
266277

267278
## RetriesConfiguration {#yandex.cloud.backup.v1.PolicySettings.RetriesConfiguration}
@@ -518,4 +529,16 @@ Minutes. ||
518529
|| delay | **[Interval](#yandex.cloud.backup.v1.PolicySettings.Interval)**
519530

520531
Required field. The interval between backups. ||
532+
|#
533+
534+
## FileFilters {#yandex.cloud.backup.v1.PolicySettings.FileFilters}
535+
536+
#|
537+
||Field | Description ||
538+
|| exclusionMasks[] | **string**
539+
540+
Do not backup files that match the following criteria ||
541+
|| inclusionMasks[] | **string**
542+
543+
Backup only files that match the following criteria ||
521544
|#

en/backup/backup/api-ref/Policy/list.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,15 @@ Compute Cloud instance ID. Either Folder ID or Compute Cloud instance ID should
154154
},
155155
"cbt": "string",
156156
"fastBackupEnabled": "boolean",
157-
"quiesceSnapshottingEnabled": "boolean"
157+
"quiesceSnapshottingEnabled": "boolean",
158+
"fileFilters": {
159+
"exclusionMasks": [
160+
"string"
161+
],
162+
"inclusionMasks": [
163+
"string"
164+
]
165+
}
158166
},
159167
"folderId": "string"
160168
}
@@ -276,6 +284,9 @@ If true, determines whether a file has changed by the file size and timestamp. O
276284
|| quiesceSnapshottingEnabled | **boolean**
277285

278286
If true, a quiesced snapshot of the virtual machine will be taken. ||
287+
|| fileFilters | **[FileFilters](#yandex.cloud.backup.v1.PolicySettings.FileFilters)**
288+
289+
File filters to specify masks of files to backup or to exclude of backuping ||
279290
|#
280291

281292
## RetriesConfiguration {#yandex.cloud.backup.v1.PolicySettings.RetriesConfiguration}
@@ -532,4 +543,16 @@ Minutes. ||
532543
|| delay | **[Interval](#yandex.cloud.backup.v1.PolicySettings.Interval)**
533544

534545
Required field. The interval between backups. ||
546+
|#
547+
548+
## FileFilters {#yandex.cloud.backup.v1.PolicySettings.FileFilters}
549+
550+
#|
551+
||Field | Description ||
552+
|| exclusionMasks[] | **string**
553+
554+
Do not backup files that match the following criteria ||
555+
|| inclusionMasks[] | **string**
556+
557+
Backup only files that match the following criteria ||
535558
|#

en/backup/backup/api-ref/Policy/update.md

Lines changed: 48 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,15 @@ Required field. Policy ID. ||
142142
},
143143
"cbt": "string",
144144
"fastBackupEnabled": "boolean",
145-
"quiesceSnapshottingEnabled": "boolean"
145+
"quiesceSnapshottingEnabled": "boolean",
146+
"fileFilters": {
147+
"exclusionMasks": [
148+
"string"
149+
],
150+
"inclusionMasks": [
151+
"string"
152+
]
153+
}
146154
}
147155
}
148156
```
@@ -226,6 +234,9 @@ If true, determines whether a file has changed by the file size and timestamp. O
226234
|| quiesceSnapshottingEnabled | **boolean**
227235

228236
If true, a quiesced snapshot of the virtual machine will be taken. ||
237+
|| fileFilters | **[FileFilters](#yandex.cloud.backup.v1.PolicySettings.FileFilters)**
238+
239+
File filters to specify masks of files to backup or to exclude of backuping ||
229240
|#
230241

231242
## RetriesConfiguration {#yandex.cloud.backup.v1.PolicySettings.RetriesConfiguration}
@@ -484,6 +495,18 @@ Minutes. ||
484495
Required field. The interval between backups. ||
485496
|#
486497

498+
## FileFilters {#yandex.cloud.backup.v1.PolicySettings.FileFilters}
499+
500+
#|
501+
||Field | Description ||
502+
|| exclusionMasks[] | **string**
503+
504+
Do not backup files that match the following criteria ||
505+
|| inclusionMasks[] | **string**
506+
507+
Backup only files that match the following criteria ||
508+
|#
509+
487510
## Response {#yandex.cloud.operation.Operation}
488511

489512
**HTTP Code: 200 - OK**
@@ -629,7 +652,15 @@ Required field. The interval between backups. ||
629652
},
630653
"cbt": "string",
631654
"fastBackupEnabled": "boolean",
632-
"quiesceSnapshottingEnabled": "boolean"
655+
"quiesceSnapshottingEnabled": "boolean",
656+
"fileFilters": {
657+
"exclusionMasks": [
658+
"string"
659+
],
660+
"inclusionMasks": [
661+
"string"
662+
]
663+
}
633664
},
634665
"folderId": "string"
635666
}
@@ -841,6 +872,9 @@ If true, determines whether a file has changed by the file size and timestamp. O
841872
|| quiesceSnapshottingEnabled | **boolean**
842873

843874
If true, a quiesced snapshot of the virtual machine will be taken. ||
875+
|| fileFilters | **[FileFilters](#yandex.cloud.backup.v1.PolicySettings.FileFilters2)**
876+
877+
File filters to specify masks of files to backup or to exclude of backuping ||
844878
|#
845879

846880
## RetriesConfiguration {#yandex.cloud.backup.v1.PolicySettings.RetriesConfiguration2}
@@ -1097,4 +1131,16 @@ Minutes. ||
10971131
|| delay | **[Interval](#yandex.cloud.backup.v1.PolicySettings.Interval2)**
10981132

10991133
Required field. The interval between backups. ||
1134+
|#
1135+
1136+
## FileFilters {#yandex.cloud.backup.v1.PolicySettings.FileFilters2}
1137+
1138+
#|
1139+
||Field | Description ||
1140+
|| exclusionMasks[] | **string**
1141+
1142+
Do not backup files that match the following criteria ||
1143+
|| inclusionMasks[] | **string**
1144+
1145+
Backup only files that match the following criteria ||
11001146
|#

0 commit comments

Comments
 (0)