Createstoragegroupparam Element: Create Torage Roup Aram Index HTML

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

C R E AT E S TO R A G E G R O U P P A R A M (INDEX.

HTML)
REST (rest.html) Data Model (model.html)

Home (index.html) > Data Model (model.html) > sloprovisioning83 (sloprovisioning83.html) >

createStorageGroupParam element (el_sloprovisioning83_createStorageGroupParam.html)

createStorageGroupParam element
Type: CreateStorageGroupParamType (sloprovisioning83_CreateStorageGroupParamType.html)
Namespace: h p://www.emc.com/em/2012/07/univmax/restapi/83/sloprovisioning
XML Schema: sloprovisioning83.xsd (sloprovisioning83.xsd)

Java class for CreateStorageGroupParamType complex type.

The following schema fragment specifies the expected content contained within this class.
<complexType name="CreateStorageGroupParamType">
<complexContent>
<extension base="{http://www.emc.com/em/2012/07/univmax/restapi/common}ParamType">
<sequence>
<element name="storageGroupId" type="{http://www.emc.com/em/2012/07/univmax/restapi/common
<element name="create_empty_storage_group" type="{http://www.w3.org/2001/XMLSchema}boolean
<element name="srpId" type="{http://www.emc.com/em/2012/07/univmax/restapi/common}SrpIdTyp
<sequence maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.emc.com/em/2012/07/univmax/restapi/83/sloprovisioning}sloBasedSt
</sequence>
<element name="emulation" type="{http://www.emc.com/em/2012/07/univmax/restapi/83/sloprovi
</sequence>
</extension>
</complexContent>
</complexType>

Example XML
<?xml version="1.0" encoding="UTF-8"?>
<createStorageGroupParam xmlns="http://www.emc.com/em/2012/07/univmax/restapi/83/sloprovisioning">
<storageGroupId>...</storageGroupId>
<create_empty_storage_group>...</create_empty_storage_group>
<srpId>...</srpId>
<sloBasedStorageGroupParam>
<sloId>...</sloId>
<workloadSelection>...</workloadSelection>
<num_of_vols>...</num_of_vols>
<common:volumeAttribute xmlns:common="http://www.emc.com/em/2012/07/univmax/restapi/common">...</comm
<allocate_capacity_for_each_vol>...</allocate_capacity_for_each_vol>
<persist_preallocated_capacity_through_reclaim_or_copy>...</persist_preallocated_capacity_through_reclaim_
<noCompression>...</noCompression>
</sloBasedStorageGroupParam>
<sloBasedStorageGroupParam>
<!--...-->
</ l B dS G P >
Example JSON
{
"storageGroupId" : "...",
"create_empty_storage_group" : false,
"srpId" : "...",
"sloBasedStorageGroupParam" : [ {
"sloId" : "...",
"workloadSelection" : "...",
"num_of_vols" : ...,
"volumeAttribute" : {
},
"allocate_capacity_for_each_vol" : false,
"persist_preallocated_capacity_through_reclaim_or_copy" : false,
"noCompression" : false
}, ... ],
"emulation" : "FBA"
}

Copyright © 2021 EMC Corpora on. All rights reserved. Published in the USA.
Generated by Enunciate (h p://enunciate.codehaus.org).

You might also like