3.2.5.6.2.1 StartBackup

This element specifies input values for the StartBackup operation.

  
 <xs:element name="StartBackup">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" name="automatic" type="xs:boolean" />
       <xs:element minOccurs="0" name="description" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="allowPostpone" type="xs:boolean" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

automatic: A Boolean where TRUE indicates the backup is automatic; otherwise, the value is FALSE.

description: The description of the backup.

allowPostpone: A Boolean where TRUE indicates that postponing the backup is allowed; otherwise, the value is FALSE.