-
-
Notifications
You must be signed in to change notification settings - Fork 58
/
server.pp
11 lines (11 loc) · 999 Bytes
/
server.pp
1
2
3
4
5
6
7
8
9
10
11
# @summary Represents a ProxySQL server.
type Proxysql::Server = Array[Hash[String, Struct[{ Optional[port] => Integer,
hostgroup_id => Integer,
Optional[status] => String[1],
Optional[weight] => Integer,
Optional[compression] => Integer,
Optional[max_connections] => Integer,
Optional[max_replication_lag] => Integer,
Optional[use_ssl] => Integer[0,1],
Optional[max_latency_ms] => Integer,
Optional[comment] => String[1], }],1,1]]