2.2.5.2.20 VolumeStatus

The VolumeStatus type describes the configuration status of a volume.

   <xs:simpleType name="VolumeStatus">
     <xs:restriction base="xs:string">
       <xs:enumeration value="NotConfigured" />
       <xs:enumeration value="Exclude" />
       <xs:enumeration value="Include" />
     </xs:restriction>
   </xs:simpleType>

The following table describes the values for this type.

Value

Description

NotConfigured

User has not indicated whether to back up this volume.

Exclude

Exclude this volume from backups.

Include

Include this volume in backups.