HP MSA 2040 CLI Reference Guide
492 XML API basetype properties
storage-size-
precision
uint8 The number of decimal places (1–10) for display of storage-space sizes. The
default is 1.
storage-size-
units
string The unit for display of storage-space sizes.
• auto: Lets the system determine the proper unit for a size. This is the default.
• MB: Megabytes.
• GB: Gigabytes.
• TB: Terabytes.
Based on the precision setting, if the selected unit is too large to meaningfully
display a size, the system uses a smaller unit for that size. For example, if units is
set to TB, precision is set to 1, and base is set to 10, the size 0.11709 TB is
instead shown as 117.1 GB.
storage-size-
units-numeric
string Numeric equivalents for storage-size-units values.
• 0: auto
• 1: MB
• 2: GB
• 3: TB
temperature-
scale
string • Celsius: Use the Celsius scale to display temperature values. This is the
default.
• Fahrenheit: Use the Fahrenheit scale to display temperature values.
temperature-
scale-numeric
string Numeric equivalents for temperature-scale values.
• 0: Fahrenheit
• 1: Celsius
timeout uint32 Time in seconds that the session can be idle before it automatically ends. Valid
values are 120–43200 seconds (2–720 minutes). The default is 1800 seconds
(30 minutes).
authentication-
type
string For an SNMPv3 user, this specifies whether to use a security authentication
protocol. Authentication uses the user password.
• none: No authentication.
• MD5: MD5 authentication. This is the default.
• SHA: SHA (Secure Hash Algorithm) authentication.
authentication-
type-numeric
string Numeric equivalents for authentication-type values.
• 0: none
• 1: MD5
• 2: SHA
privacy-type string For an SNMPv3 user, this specifies whether to use a security encryption protocol.
This parameter requires the privacy-password property and the
authentication-type property.
• none: No encryption. This is the default.
• DES
: Data Encryption Standard.
• AES: Advanced Encryption Standard.
privacy-type-
numeric
string Numeric equivalents for privacy-type values.
• 0: none
• 1: DES
• 2: AES
password string User password. For a standard user the password is represented by eight
asterisks. For an SNMPv3 user this is the authentication password.
Table 87 users properties (continued)
Name Type Description