-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathforwardingclass.spec
114 lines (114 loc) · 3.51 KB
/
forwardingclass.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
{
"attributes": [
{
"allowed_chars": null,
"allowed_choices": null,
"autogenerated": false,
"channel": null,
"creation_only": false,
"default_order": false,
"default_value": "false",
"deprecated": false,
"description": "Indicates if FEC (Forward Error Correction) is enabled for the Service Class.",
"exposed": true,
"filterable": false,
"format": null,
"max_length": null,
"max_value": null,
"min_length": null,
"min_value": null,
"name": "fecEnabled",
"orderable": false,
"read_only": false,
"required": false,
"subtype": null,
"transient": false,
"type": "boolean",
"unique": false,
"uniqueScope": null,
"userlabel": "FEC Enabled"
},
{
"allowed_chars": null,
"allowed_choices": [
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
"autogenerated": false,
"channel": null,
"creation_only": false,
"default_order": false,
"default_value": null,
"deprecated": false,
"description": "Class of service to be used.Service classes in order of priority are A, B, C, D, E, F, G, and H.",
"exposed": true,
"filterable": false,
"format": null,
"max_length": null,
"max_value": null,
"min_length": null,
"min_value": null,
"name": "forwardingClass",
"orderable": false,
"read_only": false,
"required": false,
"subtype": null,
"transient": false,
"type": "enum",
"unique": false,
"uniqueScope": null,
"userlabel": "Forwarding Class"
},
{
"allowed_chars": null,
"allowed_choices": null,
"autogenerated": false,
"channel": null,
"creation_only": false,
"default_order": false,
"default_value": "false",
"deprecated": false,
"description": "Indicates whether the Service Class is used to used for load balancing in the forwarding path.",
"exposed": true,
"filterable": false,
"format": null,
"max_length": null,
"max_value": null,
"min_length": null,
"min_value": null,
"name": "loadBalancing",
"orderable": false,
"read_only": false,
"required": false,
"subtype": null,
"transient": false,
"type": "boolean",
"unique": false,
"uniqueScope": null,
"userlabel": "Load Balancing"
}
],
"children": [],
"model": {
"allowed_job_commands": null,
"create": false,
"delete": false,
"description": "Contains the Forwarding Class and its usage for load balancing.",
"entity_name": "ForwardingClass",
"extends": [],
"get": true,
"package": null,
"resource_name": null,
"rest_name": null,
"root": null,
"template": null,
"update": true,
"userlabel": "Forwarding Class"
}
}