mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Thu Jul 17 11:02:31 UTC 2025
This commit is contained in:
parent
e53f7148d8
commit
fe3a430c1d
365 changed files with 6027 additions and 1863 deletions
|
|
@ -4,8 +4,9 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud looker instances create (INSTANCE : --region=REGION)
|
||||
--edition=EDITION --oauth-client-id=OAUTH_CLIENT_ID
|
||||
--oauth-client-secret=OAUTH_CLIENT_SECRET [--async] [--fips-enabled]
|
||||
[--kms-key=KMS_KEY] [--no-public-ip-enabled]
|
||||
--oauth-client-secret=OAUTH_CLIENT_SECRET [--async]
|
||||
[--class-type=CLASS_TYPE] [--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
|
||||
|
|
@ -141,6 +142,10 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--class-type=CLASS_TYPE
|
||||
The class type of the Looker instance. CLASS_TYPE must be one of: p1,
|
||||
r1.
|
||||
|
||||
--fips-enabled
|
||||
This specifies whether FIPS is enabled on the Looker instance.
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud looker instances update (INSTANCE : --region=REGION)
|
||||
[--allowed-email-domains=[ALLOWED_EMAIL_DOMAINS,...]] [--async]
|
||||
[--custom-domain=CUSTOM_DOMAIN]
|
||||
[--class-type=CLASS_TYPE] [--custom-domain=CUSTOM_DOMAIN]
|
||||
[--linked-lsp-project-number=LINKED_LSP_PROJECT_NUMBER]
|
||||
[--public-ip-enabled]
|
||||
[--add-developer-users=ADD_DEVELOPER_USERS
|
||||
|
|
@ -12,7 +12,8 @@ SYNOPSIS
|
|||
--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]]
|
||||
| --psc-service-attachment=[attachment=ATTACHMENT],
|
||||
[domain=DOMAIN],[multiple-domains=MULTIPLE-DOMAINS]]
|
||||
[--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
|
||||
|
|
@ -80,6 +81,10 @@ FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--class-type=CLASS_TYPE
|
||||
The class type of the Looker instance. CLASS_TYPE must be one of: p1,
|
||||
r1.
|
||||
|
||||
Custom Domains - Looker (Google Cloud core) lets you serve your
|
||||
application through a custom domain. If you use a custom domain, Google
|
||||
will provide a managed auto-renewing SSL certificate for security.
|
||||
|
|
@ -135,13 +140,17 @@ FLAGS
|
|||
--clear-psc-service-attachments
|
||||
Remove all allowed VPCs from the PSC config of the instance.
|
||||
|
||||
--psc-service-attachment=[attachment=ATTACHMENT],[domain=DOMAIN]
|
||||
--psc-service-attachment=[attachment=ATTACHMENT],[domain=DOMAIN],[multiple-domains=MULTIPLE-DOMAINS]
|
||||
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")
|
||||
domain="mydomain2.com",attachment="projects/my-project/regions/us-east1/serviceAttachments/sa2")
|
||||
|
||||
You can also assign multiple domains to a single service
|
||||
attachment. (Example: --psc-service-attachment
|
||||
multiple-domains="mydomain.com;mydomain2.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue