2.2.4.2.3 PCBackupConfiguration
The PCBackupConfiguration type contains all the computer backup configurations as seen from management UI.
-
<xs:complexType name="PCBackupConfiguration"> <xs:sequence> <xs:element minOccurs="1" maxOccurs="1" name="windowStartTime" type="TimeSpan" /> <xs:element minOccurs="1" maxOccurs="1" name="windowEndTime" type="TimeSpan" /> <xs:element minOccurs="1" maxOccurs="1" name="dailyRetainCount" type="xs:unsignedInt" /> <xs:element minOccurs="1" maxOccurs="1" name="weeklyRetainCount" type="xs:unsignedInt" /> <xs:element minOccurs="1" maxOccurs="1" name="monthlyRetainCount" type="xs:unsignedInt" /> <xs:element minOccurs="1" maxOccurs="1" name="yearlyRetainCount" type="xs:unsignedInt" /> <xs:element minOccurs="1" maxOccurs="1" name="alertDiskBytes" type="xs:long" /> </xs:sequence> </xs:complexType>
windowStartTime: The backup window start time.
windowEndTime: The backup window end time.
dailyRetainCount: The daily backup retain count.
weeklyRetainCount: The weekly backup retain count.
monthlyRetainCount: The monthly backup retain count.
yearlyRetainCount: The yearly backup retain count.
alertDiskBytes: The alert disk bytes.