UNPKG

on-http-y1

Version:
241 lines (221 loc) 16.3 kB
<?xml version="1.0" encoding="UTF-8"?> <!----> <!--################################################################################ --> <!--# Redfish Schema: Endpoint v1.0.1--> <!--# --> <!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> <!--# available at http://www.dmtf.org/standards/redfish --> <!--# Copyright 2014-2016 Distributed Management Task Force, Inc. (DMTF). --> <!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> <!--################################################################################ --> <!----> <edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml"> <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> </edmx:Reference> <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml"> <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/> </edmx:Reference> <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/> </edmx:Reference> <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> <edmx:Include Namespace="Resource"/> <edmx:Include Namespace="Resource.v1_0_0"/> <edmx:Include Namespace="Resource.v1_1_0"/> </edmx:Reference> <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Redundancy_v1.xml"> <edmx:Include Namespace="Redundancy"/> </edmx:Reference> <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Storage_v1.xml"> <edmx:Include Namespace="Storage"/> </edmx:Reference> <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Drive_v1.xml"> <edmx:Include Namespace="Drive"/> </edmx:Reference> <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Port_v1.xml"> <edmx:Include Namespace="Port"/> </edmx:Reference> <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml"> <edmx:Include Namespace="Chassis.v1_0_0"/> </edmx:Reference> <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Storage_v1.xml"> <edmx:Include Namespace="Storage.v1_0_0"/> </edmx:Reference> <edmx:DataServices> <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint"> <EntityType Name="Endpoint" BaseType="Resource.v1_0_0.Resource"> <Annotation Term="OData.Description" String="This is the schema definition for the Endpoint resource. It represents the properties of an entity that sends or receives protocol defined messages over a transport."/> <Annotation Term="OData.LongDescription" String="This resource shall be used to represent a fabric endpoint for a Redfish implementation."/> </EntityType> </Schema> <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_0_0"> <EntityType Name="Endpoint" BaseType="Endpoint.Endpoint"> <Annotation Term="OData.Description" String="This is the schema definition for the Endpoint resource. It represents the properties of an entity that sends or receives protocol defined messages over a transport."/> <Annotation Term="OData.LongDescription" String="This resource shall be used to represent a fabric endpoint for a Redfish implementation."/> <Property Name="Status" Type="Resource.Status"/> <Property Name="EndpointProtocol" Type="Storage.v1_0_0.Protocol"> <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> <Annotation Term="OData.Description" String="The protocol supported by this endpoint."/> <Annotation Term="OData.LongDescription" String="The value of this property shall contain the protocol this endpoint uses to communicate with other endpoints on this fabric."/> </Property> <Property Name="ConnectedEntities" Type="Collection(Endpoint.v1_0_0.ConnectedEntity)"> <Annotation Term="OData.Description" String="All the entities connected to this endpoint."/> <Annotation Term="OData.LongDescription" String="This value of this property shall contain all the entities which this endpoint allows access to."/> </Property> <Property Name="Identifiers" Type="Collection(Resource.v1_1_0.Identifier)"> <Annotation Term="OData.Description" String="Identifiers for this endpoint."/> <Annotation Term="OData.LongDescription" String="Identifiers for this endpoint shall be unique in the context of other endpoints that can reached over the connected network."/> </Property> <Property Name="PciId" Type="Endpoint.v1_0_0.PciId"> <Annotation Term="OData.Description" String="The PCI ID of the endpoint."/> <Annotation Term="OData.LongDescription" String="The value of this property shall be the PCI ID of the endpoint."/> </Property> <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)" Nullable="false"> <Annotation Term="OData.Description" String="Redundancy information for the lower level endpoints supporting this endpoint."/> <Annotation Term="OData.AutoExpand"/> </NavigationProperty> <Property Name="HostReservationMemoryBytes" Type="Edm.Int64"> <Annotation Term="Measures.Unit" String="By"/> <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> <Annotation Term="OData.Description" String="The amount of memory in Bytes that the Host should allocate to connect to this endpoint."/> <Annotation Term="OData.LongDescription" String="The value of this property shall be the amount of memory in Bytes that the Host should allocate to connect to this endpoint."/> </Property> <Property Name="Links" Type="Endpoint.v1_0_0.Links" Nullable="false"> <Annotation Term="OData.Description" String="The links object contains the links to other resources that are related to this resource."/> </Property> <Property Name="Actions" Type="Endpoint.v1_0_0.Actions" Nullable="false"> <Annotation Term="OData.Description" String="The Actions object contains the available custom actions on this resource."/> </Property> </EntityType> <ComplexType Name="Links" BaseType="Resource.Links"> <NavigationProperty Name="MutuallyExclusiveEndpoints" Type="Collection(Endpoint.Endpoint)"> <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> <Annotation Term="OData.Description" String="An array of references to the endpoints that may not be used in zones if this endpoint is used in a zone."/> <Annotation Term="OData.LongDescription" String="The value of this property shall be an array of references of type Endpoint that cannot be used in a zone if this endpoint is used in a zone."/> <Annotation Term="OData.AutoExpandReferences"/> </NavigationProperty> <NavigationProperty Name="Ports" Type="Collection(Port.Port)"> <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> <Annotation Term="OData.Description" String="An array of references to the the physical ports associated with this endpoint."/> <Annotation Term="OData.LongDescription" String="The value of this property shall be an array of references of type Port that are utilized by this endpoint."/> <Annotation Term="OData.AutoExpandReferences"/> </NavigationProperty> </ComplexType> <ComplexType Name="Actions"> <Annotation Term="OData.AdditionalProperties" Bool="false"/> <Property Name="Oem" Type="Endpoint.v1_0_0.OemActions"/> </ComplexType> <ComplexType Name="OemActions"> <Annotation Term="OData.AdditionalProperties" Bool="true"/> </ComplexType> <ComplexType Name="ConnectedEntity"> <Annotation Term="OData.Description" String="Represents a remote resource that is connected to the network accessible to this endpoint."/> <Property Name="EntityType" Type="Endpoint.v1_0_0.EntityType"> <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> <Annotation Term="OData.Description" String="The type of the connected entity."/> <Annotation Term="OData.LongDescription" String="The value of this property shall indicate if type of connected entity."/> </Property> <Property Name="EntityRole" Type="Endpoint.v1_0_0.EntityRole"> <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> <Annotation Term="OData.Description" String="The role of the connected entity."/> <Annotation Term="OData.LongDescription" String="The value of this property shall indicate if the specified entity is an initiator, target, or both."/> </Property> <Property Name="EntityPciId" Type="Endpoint.v1_0_0.PciId"> <Annotation Term="OData.Description" String="The PCI ID of the connected entity."/> <Annotation Term="OData.LongDescription" String="The value of this property shall be the PCI ID of the connected PCIe entity."/> </Property> <Property Name="PciFunctionNumber" Type="Edm.Int64"> <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> <Annotation Term="OData.Description" String="The PCI ID of the connected entity."/> <Annotation Term="OData.LongDescription" String="The value of this property shall be the PCI Function Number of the connected PCIe entity."/> </Property> <Property Name="PciClassCode" Type="Edm.String"> <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> <Annotation Term="OData.Description" String="The Class Code and Subclass code of this PCIe function."/> <Annotation Term="OData.LongDescription" String="The value of this property shall be the PCI Class Code and Subclass code of the PCIe device function."/> <Annotation Term="Validation.Pattern" String="/0[xX](([a-fA-F]|[0-9]){2}){2}"/> </Property> <Property Name="Identifiers" Type="Collection(Resource.v1_1_0.Identifier)"> <Annotation Term="OData.Description" String="Identifiers for the remote entity."/> <Annotation Term="OData.LongDescription" String="Identifiers for the remote entity shall be unique in the context of other resources that can reached over the connected network."/> </Property> <NavigationProperty Name="EntityLink" Type="Resource.Resource"> <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> <Annotation Term="OData.Description" String="A link to the associated entity."/> <Annotation Term="OData.LongDescription" String="This property shall be a reference to an entity of the type specified by the description of the value of the EntityType property."/> </NavigationProperty> <Property Name="Oem" Type="Resource.Oem"> </Property> </ComplexType> <EnumType Name="EntityType"> <Member Name="StorageInitiator"> <Annotation Term="OData.Description" String="The entity is a storage initator. The EntityLink property (if present) should be a Storage.StorageController entity."/> </Member> <Member Name="RootComplex"> <Annotation Term="OData.Description" String="The entity is a PCI(e) root complex. The EntityLink property (if present) should be a ComputerSystem.ComputerSystem entity."/> </Member> <Member Name="NetworkController"> <Annotation Term="OData.Description" String="The entity is a network controller. The EntityLink property (if present) should be an EthernetInterface.EthernetInterface entity."/> </Member> <Member Name="Drive"> <Annotation Term="OData.Description" String="The entity is a disk drive. The EntityLink property (if present) should be a Drive.Drive entity."/> </Member> <Member Name="StorageExpander"> <Annotation Term="OData.Description" String="The entity is a storage expander. The EntityLink property (if present) should be a Chassis.Chassis entity."/> </Member> <Member Name="DisplayController"> <Annotation Term="OData.Description" String="The entity is a display controller."/> </Member> <Member Name="Bridge"> <Annotation Term="OData.Description" String="The entity is a PCI(e) bridge."/> </Member> <Member Name="Processor"> <Annotation Term="OData.Description" String="The entity is a processor device."/> </Member> </EnumType> <EnumType Name="EntityRole"> <Member Name="Initiator"> <Annotation Term="OData.Description" String="The entity is acting as an initiator."/> </Member> <Member Name="Target"> <Annotation Term="OData.Description" String="The entity is acting as a target."/> </Member> <Member Name="Both"> <Annotation Term="OData.Description" String="The entity is acting as both an initiator and a target."/> </Member> </EnumType> <ComplexType Name="PciId"> <Property Name="DeviceId" Type="Edm.String"> <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> <Annotation Term="OData.Description" String="The Device ID of this PCIe function."/> <Annotation Term="OData.LongDescription" String="The value of this property shall be the PCI Subsystem Vendor ID of the PCIe device function."/> <Annotation Term="Validation.Pattern" String="/0[xX](([a-fA-F]|[0-9]){2}){2}"/> </Property> <Property Name="VendorId" Type="Edm.String"> <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> <Annotation Term="OData.Description" String="The Vendor ID of this PCIe function."/> <Annotation Term="OData.LongDescription" String="The value of this property shall be the PCI Vendor ID of the PCIe device function."/> <Annotation Term="Validation.Pattern" String="/0[xX](([a-fA-F]|[0-9]){2}){2}"/> </Property> <Property Name="SubsystemId" Type="Edm.String"> <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> <Annotation Term="OData.Description" String="The Subsystem ID of this PCIe function."/> <Annotation Term="OData.LongDescription" String="The value of this property shall be the PCI Subsystem Vendor ID of the PCIe device function."/> <Annotation Term="Validation.Pattern" String="/0[xX](([a-fA-F]|[0-9]){2}){2}"/> </Property> <Property Name="SubsystemVendorId" Type="Edm.String"> <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> <Annotation Term="OData.Description" String="The Subsystem Vendor ID of this PCIe function."/> <Annotation Term="OData.LongDescription" String="The value of this property shall be the PCI Subsystem Vendor ID of the PCIe device function."/> <Annotation Term="Validation.Pattern" String="/0[xX](([a-fA-F]|[0-9]){2}){2}"/> </Property> </ComplexType> </Schema> <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_0_1"> <Annotation Term="OData.Description" String="This version was created to add explicit Permissions annotations to all properties for clarity."/> <EntityType Name="Endpoint" BaseType="Endpoint.v1_0_0.Endpoint"/> </Schema> </edmx:DataServices> </edmx:Edmx>