blob: f0960ea3d6c999901bcac04b87a06e87733423e8 [file] [log] [blame]
Ed Tanouscb103132019-10-08 11:34:22 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
4<!--# Redfish Schema: NetworkInterface v1.1.3 -->
5<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Gunnar Millsa778c022020-05-12 12:20:36 -05008<!--# Copyright 2014-2020 DMTF. -->
Ed Tanouscb103132019-10-08 11:34:22 -07009<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################ -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
14 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
15 </edmx:Reference>
16 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
17 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
18 </edmx:Reference>
19 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
20 <edmx:Include Namespace="Resource"/>
21 <edmx:Include Namespace="Resource.v1_0_0"/>
22 </edmx:Reference>
23 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
24 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
25 </edmx:Reference>
26 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkAdapter_v1.xml">
27 <edmx:Include Namespace="NetworkAdapter"/>
28 </edmx:Reference>
29 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkPortCollection_v1.xml">
30 <edmx:Include Namespace="NetworkPortCollection"/>
31 </edmx:Reference>
32 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunctionCollection_v1.xml">
33 <edmx:Include Namespace="NetworkDeviceFunctionCollection"/>
34 </edmx:Reference>
35
36 <edmx:DataServices>
37
38 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface">
39 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
40
41 <EntityType Name="NetworkInterface" BaseType="Resource.v1_0_0.Resource" Abstract="true">
42 <Annotation Term="OData.Description" String="The NetworkInterface schema describes links to the NetworkAdapter, NetworkPort, and NetworkDeviceFunction Resources and represents the functionality available to the containing system."/>
43 <Annotation Term="OData.LongDescription" String="This Resource contains links to the NetworkAdapter, NetworkPort, and NetworkDeviceFunction Resources and represents the functionality available to the containing system."/>
44 <Annotation Term="Capabilities.InsertRestrictions">
45 <Record>
46 <PropertyValue Property="Insertable" Bool="false"/>
47 </Record>
48 </Annotation>
49 <Annotation Term="Capabilities.UpdateRestrictions">
50 <Record>
51 <PropertyValue Property="Updatable" Bool="false"/>
52 </Record>
53 </Annotation>
54 <Annotation Term="Capabilities.DeleteRestrictions">
55 <Record>
56 <PropertyValue Property="Deletable" Bool="false"/>
57 </Record>
58 </Annotation>
59 <Annotation Term="Redfish.Uris">
60 <Collection>
61 <String>/redfish/v1/Systems/{ComputerSystemId}/NetworkInterfaces/{NetworkInterfaceId}</String>
62 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/NetworkInterfaces/{NetworkInterfaceId}</String>
63 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/NetworkInterfaces/{NetworkInterfaceId}</String>
64 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/NetworkInterfaces/{NetworkInterfaceId}</String>
65 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/NetworkInterfaces/{NetworkInterfaceId}</String>
66 </Collection>
67 </Annotation>
68 </EntityType>
69
70 </Schema>
71
72 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_0_0">
73 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
74 <Annotation Term="Redfish.Release" String="2016.3"/>
75
76 <EntityType Name="NetworkInterface" BaseType="NetworkInterface.NetworkInterface">
77 <Property Name="Status" Type="Resource.Status" Nullable="false">
78 <Annotation Term="OData.Description" String="The status and health of the Resource and its subordinate or dependent Resources."/>
79 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the Resource."/>
80 </Property>
81 <Property Name="Links" Type="NetworkInterface.v1_0_0.Links" Nullable="false">
82 <Annotation Term="OData.Description" String="The links."/>
83 <Annotation Term="OData.LongDescription" String="Links for this controller."/>
84 </Property>
85 <NavigationProperty Name="NetworkPorts" Type="NetworkPortCollection.NetworkPortCollection" ContainsTarget="true" Nullable="false">
86 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
87 <Annotation Term="OData.Description" String="The link to the network ports associated with this network interface."/>
88 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a Resource Collection of type NetworkPortCollection."/>
89 <Annotation Term="OData.AutoExpandReferences"/>
90 </NavigationProperty>
91 <NavigationProperty Name="NetworkDeviceFunctions" Type="NetworkDeviceFunctionCollection.NetworkDeviceFunctionCollection" ContainsTarget="true" Nullable="false">
92 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
93 <Annotation Term="OData.Description" String="The link to the network device functions associated with this network interface."/>
94 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a Resource Collection of type NetworkDeviceFunctionCollection."/>
95 <Annotation Term="OData.AutoExpandReferences"/>
96 </NavigationProperty>
97 </EntityType>
98
99 <ComplexType Name="Links" BaseType="Resource.Links">
100 <Annotation Term="OData.Description" String="The links to other Resources that are related to this Resource."/>
101 <Annotation Term="OData.LongDescription" String="The Redfish Specification-described type shall contain links to Resources related to but not subordinate to this Resource."/>
102 <NavigationProperty Name="NetworkAdapter" Type="NetworkAdapter.NetworkAdapter" Nullable="false">
103 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
104 <Annotation Term="OData.Description" String="The link to the network adapter that contains this network interface."/>
105 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a Resource of type NetworkAdapter that represents the physical container associated with this NetworkInterface."/>
106 <Annotation Term="OData.AutoExpandReferences"/>
107 </NavigationProperty>
108 </ComplexType>
109
110 </Schema>
111
112 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_0_1">
113 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
114 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
115 <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_0_0.NetworkInterface"/>
116 </Schema>
117
118 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_0_2">
119 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
120 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
121 <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_0_1.NetworkInterface"/>
122 </Schema>
123
124 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_0_3">
125 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
126 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
127 <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_0_2.NetworkInterface"/>
128 </Schema>
129
130 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_0_4">
131 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
132 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
133 <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_0_3.NetworkInterface"/>
134 </Schema>
135
136 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_1_0">
137 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
138 <Annotation Term="Redfish.Release" String="2017.1"/>
139 <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_0_1.NetworkInterface">
140 <Property Name="Actions" Type="NetworkInterface.v1_1_0.Actions" Nullable="false">
141 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
142 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/>
143 </Property>
144 </EntityType>
145
146 <ComplexType Name="Actions">
147 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
148 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
149 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/>
150 <Property Name="Oem" Type="NetworkInterface.v1_1_0.OemActions" Nullable="false">
151 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
152 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/>
153 </Property>
154 </ComplexType>
155
156 <ComplexType Name="OemActions">
157 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
158 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
159 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this Resource."/>
160 </ComplexType>
161 </Schema>
162
163 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_1_1">
164 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
165 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
166 <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_1_0.NetworkInterface"/>
167 </Schema>
168
169 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_1_2">
170 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
171 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
172 <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_1_1.NetworkInterface"/>
173 </Schema>
174
175 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_1_3">
176 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
177 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
178 <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_1_2.NetworkInterface"/>
179 </Schema>
180
181 </edmx:DataServices>
182</edmx:Edmx>