yc managed-sqlserver cluster create
Written by
Updated at November 2, 2024
Create SQLServer cluster
Command Usage
Syntax:
yc managed-sqlserver cluster create <CLUSTER-NAME> [Flags...] [Global Flags...]
Flags
Flag | Description |
---|---|
--name |
string Cluster name. |
--description |
string Cluster description. |
--environment |
string Cluster environment. Values: production, prestable. |
--network-id |
string Network id. |
--network-name |
string Network name. |
--host |
PROPERTY=VALUE[,PROPERTY=VALUE...] Individual configurations for hosts that should be created for the SQLServer cluster. Possible property names:
|
--user |
PROPERTY=VALUE[,PROPERTY=VALUE...] Descriptions of database users to be created in the SQLServer cluster. Possible property names:
|
--database |
PROPERTY=VALUE[,PROPERTY=VALUE...] Descriptions of databases to be created in the SQLServer cluster. Possible property names:
|
--sqlserver-version |
string Version of SQLServer used in the cluster. Values: 2016sp2std, 2016sp2ent, 2017std, 2017ent, 2019std, 2019ent |
--resource-preset |
string ID of the preset for computational resources available to a host (CPU, memory etc.). |
--disk-size |
byteSize Volume of the storage available to a host in GB. |
--disk-type |
string Type of the storage environment for the host. |
--backup-window-start |
timeofday Start time for the daily backup in UTC timezone. Format: HH:MM:SS |
--secondary-connections |
string Secondary replicas connection mode Values: 'secondary-connections-off', 'secondary-connections-read-only' |
--labels |
key=value[,key=value...] A list of label KEY=VALUE pairs to add. For example, to add two labels named 'foo' and 'bar', both with the value 'baz', use '--labels foo=baz,bar=baz'. |
--security-group-ids |
value[,value] A list of security groups for the SQLServer cluster. |
--deletion-protection |
Deletion Protection inhibits deletion of the cluster. |
--host-group-ids |
value[,value] A list of host groups to place VMs of cluster on. |
--service-account-id |
string Service account id to assign to cluster hosts. |
--confirm-payment |
Confirm immediate payment for cluster creation/modification/restoring |
--async |
Display information about the operation in progress, without waiting for the operation to complete. |
Global Flags
Flag | Description |
---|---|
--profile |
string Set the custom configuration file. |
--debug |
Debug logging. |
--debug-grpc |
Debug gRPC logging. Very verbose, used for debugging connection problems. |
--no-user-output |
Disable printing user intended output to stderr. |
--retry |
int Enable gRPC retries. By default, retries are enabled with maximum 5 attempts. Pass 0 to disable retries. Pass any negative value for infinite retries. Even infinite retries are capped with 2 minutes timeout. |
--cloud-id |
string Set the ID of the cloud to use. |
--folder-id |
string Set the ID of the folder to use. |
--folder-name |
string Set the name of the folder to use (will be resolved to id). |
--endpoint |
string Set the Cloud API endpoint (host:port). |
--token |
string Set the OAuth token to use. |
--impersonate-service-account-id |
string Set the ID of the service account to impersonate. |
--no-browser |
Disable opening browser for authentication. |
--format |
string Set the output format: text (default), yaml, json, json-rest. |
--jq |
string Query to select values from the response using jq syntax |
-h ,--help |
Display help for the command. |