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

gcloud: Tue Oct 18 11:38:19 UTC 2022

This commit is contained in:
Automated 2022-10-18 11:38:19 +00:00
parent 389ff42bae
commit 5c08d21169
Failed to extract signature
159 changed files with 4170 additions and 656 deletions

View file

@ -94,11 +94,13 @@ FLAGS
addresses can only use PREMIUM.
--prefix-length=PREFIX_LENGTH
The prefix length of the IP range. It must be a value between 8 and 30
inclusive. If not present, it means the address field is a single IP
address.
The prefix length of the IP range. If the address is an IPv4 address,
it must be a value between 8 and 30 inclusive. If the address is an
IPv6 address, the only allowed value is 96. If not present, it means
the address field is a single IP address.
This field is not applicable to external addresses.
This field is not applicable to external IPv4 addresses or global IPv6
addresses.
--purpose=PURPOSE
The purpose of the address resource. This field is not applicable to

View file

@ -5,10 +5,17 @@ NAME
SYNOPSIS
gcloud alpha compute firewall-policies rules create PRIORITY
--action=ACTION --firewall-policy=FIREWALL_POLICY
[--description=DESCRIPTION] [--dest-ip-ranges=[DEST_IP_RANGE,...]]
[--description=DESCRIPTION]
[--dest-address-groups=[DEST_ADDRESS_GROUPS,...]]
[--dest-fqdns=[DEST_FQDNS,...]] [--dest-ip-ranges=[DEST_IP_RANGE,...]]
[--dest-region-codes=[DEST_REGION_CODES,...]]
[--dest-threat-intelligence=[DEST_THREAT_INTELLIGENCE_LISTS,...]]
[--direction=DIRECTION] [--[no-]disabled] [--[no-]enable-logging]
[--layer4-configs=[LAYER4_CONFIG,...]] [--organization=ORGANIZATION]
[--src-ip-ranges=[SRC_IP_RANGE,...]]
[--src-address-groups=[SOURCE_ADDRESS_GROUPS,...]]
[--src-fqdns=[SOURCE_FQDNS,...]] [--src-ip-ranges=[SRC_IP_RANGE,...]]
[--src-region-codes=[SOURCE_REGION_CODES,...]]
[--src-threat-intelligence=[SOURCE_THREAT_INTELLIGENCE_LISTS,...]]
[--target-resources=[TARGET_RESOURCES,...]]
[--target-service-accounts=[TARGET_SERVICE_ACCOUNTS,...]]
[GCLOUD_WIDE_FLAG ...]
@ -42,10 +49,26 @@ OPTIONAL FLAGS
--description=DESCRIPTION
An optional, textual description for the rule.
--dest-address-groups=[DEST_ADDRESS_GROUPS,...]
Dest address groups to match for this rule. Can only be specified if
DIRECTION is egress.
--dest-fqdns=[DEST_FQDNS,...]
Dest FQDNs to match for this rule. Can only be specified if DIRECTION
is egress.
--dest-ip-ranges=[DEST_IP_RANGE,...]
Destination IP ranges to match for this rule. Can only be specified if
DIRECTION is egress.
--dest-region-codes=[DEST_REGION_CODES,...]
Dest Region Code to match for this rule. Can only be specified if
DIRECTION is egress.
--dest-threat-intelligence=[DEST_THREAT_INTELLIGENCE_LISTS,...]
Destination Threat Intelligence lists to match for this rule. Can only
be specified if DIRECTION is egress.
--direction=DIRECTION
Direction of the traffic the rule is applied. The default is to apply
on incoming traffic. DIRECTION must be one of: INGRESS, EGRESS.
@ -67,10 +90,26 @@ OPTIONAL FLAGS
Organization which the organization firewall policy belongs to. Must be
set if FIREWALL_POLICY is short name.
--src-address-groups=[SOURCE_ADDRESS_GROUPS,...]
Source address groups to match for this rule. Can only be specified if
DIRECTION is ingress.
--src-fqdns=[SOURCE_FQDNS,...]
Source FQDNs to match for this rule. Can only be specified if DIRECTION
is ingress.
--src-ip-ranges=[SRC_IP_RANGE,...]
Source IP ranges to match for this rule. Can only be specified if
DIRECTION is ingress.
--src-region-codes=[SOURCE_REGION_CODES,...]
Source Region Code to match for this rule. Can only be specified if
DIRECTION is ingress.
--src-threat-intelligence=[SOURCE_THREAT_INTELLIGENCE_LISTS,...]
Source Threat Intelligence lists to match for this rule. Can only be
specified if DIRECTION is ingress.
--target-resources=[TARGET_RESOURCES,...]
List of URLs of target resources to which the rule is applied.

