Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!----> |
| 3 | <!--################################################################################ --> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame^] | 4 | <!--# Redfish Schema: ManagerNetworkProtocol v1.4.0--> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 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 --> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 8 | <!--# Copyright 2014-2018 DMTF. --> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 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> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame^] | 31 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml"> |
| 32 | <edmx:Include Namespace="CertificateCollection"/> |
| 33 | </edmx:Reference> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 34 | |
| 35 | <edmx:DataServices> |
| 36 | |
| 37 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol"> |
| 38 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 39 | |
| 40 | <EntityType Name="ManagerNetworkProtocol" BaseType="Resource.v1_0_0.Resource" Abstract="true"> |
| 41 | <Annotation Term="OData.Description" String="This resource is used to obtain or modify the network services managed by a given manager."/> |
| 42 | <Annotation Term="OData.LongDescription" String="This object shall be used to represent the network service settings for the manager."/> |
| 43 | <Annotation Term="Capabilities.InsertRestrictions"> |
| 44 | <Record> |
| 45 | <PropertyValue Property="Insertable" Bool="false"/> |
| 46 | </Record> |
| 47 | </Annotation> |
| 48 | <Annotation Term="Capabilities.UpdateRestrictions"> |
| 49 | <Record> |
| 50 | <PropertyValue Property="Updatable" Bool="true"/> |
| 51 | <Annotation Term="OData.Description" String="Manager Network Protocol resources can be updated to change the protocol and virtual media settings and other writable properties."/> |
| 52 | </Record> |
| 53 | </Annotation> |
| 54 | <Annotation Term="Capabilities.DeleteRestrictions"> |
| 55 | <Record> |
| 56 | <PropertyValue Property="Deletable" Bool="false"/> |
| 57 | </Record> |
| 58 | </Annotation> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 59 | <Annotation Term="Redfish.Uris"> |
| 60 | <Collection> |
| 61 | <String>/redfish/v1/Managers/{ManagerId}/NetworkProtocol</String> |
| 62 | </Collection> |
| 63 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 64 | </EntityType> |
| 65 | |
| 66 | </Schema> |
| 67 | |
| 68 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_0_0"> |
| 69 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame^] | 70 | <Annotation Term="Redfish.Release" String="1.0"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 71 | |
| 72 | <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.ManagerNetworkProtocol"> |
| 73 | <Property Name="HostName" Type="Edm.String"> |
| 74 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 75 | <Annotation Term="OData.Description" String="The DNS Host Name of this manager, without any domain information."/> |
| 76 | <Annotation Term="OData.LongDescription" String="The value of this property shall contain the host name without any domain information."/> |
| 77 | </Property> |
| 78 | <Property Name="FQDN" Type="Edm.String"> |
| 79 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 80 | <Annotation Term="OData.Description" String="This is the fully qualified domain name for the manager obtained by DNS including the host name and top-level domain name."/> |
| 81 | <Annotation Term="OData.LongDescription" String="The value of this property shall contain the fully qualified domain name for the manager."/> |
| 82 | </Property> |
| 83 | <Property Name="HTTP" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false"> |
| 84 | <Annotation Term="OData.Description" String="Settings for this Manager's HTTP protocol support."/> |
| 85 | <Annotation Term="OData.LongDescription" String="This object shall contain information for the HTTP protocol settings for the manager. The default value of the Port property should be 80 for compatibility with established client implementations."/> |
| 86 | </Property> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame^] | 87 | <Property Name="HTTPS" Type="ManagerNetworkProtocol.v1_0_0.HTTPSProtocol" Nullable="false"> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 88 | <Annotation Term="OData.Description" String="Settings for this Manager's HTTPS protocol support."/> |
| 89 | <Annotation Term="OData.LongDescription" String="This object shall contain information for the HTTPS/SSL protocol settings for this manager. The default value of the Port property should be 443 for compatibility with established client implementations."/> |
| 90 | </Property> |
| 91 | <Property Name="SNMP" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false"> |
| 92 | <Annotation Term="OData.Description" String="Settings for this Manager's SNMP support."/> |
| 93 | <Annotation Term="OData.LongDescription" String="This object shall contain information for the SNMP protocol settings for this manager. The default value of the Port property should be 161 for compatibility with established client implementations."/> |
| 94 | </Property> |
| 95 | <Property Name="VirtualMedia" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false"> |
| 96 | <Annotation Term="OData.Description" String="Settings for this Manager's Virtual Media support."/> |
| 97 | <Annotation Term="OData.LongDescription" String="This object shall contain information for the Virtual Media protocol settings for this manager. The value of the Port property shall contain the TCP port assigned for Virtual Media usage."/> |
| 98 | </Property> |
| 99 | <Property Name="Telnet" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false"> |
| 100 | <Annotation Term="OData.Description" String="Settings for this Manager's Telnet protocol support."/> |
| 101 | <Annotation Term="OData.LongDescription" String="This object shall contain information for the Telnet protocol settings for this manager. The default value of the Port property should be 23 for compatibility with established client implementations."/> |
| 102 | </Property> |
| 103 | <Property Name="SSDP" Type="ManagerNetworkProtocol.v1_0_0.SSDProtocol" Nullable="false"> |
| 104 | <Annotation Term="OData.Description" String="Settings for this Manager's SSDP support."/> |
| 105 | <Annotation Term="OData.LongDescription" String="This object shall contain information for the SSDP protocol settings for this manager. Simple Service Discovery Protocol (SSDP) is for network discovery of devices supporting the Redfish service. The default value of the Port property should be 1900 for compatibility with established client implementations."/> |
| 106 | </Property> |
| 107 | <Property Name="IPMI" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false"> |
| 108 | <Annotation Term="OData.Description" String="Settings for this Manager's IPMI-over-LAN protocol support."/> |
| 109 | <Annotation Term="OData.LongDescription" String="This object shall contain information for the IPMI over LAN protocol settings for the manager. The default value of the Port property should be 623 for compatibility with established client implementations."/> |
| 110 | </Property> |
| 111 | <Property Name="SSH" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false"> |
| 112 | <Annotation Term="OData.Description" String="Settings for this Manager's SSH (Secure Shell) protocol support."/> |
| 113 | <Annotation Term="OData.LongDescription" String="This object shall contain information for the SSH protocol settings for the manager. The default value of the Port property should be 22 for compatibility with established client implementations."/> |
| 114 | </Property> |
| 115 | <Property Name="KVMIP" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false"> |
| 116 | <Annotation Term="OData.Description" String="Settings for this Manager's KVM-IP protocol support."/> |
| 117 | <Annotation Term="OData.LongDescription" String="This object shall contain information for the KVM-IP (Keyboard, Video, Mouse) protocol settings for the manager."/> |
| 118 | </Property> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 119 | <Property Name="Status" Type="Resource.Status" Nullable="false"> |
| 120 | <Annotation Term="OData.Description" String="This property describes the status and health of the resource and its children."/> |
| 121 | <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> |
| 122 | </Property> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 123 | </EntityType> |
| 124 | |
| 125 | <ComplexType Name="Protocol"> |
| 126 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
| 127 | <Annotation Term="OData.Description" String="Settings for a network protocol associated with a manager."/> |
| 128 | <Annotation Term="OData.LongDescription" String="This type shall describe information about a protocol setting for a manager."/> |
| 129 | <Property Name="ProtocolEnabled" Type="Edm.Boolean"> |
| 130 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 131 | <Annotation Term="OData.Description" String="Indicates if the protocol is enabled or disabled."/> |
| 132 | <Annotation Term="OData.LongDescription" String="The value of this property shall contain the enabled status of the protocol. The value shall be true if enabled and false if disabled."/> |
| 133 | </Property> |
| 134 | <Property Name="Port" Type="Edm.Int64"> |
| 135 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 136 | <Annotation Term="OData.Description" String="Indicates the protocol port."/> |
| 137 | <Annotation Term="OData.LongDescription" String="The value of this property shall contain the port assigned for the protocol."/> |
| 138 | <Annotation Term="Validation.Minimum" Int="0"/> |
| 139 | </Property> |
| 140 | </ComplexType> |
| 141 | |
| 142 | <ComplexType Name="SSDProtocol" BaseType="ManagerNetworkProtocol.v1_0_0.Protocol"> |
| 143 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
| 144 | <Property Name="NotifyMulticastIntervalSeconds" Type="Edm.Int64"> |
| 145 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 146 | <Annotation Term="OData.Description" String="Indicates how often the Multicast is done from this service for SSDP."/> |
| 147 | <Annotation Term="OData.LongDescription" String="The value of 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."/> |
| 148 | <Annotation Term="Measures.Unit" String="s"/> |
| 149 | <Annotation Term="Validation.Minimum" Int="0"/> |
| 150 | </Property> |
| 151 | <Property Name="NotifyTTL" Type="Edm.Int64"> |
| 152 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 153 | <Annotation Term="OData.Description" String="Indicates the time to live hop count for SSDPs Notify messages."/> |
| 154 | <Annotation Term="OData.LongDescription" String="The value of this property shall contain the Time-To-Live hop count used for multicast NOTIFY messages. The recommended value is 2."/> |
| 155 | <Annotation Term="Validation.Minimum" Int="1"/> |
| 156 | </Property> |
| 157 | <Property Name="NotifyIPv6Scope" Type="ManagerNetworkProtocol.v1_0_0.NotifyIPv6Scope"> |
| 158 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 159 | <Annotation Term="OData.Description" String="Indicates the scope for the IPv6 Notify messages for SSDP."/> |
| 160 | <Annotation Term="OData.LongDescription" String="The value of this property shall contain the IPv6 scope used for multicast NOTIFY messages. The valid enumerations are a subset of the available IPv6 Scope types."/> |
| 161 | </Property> |
| 162 | </ComplexType> |
| 163 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame^] | 164 | <ComplexType Name="HTTPSProtocol" BaseType="ManagerNetworkProtocol.v1_0_0.Protocol"/> |
| 165 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 166 | <EnumType Name="NotifyIPv6Scope"> |
| 167 | <Member Name="Link"> |
| 168 | <Annotation Term="OData.Description" String="SSDP Notify messages are sent to addresses in the IPv6 Local Link scope."/> |
| 169 | </Member> |
| 170 | <Member Name="Site"> |
| 171 | <Annotation Term="OData.Description" String="SSDP Notify messages are sent to addresses in the IPv6 Local Site scope."/> |
| 172 | </Member> |
| 173 | <Member Name="Organization"> |
| 174 | <Annotation Term="OData.Description" String="SSDP Notify messages are sent to addresses in the IPv6 Local Organization scope."/> |
| 175 | </Member> |
| 176 | </EnumType> |
| 177 | |
| 178 | </Schema> |
| 179 | |
| 180 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_0_2"> |
| 181 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 182 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 183 | <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_0_0.ManagerNetworkProtocol"/> |
| 184 | </Schema> |
| 185 | |
| 186 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_0_3"> |
| 187 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 188 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 189 | <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_0_2.ManagerNetworkProtocol"/> |
| 190 | </Schema> |
| 191 | |
| 192 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_0_4"> |
| 193 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 194 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 195 | <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_0_3.ManagerNetworkProtocol"/> |
| 196 | </Schema> |
| 197 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 198 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_0_5"> |
| 199 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 200 | <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."/> |
| 201 | <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_0_4.ManagerNetworkProtocol"/> |
| 202 | </Schema> |
| 203 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 204 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_1_0"> |
| 205 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame^] | 206 | <Annotation Term="Redfish.Release" String="2016.3"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 207 | <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_0_3.ManagerNetworkProtocol"> |
| 208 | <Property Name="DHCP" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false"> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 209 | <Annotation Term="OData.Description" String="Settings for this Manager's DHCPv4 protocol support."/> |
| 210 | <Annotation Term="OData.LongDescription" String="This object shall contain information for the DHCPv4 protocol settings for the manager."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 211 | </Property> |
| 212 | </EntityType> |
| 213 | </Schema> |
| 214 | |
| 215 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_1_1"> |
| 216 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 217 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 218 | <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_1_0.ManagerNetworkProtocol"/> |
| 219 | </Schema> |
| 220 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 221 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_1_2"> |
| 222 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 223 | <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."/> |
| 224 | <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_1_1.ManagerNetworkProtocol"/> |
| 225 | </Schema> |
| 226 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 227 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_2_0"> |
| 228 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame^] | 229 | <Annotation Term="Redfish.Release" String="2017.1"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 230 | <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_1_1.ManagerNetworkProtocol"> |
| 231 | <Property Name="NTP" Type="ManagerNetworkProtocol.v1_2_0.NTPProtocol" Nullable="false"> |
| 232 | <Annotation Term="OData.Description" String="Settings for this Manager's NTP protocol support."/> |
| 233 | <Annotation Term="OData.LongDescription" String="This object shall contain information for the NTP protocol settings for the manager."/> |
| 234 | </Property> |
| 235 | <Property Name="Actions" Type="ManagerNetworkProtocol.v1_2_0.Actions" Nullable="false"> |
| 236 | <Annotation Term="OData.Description" String="The available actions for this resource."/> |
| 237 | <Annotation Term="OData.LongDescription" String="The Actions property shall contain the available actions for this resource."/> |
| 238 | </Property> |
| 239 | </EntityType> |
| 240 | |
| 241 | <ComplexType Name="NTPProtocol" BaseType="ManagerNetworkProtocol.v1_0_0.Protocol"> |
| 242 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
| 243 | <Property Name="NTPServers" Type="Collection(Edm.String)"> |
| 244 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 245 | <Annotation Term="OData.Description" String="Indicates to which NTP servers this manager is subscribed."/> |
| 246 | <Annotation Term="OData.LongDescription" String="The value of this property shall contain all the NTP servers for which this manager is using to obtain time."/> |
| 247 | </Property> |
| 248 | </ComplexType> |
| 249 | |
| 250 | <ComplexType Name="Actions"> |
| 251 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
| 252 | <Annotation Term="OData.Description" String="The available actions for this resource."/> |
| 253 | <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 254 | <Property Name="Oem" Type="ManagerNetworkProtocol.v1_2_0.OemActions" Nullable="false"> |
| 255 | <Annotation Term="OData.Description" String="This property contains the available OEM specific actions for this resource."/> |
| 256 | <Annotation Term="OData.LongDescription" String="This property shall contain any additional OEM actions for this resource."/> |
| 257 | </Property> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 258 | </ComplexType> |
| 259 | |
| 260 | <ComplexType Name="OemActions"> |
| 261 | <Annotation Term="OData.AdditionalProperties" Bool="true"/> |
| 262 | <Annotation Term="OData.Description" String="The available OEM specific actions for this resource."/> |
| 263 | <Annotation Term="OData.LongDescription" String="This type shall contain any additional OEM actions for this resource."/> |
| 264 | </ComplexType> |
| 265 | </Schema> |
| 266 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 267 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_2_1"> |
| 268 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 269 | <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."/> |
| 270 | <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_2_0.ManagerNetworkProtocol"/> |
| 271 | </Schema> |
| 272 | |
| 273 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_3_0"> |
| 274 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame^] | 275 | <Annotation Term="Redfish.Release" String="2018.2"/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 276 | <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_2_1.ManagerNetworkProtocol"> |
| 277 | <Property Name="DHCPv6" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false"> |
| 278 | <Annotation Term="OData.Description" String="Settings for this Manager's DHCPv6 protocol support."/> |
| 279 | <Annotation Term="OData.LongDescription" String="This object shall contain information for the DHCPv6 protocol settings for the manager."/> |
| 280 | </Property> |
| 281 | <Property Name="RDP" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false"> |
| 282 | <Annotation Term="OData.Description" String="Settings for this Manager's Remote Desktop Protocol support."/> |
| 283 | <Annotation Term="OData.LongDescription" String="This object shall contain information for the Remote Desktop Protocol settings for the manager."/> |
| 284 | </Property> |
| 285 | <Property Name="RFB" Type="ManagerNetworkProtocol.v1_0_0.Protocol" Nullable="false"> |
| 286 | <Annotation Term="OData.Description" String="Settings for this Manager's Remote Frame Buffer protocol support, which can be used to support VNC."/> |
| 287 | <Annotation Term="OData.LongDescription" String="This object shall contain information for the Remote Frame Buffer protocol settings for the manager."/> |
| 288 | </Property> |
| 289 | </EntityType> |
| 290 | </Schema> |
| 291 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame^] | 292 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ManagerNetworkProtocol.v1_4_0"> |
| 293 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 294 | <Annotation Term="Redfish.Release" String="2018.3"/> |
| 295 | <EntityType Name="ManagerNetworkProtocol" BaseType="ManagerNetworkProtocol.v1_3_0.ManagerNetworkProtocol"/> |
| 296 | |
| 297 | <ComplexType Name="HTTPSProtocol" BaseType="ManagerNetworkProtocol.v1_0_0.HTTPSProtocol"> |
| 298 | <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false"> |
| 299 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 300 | <Annotation Term="OData.Description" String="This is a reference to a collection of certificates used for HTTPS by this manager."/> |
| 301 | <Annotation Term="OData.LongDescription" String="The value of this property shall be a link to a collection of type CertificateCollection."/> |
| 302 | <Annotation Term="OData.AutoExpandReferences"/> |
| 303 | </NavigationProperty> |
| 304 | </ComplexType> |
| 305 | </Schema> |
| 306 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 307 | </edmx:DataServices> |
| 308 | </edmx:Edmx> |