blob: 57b9322724d71ff39639607277a2c92adc514eeb [file] [log] [blame]
Ed Tanouscb103132019-10-08 11:34:22 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills844b4152020-06-22 12:44:09 -05004<!--# Redfish Schema: NetworkInterface v1.1.4 -->
Ed Tanouscb103132019-10-08 11:34:22 -07005<!--# -->
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">
Gunnar Mills844b4152020-06-22 12:44:09 -050042 <Annotation Term="OData.Description" String="The NetworkInterface schema describes links to the network adapters, network ports, and network device functions, and represents the functionality available to the containing system."/>
43 <Annotation Term="OData.LongDescription" String="This resource contains links to the network adapters, network porta, and network device functions, and represents the functionality available to the containing system."/>
Ed Tanouscb103132019-10-08 11:34:22 -070044 <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>
Ed Tanouscb103132019-10-08 11:34:22 -070069 </Schema>
70
71 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_0_0">
72 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
73 <Annotation Term="Redfish.Release" String="2016.3"/>
74
75 <EntityType Name="NetworkInterface" BaseType="NetworkInterface.NetworkInterface">
76 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -050077 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
78 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -070079 </Property>
80 <Property Name="Links" Type="NetworkInterface.v1_0_0.Links" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -050081 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
82 <Annotation Term="OData.LongDescription" String="This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -070083 </Property>
84 <NavigationProperty Name="NetworkPorts" Type="NetworkPortCollection.NetworkPortCollection" ContainsTarget="true" Nullable="false">
85 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
86 <Annotation Term="OData.Description" String="The link to the network ports associated with this network interface."/>
Gunnar Mills844b4152020-06-22 12:44:09 -050087 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type NetworkPortCollection."/>
Ed Tanouscb103132019-10-08 11:34:22 -070088 <Annotation Term="OData.AutoExpandReferences"/>
89 </NavigationProperty>
90 <NavigationProperty Name="NetworkDeviceFunctions" Type="NetworkDeviceFunctionCollection.NetworkDeviceFunctionCollection" ContainsTarget="true" Nullable="false">
91 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
92 <Annotation Term="OData.Description" String="The link to the network device functions associated with this network interface."/>
Gunnar Mills844b4152020-06-22 12:44:09 -050093 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type NetworkDeviceFunctionCollection."/>
Ed Tanouscb103132019-10-08 11:34:22 -070094 <Annotation Term="OData.AutoExpandReferences"/>
95 </NavigationProperty>
96 </EntityType>
97
98 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Mills844b4152020-06-22 12:44:09 -050099 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
100 <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700101 <NavigationProperty Name="NetworkAdapter" Type="NetworkAdapter.NetworkAdapter" Nullable="false">
102 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
103 <Annotation Term="OData.Description" String="The link to the network adapter that contains this network interface."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500104 <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 network interface."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700105 <Annotation Term="OData.AutoExpandReferences"/>
106 </NavigationProperty>
107 </ComplexType>
Ed Tanouscb103132019-10-08 11:34:22 -0700108 </Schema>
109
110 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_0_1">
111 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
112 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
113 <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_0_0.NetworkInterface"/>
114 </Schema>
115
116 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_0_2">
117 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
118 <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."/>
119 <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_0_1.NetworkInterface"/>
120 </Schema>
121
122 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_0_3">
123 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
124 <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."/>
125 <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_0_2.NetworkInterface"/>
126 </Schema>
127
128 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_0_4">
129 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
130 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
131 <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_0_3.NetworkInterface"/>
132 </Schema>
133
Gunnar Mills844b4152020-06-22 12:44:09 -0500134 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_0_5">
135 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
136 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
137 <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_0_4.NetworkInterface"/>
138 </Schema>
139
Ed Tanouscb103132019-10-08 11:34:22 -0700140 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_1_0">
141 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
142 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500143
Ed Tanouscb103132019-10-08 11:34:22 -0700144 <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_0_1.NetworkInterface">
145 <Property Name="Actions" Type="NetworkInterface.v1_1_0.Actions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500146 <Annotation Term="OData.Description" String="The available actions for this resource."/>
147 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700148 </Property>
149 </EntityType>
150
151 <ComplexType Name="Actions">
152 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500153 <Annotation Term="OData.Description" String="The available actions for this resource."/>
154 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700155 <Property Name="Oem" Type="NetworkInterface.v1_1_0.OemActions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500156 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
157 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700158 </Property>
159 </ComplexType>
160
161 <ComplexType Name="OemActions">
162 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500163 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
164 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700165 </ComplexType>
166 </Schema>
167
168 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_1_1">
169 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
170 <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."/>
171 <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_1_0.NetworkInterface"/>
172 </Schema>
173
174 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_1_2">
175 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
176 <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."/>
177 <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_1_1.NetworkInterface"/>
178 </Schema>
179
180 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_1_3">
181 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
182 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
183 <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_1_2.NetworkInterface"/>
184 </Schema>
185
Gunnar Mills844b4152020-06-22 12:44:09 -0500186 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkInterface.v1_1_4">
187 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
188 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
189 <EntityType Name="NetworkInterface" BaseType="NetworkInterface.v1_1_3.NetworkInterface"/>
190 </Schema>
191
Ed Tanouscb103132019-10-08 11:34:22 -0700192 </edmx:DataServices>
193</edmx:Edmx>