mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jun 6 09:19:36 UTC 2024
This commit is contained in:
parent
595ac8640a
commit
40ba53d37f
93 changed files with 3117 additions and 305 deletions
|
|
@ -16,6 +16,8 @@ SYNOPSIS
|
|||
| --target-vpn-gateway=TARGET_VPN_GATEWAY) [--address=ADDRESS]
|
||||
[--allow-global-access] [--allow-psc-global-access]
|
||||
[--description=DESCRIPTION] [--disable-automate-dns-zone]
|
||||
[--ip-collection=IP_COLLECTION]
|
||||
[--ip-collection-region=IP_COLLECTION_REGION]
|
||||
[--ip-protocol=IP_PROTOCOL] [--ip-version=IP_VERSION]
|
||||
[--is-mirroring-collector]
|
||||
[--load-balancing-scheme=LOAD_BALANCING_SCHEME] [--network=NETWORK]
|
||||
|
|
@ -217,6 +219,16 @@ OPTIONAL FLAGS
|
|||
(--target-service-attachment=SERVICE_ATTACHMENT) or Google APIs bundle
|
||||
(--target-google-apis-bundle=API_BUNDLE)
|
||||
|
||||
--ip-collection=IP_COLLECTION
|
||||
Resource reference to a public delegated prefix. The
|
||||
PublicDelegatedPrefix (PDP) must be a sub-prefix in
|
||||
EXTERNAL_IPV6_FORWARDING_RULE_CREATION mode.
|
||||
|
||||
--ip-collection-region=IP_COLLECTION_REGION
|
||||
Region of the public delegated prefix to operate on. If not specified,
|
||||
the region is set to the region of the forwarding rule. Overrides the
|
||||
default compute/region property value for this command invocation.
|
||||
|
||||
--ip-protocol=IP_PROTOCOL
|
||||
IP protocol that the rule will serve. The default is TCP.
|
||||
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud compute os-config os-policy-assignments update
|
||||
(OS_POLICY_ASSIGNMENT : --location=LOCATION) --file=FILE [--async]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
(OS_POLICY_ASSIGNMENT : --location=LOCATION) --file=FILE
|
||||
[--allow-missing] [--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Update an OS policy assignment
|
||||
|
|
@ -62,6 +62,10 @@ REQUIRED FLAGS
|
|||
https://cloud.google.com/compute/docs/os-configuration-management/working-with-os-policies#os-policy-assignment.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--allow-missing
|
||||
If set to true, and the OS policy assignment is not found, the new
|
||||
policy assignment resource will be created.
|
||||
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue