xref: /openbmc/bmcweb/features/redfish/schema/dmtf/json-schema/VLanNetworkInterface.v1_3_1.json (revision f2a8e57ede74a8252100b2281e3f4d170aa69391)
1*f2a8e57eSGunnar Mills{
2*f2a8e57eSGunnar Mills    "$id": "http://redfish.dmtf.org/schemas/v1/VLanNetworkInterface.v1_3_1.json",
3*f2a8e57eSGunnar Mills    "$ref": "#/definitions/VLanNetworkInterface",
4*f2a8e57eSGunnar Mills    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5*f2a8e57eSGunnar Mills    "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6*f2a8e57eSGunnar Mills    "definitions": {
7*f2a8e57eSGunnar Mills        "Actions": {
8*f2a8e57eSGunnar Mills            "additionalProperties": false,
9*f2a8e57eSGunnar Mills            "description": "The available actions for this resource.",
10*f2a8e57eSGunnar Mills            "longDescription": "This type shall contain the available actions for this resource.",
11*f2a8e57eSGunnar Mills            "patternProperties": {
12*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
14*f2a8e57eSGunnar Mills                    "type": [
15*f2a8e57eSGunnar Mills                        "array",
16*f2a8e57eSGunnar Mills                        "boolean",
17*f2a8e57eSGunnar Mills                        "integer",
18*f2a8e57eSGunnar Mills                        "number",
19*f2a8e57eSGunnar Mills                        "null",
20*f2a8e57eSGunnar Mills                        "object",
21*f2a8e57eSGunnar Mills                        "string"
22*f2a8e57eSGunnar Mills                    ]
23*f2a8e57eSGunnar Mills                }
24*f2a8e57eSGunnar Mills            },
25*f2a8e57eSGunnar Mills            "properties": {
26*f2a8e57eSGunnar Mills                "Oem": {
27*f2a8e57eSGunnar Mills                    "$ref": "#/definitions/OemActions",
28*f2a8e57eSGunnar Mills                    "description": "The available OEM-specific actions for this resource.",
29*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the available OEM-specific actions for this resource.",
30*f2a8e57eSGunnar Mills                    "versionAdded": "v1_1_0"
31*f2a8e57eSGunnar Mills                }
32*f2a8e57eSGunnar Mills            },
33*f2a8e57eSGunnar Mills            "type": "object"
34*f2a8e57eSGunnar Mills        },
35*f2a8e57eSGunnar Mills        "OemActions": {
36*f2a8e57eSGunnar Mills            "additionalProperties": true,
37*f2a8e57eSGunnar Mills            "description": "The available OEM-specific actions for this resource.",
38*f2a8e57eSGunnar Mills            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
39*f2a8e57eSGunnar Mills            "patternProperties": {
40*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
41*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
42*f2a8e57eSGunnar Mills                    "type": [
43*f2a8e57eSGunnar Mills                        "array",
44*f2a8e57eSGunnar Mills                        "boolean",
45*f2a8e57eSGunnar Mills                        "integer",
46*f2a8e57eSGunnar Mills                        "number",
47*f2a8e57eSGunnar Mills                        "null",
48*f2a8e57eSGunnar Mills                        "object",
49*f2a8e57eSGunnar Mills                        "string"
50*f2a8e57eSGunnar Mills                    ]
51*f2a8e57eSGunnar Mills                }
52*f2a8e57eSGunnar Mills            },
53*f2a8e57eSGunnar Mills            "properties": {},
54*f2a8e57eSGunnar Mills            "type": "object"
55*f2a8e57eSGunnar Mills        },
56*f2a8e57eSGunnar Mills        "VLAN": {
57*f2a8e57eSGunnar Mills            "additionalProperties": false,
58*f2a8e57eSGunnar Mills            "description": "The attributes of a VLAN.",
59*f2a8e57eSGunnar Mills            "longDescription": "This type shall contain any attributes of a VLAN.",
60*f2a8e57eSGunnar Mills            "patternProperties": {
61*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
62*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
63*f2a8e57eSGunnar Mills                    "type": [
64*f2a8e57eSGunnar Mills                        "array",
65*f2a8e57eSGunnar Mills                        "boolean",
66*f2a8e57eSGunnar Mills                        "integer",
67*f2a8e57eSGunnar Mills                        "number",
68*f2a8e57eSGunnar Mills                        "null",
69*f2a8e57eSGunnar Mills                        "object",
70*f2a8e57eSGunnar Mills                        "string"
71*f2a8e57eSGunnar Mills                    ]
72*f2a8e57eSGunnar Mills                }
73*f2a8e57eSGunnar Mills            },
74*f2a8e57eSGunnar Mills            "properties": {
75*f2a8e57eSGunnar Mills                "Tagged": {
76*f2a8e57eSGunnar Mills                    "description": "An indication of whether this VLAN is tagged or untagged for this interface.",
77*f2a8e57eSGunnar Mills                    "longDescription": "This property shall indicate whether this VLAN is tagged or untagged for this interface.",
78*f2a8e57eSGunnar Mills                    "readonly": false,
79*f2a8e57eSGunnar Mills                    "type": [
80*f2a8e57eSGunnar Mills                        "boolean",
81*f2a8e57eSGunnar Mills                        "null"
82*f2a8e57eSGunnar Mills                    ],
83*f2a8e57eSGunnar Mills                    "versionAdded": "v1_3_0"
84*f2a8e57eSGunnar Mills                },
85*f2a8e57eSGunnar Mills                "VLANEnable": {
86*f2a8e57eSGunnar Mills                    "description": "An indication of whether this VLAN is enabled for this VLAN network interface.",
87*f2a8e57eSGunnar Mills                    "longDescription": "This property shall indicate whether this VLAN is enabled for this VLAN network interface.",
88*f2a8e57eSGunnar Mills                    "readonly": false,
89*f2a8e57eSGunnar Mills                    "type": [
90*f2a8e57eSGunnar Mills                        "boolean",
91*f2a8e57eSGunnar Mills                        "null"
92*f2a8e57eSGunnar Mills                    ]
93*f2a8e57eSGunnar Mills                },
94*f2a8e57eSGunnar Mills                "VLANId": {
95*f2a8e57eSGunnar Mills                    "anyOf": [
96*f2a8e57eSGunnar Mills                        {
97*f2a8e57eSGunnar Mills                            "$ref": "#/definitions/VLANId"
98*f2a8e57eSGunnar Mills                        },
99*f2a8e57eSGunnar Mills                        {
100*f2a8e57eSGunnar Mills                            "type": "null"
101*f2a8e57eSGunnar Mills                        }
102*f2a8e57eSGunnar Mills                    ],
103*f2a8e57eSGunnar Mills                    "description": "The ID for this VLAN.",
104*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the ID for this VLAN.",
105*f2a8e57eSGunnar Mills                    "readonly": false
106*f2a8e57eSGunnar Mills                },
107*f2a8e57eSGunnar Mills                "VLANPriority": {
108*f2a8e57eSGunnar Mills                    "anyOf": [
109*f2a8e57eSGunnar Mills                        {
110*f2a8e57eSGunnar Mills                            "$ref": "#/definitions/VLANPriority"
111*f2a8e57eSGunnar Mills                        },
112*f2a8e57eSGunnar Mills                        {
113*f2a8e57eSGunnar Mills                            "type": "null"
114*f2a8e57eSGunnar Mills                        }
115*f2a8e57eSGunnar Mills                    ],
116*f2a8e57eSGunnar Mills                    "description": "The priority for this VLAN.",
117*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the priority for this VLAN.",
118*f2a8e57eSGunnar Mills                    "readonly": false,
119*f2a8e57eSGunnar Mills                    "versionAdded": "v1_2_0"
120*f2a8e57eSGunnar Mills                }
121*f2a8e57eSGunnar Mills            },
122*f2a8e57eSGunnar Mills            "requiredOnCreate": [
123*f2a8e57eSGunnar Mills                "VLANEnable",
124*f2a8e57eSGunnar Mills                "VLANId"
125*f2a8e57eSGunnar Mills            ],
126*f2a8e57eSGunnar Mills            "type": "object"
127*f2a8e57eSGunnar Mills        },
128*f2a8e57eSGunnar Mills        "VLANId": {
129*f2a8e57eSGunnar Mills            "maximum": 4094,
130*f2a8e57eSGunnar Mills            "minimum": 0,
131*f2a8e57eSGunnar Mills            "type": "integer"
132*f2a8e57eSGunnar Mills        },
133*f2a8e57eSGunnar Mills        "VLANPriority": {
134*f2a8e57eSGunnar Mills            "maximum": 7,
135*f2a8e57eSGunnar Mills            "minimum": 0,
136*f2a8e57eSGunnar Mills            "type": "integer"
137*f2a8e57eSGunnar Mills        },
138*f2a8e57eSGunnar Mills        "VLanNetworkInterface": {
139*f2a8e57eSGunnar Mills            "additionalProperties": false,
140*f2a8e57eSGunnar Mills            "deprecated": "This schema has been deprecated in favor of using individual `EthernetInterface` resources to show VLAN information.",
141*f2a8e57eSGunnar Mills            "description": "The `VLanNetworkInterface` schema describes a VLAN network instance that is available on a manager, system, or other device.",
142*f2a8e57eSGunnar Mills            "longDescription": "This resource contains information for a VLAN network instance that is available on a manager, system, or other device for a Redfish implementation.",
143*f2a8e57eSGunnar Mills            "patternProperties": {
144*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
145*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
146*f2a8e57eSGunnar Mills                    "type": [
147*f2a8e57eSGunnar Mills                        "array",
148*f2a8e57eSGunnar Mills                        "boolean",
149*f2a8e57eSGunnar Mills                        "integer",
150*f2a8e57eSGunnar Mills                        "number",
151*f2a8e57eSGunnar Mills                        "null",
152*f2a8e57eSGunnar Mills                        "object",
153*f2a8e57eSGunnar Mills                        "string"
154*f2a8e57eSGunnar Mills                    ]
155*f2a8e57eSGunnar Mills                }
156*f2a8e57eSGunnar Mills            },
157*f2a8e57eSGunnar Mills            "properties": {
158*f2a8e57eSGunnar Mills                "@odata.context": {
159*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
160*f2a8e57eSGunnar Mills                },
161*f2a8e57eSGunnar Mills                "@odata.etag": {
162*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
163*f2a8e57eSGunnar Mills                },
164*f2a8e57eSGunnar Mills                "@odata.id": {
165*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
166*f2a8e57eSGunnar Mills                },
167*f2a8e57eSGunnar Mills                "@odata.type": {
168*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
169*f2a8e57eSGunnar Mills                },
170*f2a8e57eSGunnar Mills                "Actions": {
171*f2a8e57eSGunnar Mills                    "$ref": "#/definitions/Actions",
172*f2a8e57eSGunnar Mills                    "description": "The available actions for this resource.",
173*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the available actions for this resource.",
174*f2a8e57eSGunnar Mills                    "versionAdded": "v1_1_0"
175*f2a8e57eSGunnar Mills                },
176*f2a8e57eSGunnar Mills                "Description": {
177*f2a8e57eSGunnar Mills                    "anyOf": [
178*f2a8e57eSGunnar Mills                        {
179*f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
180*f2a8e57eSGunnar Mills                        },
181*f2a8e57eSGunnar Mills                        {
182*f2a8e57eSGunnar Mills                            "type": "null"
183*f2a8e57eSGunnar Mills                        }
184*f2a8e57eSGunnar Mills                    ],
185*f2a8e57eSGunnar Mills                    "readonly": true
186*f2a8e57eSGunnar Mills                },
187*f2a8e57eSGunnar Mills                "Id": {
188*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
189*f2a8e57eSGunnar Mills                    "readonly": true
190*f2a8e57eSGunnar Mills                },
191*f2a8e57eSGunnar Mills                "Name": {
192*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
193*f2a8e57eSGunnar Mills                    "readonly": true
194*f2a8e57eSGunnar Mills                },
195*f2a8e57eSGunnar Mills                "Oem": {
196*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
197*f2a8e57eSGunnar Mills                    "description": "The OEM extension property.",
198*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
199*f2a8e57eSGunnar Mills                },
200*f2a8e57eSGunnar Mills                "VLANEnable": {
201*f2a8e57eSGunnar Mills                    "description": "An indication of whether this VLAN is enabled for this interface.",
202*f2a8e57eSGunnar Mills                    "longDescription": "This property shall indicate whether this VLAN is enabled for this interface.",
203*f2a8e57eSGunnar Mills                    "readonly": false,
204*f2a8e57eSGunnar Mills                    "type": [
205*f2a8e57eSGunnar Mills                        "boolean",
206*f2a8e57eSGunnar Mills                        "null"
207*f2a8e57eSGunnar Mills                    ]
208*f2a8e57eSGunnar Mills                },
209*f2a8e57eSGunnar Mills                "VLANId": {
210*f2a8e57eSGunnar Mills                    "anyOf": [
211*f2a8e57eSGunnar Mills                        {
212*f2a8e57eSGunnar Mills                            "$ref": "#/definitions/VLANId"
213*f2a8e57eSGunnar Mills                        },
214*f2a8e57eSGunnar Mills                        {
215*f2a8e57eSGunnar Mills                            "type": "null"
216*f2a8e57eSGunnar Mills                        }
217*f2a8e57eSGunnar Mills                    ],
218*f2a8e57eSGunnar Mills                    "description": "The ID for this VLAN.",
219*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the ID for this VLAN.",
220*f2a8e57eSGunnar Mills                    "readonly": false
221*f2a8e57eSGunnar Mills                },
222*f2a8e57eSGunnar Mills                "VLANPriority": {
223*f2a8e57eSGunnar Mills                    "anyOf": [
224*f2a8e57eSGunnar Mills                        {
225*f2a8e57eSGunnar Mills                            "$ref": "#/definitions/VLANPriority"
226*f2a8e57eSGunnar Mills                        },
227*f2a8e57eSGunnar Mills                        {
228*f2a8e57eSGunnar Mills                            "type": "null"
229*f2a8e57eSGunnar Mills                        }
230*f2a8e57eSGunnar Mills                    ],
231*f2a8e57eSGunnar Mills                    "description": "The priority for this VLAN.",
232*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the priority for this VLAN.",
233*f2a8e57eSGunnar Mills                    "readonly": false,
234*f2a8e57eSGunnar Mills                    "versionAdded": "v1_2_0"
235*f2a8e57eSGunnar Mills                }
236*f2a8e57eSGunnar Mills            },
237*f2a8e57eSGunnar Mills            "required": [
238*f2a8e57eSGunnar Mills                "@odata.id",
239*f2a8e57eSGunnar Mills                "@odata.type",
240*f2a8e57eSGunnar Mills                "Id",
241*f2a8e57eSGunnar Mills                "Name"
242*f2a8e57eSGunnar Mills            ],
243*f2a8e57eSGunnar Mills            "requiredOnCreate": [
244*f2a8e57eSGunnar Mills                "VLANEnable",
245*f2a8e57eSGunnar Mills                "VLANId"
246*f2a8e57eSGunnar Mills            ],
247*f2a8e57eSGunnar Mills            "type": "object",
248*f2a8e57eSGunnar Mills            "versionDeprecated": "v1_3_0"
249*f2a8e57eSGunnar Mills        }
250*f2a8e57eSGunnar Mills    },
251*f2a8e57eSGunnar Mills    "language": "en",
252*f2a8e57eSGunnar Mills    "owningEntity": "DMTF",
253*f2a8e57eSGunnar Mills    "release": "2021.2",
254*f2a8e57eSGunnar Mills    "title": "#VLanNetworkInterface.v1_3_1.VLanNetworkInterface"
255*f2a8e57eSGunnar Mills}