Reference for GetTargetVolumes
Url: rollback/targetVolumes
HTTP Method: POST
| Message direction | Format | Body |
|---|---|---|
| Request | XML | Example,Schema |
| Response | XML | Example,Schema |
The following is an example request XML body:
<?xml version="1.0" encoding="utf-16"?> <rollbackTarget xmlns="http://apprecovery.com/management/api/2010/05"> <agentId>1627aea5-8e0a-4371-9022-9b504344e724</agentId> <rrcAdminPassword>String content</rrcAdminPassword> <rrcIpAddress>String content</rrcIpAddress> <rrcType>Unknown</rrcType> <type>ProtectedAgent</type> </rollbackTarget>
The following is an example response XML body:
<?xml version="1.0" encoding="utf-16"?>
<targetVolumes xmlns="http://apprecovery.com/management/api/2010/05">
<rollbackTargetVolume>
<deviceId>String content</deviceId>
<name>
<guidName>String content</guidName>
<displayName>String content</displayName>
</name>
<displayName>String content</displayName>
<serialNumber>9223372036854775807</serialNumber>
<allocationUnitSize>4294967295</allocationUnitSize>
<formattedCapacity>18446744073709551615</formattedCapacity>
<rawCapacity>18446744073709551615</rawCapacity>
<usedCapacity>18446744073709551615</usedCapacity>
<label>String content</label>
<mountPoints>
<mountPoint>String content</mountPoint>
<mountPoint>String content</mountPoint>
</mountPoints>
<isBoot>true</isBoot>
<isSystem>true</isSystem>
<isSimple>true</isSimple>
<diskNumbers>
<diskNumber>4294967295</diskNumber>
<diskNumber>4294967295</diskNumber>
</diskNumbers>
<driverId>1627aea5-8e0a-4371-9022-9b504344e724</driverId>
<isClean>true</isClean>
<previousEpochNumber>4294967295</previousEpochNumber>
<isClusterDisk>true</isClusterDisk>
<isSuitableForVss>true</isSuitableForVss>
<fileSystem>Unknown</fileSystem>
<partitionType>PartitionEntryUnused</partitionType>
<isReadOnly>true</isReadOnly>
<volumeIndex>4294967295</volumeIndex>
<isDeduplicationEnabled>true</isDeduplicationEnabled>
<quota>
<caption>String content</caption>
<defaultLimit>9223372036854775807</defaultLimit>
<defaultWarningLimit>9223372036854775807</defaultWarningLimit>
<description>String content</description>
<exceededNotification>true</exceededNotification>
<settingId>String content</settingId>
<state>Disabled</state>
<volumePath>String content</volumePath>
<warningExceededNotification>true</warningExceededNotification>
</quota>
<containsRepository>true</containsRepository>
<isStorageSpaces>true</isStorageSpaces>
<containsRunningService>true</containsRunningService>
<clusterDiskName>String content</clusterDiskName>
<clusterDiskState>Inherited</clusterDiskState>
<isSingleInstanceStorageEnabled>true</isSingleInstanceStorageEnabled>
<hasPageFile>true</hasPageFile>
<hasBootIndicator>true</hasBootIndicator>
<isClusterQuorumVolume>true</isClusterQuorumVolume>
<isExchangeInstallAndRunVolume>true</isExchangeInstallAndRunVolume>
<isLocatedOnFileBackedVirtualDisk>true</isLocatedOnFileBackedVirtualDisk>
<isOracleInstallAndRunVolume>true</isOracleInstallAndRunVolume>
<isSharedVhdxVolume>true</isSharedVhdxVolume>
<isSqlInstallAndRunVolume>true</isSqlInstallAndRunVolume>
<sharedVhdxOwners>
<string>String content</string>
<string>String content</string>
</sharedVhdxOwners>
</rollbackTargetVolume>
<rollbackTargetVolume>
<deviceId>String content</deviceId>
<name>
<guidName>String content</guidName>
<displayName>String content</displayName>
</name>
<displayName>String content</displayName>
<serialNumber>9223372036854775807</serialNumber>
<allocationUnitSize>4294967295</allocationUnitSize>
<formattedCapacity>18446744073709551615</formattedCapacity>
<rawCapacity>18446744073709551615</rawCapacity>
<usedCapacity>18446744073709551615</usedCapacity>
<label>String content</label>
<mountPoints>
<mountPoint>String content</mountPoint>
<mountPoint>String content</mountPoint>
</mountPoints>
<isBoot>true</isBoot>
<isSystem>true</isSystem>
<isSimple>true</isSimple>
<diskNumbers>
<diskNumber>4294967295</diskNumber>
<diskNumber>4294967295</diskNumber>
</diskNumbers>
<driverId>1627aea5-8e0a-4371-9022-9b504344e724</driverId>
<isClean>true</isClean>
<previousEpochNumber>4294967295</previousEpochNumber>
<isClusterDisk>true</isClusterDisk>
<isSuitableForVss>true</isSuitableForVss>
<fileSystem>Unknown</fileSystem>
<partitionType>PartitionEntryUnused</partitionType>
<isReadOnly>true</isReadOnly>
<volumeIndex>4294967295</volumeIndex>
<isDeduplicationEnabled>true</isDeduplicationEnabled>
<quota>
<caption>String content</caption>
<defaultLimit>9223372036854775807</defaultLimit>
<defaultWarningLimit>9223372036854775807</defaultWarningLimit>
<description>String content</description>
<exceededNotification>true</exceededNotification>
<settingId>String content</settingId>
<state>Disabled</state>
<volumePath>String content</volumePath>
<warningExceededNotification>true</warningExceededNotification>
</quota>
<containsRepository>true</containsRepository>
<isStorageSpaces>true</isStorageSpaces>
<containsRunningService>true</containsRunningService>
<clusterDiskName>String content</clusterDiskName>
<clusterDiskState>Inherited</clusterDiskState>
<isSingleInstanceStorageEnabled>true</isSingleInstanceStorageEnabled>
<hasPageFile>true</hasPageFile>
<hasBootIndicator>true</hasBootIndicator>
<isClusterQuorumVolume>true</isClusterQuorumVolume>
<isExchangeInstallAndRunVolume>true</isExchangeInstallAndRunVolume>
<isLocatedOnFileBackedVirtualDisk>true</isLocatedOnFileBackedVirtualDisk>
<isOracleInstallAndRunVolume>true</isOracleInstallAndRunVolume>
<isSharedVhdxVolume>true</isSharedVhdxVolume>
<isSqlInstallAndRunVolume>true</isSqlInstallAndRunVolume>
<sharedVhdxOwners>
<string>String content</string>
<string>String content</string>
</sharedVhdxOwners>
</rollbackTargetVolume>
</targetVolumes>
The following is the request XML Schema:
<?xml version="1.0" encoding="utf-16"?>
<Schemas>
<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="anyType" nillable="true" type="xs:anyType" />
<xs:element name="anyURI" nillable="true" type="xs:anyURI" />
<xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
<xs:element name="boolean" nillable="true" type="xs:boolean" />
<xs:element name="byte" nillable="true" type="xs:byte" />
<xs:element name="dateTime" nillable="true" type="xs:dateTime" />
<xs:element name="decimal" nillable="true" type="xs:decimal" />
<xs:element name="double" nillable="true" type="xs:double" />
<xs:element name="float" nillable="true" type="xs:float" />
<xs:element name="int" nillable="true" type="xs:int" />
<xs:element name="long" nillable="true" type="xs:long" />
<xs:element name="QName" nillable="true" type="xs:QName" />
<xs:element name="short" nillable="true" type="xs:short" />
<xs:element name="string" nillable="true" type="xs:string" />
<xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
<xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
<xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
<xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" />
<xs:element name="char" nillable="true" type="tns:char" />
<xs:simpleType name="char">
<xs:restriction base="xs:int" />
</xs:simpleType>
<xs:element name="duration" nillable="true" type="tns:duration" />
<xs:simpleType name="duration">
<xs:restriction base="xs:duration">
<xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
<xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
<xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
</xs:restriction>
</xs:simpleType>
<xs:element name="guid" nillable="true" type="tns:guid" />
<xs:simpleType name="guid">
<xs:restriction base="xs:string">
<xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
</xs:restriction>
</xs:simpleType>
<xs:attribute name="FactoryType" type="xs:QName" />
<xs:attribute name="Id" type="xs:ID" />
<xs:attribute name="Ref" type="xs:IDREF" />
</xs:schema>
<xs:schema xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:tns="http://apprecovery.com/management/api/2010/05" elementFormDefault="qualified" targetNamespace="http://apprecovery.com/management/api/2010/05" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
<xs:import namespace="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.Rollback" />
<xs:complexType name="rollbackTarget">
<xs:sequence>
<xs:element minOccurs="0" name="agentId" type="ser:guid" />
<xs:element minOccurs="0" name="rrcAdminPassword" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="rrcIpAddress" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="rrcType" xmlns:q1="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.Rollback" type="q1:RrcType" />
<xs:element minOccurs="0" name="type" xmlns:q2="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.Rollback" type="q2:RollbackTargetType" />
</xs:sequence>
</xs:complexType>
<xs:element name="rollbackTarget" nillable="true" type="tns:rollbackTarget" />
</xs:schema>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.Rollback" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Replay.Core.Contracts.Rollback" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:simpleType name="RrcType">
<xs:restriction base="xs:string">
<xs:enumeration value="Unknown" />
<xs:enumeration value="RrcTypeWindows" />
<xs:enumeration value="RrcTypeLinux" />
</xs:restriction>
</xs:simpleType>
<xs:element name="RrcType" nillable="true" type="tns:RrcType" />
<xs:simpleType name="RollbackTargetType">
<xs:restriction base="xs:string">
<xs:enumeration value="ProtectedAgent" />
<xs:enumeration value="ReplayRecoveryConsole" />
</xs:restriction>
</xs:simpleType>
<xs:element name="RollbackTargetType" nillable="true" type="tns:RollbackTargetType" />
</xs:schema>
</Schemas>
The following is the response XML Schema:
<?xml version="1.0" encoding="utf-16"?>
<Schemas>
<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="anyType" nillable="true" type="xs:anyType" />
<xs:element name="anyURI" nillable="true" type="xs:anyURI" />
<xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
<xs:element name="boolean" nillable="true" type="xs:boolean" />
<xs:element name="byte" nillable="true" type="xs:byte" />
<xs:element name="dateTime" nillable="true" type="xs:dateTime" />
<xs:element name="decimal" nillable="true" type="xs:decimal" />
<xs:element name="double" nillable="true" type="xs:double" />
<xs:element name="float" nillable="true" type="xs:float" />
<xs:element name="int" nillable="true" type="xs:int" />
<xs:element name="long" nillable="true" type="xs:long" />
<xs:element name="QName" nillable="true" type="xs:QName" />
<xs:element name="short" nillable="true" type="xs:short" />
<xs:element name="string" nillable="true" type="xs:string" />
<xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
<xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
<xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
<xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" />
<xs:element name="char" nillable="true" type="tns:char" />
<xs:simpleType name="char">
<xs:restriction base="xs:int" />
</xs:simpleType>
<xs:element name="duration" nillable="true" type="tns:duration" />
<xs:simpleType name="duration">
<xs:restriction base="xs:duration">
<xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
<xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
<xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
</xs:restriction>
</xs:simpleType>
<xs:element name="guid" nillable="true" type="tns:guid" />
<xs:simpleType name="guid">
<xs:restriction base="xs:string">
<xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
</xs:restriction>
</xs:simpleType>
<xs:attribute name="FactoryType" type="xs:QName" />
<xs:attribute name="Id" type="xs:ID" />
<xs:attribute name="Ref" type="xs:IDREF" />
</xs:schema>
<xs:schema xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:tns="http://apprecovery.com/management/api/2010/05" elementFormDefault="qualified" targetNamespace="http://apprecovery.com/management/api/2010/05" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
<xs:import namespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Storage" />
<xs:import namespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Win32Api.NativeTypes" />
<xs:import namespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.Cluster" />
<xs:import namespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.Storage.Quota" />
<xs:import namespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.Storage" />
<xs:complexType name="targetVolumes">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="rollbackTargetVolume" nillable="true" type="tns:rollbackTargetVolume" />
</xs:sequence>
</xs:complexType>
<xs:element name="targetVolumes" nillable="true" type="tns:targetVolumes" />
<xs:complexType name="rollbackTargetVolume">
<xs:complexContent mixed="false">
<xs:extension base="tns:volume">
<xs:sequence>
<xs:element minOccurs="0" name="isClusterQuorumVolume" type="xs:boolean" />
<xs:element minOccurs="0" name="isExchangeInstallAndRunVolume" type="xs:boolean" />
<xs:element minOccurs="0" name="isLocatedOnFileBackedVirtualDisk" type="xs:boolean" />
<xs:element minOccurs="0" name="isOracleInstallAndRunVolume" type="xs:boolean" />
<xs:element minOccurs="0" name="isSharedVhdxVolume" type="xs:boolean" />
<xs:element minOccurs="0" name="isSqlInstallAndRunVolume" type="xs:boolean" />
<xs:element minOccurs="0" name="sharedVhdxOwners" nillable="true" type="tns:stringCollection" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="rollbackTargetVolume" nillable="true" type="tns:rollbackTargetVolume" />
<xs:complexType name="volume">
<xs:sequence>
<xs:element minOccurs="0" name="deviceId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="name" nillable="true" type="tns:volumeName" />
<xs:element minOccurs="0" name="displayName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="serialNumber" type="xs:long" />
<xs:element minOccurs="0" name="allocationUnitSize" type="xs:unsignedInt" />
<xs:element minOccurs="0" name="formattedCapacity" type="xs:unsignedLong" />
<xs:element minOccurs="0" name="rawCapacity" type="xs:unsignedLong" />
<xs:element minOccurs="0" name="usedCapacity" type="xs:unsignedLong" />
<xs:element minOccurs="0" name="label" nillable="true" type="xs:string">
<xs:annotation>
<xs:appinfo>
<DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="mountPoints" nillable="true" type="tns:mountPoints">
<xs:annotation>
<xs:appinfo>
<DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="isBoot" type="xs:boolean" />
<xs:element minOccurs="0" name="isSystem" type="xs:boolean" />
<xs:element minOccurs="0" name="isSimple" type="xs:boolean" />
<xs:element minOccurs="0" name="diskNumbers" nillable="true" type="tns:diskNumbers" />
<xs:element minOccurs="0" name="driverId" nillable="true" type="ser:guid">
<xs:annotation>
<xs:appinfo>
<DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="isClean" nillable="true" type="xs:boolean">
<xs:annotation>
<xs:appinfo>
<DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="previousEpochNumber" nillable="true" type="xs:unsignedInt">
<xs:annotation>
<xs:appinfo>
<DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="isClusterDisk" type="xs:boolean" />
<xs:element minOccurs="0" name="isSuitableForVss" type="xs:boolean" />
<xs:element minOccurs="0" name="fileSystem" xmlns:q1="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Storage" type="q1:FileSystemType" />
<xs:element minOccurs="0" name="partitionType" xmlns:q2="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Win32Api.NativeTypes" type="q2:PartitionType" />
<xs:element minOccurs="0" name="isReadOnly" type="xs:boolean" />
<xs:element minOccurs="0" name="volumeIndex" type="xs:unsignedInt" />
<xs:element minOccurs="0" name="isDeduplicationEnabled" type="xs:boolean" />
<xs:element minOccurs="0" name="quota" nillable="true" type="tns:quotaSetting" />
<xs:element minOccurs="0" name="containsRepository" type="xs:boolean" />
<xs:element minOccurs="0" name="isStorageSpaces" type="xs:boolean" />
<xs:element minOccurs="0" name="containsRunningService" type="xs:boolean" />
<xs:element minOccurs="0" name="clusterDiskName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="clusterDiskState" xmlns:q3="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.Cluster" type="q3:ClusterResourceState" />
<xs:element minOccurs="0" name="isSingleInstanceStorageEnabled" type="xs:boolean" />
<xs:element minOccurs="0" name="hasPageFile" type="xs:boolean" />
<xs:element minOccurs="0" name="hasBootIndicator" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
<xs:element name="volume" nillable="true" type="tns:volume" />
<xs:complexType name="volumeName">
<xs:sequence>
<xs:element minOccurs="0" name="guidName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="displayName" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="volumeName" nillable="true" type="tns:volumeName" />
<xs:complexType name="mountPoints">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="mountPoint" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="mountPoints" nillable="true" type="tns:mountPoints" />
<xs:complexType name="diskNumbers">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="diskNumber" type="xs:unsignedInt" />
</xs:sequence>
</xs:complexType>
<xs:element name="diskNumbers" nillable="true" type="tns:diskNumbers" />
<xs:complexType name="quotaSetting">
<xs:sequence>
<xs:element minOccurs="0" name="caption" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="defaultLimit" type="xs:long" />
<xs:element minOccurs="0" name="defaultWarningLimit" type="xs:long" />
<xs:element minOccurs="0" name="description" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="exceededNotification" type="xs:boolean" />
<xs:element minOccurs="0" name="settingId" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="state" xmlns:q4="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.Storage.Quota" type="q4:QuotaState" />
<xs:element minOccurs="0" name="volumePath" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="warningExceededNotification" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
<xs:element name="quotaSetting" nillable="true" type="tns:quotaSetting" />
<xs:complexType name="linuxVolume">
<xs:complexContent mixed="false">
<xs:extension base="tns:volume">
<xs:sequence>
<xs:element minOccurs="0" name="volumeMetadataFileExtents" nillable="true" type="tns:linuxFileExtents" />
<xs:element minOccurs="0" name="blockSnapBitmapStoreFileExtents" nillable="true" type="tns:linuxFileExtents" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="linuxVolume" nillable="true" type="tns:linuxVolume" />
<xs:complexType name="linuxFileExtents">
<xs:sequence>
<xs:element minOccurs="0" name="extents" nillable="true" type="tns:ArrayOflinuxFileExtent" />
</xs:sequence>
</xs:complexType>
<xs:element name="linuxFileExtents" nillable="true" type="tns:linuxFileExtents" />
<xs:complexType name="ArrayOflinuxFileExtent">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="linuxFileExtent" nillable="true" type="tns:linuxFileExtent" />
</xs:sequence>
</xs:complexType>
<xs:element name="ArrayOflinuxFileExtent" nillable="true" type="tns:ArrayOflinuxFileExtent" />
<xs:complexType name="linuxFileExtent">
<xs:sequence>
<xs:element minOccurs="0" name="offset" type="xs:unsignedLong" />
<xs:element minOccurs="0" name="length" type="xs:unsignedLong" />
</xs:sequence>
</xs:complexType>
<xs:element name="linuxFileExtent" nillable="true" type="tns:linuxFileExtent" />
<xs:complexType name="hyperVDeviceAsVolume">
<xs:complexContent mixed="false">
<xs:extension base="tns:volume">
<xs:sequence>
<xs:element minOccurs="0" name="diskSignature" type="ser:guid" />
<xs:element minOccurs="0" name="isDisk" type="xs:boolean" />
<xs:element minOccurs="0" name="isShared" type="xs:boolean" />
<xs:element minOccurs="0" name="virtualDiskId" type="ser:guid" />
<xs:element minOccurs="0" name="virtualDiskPath" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="virtualDiskFormat" xmlns:q5="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.Storage" type="q5:VirtualHardDiskFormat" />
<xs:element minOccurs="0" name="possibleOwnerHosts" nillable="true" type="tns:stringCollection" />
<xs:element minOccurs="0" name="volumeFiles" nillable="true" type="tns:virtualMachineVolumeFilesCollection" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="hyperVDeviceAsVolume" nillable="true" type="tns:hyperVDeviceAsVolume" />
<xs:complexType name="stringCollection">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="stringCollection" nillable="true" type="tns:stringCollection" />
<xs:complexType name="virtualMachineVolumeFilesCollection">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="protectedFile" nillable="true" type="tns:protectedFile" />
</xs:sequence>
</xs:complexType>
<xs:element name="virtualMachineVolumeFilesCollection" nillable="true" type="tns:virtualMachineVolumeFilesCollection" />
<xs:complexType name="protectedFile">
<xs:sequence>
<xs:element minOccurs="0" name="isSharedVirtualDisk" type="xs:boolean" />
<xs:element minOccurs="0" name="virtualDiskPath" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="protectedFile" nillable="true" type="tns:protectedFile" />
<xs:complexType name="rmanBackupAsVolume">
<xs:complexContent mixed="false">
<xs:extension base="tns:volume">
<xs:sequence />
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="rmanBackupAsVolume" nillable="true" type="tns:rmanBackupAsVolume" />
</xs:schema>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Storage" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Storage" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:simpleType name="FileSystemType">
<xs:restriction base="xs:string">
<xs:enumeration value="Unknown" />
<xs:enumeration value="Ntfs" />
<xs:enumeration value="Fat32" />
<xs:enumeration value="Exfat" />
<xs:enumeration value="ReFs" />
<xs:enumeration value="Ext2" />
<xs:enumeration value="Ext3" />
<xs:enumeration value="Ext4" />
<xs:enumeration value="Xfs" />
<xs:enumeration value="Xvd" />
<xs:enumeration value="Fat16" />
<xs:enumeration value="Vfat" />
<xs:enumeration value="Swap" />
<xs:enumeration value="Btrfs" />
<xs:enumeration value="Mafs" />
<xs:enumeration value="Csvfs" />
<xs:enumeration value="Raw" />
</xs:restriction>
</xs:simpleType>
<xs:element name="FileSystemType" nillable="true" type="tns:FileSystemType" />
</xs:schema>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Win32Api.NativeTypes" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Win32Api.NativeTypes" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
<xs:simpleType name="PartitionType">
<xs:annotation>
<xs:appinfo>
<ActualType Name="unsignedByte" Namespace="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="PartitionEntryUnused" />
<xs:enumeration value="PartitionFat12" />
<xs:enumeration value="PartitionXenixRoot" />
<xs:enumeration value="PartitionXenixUsr" />
<xs:enumeration value="PartitionFat16" />
<xs:enumeration value="PartitionExtended" />
<xs:enumeration value="PartitionFat16BigDos" />
<xs:enumeration value="PartitionIfs" />
<xs:enumeration value="PartitionAix" />
<xs:enumeration value="PartitionAixBoot" />
<xs:enumeration value="PartitionOS2BootManager" />
<xs:enumeration value="PartitionFat32" />
<xs:enumeration value="PartitionFat32Lba" />
<xs:enumeration value="PartitionFat16Lba">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">14</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionExtdLba">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">15</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionXInt13Extended" />
<xs:enumeration value="PartitionMsr">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">35</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionRecovery">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">39</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionOldLinux">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">65</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionOldSwap">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">66</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionLdm">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">66</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionOldLinuxNative">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">67</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionNtft">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">128</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionLinuxSwap">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">130</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionLinux">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">131</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionHibernativeOrHiddenFs">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">132</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionLinuxExtended">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">133</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionOldLinuxRaid">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">134</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionLinuxPlaintext">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">136</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionLinuxLvm">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">142</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionLinuxHiddenFileSystem">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">147</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionBsdiOrHpfsNtfsMirroredMasterVolume">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">183</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionAcronisBackup">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">188</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionValidNtft">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">192</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionLinuxHiddenNativeFileSystem">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">194</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionLinuxSwapHidden">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">195</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionNonFsData">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">218</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionDellEisaFat32">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">219</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionDellEisaFat16">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">222</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionLinuxLuks">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">232</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionGptProtectiveMbr">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">238</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionEfiFat">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">239</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionLinuxRisc">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">240</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionLinuxExt2Ext3PersistentCache">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">249</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionVMwareVMFs">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">251</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionVMwareVMKCore">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">252</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionLinuxRaid">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">253</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionOldLinuxLvm">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">254</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionDiskAdministrationHidden">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">254</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PartitionXenixBadBlockTable">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">255</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:element name="PartitionType" nillable="true" type="tns:PartitionType" />
</xs:schema>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.Storage.Quota" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.Storage.Quota" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:simpleType name="QuotaState">
<xs:restriction base="xs:string">
<xs:enumeration value="Disabled" />
<xs:enumeration value="Tracked" />
<xs:enumeration value="Enforced" />
</xs:restriction>
</xs:simpleType>
<xs:element name="QuotaState" nillable="true" type="tns:QuotaState" />
</xs:schema>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.Cluster" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.Cluster" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
<xs:simpleType name="ClusterResourceState">
<xs:restriction base="xs:string">
<xs:enumeration value="Inherited" />
<xs:enumeration value="Initializing" />
<xs:enumeration value="Online" />
<xs:enumeration value="Offline" />
<xs:enumeration value="Failed" />
<xs:enumeration value="StateUnknown">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CannotComeOnlineOnAnyNode">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">126</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CannotComeOnlineOnThisNode">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">127</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Pending">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">128</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OnlinePending">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">129</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OfflinePending">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">130</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:element name="ClusterResourceState" nillable="true" type="tns:ClusterResourceState" />
</xs:schema>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.Storage" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Replay.Common.Contracts.Metadata.Storage" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
<xs:simpleType name="VirtualHardDiskFormat">
<xs:restriction base="xs:string">
<xs:enumeration value="Unknown" />
<xs:enumeration value="Vhd">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Vhdx">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VhdSet">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:element name="VirtualHardDiskFormat" nillable="true" type="tns:VirtualHardDiskFormat" />
</xs:schema>
</Schemas>