gdcloud storage buckets describe

NAME

gdcloud storage buckets describe – Informationen zum Speicher-Bucket anzeigen

SYNOPSIS

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

BEISPIELE

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

OPTIONALE FLAGS

      --location string        Comma-separated list of zones where the storage buckets are available. If unset, will use current zone as the location
      --location-type string   Bucket location configuration type. Available options are: [AsyncDualZone, SyncDualZone, SingleZone]. (default "singlezone")

GDCLOUD-WEITE FLAGS

Diese Flags sind für alle Befehle verfügbar: --configuration, --format, --help, --project, --quiet.

Weitere Informationen finden Sie auf der Seite Übersicht über die Referenz zur gdcloud CLI.