mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Sep 18 09:49:45 UTC 2024
This commit is contained in:
parent
a3842bba95
commit
8ebed5b0f1
182 changed files with 2067 additions and 1436 deletions
|
|
@ -4,14 +4,15 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha looker instances create (INSTANCE : --region=REGION)
|
||||
--edition=EDITION --oauth-client-id=OAUTH_CLIENT_ID
|
||||
--oauth-client-secret=OAUTH_CLIENT_SECRET [--async] [--kms-key=KMS_KEY]
|
||||
[--no-public-ip-enabled]
|
||||
--oauth-client-secret=OAUTH_CLIENT_SECRET [--async] [--fips-enabled]
|
||||
[--kms-key=KMS_KEY] [--no-public-ip-enabled]
|
||||
[--consumer-network=CONSUMER_NETWORK --private-ip-enabled
|
||||
: --reserved-range=RESERVED_RANGE]
|
||||
[--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
|
||||
--maintenance-window-time=MAINTENANCE_WINDOW_TIME]
|
||||
[--psc-enabled : --psc-allowed-vpcs=[PSC_ALLOWED_VPCS,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -115,6 +116,9 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--fips-enabled
|
||||
This specifies whether FIPS is enabled on the Looker instance.
|
||||
|
||||
Key resource - The Cloud KMS (Key Management Service) cryptokey that will
|
||||
be used to protect the Looker instance and backups. The 'Looker Service
|
||||
Agent' service account must hold permission 'Cloud KMS CryptoKey
|
||||
|
|
@ -203,6 +207,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
|
||||
|
|
@ -115,6 +118,32 @@ 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 the Looker
|
||||
Instance to be reached via a private connection from inside a VPC network,
|
||||
and for the Looker Instance to connect to managed services via private
|
||||
connections.
|
||||
|
||||
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 allowed VPCs from the PSC config of the instance.
|
||||
|
||||
--psc-service-attachment=[attachment=ATTACHMENT],[domain=DOMAIN]
|
||||
Service attachments representing egress connections for the Looker
|
||||
instance. 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