Yandex Cloud
  • Services
  • Solutions
  • Why Yandex Cloud
  • Blog
  • Pricing
  • Documentation
  • Contact us
Get started
Language / Region
Yandex project
© 2023 Yandex.Cloud LLC
Yandex Managed Service for Redis
  • Getting started
  • Step-by-step instructions
    • All instructions
    • Information about existing clusters
    • Creating clusters
    • Changing cluster and database settings
    • Connecting to a database
      • Preparing for connecting
      • Connecting to a non-sharded cluster
      • Connecting to a sharded cluster
    • Stopping and starting clusters
    • Updating a Redis version
    • Managing hosts in a cluster
    • Managing shards
    • Managing backups
    • Switching the master
    • Monitoring the state of clusters and hosts
    • Viewing cluster logs
    • Deleting clusters
  • Tutorials
    • All use cases
    • Storing PHP sessions in Managed Service for Redis
    • Migrating databases to Managed Service for Redis
  • Concepts
    • Relationships between service resources
    • Host classes
    • Network in Managed Service for Redis
    • Sharding
    • Backups
    • Replication and fault tolerance
    • Supported clients
    • Managing memory in Yandex Managed Service for Redis
    • Supported commands in Yandex Managed Service for Redis
    • Quotas and limits
    • Disk types
    • Maintenance
    • Redis settings
  • Access management
  • Pricing policy
    • Current pricing policy
    • Archive
      • Before February 1, 2020
  • API reference
    • Authentication in the 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
  • Revision history
  • Questions and answers
    • General questions
  1. API reference
  2. gRPC
  3. ResourcePresetService

Managed Service for Redis API, gRPC: ResourcePresetService

Written by
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.

Was the article helpful?

Language / Region
Yandex project
© 2023 Yandex.Cloud LLC
In this article:
  • Calls ResourcePresetService
  • Get
  • GetResourcePresetRequest
  • ResourcePreset
  • List
  • ListResourcePresetsRequest
  • ListResourcePresetsResponse
  • ResourcePreset