Yandex Cloud
  • Сервисы
  • Решения
  • Почему Yandex Cloud
  • Сообщество
  • Тарифы
  • Документация
  • Связаться с нами
Подключиться
Language / Region
Проект Яндекса
© 2023 ООО «Яндекс.Облако»
Yandex Managed Service for Redis
  • Начало работы
  • Пошаговые инструкции
    • Все инструкции
    • Информация об имеющихся кластерах
    • Создание кластера
    • Изменение настроек кластера и базы данных
    • Подключение к базе данных
      • Подготовка к подключению
      • Подключение к нешардированному кластеру
      • Подключение к шардированному кластеру
    • Остановка и запуск кластера
    • Обновление версии Redis
    • Управление хостами кластера
    • Управление шардами
    • Управление резервными копиями
    • Переключение мастера
    • Мониторинг состояния кластера и хостов
    • Просмотр логов кластера
    • Удаление кластера
  • Практические руководства
    • Все сценарии
    • Хранение сессий PHP в Managed Service for Redis
    • Миграция базы данных в Managed Service for Redis
  • Концепции
    • Взаимосвязь ресурсов сервиса
    • Классы хостов
    • Сеть в Managed Service for Redis
    • Шардирование
    • Резервные копии
    • Репликация и отказоустойчивость
    • Поддерживаемые клиенты
    • Управление памятью в Managed Service for Redis
    • Доступные команды Managed Service for Redis
    • Квоты и лимиты
    • Типы диска
    • Техническое обслуживание
    • Настройки Redis
  • Управление доступом
  • Правила тарификации
    • Действующие правила
    • Архив
      • До 1 февраля 2020 года
  • Справочник API
    • Аутентификация в API
    • gRPC (англ.)
      • Overview
      • BackupService
      • ClusterService
      • ResourcePresetService
      • OperationService
    • REST (англ.)
      • Overview
      • Backup
        • Overview
        • get
        • list
      • Cluster
        • Overview
        • addHosts
        • addShard
        • backup
        • create
        • delete
        • deleteHosts
        • deleteShard
        • get
        • getShard
        • list
        • listBackups
        • listHosts
        • listLogs
        • listOperations
        • listShards
        • move
        • rebalance
        • rescheduleMaintenance
        • restore
        • start
        • startFailover
        • stop
        • streamLogs
        • update
        • updateHosts
      • ResourcePreset
        • Overview
        • get
        • list
      • Operation
        • Overview
        • get
  • История изменений
  • Вопросы и ответы
    • Общие вопросы
  1. Справочник API
  2. gRPC (англ.)
  3. ResourcePresetService

Managed Service for Redis API, gRPC: ResourcePresetService

Статья создана
Yandex Cloud
  • Calls ResourcePresetService
  • Get
    • GetResourcePresetRequest
    • ResourcePreset
  • List
    • ListResourcePresetsRequest
    • ListResourcePresetsResponse
    • ResourcePreset

A set of methods for working with resource presets.

Call Description
Get Returns the specified resource preset.
List Retrieves the list of available resource presets.

Calls ResourcePresetService

Get

Returns the specified resource preset.
To get the list of available resource presets, make a List request.

rpc Get (GetResourcePresetRequest) returns (ResourcePreset)

GetResourcePresetRequest

Field Description
resource_preset_id string
Required. ID of the resource preset to return. To get the resource preset ID, use a ResourcePresetService.List request.

ResourcePreset

Field Description
id string
ID of the resource preset.
zone_ids[] string
IDs of availability zones where the resource preset is available.
memory int64
RAM volume for a Redis host created with the preset, in bytes.
cores int64
Number of CPU cores for a Redis host created with the preset.

List

Retrieves the list of available resource presets.

rpc List (ListResourcePresetsRequest) returns (ListResourcePresetsResponse)

ListResourcePresetsRequest

Field Description
page_size int64
The maximum number of results per page to return. If the number of available results is larger than page_size, the service returns a ListResourcePresetsResponse.next_page_token that can be used to get the next page of results in subsequent list requests.
page_token string
Page token. To get the next page of results, set page_token to the ListResourcePresetsResponse.next_page_token returned by the previous list request.

ListResourcePresetsResponse

Field Description
resource_presets[] ResourcePreset
List of resource presets.
next_page_token string
This token allows you to get the next page of results for list requests. If the number of results is larger than ListResourcePresetsRequest.page_size, use the next_page_token as the value for the ListResourcePresetsRequest.page_token parameter in the next list request. Each subsequent list request will have its own next_page_token to continue paging through the results.

ResourcePreset

Field Description
id string
ID of the resource preset.
zone_ids[] string
IDs of availability zones where the resource preset is available.
memory int64
RAM volume for a Redis host created with the preset, in bytes.
cores int64
Number of CPU cores for a Redis host created with the preset.

Была ли статья полезна?

Language / Region
Проект Яндекса
© 2023 ООО «Яндекс.Облако»
В этой статье:
  • Calls ResourcePresetService
  • Get
  • GetResourcePresetRequest
  • ResourcePreset
  • List
  • ListResourcePresetsRequest
  • ListResourcePresetsResponse
  • ResourcePreset