1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  ManagerNetworkProtocol v1.10.1                                      -->
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                                   -->
8<!--# Copyright 2014-2024 DMTF.                                                            -->
9<!--# 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
14  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16  </edmx:Reference>
17  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19  </edmx:Reference>
20  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
21    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
22    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
23  </edmx:Reference>
24  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
25    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
26  </edmx:Reference>
27  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
28    <edmx:Include Namespace="Resource"/>
29    <edmx:Include Namespace="Resource.v1_0_0"/>
30  </edmx:Reference>
31  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/IPAddresses_v1.xml">
32    <edmx:Include Namespace="IPAddresses"/>
33  </edmx:Reference>
34  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml">
35    <edmx:Include Namespace="CertificateCollection"/>
36  </edmx:Reference>
37
38  <edmx:DataServices>
39
40    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol">
41      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
42      <Annotation Term="Redfish.Language" String="en"/>
43
44      <EntityType Name="ManagerNetworkProtocol" BaseType="Resource.v1_0_0.Resource" Abstract="true">
45        <Annotation Term="OData.Description" String="The network service settings for the manager."/>
46        <Annotation Term="OData.LongDescription" String="This resource shall represent the network service settings for the manager."/>
47        <Annotation Term="Capabilities.InsertRestrictions">
48          <Record>
49            <PropertyValue Property="Insertable" Bool="false"/>
50          </Record>
51        </Annotation>
52        <Annotation Term="Capabilities.UpdateRestrictions">
53          <Record>
54            <PropertyValue Property="Updatable" Bool="true"/>
55            <Annotation Term="OData.Description" String="Writable properties, such as protocol and virtual media settings, can be updated for manager network protocols."/>
56          </Record>
57        </Annotation>
58        <Annotation Term="Capabilities.DeleteRestrictions">
59          <Record>
60            <PropertyValue Property="Deletable" Bool="false"/>
61          </Record>
62        </Annotation>
63        <Annotation Term="Redfish.Uris">
64          <Collection>
65            <String>/redfish/v1/Managers/{ManagerId}/NetworkProtocol</String>
66          </Collection>
67        </Annotation>
68      </EntityType>
69    </Schema>
70
71    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_0_0">
72      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
73      <Annotation Term="Redfish.Release" String="1.0"/>
74
75      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.ManagerNetworkProtocol">
76        <Property Name="HostName" Type="Edm.String">
77          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
78          <Annotation Term="OData.Description" String="The DNS host name of this manager, without any domain information."/>
79          <Annotation Term="OData.LongDescription" String="This property shall contain the host name without any domain information."/>
80        </Property>
81        <Property Name="FQDN" Type="Edm.String">
82          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
83          <Annotation Term="OData.Description" String="The fully qualified domain name for the manager obtained by DNS including the host name and top-level domain name."/>
84          <Annotation Term="OData.LongDescription" String="This property shall contain the fully qualified domain name for the manager."/>
85        </Property>
86        <Property Name="HTTP" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false">
87          <Annotation Term="OData.Description" String="The settings for this manager's HTTP protocol support."/>
88          <Annotation Term="OData.LongDescription" String="This object shall contain the HTTP protocol settings for the manager.  The default `Port` property value should be `80` for compatibility with established client implementations."/>
89        </Property>
90        <Property Name="HTTPS" Type="ManagerNetworkProtocol.v1_0_0.HTTPSProtocol" Nullable="false">
91          <Annotation Term="OData.Description" String="The settings for this manager's HTTPS protocol support."/>
92          <Annotation Term="OData.LongDescription" String="This object shall contain the HTTPS/SSL protocol settings for this manager.  The default `Port` property value should be `443` for compatibility with established client implementations."/>
93        </Property>
94        <Property Name="SNMP" Type="ManagerNetworkProtocol.v1_0_0.SNMPProtocol" Nullable="false">
95          <Annotation Term="OData.Description" String="The settings for this manager's SNMP support."/>
96          <Annotation Term="OData.LongDescription" String="This object shall contain the SNMP protocol settings for this manager.  The default `Port` property value should be `161` for compatibility with established client implementations."/>
97        </Property>
98        <Property Name="VirtualMedia" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false">
99          <Annotation Term="OData.Description" String="The settings for this manager's virtual media support that apply to all system instances controlled by this manager."/>
100          <Annotation Term="OData.LongDescription" String="This object shall contain the virtual media protocol settings for this manager.  The `Port` property shall contain the TCP port assigned for virtual media usage.  If multiple systems are supported by this manager, these properties, if present, apply to all instances of virtual media controlled by this manager."/>
101        </Property>
102        <Property Name="Telnet" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false">
103          <Annotation Term="OData.Description" String="The settings for this manager's Telnet protocol support."/>
104          <Annotation Term="OData.LongDescription" String="This object shall contain the Telnet protocol settings for this manager.  The default `Port` property value should be `23` for compatibility with established client implementations."/>
105        </Property>
106        <Property Name="SSDP" Type="ManagerNetworkProtocol.v1_0_0.SSDProtocol" Nullable="false">
107          <Annotation Term="OData.Description" String="The settings for this manager's SSDP support."/>
108          <Annotation Term="OData.LongDescription" String="This object shall contain the SSDP protocol settings for this manager.  Simple Service Discovery Protocol (SSDP) is for network discovery of devices supporting the Redfish Service.  The default `Port` property value should be `1900` for compatibility with established client implementations."/>
109        </Property>
110        <Property Name="IPMI" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false">
111          <Annotation Term="OData.Description" String="The settings for this manager's IPMI-over-LAN protocol support."/>
112          <Annotation Term="OData.LongDescription" String="This object shall contain the IPMI over LAN protocol settings for the manager.  The default `Port` property value should be `623` for compatibility with established client implementations."/>
113        </Property>
114        <Property Name="SSH" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false">
115          <Annotation Term="OData.Description" String="The settings for this manager's Secure Shell (SSH) protocol support."/>
116          <Annotation Term="OData.LongDescription" String="This object shall contain the Secure Shell (SSH) protocol settings for the manager.  The default value should be `22` for compatibility with established client implementations."/>
117        </Property>
118        <Property Name="KVMIP" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false">
119          <Annotation Term="OData.Description" String="The settings for this manager's KVM-IP protocol support that apply to all system instances controlled by this manager."/>
120          <Annotation Term="OData.LongDescription" String="This object shall contain the KVM-IP (Keyboard, Video, Mouse over IP) protocol settings for the manager.  If multiple systems are supported by this manager, these properties, if present, apply to all instances of KVM-IP controlled by this manager."/>
121        </Property>
122        <Property Name="Status" Type="Resource.Status" Nullable="false">
123          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
124          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
125        </Property>
126      </EntityType>
127
128      <ComplexType Name="Protocol">
129        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
130        <Annotation Term="OData.Description" String="The settings for a network protocol associated with a manager."/>
131        <Annotation Term="OData.LongDescription" String="This type shall describe information about a protocol setting for a manager."/>
132        <Property Name="ProtocolEnabled" Type="Edm.Boolean">
133          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
134          <Annotation Term="OData.Description" String="An indication of whether the protocol is enabled."/>
135          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the protocol is enabled."/>
136        </Property>
137        <Property Name="Port" Type="Edm.Int64">
138          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
139          <Annotation Term="OData.Description" String="The protocol port."/>
140          <Annotation Term="OData.LongDescription" String="This property shall contain the port assigned to the protocol."/>
141          <Annotation Term="Validation.Minimum" Int="0"/>
142        </Property>
143      </ComplexType>
144
145      <ComplexType Name="SSDProtocol" BaseType="ManagerNetworkProtocol.v1_0_0.Protocol">
146        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
147        <Property Name="NotifyMulticastIntervalSeconds" Type="Edm.Int64">
148          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
149          <Annotation Term="OData.Description" String="The time interval, in seconds, between transmissions of the multicast NOTIFY ALIVE message from this service for SSDP."/>
150          <Annotation Term="OData.LongDescription" String="This property shall contain the time interval, in seconds, between transmissions of the multicast NOTIFY ALIVE message.  A setting of 0 seconds shall disable this functionality.  The recommended value is 600 seconds.  When disabled, other NOTIFY messages are also disabled due to their dependency on previously sent NOTIFY ALIVE messages."/>
151          <Annotation Term="Measures.Unit" String="s"/>
152          <Annotation Term="Validation.Minimum" Int="0"/>
153        </Property>
154        <Property Name="NotifyTTL" Type="Edm.Int64">
155          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
156          <Annotation Term="OData.Description" String="The time-to-live hop count for SSDP multicast NOTIFY messages."/>
157          <Annotation Term="OData.LongDescription" String="This property shall contain the time-to-live hop count used for multicast NOTIFY messages.  The recommended value is 2."/>
158          <Annotation Term="Validation.Minimum" Int="1"/>
159        </Property>
160        <Property Name="NotifyIPv6Scope" Type="ManagerNetworkProtocol.v1_0_0.NotifyIPv6Scope">
161          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
162          <Annotation Term="OData.Description" String="The IPv6 scope for multicast NOTIFY messages for SSDP."/>
163          <Annotation Term="OData.LongDescription" String="This property shall contain the IPv6 scope for multicast NOTIFY messages.  The valid enumerations are a subset of the available IPv6 scope types."/>
164        </Property>
165      </ComplexType>
166
167      <ComplexType Name="HTTPSProtocol" BaseType="ManagerNetworkProtocol.v1_0_0.Protocol"/>
168
169      <ComplexType Name="SNMPProtocol" BaseType="ManagerNetworkProtocol.v1_0_0.Protocol"/>
170
171      <EnumType Name="NotifyIPv6Scope">
172        <Member Name="Link">
173          <Annotation Term="OData.Description" String="SSDP NOTIFY messages are sent to addresses in the IPv6 local link scope."/>
174        </Member>
175        <Member Name="Site">
176          <Annotation Term="OData.Description" String="SSDP NOTIFY messages are sent to addresses in the IPv6 local site scope."/>
177        </Member>
178        <Member Name="Organization">
179          <Annotation Term="OData.Description" String="SSDP NOTIFY messages are sent to addresses in the IPv6 local organization scope."/>
180        </Member>
181      </EnumType>
182    </Schema>
183
184    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_0_2">
185      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
186      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
187      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_0_0.ManagerNetworkProtocol"/>
188    </Schema>
189
190    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_0_3">
191      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
192      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
193      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_0_2.ManagerNetworkProtocol"/>
194    </Schema>
195
196    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_0_4">
197      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
198      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
199      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_0_3.ManagerNetworkProtocol"/>
200    </Schema>
201
202    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_0_5">
203      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
204      <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."/>
205      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_0_4.ManagerNetworkProtocol"/>
206    </Schema>
207
208    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_0_6">
209      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
210      <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."/>
211      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_0_5.ManagerNetworkProtocol"/>
212    </Schema>
213
214    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_0_7">
215      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
216      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
217      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_0_6.ManagerNetworkProtocol"/>
218    </Schema>
219
220    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_0_8">
221      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
222      <Annotation Term="OData.Description" String="This version was created to update the descriptions for the `VirtualMedia` and `KVMIP` properties."/>
223      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_0_7.ManagerNetworkProtocol"/>
224    </Schema>
225
226    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_0_9">
227      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
228      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
229      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_0_8.ManagerNetworkProtocol"/>
230    </Schema>
231
232    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_0_10">
233      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
234      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
235      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_0_9.ManagerNetworkProtocol"/>
236    </Schema>
237
238    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_0_11">
239      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
240      <Annotation Term="OData.Description" String="This version was created to clarify that setting `NotifyMulticastIntervalSeconds` to `0` impacts other NOTIFY usage beyond NOTIFY ALIVE.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
241      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_0_10.ManagerNetworkProtocol"/>
242    </Schema>
243
244    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_1_0">
245      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
246      <Annotation Term="Redfish.Release" String="2016.3"/>
247
248      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_0_3.ManagerNetworkProtocol">
249        <Property Name="DHCP" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false">
250          <Annotation Term="OData.Description" String="The settings for this manager's DHCPv4 protocol support."/>
251          <Annotation Term="OData.LongDescription" String="This object shall contain the DHCPv4 protocol settings for the manager."/>
252        </Property>
253      </EntityType>
254    </Schema>
255
256    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_1_1">
257      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
258      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
259      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_1_0.ManagerNetworkProtocol"/>
260    </Schema>
261
262    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_1_2">
263      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
264      <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.  It was also created to clarify that the `DHCP` property is for DHCPv4."/>
265      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_1_1.ManagerNetworkProtocol"/>
266    </Schema>
267
268    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_1_3">
269      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
270      <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."/>
271      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_1_2.ManagerNetworkProtocol"/>
272    </Schema>
273
274    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_1_4">
275      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
276      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
277      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_1_3.ManagerNetworkProtocol"/>
278    </Schema>
279
280    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_1_5">
281      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
282      <Annotation Term="OData.Description" String="This version was created to update the descriptions for the `VirtualMedia` and `KVMIP` properties."/>
283      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_1_4.ManagerNetworkProtocol"/>
284    </Schema>
285
286    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_1_6">
287      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
288      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
289      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_1_5.ManagerNetworkProtocol"/>
290    </Schema>
291
292    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_1_7">
293      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
294      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
295      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_1_6.ManagerNetworkProtocol"/>
296    </Schema>
297
298    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_1_8">
299      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
300      <Annotation Term="OData.Description" String="This version was created to clarify that setting `NotifyMulticastIntervalSeconds` to `0` impacts other NOTIFY usage beyond NOTIFY ALIVE.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
301      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_1_7.ManagerNetworkProtocol"/>
302    </Schema>
303
304    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_2_0">
305      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
306      <Annotation Term="Redfish.Release" String="2017.1"/>
307
308      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_1_1.ManagerNetworkProtocol">
309        <Property Name="NTP" Type="ManagerNetworkProtocol.v1_2_0.NTPProtocol" Nullable="false">
310          <Annotation Term="OData.Description" String="The settings for this manager's NTP protocol support."/>
311          <Annotation Term="OData.LongDescription" String="This object shall contain the NTP protocol settings for the manager."/>
312        </Property>
313        <Property Name="Actions" Type="ManagerNetworkProtocol.v1_2_0.Actions" Nullable="false">
314          <Annotation Term="OData.Description" String="The available actions for this resource."/>
315          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
316        </Property>
317      </EntityType>
318
319      <ComplexType Name="NTPProtocol" BaseType="ManagerNetworkProtocol.v1_0_0.Protocol">
320        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
321        <Property Name="NTPServers" Type="Collection(Edm.String)">
322          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
323          <Annotation Term="OData.Description" String="Indicates to which user-supplied NTP servers this manager is subscribed."/>
324          <Annotation Term="OData.LongDescription" String="This property shall contain all the user-supplied NTP servers for which this manager is using to obtain time.  `NetworkSuppliedServers` is used for NTP servers supplied by other network protocols such as DHCP."/>
325        </Property>
326      </ComplexType>
327
328      <ComplexType Name="Actions">
329        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
330        <Annotation Term="OData.Description" String="The available actions for this resource."/>
331        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
332        <Property Name="Oem" Type="ManagerNetworkProtocol.v1_2_0.OemActions" Nullable="false">
333          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
334          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
335        </Property>
336      </ComplexType>
337
338      <ComplexType Name="OemActions">
339        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
340        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
341        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
342      </ComplexType>
343    </Schema>
344
345    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_2_1">
346      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
347      <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.  It was also created to clarify that the `DHCP` property is for DHCPv4."/>
348      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_2_0.ManagerNetworkProtocol"/>
349    </Schema>
350
351    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_2_2">
352      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
353      <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."/>
354      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_2_1.ManagerNetworkProtocol"/>
355    </Schema>
356
357    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_2_3">
358      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
359      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
360      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_2_2.ManagerNetworkProtocol"/>
361    </Schema>
362
363    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_2_4">
364      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
365      <Annotation Term="OData.Description" String="This version was created to update the descriptions for the `VirtualMedia` and `KVMIP` properties."/>
366      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_2_3.ManagerNetworkProtocol"/>
367    </Schema>
368
369    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_2_5">
370      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
371      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
372      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_2_4.ManagerNetworkProtocol"/>
373    </Schema>
374
375    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_2_6">
376      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
377      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
378      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_2_5.ManagerNetworkProtocol"/>
379    </Schema>
380
381    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_2_7">
382      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
383      <Annotation Term="OData.Description" String="This version was created to clarify that setting `NotifyMulticastIntervalSeconds` to `0` impacts other NOTIFY usage beyond NOTIFY ALIVE.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
384      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_2_6.ManagerNetworkProtocol"/>
385    </Schema>
386
387    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_3_0">
388      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
389      <Annotation Term="Redfish.Release" String="2018.2"/>
390
391      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_2_1.ManagerNetworkProtocol">
392        <Property Name="DHCPv6" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false">
393          <Annotation Term="OData.Description" String="The settings for this manager's DHCPv6 protocol support."/>
394          <Annotation Term="OData.LongDescription" String="This object shall contain the DHCPv6 protocol settings for the manager."/>
395        </Property>
396        <Property Name="RDP" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false">
397          <Annotation Term="OData.Description" String="The settings for this manager's Remote Desktop Protocol support."/>
398          <Annotation Term="OData.LongDescription" String="This object shall contain the Remote Desktop Protocol settings for the manager."/>
399        </Property>
400        <Property Name="RFB" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false">
401          <Annotation Term="OData.Description" String="The settings for this manager's Remote Frame Buffer protocol support, which can support VNC."/>
402          <Annotation Term="OData.LongDescription" String="This object shall contain the Remote Frame Buffer protocol settings for the manager."/>
403        </Property>
404      </EntityType>
405    </Schema>
406
407    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_3_1">
408      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
409      <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."/>
410      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_3_0.ManagerNetworkProtocol"/>
411    </Schema>
412
413    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_3_2">
414      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
415      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
416      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_3_1.ManagerNetworkProtocol"/>
417    </Schema>
418
419    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_3_3">
420      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
421      <Annotation Term="OData.Description" String="This version was created to update the descriptions for the `VirtualMedia` and `KVMIP` properties."/>
422      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_3_2.ManagerNetworkProtocol"/>
423    </Schema>
424
425    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_3_4">
426      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
427      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
428      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_3_3.ManagerNetworkProtocol"/>
429    </Schema>
430
431    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_3_5">
432      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
433      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
434      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_3_4.ManagerNetworkProtocol"/>
435    </Schema>
436
437    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_3_6">
438      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
439      <Annotation Term="OData.Description" String="This version was created to clarify that setting `NotifyMulticastIntervalSeconds` to `0` impacts other NOTIFY usage beyond NOTIFY ALIVE.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
440      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_3_5.ManagerNetworkProtocol"/>
441    </Schema>
442
443    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_4_0">
444      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
445      <Annotation Term="Redfish.Release" String="2018.3"/>
446
447      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_3_0.ManagerNetworkProtocol"/>
448
449      <ComplexType Name="HTTPSProtocol" BaseType="ManagerNetworkProtocol.v1_0_0.HTTPSProtocol">
450        <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
451          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
452          <Annotation Term="OData.Description" String="The link to a collection of certificates used for HTTPS by this manager."/>
453          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `CertificateCollection`."/>
454          <Annotation Term="OData.AutoExpandReferences"/>
455        </NavigationProperty>
456      </ComplexType>
457    </Schema>
458
459    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_4_1">
460      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
461      <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."/>
462      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_4_0.ManagerNetworkProtocol"/>
463    </Schema>
464
465    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_4_2">
466      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
467      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
468      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_4_1.ManagerNetworkProtocol"/>
469    </Schema>
470
471    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_4_3">
472      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
473      <Annotation Term="OData.Description" String="This version was created to update the descriptions for the `VirtualMedia` and `KVMIP` properties."/>
474      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_4_2.ManagerNetworkProtocol"/>
475    </Schema>
476
477    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_4_4">
478      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
479      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
480      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_4_3.ManagerNetworkProtocol"/>
481    </Schema>
482
483    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_4_5">
484      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
485      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
486      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_4_4.ManagerNetworkProtocol"/>
487    </Schema>
488
489    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_4_6">
490      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
491      <Annotation Term="OData.Description" String="This version was created to clarify that setting `NotifyMulticastIntervalSeconds` to `0` impacts other NOTIFY usage beyond NOTIFY ALIVE.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
492      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_4_5.ManagerNetworkProtocol"/>
493    </Schema>
494
495    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_5_0">
496      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
497      <Annotation Term="Redfish.Release" String="2019.3"/>
498
499      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_4_2.ManagerNetworkProtocol"/>
500
501      <ComplexType Name="SNMPProtocol" BaseType="ManagerNetworkProtocol.v1_0_0.SNMPProtocol">
502        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
503        <Property Name="EnableSNMPv1" Type="Edm.Boolean">
504          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
505          <Annotation Term="OData.Description" String="Indicates if access via SNMPv1 is enabled."/>
506          <Annotation Term="OData.LongDescription" String="This property shall indicate if access to the SNMP service on this manager using the SNMPv1 protocol is enabled."/>
507        </Property>
508        <Property Name="EnableSNMPv2c" Type="Edm.Boolean">
509          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
510          <Annotation Term="OData.Description" String="Indicates if access via SNMPv2c is enabled."/>
511          <Annotation Term="OData.LongDescription" String="This property shall indicate if access to the SNMP service on this manager using the SNMPv2c protocol is enabled."/>
512        </Property>
513        <Property Name="EnableSNMPv3" Type="Edm.Boolean">
514          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
515          <Annotation Term="OData.Description" String="Indicates if access via SNMPv3 is enabled."/>
516          <Annotation Term="OData.LongDescription" String="This property shall indicate if access to the SNMP service on this manager using the SNMPv3 protocol is enabled."/>
517        </Property>
518        <Property Name="CommunityStrings" Type="Collection(ManagerNetworkProtocol.v1_5_0.SNMPCommunity)">
519          <Annotation Term="OData.Description" String="The SNMP community strings."/>
520          <Annotation Term="OData.LongDescription" String="This property shall contain an array of the SNMP community strings used to access an SNMP manager."/>
521        </Property>
522        <Property Name="CommunityAccessMode" Type="ManagerNetworkProtocol.v1_5_0.SNMPCommunityAccessMode">
523          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
524          <Annotation Term="OData.Description" String="The access level of the SNMP community."/>
525          <Annotation Term="OData.LongDescription" String="This property shall contain the access/privilege level of the SNMP community used to access an SNMP manager."/>
526          <Annotation Term="Redfish.Revisions">
527            <Collection>
528              <Record>
529                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
530                <PropertyValue Property="Version" String="v1_10_0"/>
531                <PropertyValue Property="Description" String="This property has been deprecated in favor of `AccessMode` inside `CommunityStrings`."/>
532              </Record>
533            </Collection>
534          </Annotation>
535        </Property>
536        <Property Name="EngineId" Type="ManagerNetworkProtocol.v1_5_0.EngineId">
537          <Annotation Term="OData.Description" String="The engine ID."/>
538          <Annotation Term="OData.LongDescription" String="This property shall contain the RFC3411-defined engine ID."/>
539        </Property>
540        <Property Name="HideCommunityStrings" Type="Edm.Boolean">
541          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
542          <Annotation Term="OData.Description" String="Indicates if the community strings should be hidden."/>
543          <Annotation Term="OData.LongDescription" String="This property shall indicate if the community strings should be hidden in responses."/>
544        </Property>
545        <Property Name="AuthenticationProtocol" Type="ManagerNetworkProtocol.v1_5_0.SNMPAuthenticationProtocols">
546          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
547          <Annotation Term="OData.Description" String="The authentication protocol used for SNMP access to this manager."/>
548          <Annotation Term="OData.LongDescription" String="This property shall contain the SNMP authentication protocol used to access this manager.  When the property contains the value `Account`, the SNMP settings in each manager account are used for authentication."/>
549        </Property>
550        <Property Name="EncryptionProtocol" Type="ManagerNetworkProtocol.v1_5_0.SNMPEncryptionProtocols">
551          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
552          <Annotation Term="OData.Description" String="The encryption protocol used for SNMPv3 access to this manager."/>
553          <Annotation Term="OData.LongDescription" String="This property shall contain the SNMPv3 encryption protocol used to access this manager, unless `AuthenticationProtocol` contains the value `Account`."/>
554        </Property>
555      </ComplexType>
556
557      <ComplexType Name="SNMPCommunity">
558        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
559        <Annotation Term="OData.Description" String="An SNMP community strings."/>
560        <Annotation Term="OData.LongDescription" String="This object shall contain an SNMP community string used to access an SNMP manager."/>
561        <Property Name="Name" Type="Edm.String">
562          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
563          <Annotation Term="OData.Description" String="The name of the SNMP community."/>
564          <Annotation Term="OData.LongDescription" String="This property shall contain a display name describing the SNMP community."/>
565        </Property>
566        <Property Name="CommunityString" Type="Edm.String">
567          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
568          <Annotation Term="OData.Description" String="The SNMP community string."/>
569          <Annotation Term="OData.LongDescription" String="This property shall contain the SNMP community string used for accessing an SNMP service on this manager.  If `HideCommunityStrings` is `true`, this value shall be `null` in responses."/>
570        </Property>
571        <Property Name="AccessMode" Type="ManagerNetworkProtocol.v1_5_0.SNMPCommunityAccessMode">
572          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
573          <Annotation Term="OData.Description" String="The access level of the SNMP community."/>
574          <Annotation Term="OData.LongDescription" String="This property shall contain the access/privilege level of the SNMP community used to access an SNMP manager."/>
575        </Property>
576      </ComplexType>
577
578      <ComplexType Name="EngineId">
579        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
580        <Annotation Term="OData.Description" String="The engine ID."/>
581        <Annotation Term="OData.LongDescription" String="This object shall contain the RFC3411-defined engine ID."/>
582        <Property Name="PrivateEnterpriseId" Type="Edm.String">
583          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
584          <Annotation Term="OData.Description" String="The private enterprise ID."/>
585          <Annotation Term="OData.LongDescription" String="This property shall contain an RFC3411-defined private enterprise ID."/>
586          <Annotation Term="Validation.Pattern" String="^([A-Fa-f0-9]{2} ){3}[A-Fa-f0-9]{2}$"/>
587        </Property>
588        <Property Name="EnterpriseSpecificMethod" Type="Edm.String">
589          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
590          <Annotation Term="OData.Description" String="The enterprise-specific method."/>
591          <Annotation Term="OData.LongDescription" String="This property shall contain the enterprise-specific method as described in item 2 of the snmpEngineID syntax of RFC3411.  The full RFC3411-defined snmpEngineID is formed from the concatenation of the value in the `PrivateEnterpriseId` property and the value in this property.  If the most significant bit in `PrivateEnterpriseId` is set to one, this property shall not be present."/>
592          <Annotation Term="Validation.Pattern" String="^([A-Fa-f0-9]{2} ){7}[A-Fa-f0-9]{2}$"/>
593        </Property>
594      </ComplexType>
595
596      <EnumType Name="SNMPCommunityAccessMode">
597        <Member Name="Full">
598          <Annotation Term="OData.Description" String="READ-WRITE access mode."/>
599          <Annotation Term="OData.LongDescription" String="This value shall indicate the RFC1157-defined READ-WRITE access mode."/>
600        </Member>
601        <Member Name="Limited">
602          <Annotation Term="OData.Description" String="READ-ONLY access mode."/>
603          <Annotation Term="OData.LongDescription" String="This value shall indicate the RFC1157-defined READ-ONLY access mode."/>
604        </Member>
605      </EnumType>
606
607      <EnumType Name="SNMPAuthenticationProtocols">
608        <Member Name="Account">
609          <Annotation Term="OData.Description" String="Authentication is determined by account settings."/>
610          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access is determined based on the corresponding account settings."/>
611        </Member>
612        <Member Name="CommunityString">
613          <Annotation Term="OData.Description" String="SNMP community string authentication."/>
614          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication uses SNMP community strings."/>
615        </Member>
616        <Member Name="HMAC_MD5">
617          <Annotation Term="OData.Description" String="HMAC-MD5-96 authentication."/>
618          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC3414-defined HMAC-MD5-96 authentication protocol."/>
619        </Member>
620        <Member Name="HMAC_SHA96">
621          <Annotation Term="OData.Description" String="HMAC-SHA-96 authentication."/>
622          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC3414-defined HMAC-SHA-96 authentication protocol."/>
623        </Member>
624        <Member Name="HMAC128_SHA224">
625          <Annotation Term="OData.Description" String="HMAC-128-SHA-224 authentication."/>
626          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC128SHA224AuthProtocol."/>
627          <Annotation Term="Redfish.Revisions">
628            <Collection>
629              <Record>
630                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
631                <PropertyValue Property="Version" String="v1_7_0"/>
632              </Record>
633            </Collection>
634          </Annotation>
635        </Member>
636        <Member Name="HMAC192_SHA256">
637          <Annotation Term="OData.Description" String="HMAC-192-SHA-256 authentication."/>
638          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC192SHA256AuthProtocol."/>
639          <Annotation Term="Redfish.Revisions">
640            <Collection>
641              <Record>
642                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
643                <PropertyValue Property="Version" String="v1_7_0"/>
644              </Record>
645            </Collection>
646          </Annotation>
647        </Member>
648        <Member Name="HMAC256_SHA384">
649          <Annotation Term="OData.Description" String="HMAC-256-SHA-384 authentication."/>
650          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC256SHA384AuthProtocol."/>
651          <Annotation Term="Redfish.Revisions">
652            <Collection>
653              <Record>
654                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
655                <PropertyValue Property="Version" String="v1_7_0"/>
656              </Record>
657            </Collection>
658          </Annotation>
659        </Member>
660        <Member Name="HMAC384_SHA512">
661          <Annotation Term="OData.Description" String="HMAC-384-SHA-512 authentication."/>
662          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC384SHA512AuthProtocol."/>
663          <Annotation Term="Redfish.Revisions">
664            <Collection>
665              <Record>
666                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
667                <PropertyValue Property="Version" String="v1_7_0"/>
668              </Record>
669            </Collection>
670          </Annotation>
671        </Member>
672      </EnumType>
673
674      <EnumType Name="SNMPEncryptionProtocols">
675        <Member Name="None">
676          <Annotation Term="OData.Description" String="No encryption."/>
677          <Annotation Term="OData.LongDescription" String="This value shall indicate there is no encryption."/>
678        </Member>
679        <Member Name="Account">
680          <Annotation Term="OData.Description" String="Encryption is determined by account settings."/>
681          <Annotation Term="OData.LongDescription" String="This value shall indicate encryption is determined based on the corresponding account settings."/>
682        </Member>
683        <Member Name="CBC_DES">
684          <Annotation Term="OData.Description" String="CBC-DES encryption."/>
685          <Annotation Term="OData.LongDescription" String="This value shall indicate encryption conforms to the RFC3414-defined CBC-DES encryption protocol."/>
686        </Member>
687        <Member Name="CFB128_AES128">
688          <Annotation Term="OData.Description" String="CFB128-AES-128 encryption."/>
689          <Annotation Term="OData.LongDescription" String="This value shall indicate encryption conforms to the RFC3826-defined CFB128-AES-128 encryption protocol."/>
690        </Member>
691        <Member Name="CFB128_AES192">
692          <Annotation Term="OData.Description" String="CFB128-AES-192 encryption."/>
693          <Annotation Term="OData.LongDescription" String="This value shall indicate encryption conforms to the CFB128-AES-192 encryption protocol, extended from RFC3826."/>
694          <Annotation Term="Redfish.Revisions">
695            <Collection>
696              <Record>
697                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
698                <PropertyValue Property="Version" String="v1_10_0"/>
699              </Record>
700            </Collection>
701          </Annotation>
702        </Member>
703        <Member Name="CFB128_AES256">
704          <Annotation Term="OData.Description" String="CFB128-AES-256 encryption."/>
705          <Annotation Term="OData.LongDescription" String="This value shall indicate encryption conforms to the CFB128-AES-256 encryption protocol, extended from RFC3826."/>
706          <Annotation Term="Redfish.Revisions">
707            <Collection>
708              <Record>
709                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
710                <PropertyValue Property="Version" String="v1_10_0"/>
711              </Record>
712            </Collection>
713          </Annotation>
714        </Member>
715      </EnumType>
716    </Schema>
717
718    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_5_1">
719      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
720      <Annotation Term="OData.Description" String="This version was created to update the description for the `EnterpriseSpecificMethod` property.  It was also created to fix the permissions on the SNMP engine ID properties."/>
721      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_5_0.ManagerNetworkProtocol"/>
722    </Schema>
723
724    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_5_2">
725      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
726      <Annotation Term="OData.Description" String="This version was created to update the descriptions for SNMP-related properties to clarify that they apply to the manager's SNMP support.  It was also created to update the descriptions for the `VirtualMedia` and `KVMIP` properties."/>
727      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_5_1.ManagerNetworkProtocol"/>
728    </Schema>
729
730    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_5_3">
731      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
732      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
733      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_5_2.ManagerNetworkProtocol"/>
734    </Schema>
735
736    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_5_4">
737      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
738      <Annotation Term="OData.Description" String="This version was created to make EnterpriseSpecificMethod writable."/>
739      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_5_3.ManagerNetworkProtocol"/>
740    </Schema>
741
742    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_5_5">
743      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
744      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
745      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_5_4.ManagerNetworkProtocol"/>
746    </Schema>
747
748    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_5_6">
749      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
750      <Annotation Term="OData.Description" String="This version was created to clarify that setting `NotifyMulticastIntervalSeconds` to `0` impacts other NOTIFY usage beyond NOTIFY ALIVE.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
751      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_5_5.ManagerNetworkProtocol"/>
752    </Schema>
753
754    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_6_0">
755      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
756      <Annotation Term="Redfish.Release" String="2020.1"/>
757
758      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_5_1.ManagerNetworkProtocol"/>
759
760      <ComplexType Name="EngineId" BaseType="ManagerNetworkProtocol.v1_5_0.EngineId">
761        <Property Name="ArchitectureId" Type="Edm.String">
762          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
763          <Annotation Term="OData.Description" String="The architecture identifier."/>
764          <Annotation Term="OData.LongDescription" String="This property shall contain the architecture identifier as described in item 3 of the snmpEngineID syntax of RFC3411.  The full RFC3411-defined snmpEngineID is formed from the concatenation of the value in the `PrivateEnterpriseId` property and the value in this property.  If the most significant bit in `PrivateEnterpriseId` is set to zero, this property shall not be present."/>
765          <Annotation Term="Validation.Pattern" String="^([A-Fa-f0-9]{2} ){0,27}[A-Fa-f0-9]{2}$"/>
766        </Property>
767      </ComplexType>
768    </Schema>
769
770    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_6_1">
771      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
772      <Annotation Term="OData.Description" String="This version was created to update the descriptions for SNMP-related properties to clarify that they apply to the manager's SNMP support.  It was also created to update the descriptions for the `VirtualMedia` and `KVMIP` properties."/>
773      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_6_0.ManagerNetworkProtocol"/>
774    </Schema>
775
776    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_6_2">
777      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
778      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
779      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_6_1.ManagerNetworkProtocol"/>
780    </Schema>
781
782    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_6_3">
783      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
784      <Annotation Term="OData.Description" String="This version was created to make `EnterpriseSpecificMethod` and `ArchitectureId` writable."/>
785      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_6_2.ManagerNetworkProtocol"/>
786    </Schema>
787
788    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_6_4">
789      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
790      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
791      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_6_3.ManagerNetworkProtocol"/>
792    </Schema>
793
794    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_6_5">
795      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
796      <Annotation Term="OData.Description" String="This version was created to clarify that setting `NotifyMulticastIntervalSeconds` to `0` impacts other NOTIFY usage beyond NOTIFY ALIVE.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
797      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_6_4.ManagerNetworkProtocol"/>
798    </Schema>
799
800    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_7_0">
801      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
802      <Annotation Term="Redfish.Release" String="2020.4"/>
803      <Annotation Term="OData.Description" String="This version was created to add additional SNMP authentication protocols."/>
804
805      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_6_2.ManagerNetworkProtocol"/>
806    </Schema>
807
808    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_7_1">
809      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
810      <Annotation Term="OData.Description" String="This version was created to make `EnterpriseSpecificMethod` and `ArchitectureId` writable."/>
811      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_7_0.ManagerNetworkProtocol"/>
812    </Schema>
813
814    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_7_2">
815      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
816      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
817      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_7_1.ManagerNetworkProtocol"/>
818    </Schema>
819
820    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_7_3">
821      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
822      <Annotation Term="OData.Description" String="This version was created to clarify that setting `NotifyMulticastIntervalSeconds` to `0` impacts other NOTIFY usage beyond NOTIFY ALIVE.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
823      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_7_2.ManagerNetworkProtocol"/>
824    </Schema>
825
826    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_8_0">
827      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
828      <Annotation Term="Redfish.Release" String="2021.2"/>
829
830      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_7_0.ManagerNetworkProtocol">
831        <Property Name="Proxy" Type="ManagerNetworkProtocol.v1_8_0.ProxyConfiguration" Nullable="false">
832          <Annotation Term="OData.Description" String="The HTTP/HTTPS proxy information for this manager."/>
833          <Annotation Term="OData.LongDescription" String="This property shall contain the HTTP/HTTPS proxy configuration for this manager."/>
834        </Property>
835      </EntityType>
836
837      <ComplexType Name="ProxyConfiguration">
838        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
839        <Annotation Term="OData.Description" String="The HTTP/HTTPS proxy information for a manager."/>
840        <Annotation Term="OData.LongDescription" String="This property shall contain the HTTP/HTTPS proxy configuration for a manager."/>
841        <Property Name="Enabled" Type="Edm.Boolean" Nullable="false">
842          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
843          <Annotation Term="OData.Description" String="Indicates if the manager uses the proxy server."/>
844          <Annotation Term="OData.LongDescription" String="This property shall indicate if the proxy server is used for communications."/>
845        </Property>
846        <Property Name="ProxyServerURI" Type="Edm.String" Nullable="false">
847          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
848          <Annotation Term="OData.Description" String="The URI of the proxy server, including the scheme and any non-default port value."/>
849          <Annotation Term="OData.LongDescription" String="This property shall contain the URI of the proxy server.  The value shall contain the scheme for accessing the server, and shall include the port if the value is not the default port for the specified scheme."/>
850          <Annotation Term="OData.IsURL"/>
851        </Property>
852        <Property Name="Username" Type="Edm.String" Nullable="false">
853          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
854          <Annotation Term="OData.Description" String="The username for the proxy."/>
855          <Annotation Term="OData.LongDescription" String="This property shall contain the username for this proxy."/>
856        </Property>
857        <Property Name="Password" Type="Edm.String">
858          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Write"/>
859          <Annotation Term="OData.Description" String="The password for the proxy.  The value is `null` in responses."/>
860          <Annotation Term="OData.LongDescription" String="This property shall contain the password for this proxy.  The value shall be `null` in responses."/>
861        </Property>
862        <Property Name="PasswordSet" Type="Edm.Boolean" Nullable="false">
863          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
864          <Annotation Term="OData.Description" String="Indicates if the `Password` property is set."/>
865          <Annotation Term="OData.LongDescription" String="This property shall contain `true` if a valid value was provided for the `Password` property.  Otherwise, the property shall contain `false`."/>
866        </Property>
867        <Property Name="ExcludeAddresses" Type="Collection(Edm.String)">
868          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
869          <Annotation Term="OData.Description" String="Addresses that do not require the proxy server to access."/>
870          <Annotation Term="OData.LongDescription" String="This property shall contain a list of hostnames or IP addresses that do not require a connection through the proxy server to access."/>
871        </Property>
872        <Property Name="ProxyAutoConfigURI" Type="Edm.String">
873          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
874          <Annotation Term="OData.Description" String="The URI used to access a proxy auto-configuration (PAC) file."/>
875          <Annotation Term="OData.LongDescription" String="This property shall contain the URI at which to access a proxy auto-configuration (PAC) file containing one or more JavaScript functions for configuring proxy usage for this manager."/>
876          <Annotation Term="OData.IsURL"/>
877        </Property>
878      </ComplexType>
879    </Schema>
880
881    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_8_1">
882      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
883      <Annotation Term="OData.Description" String="This version was created to make `EnterpriseSpecificMethod` and `ArchitectureId` writable."/>
884      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_8_0.ManagerNetworkProtocol"/>
885    </Schema>
886
887    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_8_2">
888      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
889      <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only."/>
890      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_8_1.ManagerNetworkProtocol"/>
891    </Schema>
892
893    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_8_3">
894      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
895      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
896      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_8_2.ManagerNetworkProtocol"/>
897    </Schema>
898
899    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_8_4">
900      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
901      <Annotation Term="OData.Description" String="This version was created to clarify that setting `NotifyMulticastIntervalSeconds` to `0` impacts other NOTIFY usage beyond NOTIFY ALIVE.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
902      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_8_3.ManagerNetworkProtocol"/>
903    </Schema>
904
905    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_9_0">
906      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
907      <Annotation Term="Redfish.Release" String="2022.2"/>
908
909      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_8_1.ManagerNetworkProtocol"/>
910
911      <ComplexType Name="NTPProtocol" BaseType="ManagerNetworkProtocol.v1_2_0.NTPProtocol">
912        <Property Name="NetworkSuppliedServers" Type="Collection(Edm.String)">
913          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
914          <Annotation Term="OData.Description" String="The NTP servers supplied by other network protocols to this manager."/>
915          <Annotation Term="OData.LongDescription" String="This property shall contain the NTP servers supplied by other network protocols to this manager.  DHCP is an example of a protocol that can supply NTP servers to this manager."/>
916        </Property>
917      </ComplexType>
918    </Schema>
919
920    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_9_1">
921      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
922      <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only."/>
923      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_9_0.ManagerNetworkProtocol"/>
924    </Schema>
925
926    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_9_2">
927      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
928      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
929      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_9_1.ManagerNetworkProtocol"/>
930    </Schema>
931
932    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_9_3">
933      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
934      <Annotation Term="OData.Description" String="This version was created to clarify that setting `NotifyMulticastIntervalSeconds` to `0` impacts other NOTIFY usage beyond NOTIFY ALIVE.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
935      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_9_2.ManagerNetworkProtocol"/>
936    </Schema>
937
938    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_10_0">
939      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
940      <Annotation Term="Redfish.Release" String="2023.3"/>
941      <Annotation Term="OData.Description" String="This version was created to deprecate `CommunityAccessMode` in `SNMP` in favor of `AccessMode` in `CommunityStrings`."/>
942
943      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_9_2.ManagerNetworkProtocol">
944        <Property Name="FTP" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false">
945          <Annotation Term="OData.Description" String="The settings for this manager's FTP protocol support."/>
946          <Annotation Term="OData.LongDescription" String="This object shall contain the File Transfer Protocol (FTP) settings for the manager.  The default `Port` property value should be `21` for compatibility with established client implementations."/>
947        </Property>
948        <Property Name="SFTP" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false">
949          <Annotation Term="OData.Description" String="The settings for this manager's Secure Shell File Transfer Protocol (SFTP) support."/>
950          <Annotation Term="OData.LongDescription" String="This object shall contain the Secure Shell File Transfer Protocol (SFTP) protocol settings for the manager.  The default value should be `22` for compatibility with established client implementations."/>
951        </Property>
952        <Property Name="FTPS" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false">
953          <Annotation Term="OData.Description" String="The settings for this manager's FTP over SSL (FTPS) protocol support that apply to all system instances controlled by this manager."/>
954          <Annotation Term="OData.LongDescription" String="This object shall contain the File Transfer Protocol over SSL (FTPS) settings for the manager.  The default value should be `21` for compatibility with established client implementations."/>
955        </Property>
956      </EntityType>
957
958      <ComplexType Name="SNMPProtocol" BaseType="ManagerNetworkProtocol.v1_5_0.SNMPProtocol">
959        <Property Name="TrapPort" Type="Edm.Int64">
960          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
961          <Annotation Term="OData.Description" String="The SNMP trap port."/>
962          <Annotation Term="OData.LongDescription" String="This property shall contain the port assigned to SNMP traps."/>
963          <Annotation Term="Validation.Minimum" Int="0"/>
964        </Property>
965      </ComplexType>
966
967      <ComplexType Name="SNMPCommunity" BaseType="ManagerNetworkProtocol.v1_5_0.SNMPCommunity">
968        <Property Name="RestrictCommunityToIPv4AddressRange" Type="Edm.Boolean" Nullable="false">
969          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
970          <Annotation Term="OData.Description" String="Indicates if this community is restricted to accessing the service from a range of IPv4 addresses."/>
971          <Annotation Term="OData.LongDescription" String="This property shall indicate if this community is restricted to accessing the service from a range of IPv4 addresses.  If `true`, SNMP access using this community string is restricted to the range of IPv4 addresses defined by the `IPv4AddressRangeLower` and `IPv4AddressRangeUpper` properties."/>
972        </Property>
973        <Property Name="IPv4AddressRangeLower" Type="Edm.String">
974          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
975          <Annotation Term="OData.Description" String="The lowest IPv4 address in the range allowed to access the service."/>
976          <Annotation Term="OData.LongDescription" String="This property shall contain the lowest IPv4 address in the range allowed to access the SNMP service using this community string.  If `RestrictCommunityToIPv4AddressRange` contains `true`, the service shall enforce this range.  If `RestrictCommunityToIPv4AddressRange` contains `false`, the service shall not enforce this range."/>
977          <Annotation Term="Validation.Pattern" String="^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$"/>
978        </Property>
979        <Property Name="IPv4AddressRangeUpper" Type="Edm.String">
980          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
981          <Annotation Term="OData.Description" String="The highest IPv4 address in the range allowed to access the service."/>
982          <Annotation Term="OData.LongDescription" String="This property shall contain the upper or highest IPv4 address in the range allowed to access the SNMP service using this community string.  If `RestrictCommunityToIPv4AddressRange` contains `true`, the service shall enforce this range.  If `RestrictCommunityToIPv4AddressRange` contains `false`, the service shall not enforce this range."/>
983          <Annotation Term="Validation.Pattern" String="^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$"/>
984        </Property>
985      </ComplexType>
986    </Schema>
987
988    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_10_1">
989      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
990      <Annotation Term="OData.Description" String="This version was created to clarify that setting `NotifyMulticastIntervalSeconds` to `0` impacts other NOTIFY usage beyond NOTIFY ALIVE.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
991      <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_10_0.ManagerNetworkProtocol"/>
992    </Schema>
993
994  </edmx:DataServices>
995</edmx:Edmx>
996