Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!----> |
| 3 | <!--################################################################################ --> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 4 | <!--# Redfish Schema: ResourceBlock v1.3.2 --> |
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 --> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 8 | <!--# Copyright 2014-2020 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="RedfishExtensions.v1_0_0" Alias="Redfish"/> |
| 22 | <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/> |
| 23 | </edmx:Reference> |
| 24 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> |
| 25 | <edmx:Include Namespace="Resource"/> |
| 26 | <edmx:Include Namespace="Resource.v1_0_0"/> |
| 27 | </edmx:Reference> |
| 28 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml"> |
| 29 | <edmx:Include Namespace="Chassis"/> |
| 30 | </edmx:Reference> |
| 31 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ComputerSystem_v1.xml"> |
| 32 | <edmx:Include Namespace="ComputerSystem"/> |
| 33 | </edmx:Reference> |
| 34 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EthernetInterface_v1.xml"> |
| 35 | <edmx:Include Namespace="EthernetInterface"/> |
| 36 | </edmx:Reference> |
| 37 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Memory_v1.xml"> |
| 38 | <edmx:Include Namespace="Memory"/> |
| 39 | </edmx:Reference> |
| 40 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkInterface_v1.xml"> |
| 41 | <edmx:Include Namespace="NetworkInterface"/> |
| 42 | </edmx:Reference> |
| 43 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Processor_v1.xml"> |
| 44 | <edmx:Include Namespace="Processor"/> |
| 45 | </edmx:Reference> |
| 46 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SimpleStorage_v1.xml"> |
| 47 | <edmx:Include Namespace="SimpleStorage"/> |
| 48 | </edmx:Reference> |
| 49 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Storage_v1.xml"> |
| 50 | <edmx:Include Namespace="Storage"/> |
| 51 | </edmx:Reference> |
| 52 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Zone_v1.xml"> |
| 53 | <edmx:Include Namespace="Zone"/> |
| 54 | </edmx:Reference> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 55 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Drive_v1.xml"> |
| 56 | <edmx:Include Namespace="Drive"/> |
| 57 | </edmx:Reference> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 58 | |
| 59 | <edmx:DataServices> |
| 60 | |
| 61 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock"> |
| 62 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 63 | |
| 64 | <EntityType Name="ResourceBlock" BaseType="Resource.v1_0_0.Resource" Abstract="true"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 65 | <Annotation Term="OData.Description" String="The schema definition of the Resource Block, its components, and affinity to composed devices."/> |
| 66 | <Annotation Term="OData.LongDescription" String="This Resource shall represent a Resource Block for a Redfish implementation."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 67 | <Annotation Term="Capabilities.InsertRestrictions"> |
| 68 | <Record> |
| 69 | <PropertyValue Property="Insertable" Bool="false"/> |
| 70 | </Record> |
| 71 | </Annotation> |
| 72 | <Annotation Term="Capabilities.UpdateRestrictions"> |
| 73 | <Record> |
| 74 | <PropertyValue Property="Updatable" Bool="true"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 75 | <Annotation Term="OData.Description" String="Writable properties, such as the reservation setting, can be updated for Resource Blocks."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 76 | </Record> |
| 77 | </Annotation> |
| 78 | <Annotation Term="Capabilities.DeleteRestrictions"> |
| 79 | <Record> |
| 80 | <PropertyValue Property="Deletable" Bool="false"/> |
| 81 | </Record> |
| 82 | </Annotation> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 83 | <Annotation Term="Redfish.Uris"> |
| 84 | <Collection> |
| 85 | <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}</String> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 86 | <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}</String> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 87 | </Collection> |
| 88 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 89 | </EntityType> |
| 90 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 91 | <ComplexType Name="ResourceBlockLimits" Abstract="true"/> |
| 92 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 93 | </Schema> |
| 94 | |
| 95 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_0_0"> |
| 96 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 97 | <Annotation Term="Redfish.Release" String="2017.1"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 98 | |
| 99 | <EntityType Name="ResourceBlock" BaseType="ResourceBlock.ResourceBlock"> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 100 | <Property Name="Status" Type="Resource.Status" Nullable="false"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 101 | <Annotation Term="OData.Description" String="The status and health of the Resource and its subordinate or dependent Resources."/> |
| 102 | <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the Resource."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 103 | </Property> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 104 | <Property Name="CompositionStatus" Type="ResourceBlock.v1_0_0.CompositionStatus" Nullable="false"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 105 | <Annotation Term="OData.Description" String="The composition status details for this Resource Block."/> |
| 106 | <Annotation Term="OData.LongDescription" String="This property shall contain composition status information about this Resource Block."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 107 | <Annotation Term="Redfish.Required"/> |
| 108 | </Property> |
| 109 | <Property Name="ResourceBlockType" Type="Collection(ResourceBlock.v1_0_0.ResourceBlockType)" Nullable="false"> |
| 110 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 111 | <Annotation Term="OData.Description" String="The types of Resources available on this Resource Block."/> |
| 112 | <Annotation Term="OData.LongDescription" String="This property shall contain an array of enumerated values that describe the type of Resources available."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 113 | <Annotation Term="Redfish.Required"/> |
| 114 | </Property> |
| 115 | <Property Name="Links" Type="ResourceBlock.v1_0_0.Links" Nullable="false"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 116 | <Annotation Term="OData.Description" String="The links to other Resources that are related to this Resource."/> |
| 117 | <Annotation Term="OData.LongDescription" String="This property shall contain links to Resources that are related to but are not contained by or subordinate to this Resource."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 118 | </Property> |
| 119 | <Property Name="Actions" Type="ResourceBlock.v1_0_0.Actions" Nullable="false"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 120 | <Annotation Term="OData.Description" String="The available actions for this Resource."/> |
| 121 | <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 122 | </Property> |
| 123 | <NavigationProperty Name="Processors" Type="Collection(Processor.Processor)"> |
| 124 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 125 | <Annotation Term="OData.Description" String="An array of links to the processors available in this Resource Block."/> |
| 126 | <Annotation Term="OData.LongDescription" String="This property shall contain an array of links of the Processor type that this Resource Block contains."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 127 | <Annotation Term="OData.AutoExpandReferences"/> |
| 128 | </NavigationProperty> |
| 129 | <NavigationProperty Name="Memory" Type="Collection(Memory.Memory)"> |
| 130 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 131 | <Annotation Term="OData.Description" String="An array of links to the memory available in this Resource Block."/> |
| 132 | <Annotation Term="OData.LongDescription" String="This property shall contain an array of links of the Memory type that this Resource Block contains."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 133 | <Annotation Term="OData.AutoExpandReferences"/> |
| 134 | </NavigationProperty> |
| 135 | <NavigationProperty Name="Storage" Type="Collection(Storage.Storage)"> |
| 136 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 137 | <Annotation Term="OData.Description" String="An array of links to the storage available in this Resource Block."/> |
| 138 | <Annotation Term="OData.LongDescription" String="This property shall contain an array of links of Storage type that this Resource Block contains."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 139 | <Annotation Term="OData.AutoExpandReferences"/> |
| 140 | </NavigationProperty> |
| 141 | <NavigationProperty Name="SimpleStorage" Type="Collection(SimpleStorage.SimpleStorage)"> |
| 142 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 143 | <Annotation Term="OData.Description" String="An array of links to the simple storage available in this Resource Block."/> |
| 144 | <Annotation Term="OData.LongDescription" String="This property shall contain an array of links of the SimpleStorage type that this Resource Block contains."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 145 | <Annotation Term="OData.AutoExpandReferences"/> |
| 146 | </NavigationProperty> |
| 147 | <NavigationProperty Name="EthernetInterfaces" Type="Collection(EthernetInterface.EthernetInterface)"> |
| 148 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 149 | <Annotation Term="OData.Description" String="An array of links to the Ethernet interfaces available in this Resource Block."/> |
| 150 | <Annotation Term="OData.LongDescription" String="This property shall contain an array of links of the EthernetInterface type that this Resource Block contains."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 151 | <Annotation Term="OData.AutoExpandReferences"/> |
| 152 | </NavigationProperty> |
| 153 | <NavigationProperty Name="NetworkInterfaces" Type="Collection(NetworkInterface.NetworkInterface)"> |
| 154 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 155 | <Annotation Term="OData.Description" String="An array of links to the Network Interfaces available in this Resource Block."/> |
| 156 | <Annotation Term="OData.LongDescription" String="This property shall contain an array of links of the NetworkInterface type that this Resource Block contains."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 157 | <Annotation Term="OData.AutoExpandReferences"/> |
| 158 | </NavigationProperty> |
| 159 | <NavigationProperty Name="ComputerSystems" Type="Collection(ComputerSystem.ComputerSystem)"> |
| 160 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 161 | <Annotation Term="OData.Description" String="An array of links to the computer systems available in this Resource Block."/> |
| 162 | <Annotation Term="OData.LongDescription" String="This property shall contain an array of links of the ComputerSystem type that this Resource Block contains."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 163 | <Annotation Term="OData.AutoExpandReferences"/> |
| 164 | </NavigationProperty> |
| 165 | </EntityType> |
| 166 | |
| 167 | <ComplexType Name="Links" BaseType="Resource.Links"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 168 | <Annotation Term="OData.Description" String="The links to other Resources that are related to this Resource."/> |
| 169 | <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to Resources that are related to but are not contained by or subordinate to this Resource."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 170 | <NavigationProperty Name="ComputerSystems" Type="Collection(ComputerSystem.ComputerSystem)"> |
| 171 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 172 | <Annotation Term="OData.Description" String="An array of links to the computer systems that are composed from this Resource Block."/> |
| 173 | <Annotation Term="OData.LongDescription" String="This property shall contain an array of links of the ComputerSystem type that represent the computer systems composed from this Resource Block."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 174 | <Annotation Term="OData.AutoExpandReferences"/> |
| 175 | </NavigationProperty> |
| 176 | <NavigationProperty Name="Chassis" Type="Collection(Chassis.Chassis)"> |
| 177 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 178 | <Annotation Term="OData.Description" String="An array of links to the Chassis in which this Resource Block is contained."/> |
| 179 | <Annotation Term="OData.LongDescription" String="This property shall contain an array of links of the Chassis type that represent the physical container associated with this Resource Block."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 180 | <Annotation Term="OData.AutoExpandReferences"/> |
| 181 | </NavigationProperty> |
| 182 | <NavigationProperty Name="Zones" Type="Collection(Zone.Zone)"> |
| 183 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 184 | <Annotation Term="OData.Description" String="An array of links to the Zones in which this Resource Block is bound."/> |
| 185 | <Annotation Term="OData.LongDescription" String="This property shall contain an array of links of the Zone type that represent the binding constraints associated with this Resource Block."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 186 | <Annotation Term="OData.AutoExpandReferences"/> |
| 187 | </NavigationProperty> |
| 188 | </ComplexType> |
| 189 | |
| 190 | <ComplexType Name="Actions"> |
| 191 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 192 | <Annotation Term="OData.Description" String="The available actions for this Resource."/> |
| 193 | <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] | 194 | <Property Name="Oem" Type="ResourceBlock.v1_0_0.OemActions" Nullable="false"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 195 | <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/> |
| 196 | <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 197 | </Property> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 198 | </ComplexType> |
| 199 | |
| 200 | <ComplexType Name="OemActions"> |
| 201 | <Annotation Term="OData.AdditionalProperties" Bool="true"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 202 | <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/> |
| 203 | <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this Resource."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 204 | </ComplexType> |
| 205 | |
| 206 | <EnumType Name="ResourceBlockType"> |
| 207 | <Member Name="Compute"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 208 | <Annotation Term="OData.Description" String="This Resource Block contains Resources of the Processor type and Memory type in a manner that creates a compute complex."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 209 | </Member> |
| 210 | <Member Name="Processor"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 211 | <Annotation Term="OData.Description" String="This Resource Block contains Resources of the Processor type."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 212 | </Member> |
| 213 | <Member Name="Memory"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 214 | <Annotation Term="OData.Description" String="This Resource Block contains Resources of the Memory type."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 215 | </Member> |
| 216 | <Member Name="Network"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 217 | <Annotation Term="OData.Description" String="This Resource Block contains network Resources, such as the EthernetInterface and NetworkInterface types."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 218 | </Member> |
| 219 | <Member Name="Storage"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 220 | <Annotation Term="OData.Description" String="This Resource Block contains storage Resources, such as the Storage and SimpleStorage types."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 221 | </Member> |
| 222 | <Member Name="ComputerSystem"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 223 | <Annotation Term="OData.Description" String="This Resource Block contains Resources of the ComputerSystem type."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 224 | </Member> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 225 | <Member Name="Expansion"> |
| 226 | <Annotation Term="OData.Description" String="This Resource Block is capable of changing over time based on its configuration. Different types of devices within this Resource Block can be added and removed over time."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 227 | <Annotation Term="Redfish.Revisions"> |
| 228 | <Collection> |
| 229 | <Record> |
| 230 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 231 | <PropertyValue Property="Version" String="v1_2_0"/> |
| 232 | </Record> |
| 233 | </Collection> |
| 234 | </Annotation> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 235 | </Member> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 236 | </EnumType> |
| 237 | |
| 238 | <ComplexType Name="CompositionStatus"> |
| 239 | <Annotation Term="OData.Description" String="Composition status of the Resource Block."/> |
| 240 | <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe the high level composition status of the Resource Block."/> |
| 241 | <Property Name="Reserved" Type="Edm.Boolean"> |
| 242 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 243 | <Annotation Term="OData.Description" String="An indication of whether any client has reserved the Resource Block."/> |
| 244 | <Annotation Term="OData.LongDescription" String="This property shall indicate whether any client has reserved the Resource Block. A client sets this property after the Resource Block is identified as composed. It shall provide a way for multiple clients to negotiate the ownership of the Resource Block."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 245 | </Property> |
| 246 | <Property Name="CompositionState" Type="ResourceBlock.v1_0_0.CompositionState"> |
| 247 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 248 | <Annotation Term="OData.Description" String="The current state of the Resource Block from a composition perspective."/> |
| 249 | <Annotation Term="OData.LongDescription" String="This property shall contain an enumerated value that describes the composition state of the Resource Block."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 250 | <Annotation Term="Redfish.Required"/> |
| 251 | </Property> |
| 252 | </ComplexType> |
| 253 | |
| 254 | <EnumType Name="CompositionState"> |
| 255 | <Member Name="Composing"> |
| 256 | <Annotation Term="OData.Description" String="Intermediate state indicating composition is in progress."/> |
| 257 | </Member> |
| 258 | <Member Name="ComposedAndAvailable"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 259 | <Annotation Term="OData.Description" String="The Resource Block is currently participating in one or more compositions, and is available to use in more compositions."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 260 | <Annotation Term="Redfish.Revisions"> |
| 261 | <Collection> |
| 262 | <Record> |
| 263 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 264 | <PropertyValue Property="Version" String="v1_1_0"/> |
| 265 | </Record> |
| 266 | </Collection> |
| 267 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 268 | </Member> |
| 269 | <Member Name="Composed"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 270 | <Annotation Term="OData.Description" String="Final successful state of a Resource Block that has participated in composition."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 271 | </Member> |
| 272 | <Member Name="Unused"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 273 | <Annotation Term="OData.Description" String="The Resource Block is free and can participate in composition."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 274 | </Member> |
| 275 | <Member Name="Failed"> |
| 276 | <Annotation Term="OData.Description" String="The final composition resulted in failure and manual intervention may be required to fix it."/> |
| 277 | </Member> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 278 | <Member Name="Unavailable"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 279 | <Annotation Term="OData.Description" String="The Resource Block has been made unavailable by the service, such as due to maintenance being performed on the Resource Block."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 280 | <Annotation Term="Redfish.Revisions"> |
| 281 | <Collection> |
| 282 | <Record> |
| 283 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 284 | <PropertyValue Property="Version" String="v1_2_0"/> |
| 285 | </Record> |
| 286 | </Collection> |
| 287 | </Annotation> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 288 | </Member> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 289 | </EnumType> |
| 290 | |
| 291 | </Schema> |
| 292 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 293 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_0_1"> |
| 294 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 295 | <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."/> |
| 296 | <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_0_0.ResourceBlock"/> |
| 297 | </Schema> |
| 298 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 299 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_0_2"> |
| 300 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 301 | <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 302 | <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_0_1.ResourceBlock"/> |
| 303 | </Schema> |
| 304 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 305 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_0_3"> |
| 306 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 307 | <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."/> |
| 308 | <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_0_2.ResourceBlock"/> |
| 309 | </Schema> |
| 310 | |
| 311 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_0_4"> |
| 312 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 313 | <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> |
| 314 | <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_0_3.ResourceBlock"/> |
| 315 | </Schema> |
| 316 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 317 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_1_0"> |
| 318 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 319 | <Annotation Term="Redfish.Release" String="2018.1"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 320 | |
| 321 | <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_0_0.ResourceBlock"/> |
| 322 | |
| 323 | <ComplexType Name="CompositionStatus" BaseType="ResourceBlock.v1_0_0.CompositionStatus"> |
| 324 | <Property Name="SharingCapable" Type="Edm.Boolean"> |
| 325 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 326 | <Annotation Term="OData.Description" String="An indication of whether this Resource Block can participate in multiple compositions simultaneously."/> |
| 327 | <Annotation Term="OData.LongDescription" String="This property shall indicate whether this Resource Block can participate in multiple compositions simultaneously. If this property is not provided, it shall be assumed that this Resource Block is not capable of being shared."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 328 | </Property> |
| 329 | <Property Name="SharingEnabled" Type="Edm.Boolean"> |
| 330 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 331 | <Annotation Term="OData.Description" String="An indication of whether this Resource Block is allowed to participate in multiple compositions simultaneously."/> |
| 332 | <Annotation Term="OData.LongDescription" String="This property shall indicate whether this Resource Block can participate in multiple compositions simultaneously. The Service shall reject modifications of this property with HTTP 400 Bad Request if this Resource Block is already being used as part of a composed Resource. If `false`, the service shall not use the ComposedAndAvailable state for this Resource Block."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 333 | </Property> |
| 334 | <Property Name="MaxCompositions" Type="Edm.Int64"> |
| 335 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 336 | <Annotation Term="OData.Description" String="The maximum number of compositions in which this Resource Block can participate simultaneously."/> |
| 337 | <Annotation Term="OData.LongDescription" String="This property shall contain a number indicating the maximum number of compositions in which this Resource Block can participate simultaneously. Services may have additional constraints that prevent this value from being achieved, such as due to system topology and current composed Resource utilization. If SharingCapable is false, this value shall be set to 1. The Service shall support this property if SharingCapable supported."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 338 | <Annotation Term="Validation.Minimum" Int="1"/> |
| 339 | </Property> |
| 340 | <Property Name="NumberOfCompositions" Type="Edm.Int64"> |
| 341 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 342 | <Annotation Term="OData.Description" String="The number of compositions in which this Resource Block is currently participating."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 343 | <Annotation Term="OData.LongDescription" String="This property shall contain the number of compositions in which this Resource Block is currently participating."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 344 | <Annotation Term="Validation.Minimum" Int="0"/> |
| 345 | </Property> |
| 346 | </ComplexType> |
| 347 | |
| 348 | </Schema> |
| 349 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 350 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_1_1"> |
| 351 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 352 | <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."/> |
| 353 | <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_1_0.ResourceBlock"/> |
| 354 | </Schema> |
| 355 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 356 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_1_2"> |
| 357 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 358 | <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 359 | <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_1_1.ResourceBlock"/> |
| 360 | </Schema> |
| 361 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 362 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_1_3"> |
| 363 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 364 | <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."/> |
| 365 | <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_1_2.ResourceBlock"/> |
| 366 | </Schema> |
| 367 | |
| 368 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_1_4"> |
| 369 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 370 | <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> |
| 371 | <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_1_3.ResourceBlock"/> |
| 372 | </Schema> |
| 373 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 374 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_2_0"> |
| 375 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 376 | <Annotation Term="Redfish.Release" String="2018.2"/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 377 | <Annotation Term="OData.Description" String="This version was created to add Expansion to the ResourceBlockType enum. It was also created to add Unavailable to the CompositionState enum."/> |
| 378 | <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_1_1.ResourceBlock"/> |
| 379 | </Schema> |
| 380 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 381 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_2_1"> |
| 382 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 383 | <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 384 | <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_2_0.ResourceBlock"/> |
| 385 | </Schema> |
| 386 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 387 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_2_2"> |
| 388 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 389 | <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."/> |
| 390 | <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_2_1.ResourceBlock"/> |
| 391 | </Schema> |
| 392 | |
| 393 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_2_3"> |
| 394 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 395 | <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> |
| 396 | <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_2_2.ResourceBlock"/> |
| 397 | </Schema> |
| 398 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 399 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_3_0"> |
| 400 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 401 | <Annotation Term="Redfish.Release" String="2018.3"/> |
| 402 | |
| 403 | <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_2_1.ResourceBlock"> |
| 404 | <NavigationProperty Name="Drives" Type="Collection(Drive.Drive)"> |
| 405 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 406 | <Annotation Term="OData.Description" String="An array of links to the Drives available in this Resource Block."/> |
| 407 | <Annotation Term="OData.LongDescription" String="This property shall contain an array of links of the Drive type that this Resource Block contains."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 408 | <Annotation Term="OData.AutoExpandReferences"/> |
| 409 | </NavigationProperty> |
| 410 | </EntityType> |
| 411 | |
| 412 | <ComplexType Name="ResourceBlockLimits" BaseType="ResourceBlock.ResourceBlockLimits"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 413 | <Annotation Term="OData.Description" String="This type specifies the allowable quantities of types of Resource Blocks for a composition request."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 414 | <Annotation Term="OData.LongDescription" String="This object shall specify the allowable quantities of types of Resource Blocks for a given composition request."/> |
| 415 | <Property Name="MinCompute" Type="Edm.Int64"> |
| 416 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 417 | <Annotation Term="OData.Description" String="The minimum number of Resource Blocks of the Compute type required for the composition request."/> |
| 418 | <Annotation Term="OData.LongDescription" String="This property shall contain an integer that specifies the minimum number of Resource Blocks of the Compute type required for the composition request."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 419 | <Annotation Term="Validation.Minimum" Int="0"/> |
| 420 | </Property> |
| 421 | <Property Name="MaxCompute" Type="Edm.Int64"> |
| 422 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 423 | <Annotation Term="OData.Description" String="The maximum number of Resource Blocks of the Compute type allowed for the composition request."/> |
| 424 | <Annotation Term="OData.LongDescription" String="This property shall contain an integer that specifies the maximum number of Resource Blocks of the Compute type allowed for the composition request."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 425 | <Annotation Term="Validation.Minimum" Int="1"/> |
| 426 | </Property> |
| 427 | <Property Name="MinProcessor" Type="Edm.Int64"> |
| 428 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 429 | <Annotation Term="OData.Description" String="The minimum number of Resource Blocks of the Processor type required for the composition request."/> |
| 430 | <Annotation Term="OData.LongDescription" String="This property shall contain an integer that specifies the minimum number of Resource Blocks of the Processor type required for the composition request."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 431 | <Annotation Term="Validation.Minimum" Int="0"/> |
| 432 | </Property> |
| 433 | <Property Name="MaxProcessor" Type="Edm.Int64"> |
| 434 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 435 | <Annotation Term="OData.Description" String="The maximum number of Resource Blocks of the Processor type allowed for the composition request."/> |
| 436 | <Annotation Term="OData.LongDescription" String="This property shall contain an integer that specifies the maximum number of Resource Blocks of Processor type allowed for the composition request."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 437 | <Annotation Term="Validation.Minimum" Int="1"/> |
| 438 | </Property> |
| 439 | <Property Name="MinMemory" Type="Edm.Int64"> |
| 440 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 441 | <Annotation Term="OData.Description" String="The minimum number of Resource Blocks of the Memory type required for the composition request."/> |
| 442 | <Annotation Term="OData.LongDescription" String="This property shall contain an integer that specifies the minimum number of Resource Blocks of the Memory type required for the composition request."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 443 | <Annotation Term="Validation.Minimum" Int="0"/> |
| 444 | </Property> |
| 445 | <Property Name="MaxMemory" Type="Edm.Int64"> |
| 446 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 447 | <Annotation Term="OData.Description" String="The maximum number of Resource Blocks of the Memory type allowed for the composition request."/> |
| 448 | <Annotation Term="OData.LongDescription" String="This property shall contain an integer that specifies the maximum number of Resource Blocks of the Memory type allowed for the composition request."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 449 | <Annotation Term="Validation.Minimum" Int="1"/> |
| 450 | </Property> |
| 451 | <Property Name="MinNetwork" Type="Edm.Int64"> |
| 452 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 453 | <Annotation Term="OData.Description" String="The minimum number of Resource Blocks of the Network type required for the composition request."/> |
| 454 | <Annotation Term="OData.LongDescription" String="This property shall contain an integer that specifies the minimum number of Resource Blocks of the Network type required for the composition request."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 455 | <Annotation Term="Validation.Minimum" Int="0"/> |
| 456 | </Property> |
| 457 | <Property Name="MaxNetwork" Type="Edm.Int64"> |
| 458 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 459 | <Annotation Term="OData.Description" String="The maximum number of Resource Blocks of the Network type allowed for the composition request."/> |
| 460 | <Annotation Term="OData.LongDescription" String="This property shall contain an integer that specifies the maximum number of Resource Blocks of the Network type allowed for the composition request."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 461 | <Annotation Term="Validation.Minimum" Int="1"/> |
| 462 | </Property> |
| 463 | <Property Name="MinStorage" Type="Edm.Int64"> |
| 464 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 465 | <Annotation Term="OData.Description" String="The minimum number of Resource Blocks of the Storage type required for the composition request."/> |
| 466 | <Annotation Term="OData.LongDescription" String="This property shall contain an integer that specifies the minimum number of Resource Blocks of the Storage type required for the composition request."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 467 | <Annotation Term="Validation.Minimum" Int="0"/> |
| 468 | </Property> |
| 469 | <Property Name="MaxStorage" Type="Edm.Int64"> |
| 470 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 471 | <Annotation Term="OData.Description" String="The maximum number of Resource Blocks of the Storage type allowed for the composition request."/> |
| 472 | <Annotation Term="OData.LongDescription" String="This property shall contain an integer that specifies the maximum number of Resource Blocks of the Storage type allowed for the composition request."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 473 | <Annotation Term="Validation.Minimum" Int="1"/> |
| 474 | </Property> |
| 475 | <Property Name="MinComputerSystem" Type="Edm.Int64"> |
| 476 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 477 | <Annotation Term="OData.Description" String="The minimum number of Resource Blocks of the ComputerSystem type required for the composition request."/> |
| 478 | <Annotation Term="OData.LongDescription" String="This property shall contain an integer that specifies the minimum number of Resource Blocks of the Network type required for the composition request."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 479 | <Annotation Term="Validation.Minimum" Int="0"/> |
| 480 | </Property> |
| 481 | <Property Name="MaxComputerSystem" Type="Edm.Int64"> |
| 482 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 483 | <Annotation Term="OData.Description" String="The maximum number of Resource Blocks of the ComputerSystem type allowed for the composition request."/> |
| 484 | <Annotation Term="OData.LongDescription" String="This property shall contain an integer that specifies the maximum number of Resource Blocks of the Network type allowed for the composition request."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 485 | <Annotation Term="Validation.Minimum" Int="1"/> |
| 486 | </Property> |
| 487 | <Property Name="MinExpansion" Type="Edm.Int64"> |
| 488 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 489 | <Annotation Term="OData.Description" String="The minimum number of Resource Blocks of the Expansion type required for the composition request."/> |
| 490 | <Annotation Term="OData.LongDescription" String="This property shall contain an integer that specifies the minimum number of Resource Blocks of the Expansion type required for the composition request."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 491 | <Annotation Term="Validation.Minimum" Int="0"/> |
| 492 | </Property> |
| 493 | <Property Name="MaxExpansion" Type="Edm.Int64"> |
| 494 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 495 | <Annotation Term="OData.Description" String="The maximum number of Resource Blocks of the Expansion type allowed for the composition request."/> |
| 496 | <Annotation Term="OData.LongDescription" String="This property shall contain an integer that specifies the maximum number of Resource Blocks of the Expansion type allowed for the composition request."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 497 | <Annotation Term="Validation.Minimum" Int="1"/> |
| 498 | </Property> |
| 499 | </ComplexType> |
| 500 | </Schema> |
| 501 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 502 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_3_1"> |
| 503 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 504 | <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."/> |
| 505 | <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_3_0.ResourceBlock"/> |
| 506 | </Schema> |
| 507 | |
| 508 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_3_2"> |
| 509 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 510 | <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> |
| 511 | <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_3_1.ResourceBlock"/> |
| 512 | </Schema> |
| 513 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 514 | </edmx:DataServices> |
| 515 | </edmx:Edmx> |