gdcloud compute disks resize

NOMBRE

gdcloud compute disks resize: Cambia el tamaño de los discos de máquina virtual.

SINOPSIS

gdcloud compute disks resize DISK_NAME [flags]

EXAMPLES

To resize a disk, run:

    gdcloud compute disks resize example-disk \
      --project example-project \
      --size 20GB

MARCAS OPCIONALES

      --size string      New size of the disk.
                             The value must be a whole number followed by a size unit of GB for gigabyte, or TB for terabyte.
                             For example, "10GB" will produce a 10 gigabyte disk.
                             The disk size must be a multiple of 1 GB.
      --timeout string   Maximum time a resize operation can last before it fails as timeout. Default value is "5m". Max value is "2h". (default "5m")

MARCAS GENERALES DE GCLOUD

Estas marcas están disponibles para todos los comandos: --configuration, --format, --help, --project y --quiet.

Para obtener más información, consulta la página de descripción general de la referencia de la CLI de gcloud.