We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82626cd + c650b11 commit 59f2b3eCopy full SHA for 59f2b3e
openapi.yaml
@@ -13760,6 +13760,15 @@ paths:
13760
$ref: '#/components/schemas/NodeBalancer/properties/label'
13761
client_conn_throttle:
13762
$ref: '#/components/schemas/NodeBalancer/properties/client_conn_throttle'
13763
+ tags:
13764
+ description: |
13765
+ An array of Tags applied to this object. Tags are for organizational purposes only.
13766
+ type: array
13767
+ items:
13768
+ type: string
13769
+ example:
13770
+ - test
13771
+ - web-dev-team
13772
configs:
13773
type: array
13774
description: |
0 commit comments