View file

@ -5,10 +5,18 @@ NAME
SYNOPSIS
gcloud alpha compute firewall-policies rules update PRIORITY
--firewall-policy=FIREWALL_POLICY [--action=ACTION]
[--description=DESCRIPTION] [--dest-ip-ranges=[DEST_IP_RANGE,...]]
[--description=DESCRIPTION]
[--dest-address-groups=[DEST_ADDRESS_GROUPS,...]]
[--dest-fqdns=[DEST_FQDNS,...]] [--dest-ip-ranges=[DEST_IP_RANGE,...]]
[--dest-region-codes=[DEST_REGION_CODES,...]]
[--dest-threat-intelligence=[DEST_THREAT_INTELLIGENCE_LISTS,...]]
[--direction=DIRECTION] [--[no-]disabled] [--[no-]enable-logging]
[--layer4-configs=[LAYER4_CONFIG,...]] [--new-priority=NEW_PRIORITY]
[--organization=ORGANIZATION] [--src-ip-ranges=[SRC_IP_RANGE,...]]
[--organization=ORGANIZATION]
[--src-address-groups=[SOURCE_ADDRESS_GROUPS,...]]
[--src-fqdns=[SOURCE_FQDNS,...]] [--src-ip-ranges=[SRC_IP_RANGE,...]]
[--src-region-codes=[SOURCE_REGION_CODES,...]]
[--src-threat-intelligence=[SOURCE_THREAT_INTELLIGENCE_LISTS,...]]
[--target-resources=[TARGET_RESOURCES,...]]
[--target-service-accounts=[TARGET_SERVICE_ACCOUNTS,...]]
[GCLOUD_WIDE_FLAG ...]
@ -43,10 +51,26 @@ OPTIONAL FLAGS
--description=DESCRIPTION
An optional, textual description for the rule.
--dest-address-groups=[DEST_ADDRESS_GROUPS,...]
Dest address groups to match for this rule. Can only be specified if
DIRECTION is egress.
--dest-fqdns=[DEST_FQDNS,...]
Dest FQDNs to match for this rule. Can only be specified if DIRECTION
is egress.
--dest-ip-ranges=[DEST_IP_RANGE,...]
Destination IP ranges to match for this rule. Can only be specified if
DIRECTION is egress.
--dest-region-codes=[DEST_REGION_CODES,...]
Dest Region Code to match for this rule. Can only be specified if
DIRECTION is egress.
--dest-threat-intelligence=[DEST_THREAT_INTELLIGENCE_LISTS,...]
Destination Threat Intelligence lists to match for this rule. Can only
be specified if DIRECTION is egress.
--direction=DIRECTION
Direction of the traffic the rule is applied. The default is to apply
on incoming traffic. DIRECTION must be one of: INGRESS, EGRESS.
@ -71,10 +95,26 @@ OPTIONAL FLAGS
Organization which the organization firewall policy belongs to. Must be
set if FIREWALL_POLICY is short name.
--src-address-groups=[SOURCE_ADDRESS_GROUPS,...]
Source address groups to match for this rule. Can only be specified if
DIRECTION is ingress.
--src-fqdns=[SOURCE_FQDNS,...]
Source FQDNs to match for this rule. Can only be specified if DIRECTION
is ingress.
--src-ip-ranges=[SRC_IP_RANGE,...]
Source IP ranges to match for this rule. Can only be specified if
DIRECTION is ingress.
--src-region-codes=[SOURCE_REGION_CODES,...]
Source Region Code to match for this rule. Can only be specified if
DIRECTION is ingress.
--src-threat-intelligence=[SOURCE_THREAT_INTELLIGENCE_LISTS,...]
Source Threat Intelligence lists to match for this rule. Can only be
specified if DIRECTION is ingress.
--target-resources=[TARGET_RESOURCES,...]
List of URLs of target resources to which the rule is applied.

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud alpha compute instance-templates delete NAME [NAME ...]
[GCLOUD_WIDE_FLAG ...]
[--global | --region=REGION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) gcloud alpha compute instance-templates delete deletes one or more
@ -19,6 +19,16 @@ POSITIONAL ARGUMENTS
NAME [NAME ...]
Names of the instance templates to delete.
FLAGS
At most one of these can be specified:
--global
If set, the instance templates are global.
--region=REGION
Region of the instance templates to delete. Overrides the default
compute/region property value for this command invocation.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud alpha compute instance-templates describe NAME
[GCLOUD_WIDE_FLAG ...]
[--global | --region=REGION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) gcloud alpha compute instance-templates describe displays all data
@ -19,6 +19,16 @@ POSITIONAL ARGUMENTS
NAME
Name of the instance template to describe.
FLAGS
At most one of these can be specified:
--global
If set, the instance template is global.
--region=REGION
Region of the instance template to describe. Overrides the default
compute/region property value for this command invocation.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -5,11 +5,18 @@ NAME
SYNOPSIS
gcloud alpha compute network-firewall-policies rules create PRIORITY
--action=ACTION --firewall-policy=FIREWALL_POLICY
[--description=DESCRIPTION] [--dest-ip-ranges=[DEST_IP_RANGE,...]]
[--description=DESCRIPTION]
[--dest-address-groups=[DEST_ADDRESS_GROUPS,...]]
[--dest-fqdns=[DEST_FQDNS,...]] [--dest-ip-ranges=[DEST_IP_RANGE,...]]
[--dest-region-codes=[DEST_REGION_CODES,...]]
[--dest-threat-intelligence=[DEST_THREAT_INTELLIGENCE_LISTS,...]]
[--direction=DIRECTION] [--[no-]disabled] [--[no-]enable-logging]
[--layer4-configs=[LAYER4_CONFIG,...]]
[--src-ip-ranges=[SRC_IP_RANGE,...]]
[--src-address-groups=[SOURCE_ADDRESS_GROUPS,...]]
[--src-fqdns=[SOURCE_FQDNS,...]] [--src-ip-ranges=[SRC_IP_RANGE,...]]
[--src-region-codes=[SOURCE_REGION_CODES,...]]
[--src-secure-tags=[SOURCE_SECURE_TAGS,...]]
[--src-threat-intelligence=[SOURCE_THREAT_INTELLIGENCE_LISTS,...]]
[--target-secure-tags=[TARGET_SECURE_TAGS,...]]
[--target-service-accounts=[TARGET_SERVICE_ACCOUNTS,...]]
[--firewall-policy-region=FIREWALL_POLICY_REGION
@ -51,10 +58,26 @@ OPTIONAL FLAGS
--description=DESCRIPTION
An optional, textual description for the rule.
--dest-address-groups=[DEST_ADDRESS_GROUPS,...]
Dest address groups to match for this rule. Can only be specified if
DIRECTION is engress.
--dest-fqdns=[DEST_FQDNS,...]
Dest FQDNs to match for this rule. Can only be specified if DIRECTION
is egress.
--dest-ip-ranges=[DEST_IP_RANGE,...]
Destination IP ranges to match for this rule. Can only be specified if
DIRECTION is egress.
--dest-region-codes=[DEST_REGION_CODES,...]
Dest Region Code to match for this rule. Can only be specified if
DIRECTION is egress.
--dest-threat-intelligence=[DEST_THREAT_INTELLIGENCE_LISTS,...]
Destination Threat Intelligence lists to match for this rule. Can only
be specified if DIRECTION is egress.
--direction=DIRECTION
Direction of the traffic the rule is applied. The default is to apply
on incoming traffic. DIRECTION must be one of: INGRESS, EGRESS.
@ -72,6 +95,14 @@ OPTIONAL FLAGS
A list of destination protocols and ports to which the firewall rule
will apply.
--src-address-groups=[SOURCE_ADDRESS_GROUPS,...]
Source address groups to match for this rule. Can only be specified if
DIRECTION is ingress.
--src-fqdns=[SOURCE_FQDNS,...]
Source FQDNs to match for this rule. Can only be specified if DIRECTION
is ingress.
--src-ip-ranges=[SRC_IP_RANGE,...]
A list of IP address blocks that are allowed to make inbound
connections that match the firewall rule to the instances on the
@ -84,6 +115,10 @@ OPTIONAL FLAGS
--src-secure-tags.Multiple IP address blocks can be specified if they
are separated by commas.
--src-region-codes=[SOURCE_REGION_CODES,...]
Source Region Code to match for this rule. Can only be specified if
DIRECTION is ingress.
--src-secure-tags=[SOURCE_SECURE_TAGS,...]
A list of instance secure tags indicating the set of instances on the
network to which the rule applies if all other fields match. Either
@ -94,6 +129,10 @@ OPTIONAL FLAGS
--src-secure-tags. Secure Tags can be assigned to instances during
instance creation.
--src-threat-intelligence=[SOURCE_THREAT_INTELLIGENCE_LISTS,...]
Source Threat Intelligence lists to match for this rule. Can only be
specified if DIRECTION is ingress.
--target-secure-tags=[TARGET_SECURE_TAGS,...]
An optional, list of target secure tags with a name of the format
tagValues/ or full namespaced name

View file

@ -5,11 +5,18 @@ NAME
SYNOPSIS
gcloud alpha compute network-firewall-policies rules update PRIORITY
--firewall-policy=FIREWALL_POLICY [--action=ACTION]
[--description=DESCRIPTION] [--dest-ip-ranges=[DEST_IP_RANGE,...]]
[--description=DESCRIPTION]
[--dest-address-groups=[DEST_ADDRESS_GROUPS,...]]
[--dest-fqdns=[DEST_FQDNS,...]] [--dest-ip-ranges=[DEST_IP_RANGE,...]]
[--dest-region-codes=[DEST_REGION_CODES,...]]
[--dest-threat-intelligence=[DEST_THREAT_INTELLIGENCE_LISTS,...]]
[--direction=DIRECTION] [--[no-]disabled] [--[no-]enable-logging]
[--layer4-configs=[LAYER4_CONFIG,...]] [--new-priority=NEW_PRIORITY]
[--src-ip-ranges=[SRC_IP_RANGE,...]]
[--src-address-groups=[SOURCE_ADDRESS_GROUPS,...]]
[--src-fqdns=[SOURCE_FQDNS,...]] [--src-ip-ranges=[SRC_IP_RANGE,...]]
[--src-region-codes=[SOURCE_REGION_CODES,...]]
[--src-secure-tags=[SOURCE_SECURE_TAGS,...]]
[--src-threat-intelligence=[SOURCE_THREAT_INTELLIGENCE_LISTS,...]]
[--target-secure-tags=[TARGET_SECURE_TAGS,...]]
[--target-service-accounts=[TARGET_SERVICE_ACCOUNTS,...]]
[--firewall-policy-region=FIREWALL_POLICY_REGION
@ -44,10 +51,26 @@ OPTIONAL FLAGS
--description=DESCRIPTION
An optional, textual description for the rule.
--dest-address-groups=[DEST_ADDRESS_GROUPS,...]
Dest address groups to match for this rule. Can only be specified if
DIRECTION is engress.
--dest-fqdns=[DEST_FQDNS,...]
Dest FQDNs to match for this rule. Can only be specified if DIRECTION
is egress.
--dest-ip-ranges=[DEST_IP_RANGE,...]
Destination IP ranges to match for this rule. Can only be specified if
DIRECTION is egress.
--dest-region-codes=[DEST_REGION_CODES,...]
Dest Region Code to match for this rule. Can only be specified if
DIRECTION is egress.
--dest-threat-intelligence=[DEST_THREAT_INTELLIGENCE_LISTS,...]
Destination Threat Intelligence lists to match for this rule. Can only
be specified if DIRECTION is egress.
--direction=DIRECTION
Direction of the traffic the rule is applied. The default is to apply
on incoming traffic. DIRECTION must be one of: INGRESS, EGRESS.
@ -68,6 +91,14 @@ OPTIONAL FLAGS
--new-priority=NEW_PRIORITY
New priority for the rule to update. Valid in [0, 65535].
--src-address-groups=[SOURCE_ADDRESS_GROUPS,...]
Source address groups to match for this rule. Can only be specified if
DIRECTION is ingress.
--src-fqdns=[SOURCE_FQDNS,...]
Source FQDNs to match for this rule. Can only be specified if DIRECTION
is ingress.
--src-ip-ranges=[SRC_IP_RANGE,...]
A list of IP address blocks that are allowed to make inbound
connections that match the firewall rule to the instances on the
@ -80,6 +111,10 @@ OPTIONAL FLAGS
--src-secure-tags.Multiple IP address blocks can be specified if they
are separated by commas.
--src-region-codes=[SOURCE_REGION_CODES,...]
Source Region Code to match for this rule. Can only be specified if
DIRECTION is ingress.
--src-secure-tags=[SOURCE_SECURE_TAGS,...]
A list of instance secure tags indicating the set of instances on the
network to which the rule applies if all other fields match. Either
@ -90,6 +125,10 @@ OPTIONAL FLAGS
--src-secure-tags. Secure Tags can be assigned to instances during
instance creation.
--src-threat-intelligence=[SOURCE_THREAT_INTELLIGENCE_LISTS,...]
Source Threat Intelligence lists to match for this rule. Can only be
specified if DIRECTION is ingress.
--target-secure-tags=[TARGET_SECURE_TAGS,...]
An optional, list of target secure tags with a name of the format
tagValues/ or full namespaced name

View file

@ -50,8 +50,13 @@ POSITIONAL ARGUMENTS
REQUIRED FLAGS
--file=FILE
Absolute path to OS policy assignment file on your local client. File
must be in either JSON or YAML format.
Absolute path to the OS policy assignment file on your local client.
File must be in either JSON or YAML format. This file defines the OS
policies that you want to apply to your VMs, the target VMs that you
want to apply the policies to, and the rollout rate at which to apply
the OS policies. For more information about this resource and sample OS
policy assignment files, see
https://cloud.google.com/compute/docs/os-configuration-management/working-with-os-policies#os-policy-assignment.
OPTIONAL FLAGS
--async

View file

@ -49,8 +49,13 @@ POSITIONAL ARGUMENTS
REQUIRED FLAGS
--file=FILE
Absolute path to OS policy assignment file on your local client. File
must be in either JSON or YAML format.
Absolute path to the OS policy assignment file on your local client.
File must be in either JSON or YAML format. This file defines the OS
policies that you want to apply to your VMs, the target VMs that you
want to apply the policies to, and the rollout rate at which to apply
the OS policies. For more information about this resource and sample OS
policy assignment files, see
https://cloud.google.com/compute/docs/os-configuration-management/working-with-os-policies#os-policy-assignment.
OPTIONAL FLAGS
--async