2.2.4.2.7 ClientConfig

The ClientConfig type contains all the client configuration of a backup.

   <xs:complexType name="ClientConfig">
     <xs:sequence>
       <xs:element minOccurs="1" maxOccurs="1" name="IsConfigured" type="xs:boolean" />
       <xs:element minOccurs="1" maxOccurs="1" name="AnyVolumesIncluded" type="xs:boolean" />
       <xs:element minOccurs="1" maxOccurs="1" name="WindowStart" type="xs:int" />
       <xs:element minOccurs="1" maxOccurs="1" name="WindowEnd" type="xs:int" />
     </xs:sequence>
   </xs:complexType>

IsConfigured: TRUE if the backup is enabled; otherwise, FALSE.

AnyVolumesIncluded: TRUE if any volumes eligible for backup are included; otherwise FALSE. If backup is not enabled or not configured, then the value of this variable is irrelevant.

WindowStart: The backup window start time, in number of minutes from midnight.

WindowEnd: The backup window end time, in number of minutes from midnight.