이름
gdcloud storage buckets list - 모든 스토리지 버킷을 나열합니다.
개요
gdcloud storage buckets list --location=LOCATION --location-type=LOCATION_TYPE [--project=PROJECT_ID] [flags]
EXAMPLES
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
필수 플래그
--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].
선택적 플래그
--limit int Maximum number of resources to list. The default is unlimited.
GDCLOUD 전체 플래그
이러한 플래그는 모든 명령어에서 사용할 수 있습니다. --configuration, --format, --help, --project, --quiet
자세한 내용은 gdcloud CLI 참조 개요 페이지를 참고하세요.