Skip to content

Commit

Permalink
Update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausHolbechArista authored and carlbuchmann committed Oct 19, 2022
1 parent 7b6817c commit 5d13459
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1509,16 +1509,16 @@ management_console:
idle_timeout: <int>
```

## Management Cvx
## Management CVX

### Variables

| Variable | Type | Required | Default | Value Restrictions | Description |
| -------- | ---- | -------- | ------- | ------------------ | ----------- |
| [<samp>management_cvx</samp>](## "management_cvx") | Dictionary | | | | |
| [<samp>management_cvx</samp>](## "management_cvx") | Dictionary | | | | Management CVX |
| [<samp>&nbsp;&nbsp;shutdown</samp>](## "management_cvx.shutdown") | Boolean | | | | |
| [<samp>&nbsp;&nbsp;server_hosts</samp>](## "management_cvx.server_hosts") | List, items: String | | | | |
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;- &lt;str&gt;</samp>](## "management_cvx.server_hosts.[].&lt;str&gt;") | String | | | | |
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;- &lt;str&gt;</samp>](## "management_cvx.server_hosts.[].&lt;str&gt;") | String | | | | IP or hostname |

### YAML

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2295,6 +2295,7 @@
},
"management_cvx": {
"type": "object",
"title": "Management CVX",
"properties": {
"shutdown": {
"type": "boolean",
Expand All @@ -2303,13 +2304,13 @@
"server_hosts": {
"type": "array",
"items": {
"type": "string"
"type": "string",
"description": "IP or hostname"
},
"title": "Server Hosts"
}
},
"additionalProperties": false,
"title": "Management Cvx"
"additionalProperties": false
},
"management_defaults": {
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1880,13 +1880,15 @@ keys:
- str
management_cvx:
type: dict
display_name: Management CVX
keys:
shutdown:
type: bool
server_hosts:
type: list
items:
type: str
description: IP or hostname
management_defaults:
type: dict
keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ type: dict
keys:
management_cvx:
type: dict
display_name: Management CVX
keys:
shutdown:
type: bool
server_hosts:
type: list
items:
type: str
description: IP or hostname

0 comments on commit 5d13459

Please sign in to comment.