blob: 6f6238c02d6753fa6cffe082f3db114f4b3f6265 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
Gunnar Mills6f44b752020-02-06 16:50:51 -06003<!-- Copyright 2015-2019 Storage Networking Industry Association (SNIA), USA, in cooperation with the DMTF. All rights reserved.-->
Jason M. Billsea4aa752018-06-05 13:29:11 -07004<!---->
Ed Tanouscb103132019-10-08 11:34:22 -07005
Jason M. Billsea4aa752018-06-05 13:29:11 -07006<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
7
Gunnar Mills6f44b752020-02-06 16:50:51 -06008 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
Jason M. Billsea4aa752018-06-05 13:29:11 -07009 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
10 </edmx:Reference>
Gunnar Mills6f44b752020-02-06 16:50:51 -060011 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
Jason M. Billsea4aa752018-06-05 13:29:11 -070012 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
13 </edmx:Reference>
Gunnar Mills6f44b752020-02-06 16:50:51 -060014 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
Jason M. Billsea4aa752018-06-05 13:29:11 -070015 <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
16 </edmx:Reference>
Ed Tanouscb103132019-10-08 11:34:22 -070017 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
18 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
19 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070020 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
21 <edmx:Include Namespace="Resource"/>
22 <edmx:Include Namespace="Resource.v1_0_0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070023 </edmx:Reference>
24 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Drive_v1.xml">
25 <edmx:Include Namespace="Drive"/>
26 </edmx:Reference>
27 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Task_v1.xml">
28 <edmx:Include Namespace="Task"/>
29 </edmx:Reference>
Gunnar Mills6f44b752020-02-06 16:50:51 -060030 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Endpoint_v1.xml">
31 <edmx:Include Namespace="Endpoint"/>
32 </edmx:Reference>
Ed Tanouscb103132019-10-08 11:34:22 -070033 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/DataStorageLoSCapabilities_v1.xml">
34 <edmx:Include Namespace="DataStorageLoSCapabilities"/>
35 </edmx:Reference>
36 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/ClassOfService_v1.xml">
37 <edmx:Include Namespace="ClassOfService"/>
38 </edmx:Reference>
39 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/Capacity_v1.xml">
40 <edmx:Include Namespace="Capacity"/>
Gunnar Mills6f44b752020-02-06 16:50:51 -060041 <edmx:Include Namespace="Capacity.v1_0_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -070042 </edmx:Reference>
43 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/StoragePoolCollection_v1.xml">
44 <edmx:Include Namespace="StoragePoolCollection"/>
45 </edmx:Reference>
46 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/StorageGroupCollection_v1.xml">
47 <edmx:Include Namespace="StorageGroupCollection"/>
48 </edmx:Reference>
Gunnar Mills6f44b752020-02-06 16:50:51 -060049 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/StorageGroup_v1.xml">
50 <edmx:Include Namespace="StorageGroup"/>
51 </edmx:Reference>
52 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/ConsistencyGroupCollection_v1.xml">
53 <edmx:Include Namespace="ConsistencyGroupCollection"/>
54 </edmx:Reference>
55 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/ConsistencyGroup_v1.xml">
56 <edmx:Include Namespace="ConsistencyGroup"/>
57 </edmx:Reference>
Ed Tanouscb103132019-10-08 11:34:22 -070058 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/StorageReplicaInfo_v1.xml">
59 <edmx:Include Namespace="StorageReplicaInfo"/>
Gunnar Millsa778c022020-05-12 12:20:36 -050060 <edmx:Include Namespace="StorageReplicaInfo.v1_3_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -070061 </edmx:Reference>
62 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/IOStatistics_v1.xml">
63 <edmx:Include Namespace="IOStatistics"/>
64 </edmx:Reference>
65 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/SpareResourceSet_v1.xml">
66 <edmx:Include Namespace="SpareResourceSet"/>
67 </edmx:Reference>
Gunnar Mills6f44b752020-02-06 16:50:51 -060068 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/StorageService_v1.xml">
69 <edmx:Include Namespace="StorageService"/>
70 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070071
72 <edmx:DataServices>
73
74 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume">
Ed Tanouscb103132019-10-08 11:34:22 -070075 <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070076 <EntityType Name="Volume" BaseType="Resource.v1_0_0.Resource" Abstract="true">
77 <Annotation Term="OData.Description" String="Volume contains properties used to describe a volume, virtual disk, LUN, or other logical storage entity for any system."/>
78 <Annotation Term="OData.LongDescription" String="This resource shall be used to represent a volume, virtual disk, logical disk, LUN, or other logical storage for a Redfish implementation."/>
Gunnar Mills6f44b752020-02-06 16:50:51 -060079 <Annotation Term="Capabilities.InsertRestrictions">
80 <Record>
81 <PropertyValue Property="Insertable" Bool="false"/>
82 </Record>
83 </Annotation>
84 <Annotation Term="Capabilities.UpdateRestrictions">
85 <Record>
86 <PropertyValue Property="Updatable" Bool="true"/>
87 <Annotation Term="OData.Description" String="Volumes can be updated to change the writable properties."/>
88 </Record>
89 </Annotation>
90 <Annotation Term="Capabilities.DeleteRestrictions">
91 <Record>
92 <PropertyValue Property="Deletable" Bool="true"/>
93 <Annotation Term="OData.Description" String="Volumes can be deleted by deleting the Volume resource."/>
94 </Record>
95 </Annotation>
96 <Annotation Term="Redfish.Uris">
97 <Collection>
98 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Volumes/{VolumeId}</String>
99 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Volumes/{VolumeId}</String>
100 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Volumes/{VolumeId}</String>
101 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Volumes/{VolumeId}</String>
102 <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/ConsistencyGroups/{ConsistencyGroupId}/Volumes/{VolumeId}</String>
103 <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/FileSystems/{FileSystemId}/CapacitySources/{CapacitySourceId}/ProvidingVolumes/{VolumeId}</String>
104 <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/StoragePools/{StoragePoolId}/AllocatedVolumes/{VolumeId}</String>
105 <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/StoragePools/{StoragePoolId}/CapacitySources/{CapacitySourceId}/ProvidingVolumes/{VolumeId}</String>
106 <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Volumes/{VolumeId}</String>
107 <String>/redfish/v1/StorageServices/{StorageServiceId}/ConsistencyGroups/{ConsistencyGroupId}/Volumes/{VolumeId}</String>
108 <String>/redfish/v1/StorageServices/{StorageServiceId}/FileSystems/{FileSystemId}/CapacitySources/{CapacitySourceId}/ProvidingVolumes/{VolumeId}</String>
109 <String>/redfish/v1/StorageServices/{StorageServiceId}/StoragePools/{StoragePoolId}/AllocatedVolumes/{VolumeId}</String>
110 <String>/redfish/v1/StorageServices/{StorageServiceId}/StoragePools/{StoragePoolId}/CapacitySources/{CapacitySourceId}/ProvidingVolumes/{VolumeId}</String>
111 <String>/redfish/v1/StorageServices/{StorageServiceId}/Volumes/{VolumeId}</String>
Gunnar Millsa778c022020-05-12 12:20:36 -0500112 <String>/redfish/v1/StorageServices/{StorageServiceId}/Volumes/{VolumeId}/CapacitySources/{CapacitySourceId}/ProvidingVolumes/{ProvidingVolumeId}</String>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600113 </Collection>
114 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700115 </EntityType>
116
117 <Action Name="Initialize" IsBound="true">
118 <Parameter Name="Volume" Type="Volume.v1_0_0.Actions"/>
119 <Parameter Name="InitializeType" Type="Volume.InitializeType">
120 <Annotation Term="OData.Description" String="The type of initialization to be performed."/>
121 <Annotation Term="OData.LongDescription" String="This defines the property name for the action."/>
122 </Parameter>
Ed Tanouscb103132019-10-08 11:34:22 -0700123 <Annotation Term="OData.Description" String="This action is used to prepare the contents of the volume for use by the system. If InitializeType is not specified in the request body, the InitializeType should be Fast."/>
124 <Annotation Term="OData.LongDescription" String="This defines the name of the custom action supported on this resource. If InitializeType is not specified in the request body, the InitializeType should be Fast."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700125 </Action>
126
127 <Action Name="CheckConsistency">
128 <Parameter Name="Volume" Type="Volume.v1_0_0.Actions"/>
129 <Annotation Term="OData.Description" String="This action is used to force a check of the Volume's parity or redundant data to ensure it matches calculated values."/>
130 <Annotation Term="OData.LongDescription" String="This defines the name of the custom action supported on this resource."/>
131 </Action>
132
133 <EnumType Name="InitializeType">
134 <Member Name="Fast">
Ed Tanouscb103132019-10-08 11:34:22 -0700135 <Annotation Term="OData.Description" String="The volume is prepared for use quickly, typically by erasing just the beginning and end of the space so that partitioning can be performed."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700136 </Member>
137 <Member Name="Slow">
138 <Annotation Term="OData.Description" String="The volume is prepared for use slowly, typically by completely erasing the volume."/>
139 </Member>
140 </EnumType>
141
Ed Tanouscb103132019-10-08 11:34:22 -0700142 <EnumType Name="RAIDType">
143 <Member Name="RAID0">
144 <Annotation Term="OData.Description" String="A placement policy where consecutive logical blocks of data are uniformly distributed across a set of independent storage devices without offering any form of redundancy."/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600145 <Annotation
146 Term="OData.LongDescription"
147 String="A placement policy where consecutive logical blocks of data are uniformly distributed across a set of independent storage devices without offering any form of redundancy. This is commonly referred to as data striping. This form of RAID will encounter data loss with the failure of any storage device in the set."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700148 </Member>
149 <Member Name="RAID1">
150 <Annotation Term="OData.Description" String="A placement policy where each logical block of data is stored on more than one independent storage device."/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600151 <Annotation
152 Term="OData.LongDescription"
153 String="A placement policy where each logical block of data is stored on more than one independent storage device. This is commonly referred to as mirroring. Data stored using this form of RAID is able to survive a single storage device failure without data loss."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700154 </Member>
155 <Member Name="RAID3">
Gunnar Mills6f44b752020-02-06 16:50:51 -0600156 <Annotation
157 Term="OData.Description"
158 String="A placement policy using parity-based protection where logical bytes of data are uniformly distributed across a set of independent storage devices and where the parity is stored on a dedicated independent storage device."/>
159 <Annotation
160 Term="OData.LongDescription"
161 String="A placement policy using parity-based protection where logical bytes of data are uniformly distributed across a set of independent storage devices and where the parity is stored on a dedicated independent storage device. Data stored using this form of RAID is able to survive a single storage device failure without data loss. If the storage devices use rotating media, they are assumed to be rotationally synchronized, and the data stripe size should be no larger than the exported block size."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700162 </Member>
163 <Member Name="RAID4">
Gunnar Mills6f44b752020-02-06 16:50:51 -0600164 <Annotation
165 Term="OData.Description"
166 String="A placement policy using parity-based protection where logical blocks of data are uniformly distributed across a set of independent storage devices and where the parity is stored on a dedicated independent storage device."/>
167 <Annotation
168 Term="OData.LongDescription"
169 String="A placement policy using parity-based protection where logical blocks of data are uniformly distributed across a set of independent storage devices and where the parity is stored on a dedicated independent storage device. Data stored using this form of RAID is able to survive a single storage device failure without data loss."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700170 </Member>
171 <Member Name="RAID5">
Gunnar Mills6f44b752020-02-06 16:50:51 -0600172 <Annotation
173 Term="OData.Description"
174 String="A placement policy using parity-based protection for storing stripes of 'n' logical blocks of data and one logical block of parity across a set of 'n+1' independent storage devices where the parity and data blocks are interleaved across the storage devices."/>
175 <Annotation
176 Term="OData.LongDescription"
177 String="A placement policy using parity-based protection for storing stripes of 'n' logical blocks of data and one logical block of parity across a set of 'n+1' independent storage devices where the parity and data blocks are interleaved across the storage devices. Data stored using this form of RAID is able to survive a single storage device failure without data loss."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700178 </Member>
179 <Member Name="RAID6">
Gunnar Mills6f44b752020-02-06 16:50:51 -0600180 <Annotation
181 Term="OData.Description"
182 String="A placement policy using parity-based protection for storing stripes of 'n' logical blocks of data and two logical blocks of independent parity across a set of 'n+2' independent storage devices where the parity and data blocks are interleaved across the storage devices."/>
183 <Annotation
184 Term="OData.LongDescription"
185 String="A placement policy using parity-based protection for storing stripes of 'n' logical blocks of data and two logical blocks of independent parity across a set of 'n+2' independent storage devices where the parity and data blocks are interleaved across the storage devices. Data stored using this form of RAID is able to survive any two independent storage device failures without data loss."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700186 </Member>
187 <Member Name="RAID10">
188 <Annotation Term="OData.Description" String="A placement policy that creates a striped device (RAID 0) over a set of mirrored devices (RAID 1)."/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600189 <Annotation
190 Term="OData.LongDescription"
191 String="A placement policy that creates a striped device (RAID 0) over a set of mirrored devices (RAID 1). This is commonly referred to as RAID 1/0. Data stored using this form of RAID is able to survive storage device failures in each RAID 1 set without data loss."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700192 </Member>
193 <Member Name="RAID01">
194 <Annotation Term="OData.Description" String="A data placement policy that creates a mirrored device (RAID 1) over a set of striped devices (RAID 0)."/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600195 <Annotation
196 Term="OData.LongDescription"
197 String="A data placement policy that creates a mirrored device (RAID 1) over a set of striped devices (RAID 0). This is commonly referred to as RAID 0+1 or RAID 0/1. Data stored using this form of RAID is able to survive a single RAID 0 data set failure without data loss."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700198 </Member>
199 <Member Name="RAID6TP">
Gunnar Mills6f44b752020-02-06 16:50:51 -0600200 <Annotation
201 Term="OData.Description"
202 String="A placement policy that uses parity-based protection for storing stripes of 'n' logical blocks of data and three logical blocks of independent parity across a set of 'n+3' independent storage devices where the parity and data blocks are interleaved across the storage devices."/>
203 <Annotation
204 Term="OData.LongDescription"
205 String="A placement policy that uses parity-based protection for storing stripes of 'n' logical blocks of data and three logical blocks of independent parity across a set of 'n+3' independent storage devices where the parity and data blocks are interleaved across the storage devices. This is commonly referred to as Triple Parity RAID. Data stored using this form of RAID is able to survive any three independent storage device failures without data loss."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700206 </Member>
207 <Member Name="RAID1E">
Gunnar Mills6f44b752020-02-06 16:50:51 -0600208 <Annotation
209 Term="OData.Description"
210 String="A placement policy that uses a form of mirroring implemented over a set of independent storage devices where logical blocks are duplicated on a pair of independent storage devices so that data is uniformly distributed across the storage devices."/>
211 <Annotation
212 Term="OData.LongDescription"
213 String="A placement policy that uses a form of mirroring implemented over a set of independent storage devices where logical blocks are duplicated on a pair of independent storage devices so that data is uniformly distributed across the storage devices. This is commonly referred to as RAID 1 Enhanced. Data stored using this form of RAID is able to survive a single storage device failure without data loss."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700214 </Member>
215 <Member Name="RAID50">
216 <Annotation Term="OData.Description" String="A placement policy that uses a RAID 0 stripe set over two or more RAID 5 sets of independent storage devices."/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600217 <Annotation
218 Term="OData.LongDescription"
219 String="A placement policy that uses a RAID 0 stripe set over two or more RAID 5 sets of independent storage devices. Data stored using this form of RAID is able to survive a single storage device failure within each RAID 5 set without data loss."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700220 </Member>
221 <Member Name="RAID60">
222 <Annotation Term="OData.Description" String="A placement policy that uses a RAID 0 stripe set over two or more RAID 6 sets of independent storage devices."/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600223 <Annotation
224 Term="OData.LongDescription"
225 String="A placement policy that uses a RAID 0 stripe set over two or more RAID 6 sets of independent storage devices. Data stored using this form of RAID is able to survive two device failures within each RAID 6 set without data loss."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700226 </Member>
227 <Member Name="RAID00">
228 <Annotation Term="OData.Description" String="A placement policy that creates a RAID 0 stripe set over two or more RAID 0 sets."/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600229 <Annotation
230 Term="OData.LongDescription"
231 String="A placement policy that creates a RAID 0 stripe set over two or more RAID 0 sets. This is commonly referred to as RAID 0+0. This form of data layout is not fault tolerant; if any storage device fails there will be data loss."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700232 </Member>
233 <Member Name="RAID10E">
234 <Annotation Term="OData.Description" String="A placement policy that uses a RAID 0 stripe set over two or more RAID 10 sets."/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600235 <Annotation
236 Term="OData.LongDescription"
237 String="A placement policy that uses a RAID 0 stripe set over two or more RAID 10 sets. This is commonly referred to as Enhanced RAID 10. Data stored using this form of RAID is able to survive a single device failure within each nested RAID 1 set without data loss."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700238 </Member>
239 <Member Name="RAID1Triple">
240 <Annotation Term="OData.Description" String="A placement policy where each logical block of data is mirrored three times across a set of three independent storage devices."/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600241 <Annotation
242 Term="OData.LongDescription"
243 String="A placement policy where each logical block of data is mirrored three times across a set of three independent storage devices. This is commonly referred to as three-way mirroring. This form of RAID can survive two device failures without data loss."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700244 </Member>
245 <Member Name="RAID10Triple">
246 <Annotation Term="OData.Description" String="A placement policy that uses a striped device (RAID 0) over a set of triple mirrored devices (RAID 1Triple)."/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600247 <Annotation
248 Term="OData.LongDescription"
249 String="A placement policy that uses a striped device (RAID 0) over a set of triple mirrored devices (RAID 1Triple). This form of RAID can survive up to two failures in each triple mirror set without data loss."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700250 </Member>
251 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700252 </Schema>
253
254 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_0_0">
Ed Tanouscb103132019-10-08 11:34:22 -0700255 <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700256 <EntityType Name="Volume" BaseType="Volume.Volume">
Gunnar Mills6f44b752020-02-06 16:50:51 -0600257 <Property Name="Status" Type="Resource.Status" Nullable="false">
258 <Annotation Term="OData.Description" String="The property contains the status of the Volume."/>
259 <Annotation Term="OData.LongDescription" String="The property shall contain the status of the Volume."/>
260 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700261 <Property Name="CapacityBytes" Type="Edm.Int64">
Gunnar Mills6f44b752020-02-06 16:50:51 -0600262 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700263 <Annotation Term="OData.Description" String="The size in bytes of this Volume."/>
264 <Annotation Term="OData.LongDescription" String="This property shall contain the size in bytes of the associated volume."/>
265 <Annotation Term="Measures.Unit" String="By"/>
266 </Property>
267 <Property Name="VolumeType" Type="Volume.v1_0_0.VolumeType">
268 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
269 <Annotation Term="OData.Description" String="The type of this volume."/>
270 <Annotation Term="OData.LongDescription" String="This property shall contain the type of the associated Volume."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700271 <Annotation Term="Redfish.Deprecated" String="Deprecated in favor of explicit use of RAIDType."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700272 </Property>
273 <Property Name="Encrypted" Type="Edm.Boolean">
274 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
275 <Annotation Term="OData.Description" String="Is this Volume encrypted."/>
276 <Annotation Term="OData.LongDescription" String="This property shall contain a boolean indicator if the Volume is currently utilizing encryption or not."/>
277 </Property>
278 <Property Name="EncryptionTypes" Type="Collection(Volume.v1_0_0.EncryptionTypes)" Nullable="false">
279 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
280 <Annotation Term="OData.Description" String="The types of encryption used by this Volume."/>
281 <Annotation Term="OData.LongDescription" String="This property shall contain the types of encryption used by this Volume."/>
282 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700283 <Property Name="Identifiers" Type="Collection(Resource.Identifier)" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700284 <Annotation Term="OData.Description" String="The Durable names for the volume."/>
285 <Annotation Term="OData.LongDescription" String="This property shall contain a list of all known durable names for the associated volume."/>
286 </Property>
287 <Property Name="BlockSizeBytes" Type="Edm.Int64">
288 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700289 <Annotation Term="OData.Description" String="The size of the smallest addressable unit (Block) of this volume in bytes."/>
290 <Annotation Term="OData.LongDescription" String="This property shall contain size of the smallest addressable unit of the associated volume."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700291 <Annotation Term="Measures.Unit" String="By"/>
292 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700293 <Property Name="Operations" Type="Collection(Volume.v1_0_0.Operation)" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700294 <Annotation Term="OData.Description" String="The operations currently running on the Volume."/>
295 <Annotation Term="OData.LongDescription" String="This property shall contain a list of all currently running on the Volume."/>
296 </Property>
297 <Property Name="OptimumIOSizeBytes" Type="Edm.Int64">
298 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
299 <Annotation Term="OData.Description" String="The size in bytes of this Volume's optimum IO size."/>
300 <Annotation Term="OData.LongDescription" String="This property shall contain the optimum IO size to use when performing IO on this volume. For logical disks, this is the stripe size. For physical disks, this describes the physical sector size."/>
301 <Annotation Term="Measures.Unit" String="By"/>
302 </Property>
303 <Property Name="Links" Type="Volume.v1_0_0.Links" Nullable="false">
304 <Annotation Term="OData.Description" String="Contains references to other resources that are related to this resource."/>
305 <Annotation Term="OData.LongDescription" String="The Links property, as described by the Redfish Specification, shall contain references to resources that are related to, but not contained by (subordinate to), this resource."/>
306 </Property>
307 <Property Name="Actions" Type="Volume.v1_0_0.Actions" Nullable="false">
308 <Annotation Term="OData.Description" String="The available actions for this resource."/>
309 <Annotation Term="OData.LongDescription" String="The Actions property shall contain the available actions for this resource."/>
310 </Property>
311 </EntityType>
312
313 <ComplexType Name="Links" BaseType="Resource.Links">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700314 <NavigationProperty Name="Drives" Type="Collection(Drive.Drive)">
315 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
316 <Annotation Term="OData.Description" String="An array of references to the drives which contain this volume. This will reference Drives that either wholly or only partly contain this volume."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700317 <Annotation
318 Term="OData.LongDescription"
319 String="The value of this property shall be a reference to the resources that this volume is associated with and shall reference resources of type Drive. This property shall only contain references to Drive entities which are currently members of the Volume, not hot spare Drives which are not currently a member of the volume."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700320 <Annotation Term="OData.AutoExpandReferences"/>
321 </NavigationProperty>
322 </ComplexType>
323
324 <ComplexType Name="Actions">
325 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700326 <Property Name="Oem" Type="Volume.v1_0_0.OemActions" Nullable="false"/>
327 </ComplexType>
328
329 <ComplexType Name="OemActions">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700330 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
331 </ComplexType>
332
Ed Tanouscb103132019-10-08 11:34:22 -0700333 <ComplexType Name="Operation">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700334 <Property Name="OperationName" Type="Edm.String">
335 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
336 <Annotation Term="OData.Description" String="The name of the operation."/>
337 </Property>
338 <Property Name="PercentageComplete" Type="Edm.Int64">
339 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
340 <Annotation Term="OData.Description" String="The percentage of the operation that has been completed."/>
341 </Property>
342 <NavigationProperty Name="AssociatedTask" Type="Task.Task" Nullable="false">
343 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
344 <Annotation Term="OData.Description" String="A reference to the task associated with the operation if any."/>
345 </NavigationProperty>
346 </ComplexType>
347
348 <EnumType Name="VolumeType">
349 <Member Name="RawDevice">
350 <Annotation Term="OData.Description" String="The volume is a raw physical device without any RAID or other virtualization applied."/>
351 </Member>
352 <Member Name="NonRedundant">
353 <Annotation Term="OData.Description" String="The volume is a non-redundant storage device."/>
354 </Member>
355 <Member Name="Mirrored">
356 <Annotation Term="OData.Description" String="The volume is a mirrored device."/>
357 </Member>
358 <Member Name="StripedWithParity">
359 <Annotation Term="OData.Description" String="The volume is a device which uses parity to retain redundant information."/>
360 </Member>
361 <Member Name="SpannedMirrors">
362 <Annotation Term="OData.Description" String="The volume is a spanned set of mirrored devices."/>
363 </Member>
364 <Member Name="SpannedStripesWithParity">
365 <Annotation Term="OData.Description" String="The volume is a spanned set of devices which uses parity to retain redundant information."/>
366 </Member>
367 </EnumType>
368
369 <EnumType Name="EncryptionTypes">
370 <Member Name="NativeDriveEncryption">
371 <Annotation Term="OData.Description" String="The volume is utilizing the native drive encryption capabilities of the drive hardware."/>
372 </Member>
373 <Member Name="ControllerAssisted">
374 <Annotation Term="OData.Description" String="The volume is being encrypted by the storage controller entity."/>
375 </Member>
376 <Member Name="SoftwareAssisted">
377 <Annotation Term="OData.Description" String="The volume is being encrypted by software running on the system or the operating system."/>
378 </Member>
379 </EnumType>
380
381 </Schema>
382
383 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_0_1">
Ed Tanouscb103132019-10-08 11:34:22 -0700384 <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700385 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
386 <EntityType Name="Volume" BaseType="Volume.v1_0_0.Volume"/>
387 </Schema>
388
389 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_0_2">
Ed Tanouscb103132019-10-08 11:34:22 -0700390 <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700391 <Annotation Term="OData.Description" String="This version was created to add explicit Permissions annotations to all properties for clarity."/>
392 <EntityType Name="Volume" BaseType="Volume.v1_0_1.Volume"/>
393 </Schema>
394
395 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_0_3">
Ed Tanouscb103132019-10-08 11:34:22 -0700396 <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700397 <Annotation Term="OData.Description" String="This version was created to fix supported types and remove the Nullable facet on NavigationProperties of type Collection."/>
398 <EntityType Name="Volume" BaseType="Volume.v1_0_2.Volume"/>
399 </Schema>
400
Ed Tanouscb103132019-10-08 11:34:22 -0700401 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_0_4">
402 <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
403 <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."/>
404 <EntityType Name="Volume" BaseType="Volume.v1_0_3.Volume"/>
405 </Schema>
406
407 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_1_0">
408 <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
409 <EntityType Name="Volume" BaseType="Volume.v1_0_0.Volume">
410 <Property Name="AccessCapabilities" Type="Collection(DataStorageLoSCapabilities.StorageAccessCapability)">
411 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
412 <Annotation Term="OData.Description" String="Supported IO access capabilities."/>
413 <Annotation Term="OData.LongDescription" String="Each entry shall specify a current storage access capability."/>
414 </Property>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600415 <Property Name="MaxBlockSizeBytes" Type="Edm.Int64">
Ed Tanouscb103132019-10-08 11:34:22 -0700416 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
417 <Annotation Term="OData.Description" String="Max Block size in bytes."/>
418 <Annotation Term="OData.LongDescription" String="This property shall contain size of the largest addressable unit of this storage volume."/>
419 <Annotation Term="Measures.Unit" String="By"/>
420 </Property>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600421 <Property Name="Capacity" Type="Capacity.v1_0_0.Capacity" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700422 <Annotation Term="OData.Description" String="Capacity utilization."/>
423 <Annotation Term="OData.LongDescription" String="Information about the utilization of capacity allocated to this storage volume."/>
424 </Property>
425 <NavigationProperty Name="CapacitySources" Type="Collection(Capacity.CapacitySource)" ContainsTarget="true">
426 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
427 <Annotation Term="OData.Description" String="An array of space allocations to this volume."/>
428 <Annotation Term="OData.LongDescription" String="Fully or partially consumed storage from a source resource. Each entry provides capacity allocation information from a named source resource."/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600429 <Annotation Term="OData.AutoExpand"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700430 </NavigationProperty>
431 <Property Name="LowSpaceWarningThresholdPercents" Type="Collection(Edm.Int64)">
432 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
433 <Annotation Term="OData.Description" String="Low space warning."/>
434 <Annotation
435 Term="OData.LongDescription"
436 String="Each time the following value is less than one of the values in the array the LOW_SPACE_THRESHOLD_WARNING event shall be triggered: Across all CapacitySources entries, percent = (SUM(AllocatedBytes) - SUM(ConsumedBytes))/SUM(AllocatedBytes)."/>
437 <Annotation Term="Measures.Unit" String="%"/>
438 </Property>
439 <Property Name="Manufacturer" Type="Edm.String">
440 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
441 <Annotation Term="OData.Description" String="The manufacturer or OEM of this storage volume."/>
442 <Annotation Term="OData.LongDescription" String="This property shall contain a value that represents the manufacturer or implementer of the storage volume."/>
443 </Property>
444 <Property Name="Model" Type="Edm.String">
445 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
446 <Annotation Term="OData.Description" String="The model number for this storage volume."/>
447 <Annotation Term="OData.LongDescription" String="The value is assigned by the manufacturer and shall represents a specific storage volume implementation."/>
448 </Property>
Gunnar Millsa778c022020-05-12 12:20:36 -0500449 <Property Name="ReplicaInfo" Type="StorageReplicaInfo.v1_3_0.ReplicaInfo" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700450 <Annotation Term="OData.Description" String="Describes this storage volume in its role as a target replica."/>
451 <Annotation Term="OData.LongDescription" String="This property shall describe the replica relationship between this storage volume and a corresponding source volume."/>
452 </Property>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600453 <NavigationProperty Name="StorageGroups" Type="StorageGroupCollection.StorageGroupCollection" Nullable="false" ContainsTarget="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700454 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
455 <Annotation Term="OData.Description" String="An array of references to Storage Groups that includes this volume."/>
456 <Annotation Term="OData.LongDescription" String="The value of this property shall contain references to all storage groups that include this volume."/>
457 <Annotation Term="OData.AutoExpandReferences"/>
458 </NavigationProperty>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600459 <NavigationProperty Name="AllocatedPools" Type="StoragePoolCollection.StoragePoolCollection" Nullable="false" ContainsTarget="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700460 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
461 <Annotation Term="OData.Description" String="An array of references to StoragePools allocated from this Volume."/>
462 <Annotation Term="OData.LongDescription" String="The value of this property shall contain references to all storage pools allocated from this volume."/>
463 <Annotation Term="OData.AutoExpandReferences"/>
464 </NavigationProperty>
465 </EntityType>
466
467 <ComplexType Name="Links" BaseType="Volume.v1_0_0.Links">
Gunnar Mills6f44b752020-02-06 16:50:51 -0600468 <NavigationProperty Name="ClassOfService" Type="ClassOfService.ClassOfService" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700469 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
470 <Annotation Term="OData.Description" String="The ClassOfService that this storage volume conforms to."/>
471 <Annotation Term="OData.LongDescription" String="This property shall contain a reference to the ClassOfService that this storage volume conforms to."/>
472 <Annotation Term="OData.AutoExpandReferences"/>
473 </NavigationProperty>
474 </ComplexType>
Ed Tanouscb103132019-10-08 11:34:22 -0700475 </Schema>
476
477 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_1_1">
478 <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
479 <Annotation Term="OData.Description" String="This version was created to remove the complex type nullable property definition from the drive collection."/>
480 <EntityType Name="Volume" BaseType="Volume.v1_1_0.Volume"/>
481 </Schema>
482
483 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_1_2">
484 <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
485 <Annotation Term="OData.Description" String="This version was for errata to Volume."/>
486 <EntityType Name="Volume" BaseType="Volume.v1_1_1.Volume">
487 <Annotation Term="OData.Description" String="Errata to change AllocatedPools and StorageGroups to use ResourceCollections."/>
488 </EntityType>
489 </Schema>
490
491 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_1_3">
492 <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
493 <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."/>
494 <EntityType Name="Volume" BaseType="Volume.v1_1_2.Volume"/>
495 </Schema>
496
Gunnar Mills6f44b752020-02-06 16:50:51 -0600497 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_1_4">
498 <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
499 <Annotation Term="OData.Description" String="This version was created to fix CSDL errors and adds both Redfish Uris and Capability Annotations."/>
500 <EntityType Name="Volume" BaseType="Volume.v1_1_3.Volume"/>
501 </Schema>
502
Ed Tanouscb103132019-10-08 11:34:22 -0700503 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_2_0">
504 <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500505 <Annotation Term="Redfish.Release" String="WIP v1.0.5"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700506 <Annotation Term="OData.Description" String="This version was created to add IO Statistics, and adds the RemainingCapacityPercent property."/>
507 <EntityType Name="Volume" BaseType="Volume.v1_1_1.Volume">
508 <Annotation Term="OData.Description" String="Add volume statistics."/>
509
Gunnar Mills6f44b752020-02-06 16:50:51 -0600510 <Property Name="IOStatistics" Type="IOStatistics.IOStatistics" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700511 <Annotation Term="OData.Description" String="Statistics for this volume."/>
512 <Annotation Term="OData.LongDescription" String="The value shall represent IO statistics for this volume."/>
513 </Property>
514 <Property Name="RemainingCapacityPercent" Type="Edm.Int64">
515 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600516 <Annotation Term="OData.Description" String="The percentage of the capacity remaining in the Volume."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700517 <Annotation Term="OData.LongDescription" String="If present, this value shall return {[(SUM(AllocatedBytes) - SUM(ConsumedBytes)]/SUM(AllocatedBytes)}*100 represented as an integer value."/>
518 </Property>
519 </EntityType>
520
521 <ComplexType Name="Links" BaseType="Volume.v1_1_0.Links">
522 <NavigationProperty Name="DedicatedSpareDrives" Type="Collection(Drive.Drive)">
523 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
524 <Annotation Term="OData.Description" String="An array of references to the drives which are dedicated spares for this volume."/>
525 <Annotation
526 Term="OData.LongDescription"
527 String="The value of this property shall be a reference to the resources that this volume is associated with and shall reference resources of type Drive. This property shall only contain references to Drive entities which are currently assigned as a dedicated spare and are able to support this Volume."/>
528 <Annotation Term="OData.AutoExpandReferences"/>
529 </NavigationProperty>
530 </ComplexType>
531 </Schema>
532
533 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_2_1">
534 <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
535 <Annotation
536 Term="OData.Description"
537 String="This version was created to show name change from Operations to Operation. The description and long description for action Initialize have been extended to add a default InitializeType == Fast recommendation. Change references to unversioned."/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600538 <EntityType Name="Volume" BaseType="Volume.v1_2_0.Volume"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700539 </Schema>
540
541 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_2_2">
542 <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
543 <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."/>
544 <EntityType Name="Volume" BaseType="Volume.v1_2_1.Volume"/>
545 </Schema>
546
Gunnar Mills6f44b752020-02-06 16:50:51 -0600547 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_2_3">
548 <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
549 <Annotation Term="OData.Description" String="This version was created to fix CSDL errors and adds both Redfish Uris and Capability Annotations."/>
550 <EntityType Name="Volume" BaseType="Volume.v1_2_2.Volume"/>
551 </Schema>
552
Ed Tanouscb103132019-10-08 11:34:22 -0700553 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_3_0">
554 <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500555 <Annotation Term="Redfish.Release" String="TP v1.0.6a"/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600556 <Annotation
557 Term="OData.Description"
558 String="This version was created to add RecoverableCapacitySourceCount and SpareResourceSets. This also replaces collection StorageReplicaInfos with scalar StorageReplicaInfo, and adds a ReplicaTargets collection. It also adds the RAIDType enum, which replaces the use of VolumeType for direct Volume characterization."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700559
560 <EntityType Name="Volume" BaseType="Volume.v1_2_1.Volume">
561 <Annotation Term="OData.Description" String="Add ability to manage spare capacity."/>
562 <Property Name="RecoverableCapacitySourceCount" Type="Edm.Int64">
563 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
564 <Annotation Term="OData.Description" String="Current number of capacity source resources that are available as replacements."/>
565 <Annotation Term="OData.LongDescription" String="The value is the number of available capacity source resources currently available in the event that an equivalent capacity source resource fails."/>
566 </Property>
567 <NavigationProperty Name="ReplicaTargets" Type="Collection(Resource.Item)">
568 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
569 <Annotation Term="OData.Description" String="The resources that are target replicas of this source."/>
570 <Annotation Term="OData.LongDescription" String="The value shall reference the target replicas that are sourced by this replica."/>
571 <Annotation Term="OData.AutoExpandReferences"/>
572 </NavigationProperty>
573 </EntityType>
574
575 <ComplexType Name="Links" BaseType="Volume.v1_2_0.Links">
576 <Annotation Term="OData.Description" String="Add ability to manage spare capacity."/>
577 <NavigationProperty Name="SpareResourceSets" Type="Collection(SpareResourceSet.SpareResourceSet)">
578 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
579 <Annotation Term="OData.Description" String="An array of references to SpareResourceSets."/>
580 <Annotation Term="OData.LongDescription" String="Each referenced SpareResourceSet shall contain resources that may be utilized to replace the capacity provided by a failed resource having a compatible type."/>
581 <Annotation Term="OData.AutoExpandReferences"/>
582 </NavigationProperty>
583 </ComplexType>
584 </Schema>
585
586 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_3_1">
587 <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
588 <Annotation Term="OData.Description" String="This version was created to add the RAIDType property, which replaces the use of VolumeType for direct Volume characterization."/>
589
590 <EntityType Name="Volume" BaseType="Volume.v1_3_0.Volume">
591 <Annotation Term="OData.Description" String="Add RAIDType property."/>
592 <Property Name="RAIDType" Type="Volume.RAIDType">
593 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
594 <Annotation Term="OData.Description" String="The RAID type of this volume."/>
595 <Annotation Term="OData.LongDescription" String="This property shall contain the RAID type of the associated Volume."/>
596 </Property>
597 </EntityType>
598 </Schema>
599
Gunnar Mills6f44b752020-02-06 16:50:51 -0600600 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_3_2">
601 <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
602 <Annotation Term="OData.Description" String="This version was created to fix CSDL errors and adds both Redfish Uris and Capability Annotations."/>
603 <EntityType Name="Volume" BaseType="Volume.v1_3_1.Volume"/>
604 </Schema>
Ed Tanouscb103132019-10-08 11:34:22 -0700605
Gunnar Mills6f44b752020-02-06 16:50:51 -0600606 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_4_0">
607 <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500608 <Annotation Term="Redfish.Release" String="WIP v1.1.0"/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600609 <Annotation
610 Term="OData.Description"
611 String="This version was created to add collection of references to Endpoints, StorageGroups and ConsistencyGroups associated with this Volume, and adds a LongDescription to RAID6TP. It also adds AutoExpand to CapacitySources and changes the MaxBlockSizeBytes to 64 bytes. Additionally the following properties have been added: ProvisioningPolicy, OwningStorageService, StripSizeBytes, ReadAheadPolicy, VolumeUsage, WritePolicy, CacheState, LogicalUnitNumber, MediaSpanCount, Deduplicated, Compressed, WriteHoleProtectionPolicy, and DisplayName. This version also adds the following Actions: AssignReplicaTarget, CreateReplicaTarget, RemoveReplicaRelationship, ResumeReplication, ReverseReplicationRelationship, SplitReplication, and SuspendReplication. This version also adds both Redfish Uris and Capability Annotations and fixes CSDL errors."/>
612 <EntityType Name="Volume" BaseType="Volume.v1_3_1.Volume">
613 <Property Name="ProvisioningPolicy" Type="DataStorageLoSCapabilities.ProvisioningPolicy">
614 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
615 <Annotation Term="OData.Description" String="This property specifies the volume's storage allocation, or provisioning policy."/>
616 <Annotation Term="OData.LongDescription" String="This property shall specify the volume's supported storage allocation policy."/>
617 </Property>
618 <Property Name="StripSizeBytes" Type="Edm.Int64">
619 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
620 <Annotation Term="OData.Description" String="The number of blocks (bytes) in a strip in a disk array that uses striped data mapping."/>
621 <Annotation Term="OData.LongDescription" String="The number of consecutively addressed virtual disk blocks (bytes) mapped to consecutively addressed blocks on a single member extent of a disk array. Synonym for stripe depth and chunk size."/>
622 <Annotation Term="Measures.Unit" String="By"/>
623 </Property>
624 <Property Name="ReadCachePolicy" Type="Volume.v1_4_0.ReadCachePolicyType">
625 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
626 <Annotation Term="OData.Description" String="Indicates the read cache policy setting for the Volume."/>
627 <Annotation Term="OData.LongDescription" String="This property shall contain a boolean indicator of the read cache policy for the Volume."/>
628 </Property>
629 <Property Name="VolumeUsage" Type="Volume.v1_4_0.VolumeUsageType">
630 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
631 <Annotation Term="OData.Description" String="Indicates the Volume usage type setting for the Volume."/>
632 <Annotation Term="OData.LongDescription" String="This property shall contain the volume usage type for the Volume."/>
633 </Property>
634 <Property Name="WriteCachePolicy" Type="Volume.v1_4_0.WriteCachePolicyType">
635 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
636 <Annotation Term="OData.Description" String="Indicates the write cache policy setting for the Volume."/>
637 <Annotation Term="OData.LongDescription" String="This property shall contain a boolean indicator of the write cache policy for the Volume."/>
638 </Property>
639 <Property Name="WriteCacheState" Type="Volume.v1_4_0.WriteCacheStateType">
640 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
641 <Annotation Term="OData.Description" String="Indicates the WriteCacheState policy setting for the Volume."/>
642 <Annotation Term="OData.LongDescription" String="This property shall contain the WriteCacheState policy setting for the Volume."/>
643 </Property>
644 <Property Name="LogicalUnitNumber" Type="Edm.Int64">
645 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
646 <Annotation Term="OData.Description" String="Indicates the host-visible LogicalUnitNumber assigned to this Volume."/>
647 <Annotation Term="OData.LongDescription" String="This property shall contain host-visible LogicalUnitNumber assigned to this Volume. This property shall only be used when in a single connect configuration and no StorageGroup configuration is used."/>
648 </Property>
649 <Property Name="MediaSpanCount" Type="Edm.Int64">
650 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
651 <Annotation Term="OData.Description" String="Indicates the number of media elements used per span in the secondary RAID for a hierarchical RAID type."/>
652 <Annotation Term="OData.LongDescription" String="This property shall indicate the number of media elements used per span in the secondary RAID for a hierarchical RAID type."/>
653 </Property>
654 <Property Name="DisplayName" Type="Edm.String">
655 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
656 <Annotation Term="OData.Description" String="A user-configurable string to name the volume."/>
657 <Annotation Term="OData.LongDescription" String="This property shall contain a user-configurable string to name the volume."/>
658 </Property>
659 <Property Name="WriteHoleProtectionPolicy" Type="Volume.v1_4_0.WriteHoleProtectionPolicyType" DefaultValue="Off" Nullable="false">
660 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
661 <Annotation Term="OData.Description" String="The policy that the RAID volume is using to address the write hole issue."/>
662 <Annotation Term="OData.LongDescription" String="This property specifies the policy that is enabled to address the write hole issue on the RAID volume. If no policy is enabled at the moment, this property shall be set to 'Off'."/>
663 </Property>
664 <Property Name="Deduplicated" Type="Edm.Boolean">
665 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
666 <Annotation Term="OData.Description" String="Indicator of whether or not the Volume has deduplication enabled."/>
667 <Annotation Term="OData.LongDescription" String="This property shall contain a boolean indicator if the Volume is currently utilizing deduplication or not."/>
668 </Property>
669 <Property Name="Compressed" Type="Edm.Boolean">
670 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
671 <Annotation Term="OData.Description" String="Indicator of whether or not the Volume has compression enabled."/>
672 <Annotation Term="OData.LongDescription" String="This property shall contain a boolean indicator if the Volume is currently utilizing compression or not."/>
673 </Property>
674 </EntityType>
675
676 <ComplexType Name="Links" BaseType="Volume.v1_3_0.Links">
677 <Annotation Term="OData.Description" String="Add collection of references to Endpoints and StorageGroups associated with this Volume."/>
678 <NavigationProperty Name="ClientEndpoints" Type="Collection(Endpoint.Endpoint)">
679 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
680 <Annotation Term="OData.Description" String="An array of references to the client Endpoints associated with this volume."/>
681 <Annotation Term="OData.LongDescription" String="The value of this property shall be references to the client Endpoints this volume is associated with."/>
682 <Annotation Term="OData.AutoExpandReferences"/>
683 </NavigationProperty>
684 <NavigationProperty Name="ServerEndpoints" Type="Collection(Endpoint.Endpoint)">
685 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
686 <Annotation Term="OData.Description" String="An array of references to the server Endpoints associated with this volume."/>
687 <Annotation Term="OData.LongDescription" String="The value of this property shall be references to the server Endpoints this volume is associated with."/>
688 <Annotation Term="OData.AutoExpandReferences"/>
689 </NavigationProperty>
690 <NavigationProperty Name="StorageGroups" Type="Collection(StorageGroup.StorageGroup)">
691 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
692 <Annotation Term="OData.Description" String="An array of references to the StorageGroups associated with this volume."/>
693 <Annotation Term="OData.LongDescription" String="The value of this property shall be references to the StorageGroups this volume is associated with."/>
694 <Annotation Term="OData.AutoExpandReferences"/>
695 </NavigationProperty>
696 <NavigationProperty Name="ConsistencyGroups" Type="Collection(ConsistencyGroup.ConsistencyGroup)">
697 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
698 <Annotation Term="OData.Description" String="An array of references to the ConsistencyGroups associated with this volume."/>
699 <Annotation Term="OData.LongDescription" String="The value of this property shall be references to the ConsistencyGroups this volume is associated with."/>
700 <Annotation Term="OData.AutoExpandReferences"/>
701 </NavigationProperty>
702 <NavigationProperty Name="OwningStorageService" Type="StorageService.StorageService" Nullable="false">
703 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
704 <Annotation Term="OData.Description" String="A pointer to the StorageService that owns or contains this volume."/>
705 <Annotation Term="OData.LongDescription" String="This shall be a pointer to the StorageService that owns or contains this volume."/>
706 </NavigationProperty>
707 </ComplexType>
708
709 <EnumType Name="WriteHoleProtectionPolicyType">
710 <Member Name="Off">
711 <Annotation Term="OData.Description" String="The volume is not using any policy to address the write hole issue."/>
712 <Annotation Term="OData.LongDescription" String="The support for addressing the write hole issue is disabled. The volume is not performing any additional activities to close the RAID write hole."/>
713 </Member>
714 <Member Name="Journaling">
715 <Annotation Term="OData.Description" String="The policy that uses separate block device for write-ahead logging to adddress write hole issue."/>
716 <Annotation
717 Term="OData.LongDescription"
718 String="The policy that uses separate block device for write-ahead logging to adddress write hole issue. All write operations on the RAID volume are first logged on dedicated journaling device that is not part of the volume."/>
719 </Member>
720 <Member Name="DistributedLog">
721 <Annotation Term="OData.Description" String="The policy that distributes additional log among the volume's capacity sources to address write hole issue."/>
722 <Annotation
723 Term="OData.LongDescription"
724 String="The policy that distributes additional log (e.q. cheksum of the parity) among the volume's capacity sources to address write hole issue. Additional data is used to detect data corruption on the volume."/>
725 </Member>
726 <Member Name="Oem">
727 <Annotation Term="OData.Description" String="The policy that is Oem specific."/>
728 <Annotation Term="OData.LongDescription" String="The policy that is Oem specific. The mechanism details are unknown unless provided separatly by the Oem."/>
729 </Member>
730 </EnumType>
731
732 <EnumType Name="VolumeUsageType">
733 <Member Name="Data">
734 <Annotation Term="OData.Description" String="The volume is allocated for use as a consumable data volume."/>
735 <Annotation Term="OData.LongDescription" String="The volume shall be allocated for use as a consumable data volume."/>
736 </Member>
737 <Member Name="SystemData">
738 <Annotation Term="OData.Description" String="The volume is allocated for use as a consumable data volume reserved for system use."/>
739 <Annotation Term="OData.LongDescription" String="The volume shall be allocated for use as a consumable data volume reserved for system use."/>
740 </Member>
741 <Member Name="CacheOnly">
742 <Annotation Term="OData.Description" String="The volume is allocated for use as a non-consumable cache only volume."/>
743 <Annotation Term="OData.LongDescription" String="The volume shall be allocated for use as a non-consumable cache only volume."/>
744 </Member>
745 <Member Name="SystemReserve">
746 <Annotation Term="OData.Description" String="The volume is allocated for use as a non-consumable system reserved volume."/>
747 <Annotation Term="OData.LongDescription" String="The volume shall be allocated for use as a non-consumable system reserved volume."/>
748 </Member>
749 <Member Name="ReplicationReserve">
750 <Annotation Term="OData.Description" String="The volume is allocated for use as a non-consumable reserved volume for replication use."/>
751 <Annotation Term="OData.LongDescription" String="The volume shall be allocated for use as a non-consumable reserved volume for replication use."/>
752 </Member>
753 </EnumType>
754
755 <EnumType Name="ReadCachePolicyType">
756 <Member Name="ReadAhead">
757 <Annotation Term="OData.Description" String="A caching technique in which the controller pre-fetches data anticipating future read requests."/>
758 </Member>
759 <Member Name="AdaptiveReadAhead">
760 <Annotation Term="OData.Description" String="A caching technique in which the controller dynamically determines whether to pre-fetch data anticipating future read requests, based on previous cache hit ratio."/>
761 </Member>
762 <Member Name="Off">
763 <Annotation Term="OData.Description" String="The read cache is disabled."/>
764 </Member>
765 </EnumType>
766
767 <EnumType Name="WriteCachePolicyType">
768 <Member Name="WriteThrough">
769 <Annotation Term="OData.Description" String="A caching technique in which the completion of a write request is not signaled until data is safely stored on non-volatile media."/>
770 <Annotation Term="OData.LongDescription" String="A caching technique in which the completion of a write request is not signaled until data is safely stored on non-volatile media."/>
771 </Member>
772 <Member Name="ProtectedWriteBack">
773 <Annotation Term="OData.Description" String="A caching technique in which the completion of a write request is signaled as soon as the data is in cache, and actual writing to non-volatile media is guaranteed to occur at a later time."/>
774 <Annotation Term="OData.LongDescription" String="A caching technique in which the completion of a write request is signaled as soon as the data is in cache, and actual writing to non-volatile media is guaranteed to occur at a later time."/>
775 </Member>
776 <Member Name="UnprotectedWriteBack">
777 <Annotation Term="OData.Description" String="A caching technique in which the completion of a write request is signaled as soon as the data is in cache; actual writing to non-volatile media is not guaranteed to occur at a later time."/>
778 <Annotation Term="OData.LongDescription" String="A caching technique in which the completion of a write request is signaled as soon as the data is in cache; actual writing to non-volatile media is not guaranteed to occur at a later time."/>
779 </Member>
Gunnar Millsa778c022020-05-12 12:20:36 -0500780 <Member Name="Off">
781 <Annotation Term="OData.Description" String="The write cache is disabled."/>
782 <Annotation Term="OData.LongDescription" String="Indicates that the write cache shall be disabled."/>
783 <Annotation Term="Redfish.Revisions">
784 <Collection>
785 <Record>
786 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
787 <PropertyValue Property="Version" String="v1_4_1"/>
788 </Record>
789 </Collection>
790 </Annotation>
791 </Member>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600792 </EnumType>
793
794 <EnumType Name="WriteCacheStateType">
795 <Member Name="Unprotected">
796 <Annotation Term="OData.Description" String="Indicates that the cache state type in use generally does not protect write requests on non-volatile media."/>
797 <Annotation Term="OData.LongDescription" String="Indicates that the cache state type in use generally does not protect write requests on non-volatile media."/>
798 </Member>
799 <Member Name="Protected">
800 <Annotation Term="OData.Description" String="Indicates that the cache state type in use generally protects write requests on non-volatile media."/>
801 <Annotation Term="OData.LongDescription" String="Indicates that the cache state type in use generally protects write requests on non-volatile media."/>
802 </Member>
803 <Member Name="Degraded">
804 <Annotation Term="OData.Description" String="Indicates an issue with the cache state in which the cache space is diminished or disabled due to a failure or an outside influence such as a discharged battery."/>
805 <Annotation Term="OData.LongDescription" String="Indicates an issue with the cache state in which the cache space is diminished or disabled due to a failure or an outside influence such as a discharged battery."/>
806 </Member>
807 </EnumType>
808
809 <Action Name="AssignReplicaTarget" IsBound="true">
810 <Parameter Name="Volume" Type="Volume.v1_0_0.Actions"/>
811 <Parameter Name="ReplicaUpdateMode" Type="StorageReplicaInfo.ReplicaUpdateMode" Nullable="false">
812 <Annotation Term="OData.Description" String="The replica update mode (synchronous vs asynchronous)."/>
813 <Annotation Term="OData.LongDescription" String="This parameter shall specify the replica update mode."/>
814 </Parameter>
815 <Parameter Name="TargetVolume" Type="Edm.String" Nullable="false">
816 <Annotation Term="OData.Description" String="The Uri to the existing target volume."/>
817 <Annotation Term="OData.LongDescription" String="This parameter shall contain the Uri to the existing target volume."/>
818 </Parameter>
819 <Parameter Name="ReplicaType" Type="StorageReplicaInfo.ReplicaType" Nullable="false">
820 <Annotation Term="OData.Description" String="The type of replica relationship to be created."/>
821 <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of replica relationship to be created (e.g., Clone, Mirror, Snap)."/>
822 </Parameter>
823 <Annotation Term="OData.Description" String="This action is used to establish a replication relationship by assigning an existing volume to serve as a target replica for an existing source volume."/>
824 <Annotation Term="OData.LongDescription" String="This action shall be used to establish a replication relationship by assigning an existing volume to serve as a target replica for an existing source volume."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500825 <Annotation Term="Redfish.Revisions">
826 <Collection>
827 <Record>
828 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
829 <PropertyValue Property="Version" String="v1_4_0"/>
830 </Record>
831 </Collection>
832 </Annotation>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600833 </Action>
834
835 <Action Name="CreateReplicaTarget" IsBound="true">
836 <Parameter Name="Volume" Type="Volume.v1_0_0.Actions"/>
837 <Parameter Name="ReplicaUpdateMode" Type="StorageReplicaInfo.ReplicaUpdateMode" Nullable="false">
838 <Annotation Term="OData.Description" String="The replica update mode (synchronous vs asynchronous)."/>
839 <Annotation Term="OData.LongDescription" String="This parameter shall specify the replica update mode."/>
840 </Parameter>
841 <Parameter Name="VolumeName" Type="Edm.String">
842 <Annotation Term="OData.Description" String="The Name for the new target volume."/>
843 <Annotation Term="OData.LongDescription" String="This parameter shall contain the Name for the target volume."/>
844 </Parameter>
845 <Parameter Name="TargetStoragePool" Type="Edm.String" Nullable="false">
846 <Annotation Term="OData.Description" String="The Uri to the existing target Storage Pool."/>
847 <Annotation Term="OData.LongDescription" String="This parameter shall contain the Uri to the existing StoragePool in which to create the target volume."/>
848 </Parameter>
849 <Parameter Name="ReplicaType" Type="StorageReplicaInfo.ReplicaType" Nullable="false">
850 <Annotation Term="OData.Description" String="The type of replica relationship to be created."/>
851 <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of replica relationship to be created (e.g., Clone, Mirror, Snap)."/>
852 </Parameter>
853 <Annotation Term="OData.Description" String="This action is used to create a new volume resource to provide expanded data protection through a replica relationship with the specified source volume."/>
854 <Annotation Term="OData.LongDescription" String="This action shall be used to create a new volume resource to provide expanded data protection through a replica relationship with the specified source volume."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500855 <Annotation Term="Redfish.Revisions">
856 <Collection>
857 <Record>
858 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
859 <PropertyValue Property="Version" String="v1_4_0"/>
860 </Record>
861 </Collection>
862 </Annotation>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600863 </Action>
864
865 <Action Name="RemoveReplicaRelationship" IsBound="true">
866 <Parameter Name="Volume" Type="Volume.v1_0_0.Actions"/>
867 <Parameter Name="TargetVolume" Type="Edm.String" Nullable="false">
868 <Annotation Term="OData.Description" String="The Uri to the existing target volume."/>
869 <Annotation Term="OData.LongDescription" String="This parameter shall contain the Uri to the existing target volume."/>
870 </Parameter>
871 <Parameter Name="DeleteTargetVolume" Type="Edm.Boolean">
872 <Annotation Term="OData.Description" String="Indicate whether or not to delete the target volume as part of the operation."/>
873 <Annotation Term="OData.LongDescription" String="This parameter shall indicate whether or not to delete the target volume as part of the operation. If not defined, the system should use its default behavior."/>
874 </Parameter>
875 <Annotation Term="OData.Description" String="This action is used to disable data synchronization between a source and target volume, remove the replication relationship, and optionally delete the target volume."/>
876 <Annotation Term="OData.LongDescription" String="This action shall be used to disable data synchronization between a source and target volume, remove the replication relationship, and optionally delete the target volume."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500877 <Annotation Term="Redfish.Revisions">
878 <Collection>
879 <Record>
880 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
881 <PropertyValue Property="Version" String="v1_4_0"/>
882 </Record>
883 </Collection>
884 </Annotation>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600885 </Action>
886
887 <Action Name="ResumeReplication" IsBound="true">
888 <Parameter Name="Volume" Type="Volume.v1_0_0.Actions"/>
889 <Parameter Name="TargetVolume" Type="Edm.String" Nullable="false">
890 <Annotation Term="OData.Description" String="The Uri to the existing target volume."/>
891 <Annotation Term="OData.LongDescription" String="This parameter shall contain the Uri to the existing target volume."/>
892 </Parameter>
893 <Annotation Term="OData.Description" String="This action is used to resume the active data synchronization between a source and target volume, without otherwise altering the replication relationship."/>
894 <Annotation Term="OData.LongDescription" String="This action shall be used to resume the active data synchronization between a source and target volume, without otherwise altering the replication relationship."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500895 <Annotation Term="Redfish.Revisions">
896 <Collection>
897 <Record>
898 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
899 <PropertyValue Property="Version" String="v1_4_0"/>
900 </Record>
901 </Collection>
902 </Annotation>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600903 </Action>
904
905 <Action Name="ReverseReplicationRelationship" IsBound="true">
906 <Parameter Name="Volume" Type="Volume.v1_0_0.Actions"/>
907 <Parameter Name="TargetVolume" Type="Edm.String" Nullable="false">
908 <Annotation Term="OData.Description" String="The Uri to the existing target volume."/>
909 <Annotation Term="OData.LongDescription" String="This parameter shall contain the Uri to the existing target volume."/>
910 </Parameter>
911 <Annotation Term="OData.Description" String="This action is used to reverse the replication relationship between a source and target volume."/>
912 <Annotation Term="OData.LongDescription" String="This action shall be used to reverse the replication relationship between a source and target volume."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500913 <Annotation Term="Redfish.Revisions">
914 <Collection>
915 <Record>
916 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
917 <PropertyValue Property="Version" String="v1_4_0"/>
918 </Record>
919 </Collection>
920 </Annotation>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600921 </Action>
922
923 <Action Name="SplitReplication" IsBound="true">
924 <Parameter Name="Volume" Type="Volume.v1_0_0.Actions"/>
925 <Parameter Name="TargetVolume" Type="Edm.String" Nullable="false">
926 <Annotation Term="OData.Description" String="The Uri to the existing target volume."/>
927 <Annotation Term="OData.LongDescription" String="This parameter shall contain the Uri to the existing target volume."/>
928 </Parameter>
929 <Annotation Term="OData.Description" String="This action is used to split the replication relationship and suspend data synchronization between a source and target volume."/>
930 <Annotation Term="OData.LongDescription" String="This action shall be used to split the replication relationship and suspend data synchronization between a source and target volume."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500931 <Annotation Term="Redfish.Revisions">
932 <Collection>
933 <Record>
934 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
935 <PropertyValue Property="Version" String="v1_4_0"/>
936 </Record>
937 </Collection>
938 </Annotation>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600939 </Action>
940
941 <Action Name="SuspendReplication" IsBound="true">
942 <Parameter Name="Volume" Type="Volume.v1_0_0.Actions"/>
943 <Parameter Name="TargetVolume" Type="Edm.String" Nullable="false">
944 <Annotation Term="OData.Description" String="The Uri to the existing target volume."/>
945 <Annotation Term="OData.LongDescription" String="This parameter shall contain the Uri to the existing target volume."/>
946 </Parameter>
947 <Annotation Term="OData.Description" String="This action is used to suspend active data synchronization between a source and target volume, without otherwise altering the replication relationship."/>
948 <Annotation Term="OData.LongDescription" String="This action shall be used to suspend active data synchronization between a source and target volume, without otherwise altering the replication relationship."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500949 <Annotation Term="Redfish.Revisions">
950 <Collection>
951 <Record>
952 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
953 <PropertyValue Property="Version" String="v1_4_0"/>
954 </Record>
955 </Collection>
956 </Annotation>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600957 </Action>
958
959 </Schema>
Gunnar Millsa778c022020-05-12 12:20:36 -0500960
961 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_4_1">
962 <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
963 <Annotation Term="OData.Description" String="This version was created to update the reference to StorageReplicaInfo to version 1.3.0. It also adds Redfish.Release and RevisionKind/Added annotations, adds 'Off' to the WriteCachePolicy, and fixes Redfish Uris issues."/>
964 <EntityType Name="Volume" BaseType="Volume.v1_4_0.Volume"/>
965 </Schema>
966
Gunnar Mills6f44b752020-02-06 16:50:51 -0600967 </edmx:DataServices>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700968</edmx:Edmx>