gdcloud storage buckets describe

NOMBRE

gdcloud storage buckets describe: muestra información sobre el segmento de almacenamiento.

SYNOPSIS

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

EJEMPLOS

To describe a zonal storage bucket "example-bucket" in the "my-project-id" project, run:

    gdcloud storage buckets describe example-bucket --location=zone1 --location-type=SingleZone --project=my-project-id

To describe a dual-zone storage bucket "example-bucket" in the "my-project-id" project, run:

    gdcloud storage buckets describe example-bucket --location=zone1,zone2 --location-type=AsyncDualZone --project=my-project-id

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

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.