About the ISP language
You can define the following objects using the Veritas Intelligent Storage Provisioning (ISP) specification language:
Note the following points with regard to the syntax of the language:
-
Each object category, such as capability, template, user template and storage pool and capability has its own name space. This means that a capability and a template can have the same name, but two capabilities cannot have the same name.
-
All keywords are case insensitive.
-
The primitive types are the following types:
boolean
|
Possible values are true or false.
|
|---|
guid_string
|
String identifier for a GUI element.
|
int
|
Short signed integer.
|
long
|
Long signed integer.
|
quoted_string
|
String enclosed in double quotes.
|
string
|
String.
|
uint32
|
Unsigned 32-bit integer.
|