name | data type | description |
---|---|---|
mode | AutoAssignMode | |
includeRegExps | array of string | |
excludeRegExps | array of string | |
storagePools | array of NameAndGuid |
Example
{ "mode" : "DISABLED", "includeRegExps" : [ "...", "..." ], "excludeRegExps" : [ "...", "..." ], "storagePools" : [ { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, { "guid" : "...", "name" : "..." } ] }