mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Thu Nov 9 11:45:52 UTC 2023
This commit is contained in:
parent
f2c5d1d45f
commit
03f0979970
300 changed files with 8569 additions and 1319 deletions
|
|
@ -10,8 +10,11 @@ SYNOPSIS
|
|||
[--internal-ipv6-prefix-length=INTERNAL_IPV6_PREFIX_LENGTH]
|
||||
[--ipv6-network-tier=IPV6_NETWORK_TIER] [--network=NETWORK]
|
||||
[--network-interface=NETWORK_INTERFACE; default="nic0"]
|
||||
[--private-network-ip=PRIVATE_NETWORK_IP] [--stack-type=STACK_TYPE]
|
||||
[--subnetwork=SUBNETWORK] [--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
[--private-network-ip=PRIVATE_NETWORK_IP]
|
||||
[--security-policy=SECURITY_POLICY]
|
||||
[--security-policy-region=SECURITY_POLICY_REGION]
|
||||
[--stack-type=STACK_TYPE] [--subnetwork=SUBNETWORK] [--zone=ZONE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
gcloud compute instances network-interfaces update updates network
|
||||
|
|
@ -91,6 +94,15 @@ FLAGS
|
|||
available in the new subnetwork, then another available IP address will
|
||||
be allocated automatically from the new subnetwork CIDR range.
|
||||
|
||||
--security-policy=SECURITY_POLICY
|
||||
The security policy that will be set for this instance network
|
||||
interface. To remove the policy from this instance network interface
|
||||
set the policy to an empty string.
|
||||
|
||||
--security-policy-region=SECURITY_POLICY_REGION
|
||||
Region of the security policy to operate on. Overrides the default
|
||||
compute/region property value for this command invocation.
|
||||
|
||||
--stack-type=STACK_TYPE
|
||||
The stack type for the default network interface. Determines if IPv6 is
|
||||
enabled on the default network interface. STACK_TYPE must be one of:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue