Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fc412a33c9 | |||
| 87193038ae | |||
| eab7a61ed1 | |||
| f4a212e3e2 |
+42
-28
@@ -1,6 +1,7 @@
|
|||||||
import { defineConfig } from 'vitepress'
|
import { defineConfig } from 'vitepress'
|
||||||
import { tabsMarkdownPlugin } from 'vitepress-plugin-tabs'
|
import { tabsMarkdownPlugin } from 'vitepress-plugin-tabs'
|
||||||
import { overrideComponents } from './override-components'
|
import { overrideComponents } from './override-components'
|
||||||
|
import { fileURLToPath, URL } from 'node:url'
|
||||||
|
|
||||||
const gitlab = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
const gitlab = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<svg
|
||||||
@@ -43,7 +44,7 @@ console.log({ base: typeof new_version !== 'undefined' ? '/' : '/docs/' })
|
|||||||
// https://vitepress.dev/reference/site-config
|
// https://vitepress.dev/reference/site-config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
srcDir: ".",
|
srcDir: ".",
|
||||||
title: " ",
|
title: 'Beeline Cloud',
|
||||||
description: "Документация Beeline Cloud",
|
description: "Документация Beeline Cloud",
|
||||||
head: [['link', { rel: 'icon', type: 'image/png', sizes: '32x32', href: '/bee-favicon.png' }]],
|
head: [['link', { rel: 'icon', type: 'image/png', sizes: '32x32', href: '/bee-favicon.png' }]],
|
||||||
base: typeof new_version !== 'undefined' ? '/' : '/docs/',
|
base: typeof new_version !== 'undefined' ? '/' : '/docs/',
|
||||||
@@ -54,7 +55,13 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
vite: {
|
vite: {
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: overrideComponents(),
|
alias: [
|
||||||
|
...overrideComponents(),
|
||||||
|
{
|
||||||
|
find: '@',
|
||||||
|
replacement: fileURLToPath(new URL('./theme', import.meta.url))
|
||||||
|
},
|
||||||
|
],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
locales: {
|
locales: {
|
||||||
@@ -64,6 +71,14 @@ export default defineConfig({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
|
siteTitle: false,
|
||||||
|
notFound: {
|
||||||
|
title: 'Страница не найдена',
|
||||||
|
quote: 'Похоже, вы зашли в тупик. Но не волнуйтесь — всегда можно вернуться на главную.',
|
||||||
|
linkLabel: 'вернуться на главную',
|
||||||
|
linkText: 'Вернуться на главную',
|
||||||
|
code: '404',
|
||||||
|
},
|
||||||
logo: {
|
logo: {
|
||||||
light: '/img/logo-cloud.svg',
|
light: '/img/logo-cloud.svg',
|
||||||
dark: '/img/logo-cloud.svg',
|
dark: '/img/logo-cloud.svg',
|
||||||
@@ -135,7 +150,7 @@ export default defineConfig({
|
|||||||
text: 'Сервисы информационной безопасности в Beeline Cloud', link: '/security/index.md',
|
text: 'Сервисы информационной безопасности в Beeline Cloud', link: '/security/index.md',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Cloud Security Awareness (SA)', link: '/security/SA-index.md',
|
text: 'Cloud Security Awareness (SA)', link: '/security/Cloud-SA/SA-index.md',
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
@@ -161,7 +176,7 @@ export default defineConfig({
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Cloud Vulnerability Scanner (VS)', link: '/security/VS-index.md',
|
text: 'Cloud Vulnerability Scanner (VS)', link: '/security/Cloud-VS/VS-index.md',
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
{ text: 'Обзор сервиса VS', link: '/security/Cloud-VS/about.md'},
|
{ text: 'Обзор сервиса VS', link: '/security/Cloud-VS/about.md'},
|
||||||
@@ -176,7 +191,7 @@ export default defineConfig({
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Cloud Mobile Device Management (MDM)', link: '/security/MDM-index.md',
|
text: 'Cloud Mobile Device Management (MDM)', link: '/security/Cloud-MDM/MDM-index.md',
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
{ text: 'Обзор сервиса', link: '/security/Cloud-MDM/about.md' },
|
{ text: 'Обзор сервиса', link: '/security/Cloud-MDM/about.md' },
|
||||||
@@ -212,13 +227,13 @@ export default defineConfig({
|
|||||||
{ text: 'Обзор сервиса', link: '/security/Cloud-NGFW/about.md'},
|
{ text: 'Обзор сервиса', link: '/security/Cloud-NGFW/about.md'},
|
||||||
{ text: 'Основные возможности', link: '/security/Cloud-NGFW/possibilities.md' },
|
{ text: 'Основные возможности', link: '/security/Cloud-NGFW/possibilities.md' },
|
||||||
{ text: 'Спецификация сервиса', link: '/security/Cloud-NGFW/specification.md' },
|
{ text: 'Спецификация сервиса', link: '/security/Cloud-NGFW/specification.md' },
|
||||||
{ text: 'Состав сеервиса', link: '/security/Cloud-NGFW/compound.md' },
|
{ text: 'Состав сервиса', link: '/security/Cloud-NGFW/compound.md' },
|
||||||
{ text: 'Сроки и условия предоставления сервиса. Зоны ответственности', link: '/security/Cloud-NGFW/provision.md' },
|
{ text: 'Сроки и условия предоставления сервиса. Зоны ответственности', link: '/security/Cloud-NGFW/provision.md' },
|
||||||
{ text: 'Структура платежей', link: '/security/Cloud-NGFW/payment-structure.md' },
|
{ text: 'Структура платежей', link: '/security/Cloud-NGFW/payment-structure.md' },
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Cloud NGFW F', link: '/security/NGFW-F-index.md',
|
text: 'Cloud NGFW F', link: '/security/Cloud-NGFW-F/NGFW-F-index.md',
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
{ text: 'Обзор сервиса', link: '/security/Cloud-NGFW-F/about.md'},
|
{ text: 'Обзор сервиса', link: '/security/Cloud-NGFW-F/about.md'},
|
||||||
@@ -231,7 +246,7 @@ export default defineConfig({
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Cloud NGFW Pro', link: '/security/NGFW-Pro-index.md',
|
text: 'Cloud NGFW Pro', link: '/security/Cloud-NGFW-Pro/NGFW-Pro-index.md',
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
{ text: 'Обзор сервиса', link: '/security/Cloud-NGFW-Pro/about.md'},
|
{ text: 'Обзор сервиса', link: '/security/Cloud-NGFW-Pro/about.md'},
|
||||||
@@ -243,6 +258,15 @@ export default defineConfig({
|
|||||||
{ text: 'Структура платежей', link: '/security/Cloud-NGFW-Pro/payment-structure.md' },
|
{ text: 'Структура платежей', link: '/security/Cloud-NGFW-Pro/payment-structure.md' },
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
],
|
||||||
|
'/PaaS/': [
|
||||||
|
{ text: 'PostgreSQL', link: '/PaaS/PostgreSQL/PostgreSQL-index.md' },
|
||||||
|
{ text: 'Обзор сервиса', link: '/PaaS/PostgreSQL/about.md' },
|
||||||
|
{ text: 'Параметры кластера', link: '/PaaS/PostgreSQL/cluster-parameter.md' },
|
||||||
|
{ text: 'Подключение', link: '/PaaS/PostgreSQL/connection.md' },
|
||||||
|
{ text: 'Grafana', link: '/PaaS/PostgreSQL/grafana.md' },
|
||||||
|
{ text: 'pgAdmin', link: '/PaaS/PostgreSQL/pgadmin.md' },
|
||||||
|
{ text: 'Возможности пользователя', link: '/PaaS/PostgreSQL/user-capabilities.md' },
|
||||||
],
|
],
|
||||||
'/start/': [
|
'/start/': [
|
||||||
{
|
{
|
||||||
@@ -253,18 +277,16 @@ export default defineConfig({
|
|||||||
{text: 'Платное использование', link: '/start/organization.md'},
|
{text: 'Платное использование', link: '/start/organization.md'},
|
||||||
],
|
],
|
||||||
'/billing/': [
|
'/billing/': [
|
||||||
{
|
{ text: 'Биллинг', link: '/billing/about.md' },
|
||||||
text: 'Биллинг', link: '/billing/about.md',
|
{ text: 'Счета', link: '/billing/accounts.md' },
|
||||||
},
|
{ text: 'Финансовый мониторинг', link: '/billing/financial-monitoring.md' },
|
||||||
{text: 'Счета', link: '/billing/accounts.md'},
|
{ text: 'Аналитика потребления', link: '/billing/usage-analytics.md' },
|
||||||
{text: 'Финансовый мониторинг', link: '/billing/financial-monitoring.md'},
|
{ text: 'Анализ затрат', link: '/billing/cost-analysis.md' },
|
||||||
{text: 'Аналитика потребления', link: '/billing/usage-analytics.md'},
|
{ text: 'Бюджеты и уведомления', link: '/billing/budgets.md' },
|
||||||
{text: 'Бюджеты и уведомления', link: '/billing/budgets.md'},
|
{ text: 'Прогнозирование', link: '/billing/forecasting.md' },
|
||||||
{text: 'Анализ затрат', link: '/billing/cost-analysis.md'},
|
{ text: 'Рекомендации', link: '/billing/recommendations.md' },
|
||||||
{text: 'Прогнозирование', link: '/billing/forecasting.md'},
|
{ text: 'Квоты и лимиты', link: '/billing/quotas.md' },
|
||||||
{text: 'Квоты и лимиты', link: '/billing/quotas.md'},
|
{ text: 'Теги', link: '/billing/tags.md' },
|
||||||
{text: 'Рекомендации', link: '/billing/recommendations.md'},
|
|
||||||
{text: 'Теги', link: '/billing/tags.md'},
|
|
||||||
],
|
],
|
||||||
'/backups/': [
|
'/backups/': [
|
||||||
{
|
{
|
||||||
@@ -410,14 +432,6 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
{text: 'Управление ключевыми парами', link: '/admin/ssh.md'},
|
{text: 'Управление ключевыми парами', link: '/admin/ssh.md'},
|
||||||
],
|
],
|
||||||
'/billing/': [
|
|
||||||
{ text: 'Биллинг', link: '/billing/about.md',
|
|
||||||
collapsed: true,
|
|
||||||
items: [
|
|
||||||
{ text: 'Аналитика потребления', link: '/billing/usage-analytics.md' },
|
|
||||||
],
|
|
||||||
},
|
|
||||||
],
|
|
||||||
'/monitoring/': [
|
'/monitoring/': [
|
||||||
{
|
{
|
||||||
text: 'Мониторинг', link: '/monitoring/about.md',
|
text: 'Мониторинг', link: '/monitoring/about.md',
|
||||||
|
|||||||
@@ -39,8 +39,6 @@ section_links:
|
|||||||
- контролировать траты по сервисам и проектам;
|
- контролировать траты по сервисам и проектам;
|
||||||
- анализировать, какие ресурсы используются и в каком объеме.
|
- анализировать, какие ресурсы используются и в каком объеме.
|
||||||
|
|
||||||
## Разделы биллинга
|
|
||||||
|
|
||||||
<!-- Требует проверки: раздел «Бюджеты и уведомления» — новая функция, описание составлено на основании комментариев владельца сервиса. Необходима проверка на соответствие реальному поведению интерфейса. -->
|
<!-- Требует проверки: раздел «Бюджеты и уведомления» — новая функция, описание составлено на основании комментариев владельца сервиса. Необходима проверка на соответствие реальному поведению интерфейса. -->
|
||||||
<!-- Требует проверки: раздел «Прогнозирование» — новая функция, описание составлено на основании комментариев владельца сервиса. Необходима проверка на соответствие реальному поведению интерфейса. -->
|
<!-- Требует проверки: раздел «Прогнозирование» — новая функция, описание составлено на основании комментариев владельца сервиса. Необходима проверка на соответствие реальному поведению интерфейса. -->
|
||||||
<!-- Требует проверки: раздел «Рекомендации» — новая функция, описание составлено на основании комментариев владельца сервиса. Необходима проверка на соответствие реальному поведению интерфейса. -->
|
<!-- Требует проверки: раздел «Рекомендации» — новая функция, описание составлено на основании комментариев владельца сервиса. Необходима проверка на соответствие реальному поведению интерфейса. -->
|
||||||
|
|||||||
+34
-11
@@ -89,8 +89,9 @@ services:
|
|||||||
- title: Резервное копирование
|
- title: Резервное копирование
|
||||||
articles:
|
articles:
|
||||||
- title: Резервное копирование
|
- title: Резервное копирование
|
||||||
description: В работе
|
description: Создание, хранение и восстановление копии виртуальных машин
|
||||||
icon: refresh
|
icon: refresh
|
||||||
|
link: /backups/index
|
||||||
- title: Базы данных
|
- title: Базы данных
|
||||||
articles:
|
articles:
|
||||||
- title: ClickHouse
|
- title: ClickHouse
|
||||||
@@ -99,6 +100,10 @@ services:
|
|||||||
- title: MongoDB
|
- title: MongoDB
|
||||||
description: В работе
|
description: В работе
|
||||||
icon: database
|
icon: database
|
||||||
|
- title: PostgreSQL
|
||||||
|
description: Объектно-реляционная СУБД с открытым кодом, обеспечивающая высокую надёжность и масштабируемость
|
||||||
|
icon: database
|
||||||
|
link: /PaaS/PostgreSQL/PostgreSQL-index.md
|
||||||
- title: Аналитика
|
- title: Аналитика
|
||||||
articles:
|
articles:
|
||||||
- title: Визуализация и анализ данных
|
- title: Визуализация и анализ данных
|
||||||
@@ -106,29 +111,46 @@ services:
|
|||||||
icon: graph_up
|
icon: graph_up
|
||||||
- title: Безопасность
|
- title: Безопасность
|
||||||
articles:
|
articles:
|
||||||
- title: Межсетевой экран (NGFW)
|
- title: Cloud NGFW
|
||||||
link: security/Cloud-NGFW/NGFW-index.md
|
link: /security/Cloud-NGFW/NGFW-index.md
|
||||||
description: Межсетевой экран для инспекции и фильтрации трафика на уровне приложений
|
description: Межсетевой экран для инспекции и фильтрации трафика на уровне приложений
|
||||||
icon: security
|
icon: security
|
||||||
|
- title: Cloud NGFW F
|
||||||
|
link: /security/Cloud-NGFW-F/NGFW-F-index.md
|
||||||
|
description: Виртуальный аплаенс межсетевого экрана для исследования и фильтрации сетевого трафика
|
||||||
|
icon: security
|
||||||
|
- title: Cloud NGFW Pro
|
||||||
|
link: /security/Cloud-NGFW-Pro/NGFW-Pro-index.md
|
||||||
|
description: Межсетевой экран с IDS и потоковым антивирусом на базе отказоустойчивой инфраструктуры
|
||||||
|
icon: security
|
||||||
- title: Защита веб-приложений (WAF)
|
- title: Защита веб-приложений (WAF)
|
||||||
description: В работе
|
description: В работе
|
||||||
icon: security
|
icon: security
|
||||||
- title: Защита серверов и рабочих мест
|
- title: Защита серверов и рабочих станций (EPP)
|
||||||
description: В работе
|
description: В работе
|
||||||
icon: security
|
icon: security
|
||||||
- title: Защита устройств пользователей
|
- title: Управление мобильными устройствами (MDM)
|
||||||
|
link: /security/Cloud-MDM/MDM-index.md
|
||||||
|
description: Сервис централизованного управления корпоративными и личными мобильными устройствами сотрудников
|
||||||
|
icon: security
|
||||||
|
- title: Сканер уязвимостей (VS)
|
||||||
|
link: /security/Cloud-VS/VS-index.md
|
||||||
|
description: Сервис сканирования компьютеров и приложений на уязвимости
|
||||||
|
icon: security
|
||||||
|
- title: Обучение основам киберграмотности (SA)
|
||||||
|
link: /security/Cloud-SA/SA-index.md
|
||||||
|
description: Сервис для формирования у сотрудников навыков реагирования на угрозы информационной безопасности
|
||||||
|
icon: security
|
||||||
|
- title: Многофакторная аутентификация (MFA)
|
||||||
description: В работе
|
description: В работе
|
||||||
icon: security
|
icon: security
|
||||||
- title: Сканер уязвимостей
|
- title: Защита электронной почты (SEG)
|
||||||
description: В работе
|
description: В работе
|
||||||
icon: security
|
icon: security
|
||||||
- title: Курсы кибербезопасности
|
- title: Защита от DDoS
|
||||||
description: В работе
|
description: В работе
|
||||||
icon: security
|
icon: security
|
||||||
- title: Многофакторная аутентификация
|
- title: ГОСТ VPN
|
||||||
description: В работе
|
|
||||||
icon: security
|
|
||||||
- title: Фильтрация почтового трафика
|
|
||||||
description: В работе
|
description: В работе
|
||||||
icon: security
|
icon: security
|
||||||
- title: Виртуальное рабочее место
|
- title: Виртуальное рабочее место
|
||||||
@@ -136,6 +158,7 @@ services:
|
|||||||
- title: Виртуальные рабочие столы (VDI)
|
- title: Виртуальные рабочие столы (VDI)
|
||||||
description: В работе
|
description: В работе
|
||||||
icon: magic
|
icon: magic
|
||||||
|
link: /vdi/index
|
||||||
- title: Платформа офисного пространства
|
- title: Платформа офисного пространства
|
||||||
description: В работе
|
description: В работе
|
||||||
icon: magic
|
icon: magic
|
||||||
|
|||||||
@@ -1,26 +1,26 @@
|
|||||||
---
|
---
|
||||||
section_links:
|
section_links:
|
||||||
- title:
|
- title: Обзор сервиса
|
||||||
link: /security/Cloud-NGFW-F/about.md
|
link: /security/Cloud-NGFW-F/about.md
|
||||||
description: Обзор сервиса
|
description:
|
||||||
- title:
|
- title: Состав сервиса
|
||||||
link: /security/Cloud-NGFW-F/compound.md
|
link: /security/Cloud-NGFW-F/compound.md
|
||||||
description: Состав сервиса
|
description:
|
||||||
- title:
|
- title: Структура платежей
|
||||||
link: /security/Cloud-NGFW-F/payment-structure.md
|
link: /security/Cloud-NGFW-F/payment-structure.md
|
||||||
description: Структура платежей
|
description:
|
||||||
- title:
|
- title: Порядок подключения сервиса
|
||||||
link: /security/Cloud-NGFW-F/connection.md
|
link: /security/Cloud-NGFW-F/connection.md
|
||||||
description: Порядок подключения сервиса
|
description:
|
||||||
- title:
|
- title: Варианты предоставления
|
||||||
link: /security/Cloud-NGFW-F/delivery-options.md
|
link: /security/Cloud-NGFW-F/delivery-options.md
|
||||||
description: Варианты предоставления
|
description:
|
||||||
- title:
|
- title: Функциональные возможности
|
||||||
link: /security/Cloud-NGFW-F/functional-capabilities.md
|
link: /security/Cloud-NGFW-F/functional-capabilities.md
|
||||||
description: Функциональные возможности
|
description:
|
||||||
- title:
|
- title: Тестирование сервиса
|
||||||
link: /security/Cloud-NGFW-F/testing.md
|
link: /security/Cloud-NGFW-F/testing.md
|
||||||
description: Тестирование сервиса
|
description:
|
||||||
---
|
---
|
||||||
|
|
||||||
# Сервис Cloud NGFW F
|
# Сервис Cloud NGFW F
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
## Базовые функциональные возможности МСЭ VMXX
|
## Базовые функциональные возможности МСЭ VMXX
|
||||||
|
|
||||||
|Функционал МСЭ| Описание|
|
|Функционал МСЭ| Описание|
|
||||||
|
|
||||||
|------|------|
|
|------|------|
|
||||||
|**Базовый межсетевой экран (L3 / L4)** | - **маршрутизация** – статичная и динамическая маршрутизация о протоколам RIP, OSPF, BGP;<br>- **NAT (Трансляция сетевых адресов)** – статический NAT и PAT (Port forwarding, переадресация портов);<br>- **ACL (Access Lists)** – списки, в которых определяется разрешение и блокировка трафика по IP, портам, интерфейсам;<br>- **Stateful inspection** – cтандартная проверка состояния сетевых соединений, анализ заголовков пакетов и динамическое обновление таблицы состояний по заданным политикам безопасности, определяющим разрешенные и запрещенные соединения;<br>- **Базовый контроль приложений (Application Control)** – базовая видимость трафика по приложениям (идентификация);<br>- **Обнаружение устройств и операционных систем (ОС)** – возможность видеть, какие типы устройств и ОС работают в сети;<br>- **Геолокация IP** – базовые возможности фильтрации по странам;<br>- **Базовая веб-фильтрация** – использование встроенных категорий и репутации интернет-доменов (Internet Services Database);
|
|**Базовый межсетевой экран (L3 / L4)** | - **маршрутизация** – статичная и динамическая маршрутизация о протоколам RIP, OSPF, BGP;<br>- **NAT (Трансляция сетевых адресов)** – статический NAT и PAT (Port forwarding, переадресация портов);<br>- **ACL (Access Lists)** – списки, в которых определяется разрешение и блокировка трафика по IP, портам, интерфейсам;<br>- **Stateful inspection** – cтандартная проверка состояния сетевых соединений, анализ заголовков пакетов и динамическое обновление таблицы состояний по заданным политикам безопасности, определяющим разрешенные и запрещенные соединения;<br>- **Базовый контроль приложений (Application Control)** – базовая видимость трафика по приложениям (идентификация);<br>- **Обнаружение устройств и операционных систем (ОС)** – возможность видеть, какие типы устройств и ОС работают в сети;<br>- **Геолокация IP** – базовые возможности фильтрации по странам;<br>- **Базовая веб-фильтрация** – использование встроенных категорий и репутации интернет-доменов (Internet Services Database);
|
||||||
|**Виртуальные сети, интерфейсы, VLAN** | - поддержка множества виртуальных интерфейсов (виртуальных сетевых адаптеров);<br>- VLAN-тегирование на интерфейсах;|
|
|**Виртуальные сети, интерфейсы, VLAN** | - поддержка множества виртуальных интерфейсов (виртуальных сетевых адаптеров);<br>- VLAN-тегирование на интерфейсах;|
|
||||||
|
|||||||
@@ -1,23 +1,23 @@
|
|||||||
---
|
---
|
||||||
section_links:
|
section_links:
|
||||||
- title:
|
- title: Обзор сервиса
|
||||||
link: /security/Cloud-NGFW/about.md
|
link: /security/Cloud-NGFW/about.md
|
||||||
description: Обзор сервиса
|
description:
|
||||||
- title:
|
- title: Состав сервиса
|
||||||
link: /security/Cloud-NGFW/compound.md
|
link: /security/Cloud-NGFW/compound.md
|
||||||
description: Состав сервиса
|
description:
|
||||||
- title:
|
- title: Структура платежей
|
||||||
link: /security/Cloud-NGFW/payment-structure.md
|
link: /security/Cloud-NGFW/payment-structure.md
|
||||||
description: Структура платежей
|
description:
|
||||||
- title:
|
- title: Основные возможности
|
||||||
link: /security/Cloud-NGFW/possibilities.md
|
link: /security/Cloud-NGFW/possibilities.md
|
||||||
description: Основные возможности
|
description:
|
||||||
- title:
|
- title: Спецификация сервиса
|
||||||
link: /security/Cloud-NGFW/specification.md
|
link: /security/Cloud-NGFW/specification.md
|
||||||
description: Спецификация сервиса
|
description:
|
||||||
- title:
|
- title: Сроки и условия предоставления сервиса. Зоны ответственности
|
||||||
link: /security/Cloud-NGFW/provision.md
|
link: /security/Cloud-NGFW/provision.md
|
||||||
description: Сроки и условия предоставления сервиса. Зоны ответственности
|
description:
|
||||||
---
|
---
|
||||||
|
|
||||||
# Cloud NGFW
|
# Cloud NGFW
|
||||||
|
|||||||
+24
-21
@@ -1,42 +1,45 @@
|
|||||||
---
|
---
|
||||||
section_links:
|
section_links:
|
||||||
- title: Сервис Cloud Security Awareness (SA)
|
- title: Cloud NGFW
|
||||||
link: /security/Cloud-SA/SA-index
|
|
||||||
description:
|
|
||||||
- title: Сервис Cloud Vulnerability Scanner (VS)
|
|
||||||
link: /security/Cloud-VS/VS-index
|
|
||||||
description:
|
|
||||||
- title: Сервис Cloud Mobile Device Management (MDM)
|
|
||||||
link: /security/Cloud-MDM/MDM-index
|
|
||||||
description:
|
|
||||||
- title: Сервис Cloud NGFW F
|
|
||||||
#link: /security/Cloud-NGFW-F
|
|
||||||
description: В работе
|
|
||||||
- title: Сервис Cloud NGFW
|
|
||||||
link: /security/Cloud-NGFW/NGFW-index
|
link: /security/Cloud-NGFW/NGFW-index
|
||||||
description:
|
description:
|
||||||
- title: Сервис Cloud Multifactor Authentication (MFA)
|
- title: Cloud NGFW F
|
||||||
|
link: /security/Cloud-NGFW-F/NGFW-F-index
|
||||||
|
description:
|
||||||
|
- title: Cloud NGFW Pro
|
||||||
|
link: /security/Cloud-NGFW-Pro/NGFW-Pro-index
|
||||||
|
description:
|
||||||
|
- title: Cloud Security Awareness (SA)
|
||||||
|
link: /security/Cloud-SA/SA-index
|
||||||
|
description:
|
||||||
|
- title: Cloud Vulnerability Scanner (VS)
|
||||||
|
link: /security/Cloud-VS/VS-index
|
||||||
|
description:
|
||||||
|
- title: Cloud Mobile Device Management (MDM)
|
||||||
|
link: /security/Cloud-MDM/MDM-index
|
||||||
|
description:
|
||||||
|
- title: Cloud Multifactor Authentication (MFA)
|
||||||
#link: /security/Cloud-MFA
|
#link: /security/Cloud-MFA
|
||||||
description: В работе
|
description: В работе
|
||||||
- title: Сервис Cloud Security Assistance (включая Security Manager)
|
- title: Cloud Security Assistance (включая Security Manager)
|
||||||
#link: /security/Cloud-SA-SM
|
#link: /security/Cloud-SA-SM
|
||||||
description: В работе
|
description: В работе
|
||||||
- title: Сервис Cloud Endpoint Protection Platform (EPP)
|
- title: Cloud Endpoint Protection Platform (EPP)
|
||||||
#link: /security/Cloud-EPP
|
#link: /security/Cloud-EPP
|
||||||
description: В работе
|
description: В работе
|
||||||
- title: Сервис Cloud Secure Email Gateway (SEG)
|
- title: Cloud Secure Email Gateway (SEG)
|
||||||
#link: /security/Cloud-SEG
|
#link: /security/Cloud-SEG
|
||||||
description: В работе
|
description: В работе
|
||||||
- title: Сервис Cloud Web Application Firewall (Cloud WAF)
|
- title: Cloud Web Application Firewall (WAF)
|
||||||
#link: /security/Cloud-WAF
|
#link: /security/Cloud-WAF
|
||||||
description: В работе
|
description: В работе
|
||||||
- title: Сервис Cloud Web Application Firewall (WAF) Pro
|
- title: Cloud Web Application Firewall (WAF) Pro
|
||||||
#link: /security/Cloud-WAF-PRO
|
#link: /security/Cloud-WAF-PRO
|
||||||
description: В работе
|
description: В работе
|
||||||
- title: Сервис Шифрование каналов связи (ГОСТ VPN)
|
- title: Шифрование каналов связи (ГОСТ VPN)
|
||||||
#link: /security/Cloud-VPN
|
#link: /security/Cloud-VPN
|
||||||
description: В работе
|
description: В работе
|
||||||
- title: Сервис Cloud DDoS Protection
|
- title: Cloud DDoS Protection
|
||||||
#link: /security/Cloud-DDoS
|
#link: /security/Cloud-DDoS
|
||||||
description: В работе
|
description: В работе
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user