mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Aug 21 09:39:51 UTC 2024
This commit is contained in:
parent
d35819d273
commit
ed5fe34b64
163 changed files with 3541 additions and 717 deletions
|
|
@ -12,6 +12,7 @@ SYNOPSIS
|
|||
--deny-maintenance-period-start-date=DENY_MAINTENANCE_PERIOD_START_DATE --deny-maintenance-period-time=DENY_MAINTENANCE_PERIOD_TIME]
|
||||
[--maintenance-window-day=MAINTENANCE_WINDOW_DAY
|
||||
--maintenance-window-time=MAINTENANCE_WINDOW_TIME]
|
||||
[--psc-enabled : --psc-allowed-vpcs=[PSC_ALLOWED_VPCS,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -203,6 +204,20 @@ OPTIONAL FLAGS
|
|||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
Private Service Connect - Private Service Connect allows private
|
||||
consumption of services across VPC networks that belong to different
|
||||
groups, teams, projects, or organizations.
|
||||
|
||||
--psc-enabled
|
||||
This specifies whether Private Service Connect (PSC) is enabled on
|
||||
the Looker instance.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--psc-allowed-vpcs=[PSC_ALLOWED_VPCS,...]
|
||||
List of VPCs that are allowed ingress into the Looker instance.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -10,6 +10,9 @@ SYNOPSIS
|
|||
[--add-developer-users=ADD_DEVELOPER_USERS
|
||||
--add-standard-users=ADD_STANDARD_USERS
|
||||
--add-viewer-users=ADD_VIEWER_USERS]
|
||||
[--clear-psc-allowed-vpcs | --psc-allowed-vpcs=[PSC_ALLOWED_VPCS,...]
|
||||
--clear-psc-service-attachments
|
||||
| --psc-service-attachment=[attachment=ATTACHMENT],[domain=DOMAIN]]
|
||||
[--deny-maintenance-period-end-date=DENY_MAINTENANCE_PERIOD_END_DATE
|
||||
--deny-maintenance-period-start-date=DENY_MAINTENANCE_PERIOD_START_DATE --deny-maintenance-period-time=DENY_MAINTENANCE_PERIOD_TIME]
|
||||
[--maintenance-window-day=MAINTENANCE_WINDOW_DAY
|
||||
|
|
@ -114,6 +117,31 @@ FLAGS
|
|||
--add-viewer-users=ADD_VIEWER_USERS
|
||||
Number of additional Viewer Users to allocate to the Looker Instance.
|
||||
|
||||
Private Service Connect - Private Service Connect allows private
|
||||
consumption of services across VPC networks that belong to different
|
||||
groups, teams, projects, or organizations.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-psc-allowed-vpcs
|
||||
Remove all service attachments from the PSC config of the instance.
|
||||
|
||||
--psc-allowed-vpcs=[PSC_ALLOWED_VPCS,...]
|
||||
List of VPCs that are allowed ingress into the Looker instance.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-psc-service-attachments
|
||||
Remove all service attachments from the PSC config of the instance.
|
||||
|
||||
--psc-service-attachment=[attachment=ATTACHMENT],[domain=DOMAIN]
|
||||
The service attachments asigned to the Private Service Connect
|
||||
(PSC) config. This flag can be repeated. (Example:
|
||||
--psc-service-attachment
|
||||
domain="mydomain.com",attachment="projects/my-project/regions/us-east1/serviceAttachments/sa"
|
||||
--psc-service-attachments
|
||||
domain="mydomain.com",attachment="projects/my-project/regions/us-east1/serviceAttachments/sa")
|
||||
|
||||
Deny Maintanence Period - You must allow at least 48 hours of maintenance
|
||||
availability in a 60-day rolling window. Only contiguous availability
|
||||
windows of at least two hours are considered. When setting a maintenance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue