ncloud_create_postgresql_instance
Provision a new Cloud DB for PostgreSQL instance on Naver Cloud Platform. Use dryRun to validate configuration without actual creation.
Instructions
Create a new Cloud DB for PostgreSQL instance. Use dryRun=true to preview without creating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| isHa | No | High availability setting (default: true) | |
| 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) | |
| clientCidr | Yes | Client CIDR for access control | |
| isMultiZone | No | Whether to enable multi-zone high availability | |
| engineVersionCode | No | PostgreSQL engine version code (required for Gen3/KVM) | |
| isAutomaticBackup | No | Whether to enable automatic backup scheduling | |
| secondarySubnetNo | No | Secondary subnet number (required when isMultiZone is true) | |
| cloudPostgresqlPort | No | PostgreSQL port number (default: 5432) | |
| dataStorageTypeCode | No | Data storage type code (SSD | HDD | CB2) | |
| isStorageEncryption | No | Storage encryption (cannot be changed after creation) | |
| backupFileStorageCount | No | Number of backup files to retain (1-30) | |
| cloudPostgresqlUserName | Yes | Initial user name | |
| isBackupFileCompression | No | Whether to compress backup files | |
| backupFileRetentionPeriod | No | Backup retention period in days (1-30) | |
| cloudPostgresqlProductCode | No | PostgreSQL server product (spec) code | |
| cloudPostgresqlServiceName | Yes | PostgreSQL service name (3-20 chars, lowercase letters and numbers) | |
| cloudPostgresqlDatabaseName | Yes | Initial database name | |
| cloudPostgresqlUserPassword | Yes | Initial user password | |
| cloudPostgresqlImageProductCode | No | PostgreSQL image product code | |
| cloudPostgresqlServerNamePrefix | Yes | Server name prefix |