Yandex Cloud
  • Сервисы
  • Решения
  • Почему Yandex Cloud
  • Сообщество
  • Тарифы
  • Документация
  • Связаться с нами
Подключиться
Language / Region
Проект Яндекса
© 2023 ООО «Яндекс.Облако»
Интерфейс командной строки
  • Начало работы с CLI
  • Пошаговые инструкции
  • Концепции
  • Релизы CLI
  • Решение проблем
  • Справочник CLI (англ.)
    • Overview
    • CLI manage
    • Operations manage
    • Service manage
      • certificate-manager
      • cdn
      • kms
      • ydb
      • dns
      • vpc
      • load-balancer
      • managed-postgresql
      • managed-sqlserver
      • managed-mongodb
      • managed-redis
      • application-load-balancer
      • managed-elasticsearch
      • lockbox
      • managed-clickhouse
      • compute
      • managed-kubernetes
      • resource-manager
      • managed-mysql
      • storage
      • iam
      • dataproc
      • cloud-desktop
      • logging
      • managed-kafka
      • managed-greenplum
        • Overview
        • cluster
          • Overview
          • stop
          • start
          • list-operations
          • list-logs
          • expand
          • list-backups
          • delete
          • restore
          • create
          • remove-labels
          • add-labels
          • list
          • update-config
          • update
          • get
        • hosts
        • resource-preset
      • container
      • iot
      • datatransfer
      • serverless
      • organization-manager
  1. Справочник CLI (англ.)
  2. Service manage
  3. managed-greenplum
  4. cluster
  5. update

yc managed-greenplum cluster update

Статья создана
Yandex Cloud

    Update the specified Greenplum cluster

    Command Usage

    Syntax:

    yc managed-greenplum cluster update <CLUSTER-NAME>|<CLUSTER-ID> [Flags...] [Global Flags...]

    Flags

    Flag Description
    --id string
    Greenplum cluster id.
    --name string
    Greenplum cluster name.
    --async Display information about the operation in progress, without waiting for the operation to complete.
    --description string
    Cluster description.
    --labels key=value[,key=value...]
    A list of label KEY=VALUE pairs to add.
    --new-name string
    New name for the Greenplum cluster
    --deletion-protection Deletion Protection inhibits deletion of the cluster.
    --user-password string
    Owner user password. Must be 8-128 characters long.
    --security-group-ids value[,value]
    A list of security groups for the Greenplum cluster.
    --master-config PROPERTY=VALUE[,PROPERTY=VALUE...]
    Descriptions of master config resources for Greenplum cluster.

    Possible property names:
    • resource-id: ID of the preset for computational resources available on the host.
    • disk-size: Volume of the storage available on the host.
    --segment-config PROPERTY=VALUE[,PROPERTY=VALUE...]
    Descriptions of segment config resources for Greenplum cluster.

    Possible property names:
    • resource-id: ID of the preset for computational resources available on the host.
    • disk-size: Volume of the storage available on the host.
    --maintenance-window PROPERTY=VALUE[,PROPERTY=VALUE...]
    Maintenance window settings

    Possible property names:
    • type: Type of maintenance window, it can be anytime or weekly. A day and hour of window need to be specified with weekly window.
    • hour: Hour of day in UTC time zone (1-24) for maintenance window if window type is weekly.
    • day: Day of week for maintenance window if window type is weekly. One of MON, TUE, WED, THU, FRI, SAT, SUN. Values: 'mon', 'tue', 'wed', 'thu', 'fri', 'sat', 'sun'
    --datalens-access Allow access for DataLens.
    --websql-access Allow access for Web SQL.
    --datatransfer-access Allow access for DataTransfer.
    --backup-window-start timeofday
    Start time for the daily backup in UTC timezone. Format: HH:MM:SS
    --assign-public-ip Whether the host should get a public IP address.
    --connection-pooling-mode string
    Connection pooler pooling mode Values: 'session', 'transaction'
    --connection-pooling-size int
    Connection pooler size
    --connection-pooling-client-idle-timeout int
    Connection pooler client idle timeout

    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.
    --format string
    Set the output format: text (default), yaml, json, json-rest.
    -h,--help Display help for the command.

    Была ли статья полезна?

    Language / Region
    Проект Яндекса
    © 2023 ООО «Яндекс.Облако»