-
Notifications
You must be signed in to change notification settings - Fork 8
/
ducgroup.spec
183 lines (183 loc) · 5.58 KB
/
ducgroup.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
{
"attributes": [
{
"allowed_chars": null,
"allowed_choices": null,
"autogenerated": false,
"channel": null,
"creation_only": false,
"default_order": false,
"default_value": null,
"deprecated": false,
"description": "Identification of the Performance Monitoring Probe that is associated with this instance of a UBR Group.",
"exposed": true,
"filterable": false,
"format": "free",
"max_length": null,
"max_value": null,
"min_length": null,
"min_value": null,
"name": "associatedPerformanceMonitorID",
"orderable": false,
"read_only": false,
"required": false,
"subtype": null,
"transient": false,
"type": "string",
"unique": false,
"uniqueScope": null,
"userlabel": "Performance Monitor"
},
{
"allowed_chars": null,
"allowed_choices": null,
"autogenerated": false,
"channel": null,
"creation_only": false,
"default_order": false,
"default_value": null,
"deprecated": false,
"description": "Description of the UBR Group.",
"exposed": true,
"filterable": true,
"format": "free",
"max_length": 255,
"max_value": null,
"min_length": 0,
"min_value": null,
"name": "description",
"orderable": true,
"read_only": false,
"required": false,
"subtype": null,
"transient": false,
"type": "string",
"unique": false,
"uniqueScope": null,
"userlabel": "Description"
},
{
"allowed_chars": null,
"allowed_choices": null,
"autogenerated": true,
"channel": null,
"creation_only": false,
"default_order": false,
"default_value": null,
"deprecated": false,
"description": "Unique Identifier for DUC Group, autogenerated by VSD.",
"exposed": true,
"filterable": true,
"format": null,
"max_length": null,
"max_value": 5120,
"min_length": null,
"min_value": 4096,
"name": "ducMeshGroupID",
"orderable": true,
"read_only": true,
"required": false,
"subtype": "long",
"transient": false,
"type": "integer",
"unique": true,
"uniqueScope": null,
"userlabel": "Duc Mesh Group ID"
},
{
"allowed_chars": null,
"allowed_choices": [
"GATEWAY",
"HUB",
"UBR"
],
"autogenerated": false,
"channel": null,
"creation_only": false,
"default_order": false,
"default_value": "UBR",
"deprecated": false,
"description": "The function of the group",
"exposed": true,
"filterable": true,
"format": null,
"max_length": null,
"max_value": null,
"min_length": null,
"min_value": null,
"name": "function",
"orderable": false,
"read_only": false,
"required": false,
"subtype": null,
"transient": false,
"type": "enum",
"unique": false,
"uniqueScope": null,
"userlabel": "Function Type"
},
{
"allowed_chars": null,
"allowed_choices": null,
"autogenerated": false,
"channel": null,
"creation_only": false,
"default_order": false,
"default_value": null,
"deprecated": false,
"description": "Name given to the UBR Group.",
"exposed": true,
"filterable": true,
"format": "free",
"max_length": 255,
"max_value": null,
"min_length": 1,
"min_value": null,
"name": "name",
"orderable": true,
"read_only": false,
"required": false,
"subtype": null,
"transient": false,
"type": "string",
"unique": false,
"uniqueScope": null,
"userlabel": "Name"
}
],
"children": [
{
"bulk_create": false,
"bulk_delete": false,
"bulk_update": false,
"create": false,
"delete": false,
"deprecated": null,
"get": true,
"relationship": "member",
"rest_name": "nsgateway",
"update": true
}
],
"model": {
"allowed_job_commands": null,
"create": null,
"delete": true,
"description": "A logical group of 1 or more NSGs of personality NSG-UBR, that are used to provide connectivity between NSGs in disjoint underlays.",
"entity_name": "DUCGroup",
"extends": [
"@audited",
"@base",
"@metadata",
"@permission"
],
"get": true,
"package": null,
"resource_name": "ducgroups",
"rest_name": "ducgroup",
"root": null,
"template": false,
"update": true,
"userlabel": "UBR Group"
}
}