NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Software Development Kit (SDK) and API Discussions

space-guarantee while calling volume-create function

tapanswain
2,164 Views

I need help  on netapp-manageability-sdk . When i open OntapClusterAPI.pm module with volume-create function. I did not find attribute of space-guarantee . but could the find the under space-guarantee funcation. I dodnot know what is different between  volume-create and volume-create-async . I chnage my code to read volume-create-async funcation , but fails telling i need to specify aggr .

 

'space-guarantee' => {
'type' => 'string',
'flags' => 4,
'scope' => [],
},

 

 

'volume-create-async' => {
'category' => 'volume',
'family' => ['ontap-vserver'],

 

 

Any help or suggestion  ?

0 REPLIES 0
Public