gdcloud storage buckets list

NOME

gdcloud storage buckets list - Elenca tutti i bucket di archiviazione.

SYNOPSIS

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

ESEMPI

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

FLAG OBBLIGATORI

      --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].

FLAG FACOLTATIVI

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

FLAG A LIVELLO DI GDCLOUD

Questi flag sono disponibili per tutti i comandi: --configuration, --format, --help, --project, --quiet.

Per saperne di più, consulta la pagina Panoramica del riferimento di gcloud CLI.