名称
gdcloud storage buckets describe - 显示存储桶的信息。
摘要
gdcloud storage buckets describe BUCKET_NAME
--location=LOCATION
--location-type=LOCATION_TYPE
[--project=PROJECT_ID] [flags]
示例
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
必需标志
--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 全局标志
以下标志适用于所有命令:--configuration、--format、--help、--project、--quiet。
如需了解详情,请参阅 gdcloud CLI 参考概览页面。