File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
internal/provider/csm/validate/schemas Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 3939 "type" : " string" ,
4040 "pattern" : " ((^|\\ .)((25[0-5])|(2[0-4]\\ d)|(1\\ d\\ d)|([1-9]?\\ d))){4}\\ /(?:\\ d|[12]\\ d|3[01])$"
4141 },
42+ "CIDR6" : {
43+ "type" : " string"
44+ },
4245 "MTU" : {
4346 "type" : " integer" ,
4447 "minimum" : 1400 ,
5962 "type" : " string" ,
6063 "pattern" : " ((^|\\ .)((25[0-5])|(2[0-4]\\ d)|(1\\ d\\ d)|([1-9]?\\ d))){4}\\ /(?:\\ d|[12]\\ d|3[01])$"
6164 },
65+ "CIDR6" : {
66+ "type" : " string"
67+ },
6268 "Gateway" : {
6369 "type" : " string" ,
6470 "format" : " ipv4"
6571 },
72+ "Gateway6" : {
73+ "type" : " string" ,
74+ "format" : " ipv6"
75+ },
6676 "VlanID" : {
6777 "type" : " integer" ,
6878 "minimum" : 0 ,
99109 "type" : " string" ,
100110 "format" : " ipv4"
101111 },
112+ "IPAddress6" : {
113+ "type" : " string" ,
114+ "format" : " ipv6"
115+ },
102116 "Aliases" : {
103117 "type" : " array" ,
104118 "items" : {
You can’t perform that action at this time.
0 commit comments