gdcloud storage buckets list

NOMBRE

gdcloud storage buckets list: muestra todos los segmentos de almacenamiento.

SYNOPSIS

gdcloud storage buckets list --location=LOCATION --location-type=LOCATION_TYPE [--project=PROJECT_ID] [flags]

EJEMPLOS

To list the zonal storage buckets, run:

    gdcloud storage buckets list --location=zone1 --location-type=singlezone

To list asynchronous dual-zone buckets in the given locations, run:

     gdcloud storage buckets list --location=zone1,zone2 --location-type=asyncdualzone

To list synchronous dual-zone buckets in the given locations, run:

     gdcloud storage buckets list --location=zone1,zone2 --location-type=syncdualzone

BANDERAS OBLIGATORIAS

      --location string        Comma-separated list of zones where the storage buckets are available.
      --location-type string   Bucket location configuration type. Available options are: [AsyncDualZone, SyncDualZone, SingleZone].

MARCAS OPCIONALES

      --limit int   Maximum number of resources to list. The default is unlimited.

GDCLOUD WIDE FLAGS

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 Información general sobre la referencia de la CLI de gdcloud.