mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Jan 8 10:03:00 UTC 2025
This commit is contained in:
parent
52290f76fe
commit
5a9f5ff67e
161 changed files with 2678 additions and 414 deletions
|
|
@ -137,26 +137,17 @@ FLAGS
|
|||
|
||||
For example,
|
||||
|
||||
{
|
||||
|
||||
"externalLoadBalancerAddressPools": [
|
||||
|
||||
{
|
||||
|
||||
"addressPool": "MyLoadBalancerPool",
|
||||
|
||||
"ipv4Range": ["10.200.0.200-10.200.0.204","10.200.0.300/30"],
|
||||
|
||||
"avoidBuggyIps": "false",
|
||||
|
||||
"manualAssign": "true"
|
||||
|
||||
"externalLoadBalancerAddressPools": [
|
||||
{
|
||||
"addressPool": "MyLoadBalancerPool",
|
||||
"ipv4Range": ["10.200.0.200-10.200.0.204","10.200.0.300/30"],
|
||||
"avoidBuggyIps": "false",
|
||||
"manualAssign": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
}
|
||||
|
||||
address_pool
|
||||
Optional. A name that identifies an address pool. If a name is not
|
||||
specified, an auto-generated one will be used.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue