getLSSVolumeInfo

Returns the supported, default, and chageable LSS features for the specified LSS type.

Request

<getLSSVolumeInfo>  
   <lssName/>
</getLSSVolumeInfo>

Reply

<getLSSVolumeInfo>
         <lssVolumeInfo>
            <volSupportedFeatures value=" ">
               <salvage/>            
               <compression/>
               <directoryQuota/>
               <userQuota/>
               <flushFiles/>
               <mfl/>
               <snapshot/>
               <backup/>
               <shredding/>
               <userTransaction/>
               <migration/>
               <backup/>
            </volSupportedFeatures>
            <volDefaultFeatures value=" ">
               <salvage/>
               <compression/>
               <directoryQuota/>
               <userQuota/>
               <flushFiles/>
               <mfl/>
               <snapshot/>
               <backup/>
               <shredding/>
               <userTransaction/>
               <migration/>
               <backup/>
            </volDefaultFeatures>
            <volChangeableFeatures value=" ">
               <salvage/>
               <compression/>
               <directoryQuota/>
               <userQuota/>
               <flushFiles/>
               <mfl/>
               <snapshot/>
               <backup/>
               <shredding/>
               <userTransaction/>
               <migration/>
               <backup/>
            </volChangeableFeatures>
         </lssVolumeInfo>
         <result value="0">
            <description/>
         </result>
      </getLSSVolumeInfo>

Elements

lssName

Specifies the name of the LSS.

lssVolumeInfo

Specifies information for the volume.

volSupportedFeatures

Specifies a list of elements that represent volume features that are supported by the LSS type.

salvage

Specifies that salvage is supported, enabled by default, or changeable on the volume.

compression

Specifies that compression is supported, enabled by default, or changeable on the volume.

directoryQuota

Specifies that a directory quota is supported, enabled by default, or changeable on the volume.

userQuota

Specifies that a user quota is supported, enabled by default, or changeable on the volume.

flushFiles

Specifies that flushing files is supported, enabled by default, or changeable on the volume.

mfl

Specifies that mfl is supported, enabled by default, or changeable on the volume.

snapshot

Specifies that snapshots are supported, enabled by default, or changeable on the volume.

backup

Specifies that back ups are supported, enabled by default, or changeable on the volume.

shredding

Specifies that shredding is supported, enabled by default, or changeable on the volume.

userTransaction

Specifies that user transactions are supported, enabled by default, or changeable on the volume.

migration

Specifies that migration is supported, enabled by default, or changeable on the volume.

volDefaultFeatures

Specifies a list of elements that represent volume features that are enabled by default when volumes are created on the LSS type.

volChangeableFeatures

Specifies a list of elements that represent volume features that are changeable for volumes on the LSS type.

result

Specifies an error value or 0 (for no error).

description

Specifies a text description of the result.

Atrributes

value

Specifies the decimal value of the LSS's supported, default, or changeable volume features bit mask.