NAME
gdcloud database clusters start - 启动 DBCluster 自定义资源。
SYNOPSIS
gdcloud database clusters start CLUSTER_NAME [flags]
示例
To start a stopped DBCluster custom resource with name "postgresql-db", run:
gdcloud database clusters start postgresql-db
To start a stopped DBCluster custom resource with name "oracle-db" in the project "db", run:
gdcloud database clusters start oracle-db --project=db
可选标志
--zone string Zone to use for this invocation. To preset the zone flag for all commands that require it, run: "gdcloud config set core/zone ZONE". The zone flag is available only in multi-zone environments.
GDCLOUD 范围标志
所有命令均可使用以下标志:--configuration、--format、--help、--project、--quiet。
如需了解详情,请参阅gdcloud CLI 参考文档概览页面。