3.2.5.23.2.1 SetClientVolumeStatus
This element specifies input values for the SetClientVolumeStatus operation.
-
<xs:element name="SetClientVolumeStatus"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="clientSid" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="volumeGuid" xmlns:q7="http://schemas.microsoft.com/2003/10/Serialization/" type="q7:guid" /> <xs:element minOccurs="0" name="Status" xmlns:q8="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.DataProtection.PCBackup.BackupUtil.WcfContracts" type="q8:VolumeStatus" /> <xs:element minOccurs="0" name="DeleteJobs" type="xs:boolean" /> </xs:sequence> </xs:complexType> </xs:element>
clientSid: A string that contains the security identifier of the client.
volumeGuid: The GUID of the volume.
Status: A VolumeStatus (section 2.2.5.2.20) value that contains the status of the volume.
DeleteJobs: A Boolean where TRUE indicates all volume jobs need to be deleted for the volume; otherwise, the value is FALSE.