ncloud_create_cache_instance
Create a new Redis or Valkey cache instance with options for backup, clustering, and failover. Use dryRun to preview before actual creation.
Instructions
Create a new Cloud DB for Cache (Redis/Valkey) instance. Use dryRun=true to preview without creating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vpcNo | Yes | VPC number | |
| dryRun | No | If true, returns a preview without actually creating the instance | |
| isBackup | No | Whether to enable automatic backup | |
| subnetNo | Yes | Subnet number | |
| backupTime | No | Backup time (HH:mm format) | |
| shardCount | No | Number of shards (for cluster mode) | |
| cloudCachePort | No | Cache port number (default: 6379) | |
| shardCopyCount | No | Number of replicas per shard | |
| isAutomaticFailover | No | Whether to enable automatic failover | |
| cloudCacheProductCode | No | Cache server product (spec) code | |
| cloudCacheServiceName | Yes | Cache service name (3-20 chars, lowercase letters and numbers) | |
| cloudCacheConfigGroupNo | No | Config group number to apply | |
| backupFileRetentionPeriod | No | Backup retention period in days (1-30) | |
| cloudCacheImageProductCode | No | Cache image product code (Redis/Valkey version) | |
| cloudCacheServerNamePrefix | No | Server name prefix |