1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Aug 13 10:57:55 UTC 2025

This commit is contained in:
Automated 2025-08-13 10:57:56 +00:00
parent 4f9f745739
commit d6d01162c7
357 changed files with 4606 additions and 9471 deletions

View file

@ -9,7 +9,8 @@ SYNOPSIS
[--egress-policies=YAML_FILE] [--ingress-policies=YAML_FILE]
[--perimeter-type=PERIMETER_TYPE; default="regular"]
[--resources=[RESOURCES,...]] [--restricted-services=[SERVICE,...]]
[--enable-vpc-accessible-services
[--vpc-accessible-services=VPC_ACCESSIBLE_SERVICES_YAML_FILE
| --enable-vpc-accessible-services
--vpc-allowed-services=[VPC_SERVICE,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -112,14 +113,28 @@ OPTIONAL FLAGS
Comma-separated list of services to which the perimeter boundary does
apply (for example, storage.googleapis.com).
--enable-vpc-accessible-services
Whether to restrict API calls within the perimeter to those in the
vpc-allowed-services list.
At most one of these can be specified:
--vpc-allowed-services=[VPC_SERVICE,...]
Comma-separated list of APIs accessible from within the Service
Perimeter. In order to include all restricted services, use reference
"RESTRICTED-SERVICES". Requires vpc-accessible-services be enabled.
--vpc-accessible-services=VPC_ACCESSIBLE_SERVICES_YAML_FILE
Path to a YAML file containing the full VPC Accessible Services
configuration. This file should contain a single YAML object
representing a VpcAccessibleServices message as described in the API
reference. This cannot be used with --vpc-allowed-services or
--enable-vpc-accessible-services.
For more information about the alpha version, see:
https://cloud.google.com/access-context-manager/docs/reference/rest/v1alpha/accessPolicies.servicePerimeters
For more information about non-alpha versions, see:
https://cloud.google.com/access-context-manager/docs/reference/rest/v1/accessPolicies.servicePerimeters
--enable-vpc-accessible-services
Whether to restrict API calls within the perimeter to those in the
vpc-allowed-services list.
--vpc-allowed-services=[VPC_SERVICE,...]
Comma-separated list of APIs accessible from within the Service
Perimeter. In order to include all restricted services, use reference
"RESTRICTED-SERVICES". Requires vpc-accessible-services be enabled.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,